.adult-btn,
.search-bar-inner i {
    top: 50%;
    transform: translateY(-50%)
}

.fadeIn,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
    animation-duration: 1.25s
}

.head-sec {
    /* margin-bottom: 40px; */
}

section.banner-header {
    width: 100%;
    height: 100vh;
    background: url(../images/property-banner.png) center/cover no-repeat fixed !important;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 0;
    padding-bottom: 0;
    z-index: 3;
    text-align: center;
}
section.banner-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
section.banner-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
}
section.banner-header .container {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    z-index: 2;
    text-align: center;
    /* margin: auto; */
}
section.banner-header .reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}
section.banner-header .reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--other-font);
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
    text-align: left;
}
section.banner-header .reservation .call span{
    font-size: 24px;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    color:var(--secondary-color);
}
section.banner-header .reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
section.banner-header .reservation .icon img{
    width: 24px;
    transform: rotate(180deg);
}
.star-rating:before, .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
span.ratings {
    position: relative;
    display: inline-block;
}
.video-content {
    max-width: 83.33333333%;
    margin: auto;
}
.video-content .video-btn {
    margin: 30px 0;
}
.video-content .video-btn .main-btn{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 10px 20px;
}
.video-content .video-btn .main-btn::after{
    background: #fff;
}
.video-content .video-btn .main-btn:hover span{
    color:var(--territiary-color);
}
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 8px;
}
.star-rating:after {
    transform: rotate(35deg);
}
section.banner-header h4{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--other-font);
}
section.banner-header h1{
        position: relative;
    margin-bottom: 0;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

section.search-list {
    position: absolute;
    left: 0;
    width: 100%;
    top: 83vh;
    z-index: 3;
    padding: 0;
}
section.search-list .search-info-list {
    position: relative;
    border-radius: 0;
}
section.search-list .search-info-list form{
      display: block;
    padding: 0;
    position: relative;
  display:flex;
  width:100%;
}
section.search-list .search-info-list .col1{
 width: 20%; 
  border-right: 1px solid #2b2b2b;
}
section.search-list .search-info-list .col2{width: 20%;border-right: 1px solid #2b2b2b;}
section.search-list .search-info-list .col3{width: 20%;}
section.search-list .search-info-list .input1_inner{
 position:relative; 
}
section.search-list .search-info-list .input1_inner i{
 position:absolute;
  color:var(--secondary-color);
  top:23px;
  right:20px;
}
section.search-list .search-info-list input, section.search-list .search-info-list select{
     display: block;
     width: 100%;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.5);
     padding: 19.5px 40px 20px 19.5px;
     background: var(--territiary-color);
     border: none;
     box-shadow: none;
     border-radius: 0;
     height: 62px;
}
section.search-list .search-info-list select option{
color: rgba(255, 255, 255, 0.5);
}
section.search-list .search-info-list input::placeholder{
  color: rgba(255, 255, 255, 0.5);
}
h6 {
    font-size: 15px;
    font-family: var(--other-font);
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
    line-height: 1.75;
}
h2{
 margin-bottom:20px; 
}
section.abt-sec .reservations {
    display: flex;
    align-items: center;
}
section.abt-sec .reservations .icon {
    position: relative;
    top: 0;
}
section.abt-sec .reservations .icon img{
 width:40px; 
}
section.abt-sec .reservations .text {
    padding-left: 10px;
}
section.abt-sec .reservations .text p{
 margin-bottom:0; 
}
section.abt-sec .reservations .text a{
  color:var(--btn-color);
  letter-spacing: -1px;
  font-size: 24px;
}
section.abt-sec .abt-sec-img img{
  width:100%;
  height:348px;
  object-fit:cover;
}
section.abt-sec .abt-img.first-img {
    padding: 90px 0 30px;
}
section.room-suites {
    background: var(--lt-bg-color);
}
section.room-suites .head-sec{
 padding-left: 0;
 padding-right: 0;
}
section.room-suites .head-sec h2{
    margin-bottom: 0;
}
section.room-suites .room-head {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
}
section.room-suites .room-suites-img img{
 -webkit-transition: all .5s;
    transition: all .5s;
  width:100%;
  height:100%;
  object-fit:cover;
}
section.room-suites .room-suites-img{
 overflow:hidden;
  height:475px;
}
section.room-suites .room-category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: var(--other-font);
    padding: 10px 3px;
    line-height: 1.5em;
}
section.room-suites .room-category a{
  font-family: var(--other-font);
  text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
}
section.room-suites .room-suites-item {
    position: relative;
    overflow: hidden;
}
section.room-suites .room-suites-item:hover .room-suites-img img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
section.room-suites .room-suites-item .room-suites-cont {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 3;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

section.room-suites .room-suites-item .room-suites-cont h6, section.room-suites .room-suites-item .room-suites-cont h6 a{
 position: relative;
 color: var(--heading-color);
 font-size: 15px;
 font-family: var(--other-font);
 display: inline;
 letter-spacing: 3px;
 text-transform: uppercase;
 /* display: inline-block; */
}
section.room-suites .room-suites-item .room-suites-cont h4, section.room-suites .room-suites-item .room-suites-cont h4 a{
     position: relative;
     color: var(--heading-color);
     font-size: 27px;
     font-weight: 400;
     margin-top: 5px;
     margin-bottom: 5px;
     display: inline-block;
     width: 100%;
     line-height: 1.3;
}
section.room-suites .room-suites-item .room-suites-cont .line{
 text-align: center;
 height: 1px;
 width: 60px;
 background-color: rgba(255, 255, 255, 0.2);
 transition-property: all;
 transition-duration: 0.3s;
 transition-timing-function: ease-in-out;
 margin: auto 0 25px;
 border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
 margin-top: 5px;
}
section.room-suites .room-suites-item:hover .room-suites-cont .line{
  width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.room-suites .room-suites-item .room-suites-cont ul{
    margin: 0;
    padding: 0;
    list-style: none; 
  display:flex;
  gap:10px;
}
section.room-suites .room-suites-item .room-suites-cont ul li{
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 1.2em;
      padding-bottom: 0;
}
section.room-suites .room-suites-item .room-suites-cont ul li img{
  width:21px;
}
section.room-suites .room-suites-item .room-suites-cont .details-btn a {
    font-family: var(--other-font);
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white-color);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
section.room-suites .room-suites-item .room-suites-cont .details-btn a:hover{
 color:var(--secondary-color); 
}
section.room-suites .room-suites-item .room-suites-cont .details-btn a i{
     font-size: 10px; 
}
section.room-suites .room-suites-item .room-suites-cont .room-amn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
section.room-suites .room-suites-item:hover .room-suites-cont{
 bottom: 0; 
}
section.room-suites .row{
 gap:30px 0; 
}
section.room-suites .col-6 .room-suites-img {
    height: 345px;
}
section.extra-services .reservations {
    display: flex;
    align-items: center;
}
section.extra-services .reservations .icon {
    position: relative;
    top: 0;
}
section.extra-services .reservations .icon img{
 width:40px; 
}
section.extra-services .reservations .text {
    padding-left: 10px;
}
section.extra-services .reservations .text p{
 margin-bottom:0; 
}
section.extra-services .reservations .text a{
  color:var(--btn-color);
  letter-spacing: -1px;
  font-size: 24px;
}
section.extra-services .pricing-card img{
  width:100%;
  height:205px;
  object-fit: cover;
  background: var(--white-color);
}
section.extra-services .pricing-card{
 background: var(--other-color);
}
section.extra-services .pricing-card .desc {
    padding: 20px;
}
section.extra-services .pricing-card .desc p{
    height:105px;
    overflow:hidden;
}
p.pricing-para {
    margin-bottom: 5px;
}
section.extra-services .pricing-card .desc .name{
  line-height: 1;
  margin: 0;
  font-size: 22px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
section.extra-services .pricing-card p.amount{
     font-size: 30px;
     margin-bottom: 20px;
     line-height: 1;
     font-family:var(--heading-font);
     color:var(--secondary-color);
}
section.extra-services .pricing-card p.amount span{
  font-family:var(--primary-font);
 font-size: 15px;
    color: rgba(255, 255, 255, 0.5); 
}
section.extra-services .pricing-card ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  padding-left:0;
  list-style:none;
}
section.extra-services .pricing-card ul li{
  position: relative;
    font-size: 15px;
    padding-left: 30px;
}
section.extra-services .pricing-card ul li i{
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
  color:var(--secondary-color);
}
section.extra-services .pricing-card ul li i.fa-solid.fa-xmark{
  color: rgba(255, 255, 255, 0.5);
}
section.extra-services .pricing-card .list li+li {
    margin-top: 5px;
}
section.extra-services .owl-carousel button.owl-dot{
  display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
 width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ADADAD; 
}
section.extra-services .owl-carousel button.owl-dot:hover, section.extra-services .owl-carousel button.owl-dot.active{
  background: #aa8453;
    border: 1px solid #aa8453;
}
section.extra-services .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
section.cta-info {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.cta-info::before{
 content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; 
  background: #000;
  opacity:0.3;
}
section.cta-info .container{
 position:relative;
  z-index:2;
}
section.cta-info .cta-info-content {
    text-align: center;
}
section.cta-info h6.section-subtitle{
  color:var(--white-color);
}
section.cta-info .main-btn{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 10px 20px;
}
section.cta-info .main-btn::after{
    background: #fff;
}
section.cta-info .main-btn:hover span{
    color:var(--territiary-color);
}
section.cta-info .cta-info-btn {
    margin-top: 30px;
}
section.facility-sec .head-sec{
 padding-left:12px;
  padding-right:12px;
}
section.facility-sec .single-facility {
    background: transparent;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
    border: 1px solid var(--other-color);
}
section.facility-sec .single-facility img{
      width: 45px;
      margin-bottom: 20px;
      height: 45px;
      object-fit: contain;
}
section.facility-sec .single-facility h4{
 font-size:24px;
  margin-bottom:10px;
}
section.facility-sec .single-facility p{
 margin-bottom:0; 
}
section.facility-sec .row{
 gap:30px 0; 
}

section.review-sec {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
}
section.review-sec::before{
 content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; 
  background: #000;
  opacity:0.3;
}
section.review-sec .container{
 position:relative;
  z-index:2;
}
section.review-sec .row{
 justify-content:center; 
}
section.review-sec .review-list {
    padding: 30px;
}
section.review-sec .review-list .head-box h6{
 font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
  color:var(--white-color);
  font-family:var(--other-font);
}
section.review-sec .review-list .head-box h4{
  font-size:32px;
  margin-bottom:10px;
}
section.review-sec .review-list .line{
      width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}
section.review-sec span.quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
section.review-sec span.quote img{
 width:100%; 
}
section.review-sec .item{
  margin-bottom: 30px;
    position: relative;
}
section.review-sec .item p{
 color:var(--white-color); 
}
section.review-sec .info {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
section.review-sec .info .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
section.review-sec .info .author-img img{
 width:100%; 
}
section.review-sec .cont span i{
 font-size:6px; 
}
section.review-sec .info h6{
 font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    font-family: var(--other-font);
    color: var(--white-color);
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px; 
}
section.review-sec .info span{
 font-size: 12px;
    color: #fff;
    line-height: 1em; 
}
section.review-sec .owl-carousel button.owl-dot{
      width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ADADAD;
  transition: opacity .2s ease;
}
section.review-sec .owl-carousel button.owl-dot:hover, section.review-sec .owl-carousel button.owl-dot.active{
  background: var(--secondary-color);
}
section.review-sec .owl-dots {
    text-align: center;
}
section.winter-stay-sec .head-sec{
 padding-left:12px;
 padding-right:12px;
 text-align: center;
}
section.winter-stay-sec .head-sec .section-title {
    margin-bottom: 10px;
}
section.winter-stay-sec .winter-stay {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
section.winter-stay-sec .winter-img {
    position: relative;
}
section.winter-stay-sec .winter-img img{
    width:100%;
    height:440px;
    object-fit:cover;
}
section.winter-stay-sec .winter-img::before{
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     height: 0;
     width: 100%;
     background-color: var(--other-color);
     opacity: 0.95;
     visibility: hidden;
     -webkit-transition: all ease 0.4s;
     transition: all ease 0.4s;
}
section.winter-stay-sec .service-para {
    padding: 0 12px;
    height: 255px;
    overflow: hidden;
    margin-bottom: 15px;
}
section.winter-stay-sec .services-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    height: 420px;
    overflow: hidden;
}
section.winter-stay-sec .services-content .services-title{
  font-size:24px;
  color: var(--white-color);
  margin-bottom: 10px;
}
section.winter-stay-sec .services-content .services-text{
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white-color);
}
section.winter-stay-sec .title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    z-index: 2;
    background-color: var(--other-color);
    padding: 25px 15px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    border-radius: 1px;
      -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
section.winter-stay-sec .title h3{
 font-size:24px;
 margin-bottom: 0;
 color: var(--white-color);
}
section.winter-stay-sec .winter-stay:hover .winter-img::before{
     height: 100%;
    visibility: visible; 
}
section.winter-stay-sec .winter-stay:hover .services-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px;
}
section.winter-stay-sec .winter-stay .services-content .main-btn{
    display:inline-block;
}
section.winter-stay-sec .winter-stay:hover .title {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px;
}
.winter-stay-btn {
    text-align: center;
    margin-top: 30px;
}
.extra-btn {
    text-align: center;
    margin-top: 30px;
}
.room-btn {
    text-align: center;
    margin-top: 30px;
}
.abt-btn {
    margin-top: 30px;
}
.abt-btn .main-btn{
    width:150px;
    text-align:center;
}
.things-btn {
    text-align: center;
    margin-top: 30px;
}
.dining-btn {
    text-align: center;
    margin-top: 30px;
}
.room-btn.mob-btn{
 display:none; 
}
.video-tube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-tube iframe{
     width: 100%;
     height: 100vh;
     position: absolute;
     left: 0;
     top: 0;
     object-fit: cover;
     top: 50%;
     left: 50%;
     width: 100vw;
     height: 56.25vw;
     min-height: 100%;
     min-width: 177.77vh;
     transform: translate(-50%, -50%);
     pointer-events: none;
}
section.extra-services {
    background: var(--lt-bg-color);
}