/*!
Theme Name: resort
Theme URI: http://underscores.me/
Author: Rubiq
Author URI: https://rubiq.in
Description: Hotels and Resorts
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resort
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

resort is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#preloader .loader {
    animation: spin 1s linear infinite;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: transparent;
    height: 55px;
    width: 55px;
}


.booking-engine-wrap{
	position: relative;
	z-index: 999; 
    margin-top: -140px;
    padding: 20px 15px;
    min-height: 100px;
  
}

.booking-engine-wrap-inner{
	position: relative;
	z-index: 999; 
    margin-top: 0;
    padding: 30px 15px;
    min-height: 100px;
    display: none;
  
}

.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
    background: rgb(86 86 86 / 40%) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px !important;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 32px;
}
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #0e0d0d !important;
    margin-left: 2px;
}


.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
    background: rgb(47 46 39 / 60%) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px !important;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
}
.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #0e0d0d !important;
    margin-left: 2px;
}

.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup .checkinOut.input label.lbl, .booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .formGroup label.lbl{
    text-align: left;
    color: #fff !important;
} 

.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #cf8259 !important;
    color: #ffffff !important;
    border: 1px solid #cf8259 !important;
    margin-left: 2px;
}

.booking-engine-wrap .Configure-quickBook-Widget .MbsSearchWidget .lbl {
    font-weight: 400;
}
 .header.is-sticky .header__container .header__logo img {
    height: 40px;
}



@media (max-width: 992px) {
.booking-engine-wrap{
	position: relative;
	z-index: 999; 
    margin-top: 0;
    padding: 20px 15px;
    min-height: 100px;
  
}
    
}

@media (max-width: 768px) {
.booking-inner .Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt {
    display: none;
 }
}

.fixed-book-now {
    background: #353535; 
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    bottom: 40%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0px;
    border: 0;
}
.fixed-book-now a {
    padding: 12px 36px;
}
.fixed-book-now a:hover {
    color: #f2f2f2;
    background: #555; 
}

.fixed-social {
    /*background: #353535; */
    color: #fff;
    padding: 10px 5px;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 70%;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0;
}

.fixed-social a:hover {
    color: #a7a7a7;
}
.fixed-social hr{
    display: none;
}







@media (max-width: 991px) {
    .fixed-book-now a {
        padding: 10px 15px;
    }
    .fixed-social{
        display: flex !important;
        justify-content: space-around !important;
        /*width: 100% !important;*/
        left: 0% !important;
        bottom: 0% !important;
        padding: 5px 5px !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        align-items: center;
    }
    .fixed-book-now{
        right: 0 !important;
        bottom: 0% !important;
        width: 40% !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        display: none;
    }
    .fixed-social hr{
        display: block;
        width: 2px;
        background-color: #000;
        height: 100%;
    }
    
    .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
        display: none;
    }
    
    .fixed-widget.booking-engine-wrap {
        box-shadow: none !important;
    }
    
    .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
        display: none !important;;
    }
    
    .fixed-widget.booking-engine-wrap-inner {
        box-shadow: none !important;
    }
    
   
    .pr-60{
        padding-right: 12px !important;
    }
    
    .pl-60{
        padding-left: 12px !important;
    }
 
    
}


.fixed-widget.booking-engine-wrap {
    width: 100%;
    max-width: 100%;
    padding:  0 0;
}

.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget{
    box-shadow: 0px 6px 12px 0px #000;
}

.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
    background: #fff !important;
    width: 100%;
    max-width: 100%;
    color: #fff !important;
    border-radius: 0 !important;
    
}
.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #fff !important;
    color: #fff !important;
}
.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
    color: #fff !important;
}




.fixed-widget.booking-engine-wrap-inner {
    width: 100%;
    max-width: 100%;
    padding:  0 0;
}

.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget{
    box-shadow: 0px 6px 12px 0px #000;
}

.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
    background: #fff !important;
    width: 100%;
    max-width: 100%;
    color: #fff !important;
    border-radius: 0 !important;
    
}
.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #fff !important;
    color: #fff !important;
}
.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
    color: #fff !important;
}
  
 
  
  
  /* Custom */

.navbar .navbar-nav .nav-link {
    /* font-family: 'Outfit', sans-serif; */
    font-family: var(--font-tertiary);
    font-size: 13px;
    /* color: #fff; */
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    /* padding-right: 12px;
    padding-left: 12px; */
    letter-spacing: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-scroll a.nav-link {
    /*color: #000 !important;*/
    /*color: white !important;*/
}
.review-content{
    color:#fff;
}
.owl-item img.icon-room {
    width: 30px !important;
    }

.offers-listing p.room-text {
    font-style: italic;
}

.offers-listing .room-actions {
    color: #cd7c51;
    font-size: 22px;
}    

.offers-listing .room-title {
    font-size: 30px;
}    
    
.pricing.home-offer .discount-text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}    
.pricing.home-offer .item .img img {
    border-radius: 5px 0 0 5px;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 2 / 3;
}

.home-offer.pricing .title.offer-amt {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
/*.home-offer.pricing .title.offer-amt span {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    font-weight: 500;
    font-size: 18px;
}
*/
.home-offer.pricing .title.offer-amt {
    font-size: 40px;
    line-height: 1.2em;
    color: #fffffffa;
    font-weight: 400;
}
.home-offer.pricing .title.offer-amt span {
    font-size: 16px;
    font-weight: 400;
    color: #e69468;
    margin-bottom: -8px;
    margin-left: 8px;
}

.home-offer.pricing .offer-valid, .home-offer.pricing .offer-valid p {
    font-size: 14px;
}
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }


.location-hm.blog-home .item {
    padding: 120px 40px !important;}
   
    .location-hm.blog-home .item .content{min-height: 135px !important;}
 @media (min-width: 1000px) and (max-width: 1199px) {
    .location-hm.blog-home .item .content {
        min-height: 162px !important;
    }
}
    .loc-section li{list-style: outside !important;}
    .blog-home.location-hm .item:after{background:none; }
    .location-hm .content h5,.location-hm .content p {color: #fff !important;}

/*.location-hm .bg-img {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

.location-hm .bg-img  {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.location-hm .bg-img:hover  {
    transform: scale(1.02); /* Zoom effect on hover */
}


.restaurant-page.section-padding.amenities .owl-item img {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.rubiq-logo{height:16px !important;}


.ht-100{
    height:100%;
}



/* ======= Booking style ======= */
.booking {
    position: relative;
}
.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -50px;
    z-index: 9;
}
/*
.booking-inner {
    position: relative;
    background: rgb(37 31 18 / 71%);
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
} */
/*
.booking-inner button {
    background: #4b4b48;
}*/
.form1 {
    display: block;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 20%;
}
.form1 .col2 {
    float: left;
    width: 14%;
}
.form1 .col3 {
    float: left;
    width: 18%;
}
.form1 .c1 {
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c2 {
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c3 {
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c4 {
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c5 {
    height: 62px;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header {
    background: #BD945A;
    border: #BD945A;
    color: #fff;
    border-radius: 5px;
}
.ui-datepicker {
    font-size: 17px;
    color: #141414;
    background: #fff;
    z-index: 100 !important;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .05);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f4f1ed;
    background: #f4f1ed;
    color: #141414;
    border-radius: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #BD945A;
    background: #BD945A;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: #fff;
    float: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}
.btn-form1-submit {
    margin: 0;
    width: 100%;
    background: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-out;
    border-radius: 0 5px 5px 0;
}
.btn-form1-submit:hover {
    background: #141414;
    color: #fff;
}
.btn-form1-submit:focus {
    outline: none;
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.input1_inner {
    position: relative;
    font-weight: 400;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 18.25px 40px 18.25px 20px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
}
.border-l {
    border-left:  1px solid rgba(255,255,255,0.1);
}
.border-r {
    border-right:  0px solid rgba(255,255,255,0.1);
}
.border-b {
    border-bottom:  1px solid rgba(255,255,255,0.1);
}
.border-t {
    border-top:  1px solid rgba(255,255,255,0.1);
}
.input1_inner input::placeholder {
    font-size: 17px;
    color: #fff !important;
    outline: none;
    font-weight: 400;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #fff !important;
     border: none;
}
.select1_wrapper {
    margin-bottom: 0;
}
.select1_inner {
    position: relative;
}
.select1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
}
.select2 {
    width: 100%;
    background: transparent;
}
.select2 *:focus {
    outline: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
    border-radius: 5px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .05);
}
.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}
.selection {
    display: inline-flex;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    line-height: 28px;
    padding: 17px 49px 17px 20px;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0px solid #f4f1ed;
}
.select2-container--open .select2-dropdown--below {
    border-top: 0px solid #f4f1ed;
}
.select2-results__option {
    padding: 15px 20px;
    background: #fff;
    font-size: 17px;
    line-height: 20px;
    color: #141414;
    border-top: 1px solid #f4f1ed;
    text-align: center;
}
.select2-results__option:first-child {
    border-top: none;
}
.small .select2-results__option {
    padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #BD945A;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #BD945A;
    color: #fff;
}
/* responsive */
@media (max-width: 991.98px) {
    .form1 .col1 {
        width: 50%;
    }
    .form1 .c2 {
        border-right: none;
    }
    .form1 .col2 {
        width: 25%;
    }
    .form1 .col3 {
        width: 25%;
    }
    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #141414;
    }
    .booking-inner {
        background-color: transparent;
    }
}
@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
    }
    .form1 .col2 {
        width: 100%;
        border-right: 0;
    }
    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }
    .btn-form1-submit:after {
        background: none;
    }   
}
/* booking form */
.booking-box {
    position: relative;
}
@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
    .border-r {
    border-right:  1px solid rgba(255,255,255,0.1);
    }
    .booking-wrapper .br-5005 {
        border-radius: 0;
    }
    .btn-form1-submit {
        border-radius: 5px;
    }
    
    #heroVideo {
    height: 75vh !important;
    }
}


.blog1 .owl-carousel .owl-item img{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


.section-wellness__image-cropper {
    width: 100%;
    max-width: 1200px;      /* optional – controls oval width */
    aspect-ratio: 16 / 9;  /* horizontal oval */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 50% / 45%;
}
.section-wellness__image-cropper img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* prevents left/right cutting */
    display: block;
}


/*


.section-wellness__image-cropper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50% / 50%;
}
*/



.section-wellness .hero-title {
    color: #312d2d;
    font-size: 5.625em;
    text-align: center;
    /* transform: translateY(-60px); */
}




ul.footer-explore-list li {
    width: 50%;
}
.footer .bottom .links li a {
    font-size: 14px;
}



ol, ul {
    padding-left: 0rem;
}

.booking-wrapper .Configure-quickBook-Widget {
    position: relative;
    background: rgb(37 31 18 / 71%);
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.booking-wrapper .MbsSearchWidget {
    background: transparent !important;
    
}

.booking-wrapper .Configure-quickBook-Widget .MbsSearchWidget .formGroup label.lbl
 {
    color: #fff !important;

 }

.booking-wrapper .Configure-quickBook-Widget .MbsSearchWidget .searchBtn{
    
    
}




.pr-60{
    padding-right: 60px;
}

.pl-60{
    padding-left: 60px;
}



.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}




.o-div{
    border: 2px dashed white;
    border-radius: 20px;
    padding: 20px;
    color: var(--color-accent-1);
    height:100%;
}



/*.o-div svg {*/
/*  width: 28px;*/
/*  height: 28px;*/
/*}*/


.o-div li{
    margin-bottom:10px;
}

.blue-overlay:before {
    background: #062c40;
}




.o-div {
    list-style: none;
}

.o-div li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 12px;
}



.offer-text-img {
    width: 30px;   
    height: auto;
    color: #c59d5f;
}



.rateModal .wmrTextbox .wmrLabel {
    color: #000 !important;
}

.rateModal .wmrBoxWrap-head {
    color: #32af91 !important;
}

.rateModal .wmrBookwithUs .wmrBkedTitle {
    color: #000 !important;
}

.rateModal  .wmrTextbox input {
    color: #000 !important;
}

.rateModal .wmrrateFooter p.ftrNote {
    color: #333 !important;
}

.lh-0{
    line-height:0px;
}



#heroVideo{
    object-fit: cover;
    height: 100vh;
}



video:hover::-webkit-media-controls {
    opacity: 1;
}