﻿/**
* Template Name: Gp - v4.7.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: Playfair;
    src: url(../../assets/fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: OpeSans;
    src: url(../../assets/fonts/OpenSans-VariableFont_wdth_wght.ttf)
}
/*@font-face {
    font-family: goudy;
    src: url(../../assets/font/GOUDOS.ttf);
}*/

body {
    font-family: Playfair !important;
    color: #444444;
    /*-webkit-text-size-adjust: auto !important;*/
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    /*    cursor: url('~/assets/img/cursor/ADOFAI Help.cur'),auto;*/
}

/*https://www.lenetek.com/blog/mouse-cursor-shape/#: ~ :text=To%20change%20a%20mouse%20cursor%20shape%20in%20a%20webpage%2C%20a, by%20all%20major%20web%20browsers.*/

.text-error {
    color: red;
    font-size: small;
}

a {
    text-decoration: none;
}

    a[type=submit] {
        color: #123A29;
        text-decoration: none;
        width: 20%;
        height: 43px;
    }

.input-oval {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    border: 0px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 36px;
    padding: 0px 1.4em;
    display: inline-block;
    margin: 0;
    /*    width: auto;*/
    /*    vertical-align: top;*/
}

a:hover {
    color: white;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: goudy !important;
}

/*ACCORDION*/

/*.accordion-button{
    color: #623015;
}*/

/*.accordion-button:after {
    color: #623015;
    background-color: red;
}*/
/*preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    #preloader:before {
        content: "";
        position: fixed;
        -webkit-animation: load 1s linear infinite;
        animation: load 10s linear infinite;
    }

.text {
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.loading {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading .line-box {
        width: 150px;
        height: 0.5px
        /*border: 2px solid red;*/
        /*border-radius: 20px;*/
    }

        .loading .line-box .line {
            height: 1px;
            border-radius: 20px;
            background-color: #F1AE3C;
            animation: load 4s forwards cubic-bezier(0,0,0,0) infinite;
        }

@keyframes load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.exp-title {
    font-size: 45px !important;
}

.desc-offer {
    font-size: 15px !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 15px;
    z-index: 996;
    background: #f1ae3c;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #151515;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #151515;
    }

        .back-to-top:hover i {
            color: #f1ae3c;
        }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*----------------------------------------------------
FIXED RESERVATIONS PHONE NUMBER - UPDATED
----------------------------------------------------*/

.res-flex {
    display: flex !important;
    background-color: white !important;
    margin-bottom: 15px !important;
    justify-content: space-between !important;
    padding: 4px 20px 0 20px;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
}

    .res-flex p {
        font-family: OpeSans !important;
        font-size: 12px !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

@media screen and (max-width: 780px) {
    .res-flex p {
        font-size: 8px !important;
    }

    .res-flex {
        padding: 4px 5px 0 5px;
    }
}

.res-flex-dtls p {
    color: #623015 !important;
}

.res-num {
    display: flex !important;
}

    .res-num img {
    }

    .res-num p {
        margin-left: 10px !important;
        color: #623015 !important;
    }

/**------------------------------------------------------------
TABLE | FUNCTION ROOMS
---------------------------------------------------------------*/
/*.table {
    font-family: OpeSans !important;
}

    .table th {
        font-size: 14px !important;
        padding: .75rem !important;
    }

.tblColName {
    color: #623015;
}

.tblText {
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .table th {
        font-size: 12px !important;
        padding: 5px 1px !important;
    }
}

.capacity {
    font-family: OpeSans !important;
}

.cpct-wrap {
    margin: 0 10px;
}*/

/**------------------------------------------------------------
SPECIAL OFFERS
---------------------------------------------------------------*/

.offer-wrap img {
    width: 100%;
}

.offer-desc h1 {
    font-size: 28px;
    margin-top: 15px;
}

.offer-desc p {
    font-family: OpeSans;
}

.offer-desc button {
    background-color: #623015;
    color: white;
    border: none;
    border-radius: 5px;
    outline: none;
    font-family: OpeSans;
    font-size: 16px;
    padding: 5px 20px;
}

.inclusion-header {
    position: relative;
    top: 35px;
    z-index: 99;
    padding: 0 20px;
    border-bottom: none;
}

.inclusion-wrap {
    padding: 0;
}

    .inclusion-wrap img {
        width: 100%;
    }

.inclusion-cnt {
    background-color: transparent;
    border: none;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 999;
    padding: 40px 0 15px 0 !important;
    background-color: #623015 !important;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: rgba(0, 0, 0, 0.8);
    }

.font-opensans {
    font-family: 'Open Sans' !important;
}

.fw-700 {
    font-weight: 700 !important;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    #header .logo a {
        color: #123a29;
    }

        #header .logo a span {
            color: #f1ae3c;
        }

    #header .logo img {
        max-height: 40px;
    }

/*.mb-so {
    border-bottom: groove;
    padding: 0 0 30px 0;
}*/
/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
    color: #FFFFFF;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #F4E2BB;
    margin-left: 20px;
    display: block;
}

    .get-started-btn:hover {
        background-color: #ffbb38 !important;
        border: 2px solid #ffbb38;
        color: white !important;
    }

.mobile-book-btn {
    display: none;
}

    .mobile-book-btn:hover {
        background-color: #ffbb38;
        color: black;
    }

@media (max-width: 992px) {
    .mobile-book-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
        display: block;
        color: #FFF;
        border-radius: 4px;
        padding: 7px 25px 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        display: inline-block;
        border: 2px solid #F4E2BB;
    }

        .mobile-book-btn:hover {
            color: black;
            border: 2px solid #F4E2BB;
            background-color: #F4E2BB;
            font-weight: 700;
        }

    .get-started-btn {
        display: none !important;
    }
}


@media screen and (min-width: 1366px) {
    .desc-offer {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    .desc-offer {
        font-size: 20px !important;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.crsl {
    -webkit-animation: zoom 20s !important;
    animation: zoom 20s !important;
}

.rating {
    /*padding: 20px;*/
}

.carousel-item {
}

.carousel {
    height: auto !important;
    background-color: transparent !important;
}

.testimony-item {
    /*background-color: #EEEEEE;*/
    padding: 20px;
}

    .testimony-item h1 {
        font-size: 22px;
        color: #623015;
        font-weight: 600;
    }

    .testimony-item p {
    }

.rating-main {
    background-color: rgba(177, 135, 65, 0.12) !important;
}

.rating-star i {
    color: #F3AE3D;
}

.rating-star p {
    font-style: normal;
    font-weight: 400 !important;
    color: #444444;
}

.rating-desc {
    color: #444444;
    font-style: italic;
}

.rating-title h1 {
    color: #4C2916;
}

@media screen and (max-width: 800px) {
    .rtng-hd {
        display: none;
    }

    .testimony-item {
        margin: 10px 0;
    }
}
/*--------------------------------------------------------------
#Translation
--------------------------------------------------------------*/
#translate {
    /*background-color: #0B2D27!important;*/
    position: absolute;
    text-align: right;
    top: 45px;
    left: 82%;
    border: 0;
    color: #fff;
}

/*Remove logo*/
.goog-logo-link {
    display: none !important;
}


@media (max-width: 781px) {
    #translate {
        left: 100%;
    }
}


#google_translate_element {
    text-align: left;
    border: 0;
}

    /*Dropdown selection style*/
    #google_translate_element select {
        background-color: #623015;
        color: #0B2D27;
        border: 0;
        width: 75%;
        border-radius: 0;
        padding: 6px 8px;
        color: #fff;
        overflow-y: auto;
    }

        #google_translate_element select::-webkit-scrollbar {
            width: 0;
            height: 0;
        }


        #google_translate_element select:focus {
            border: 0;
            outline: none !important;
        }

/*Remove Google Translate banner-frame/iframe from the top of a web page.*/
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.goog-te-gadget img {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px !important;
        font-size: 12px;
        /*  font-weight: 600;*/
        color: #FFF;
        white-space: nowrap;
        transition: 0.3s;
        font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #f1ae3c;
        }

.features-1 {
    position: relative;
    margin: -100px 0px 0px 50px;
    float: left;
}

.features-1-press {
    position: absolute;
    margin: -100px 0px 0px 50px;
    float: left;
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
    position: absolute;
    width: 100%;
    height: 179%;
    left: 0;
    top: 0;
    z-index: 1;
}

.beach {
    position: relative;
    margin: -200px 0px 0px 250px;
    float: left;
}

.press {
    /*position: relative;
    margin: -400px 0px 0 0px;*/
    /*float: left;*/
}


.text-press {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: lighter;
    padding: 0 8px;
    color: #623015;
}

.offer-ps {
    font-size: 14px;
    color: #623015 !important;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #623015;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.font-size20 {
    font-size: 20px !important;
}

.font-size16 {
    font-size: 16px !important;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #FFF;
    font-weight: 400;
}

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        background-color: #f1ae3c;
    }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.ctr-hide {
    display: none;
}

.desc-offer-2 {
    font-size: 16px !important;
}

.max-desc {
    font-size: 14px !important;
}

/*cookie policy*/
.cookie-wrap {
    background-color: white;
    font-family: OpeSans;
}

.cookie-text {
    padding: 80px 0 !important;
    font-family: OpeSans;
}

    .cookie-text .c-head h1 {
        font-size: 30px !important;
        font-family: OpeSans !important;
    }

.list-desc h4 {
    font-family: OpeSans !important;
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .cookie-text {
        padding: 30px 10px !important;
    }

    .ctr-hide {
        display: block;
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.sec-trans {
    padding-top: 150px;
}

.nav-link {
    padding: 0 15px !important;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .nav-link {
        padding: 15px !important;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #151515;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #151515;
            background-color: #f1ae3c;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
            color: #151515;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                background-color: #f1ae3c;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*#main {
    padding-top: 95px;
}*/

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
    width: 100%;
    /*  height: 100vh;*/
    text-align: center;
}


    #home .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #home h1 {
        margin: 0;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: futura;
    }

        #home h1 span {
            color: #f1ae3c;
        }

    #home h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #home .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #home .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #f1ae3c;
        }

        #home .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

            #home .icon-box h3 a {
                color: #fff;
                transition: ease-in-out 0.3s;
            }

                #home .icon-box h3 a:hover {
                    color: #f1ae3c;
                }

        #home .icon-box:hover {
            border-color: #f1ae3c;
        }

@media (min-width: 1024px) {
    #home {
        background-attachment: fixed;
    }
}

@media (max-width: 790px) {

    #main {
        padding-top: 65px;
    }
}

@media (max-width: 768px) {

    #main {
        padding-top: 65px;
    }

    .press-date {
        font-size: 16px !important;
    }

    .a-press {
        font-size: 16px;
    }

    .press-capt {
        padding-top: 40px;
    }

    .a-title {
        font-size: 16px;
    }

    .m-cover-press {
        height: 35vh !important;
        margin-bottom: 15px;
    }

    #home {
        height: auto;
        /*    padding-top: 10px;*/
    }

        #home h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #home h2 {
            font-size: 20px;
            line-height: 24px;
        }
}
/*--------------------------------------------------------------
# home second cover
--------------------------------------------------------------*/
#scndCover {
    width: 100%;
    height: 100vh;
    /* background: url("../img/vs2/HomePage/secondCover.jpg") top center;*/
    background-color: #123A29;
    background-size: cover;
    position: relative;
}

    #scndCover:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #scndCover .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #scndCover h1 {
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }

        #scndCover h1 span {
            color: #f1ae3c;
        }

    #scndCover h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #scndCover .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #scndCover .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #f1ae3c;
        }

        #scndCover .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

            #scndCover .icon-box h3 a {
                color: #fff;
                transition: ease-in-out 0.3s;
            }

                #scndCover .icon-box h3 a:hover {
                    color: #f1ae3c;
                }

        #scndCover .icon-box:hover {
            border-color: #f1ae3c;
        }

@media (min-width: 1024px) {
    #scndCover {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #scndCover {
        height: auto;
    }

        #scndCover h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #scndCover h2 {
            font-size: 20px;
            line-height: 24px;
        }
}
/*--------------------------------------------------------------
# home third cover
--------------------------------------------------------------*/
#thrdCover {
    width: 100%;
    height: 70vh;
    background: url("../img/vs2/HomePage/victoriaSkin/1.jpg") top center;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    #thrdCover:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #thrdCover .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #thrdCover h1 {
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }

        #thrdCover h1 span {
            color: #f1ae3c;
        }

    #thrdCover h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #thrdCover .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #thrdCover .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #f1ae3c;
        }

        #thrdCover .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

            #thrdCover .icon-box h3 a {
                color: #fff;
                transition: ease-in-out 0.3s;
            }

                #thrdCover .icon-box h3 a:hover {
                    color: #f1ae3c;
                }

        #thrdCover .icon-box:hover {
            border-color: #f1ae3c;
        }

@media (min-width: 1024px) {
}

@media (max-width: 768px) {
    .sec-trans {
        padding-top: 70px;
    }

    #thrdCover {
        height: auto;
    }

        #thrdCover h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #thrdCover h2 {
            font-size: 20px;
            line-height: 24px;
        }
}
/*--------------------------------------------------------------
# home fourth cover
--------------------------------------------------------------*/
#frthCover {
    width: 100%;
    height: 70vh;
    background: url("../img/vs2/Packages/experiencethelove.jpg") top center;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    #frthCover:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #frthCover .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #frthCover h1 {
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }

        #frthCover h1 span {
            color: #f1ae3c;
        }

    #frthCover h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #frthCover .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #frthCover .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #f1ae3c;
        }

        #frthCover .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

            #frthCover .icon-box h3 a {
                color: #fff;
                transition: ease-in-out 0.3s;
            }

                #frthCover .icon-box h3 a:hover {
                    color: #f1ae3c;
                }

        #frthCover .icon-box:hover {
            border-color: #f1ae3c;
        }

@media (min-width: 1024px) {
}

@media (max-width: 768px) {
    #frthCover {
        height: auto;
    }

        #frthCover h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #frthCover h2 {
            font-size: 20px;
            line-height: 24px;
        }
}
/*--------------------------------------------------------------
# home Fifth cover
--------------------------------------------------------------*/
#ffthCover {
    width: 100%;
    height: 70vh;
    background: url("../img/vs2/HomePage/cafe/1.png") top center;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    #ffthCover:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #ffthCover .container {
        position: relative;
        padding-top: 74px;
        text-align: center;
    }

    #ffthCover h1 {
        margin: 0;
        font-size: 56px;
        font-weight: 700;
        line-height: 64px;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }

        #ffthCover h1 span {
            color: #f1ae3c;
        }

    #ffthCover h2 {
        color: rgba(255, 255, 255, 0.9);
        margin: 10px 0 0 0;
        font-size: 24px;
    }

    #ffthCover .icon-box {
        padding: 30px 20px;
        transition: ease-in-out 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 100%;
        text-align: center;
    }

        #ffthCover .icon-box i {
            font-size: 32px;
            line-height: 1;
            color: #f1ae3c;
        }

        #ffthCover .icon-box h3 {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0;
            line-height: 1;
            font-size: 20px;
            line-height: 26px;
        }

#frthCover .icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

#ffthCover .icon-box h3 a:hover {
    color: #f1ae3c;
}

#ffthCover .icon-box:hover {
    border-color: #f1ae3c;
}

@media (min-width: 1024px) {
}

@media (max-width: 768px) {
    #frthCover {
        height: auto;
    }

        #frthCover h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #frthCover h2 {
            font-size: 20px;
            line-height: 24px;
        }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #aaaaaa;
        font-family: "Poppins", sans-serif;
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #ffde9e;
            margin: 4px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: futura;
        color: #151515;
    }

/*--------------------------------------------------------------
# stay
--------------------------------------------------------------*/
.stay .content h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}

.stay .content ul {
    list-style: none;
    padding: 0;
}

    .stay .content ul li {
        padding: 0 0 8px 26px;
        position: relative;
    }

    .stay .content ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: #f1ae3c;
    }

.stay .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 20px;
}

    .clients .swiper-slide img {
        opacity: 0.5;
        transition: 0.3s;
        filter: grayscale(100);
    }

        .clients .swiper-slide img:hover {
            filter: none;
            opacity: 1;
        }

    .clients .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .clients .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            background-color: #ddd;
        }

        .clients .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #f1ae3c;
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 20px;
}

    .features .icon-box {
        padding-left: 15px;
    }

        .features .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 5px 0 10px 60px;
        }

        .features .icon-box i {
            font-size: 48px;
            float: left;
            color: #f1ae3c;
        }

        .features .icon-box p {
            font-size: 15px;
            color: #848484;
            margin-left: 60px;
        }

    .features .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

/*--------------------------------------------------------------
# experiences
--------------------------------------------------------------*/
.experiences .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .experiences .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #f1ae3c;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .experiences .icon-box .icon i {
            color: #151515;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .experiences .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .experiences .icon-box h4 a {
            color: #151515;
            transition: ease-in-out 0.3s;
        }

            .experiences .icon-box h4 a:hover {
                color: #f1ae3c;
            }

    .experiences .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .experiences .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    /* background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;*/
    background-color: #0B2D27;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #f1ae3c;
            border-color: #f1ae3c;
            color: #151515;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #151515;
            background: #f1ae3c;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(21, 21, 21, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            font-style: italic;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 5px 0 0;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #f1ae3c;
            }

    .portfolio .portfolio-wrap:hover::before {
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.2);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #f1ae3c;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #f1ae3c;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
    padding: 30px 0;
}

    .counts .content h3 {
        font-weight: 700;
        font-size: 34px;
        color: #151515;
    }

    .counts .content p {
        margin-bottom: 0;
    }

    .counts .content .count-box {
        padding: 20px 0;
        width: 100%;
    }

        .counts .content .count-box i {
            display: block;
            font-size: 36px;
            color: #f1ae3c;
            float: left;
        }

        .counts .content .count-box span {
            font-size: 36px;
            line-height: 30px;
            display: block;
            font-weight: 700;
            color: #151515;
            margin-left: 50px;
        }

        .counts .content .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 50px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #3b3b3b;
        }

        .counts .content .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #3b3b3b;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .content .count-box a:hover {
                color: #626262;
            }

.counts .image {
    background: url("../img/counts-img.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }

        .counts .image img {
            max-width: 80%;
        }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 50px 0;
    /*  background: url("../img/testimonials-bg.jpg") no-repeat;*/
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #FFF;
        /*background: rgba(0, 0, 0, 0.7);*/
    }

.clr-grn {
    color: #123a29 !important;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 100px;
        border-radius: 50%;
        border: 6px solid rgba(255, 255, 255, 0.15);
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: red;
    }

    .testimonials .testimonial-item h1 {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #0B2D27;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #ddd;
        margin: 0 0 15px 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: rgba(255, 255, 255, 0.6);
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: normal;
        margin: 0 auto 15px auto;
        color: #123a29;
        font-size: 1.4em !important;
        font-family: goudy;
        font-weight: bold;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(2, 2, 2, 0.5);
        opacity: 0.5;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #f1ae3c;
        opacity: 1;
    }

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
        /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: 30px;
            right: 0;
            opacity: 0;
            transition: ease-in-out 0.3s;
            text-align: center;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #151515;
                margin: 0 3px;
                border-radius: 4px;
                width: 36px;
                height: 36px;
                background: rgba(255, 255, 255, 0.8);
                transition: ease-in-out 0.3s;
                color: #484848;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }

                .team .member .social a:hover {
                    color: #151515;
                    background: #f1ae3c;
                }

            .team .member .social i {
                font-size: 18px;
                line-height: 0;
            }

        .team .member .member-info {
            padding: 25px 15px;
        }

            .team .member .member-info h4 {
                font-weight: 700;
                margin-bottom: 5px;
                font-size: 18px;
                color: #151515;
            }

            .team .member .member-info span {
                display: block;
                font-size: 13px;
                font-weight: 400;
                color: #aaaaaa;
            }

            .team .member .member-info p {
                font-style: italic;
                font-size: 14px;
                line-height: 26px;
                color: #777777;
            }

        .team .member:hover .social {
            opacity: 1;
            bottom: 15px;
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        background: #f1ae3c;
        color: #151515;
        float: left;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #151515;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #484848;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #f1ae3c;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #f1ae3c;
        border: 0;
        padding: 10px 24px;
        color: #151515;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #ffcd6b;
        }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 74px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #2f2f2f;
                content: "/";
            }

.fa-circle:before {
    font-size: 8px !important;
}

.wrap-offer {
    padding: 0;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }


    .wrap-offer {
        padding: 0 10px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
        background: #123A29;
        padding: 0 0 30px 0;
        color: #fff;
        font-size: 14px;
    }

        #footer .footer-top {
            background: #0B2D27;
            border-bottom: 1px solid #123A29;
            padding: 60px 0 30px 0;
        }

            #footer .footer-top .footer-info {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-info h3 {
                    font-size: 28px;
                    margin: 0 0 20px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                    #footer .footer-top .footer-info h3 span {
                        color: #f1ae3c;
                    }

                #footer .footer-top .footer-info p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    font-family: futura;
                    color: #fff;
                }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #F1AE3C;
                color: #000;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 4px;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #f1ae3c;
                    color: #151515;
                    text-decoration: none;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-links {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 2px;
                        color: #f1ae3c;
                        font-size: 18px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #fff;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            color: #f1ae3c;
                        }

            #footer .footer-top .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 4px;
            }

                #footer .footer-top .footer-newsletter form input[type=email] {
                    border: 0;
                    padding: 4px;
                    width: calc(100% - 110px);
                }

                #footer .footer-top .footer-newsletter form input[type=submit] {
                    position: absolute;
                    top: 0;
                    right: -2px;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #f1ae3c;
                    color: #151515;
                    transition: 0.3s;
                    border-radius: 0 4px 4px 0;
                }

                    #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                        background: #ffcd6b;
                    }

        #footer .copyright {
            text-align: center;
            padding-top: 30px;
        }

        #footer .credits {
            padding-top: 10px;
            text-align: center;
            font-size: 13px;
            color: #fff;
        }*/

/*NEWLETTER*/
.footer-newsletter {
    text-align: left;
}

    .footer-newsletter input[type=email] {
        border: 0;
        outline: none;
        background-color: white;
        padding: 5px 10px;
        font-size: 16px;
        font-family: Playfair;
        border-radius: 3px;
        width: 100%;
    }

    .footer-newsletter input[type=submit] {
        background-color: #f1ae3c;
        margin-top: 10px;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        padding: 5px 15px;
        color: #623015;
    }



.dsc-main {
    position: relative;
    color: white !important;
}

.dsc-details {
    position: absolute;
    bottom: 1px;
    padding: 0 15px;
}

    .dsc-details h3 {
    }

@media (max-width: 768px) {
    .about-img-res-b {
        height: 280px !important;
    }

    .exp-title {
        font-size: 30px !important;
    }

    .footer-newsletter {
        text-align: center;
    }

    .follow-sec {
        text-align: center;
        margin-top: 20px;
    }
}

.ft-lnks {
    text-align: center;
}

.the-room-img {
    height: 700px;
    width: 1000px;
}

.the-room-img2 {
    /* height: 70vh;
    width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.room-xplr {
    width: 80%;
    height: 100%;
    border: none !important;
    outline: none !important;
    background-color: #0D2D27;
    color: #FFF;
    padding: 15px;
}

.lrn-more {
    width: 40%;
    height: 100%;
    border: none !important;
    outline: none !important;
    background-color: #0D2D27;
    color: #FFF;
    padding: 5px;
}

.lrn-more2 {
    width: 40%;
    height: 100%;
    border: none !important;
    outline: none !important;
    background-color: #000000;
    color: #FFF;
    padding: 5px;
}

.lrn-more:hover {
    background-color: #000000;
}

.lrn-more2:hover {
    background-color: #0D2D27;
}

.room-xplr:hover {
    color: #FFF;
    background-color: #123A29;
}

.lrnmr {
    width: 80%;
    height: 100%;
    border: none !important;
    outline: none !important;
    background-color: #000;
    padding: 15px;
    color: #FFF;
}

.lrnmr2 {
    width: 30% !important;
    height: 40px !important;
    border: 1px solid #FFF !important;
    outline: none !important;
    background-color: rgb(0, 0, 0, 0.5) !important;
    color: #FFF !important;
}

.lrnmr3 {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #FFF !important;
    outline: none !important;
    background-color: rgb(0, 0, 0, 0.5) !important;
    color: #FFF !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

#press {
    background-color: #0B2D27;
}

.mlc-20 {
    padding-left: 20px !important;
}

.stay-room-img {
    width: contain !important;
}

.cover-img {
    min-width: 100%;
    height: 100vh;
}

.f-and-b {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

.f-and-b-gal {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

.f-and-b-press {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
    /*filter: brightness(50%)*/
    /*background-color: red;*/
}

    .f-and-b-press:hover {
        opacity: 1;
    }

.m-cover-press {
    height: 35vh !important;
    margin-bottom: 15px;
}

.img-resto {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

.about-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    overflow: hidden;
}

.about-img-abt {
    width: 100%;
    height: 800px;
    object-fit: cover;
    overflow: hidden;
}

.reponsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.div-xp-img {
    object-fit: cover;
    overflow: hidden;
    height: 100%;
    width: 100% !important;
}

.p-absolute {
    position: absolute;
}

.font-playfair {
    font-family: Playfair !important;
}

/*    .pl-pr-100 {
        padding: 0px 100px;
    }*/

.lhc-logo-lp {
    width: 20% !important;
    margin-top: 50px;
}

.main-tag {
    font-size: 40px;
    color: #603813;
    font-weight: 500;
}

.flickity-page-dots {
    bottom: 40px !important;
}

.mt-20prcnt {
    margin-top: 20%;
}

.mt-15prcnt {
    margin-top: 5rem;
}

.mt-16rem {
    margin-top: 16rem;
}

.mapouter {
    position: relative;
    text-align: center;
    height: 608px;
    width: 100%;
}

.mapouter-trans {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 608px;
    width: 100%;
}

@media(max-width: 780px) {
    .mapouter {
        height: 400px;
        width: 100%;
    }

    .gmap_canvas {
        height: 400px;
        width: 100%;
    }
}

.mt-40prcnt {
    margin-top: 40%;
}

.mt-30prcnt {
    margin-top: 30%;
}

.mt-10prcnt {
    margin-top: 10%;
}

.mt-15prcnt-n {
    margin-top: -15%;
}

.ml-30prcnt-n {
    margin-left: 30%;
}

.ml-60prcnt-n {
    margin-left: 60%;
}

.bg-cover-tagline {
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.btn-discover {
    color: #F1AE3C;
    text-decoration: underline;
    font-size: 1em;
    margin-top: 50px !important;
}

    .btn-discover:hover {
        color: #FFF;
        font-size: 1.1em;
        transition: 1s;
    }

.fnt-2vw {
    font-size: 2vw !important;
}

.fnt-15px {
    font-size: 15px !important;
}

.fnt-20px {
    font-size: 20px !important;
}

.fnt-25px {
    font-size: 25px !important;
}

.fnt-32px {
    font-size: 32px !important;
}

.fnt-5vw {
    font-size: 5vw !important;
}

.pckage-include {
    list-style: none;
}
/*.pckage-include li:before {
     content: '✓';
}*/
.flickity-prev-next-button {
    z-index: 2 !important;
}

.package-mt-100px {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-135-offer {
    margin-top: 135px;
}

.mt-300px {
    margin-top: 300px;
}

.mb-200px {
    margin-bottom: 200px;
}

.mt-40px {
    margin-top: 40px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.css-p6r2sc {
    max-width: 100% !important
}

.css-11cewt9 {
    color: #FFF !important;
}

.css-gb1pp8 {
    font-family: goudy !important;
}

.room-name {
    position: absolute;
    text-align: center;
    margin-top: 200px;
    z-index: 4;
    width: 100% !important;
}

.filter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    opacity: .4;
    background: #333;
    z-index: -1;
}

.post img {
    -webkit-filter: opacity(50%); /* Chrome, Safari */
    -moz-filter: opacity(50%); /* Mozilla Firefox */
    -ms-filter: opacity(50%); /* Internet Explorer */
    -o-filter: opacity(50%); /* Opera */
    filter: opacity(50%); /* Standard for All */
}

.hide {
    opacity: 0;
}

.show {
    opacity: 1;
}

.plpr-200 {
    padding: 0 200px 0 200px;
}

.mt-100px {
    margin-top: 100px;
}

.gallery1-cell {
    height: 20vh !important;
}

.testimony-bg {
    background-color: rgba(177, 135, 65, 0.12) !important;
}

.div-cover-img {
    height: 100vh !important;
    width: 100% !important;
}

.div-cover-img-press {
    height: 100vh !important;
    width: 100% !important;
}

.div-cover-img-transpo {
    height: 62.5vh !important;
    width: 100% !important;
}

.br-trans {
    border-right: groove;
    /*    border-color:darkgray;*/
}

@media (max-width: 780px) {
    .br-trans {
        border-bottom: groove;
        /* border-color: darkgray;*/
        border-right: hidden;
    }

    .div-cover-img {
        height: 55vh !important;
        width: 100% !important;
    }

    .div-cover-img-press {
        height: auto !important;
        width: 100% !important;
    }

    .div-cover-img-transpo {
        height: 45.5vh !important;
        width: 100% !important;
    }

    .press {
        /*   position: relative;
        margin: -375px 30px 0 0px;
        float: left;*/
    }

    .mt-135-offer {
        margin-top: 35px;
    }
}

@media (max-width: 375px) {
    .press {
        /*        margin: -300px 30px 0 0px;*/
    }
}

.btn-lc {
    background-color: #f0dfb9;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    height: 35px;
    width: 60%;
    padding: 10px 40px;
}

.btn-lc-submit {
    background-color: #f0dfb9;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    height: 35px;
    width: 20% !important;
    /*       padding: 0px 40px;*/
}

.m-pl-0 {
    padding-left: 0px !important;
}

.m-pr-0 {
    padding-right: 0px !important;
}

.room-img {
    width: 100%;
    height: 350px;
}

.room-img-prem {
    width: 100%;
    height: 440px;
}

.title-color {
    color: #623015;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.room-icon {
    width: 40%;
}

.resto {
    height: 400px;
}
/*.img-press {
    height: 550px;
}*/

.press-main {
    line-height: -20px;
    color: #623015;
}

.a-press {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-family: Playfair;
    font-size: 16px;
    color: #623015;
}

.a-title {
    font-family: Playfair;
    font-size: 16px;
    color: #623015;
    font-weight: bold;
    padding-bottom: 2px;
}

.press-date {
    font-style: italic;
    font-size: 16px !important;
    font-family: Playfair;
}


.row-press {
    margin-bottom: 25px;
}

.img-offer {
    width: 100%;
}

@media (max-width: 780px) {

    .btn-lc-submit {
        width: 80% !important;
        outline: none !important;
    }

    .img-offer {
        width: 100%;
        height: 265px;
    }

    .room-img {
        width: 100%;
        height: 260px;
    }

    .room-img-prem {
        width: 100%;
        height: 260px;
    }
}

.btn-book-now {
    padding: 10px 20px;
    outline: none;
    color: #000;
    font-size: 22px;
    background-color: #F4E2BB;
    border-radius: 5px;
}

    .btn-book-now:hover {
        padding: 10px 20px;
        outline: none;
        color: #FFFF;
        font-size: 22px;
        background-color: #623015;
        border-radius: 5px;
    }

.mt-20px {
    margin-top: 20px;
}

.casa-icon {
    width: 50%;
}

.casa-icon-island {
    width: 30%;
}

.casa-icon-tondo {
    width: 25%;
}

@media (max-width: 780px) {
    .ft-line {
        display: none;
    }

    .m-mt0 {
        margin-top: 0px;
    }

    .m-mt-40px {
        margin-top: 40px;
    }

    .casa-icon {
        width: 100%;
    }

    .casa-icon-island {
        width: 100%;
    }

    .casa-icon-tondo {
        width: 100%;
    }

    .features-1 {
        position: relative;
        margin: -40px 0px 0px 20px;
        float: left;
    }

    .m-mt-20px {
        margin-top: 20px !important;
    }

    .top-hdr {
        display: none !important;
    }

    .m-cover {
        height: 40vh !important;
    }

    .m-cover-gal {
        height: 100% !important;
    }

    .m-cover-press {
        height: 30vh !important;
        margin-bottom: 25px;
    }

    .m-resto {
        height: 300px !important;
    }

    .m-cover-sports {
        height: 40vh !important;
    }

    .testimonial-item p {
        font-size: 20px !important;
    }

    .the-room-img {
        height: 50vh !important;
    }

    .m-cnt {
        padding: 0px !important;
    }

    .plc-20 {
        padding-left: 0px !important;
    }

    .room-xplr {
        width: 100%;
        height: 40px;
    }

    .lrn-more {
        width: 100%;
        height: 40px;
    }

    .fnt-2vw {
        font-size: 30px !important;
    }

    .fnt-1vw {
        font-size: 15px !important;
    }

    .fnt-5vw {
        font-size: 50px !important;
    }

    .m-cover-img {
        height: 80vh !important;
    }

    .m-pt-0 {
        padding-top: 0px !important;
    }

    .mt-15prcnt {
        margin-top: 0px !important;
    }

    .m-tex-center {
        text-align: center !important;
    }

    .pr-40 {
        padding-right: 0px !important;
    }

    .pl-40 {
        padding-left: 12px !important;
    }

    .m-mb-20 {
        margin-bottom: 20px;
    }

    .lrnmr2 {
        width: 80% !important;
    }

    .team .member .member-info {
        padding: 0px 15px !important;
    }

    .m-p0 {
        padding: 0px !important;
    }

    .m-pb-0 {
        padding-bottom: 0px !important;
    }

    .m-plpr20 {
        padding: 20px !important;
    }

    .m-pt-0 {
        padding-top: 0px !important;
    }

    .m-mt30px {
        margin-top: 30px !important;
    }

    .m-m0 {
        margin: 0px !important;
    }

    .m-mt20px {
        margin-top: 20px !important;
    }

    .m-fnt-s-30 {
        font-size: 30px !important;
    }

    .m-pt-30px {
        padding-top: 30px !important;
    }

    .swiper {
        height: 100% !important;
    }

    .testimonials {
        padding-bottom: 20px !important;
    }

    .package-mt-100px {
        margin-top: 0px !important;
    }

    .room-name {
        margin-top: 50px;
        padding: 50px;
    }

    .plpr-200 {
        padding: 0 20px 0 20px !important;
    }

    .gallery1 {
        height: 50vh !important;
        width: 100% !important;
    }

    .gallery1-cell {
        height: 50vh !important;
        width: 100%;
    }

    .about-img {
        width: 100%;
    }

    .about-img-abt {
        width: 100%;
    }

    m-mt-20 {
        margin-top: 20px;
    }

    .beach {
        position: relative;
        margin: -220px 0px 0px 15px;
        float: left;
    }

    .m-plr15 {
        padding: 0px;
    }

    .pr-0 {
        padding-right: 12px !important;
    }

    .pl-0 {
        padding-left: 12px !important;
    }

    .resto {
        height: 300px;
    }

    .m-pl-pr-20 {
        padding: 0px 20px !important;
    }
}

@media (max-width: 1280px) {
    .press-date {
        font-size: 14px !important;
    }

    .a-press {
        font-size: 14px;
    }

    .a-title {
        font-size: 14px;
    }

    .m-cover-press {
        height: 35vh !important;
        margin-bottom: 15px;
    }
}
