:root{
    --logoBlack:#181b20;
    --main: #b2a46e;
    --secondary: #6d766a;
    --hover_main: #646868;
    --ligh-col: #dcd8c8;
}
@font-face {
    font-family: Play;
    src: url('./../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}




.footer-smaller {
    font-size: 0.65em;
}




.btn-primary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    text-decoration: none;
}

.btn-primary:active {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: 0 0 0 .25rem rgba(157,189,176,.5);
}

.btn-outline-primary {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    text-decoration: none;
}

.btn-outline-primary:active {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(157,189,176,.5);
}


h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,.card-title{
    font-family: Play,sans-serif;
    color: var(--secondary);
}
body{
    font-family: Play,sans-serif;
    font-size: 1.15em;
    font-weight: 300;
}
.navbar-brand img {
    height: 80px;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img.smaller {
    height: 50px!important;
}

.current-menu-item {
    color: var(--main) !important;
}

#myVideo {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 80vh;
    max-height: 100vh;
}
.slick-slide.main{
    min-height: 80vh!important;
    max-height: 100vh!important;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
}
.tmy_fancy{
    margin: 0!important;
    padding: 0!important;
}
.gallery-big{
    height: 60vh!important;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 0px solid white;
}
.gallery-small{
    height: 30vh!important;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;

}

.top_banner {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 500px;
    min-width: 100%;
    z-index: -2;
    background-position: center !important;
    background-size: cover !important;
}
.header-title{
    position: absolute;
    bottom: 20%;
    color: white;

}
.video-div{
    background-color: rgba(0,0,0,0.5);
    z-index: -1!important;
}
.tmy-txt{
    color: var(--main);
}
h3.tmy-txt{
    transform: rotate(-3deg) skew(-3deg);
}

.home-form-container {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.help-text {
    font-size: .75em;
}


.overlap-title{
    margin-top: -75px !important;
    /*font-size: 100px;*/
    font-weight: bold;
    line-height: 90px;
}
.home-subtitle{
    margin-top: -15px;
    font-weight: bold;
    color: var(--hover_main);
}

#buffer{
    background-color: white!important;
    transition:  all 0.3s ease-in-out;
}
#header{
    transition:  height 0.3s ease-in-out;
}
#header.tmy_bg_color{
    background-color: white!important;
}
.navbar-toggler{
    color: white!important;
    border: none!important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0!important;
}

.navbar-nav .nav-link{
    color: var(--secondary);
}

.nav-link.active {
    background-color: var(--main);
    border-radius: 5px;
    color: #fff !important;
}

.social a{
    color: var(--ligh-col);
}

a.social{
    color: var(--ligh-col);
}
a.social-head{
    color: var(--main) !important;
}
a.social:hover ,footer p.social a:hover{
    color: var(--hover_main);
}
#why-us{
    color: var(--main);
    background-position: center;
    background-size: cover;
    padding-top: 100px!important;
    padding-bottom: 100px!important;

}
#footer{
    background-color: var(--secondary);
    color: #fff;
}

#footer a.nav-link, footer a{
    color: #fff !important;
}

#footer a.nav-link:hover, footer a:hover{
    color: var(--main)!important;
}
.row.divider{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #242424;
    transition: all 400ms;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px 0px 10px 0px;
}
.policy-txt{
    margin-top: 400px;
}
.after-txt{
    margin-top:400px;
}
.list-img{
    background-size: cover;
    background-position: center;
    min-height: 400px;

}
#mobile-shown-div{
    display: none;
}
.tmy-top-btn{
    border: none!important;
    background-color: var(--main);
    color: white;
    font-size: small;
    background-image: none;
}
.tmy-btn{
    border: none!important;
    background-color: var(--main);
    color: white!important;
    background-image: none;
}
.tmy-btn:hover{
    background-color: var(--secondary);
}
.tmy-price{
    font-weight: bold;
}
.trapezoid {
 background-color: var(--ligh-col);
}
.trapezoid_inv {
    background-color: var(--ligh-col);
    clip-path: polygon(0% 80%, 0% 20%, 100% 0%, 100% 100%);
    padding-top: 10%;
    padding-bottom: 10%;
}
.tmy-stat{
    font-size: large;
}
.divider {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    opacity: 0.7;

}
.hr{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    opacity: 0.7;
}
.vehicle-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-fluid {
    min-width: 100%;
}
/*lines crop*/
.crop-text-4 {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-6 {
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-10 {
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.old_price {
    text-decoration: line-through;
    color: #bbb;
    font-size: .8em;
}
.tmy-page-topbar {
    min-height: 45vh;
    min-width: 100%;
    background-position: center !important;
    background-size: cover !important;

}
iframe {
    /*width: 95%;*/
}
.tmy-link a{
    color: var(--main) !important;
}
.tmy-link a:hover{
    color: var(--hover_main)!important;
}
.tmy-card-title{
    color: var(--main);
    margin-bottom: -5px;
}
.tmy-card-img{
    min-height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tmy-card-img-horizontal{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 100%;
    min-height:30vh;
    height: 100%;
}
.tmy-card-img-smaller{
    min-height: 30vh;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.tmy-card-body a{
    color: black;
}
.vertical-card-img {
    background-size: cover!important;
    background-position: center!important;
    border-radius: 5px 0 0 5px;
}
.card-link:hover {
    opacity: 0.7!important;
}
.tmy-testimonial-img{
    height: 20vh;
    border-radius: 50px;
}
.highlights{
    color: grey;
}
.equal-height {
    display: flex;
    flex-direction: column;
}
.tmy-gallery-image{
    height: 35vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tmy-icon{
    color: var(--main);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--main);
    background-image: none!important;
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.dropdown-menu.show {
    transition:  all 0.3s ease-in-out;
}
.car-image{
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}





.home-bg-image {
    background-image: url(/wp-content/uploads/2024/05/MSS_8574.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bg-image-text {
    background-color: rgba(255,255,255,.85);

}

/*-----------------------*/

.responsive-table tr {
    border-top: 1px solid #ccc;
    border-right: none;
}

.responsive-table td, .responsive-table th {
    padding: 6px;
}

.TableTitle {
    color: #2f2f2f;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    border-right: 1px solid #ccc;
}


.responsive-table td.TextList {
    margin-top: 50px;
    padding: 30px 20px;
    text-align: left;
    border: 0px;
}

.amenity-category-icon, .amenity-category-title {
    color: var(--secondary);
}

.amenities-list li {
    color: var(--secondary);
}

.accommodation-map {
    margin-bottom: -54px;
}

.page-image-header {
    position: relative;
    z-index: -1;
    height: 450px;
    background-position: center !important;
    background-size: cover !important;
}

.page-image-header  h1{
    color: #fff;
}

.review-text {
    font-size: .9em;
}














@media only screen and (max-width: 767px) {
    .trapezoid_inv {
        clip-path: polygon(0% 100%, 0% 00%, 100% 0%, 100% 100%);
        padding: 5%;
    }
    .tmy-page-topbar {
        min-height: 35vh;
        margin-top: 40px;
    }
    #mobile-hidden{
        display: none;
    }
    #mobile-shown-div{
        display: block;
    }
    #tmy_book_btn{
        margin-top: auto;
        transition:  all 0.3s ease-in-out;
    }
    #tmy_book_btn.hide{
        display: none;
    }
    .mobile-banner-btn{
        position: fixed;
        left: 0;
        top: 0;
        border-radius: 0;
        border: none;
        width: 100vw !important;
        background-color: var(--main) !important;
        color: white!important;
        background-image:none!important;
        box-shadow: none!important;
        padding: 10px;
        z-index: 100;
        font-weight: 125;
    }
    .btn-div{
        width: 100vw !important;
        padding: 0!important;
        margin: 0!important;
    }
    #header{

    }
    #header.tmy_bg_color{
        margin-top: 0!important;
    }

    .overlap-title{
        margin-top: -31px !important;
        color: white;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 0 0 3px black;
        line-height: 50px;
    }
    .home-subtitle{
        margin-top:-10px;
        font-weight: bold;
    }

    #newsletterEmail{
        margin-bottom: 0!important;
        width: 100% !important;
    }
    #submitNewsletter{
        margin-top: 0!important;
        width: 100% !important;
    }
    .vertical-card-img {
        border-radius: 5px 5px 0 0;
    }

    .h5_height_tmy{
        height: 0 !important;
    }

    .gallery-big{
        height: 45vh!important;
    }
    .gallery-small{
        height: 28vh!important;
    }

    .accommodation-content {
        margin-top: -100px !important;
    }


    /*---- Villas Amenities table ----*/
    .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
        display: block;
    }

    .responsive-table td, .responsive-table th {
        padding: 20px 6px;
    }

    .TableTitle {
        border-right: none;
    }

    .responsive-table td.TextList {
        margin-top: 0;
    }

    .page-image-header {
        height: 350px;
    }

    .home-form-container {
        margin-top: 0;
    }



}
.close-btn path {
    fill: #fff;
}
.offcanvas-header .btn-close-remodel {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
}
.btn-close-remodel {
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: 0.25em;
    width: 1em;
}

.icon-car-car{
    background-image: url("images/door_icon.svg");
    background-size: contain; /* Adjust the background size as needed */
    background-repeat: no-repeat; /* Prevent repeating the background */
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: text-bottom;
    width: 24px;
    fill: var(--main);
}
.iconChars i{
    color: var(--main);
}
.tmy-badge {

    padding: 5px;
    font-size: small;
}
.tmy_smaller{
    font-size: x-small;
    color: black;
}
.tmy-card-subtitle{
    color: #6b6b6b;
}
.tmy-detail-link{
    font-size: small;
    text-decoration: underline;
    border: none!important;
    background: none!important;

}
.tmy-detail-link:hover{
    color:var(--main);
}

.tmy-card{
    border: none;
}

.tmy-card-front, .tmy-card-back{
    border: solid var(--bs-card-border-color) 1px;
    border-radius: 10px;
}

/* Hide the back of the card by default */
.tmy-card .tmy-card-back {
    transform: perspective( 2000px ) rotateY( -180deg );
    transition: all 1s cubic-bezier(.79,.14,.15,.86);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    backface-visibility: hidden;
}

/* Add flip animation */
.tmy-card.flipped .tmy-card-back {
    transform: perspective( 2000px ) rotateY( 0deg );
    backface-visibility: hidden;
}
/* Hide the back of the card by default */
.tmy-card.flipped .tmy-card-front {
    transform: perspective( 2000px ) rotateY( 180deg );
    backface-visibility: hidden;
}

/* Add flip animation */
.tmy-card .tmy-card-front {
    transform: perspective( 2000px ) rotateY( 0deg );
    transition: all 1s cubic-bezier(.79,.14,.15,.86);
    backface-visibility: hidden;
}

.tmy-fa{
    color: var(--main);
}
/* Custom styling to make nav pills look like radio buttons */
.nav-pills .nav-link {
    border-radius: 0;
    padding: 0.5rem 1rem;
}

.nav-pills .nav-link.active {
    background-color: #f8f9fa; /* Active tab background color */
    border: 1px solid #dee2e6; /* Active tab border */
    border-bottom-color: transparent;
}

/* Animation effect for nav pills */
.nav-pills .nav-link {
    transition: all 0.3s ease; /* Add animation transition */
}

.nav-pills .nav-link:hover {
    background-color: #f8f9fa; /* Change background color on hover */
    border: 1px solid #dee2e6; /* Change border color on hover */
    border-bottom-color: transparent;
    cursor: pointer;
}

.tmy-card-title-price {
    background-color: var(--main);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blue {
    filter: invert(25%) sepia(60%) saturate(1544%) hue-rotate(192deg) brightness(99%) contrast(89%);
    width: 25px;
    vertical-align: top;
}
.offer_per{
    font-size: 80px;
    color: var(--main);
}
#menu-item-wpml-ls-2-en, #menu-item-wpml-ls-2-el{
    align-self: center;

}
.nav-link.dropdown-toggle.show, a.dropdown-item{
    color: white;
}
.dropdown-menu {
    background-color: black;
}

.tmy-small-txt{
    font-size: small;
}
.booking-tmy{
    background-color: var(--main);
}
hr.sep-tmy {
    border: 0;
    text-align: center;

    &:before {
        content: "\2022 \2022 \2022";
        font-size: 50px;
        font-weight: lighter;
        color: var(--main);
    }
}
.h5_height_tmy{
    height: 20px!important;
}

.whatsAppIcon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #309130;
    padding: 0 12px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #333;
    font-size: 2em;
    z-index: 1000001;
}
.whatsAppIcon a{
    color: white;
}

.whatsAppIcon a:hover{
    color: white !important;
}






/* ---------  Hotel Booking Plugin ----------
---------------------------------------------*/
.datepick-popup {
    z-index: 10000;
}

/*.datepick {
    width: 248px !important;
}*/

/* checkout form */
.tmy-checkout-form select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tmy-checkout-form textarea {

}


    /* search form */
.tmy-search-form form input, .tmy-availability-form input, .tmy-checkout-form input, .tmy-checkout-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%;
}

.tmy-search-form form input.button, .tmy-availability-form form input.button, .tmy-checkout-form input.button {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

.tmy-search-form form input.button {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.tmy-search-form form .mphb_sc_search-check-in-date, .tmy-search-form form .mphb_sc_search-check-out-date, .tmy-search-form form .mphb_sc_search-submit-button-wrapper {
    display: inline-block;
}

.tmy-search-form form .mphb-required-fields-tip {
    display: none;
}

@media only screen and (max-width: 500px) {
    .tmy-search-form form .mphb_sc_search-check-in-date, .tmy-search-form form .mphb_sc_search-check-out-date, .tmy-search-form form .mphb_sc_search-submit-button-wrapper {
        display: block;
    }

    .tmy-search-form form .mphb_sc_search-submit-button-wrapper {
        margin-top: 30px;
    }
}


/* Search Results */
.tmy-search-results #mphb-reservation-cart {
    margin-bottom: 20px;
}

.tmy-search-results .mphb-room-type:not(:first-of-type) {
    margin-top: 15px;
}

.tmy-search-results .mphb-room-type {
    width: 30%;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 10px;
    padding: 15px;
    webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media only screen and (max-width: 992px) {
    .tmy-search-results .mphb-room-type {
        width: 100%;
    }
}

.tmy-search-results .mphb-room-type-title {
    font-weight: bold;
    color: #6d766a;
    font-size: 1.5rem;
}

.tmy-search-results .mphb-room-type-details-title {
    display:none;
}

.tmy-search-results .mphb-room-type button {
    border: none !important;
    background-color: var(--main);
    color: white !important;
    background-image: none;
    padding: 4px 40px;
    text-align: center;
    border-radius: 5px;
}

.mphb-stripe-payment-fields.card {
    padding: 15px;
}

.mphb-errors-wrapper {
    color: red;
}

ul.mphb-loop-room-type-attributes {
    list-style: none;
    padding-left: 0;
}

form#mphb-reservation-cart button.mphb-confirm-reservation {
    display: none;
}

.cancel-booking a {
    padding: 10px 30px;
    background-color: #b2a46e;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}