﻿


@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'), url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'), url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'), url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'brandon_grotesqueregular';
    overflow-x: hidden;
}




.fixed-top {
    width: 100%;
    position: fixed;
    transition: 0.3s ease-in-out;
    background-color: #0202024d;
}

.nav-active {
    background-color: #fff;
    box-shadow: 5px -1px 12px -5px grey;
}

.fixed-top > .container-fluid > .row > .col > .navbar-toggler-trans {
    color: rgba(255, 255, 255, 1) !important;
    border-color: transparent !important;
}

.nav-active > .container-fluid > .row > .col > .navbar-toggler-trans {
    color: #0f1925 !important;
    border-color: transparent !important;
}

@media(max-width:767px) {
    .fixed-top > .container-fluid > .row > .col > .navbar-toggler-trans {
        color: rgba(255, 255, 255, 1) !important;
        border-color: transparent !important;
        float: left;
        height: 30px;
    }

    .nav-active > .container-fluid > .row > .col > .navbar-toggler-trans {
        color: #0f1925 !important;
        border-color: transparent !important;
        float: left;
        height: 30px;
    }
}

.fixed-top > .container-fluid > .row > .col > .btn-outline-white {
    color: #fff;
    border-color: #fff;
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .fixed-top > .container-fluid > .row > .col > .btn-outline-white:hover {
        color: #0f1925;
        border-color: #fff;
        background-color: #fff;
        background-position: left bottom;
    }

.nav-active > .container-fluid > .row > .col > .btn-outline-white {
    color: #0f1925;
    border-color: #0f1925;
    background: linear-gradient(to right, #0f1925 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}


    .nav-active > .container-fluid > .row > .col > .btn-outline-white:hover {
        color: #fff;
        border-color: #0f1925;
        background-color: #0f1925;
        background-position: left bottom;
    }

.fixed-top > .container-fluid > .row > .col > .spliter {
    color: #fff;
}

.nav-active > .container-fluid > .row > .col > .spliter {
    color: #0f1925;
}

.font16 {
    font-size: 16px;
}

/*======================================================= BUTTONS ===================================================================*/
.btn {
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 0.75rem 4px 0.75rem;
}

.btn-outline-gold {
    color: #a29061;
    border-color: #a29061;
    background: linear-gradient(to right, #a29061 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .btn-outline-gold:hover {
        color: #fff;
        border-color: #a29061;
        background-color: #a29061;
        background-position: left bottom;
    }


.btn-outline-blue {
    color: #0f1925;
    border-color: #0f1925;
    background: linear-gradient(to right, #0f1925 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .btn-outline-blue:hover {
        color: #fff;
        border-color: #0f1925;
        background-color: #0f1925;
        background-position: left bottom;
    }

.btn-blue {
    color: #fff;
    border-color: #0f1925;
    background: linear-gradient(to right, #fff 50%, #0f1925 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .btn-blue:hover {
        color: #0f1925;
        border-color: #0f1925;
        background-color: #fff;
        background-position: left bottom;
    }



.btn-send {
    color: #000;
    border-color: #a29061;
    background: linear-gradient(to right, #a29061 50%, #ece9df 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .btn-send:hover {
        color: #fff;
        border-color: #a29061;
        background-color: #a29061;
        background-position: left bottom;
    }

.btn-more {
    text-decoration: none;
    color: #a29061;
    text-transform: uppercase;
    font-size: 16px;
    font-family: brandon_grotesquebold;
    border: 0;
}

.more-line {
    width: 30px;
    height: 2px;
    background-color: #a29061;
    position: absolute;
    margin-top: 30px;
    transition: ease 0.3s;
}

.btn-more:hover > .more-line {
    width: 100px;
    background-color: #0f1925;
}

.social-links {
    padding: 15px;
    font-size: 24px;
    color: #000;
    transition: ease 0.3s;
}

    .social-links:hover {
        color: #a29061;
    }

/*======================================================= END BUTTONS ===================================================================*/
/*======================================================= COLORS ===================================================================*/
.gold {
    color: #a29061;
}

.blue {
    color: #0f1925;
}

.white {
    color: #fff;
}


/*======================================================= END COLORS ===================================================================*/

/*======================================================= BACKGROUND COLORS ===================================================================*/

.bg-gold {
    background-color: #a29061;
}

.bg-blue {
    background-color: #0f1925;
}

.bg-white {
    background-color: #fff;
}


/*======================================================= END BACKGROUND COLORS ===================================================================*/



.offcanvas {
    transition: transform 0.5s ease-in-out;
}

.offcanvas-start {
    width: 100%;
}

.offcanvas-body {
    background-color: #f5f3ee;
    color: #444444;
}


.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
}



.brandon-reg {
    font-family: 'brandon_grotesqueregular';
}

.brandon-med {
    font-family: 'brandon_grotesquemedium';
}

.brandon-bold {
    font-family: 'brandon_grotesquebold';
}


.menu-icon {
    float: left;
    margin-top: -2px;
    margin-right: 15px;
}

    .menu-icon > i {
        margin-top: -8px;
    }

button:focus, .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.logo {
    width: 75px;
    margin-left: 21px;
}

@media(max-width:767px) {
    .logo {
        width: 60px;
        margin-left: 21px;
    }
}

.hide {
    display: none;
}

.visible {
    display: inline-block;
}


.list-group-flush .list-group-item {
    position: relative;
    display: block;
    padding: 15px 0 14px 0;
    color: #444444;
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
    border-bottom: 1px solid #d1d1d1;
    text-transform: capitalize;
}

    .list-group-flush .list-group-item:last-child {
        border-width: 0 0 1px;
    }

.menu-pic {
    padding-top: 50px;
}

.strip {
    background-color: #444444;
    width: 0;
    height: 1px;
    position: absolute;
    margin-top: 14px;
    transition: ease 0.3s;
}

.menu-arrow {
    float: right;
    font-size: 12px;
    margin-top: 6px;
    transition: ease 0.3s;
    color: transparent;
    margin-right: 15px;
}

.list-group-item:hover > .strip {
    width: 50px;
}

.list-group-item:hover > .menu-arrow {
    color: #444444;
}


.inst-link {
    position: absolute;
    padding: 6px 15px;
    font-size: 36px;
    transition: ease 0.5s;
}

    .inst-link:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: #0f1925;
    }


#cookie-msg {
    display: none;
}

.footer {
    width: 100%;
    background-color: #ece9df;
}

.footer-links {
    color: #444444;
    list-style: none;
    padding: 20px 0 17px 0;
    border-bottom: 1px solid #b9b7b0;
    text-transform: capitalize;
    font-size: 14px;
}

    .footer-links > a {
        text-decoration: none;
        color: #444444;
        transition: ease 0.3s;
    }

    .footer-links:hover > a {
        text-decoration: none;
        color: #a29061;
    }


.footer-form {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
}


.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #4444;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}

.main-booking-container {
    position: absolute;
    width: 100%;
    margin-top: -72px;
}

@media(max-width:1200px) {
    .main-booking-container {
        position: absolute;
        width: 100%;
        margin-top: -121px;
    }
}

@media(max-width:974px) {
    .main-booking-container {
        position: unset;
        width: 100%;
        margin-top: 0;
    }
}

.booking-container {
    background-color: #fff;
    padding: 15px 50px;
}

@media(max-width:974px) {
    .booking-container {
        padding: 15px 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
}

.booking-form {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}

    .booking-form:disabled, .booking-form[readonly] {
        background-color: #ffffff;
        opacity: 1;
        color: #ababab;
        padding: 6px 0;
    }

.booking-select-hotel {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../img/icons/hotel-location.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
}

.booking-select-date {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../img/icons/date.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
}

.booking-select-adult {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../img/icons/adult.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
}

.booking-select-child {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../img/icons/child.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
}

.booking-select-room {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url('../img/icons/rooms.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 30px;
}


.list-group-item.active {
    z-index: 2;
    color: unset;
    background-color: transparent;
    border-color: #d1d1d1;
}


@media(max-width:1280px) {
    .h1, h1 {
    }

    .h2, h2 {
    }

    .h3, h3 {
        font-size: 1.5rem !important;
    }

    .title--bigger {
        font-size: 36px !important;
    }

    #rooms-slider .room {
        height: 400px;
        overflow: hidden;
    }

    .room-item .description {
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

@media(max-width:767px) {
    #rooms-slider .room .text p {
        max-width: 100%;
    }

    #rooms-slider .button-round {
        margin-top: -50px;
    }
}


.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-bottom: 1px solid #444444;
}


#myBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #a29061;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: ease 0.3s;
}

    #myBtn:hover {
        background-color: #0f1925;
    }



.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #0f1925c7 !important;
}

.navbar-blue {
    margin-top: 115px;
    position: fixed;
    width: 100%;
    z-index: 1028;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    color: #ffffff;
    transition: ease 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}


@media(max-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width:1080px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #a29061;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 15.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

    .carousel-caption > h1 {
        font-size: 60px;
    }

.gold-arrow-right {
    background-color: #a29061;
    padding: 13px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    margin-right: -100%;
    border: 2px solid #fff;
    transition: ease 0.3s;
}

    .gold-arrow-right:hover {
        background-color: #0f1925;
    }


.gold-arrow-left {
    background-color: #a29061;
    padding: 13px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    margin-left: -100%;
    border: 2px solid #fff;
    transition: ease 0.3s;
}

    .gold-arrow-left:hover {
        background-color: #0f1925;
    }

@media(max-width:991px) {
    .gold-arrow-right {
        margin-right: 0;
    }



    .gold-arrow-left {
        margin-left: 0;
    }
}


.hotel-title {
    margin: 30px 0;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}

@media(max-width:991px) {
    .hotel-title {
        font-size: 24px;
    }
}

.room-title {
    margin: 30px 0;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}





.Playfair {
    font-family: 'Playfair Display', serif;
}



.helnan-title {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 15px;
    text-transform: uppercase;
}


.helnan-sub-title {
    /*font-size: 40px;*/
    font-family: 'Playfair Display', serif;
    letter-spacing: 10px;
    text-transform: capitalize;
}


.btn-white {
    color: #0f1925;
    border-color: #0f1925;
    background: linear-gradient(to right, #0f1925 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

    .btn-white:hover {
        color: #fff;
        border-color: #0f1925;
        background-color: #0f1925;
        background-position: left bottom;
    }

.features {
    background-color: #f5f3ee;
    color: #444444;
    padding-bottom: 30px;
}

.feature-list {
    list-style: none;
    margin: 15px;
    padding-left: 0;
}

    .feature-list li {
        padding: 15px 15px 15px 0;
        border-bottom: 1px solid #c0bebb;
        text-transform: uppercase;
    }

.shade {
    -webkit-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
}

.gallery-zoom {
    text-align: left;
    background-color: #fff;
    padding: 15px 15px 10px;
    width: max-content;
    float: right;
}

    .gallery-zoom > a {
        color: #000;
    }


.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #f5f3ee;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-left: 25px;
}


    .list-group-item + .list-group-item.active {
        margin-top: 0px;
        border-top-width: 1px;
    }






.dropbtn {
    padding: 16px;
}



.dropdown-content {
    display: none;
    transition: ease 0.3s;
    position: unset;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
    right: 0;
}

    .dropdown-content a {
        padding: 5px 20px;
        text-decoration: none;
        display: block;
        background-color: #f5f3ee;
        color: #998b6d;
        /*border-bottom: 1px solid #D1D1D0;*/
        text-transform: uppercase;
    }

        .dropdown-content a:hover {
            background-color: #fff;
        }

        .dropdown-content a:active, .dropdown-content a.active {
            background-color: #fff;
        }


.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content, .dropdown.active .dropdown-content {
    display: block;
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: 48%;
    width: 300px;
}


.dropdown:active .list-group-item > .strip, .dropdown.active .list-group-item > .strip {
    width: 50px;
}


.dropdown:active .list-group-item > .menu-arrow, .dropdown.active .list-group-item > .menu-arrow {
    color: #444444;
}


@media(max-width:991px) {
    .dropdown:hover .dropdown-content {
        display: block;
        position: unset;
        top: unset;
        left: unset;
        margin-left: unset;
        width: unset;
    }
}




.contact-form {
    background-color: #f5f3ee;
}


.contact-body {
    background-color: #f5f3ee;
    color: #444444;
}

.contact-info {
    margin: 25px;
    border-top: 1px solid #444444;
    color: #444444;
    padding: 25px 0;
}



.dropdown-lanuage.show {
    left: 10%;
    top: 70px;
    border-radius: 0;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #f5f3ee;
}


@media(max-width:767px) {
    .language {
        position: absolute;
        top: 9px;
    }

    .dropdown-lanuage.show {
        left: 10%;
        top: 40px;
    }
}



.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #a29061;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.start-date.end-date {
    border-radius: 0;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 14px;
    font-weight: unset;
    padding: 4px 8px;
    color: #fff;
    background-color: #0f1925;
    border-color: #0f1925;
}

.daterangepicker td.in-range {
    background-color: #ece9df;
    border-color: transparent;
    color: #0f1925;
    border-radius: 0;
}

.result-list {
    border: 1px solid #e2e2e4;
    padding: 15px;
    margin-bottom: 15px;
}


.result-item {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.result-list > .result-item {
    border-bottom: 1px solid #e2e2e4;
}

    .result-list > .result-item:last-child {
        border-bottom: none;
        margin: 0;
    }


.booking-arrow-right {
    margin-right: 0;
    background-color: transparent;
}

.booking-arrow-left {
    margin-left: 0;
    background-color: transparent;
}


.info-tab {
    border-radius: 0;
    color: #a29061;
    font-size: 20px;
    padding: 0 20px;
    transition: ease 0.3s;
}

    .info-tab.active, .info-tab:hover {
        border-radius: 0;
        color: #0f1925;
        font-size: 20px;
        padding: 0 20px;
    }

.btn-book {
    padding: 6px 5px 4px 5px;
    font-size: 13px;
}

.slider-text {
    position: absolute;
    width: 10%;
    top: 0;
    margin-left: 30px;
    z-index: 9999;
}

@media(max-width:991px) {
    .slider-text {
        position: unset;
        width: 100%;
        text-align: center;
        margin-left: unset;
    }
}


.slider {
    width: 75%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
        float: right;
    }

@media(max-width:991px) {
    .slider {
        width: 100%;
    }

    .slick-slide img {
        width: 100%;
        float: none;
    }
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


.slick-slide .slider-text {
    display: none;
}

.slick-slide.slick-current .slider-text {
    display: block;
}



.slider-strip-left {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: ease 0.5s;
    transition-delay: 1s;
    left: -1px;
}

.slider-strip-right {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: ease 0.5s;
    right: -1px;
    top: 0;
    transition-delay: 1s;
}

.owl-item.active .slider-strip-left {
    width: 15%;
    height: 105%
}

.owl-item.active .slider-strip-right {
    width: 15%;
    height: 105%
}

.owl-item {
    max-height: 700px;
}



    .owl-item img {
        width: 120%;
        opacity: 0.5;
        transition: ease 0.3s;
    }


    .owl-item.active .item img {
        opacity: 1;
    }


.owl-text {
    position: absolute;
    width: 65%;
    top: 0;
    margin-left: 30px;
    z-index: 9999;
    padding: 80px 15px 15px 8%;
    transition: ease 0.3s;
    transition-delay: 1.3s;
    opacity: 0;
}

.owl-item .owl-text {
    opacity: 0;
}

.owl-item.active .owl-text {
    opacity: 1;
    padding: 50px 15px 15px 8%;
}


@media(max-width:991px) {
    .owl-text {
        position: relative;
        width: 100%;
        top: -20px;
        margin-left: 0;
        z-index: 9999999999;
        padding: 0px;
        text-align: center;
    }

    .owl-item.active .owl-text {
        padding: 0px;
    }
}




.d-none {
    display: none;
}

.c-light-green {
    font-size: 20px;
}

/*Booking*/
.offer-oldPrice {
    color: #c94e4e;
    text-decoration: line-through;
}

.col-md-3 .carousel-control-prev, .col-md-3 .carousel-control-next {
    width: 26%;
}


.total-price {
    background: #a29061;
    color: #ffffff;
    padding: 15px 0;
    border: 1px solid #e2e2e4;
}


.menu-main-links {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
    margin: 15px 20px 15px 0;
    transition: ease 0.3s;
}


    .menu-main-links:hover {
        color: #a29061;
    }





.message-wedget {
    width: 40%;
    padding: 20px 30px;
    background: #a29061;
    color: #fff;
    z-index: 9999999999999;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 5px;
}


@media(max-width:991px) {
    .menu-main-links {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        color: #444;
        margin: 10px 0;
        display: block;
    }

    .message-wedget {
        width: 100%;
        padding: 20px 30px;
        background: #a29061;
        color: #fff;
        z-index: 9999999999999;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
}


.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}




#FloatingMenu {
    display: block;
    position: fixed;
    top: 200px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #0f1925;
    cursor: pointer;
    padding: 10px 15px 5px 15px;
    border-radius: 4px;
    transition: ease 0.3s;
    font-size: 24px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.47);
}

    #FloatingMenu:hover {
        color: #fff;
        background-color: #0f1925;
    }



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus, .overlay a:active, .overlay a.active {
        color: #a29061;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.img-overlay {
    position: absolute;
    height: 100%;
    left: 0;
    transition: ease 0.5s;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    width: 0;
    transition-delay: 1s;
    opacity: 0.5;
}


.owl-carousel .owl-item.active .img-overlay {
    width: 100%;
    opacity: 1;
}



.carousel-caption {
    position: initial;
    color: #000;
    text-align: center;
    display: block !important;
    padding: 15px;
}


.slider-nav {
    text-align: center;
    padding: 15px;
}

.slider-prev, .slider-next {
    border: 1px solid #000;
    width: 55px;
    height: 55px;
    font-size: 23px;
    border-radius: 50%;
    margin: 0 10px;
    padding: 12px;
}

@media(max-width:991px) {
    .footer > .container-fluid > .row > .text-center > img {
        width: 160px;
    }
}



/*@media(max-width:767px){
  .col.text-end > .btn-outline-white, .col.text-end > .btn-outline-gold {
    margin-right: 35px;
  }

}*/



























/* The Modal (background) */
.modal-gallery {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content-gallery {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close-gallery {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close-gallery:hover,
    .close-gallery:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev-gallery,
.next-gallery {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-gallery {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-gallery:hover,
    .next-gallery:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #000;
}

/* Caption text */
.caption-container-gallery {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portfolio-item {
    cursor: pointer;
}

.gallery-lable {
    text-align: center;
    position: absolute;
    width: 97%;
    top: 20%;
}

@media(max-width:767px) {
    .portfolio-desc {
        height: 25% !important;
        opacity: 1 !important;
        display: block !important;
    }

    .gallery-lable {
        top: 28%;
    }

    .folio-info {
        opacity: 1 !important;
        height: 100% !important;
        transition: all 500ms ease-in-out 0s;
        background: #0f1925ad;
        top: -12px;
    }
}



@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?xv48nd');
    src: url('fonts/icomoon.eot?xv48nd#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?xv48nd') format('truetype'), url('../fonts/icomoon.woff?xv48nd') format('woff'), url('../fonts/icomoon.svg?xv48nd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tripadvisor:before {
    content: "\e900";
}


.nav-submenu {
    /*position: fixed;*/
    width: 100%;
    /*z-index: 99999;*/
    background: transparent;
    /*margin-top: 142px;*/
    padding: 15px 0;
    transition: 0.3s ease-in-out;
}

    .nav-submenu .nav-link {
        color: #fff;
    }



.fixed-top.nav-active .nav-submenu .nav-link {
    color: #0f1925;
}

    .fixed-top.nav-active .nav-submenu .nav-link:hover {
        color: #a29061;
    }

    .fixed-top.nav-active .nav-submenu .nav-link:active, .fixed-top.nav-active .nav-submenu .nav-link.active {
        color: #a29061;
    }

.fixed-top .nav-submenu .nav-link:hover {
    color: #cfbd8d;
}

.fixed-top .nav-submenu .nav-link:active, .fixed-top .nav-submenu .nav-link.active {
    color: #cfbd8d;
}

@media(max-width:767px) {
    .fixed-top > .container-fluid > .row > .col > .btn-outline-white {
        color: #fff;
        border-color: transparent;
        background: transparent;
    }

    .nav-active > .container-fluid > .row > .col > .btn-outline-white {
        color: #0f1925;
        border-color: transparent;
        background: transparent;
    }
}
