
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&display=swap');

/* Gilroy Font Faces */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* Beatcarb Font Face */
@font-face {
  font-family: 'Beatcarb';
  src: url('../fonts/Beatcarb-V454B.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root{
    --orange-color: #F58220;
    --green-dark-color: #053C36;
    --green-color: #136E64;
    --yellow-color: #FFF2D4;
    --light-yellow-color-bg: #FFF8E8;
    --light-grey:#F4F4F4;
    --primary-color:#000;
}

html{
    scroll-behavior: smooth;
}

body{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height:25px;
    font-family: "Montserrat", sans-serif;
}

/* ---- default ---- */
p, a, ul li{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight:400;
    font-family: "Montserrat", sans-serif;
   line-height: 25px;
}
ul,ol,figure{
    margin: 0;
}

button:focus, .btn:focus, .navbar-toggler:focus, .form-control:focus{
    box-shadow: none;
}

.text-primary{
    color: var(--primary-color)!important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium{
    font-weight: 500!important;
}
.fw-semibold{
    font-weight: 500!important;
}
.fw-bold{
    font-weight: 600!important;
}
.bg-yellow{
    background-color: var(--light-yellow-color-bg);
}
.bg-primary{
    background-color: var(--green-dark-color);
}
.bg-light{
    background-color: var(--light-grey);
}
.bg-orange{
    background-color: var(--orange-color) !important;
}
.bg-green {
  background-color: #136E64 !important;
}
h6{
  font-weight: 400;
}
/* btn */
/* .theme-btn{
    color: #fff;
    padding: .4rem 1.2rem;
    background-color: var(--green-color);
}
.theme:hover{
    color: #fff;
    background-color: var(--orange-color);
} */
.theme-btn, .discount-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: var(--green-color);
  border: none;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.theme-btn img, .discount-btn img {
  transition: transform 0.3s ease;
}
.theme-btn:hover, .discount-btn:hover {
    box-shadow:6px 6px 0px #00000012;
}

.theme-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: -234%;
    width: 178%;
    height: 118%;
  background: var(--orange-color);
  transform: skew(50deg);
  transform-origin: top left;
  transition: left 0.6s ease;
  z-index: 0;
}
.discount-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -216%;
    width: 178%;
    height: 118%;
  background: var(--green-color);
  transform: skew(50deg);
  transform-origin: top left;
  transition: left 0.6s ease;
  z-index: 0;
}
.theme-btn:hover::before, .discount-btn:hover::before {
  left: -38%;
}

.theme-btn span,
.theme-btn img {
  position: relative;
  z-index: 1;
}
 .discount-btn span,
 .discount-btn img {
  position: relative;
  z-index: 1;
}

.theme-btn:hover img, .discount-btn:hover img {
  transform: translateX(4px);
}

.text-orange {color:var(--orange-color) !important;}
.text-white {color: #fff !important;}
.fs-7 {font-size: 52px !important;}

/*  */
.heading-style{
    font-size:55px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
}
.heading-style2{
    font-size:42px;
    color: var(--primary-color);
    font-weight: 700;
    font-family: "Gilroy", sans-serif;
    text-transform: uppercase;
}
.heading-style3{
    font-size:43px;
    color: var(--primary-color);
    font-weight:400;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
}
/* sub-heading */
.sub-heading{
  font-size:52px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
       margin-top: -30px;
    padding-left:30%;
    text-transform: capitalize;
}
.sub-heading1 {
   font-size:52px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
       margin-top: -30px;
    padding-left:61%;
    text-transform: capitalize;
}
.sub-heading2 {
    font-size: 47px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
}
.sub-heading3 {
    font-size: 47px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -28px;
    padding-left:26%;
}
.sub-heading6 {
    font-size: 47px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -28px;
    padding-left:67%;
}
.sub-heading7{
  font-size:52px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
       margin-top: -35px;
    padding-left:44%;
    text-transform: capitalize;
}
.sub-heading8 {
    font-size: 47px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -24px;
    padding-left:51%;
}
.light-green{color: var(--green-color);}
.tittle, .tittle1 .tittle2, .tittle3, .tittle5{margin-bottom:25px;}
/* form */
.form-control:focus{
    border-color: var(--orange-dark-color);
}
.form-floating > label {
    padding: 0.8rem .75rem;
}
.form-floating .form-control[required],
.form-floating .form-control.required {
    position: relative;
}
.form-floating .form-control[required] + label::after,
.form-floating .form-control.required + label::after{
    content: "*";
    color: rgb(224, 23, 23);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 5px;
}

/* table */
.table thead{
    font-size: 20px;
    font-weight: 600;
    background-color: #D16729;
}
.table tr th{
    padding: 10px 20px;
}
.table tr td{
    padding: 8px 20px;
}
.table tr th:not(:last-child),
.table tr td:not(:last-child){
    border-right: 1px solid #696969;
}

/* default */
.section-space{
    padding:60px 0px;
}
.section-top-space{
    padding-top: 60px
}
.section-space2{
    padding: 50px 0px;
}

/* ---- header ---- */
.menu-section {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 999;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.topbar{border-radius: 0 0 35px 35px;background-color: #006d62;}
.topbar a{font-size: 1.25rem;color: #fff;}
.main-logo {width:180px;}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 25px 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight:400;
  text-transform:capitalize;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--orange-color) !important;
}
.dropdown-menu {padding: 0;    border-radius:12px;width: max-content;}
.dropdown-item {padding:0px;}
.dropdown-item:focus, .dropdown-item:hover{
    background:none;
}
/* .dropdown-item:before {
    content: '';
    position: absolute;
    background:#E6E6E6;
    border-radius: 50px;
    left:9px;
    width: 40px;
    height: 40px;
    padding: 18px;
        align-self: center;
} */
/* .dropdown-menu li img {
  width: 41px;
  height: 41px;
  background-color: #e6e6e6;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s ease, filter 0.3s ease;
  display: inline-block;
} */
.dropdown-menu li img {
    width:23px;
    height:auto;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    left:18px;
}
.menu-circle-bg{
    position: relative;
      width: 42px;
  height:42px;
  background-color: #e6e6e6;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s ease, filter 0.3s ease;
  display: inline-block;
  align-items: center;
    vertical-align: middle;
    text-align: center;
}
.dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding:7px 13px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.dropdown-menu li span {
  color: #000;
  margin-left:10px;
  text-transform: capitalize;
}
.dropdown-menu li:hover .menu-circle-bg{
     background-color: #0a5c54;
}
.dropdown-menu li:hover img {
   filter: brightness(0) invert(1);
}
.dropdown-menu li.active .menu-circle-bg{
     background-color: #0a5c54;
}
.dropdown-menu li.active img {
  filter: brightness(0) invert(1);
}

.dropdown-menu li.active span {
  color: #fff;
}
.dropdown-menu li:hover, .dropdown-menu li.active {
    background-color: #136E64;
}
.dropdown-menu li:first-child:hover, .dropdown-menu li:first-child.active {
    background-color: #136E64;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.dropdown-menu li:last-child:hover, .dropdown-menu li:last-child.active {
    background-color: #136E64;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
}
.dropdown-menu li:hover {
    background-color: #136E64;
    color: #ffff;
}
/* .dropdown-menu li.active {
  background-color: #136E64;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
} */
.dropdown-menu li:hover span, .dropdown-menu li.active span {
    color: #ffff;
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
      background-color: #fff;
      padding:10px!important;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    background-color: #F9F9F9;
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

/* -- breadcrumb -- */
.page-banner .breadcrumb {
margin: 0;
}
.page-banner{
   background:url(../images/bg/breadcrumb.jpg);
       height: 200px;
    align-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    background-size: cover;
}
.page-banner .breadcrumb .breadcrumb-item a{
   color: #ffffff;
   font-size:16px;
}
.page-banner .breadcrumb .breadcrumb-item{
   color: #ffffff;
   font-size:16px;
}
.page-banner .breadcrumb .breadcrumb-item svg{
  padding: 0 3px;
}
.page-banner.large-banner{
   height: 290px;
   padding-bottom: 60px;
}
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb-item+.breadcrumb-item{padding: 0px;}
.breadcrumb-img figure {
    position: absolute;
    right:8%;
    bottom: -35%;
    width:36%;
}
.subtittle {
  color: var(--orange-color);
}



/* ---- banner section ---- */
.carousel-indicators {
    left: 60%;
    bottom:-10%;
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target]{
    width:15px;
    height:15px;
    border-radius:100px;
    background-color: #D9D9D9;
    background-clip: inherit;
    border: 0;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: var(--green-dark-color);
}

.top-right-section {
    right: 25%;
    top: 34%;
    width:300px;
    height: auto;
}
.about-caption{
    margin-top: 66%;
    margin-left:4%;
}
.about-caption p{
    font-family: "Alkatra", system-ui;
    font-weight: 300;
    font-size: 20px;
    text-align: justify;
    color: var(--green-dark-color);
    line-height:25px;
}
.bottom-img-section{
    bottom: -14%;
    left: 13%;
}

.banner-section {
  height: 100vh;
  position: relative;
}

.slider-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-one,
.slider-two,
.slider-three,
.slider-four {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
}

/* Animations */
.slider-one {
  animation: slider-one 12s linear infinite;
}
.slider-two {
  animation: slider-two 12s linear infinite;
}
.slider-three {
  animation: slider-three 12s linear infinite;
}
/* .slider-four {
  animation: slider-four 12s linear infinite;
} */

/* Common image style */
.slider-one-image,
.slider-two-image,
.slider-three-image,
.slider-four-image {
  width: 110%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoom-out 3s linear infinite;
  position: relative;
}

/* Individual background images */
.slider-one-image {
  background-image: url("../images/banner/slider-1.webp");
}
.slider-two-image {
  background-image: url("../images/banner/slider-2.webp");
}
/* .slider-three-image {
  background-image:url("../images/banner/slider-1.png");
} */


/* Text inside image */
.slider-text {
  position: absolute;
  top: 40%;
  left: 5%;
  color: #ffffff;
  width: 600px;
  text-transform: capitalize;
  transform: translateY(100px);
  animation: text-up 12s linear infinite;
}

.slider-two .slider-text {
  animation-delay: 3s;
}
.slider-three .slider-text {
  animation-delay: 6s;
}
.slider-four .slider-text {
  animation-delay: 9s;
}

.slider-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.slider-text p {
  font-size: 18px;
  line-height: 28px;
}

/* Keyframes */
@keyframes text-up {
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes zoom-out {
  100% {
    width: 100%;
  }
}

@keyframes slider-one {
  0% {
    visibility: visible;
  }
  25%, 50%, 75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes slider-two {
  0%, 25% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  75%, 100% {
    visibility: hidden;
  }
}

@keyframes slider-three {
  0%, 25%, 50% {
    visibility: hidden;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes slider-four {
  0%, 25%, 50%, 75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.booking-section {
  position: absolute;
  width: 100%;
  bottom:-10%;
  background-color: #004236;
  padding: 15px 30px 25px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  width: 100%;
  align-items: end;
}

.booking-form .form-group {
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
}

.booking-form label {
  margin-bottom: 8px;
  font-size: 16px;
}

.booking-form input[type="date"],
.booking-form select,
.booking-form input[readonly] {
  padding:5px 10px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  background: #ffffff;
  color: #333;
  width: 100%;
}
/* 
.booking-form button {
  background-color: var(--orange-color);
  color: white;
  border: none;
  padding:5px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.booking-form button:hover {
     background-color: #047c70;
     color: #ffffff;
     
} */
.submit-btn button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: var(--orange-color);
  border: none;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.submit-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -216%;
    width: 178%;
    height: 118%;
  background: var(--green-color);
  color: #ffffff;
  transform: skew(50deg);
  transform-origin: top left;
  transition: left 0.6s ease;
  z-index: 0;
}

.submit-btn button:hover::before {
  left: -30%;
    color: #ffffff;
}
.submit-btn button span{
  position: relative;
  z-index: 1;
}
/* Guest Dropdown */
.booking-form .dropdown {
  position: relative;
}

.booking-form .dropdown-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  color: #000;
  width: 260px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 10;
}

.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.guest-row button {
  width: 30px;
  height: 30px;
  background: #ddd;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border: 0;
}

.guest-row span small {
  display: block;
  font-size: 10px;
  color: #555;
}

@media (max-width: 768px) {
  .booking-form {
    grid-template-columns: 1fr;
  }
}

.guest-row span {
    width: 38%;
}
.guest-row .count {
    width:0%;
}
.hover-og:hover{color: var(--orange-color);}
/* ---- about section ---- */
.z-index-9{
    z-index: -1;position: relative;
}
.carousel-indicators {
    left:0%;
    bottom:-8%;
    margin-bottom: 0;
}
.carousel-indicators [data-bs-target]{
    width:13px;
    height:13px;
    border-radius:100px;
    background-color: #D9D9D9;
    background-clip: inherit;
    border: 0;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: var(--green-color);
}

.top-right-section {
    right:31%;
    top: 43%;
}
.about-caption{
    margin-top:54%;
    margin-left:2%;
}
.bottom-img-section{
    bottom:5%;
    left: 15%;
}
.bottom-img-section img{width: 80%;}

/* ---- Best Resort section ---- */
.orange{
    color: var(--orange-color);
}
.green{
    color:#06574E;
}
.font{
    font-family:"Alkatra", system-ui;
    font-size: 24px;
    line-height:40px;
}
.best-resort-section {margin-top:0px;}
.best-resort-list{
    position: relative;
    border: 1px solid #0061375e;
    padding:40px 50px 40px 70px;
    
}
.best-resort-list.faq::before{
    content: '';
    position: absolute;
    background-image: url(../images/icons/line-1.svg);
    background-repeat: no-repeat;
    height: 90%;
    width: 1%;
    left: 50%;
    top:0%;
}
.feature-box {
  display: flex;
  align-items:normal;
  color: #000000;
  transition: background-color 0.3s ease;
}
.feature-text{
        color: #000;
    font-size: 16px;
    font-weight:400;
}
.feature-icon {
  /* min-width:60px;
  height:60px;
  margin-top: 5px;
  background-color: #f58220;
  border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:40px;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.feature-icon::before {
    content: '';
    position: absolute;
    background:#06574E;
    width: 65px;
    height:65px;
    border-radius: 100px;
}
.feature-icon::after {
    content: '';
    position: absolute;
    background-color:#136E64;
    width:50px;
    height:50px;
    border-radius: 100px;
}
.feature-icon img {
  width: 30px;
  height:30px;
  transition: transform 0.4s ease;
  z-index: 999;
}

.feature-box:hover .feature-icon::before  {
  background-color:#D96807;
  transform: scale(1.1);
}
.feature-box:hover .feature-icon::after  {
  background-color: #F58220;
  transform: scale(1.1);
}

.feature-box:hover .feature-icon img {
  transform: scale(1.2);
}
.about-bottom-section h3{
    font-size:40px;
}
/* .about-bottom-section h4{
  font-size:24px;
} */
 .easy-access-txt{
  font-size:24px;
}
 .easy-access-txt2{
   font-size:32px;
  line-height:50px;
}
.about-bottom-section3{
    font-size: 16px;
    font-weight: 400;
}
/* .about-bottom-section h5{
  font-size:32px;
  line-height:50px;
} 
.about-bottom-section h6{
    font-size: 16px;
    font-weight: 400;
}*/
.resort-about-section{overflow: hidden;}
.background{
    height:24em;
    position: absolute;
    width: 100%;
    top: 55%;
    z-index: -9;
}
.background2{
    height:30em;
    position: absolute;
    width: 100%;
    top:54%;
    z-index: -9;
}
.bgg-green{
    height:100%;
    position: absolute;
    width: 100%;
    top: 0%;
    z-index: -9;
    background-image: url(../images/green.webp);
    background-repeat: no-repeat;
        background-size: 100%;
}

.leaf-left {
  position: absolute;
  top:11%;
  bottom: 0;
  width:250px;
  left: 0;
  background-image: url('../images/left-leaf.svg');
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  animation: float 2s ease-in-out infinite;
}

.leaf-right {
  position: absolute;
  top:0;
  bottom:-30%;
  width:250px;
  right: 0;
   background-image: url('../images/right-leaf.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  animation: float 2s ease-in-out infinite;
}
.right-side-leaf {
position: absolute;
    top: -46%;
    bottom: 0%;
    height: 400px;
    right: 0;
    background-image: url(../images/right-side-leaf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index:1;
    animation: float 3s ease-in-out infinite;
}

.inner-leaf-right {
    position: absolute;
    top:0%;
    bottom:-180%;
    width:45%;
    right: 0;
    background-image: url(../images/inner-leaf-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index:-1;
    animation: float 2s ease-in-out infinite;
}
/* Floating Animation Keyframes */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(25px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/********** Suits **********/
.suits {
  position: relative;
}

.suits-img {
  position: relative;
  overflow: hidden;
}

.suitsig {
  transition: transform 0.6s ease;
  display: block;
  width: 100%;
}

.suits-img:hover .suitsig {
  transform: scale(1.1);
}

.suits-view {
  position: absolute;
  bottom: 35px;
  left:0px;
  width:85%;
  z-index: 2;
  text-decoration: none;
}

.suits-label {
  position: relative;
  background-color: #f58220;
  padding: 10px 30px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.suits-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -160%;
  width: 130%;
  height: 100%;
  background: var(--green-color); /* or use #00664d */
  transform: skew(40deg);
  transform-origin: top left;
  transition: left 0.6s ease;
  z-index: 0;
}

.suits-img:hover .suits-label::before {
  left: -30%;
}

.suits-label h3,
.suits-label p {
  position: relative;
  z-index: 1;
}
.suits-label h3{font-size:20px;font-weight:500;margin-bottom: 5px;}
.suits-label p {font-size:16px;margin-bottom: 0;}
.room-section {margin-top:84px;}
.retreats-section {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.section-title {
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight:500;
}

.retreats-flex {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0% 8%;
  transition:0.6s ease-in-out;
  flex-wrap: nowrap;
}

.retreat-box {
  flex: 1;
  height:400px;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  align-content: end;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.233);
}

.retreat-box:hover {
  flex:3.5;
  z-index: 1;
}

.retreats-flex:hover .retreat-box:not(:hover) {
  flex: 0.6;
  filter: brightness(0.6);
  transform: scale(0.98);
}
.retreat-label{
  position: absolute;
  bottom:2%;
  padding: 0 15px;
}
.retreat-label h3 {
  color: #fff;
  font-size:22px;
  font-weight:500;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.retreat-label p {
  color: #fff;
  font-weight:300;
  line-height:25px;
}

/********** Why Stay Section **********/

#why-stay-section {
    background-color: var(--green-dark-color);
    padding:70px 0 50px;

}
#why-stay-section h3{
    color: #ffff;
    font-size:19px;
    font-weight: 400;
}
#why-stay-section p{
    color: #ffff;
}
#why-stay-section ul li{
    color: var(--orange-color);
    margin-bottom:20px;
    font-weight: 500;
}
#why-stay-section ul li+li{
    margin-left:8px;
}
.swiper-container {
  width: 100%;
  padding:0px 0px 90px;
  position: relative;
}

.swiper-slide {
  width: 70%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.swiper-slide-active img {
  transform: scale(1);
    border-radius: 0px 100px 0px 0px;
}

.swiper-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width:30px;
  height:30px;
  background-color:#BFBFBF;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: var(--orange-color);;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next
{background-image: none;}
/* Responsive tweaks */
@media (max-width: 768px) {
  .swiper-slide {
    width: 85%;
  }

  .swiper-navigation {
    gap: 20px;
  }
/* 
  .swiper-button-next,
  .swiper-button-prev {
    width:20px;
    height:20px;
  } */
}
.loc-f5 {font-size: 18px;}
/* .trip h5{font-weight:400;margin-bottom:15px;
    font-size:17px;
    color: #fff;
    text-shadow: 3px 2px 8px #000;
} */
.trip p{font-weight:400;margin-bottom:15px;
    font-size:17px;
    color: #fff;
    text-shadow: 3px 2px 8px #000;
}
.trip span{font-weight:400;color:#ffffff;font-size: 22px;font-family: "Beatcarb", sans-serif;
text-shadow: 3px 2px 8px #000;}
.sub-heading-green {
    font-size:60px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -32px;
    margin-left:26%;
}

.sub-heading-green2 {
    font-size:52px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -32px;
    margin-left:34%;
}
.sub-heading-green3 {
    font-size:46px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -32px;
    margin-left:40%;
}
.sub-heading-green4 {
    font-size:60px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -32px;
    margin-left:58%;
}
.sub-heading-green5{
    font-size: 60px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -32px;
    margin-left:80%;
}
  .sub-heading-green6{  font-size: 60px;
    font-family: "Beatcarb", sans-serif;
    color: var(--green-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -40px;
    margin-left: 65%;
}
.redcolor{
color: #C31220;
}
.testimonial-slider {padding: 30px 0;}
.testimonial-card {padding: 0 20px;}
.user {
  align-items: center;
  margin-bottom: 20px;
  margin-right:30px;
  text-align: center;
}

.avatar {
  background: #7D57C1;
  color: white;
  font-size:50px;
  width:100px;
  height:80px;
  border-radius: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.red {
  background: #0388D2;
}

.user-info h4 {
  font-size: 15px;
  margin: 0;font-weight: 400;
  font-family:'Beatcarb', sans-serif;
}

.stars {
  color: #FFC100;
  font-size: 15px;
  letter-spacing: 2px;
  margin: 8px 0;
}
.greystar{
    color: #C8C8C8;
}

.bubble {
  position: relative;
  padding:35px;
  background: #ffffff;
  border-radius:0px 30px 0px 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  min-height: 180px;
}

.bubble::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -20px;
    border-top: 25px solid transparent;
	border-right: 45px solid #ffffff;
	border-bottom:25px solid transparent;
}

.bubble2 {
  position: relative;
  padding:35px;
  background: #FFF8E8;
  border-radius:0px 30px 0px 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  min-height: 180px;
}

.bubble2::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -20px;
    border-top: 25px solid transparent;
	border-right: 45px solid #FFF8E8;
	border-bottom:25px solid transparent;
}
.sub-heading0 {
    font-size:48px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
    margin-top: -28px;
    padding-left:45%;
    text-transform: capitalize;
}
.sub-heading4 {
    font-size: 55px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
    margin-top: -32px;
    padding-left:27%;
    text-transform: capitalize;
}
.sub-heading5 {
    font-size: 55px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
    margin-top: -32px;
    padding-left:19%;
    text-transform: capitalize;
}
.sub-heading9 {
    font-size: 52px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
    margin-top:-28px;
    padding-left:47%;
    text-transform: capitalize;
}
.sub-heading10 {
    font-size: 48px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    font-weight: 300;
    margin-top: -26px;
    padding-left: 27%;
    text-transform: capitalize;
}
.faq-section .accordion {
  width: 100%;
}
.faq::before {
    content: '';
    position: absolute;
    background-image: url('../images/line-2.png');
    background-repeat: no-repeat;
    height:100%;
    width:1%;
    left: 50%;
    top:30%;
}
.accordion-header h3{
color:#00473C;
font-weight:500;
margin-bottom: 0;
font-size:17px;
line-height: normal;
}

.accordion .accordion-item{
    background-color:#FFF2D4;
    border-radius:10px;
    border: none;
    margin:20px 30px 0px;
}
.accordion .accordion-item .accordion-button{
    background-color: transparent;
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 1.2rem 1.4rem 1.2rem 3.2rem;
    border-radius: 0;
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed){
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    box-shadow: none;
}
.accordion .accordion-item .accordion-button::after{
    content: "\2b";
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    background-color:#D6F1A2;
    color: #00473C;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 600;
    background-image: none;
    position: absolute;
    top: 22px;
    left: 14px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after{
    content: "\f068";
    background-image: none;
    transform: none;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.accordion .accordion-collapse{
    color:#00473C;
}
.accordion .accordion-body{
    padding-top: 0;
    padding-left:50px;

}
@media screen and (min-width: 768px) {
  .accordion-button:before {
    left: 0.75rem;
  }

  .accordion-button.collapsed:after {
    left: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}
.contact-details {
    background-color: var(--green-color);
    height: 100%;
    padding:40px 40px 0px;
    color: #fff;
}
.con-icon li img::before{
    content: '';
    background-color: #16887C;
    border-radius: 100px;
    padding: 5px;
    width: 35px;
    height: 35px;
}
.footer-menu ul li{font-weight: 400;}
.foot-nav li{
    padding: 0 20px;
}
.foot-nav li a:hover{color: var(--orange-color);}
.trust-section {background:url(../images/bg/banner.webp);position: relative;
    background-size: cover;
    background-repeat: no-repeat;}
.trust-section::after {
    content: '';
    position: absolute;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    height:90%;
    width: 10%;
    left: 50%;
    top: 6%;
}
.rightgreenleaf{
  position: absolute;
  top:25%;
  bottom: 0;
  width:250px;
  right: 10px;
  background-image: url('../images/right-green-leaf.svg');
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: float 3s ease-in-out infinite;
  z-index: 1;
  opacity: 0.1;
}
.leftgreenleaf{
    position: absolute;
  top:11%;
  bottom: 0;
  width:250px;
  left: 0;
  background-image: url('../images/green-leaf.svg');
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: float 3s ease-in-out infinite;
    z-index: 1;
    opacity: 0.1;
}
.right-box img {
    animation: subtleRotate 2s ease-in-out infinite;
    width: 100%;
}


/****** Gallery Section *****/
.gallery-section {
    position: relative;
}
.inner-left-leaf {
  position: absolute;
  top:0%;
  bottom:11%;
  width:100%;
  left: 0;
  background-image: url('../images/gallery/inner-left-leaf.svg');
   background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  animation: float 3s ease-in-out infinite;
}

.inner-right-leaf {
  position: absolute;
  top:0;
  bottom:-65%;
  width:250px;
  right: 0;
   background-image: url('../images/gallery/inner-right-leaf.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  animation: float 3s ease-in-out infinite;
 
}
.tabs {
  margin-bottom:40px;
}

.tabs button {
  margin: 0 5px;
  cursor: pointer;
  border: none;
  font-weight:400;
  color: #6E6E6E;
  transition: all 0.3s ease;
  background: none;
  font-size: 22px;
}

.tabs button.active {
  color:#006137;
}
.gallery-box, .gallery-box1, .gallery-box4 {
    width: 100%;
    height: 255px;
    min-height: 255px;
}
 .gallery-box1 img{border-radius: 50px 0px 0px;}
  .gallery-box4 img{border-radius: 0px 0px 50px;}
.gallery img {width: 100%;height:100%;}
/* 
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
} */

.gallery-group {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.gallery-group.active {
  display: flex;
}
/* 
.gallery img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */

/***** Inner-Page ****/
.heading-style4 {text-transform: uppercase;font-size: 38px;font-weight: 400;}
.green-subtittle {font-size:32px;color:#006137;font-weight:600;}
.deluxe-room-offer-section{
    width: 100%;
    height: 100%;
}
.deluxe-room-offer img{
    animation: subtleRotate 2s ease-in-out infinite;
}
@keyframes subtleRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
.glance-list {padding: 0 18px;}
.glance-list h6{font-size: 16px;font-weight: 400;}
.glance-circle {
  background-image: url(../images/glance-bg.png);
  background-repeat: no-repeat;
    min-width:90px;
    height:90px;
    padding: 15px;
    text-align: center;
    align-content: center;
    background-size: cover;
    position: relative;
    margin-right: 23px;
    justify-items: center;
}
.glance-circle-og{
  background-image: url(../images/glance-bg-og.png);
  background-repeat: no-repeat;
    min-width:90px;
    height:90px;
    padding: 15px;
    text-align: center;
    align-content: center;
    background-size: cover;
    position: relative;
    margin-right: 23px;
    justify-items: center;
}
.glance-circle img, .glance-circle-og img{
  height:65%;
  width: 80%;
}
 .glance-list:hover .glance-circle{
  box-shadow:0px 1px 8px #bfbfbf;
  border-radius: 100px;
 }
.glance-list:hover .glance-circle-og{
  box-shadow:0px 1px 8px #bfbfbf;
  border-radius: 100px;
 }
.zoomWrapper {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.glance-list .zoomWrapper img{
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

 .glance-list:hover .zoomWrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@keyframes flash {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.flasher{
  animation: flash 300ms infinite;
}

.orange-line {position: relative;}
.orange-line::after {
    content: '';
    width:100%;
    height:3px;
    left: 0;
    top:50%;
    position: absolute;
    background-color: var(--orange-color);
}
.circle-arrow {
  position: relative;
   background: #136E64;
    border-radius: 100px;
    min-width:39px;
    height:39px;
    text-align: center;
    align-self: flex-start;
    margin-right: 15px;
    margin-top:2px;
}
.circle-arrow::before{
  content: '';
  position: absolute;
    background: #043F38;
    border-radius: 100px;
    width:33px;
    height:33px;
    left:3px;
}
 .circle-arrow img, .circle-arrow2 img {
    z-index: 9;
    position: relative;
    top:3px;
    width:24px;
}
.circle-arrow2 {
  position: relative;
   background: #F58220;
    border-radius: 100px;
    min-width:39px;
    height:39px;
    text-align: center;
    align-self: flex-start;
    margin-right:15px;
    margin-top: 2px;
}
.circle-arrow2::before{
  content: '';
  position: absolute;
    background: #D5680A;
    border-radius: 100px;
    width:33px;
    height:33px;
    left:3px;
}
.adventage-list  h6{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.plan-list i{
  margin-top:3px;
}
.plan-list h3{
  font-weight: 400;
  font-size: 1rem;
}
.amenities-box {
    position: relative;
    overflow: hidden;
}
.amenities-box img{
  transition: all 0.6s ease-in-out;
}
.amenities-box img:hover {
   transform: scale(1.2) rotate(5deg);
}
.amenities-box h5 {
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    bottom: 15px;
    font-weight: 400;
    justify-self: anchor-center;
    font-size: 16px;
    padding:0px 5px
}
.getaway-img2{
  position: absolute;
    bottom:2%;
    right: 22%;
}
.retreat-in {
    display: flex;
}
.pulse-image {
    animation: pulse 2s infinite;
    border-radius: 50%;
}
.highlight-circle {
    background:var(--green-color);
    border-radius: 100px;
    height:35px;
    min-width:35px;
    padding: 2px;
    align-content: center;
    margin-right:15px;
     text-align: center;
}
.highlight-circle img, .highlight-circle-og img{
     width: 59%;
    height:64%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.highlight-circle-og {
    background:var(--orange-color);
    border-radius: 100px;
    height:35px;
    min-width:35px;
    padding: 2px;
    align-content: center;
     margin-right:15px;
     text-align: center;
}
.highlight-circle2 {
    background:var(--green-color);
    border-radius: 100px;
    height:32px;
    min-width:32px;
    padding:0px 0px 4px 0px;
    align-content: center;
    margin-right:15px;
     text-align: center;
}
.highlight-circle2 img{
     width:40%;
    height:41%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.off .limit {
    background:var(--orange-color);
    border-radius: 50px;
    padding:3px 20px 5px 20px;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.line-height-40 {
    line-height: 38px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.4);
    }
    5% {
        transform: scale(1);
    }
    15% {
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 30px rgba(168, 63, 57, 0);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(168, 63, 57, 0);
    }
}
.pefect-villa-list li, .pefect-villa-list li a{
  line-height:35px;
  font-size: 22px;
}
.perfect-villa-list ul{
  background-color: var(--green-color);
  width: 80%;
  margin: 0 auto;
}
.perfect-villa-list ul li{
  padding:10px 10px;
}
.perfect-villa-list ul li+li{
      border-left: 1px solid #ffffff38;
}

.attraction-section{
    position: relative;
}
.attraction-section::after {
    content: '';
    position: absolute;
    background-image: url('../images/line-5.svg');
    background-repeat: no-repeat;
    height:100%;
    width: 10%;
    left: 50%;
    top:43%;
}
.rainy-offer {
  background-image: url(../images/rooms/offer1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top:35%;
  left:3%;
  width: 25%;
  height:50%;
  animation: subtleRotate 2s ease-in-out infinite;
}
.rainy-offer2 {
  background-image: url(../images/rooms/offer2.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
 right:1%;
  width: 19%;
  height:40%;
  animation: subtleRotate 2s ease-in-out infinite;
}
.attraction-list li{
  margin-bottom: 20px;
  font-size:17px;
}
.ideal-section::after {
    content: '';
    position: absolute;
    background-image: url('../images/line-4.svg');
    background-repeat: no-repeat;
    height:100%;
    width:1%;
    left: 52%;
    top:26%;
}

.umbrella {
  background-image: url(../images/rooms/umbrella-1.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom:5%;
  left:1%;
  width:35%;
  height:50%;
  animation: subtleRotate 2s ease-in-out infinite;
}
.umbrella2{
  background-image: url(../images/rooms/umbrella-2.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom:-11%;
  right:1%;
  width:29%;
  height:50%;
  animation: subtleRotate 2s ease-in-out infinite;
}
.difference { 
	width:90%; 
	border-collapse: collapse; 
	margin:0px auto 30px;
	}


th{ 
	background: var(--orange-color); 
	color: white; 
	font-weight: normal; 
  	padding: 10px 20px;
	text-align: left; 
  border:1px solid #186b624f;
	font-size: 20px;
    margin: 0;
	}

td { 
	padding: 10px 20px; 
	border: 1px solid #186b624f; 
	text-align: left; 
	font-size:17px;
	}

  tbody{
    background-color: #E9FFFD;
  }
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left:56%; 
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}
}
.suits-plan-box img{
  margin-top:-50%
}
.suits-plan-box h3{
  line-height:0.6;
  margin-bottom:0px;
}
.suits-plan-box h3 a{
  color: #136E64;
  font-size: 20px;
  font-weight:500;
}
  .suits-plan-box p{
    font-weight: normal;
     color: #000000;
  }
.min-height{
    height:305px !important;
}
.suits-plan-box{
    background: #DEFFFB;
    border: 1px solid #136e6429;
    padding: 35px 15px;
    min-height: 270px;;
     transition: all 1s; 
}
.suits-plan-box:hover{
  background-color: var(--orange-color);
  background: 
    linear-gradient(90deg,#DEFFFB 50%,#F58220 0) 
    var(--_p,100%)/200% no-repeat;
  transition: .4s;
}
.suits-plan-box:hover h3 a{
 color: #ffffff;;
}
.suits-plan-box:hover p{
 color: #ffffff;;
}
.suits-plan-box img{
   box-shadow: 0px 1px 5px #00000078;
     border-radius: 100px;
}

/********* About Us ********/
.inspire-caption {padding-top:20%;}
#inspire-section {
    padding:4% 0% 7%;
}
.inspire-img{
  position: absolute;
  top: 0;
  z-index: 9;
  justify-self: center;
}
.inspire-img img{
  width:60%;
  border: 3px solid #ddd;
}
.inspire {justify-items: center;position: relative;}
.inspire-name {height:13em;position: relative;top:45%;width: 100%;align-content: end;
    border-radius: 20px;}
.inspire-name h3{color: #fff;margin-bottom: 20px;text-align: center;}
.family-details {align-items: center;}
.family-img{margin-top:25%;}
.family-img img{
    border: 2px solid #ddd;
    border-radius: 20px;
    }
.glance-squre-box h3{
  margin-top: 20px;
  font-size: 20px;
}
.glance-squre{
  width: max-content;
    background: #fff;
    padding:30px 40px;
    border-radius: 20px;
    border:1px solid #f58220;
    margin: 0 auto;
}
.glance-squre-box:hover .glance-squre{
   background: #f58220
}
.glance-squre-box:hover img{
  filter: brightness(0) invert(1);
}
.abticonig{
  height: 47px;
}
.aminiti-circle-box{
  justify-items: center;
  padding: 0 25px;
}
.aminiti-circle-box h5{
  font-size: 16px;
  font-weight: 400;
  margin-top:20px;
}
.aminiti-circle {
     background:var(--orange-color);
    border-radius: 100px;
    height:50px;
    width:50px;
    padding:10px;
    align-content: center;
     text-align: center;
}
.aminiti-circle img, .aminiti-circle-og img{
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    width:89%;
    height: 100%;
}
.aminiti-circle-og {
   background:var(--green-color);
    border-radius: 100px;
    height:50px;
    width:50px;
    padding: 10px;
    align-content: center;
     text-align: center;
}

/******* PopUp *******/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s;
}

.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup-content {
  text-align: center;
  position: relative;
  max-width:700px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.popup-content h2 {
  margin-bottom: 10px;
}

.popup-content p {
  color: #555;
  margin-bottom: 20px;
}

.close-btn {
 position: absolute;
    top: 10px;
    right: 15px;
    font-size:32px;
    cursor: pointer;
    color: #000000;
    background: #ddd;
    border-radius: 100px;
    width:32px;
    height: 32px;
    line-height:  32px;
}

.close-btn:hover {
  color: #000;
}


/****** Contact Us *****/
.sub-heading-contact {
    font-size: 47px;
    font-family: "Beatcarb", sans-serif;
    color: var(--orange-color);
    text-transform: capitalize;
    font-weight: 300;
    margin-top: -23px;
    padding-left:43%;
}
.contact-in{
    position: relative;
}
.contact-in::after {
    content: '';
    position: absolute;
    background-image: url('../images/icons/line-1.svg');
    background-repeat: no-repeat;
    height:100%;
    width:1%;
    left: 50%;
    top:10%;
}
.cont-details{
   margin: 0 50px 30px;
}

.cont-details i {
    background: #006d62;
    padding:8px;
    color: #fff;
    border-radius: 100px;
    font-size:14px;
    font-weight: 600;
    margin-right: 5px;
}
.cont-details h5{
    color: var(--orange-color);
}
.cont-details h4{color: #006d62;font-size: 24px;font-weight: 600;}
.contact-wrppaer {
    background: #FFF8E8;
    justify-items: center;
    padding:40px;
    margin: 0 50px;
}
.form-horizontal {
width: 100%;
}

.form-control, 
textarea {
  border: 1px solid #0448414d;
  color: #000000;
  border-radius: 0;
  margin-bottom: 20px;
  background:none;
}

.send-button {
  border-radius:0px ;
  overflow: hidden;
  padding:8px 40px;
  background-color: #136E64;
  transition: all .2s ease-in-out;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}


.monsoon-offer {
  background-color: #006d62;
  display: flex;
  justify-content: right;
  position: relative;
}
.offer-box{justify-items: center;
    text-align: center;
    align-content: center}
.offer-box img{
    width:72%;
}
.line-box img {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    height: 100%;
    left:38%;
}
.image-box {
  width:63%;
  position: relative;
  min-width: 300px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media(max-width: 768px) {
  .offer-section {
    flex-direction: column;
  }
  .offer-box, .image-box {
    width: 100%;
    clip-path: none;
  }
}

/********* Blog section *********/

.blog-leaf-right {
    position: absolute;
    top: 0;
    bottom:55%;
    width:350px;
    right: 0;
    background-image: url(../images/leaf-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    animation: float 2s ease-in-out infinite;
}
    .main-blog {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      margin-bottom: 60px;
      align-items: center;
      padding-right:15%;
    }

    .main-blog img {
      width: 100%;
      max-width: 500px;
      border-radius: 0 120px 0 0;
      background: #fff;
    padding: 40px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .main-content {
      flex: 1;
      min-width: 300px;
    }

    .main-content small {
      font-size: 14px;
      color: #666;
    }

    .main-content h2 {
      font-size: 24px;
      margin: 10px 0;
    }

    .main-content p {
      font-size: 16px;
      margin-bottom: 20px;
      color: #555;
    }

    

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .blog-card {
      background: #fff;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .blog-card .card-content {
      padding: 20px;
    }

    .blog-card .card-content h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .blog-card .card-content p {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }

    .blog-card .card-content small {
      display: block;
      margin-bottom: 15px;
      font-size: 13px;
      color: #aaa;
    }
button.wh-ap-btn {
	outline: none;
	width:50px;
	height:50px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	cursor: pointer;
  line-height:60px;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}
.wh-ap-btn i{font-size: 30px;color: #fff;}
/* animacion pulse */

.whatsapp-pulse {
	width:50px;
	height:50px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}
/* ---- responsive ---- */
@media only screen and (min-width:1700px) and (max-width:2029px){
    .heading-style {font-size: 60px;}
    .hotel-booking { margin-top: -3%;}
    .about-caption {margin-top: 50%;margin-left:1%;}
    .sub-heading{padding-left:36%;}
    .top-right-section {right: 36%;}
    .best-resort-list {padding:70px 90px 40px 100px !important;margin-top: 30px;}
    .feature-box{margin-bottom:40px;}
    .bgg-green {height:550px;}
    .background2{top: 54.5%;}
    .gallery-box, .gallery-box1, .gallery-box4 {
    width: 100%;
    height: 300px;}
    .offer-box img {width: 92%;}
    .popup-content {max-width:900px;}
    .booking-section{bottom: -6%;}
}
@media only screen and (min-width:1520px) and (max-width:1699px){
/* .booking-section {left: 18%;} */
.sub-heading6 {padding-left:57%;}
.sub-heading7{padding-left: 39%;}
.sub-heading9{padding-left: 40%;}
.sub-heading-green4{margin-left:50%;}
.sub-heading-green5{margin-left: 67%;}
.sub-heading-green6 {margin-top: -35px; margin-left: 52%; }
.top-right-section{right: 33%;}
.about-caption {margin-top: 45%;}
.gallery-box, .gallery-box1, .gallery-box4 {
    width: 100%;
    height: 300px;
    min-height: 300px;
}
.glance-list h6,.plan-list h3, .plan-list h3 a, .adventage-list h6 {
    font-size: 18px;
}
}

@media only screen and (min-width:1400px) and (max-width:1519px){
    .background2 {top: 52.5%;}
    .sub-heading{padding-left:36%;}
    .sub-heading3 {padding-left:23%;}
    .sub-heading4 {padding-left: 22%;}
    .sub-heading6{ margin-top: -25px;padding-left:58%;}
    .sub-heading-green{margin-left: 23%;}
    .sub-heading-green2{margin-left: 29%;}
    .top-right-section {right:32%;}
    .about-caption {margin-top: 49%;}
    .room-section .sub-heading{padding-left:30%;}
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .top-right-section {
    right: 24%;top: 40%;}
    .about-caption {
    margin-top:50%;}
    .about-box{padding: 0 !important;}

    .glance-squre-box p{padding: 0 20px !important;}
    .sub-heading3{padding-left: 33%;}
    .contact-wrppaer{margin: 0px 50px 0px 0px;}
    .cont-details{margin: 0 0px 30px 40px;}
    .image-box {width: 59%;}
    .offer-box img {width: 77%;margin: 30px 0;}
    .line-box img{display: none;}
    .con-icon{display: block !important;} 
    .gallery-box, .gallery-box1, .gallery-box4 {width: 100%;height: 210px;}
    .main-blog {gap:35px;padding-right:0%;}
    .main-content {
    flex: 1;
    min-width:350px;
}
}
@media only screen and (min-width: 992px){
    
}

@media only screen and (max-width: 991px){
  .contact-in::after{display: none;} 
     .gallery-group .ps-5{padding-left: 20px !important;}
   .gallery-group .pe-5{padding-right: 20px !important;}
    .gallery-box, .gallery-box1, .gallery-box4 {height:450px;}
    .gallery-box2{margin-bottom:40px;}
.gallery-section {text-align: center;}
    .sub-heading4 {margin-top: -28px;
    padding-left: 61%;}
        .line-box img{display: none;}
   .banner-section{ height:56vh;}
   .slider-one, .slider-two, .slider-three, .slider-four {height:43vh;}   
   .booking-section {bottom: 0;transform: none;left: 0;}  
}

@media only screen and (max-width: 767px){
  body{
    overflow-x: hidden;
  }
  /* .px-5{padding-left: 0px !important; padding-right: 0px !important;} */
  .inspire-name {height: 15em;}
  .inspire-caption {
    padding-top:0%;
}
.location-section{margin-top: 60px;}
.glance-squre-box {
        padding: 0 30px;
        margin-bottom: 35px !important;
    }
        .aminiti-circle-box {
        margin-bottom: 35px !important;
    }
   .banner-section{ height:75vh;}
   .slider-one, .slider-two, .slider-three, .slider-four {height: 36vh;}
.main-blog{padding-right: 0;}
  .deluxe-room-offer p, .deluxe-room-caption p{text-align: justify;}
   .page-banner{height:150px;}
 .heading-style, .sub-heading9 {font-size:45px;}
 .deluxe-room-caption.pt-5{
  padding-top: 0px !important;
 }
 .readyto-lock-section .d-flex {
        display: block !important;
    }
    .readyto-lock-section a {
        margin-bottom: 20px !important;
    }
  .heading-style2 {
        font-size: 35px;
        position: relative;
        /* width: max-content; */
        text-align: center;
        justify-self: center;
    }
    .sub-heading3 {
        font-size: 35px;
         right:0;
        left: 44%;
        margin-top: -24px;
        position: absolute;
        width: max-content;
    }
    .contact-wrppaer{
      padding: 25px;
      margin: 30px 30px 40px;
    }
    .contact-in::after, .ideal-section::after {display: none;}
    .cont-details h4 {font-size: 20px;}
    .cont-details {margin: 0 10px 30px;}
    #contact-section{padding: 60px 0px 30px;}
    .offer-box{padding: 25px 0px;}
    .map-contact-section .d-flex{display: block !important;}
    .monsoon-offer{display: block;}
    .line-box img{display: none;}
    .contact-details{padding: 30px;}
    .foot-nav{display:block !important;}
    .copyright ul{display:block !important; text-align: center;}
        .deluxe-room-img {
        padding: 20px 15px !important;
    }

        .deluxe-room-img{text-align: center;margin-top: 25px;}
       .getaway-img{text-align: center;margin-top: 25px;}
    .getaway-img2 {bottom: -9%;right: 13%;}
    .deluxe-room-offer h5{font-size: 26px;}
    .amenities-box {margin-bottom: 30px !important;margin-top: 0 !important;}
   .amenities-box h5{font-size:18px;}
   .adventage-list{margin-bottom: 25px !important;}
   .adventage-map{text-align: center;}
   .faq::before {display: none;}
   .sub-heading1 {
    font-size:42px;
        margin-top: -26px;
    padding-left: 67%;
}
  .umbrella, .attraction-section::after{display: none;}
    .monsoon-offer-section{
      height:112vh !important;;background-size: cover !important;
    }
    .umbrella2 {width: 100%;left: 23%;
        bottom: -27%;
    }
   
    .perfect-villa-list ul{width: 100%; display: block !important;}
       .heading-style10 {
    font-size:38px;}
        .attraction-list{display: block !important;}
        .adventage-map {text-align: start !important;}
        .monsoon-offer-section2 {
          padding-top:200px !important;
          padding-bottom: 100px !important;
        height:110vh !important;
        background-size: cover !important;
    }
    .glance-list {
        margin-bottom: 20px !important;
    }

    .rainy-offer2 {bottom: -29%;width:42%;
    }
        .sub-heading7 {
    font-size: 40px;margin-top: -26px;
    padding-left: 81%;}
    .rainy-offer {top:-3%;width: 77%;}
    .suits-plan-box {min-height:170px;margin-bottom:70px;}
.suits-plan-box img {
    margin-top: -27%;
}
.sub-heading6 {
    font-size: 42px;
    margin-top: -33px;
    padding-left: 38%;
}
    .sub-heading9 {padding-left:81%;margin-top: -20px;}
        .tittle4 .sub-heading9{        
      margin-top: -23px;
        padding-left:66%;}
      
    .plan-list {margin-bottom: 20px !important;}
    .sub-heading-green4 {
    font-size: 42px;
   margin-top: -28px;
    margin-left:88%;
}
.sub-heading-green5 {
    font-size: 44px;
    margin-top: -23px;
    margin-left:50%;}
    .traveler-in .col-12.col-md-3.col-lg-3.mb-5 {
    margin-bottom:10px !important;
}
.traveler-in{padding-bottom: 0  !important;}
.sub-heading-green6 {
    font-size:48px;margin-top: -27px;
    margin-left: 17%;
}
.retreat-in {
    display: block;
}
.tittle5 .sub-heading9{ padding-left: 66%;}
.theme-buttons {
    display: block !important;
}
.theme-buttons a{margin-bottom: 20px;}

     .footer-menu .container.d-flex{
      display: block !important;
      justify-items: center;
    }
    .contact-in::after, .trust-section::after{display: none;}
.inspire {padding: 0 !important;}
.family-img {
        margin-top: 45%;
    }
    .plan-section {
        display: block !important;
    }
        .inspire-caption {
        padding: 40px 0px !important;
    }
}



@media only screen and (max-width: 575px){
  .section-space  {padding: 50px 0px;}
 .page-banner{height:150px;}
 #resort-about-section {
    margin-top: 70%;
}

    .sub-heading-green4 {
    font-size: 42px;
   margin-top: -28px;
    margin-left: 85%;
}
.tittle5 .sub-heading9{ padding-left:50%;}
 .tittle3 .sub-heading {padding-left: 53% !important;}
.carousel-indicators {bottom: -13%;}
 .heading-style {font-size:45px;}
  .heading-style2 {
        font-size: 35px;
        position: relative;
        /* width: max-content; */
        text-align: center;
        justify-self: center;
    }
    .sub-heading3 {
        font-size: 35px;
         right:0;
        left: 44%;
        margin-top: -24px;
        position: absolute;
        width: max-content;
    }
    .sub-heading4{ font-size: 43px;}
    .sub-heading5 { font-size: 43px;padding-left: 40%;}
    .sub-heading9 {font-size: 46px; margin-top: -23px;padding-left:66%;}
    .aminiti-circle-box {margin-bottom:35px !important;}
    .deluxe-room-img {padding: 20px 15px !important;}
    .deluxe-room-offer .fw-normal{font-size:32px;margin-bottom: 30px;}
    .inspire-caption{padding:40px 0px !important}
    .inspire-name {height: 15em;}
    /* .location-section {padding:150px 0px 50px;} */
    .our-location-section{padding-left: 30px;padding-right: 30px;}
    .glance-squre-box{padding: 0 30px; margin-bottom:35px !important;}
   .plan-section {display: block !important;}
   .aminiti-circle-box .plan-section{margin-bottom: 25px !important;}
   .gallery-group .ps-5{padding-left: 20px !important;}
   .gallery-group .pe-5{padding-right: 20px !important;}
    .gallery-box, .gallery-box1, .gallery-box4 {height:350px;}
    .gallery-box2{margin-bottom:40px;}
.gallery-section {text-align: center;}
    .sub-heading4 {margin-top: -28px;
    padding-left: 61%;}
      .book-section .d-flex{
        display: block !important;
      }
      .banner-section{height:25vh;}
       .about-box{padding: 0 !important;}
        .about-section .section-space{padding: 0 !important;}
        .booking-section{position: relative;}
      .book-section .d-flex a{margin-bottom: 20px;}
      .trust-section{text-align: center;}
      .sub-heading-green2{margin-left: 63%;font-size:48px;}
       .sub-heading-green{margin-left:54%;margin-top: -22px;font-size:48px;}
      #trip-section .tittle h5{margin-top: 30px !important;}
      .retreats-flex {padding: 0 3%;}
      .retreat-box {height:250px;}
      #why-stay-section {text-align: center;}
      .why-stay-txt ul{display: block !important;text-align: left;}
      #why-stay-section  .sub-heading3 {left: 21%;}
      .suits-img {margin-bottom: 30px;}
      .background2 {height: 35em;top:35%;}
      .suits-view {width:80%;}
      .suits-label h3 {font-size: 26px;}
      .heading-style .fs-7{font-size: 40px !important;}
      .about-section  .sub-heading{       
        margin-top: -22px;
        padding-left: 59%;
        font-size: 43px;}
    .rightsection {padding-left: 0 !important;margin-top: 20px;}
    .bgg-green {height: 14%;background-color:#053d35;}
    .about-section .px-5{padding: 0 20px   !important;}
   .top-right-section {
    right:1%; top:50%;width:250px;
}
    .monsoon-offer-section{
      height:118vh !important;background-size: cover !important;
    }
    .monsoon-offer-section2{ height:118vh !important;}
        .rainy-offer2 { bottom: -28%;  width: 50%;}
.menu-section {padding: 20px 0px !important;}
.about-caption {
    margin-top:37%;}
    .slider-one-image, .slider-two-image, .slider-three-image, .slider-four-image{
      height:200px;
    }
    .booking-form input[type="date"], .booking-form select, .booking-form input[readonly]{
      width: 100%;
    }
.heading-style3 {
    font-size:36px;
}
    .contact-wrppaer{
      padding: 25px;
      margin: 30px 30px 40px;
    }

    .cont-details h4 {font-size: 20px;}
    .cont-details {margin: 0 10px 30px;}
    #contact-section{padding: 60px 0px 30px;}
    .offer-box{padding: 25px 0px;}
    .map-contact-section .d-flex{display: block !important;}
    .monsoon-offer{display: block;}
    .line-box img, .faq::before{display: none;}
    .contact-details{padding: 30px;}
    .foot-nav{display:block !important;}
    .copyright ul{display:block !important; text-align: center;}
    .why-stay-txt {
        margin-top: 15px !important;
        margin-bottom: 30px;
    }
    .best-resort-list {padding: 40px 20px 40px 40px;}
    .sub-heading {    margin-top: -22px; font-size: 44px;}
        .sub-heading1 {
        font-size: 42px;
        margin-top: -26px;
        padding-left: 63%;
    }
     .umbrella{display: none;}
 
    .umbrella2 {width: 100%;left:15%;bottom:-26%;}
    .glance-list {margin-bottom: 20px !important;}
    .heading-style10 {
    font-size:38px;}
    .tittle2 .sub-heading{        
      font-size: 40px;
        margin-top: -18px;
        padding-left:40%;}
  
    .sub-heading8 {
    font-size: 34px;
    margin-top: -19px;
    padding-left: 26%;
}
.suits-plan-box {min-height:170px;margin-bottom:70px;}

.suits-plan-box img {
    margin-top: -27%;
}
.sub-heading6 {
        font-size: 42px;
        margin-top: -27px;
        padding-left: 75%;
    }
    .sub-heading-green3 {
    font-size: 42px;
    margin-top: -24px;
    margin-left:43%;
}
.green-subtittle {
    font-size:26px;
}
    .tittle4 .sub-heading9{        
      margin-top: -23px;
        padding-left:52%;}
      .sub-heading-green5 {
    font-size: 42px;
    margin-top: -23px;
    margin-left:60%;}
       .suits-label{padding: 8px 10px;}
       .family-img {
    margin-top: 45%;
}
.glance-circle-og, .glance-circle {
  min-width:70px;
    height:70px;
}

}


@media only screen and (max-width:480px){
   .slider-one-image, .slider-two-image, .slider-three-image, .slider-four-image{
      height: 230px;
    }
    .slider-one, .slider-two, .slider-three, .slider-four{height: auto;}
        .sub-heading5 {
        font-size: 40px;
        padding-left: 40%;
            margin-top: -25px;
    }
    .sub-heading-green2{margin-left: 63%;font-size:43px;margin-top: -24px;}
       .sub-heading-green{margin-left: 63%;margin-top: -22px;font-size:48px;}
       .sub-heading0 {
    font-size: 40px; margin-top: -23px;}
       .sub-heading-green5 {
    font-size: 42px;
    margin-top: -23px;
    margin-left:70%;}
      .banner-section {
        height:27vh;
    }
.tittle5 .sub-heading9{ padding-left:50%;}
    .sub-heading-green3 {
    font-size:36px;margin-top: -24px;
    margin-left: 29%;}
    .tittle4 .sub-heading9{        
      margin-top: -18px;
        padding-left: 49%;}
        .about-bottom-section h5 {
    font-size:36px;}
    .font, .about-bottom-section h4 {font-size: 20px;}
     .about-box{padding: 0 !important;}
    .booking-section {bottom: 0;transform: none;left: 0;}
    .top-right-section {top:50%;width: 200px;}
    .about-caption {margin-top: 25%;}
    .about-section .section-space{padding: 0 !important;}
    .heading-style .fs-7 { font-size: 34px !important;}
    .heading-style { font-size:44px;}
    .sub-heading9 { font-size: 35px;padding-left:73%; margin-top: -16px;}
    .sub-heading3 {left:40%; margin-top: -19px;}
    .contact-details{padding: 30px 20px;}
     .readyto-lock-section .d-flex{display:block !important;}
      .readyto-lock-section a{margin-bottom: 20px !important;}
      #inspire-section .px-5{padding: 4% 2% !important;}
      .about-section .sub-heading {margin-top: -20px;padding-left: 57%;font-size: 34px;}
      .leftsection {padding-right: 0px !important;}
      .rightsection {padding-left: 0px !important;}
      .feature-box {align-items: start;}
      .feature-icon{margin-top: 20px;}
      .about-bottom-section h3 {font-size: 28px;}
      .background2 {height: 35em;top:42%;}
      .sub-heading {font-size: 35px;
        margin-top: -18px;
        padding-left: 50%;}
      .why-stay-txt {padding:20px 30px 0px;}
      .avatar{width: 70px;height: 60px;font-size: 30px;}
      .bubble,.bubble2{min-height: 110px;padding:15px;}
       .trip span {font-size:18px;}
       .trip h5 {font-size: 15px;}
       .why-stay-txt{margin-top: 15px;}
       #resort-about-section {
        margin-top:70%;
    }
        .gallery-box, .gallery-box1, .gallery-box4 {
        height: 250px;
    }
     .monsoon-offer-section2{ height:113vh !important;}
        .rainy-offer2 { bottom: -23%;  width: 60%;}
        .sub-heading1 {
        font-size: 38px;
        margin-top: -22px;
        padding-left: 32%;
    }
        .sub-heading-green4 {
    font-size: 42px;
   margin-top: -28px;
    margin-left: 41%;
        }
.tittle1 .sub-heading9 {
        margin-top: -21px;
        padding-left: 31%;
    }

    .heading-style4 {font-size:26px;}
    .umbrella2 {
        width: 100%;
        left:4%;
        bottom: -29%;
    }
    .heading-style10 {
    font-size:30px;}
        .sub-heading-green3 {
        font-size: 36px;
        margin-top: -22px;
        margin-left:40%;
    }
     .tittle3 .sub-heading-green3 {
        margin-left: 73%;
    }
        .suits-view {
        width: 91%;
    }
    .heading-style2 {
        font-size: 30px;
    }
    /* .sub-heading9 {margin-top: -18px;
        padding-left: 87%;
    } */
    .sub-heading-green6 { margin-top: -27px;
        margin-left: 66%;
    }
    .dropdown-item, .foot-nav a {font-size: 15px;}
    .theme-btn, .discount-btn {padding: 0.5rem 1rem;}
    .tabs button {font-size: 19px;}
    .tabs .ps-4 {padding-left: 0px !important;}
    .monsoon-offer-section {
        height:111vh !important;
    }

}
@media only screen and (min-width:400px) and (max-width:430px){
    .top-right-section {
          top:47%;
        }
    .background2 {
        height: 35em;
        top:46%;
    }
    .heading-style {
        font-size:40px;
    }
    .suits-label h3 {
        font-size:20px;
    }
   .contact-details p, .con-icon li{font-size: 14px;}
 .sub-heading7 {padding-left: 76%;}
.sub-heading10 {margin-top: -15px;
    padding-left: 52%;
}
  }

@media only screen and (max-width: 360px){
   .slider-one-image, .slider-two-image, .slider-three-image, .slider-four-image{
      height: 230px;
    }
     .about-section .section-space{padding: 0 !important;}
    .slider-one, .slider-two, .slider-three, .slider-four{height: auto;}
    .booking-section {bottom: 0;}
.heading-style, .sub-heading9 { font-size:30px;}
.sub-heading9 { margin-top: -18px;padding-left: 49%;}
 .background2 {height: 35em;top: 43%;}
  .leftsection {padding-right: 0px !important;}
      .rightsection{padding-left: 0px !important;}
      .trip span {font-size: 18px;}
      .trip h5 {font-size: 16px;}
   .background2 {
        top: 43%;
    }

}
