@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/poppings_stylesheet.css');
@import url('../fonts/Montserrat-stylesheet.css');
/******* fonts *********/

html {
  overflow-x: hidden;
}

body{
  background-color: #FAFAFA;
  overflow-x: hidden;
  font-family: 'Poppins';
}

/* fonts styles */

h1{
  font-family: 'Montserrat';
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

h2{
  font-family: 'Montserrat';
  font-size: 32px;
  color: #323232;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3{
  font-family: 'Montserrat';
  font-size: 18px;
  color: #323232;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h4{
  font-family: 'Montserrat';
  font-size: 15px;
  color: #373737;
  /* letter-spacing: 1px; */
}

p{
  font-family: 'Poppins';
  font-size: 13px;
  color: #626262;
}

.link_text a{
  text-decoration: none;
  color: #626262;
  transition: all .3s ease-in-out;
}

.link_text a:hover{
  color: #00A7A7;
}

.tag{
  width: fit-content;
  background-color: #D2E8E5;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gold_tag{
  background-color: #CFA604;
}

/* fonts styles */

/* btn styeles */

.booking_btn {
  font-family: 'Poppins';
  font-size: 13px;
  color: #ffffff;
  background-color: #00A7A7;
  padding: 14px;
  border-radius: 0px 0px 10px 10px;
}

.booking_div{
  position: fixed;
  right: -45px;
  top: 342px;
  /* bottom: 461px; */
  transform: rotate(90deg);
  z-index: 111;
}

.booking_btn:hover{
  background-color: #086961;
  color: #ffffff;
}

.booking_btn i{
  transform: rotate(270deg);
  margin-right: 20px;
  position: relative;
}

.booking_btn i::after {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 1px;
  width: 20px;
  right: -5px;
  top: 24px;
}

/* ======================== */

.arrow_btn {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.arrow_btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #F80012;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.arrow_btn span {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
}

.arrow_btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.arrow_btn i {
  position: relative;
  top: 1px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.arrow_btn:hover:before {
  width: 100%;
  background: #F80012;
}

.arrow_btn:hover svg {
  transform: translateX(0);
}

.arrow_btn:active {
  transform: scale(0.95);
}

.arrow_btn.green span {
  color: #333333;
}

.arrow_btn.green svg {
  stroke: #333333;
}

.arrow_btn.green:before {
  background: #61D1C1;
}

.arrow_btn.green:hover:before {
  background: #61D1C1;
}


/* btn styeles */

/* common css */

hr{
  color: #D3D3D3;
}

.desc_div{
  padding-left: 40px;
}

.text_box{
  background-color: #ffffff;
  padding: 20px 30px;
}

.small_icon{
  width: 18px !important;
  margin-right: 7px;
  margin-top: -1px;
}


/* common css */

/*==============navbar================== */

.bottom_nav{
  margin-left: 257px !important;
}

.mobi_logo{
  padding: 0 !important;
}

.mobi_logo img{
  width: 121px !important;
}

.desktop_nav{
  padding: 0px;
  position: absolute;
}

.nav_bg{
  width: 100%;
  position: relative;
}

.nav_bg::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
}

.navbar-nav {
  align-items: flex-start;
}


.nav-item::before{
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background-color: #323232; 
  margin-top: 17px; 
}

.none_before::before{
  background-color: transparent !important;
}

.navbar .navbar-nav .nav-link {
  font-family: 'Poppins';
  font-size: 13px;
  padding: 14px;
  color: #323232;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #008A8A;
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #008A8A;
}

.navbar-brand img{
  border-radius: 0 0px 100px 100px;  
}

.logo img{
  width: 126px;
  margin-top: -52px;
}

/* top navbar */
.top_nav{
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #32323241;
}

.top_nav .nav-item{
  border-bottom: 0px;
}

/* top navbar */

/* mobile navbar */

/* .offcanvas {
  transform: none;
  z-index: 9999;
  background-color: #101010 !important;
  height: 100hv;
  overflow: scroll;
  background-image: url(../images/green_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
} */

.offcanvas {
  transform: none;
  z-index: 9999;
  /* background-color: #ffffff !important; */
  height: 100hv;
  overflow: scroll;
  background-image: url(../images/flip_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.mobi_ul{
  list-style: none;
  margin-left: -15px !important;
  margin-right: 15px;
}

/* .mobi_nav_link {
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 14px 5px;
  color: #fafafa;
  text-align: center;
} */

/* .mobi_nav_link {
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 14px 5px;
  color: #fafafa;
  text-align: center;
} */



/* .mobi_ul .nav-item{
  border-bottom: 1px solid #535353e0;
} */

.mobi_ul .nav-item{
  border-bottom: 1px solid #d8d8d8e0;
}


/*==============navbar================== */

/* checking bar */

.checking_con{
  z-index: 1;
  margin-top: -155px;
  position: relative;
  margin-bottom: 65px;
}

.form-floating i {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 13px;
} 

.checking_bg{    
  background-color: #000000ae;
  border-radius: 10px;
  padding: 6px;
}

.checking_col{
  padding: 10px 10px;
}

.checking_col .form-floating label{
  font-size: 13px;
  color: #ffffff;
}

.checking_col .form-floating input{
  color: #ffffff;
}

.checking_col .form-floating i{
  color: #61D1C1;
}

.check_btn {
  font-size: 13px;
  background-color: #00A7A7;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
}

.check_btn:hover{
  background-color: #008A8A;
}

/* checking bar */



/* ==============slider================= */

.carousel-item{
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 9.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption p{
  font-size: 18px;
}

.main_slider_indicators {
  right: auto;
  left: 0;
  bottom: -6px !important;
}

.main_slider_indicators .active {
  opacity: 1;
  background-color: #00AA9D;
}

/* social icons */
.social_icons_con{
  position: absolute;
  z-index: 999;
  top: 300px;
  left: 123px;
}

.social_icons_con a{
  color: #ffffff;
  transition: ease-in-out .2s;
}

.icon_div{
  margin-bottom: 18px;
}

.icon_div a i{
  position: relative;
}

.icon_div:hover a{
  color: #00A7A7;
}

/* social icons */


/* ==============slider================= */

.rooms_slider .owl-nav button{
  display: none !important;
}

.rooms_slider .owl-dots .owl-dot.active{
  background: #00AA9D !important;
}

.room_div{
  padding: 20px;
}

.room_div .text_box{
  margin-top: -50px;
  z-index: 5;
  position: relative;
  margin-right: 30px;
  margin-left: -1px;
}

.info_p{
  display: flex;
}

/* accommodation section */

/* packages section */
.package_con {
  background-image: linear-gradient(to top, #FAFAFA 20%, rgba(0, 0, 0, 0) 20%), url(../images/full_bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  position: relative;
  /* animation: slide 150s linear infinite; */
}

.package_con::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FAFAFA;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
  transition: .2s ease-in-out;
}

.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover{
  background-color: #91ffee;
}

.wedding_slide_left, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 35px) !important;
  right: auto;
}

.package_img{
  margin: 25px; 
  width: 100%; 
  height: 500px;
  object-fit: cover;
  position: relative; 
  z-index: 55;
}

.package_text_col{
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d3d3d33d;
  /* padding: 40px 40px 30px 0; */
  display: flex;
  align-items: center;
}

.package_detail{
  padding: 10px 0 0 50px;
}

.list_icon{
  width: 13px;
  margin-top: -3px;
  margin-right: 5px;
}

.mySwiper .swiper-button-next::after,.mySwiper .swiper-button-prev::after {
  font-family: "Font Awesome 5 Free" !important;
    font-weight: 700 !important;
    content: "\f178" !important;
    font-size: 20px !important;
}

.mySwiper .swiper-button-prev:after, .mySwiper .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  transform: rotate(180deg);
}

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
  color: #A0A0A0 !important;
  background-color: #ffffff;
  padding: 22px;
  border: 1px solid #7c7c7c45;
  margin-left: -3px;
}

.bed_icon{
  margin-top: 13px;
}

/* dinning section */

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #00AA9D;
  border: 1px;
  border-radius: 0;
  color: #ffffff;
  border: 1px solid #00AA9D !important;
}

.rest_tabs{
  font-family: 'Poppins';
  font-size: 13px;
  color: #626262;
  text-transform: uppercase;
  padding: 15px 26px;
  margin-bottom: 20px !important;
  border: 1px solid #B2B2B2 !important;
  border-radius: 30px !important;
}

.rest_body .text_box {
    padding: 40px 50px;
    margin-top: -70px;
    z-index: 11;
    position: relative;
}

.rest_tabs:hover{
  color: #ffffff !important;
  background-color: #086961;
}

/* dinning section */

/* wedding section */

.wedding_con{
  margin-top: 125px;
  margin-bottom: 75px;
  background-image: url(../images/gray_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.wedding_text{
  padding: 150px 50px;
}

.wedding_img_left{
  margin-top: -50px;
}

.wedding_img_right{
  margin-top: 50px;
}

.wedding_img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home_venues h4{
  position: relative;
}

.home_venues a{
  text-decoration: none;
}

.home_venues h4:hover{
  color: #00A7A7!important;
}

.home_venues h4::before{
  content: "";
  position: absolute;
  background-color: #D3D3D3;
  height: 17px;
  width: 1px;
  right: -28px;
}
/* wedding section */


/* events section */

.long_slider_item{
  height: 450px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.long_slider_indicators .active {
  opacity: 1;
  background-color: #00AA9D;
}

.events_home_con{
  margin-top: 70px;
}

.long_slider_indicators {
    transform: none;
    right: 20px;
    top: auto;
    left: auto;
    margin-right: 0%;
    bottom: -8px;
}

.events_text_box {
  background-color: #ffffff;
  padding: 20px 60px 20px 20px;
}
/* events section */

/* experiencess section */
.experiences_con{
  background-image: url('../images/flip_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.experiences_img{
  margin: 30px 0;
  width: 100%; 
  height: 480px !important;
  object-fit: cover;
  position: relative; 
  z-index: 55;
  box-shadow: 11px 11px 21px -11px rgba(0,0,0,0.2);
}

.exp_details {
  margin-left: -40px;
}


/* experiencess section */

.experiences_text_col{
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d3d3d3b5;
}


/* gallery  */
.gallery_s {
  height: 200px;
  margin-bottom: 8px;
}

.gallery_l {
  height: 360px;
  margin-bottom: 8px;
}

.gallery_xs{
  height: 184px;
  margin-bottom: 8px;
}

.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===================================== */
/* ==============footer================= */

.footer{
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  border-top: 1px solid #c6c6c63a;
  margin-top: 85px;
  animation: slide 50s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -1000px bottom; /* Match this to your image width for a perfect loop */
  }
}

.footer hr{
  color: #a1a1a1;
}

.footer_logo{
  background-color: #ffffff;
  width: 190px;
  padding: 20px;
  margin-top: -80px;
}

.footer_links a{
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  font-family: 'Poppins';
  font-size: 13px;
  color: #626262;
  width: fit-content;
  transition: .1s ease-in-out;
}

.footer_links a:hover{
  color: #00A7A7;
}

.footer_links a h3{
  transition: .1s ease-in-out;
}

.footer_links a h3:hover{
  color: #00A7A7;
}

.footer_col{
  position: relative;
}

.footer_col::after{
  content: "";
  position: absolute;
  background-color: #D3D3D3;
  height: 100%;
  width: 1px;
  right: 0px;
  top: 0px;
}

.footer_social_icon a{
  color: #373737;
}

.footer_num{
  font-family: 'Poppins';
}

/* ==============footer================= */
/* ===================================== */

/* backtop top btn */

#button {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid rgba(124, 124, 124, 0.27) !important;
  width: 50px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #086961;
}

#button:hover {
  cursor: pointer;
  background-color: #086961;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#button:hover:after{
  color: #ffffff;
}


/* package modal */

.modal-header{
  background-color: #00AA9D;
}

.modal-header h3{
  color: #ffffff;
}


.modal-header .btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  color: #000000;
  border: 0;
  border-radius: 0rem;
  opacity: 1;
  background-color: #00A7A7;
  background-size: .8em !important;  
}

/* .package_icon{
  width: 30px !important;
} */

.package_model_body{
  padding-bottom: 50px;
  z-index: 9999;
}
/* package modal */

.button_container {
  position: relative;
  top: 0%;
  right: 0%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #1abc9c;
  border: none;
  height: 3px;
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgb(0, 170, 157);
  /* background-image:linear-gradient(to bottom, rgba(0, 170, 156, 0.80), rgba(0, 170, 157, 0.80)), url('../images/slider1.jpg'); */
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.97;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

.mobi_nav_link::before{
  background-color: transparent !important;  
}



@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* =============================================== */
/* =============================================== */
/* ===============inner pages ==================== */

/* inner header */

.inner_banner .carousel-caption{
  bottom: 0;
}

.inner_banner .carousel-item{
  height: 375px;
}

.inner_social_icons_con{
  top: 160px;
}

.inner_booking_div{
  top: 200px;
}

.heading_bg{
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 400px;
}

/* stay page start */

.flex_box{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* stay page end */

/* room detail page start */

.room_detail_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.room_detail_box img{
  width: 40px;
}

.right_line{
  position: relative;
}

.right_line::before{
  position: absolute;
  content: '';
  background-color: #D3D3D3;
  width: 1px;
  height: 100%;
  right: 0;
}

.inner_banner_img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.inner_slider_item{
  height: 400px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner_slider_indicators .active {
  opacity: 1;
  background-color: #00AA9D;
}


.inner_slider_indicators {
  transform: none;
  right: 52px;
  top: auto;
  left: auto;
  margin-right: 0%;
}

/* room detail page end */

/* cusine page start */

.icon_box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_box img{
  width: 50px;
  margin-bottom: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00AA9D;
  outline: 0;
  box-shadow: none;
}


/* cusine page end */


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* ===================================================== */

.contact_box img{
  width: 40px;
}

.contact_box a{
  font-family: 'Poppins';
  text-decoration: none;
  font-weight: 700;
  color: #373737;
}

.gallery_main_tabs{
  border-bottom: none;
  gap: 12px;
}

.gallery_main_tabs .nav-item::before{
  background-color: transparent !important;
}

.gallery_main_tabs button{
  background-color: #ffffff !important;
  color: #323232;
  min-width: 120px;
  border: 1px solid #D3D3D3 !important;
  border-radius: 5px;
  font-size: 13px;
}

.gallery_main_tabs button.active{
  border-radius: 5px !important;
  background-color: #00AA9D !important;
  border: 1px solid #00AA9D !important;
}

.gallery_sub_tabs button.active{
  border-bottom: 1px solid #00AA9D !important;
  background-color: transparent !important;
  color: #333333 !important;
  font-weight: 900;
  position: relative;
}

.gallery_sub_tabs button.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00AA9D;
}

.gallery_sub_tabs button{
  color: #323232;
  min-width: 120px;
  border-bottom: 1px solid #D3D3D3 !important;
  border-radius: 0px !important;
  font-size: 13px;
}

.gallery_sub_tabs .nav-item::before{
  background-color: transparent !important;
}

.event_sec_right{
  padding-bottom: 25px;
  border-bottom: 1px solid #d3d3d3;
}

.border_none{
  border: none;
}

.show_btn{
  border: none;
  background-color: transparent;
}

.show_btn p{
  display: flex;
}

.show_btn:hover p{
  color: #00AA9D;
}

.swiper-pagination-bullet-active {
  background: #00AA9D !important;
}

.blue_btn{
  background-color: #00AA9D;
  border-radius: 0;
  padding: 15px 36px;
}

.blue_btn:hover {
  background-color: #086961;
}

.policy_row p,.policy_row p a {
    font-size: 11px;
    font-style: italic;
}

.f-12{
  font-size: 12px !important;
}


/* new css */

.fadeInDown {
  opacity: 1 !important;
  transform: translateY(50px) !important;
}

.menu-btn {
  color: #ffffff;
  font-size: 32px;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0;
  padding-right: 10px;
  border: 1px solid transparent;
  font-weight: 300;
  user-select: none;
  transition: border-color 0.3s;
  background-color: #00A7A7;
}

.menu-btn i {
  margin-left: 10px;
}


#menu__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 9999;
  background-color: #212121;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
  user-select: none;
  transform: translateX(300px);
  transition: transform 0.5s;
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  background-size: 100vh;
  background-position: bottom;
  animation: slide 500s linear infinite;
}

.menu {
  justify-content: flex-start;
  align-content: center;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  width: 100%;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
}

.menu-item i {
  margin: 0 10px;
}

.menu-item a {
  display: inline-block;
  width: 100%;
}

.menu__close {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  transition: transform 0.5s;
  color: #ffffff;
}

.menu__close:hover {
  cursor: pointer;
}

.menu-item .active{
  color: #00A7A7;
  font-weight: 700;
}

.mobi_nav_link {
  font-size: 20px;
  font-family: 'Poppins';
  padding: 14px 5px;
  color: #939393;
  text-align: center;
}

.nav-link:hover,
.nav-link:focus {
  color: #00A7A7;
}

/* swiper css  */
.swiper-slide {
  background-size: cover;
  background-position: center;
}

.detail_mySwiper2 {
  border-radius: 20px;
  height: 600px;
  width: 100%;
}

.gallery_slider {
  height: 600px;
  width: 100%;
}

.detail_slider {
  margin-top: -30px;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  height: 130px;
}

.detail_slider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.detail_slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none; 
}

.detail_slider .swiper-slide-thumb-active::after {
  display: none;
}

.detail_slider .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* swiper css  */

.hightea_sec{
  background-image: linear-gradient(to right, #029999 80%, rgba(0, 0, 0, 0) 80%);
  padding: 50px 0;
}

.custom_ul{
  line-height: 25px;
}

.custom_ul li{
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

.custom_ul li::marker{
  color: #00A7A7;
}

.contact_form{
  background-color: #00A7A7;
}

/* form */

.form-control {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-bottom: 1px solid #ffffff33;
}

.form-floating>label {
  color: #ffffff;
  font-size: 13px;
}

.form-control:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: aliceblue;
  outline: 0;
  box-shadow: none;
}

.form-floating i {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 13px;
  color: #ffffff;
}

.form-select {
  color: #ffffff;
  background-color: #00A7A7;
  border: none;
  border-radius: 0;
  font-size: 13px;
  border-bottom: 1px solid #ffffff33;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 30px;
}

.form-select:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem #00A7A740;
}

.form-floating input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #00A7A7 inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #e0f7fa !important;
}

.submit_btn{
  background-color: #FFFFFF;
  color: #323232;
  font-size: 13px;
  padding: 15px 25px;
  border-radius: 50px;
  border: none;
  min-width: 120px;
}

.submit_btn:hover{
  color: #ffffff;
  background-color: #008A8A;
}


.char {
    transform: translateY(115px);
    transition: transform .5s;
}

/* Add this to your stylesheet */
.rooms_slider .owl-dots {
    display: block !important; /* Overrides the inline display: none */
    text-align: center;
}

/* scroll tabs */

.tab-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.tab-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100%;
    /* Hide scrollbars */
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 55px;
}

.tab-scroll-container::-webkit-scrollbar {
    display: none;
}

.gallery_sub_tabs {
    flex-wrap: nowrap !important; /* Forces all tabs into one row */
    display: flex !important;
}

.nav-item {
    flex: 0 0 auto; /* Prevents buttons from squishing */
}

.scroll-btn {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fafafa;
    border: none;
    border-radius: 0;
    width: 35px;
    height: 35px;
    justify-content: center;
    cursor: pointer;
}

.scroll-left { left: 0; }
.scroll-right { right: 0; }
.room_div .info_p{font-size: 12px !important}