* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, section{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.remarks p{
    font-size: 14px!important;
}
.fixed-form  .remarks{
    font-size: 7px;
    text-align:center;
}
/*.fixed-form.fixed .remakrs{*/
/*    display: none;*/
/*}*/

body {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  font-family: "Montserrat";
}

/* Style the header with a grey background and some padding */

.header {
  background-color: #fff;
  padding: 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.item-text >p{
    font-family: ""!important;
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.highlight_image,.text_container{
  flex: 1;
}


.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.header-container .logo {
  font-weight: bold;
  color: #333;
  margin-left: 20px;
  position: relative;
}

.header-container .logo a {
  text-decoration: none;
  color: inherit;
}

.header-container .logo a img {
  width: 150px;
  height: 55px;
}

.second-nav {
  display: flex;
  align-items: center;
}
.sidenav-container{
  display: none;
}
.sidenav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

.project-logo-header {
  background-color: #fff;
  width: 100%;
}

.project-logo-header img {
  display: block;
  margin: auto;
  height: 80px;
}

.sidenav-nav {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #203D3B;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.sidenav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.sidenav-list li {
  margin-bottom: 40px;
}

.sidenav-list a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.sidenav-close-button {
  position: absolute;
  top: 11%;
  right: -40%;
  width: 100%;
  font-size: 40px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: #fff;
}

.side-nav-open {
  display: flex;
}

.transition-delay {
  transition-delay: 2000ms;
}
.navigation {
  align-items: flex-end;
  display: flex;
  /* Show navigation for larger screens */
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.nav-list {
  display: flex;
  /* Change to flex for horizontal layout */
}

.nav-list li {
  margin-right: 36px;
  list-style: none;
}

.nav-list a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
.nav-list li a{
  position: relative; 
  color: inherit; 
  text-decoration: none
}
.nav-list li a.active::after {
  content: "";
  width: 100%; /* Make the line span the full width of the navigation link */
  height: 3px; /* Set the height of the line */
  background:  #203D3B; /* Set the background color of the line */
  display: block; /* Make the pseudo-element a block element */
  margin-top: 10px; /* Adjust the margin to position the line below the link */
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); /* Add shadow to the line */
  transition: width 0.3s ease;
}
.nav-list li a.active:hover::after {
  width: 100%; /* Expand the line to full width on hover */
  background:  #203D3B;
}




.nav-list li a::hover::after {
  width: 100%; /* Expand the line to full width on hover */
  background:  #203D3B;
}

.contact-button {
  background-color: #203D3B;
  /* Adjust button color */
  color: #fff;
  width: 150px;
  height: 40px;
  padding: 5px;
  border: none;
  font-size: 20px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  flex: 0 0 auto;
  /* Prevent button from shrinking */
  align-items: flex-end;
  margin-right: 20px;
}

.menu-toggle {
  display: none;
  /* Hide menu toggle initially for larger screens */
  cursor: pointer;
}

.menu-toggle-icon {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #333;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.menu-toggle-icon:nth-child(2) {
  margin: 5px 0;
}

/* Home banner */
.home-banner {
  max-width: 1440px;
  height: 83vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner-image img {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Ensures the image stays in the background */
}

.wrap {
  position: relative;
  height: 100%;
}
.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__slides {
  width: 500%;
  height: 100%;
  display: flex;
}
.hero__slides input {
  display: none;
}
.hero__btns {
  position: absolute;
  width: 50rem;
  margin-top: 460px;
  display: flex;
  justify-content: center;
}
.hero__slide {
  width: 20%;
  transition: 1s ease;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.btn__auto {
  border: solid 2px white;
  padding: 5px;
  border-radius: 50%;
  transition: 1s;
}
.btn__auto:not(:last-child) {
  margin-right: 1.5rem;
}

#radio1:checked ~ .hero__btns .auto-btn1 {
  background: #40d3dc;
}

#radio2:checked ~ .hero__btns .auto-btn2 {
  background: #40d3dc;
}

#radio3:checked ~ .hero__btns .auto-btn3 {
  background: #40d3dc;
}

#radio4:checked ~ .hero__btns .auto-btn4 {
  background: #40d3dc;
}

#radio1:checked ~ .slide01 {
  margin-left: 0;
}

#radio2:checked ~ .slide01 {
  margin-left: -20%;
}

#radio3:checked ~ .slide01 {
  margin-left: -40%;
}

#radio4:checked ~ .slide01 {
  margin-left: -60%;
}
.home-banner-fixed{
  position: absolute;
  bottom: 2%;
  left: 1%;
  background-color: #FFF;
  border-radius: 5px;
  flex-shrink: 0;
  max-width: 400px;
  width: 30%;
  z-index: 1;
  height: auto;
  padding: 10px 20px;
}
.home-banner-fixed-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.home-banner-fixed-container:nth-child(1) strong{  
  color: var(--ambience, #203D3B);
  text-align: center;
  font-family: Montserrat; 
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* margin-left: 15%; */
}
.home-banner-fixed-container:nth-child(1) p{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 5px;
  line-height: normal;
}
.home-banner-fixed-divider::after{
    content: '';
    display: flex;
    width: 90%;
    border-bottom: 2px solid #203D3B;
    height: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.home-banner-fixed-container2{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-banner-fixed-container2:nth-child(2) strong{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  /*text-transform: uppercase;*/
  line-height: normal;
  /* margin-left: 15%; */
}

.home-banner-fixed-container2:nth-child(2) p{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

/* Position the fixed form */
.fixed-form {
  display: flex;
  width: 302px;
  height: 320px;
  padding: 20px 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 23%;
  right: 0;
  background-color: #fff;
  z-index: 9;
  transition: all 400ms ease-in-out;
  border-radius: 5px;
}
.fixed-form.fixed {
  transform: translateY(0%);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding: 10px;
  box-shadow: 0 0 2px #000;
}

/* Style the form elements */
.fixed-section-header {
  width: 251px;
  height: 54px;
  flex-shrink: 0;
  margin-bottom: 25px;
}
.fixed-form.fixed .fixed-section-header{
  display: none;
}
.fixed-form h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.fixed-form h2::after {
  margin-top: 10px;
  content: '';
  width: 100%;
  display: flex;
  height: 1px;
  background-color: #203D3B;
  position: relative;
  z-index: 1;
}
.fixed-form form{
  width: 90%;
  margin-left: 10%;
}
.fixed-form.fixed form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.fixed-form.fixed form::after{
  display: none;
}
.fixed-form.fixed input, .fixed-form.fixed button{
  flex: 1 0 0;
  height: 30px;
  align-items: center;
  padding: 2px;
  margin-top: 5px;
}
.fixed-form.fixed input::placeholder{
  color: #888;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 10px;
  text-align: left 5px;
}
.fixed-form input,
.fixed-form button {
  display: block;
  width: 100%;
  max-width: 236px;
  margin-bottom: 10px;
  padding: 5px;
  height: 24px;
  border: 2px solid #892d264d;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 2.5px 0px rgba(0, 0, 0, 0.22);
}
.fixed-form input:focus{
  outline: none;
}

.fixed-form button {
  background-color: #203D3B;
  color: white;
  border: none;
  height: 30px;
  cursor: pointer;
}

.fixed-form button:hover {
  background-color: #203D3B;
}

.fixed-form input::placeholder {
  color: #888;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* Style the contact info */
.fixed-phone p {
  font-size: 14px;
  color: #666;
}
.fixed-form.fixed .fixed-phone{
  display: none;
}
.fixed-form .fixed-phone {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fixed-form form::after{
  margin-top: 10px;
  content: '';
  width: 90%;
  display: flex;
  height: 1px;
  background-color: #203D3B;
  position: relative;
  z-index: 1;
}

.fixed-phone p:nth-child(1) {
  font-size: 22px;
  color: #000;
}

.fixed-phone p:nth-child(2) {
  font-weight: 600;
  color: #203D3B;
  font-size: 20px;
}

/* About section */

.about-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

.about-section .section-header h1 {
  color: #203D3B;
  text-shadow: -4px 4px 9.4px rgba(0, 0, 0, 0.20);
  font-family: sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  text-transform: uppercase;
}

.about-section .about-highlight {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about-section .about-highlight p:nth-child(1)::after,
.about-highlight p:nth-child(2)::after {
  content: '';
  border-left: 1px solid #000;
  height: 10px;
  margin-left: 10px;
}

.about-section .about-text {
  color: #504d4d;
  width: 70%;
  margin-top: 10px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-section .about-text p{
  font-size: 20px;
}

.side-explore {
  position: absolute;
  top: -12px;
  left: 0;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  transform: rotate(90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.side-explore p {
  color: #203D3Ba6;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  rotate: -180deg;
  margin-right: 10px;
}

.explore-button {
  font-size: 20px;
  rotate: 268deg;
  position: relative;
  display: grid;
  animation: showIcon 0.8s ease-in-out infinite;
  /* Default animation */
  opacity: 0;
}

.explore-button .fa:nth-child(odd) {
  color: #203D3B;
}

.explore-button .fa {
  color: #888888;
}

.explore-button:nth-child(2) {
  color: #888888;
  /* Specific color for second icon */
  animation-delay: 1s;
  /* Delay animation for 0.2 seconds */
}

.explore-button:nth-child(3) {
  color: #333;
  /* Specific color for third icon (optional) */
  animation-delay: 2s;
  /* Delay animation for 0.4 seconds */
}

/* Animation definition */
@keyframes showIcon {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* Intro Section */

.intro-section {
  position: relative;
  height: 700px;
  flex-shrink: 0;
  background-color: #203D3B;
}

.intro-border {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translate(-10%, -20%);
  width: 758px;
  height: 428px;
  flex-shrink: 0;
  border: 4px solid rgba(255, 255, 255, 0.50);
}

.intro-image-container {
  margin-top: 20px;
  margin-left: 30px;
  width: 760px;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.intro-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(87, 87, 87, 0.33) 58.5%, rgba(0, 0, 0, 0.50) 91.21%);
  z-index: 9;
}

.intro-image-container img {
  height: 100%;
  width: 100%;
}
.intro-text-mob-container{
  display: none;
}

.intro-text-container {
  position: absolute;
  top: 30%;
  right: -21%;
  transform: translate( 50%, -5%);
  z-index: 99;
  width: 90%;
  height: 120px;
  flex-shrink: 0;
}

.intro-text-header {
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 70px;
  width: 90%;
  margin-bottom: 20px;
  position: relative;
}
.intro-section.active .intro-text-header p.fadeInUp{
  animation: revealText 5s forwards;
}
.intro-section.active .intro-text-footer p.fadeInUp{
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealTextback 4s forwards;
}

.intro-text-header span {
  text-transform: uppercase;
}

.intro-text-footer {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  width: 90%;
  line-height: normal;
}

.project-logo {
  position: absolute;
  bottom: 5%;
  right: 3%;
  opacity: 30%;
}

/* HighLight Section */
.highlight-section{
  position: relative;
  height: 550px;
  background-color: #FFFFFF;
}
.highlight-name{
  position: absolute;
  top: 60%;
  left: -4%;
  transform: translate(0%, -50%);
  rotate: -90deg;
}
.highlight-name .highlight-header {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.highlight-header h2{
  color: #203D3B;
  opacity: 0.4;
  text-transform: uppercase;
}
.highlight-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.highlight-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 270px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}

.highlight-container{
   position: relative;
}

.highlight-container-header{
   padding: 25px 30px;
}

.highlight-container-header p {
  color: var(--ambience, #203D3B);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.highlight-section.active .highlight-container-header p:nth-child(1).fadeInUp{
  animation: revealText 5s forwards;
}
.highlight-section.active .highlight-container-header p:nth-child(2).fadeInUp{
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealTextback 4s forwards;
}
 
.highlight-section-container{
  height: 200px;
  width: 85%;
  background-color: #203D3B;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px ;
}
.highlight-section-image-container {
  position: absolute;
  top: -70%;
  left: 5%;
  margin-bottom: 10px;
  display: flex;
  width: 90%;
  justify-content: space-between;
  gap: 20px;
  transition: transform 0.3s ease-in-out; /* Add transition for smoother transformation */
}
.highlight-section-image{
  width: 20%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out; /* Add transition for smoother transformation */
}
.section-image{
  width: 100%;
  height: 273px;
  border-radius: 5px;
}
.highlight-section-image:hover{
  transform: scaleY(1.02) translateY(-5px); /* Increase scale vertically and move up by 5 pixels */
  transform-origin: center bottom; /* Set the transform origin to the center bottom */
}
.highlight-section-container .section-image img:hover {
  border-radius: 10px;
  transform: scale(1.05); /* Increase scale on hover */
}
.section-image img{
  width: 100%;
  height: 80%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out; /* Add transition for smoother transformation */
}
.section-image img:hover{
  transform: scaleX(1.0);
}

.section-image-text {
  position: relative;
  bottom: 30px;
  width: 100%;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-image-text p{
   color: var(--ambience, #203D3B);
    text-shadow: 0px 4px 4px rgba(245, 245, 245, 0.15);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }

.section-description {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.section-image-drop-text{
  position: relative;
  top: -40px;
  left: 0;
  width: 200px;
  height: 52px;
  flex-shrink: 0;
}
.section-image-drop-text p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Amenities Section */

.amenities-section{
  position: relative;
  width: 100%;
  position: relative;
  height: 700px;
  background-color: #FFFFFF;
}
.amenities-name{
  position: absolute; /* Position relative to the amenities-section */
  top: 50%; /* Align vertically */
  right: -6%; /* Align to the right */
  transform: translate(0%, -50%); /* Adjust vertical alignment */
  rotate: -90deg;
}
.amenities-name .amenities-header {
  color: #203D3B;
  font-size: 35px;
  font-style: normal;
    font-weight: 600;
  line-height: normal;
}
.amenities-header h2{
  text-transform: uppercase;
}
.amenities-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.amenities-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 270px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}
.amenities-container{
  position: relative;
}
.amenities-container-header{
   padding: 20px 40px;
   position: absolute;
   margin-top: 8%;
   left: 10%;
}
.amenities-container-header h4 {
  color: var(--ambience, #203D3B);
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.amenities-container-header p {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  width: 100%;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  text-align:center;
}
.amenities-section.active .amenities-container-header h4.fadeInUp{
  animation: revealText 4s forwards;
}
.amenities-section.active .amenities-container-header p.fadeInUp{
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealTextback 4s forwards;
}
 
.amenities-image-container {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate( -50% , -20%);
  width: 60%;
  height: 200px;
  border-radius: 20px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  transition: all .5s ease-in-out;
}

.amenities-image-slider .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease-in;
}

.carousel-view .item-list {
  max-width: 980px;
  width: 70vw;
  padding: 50px 10px;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
  display: none;
}

.item {
  scroll-snap-align: center;
  min-width: 141px;
  height: 306px;
  border-radius:8px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 0 0 calc(20% - 10px);
  transition: transform 0.3s ease-in-out;
}
.item .item-image{
  height: 141px;
  width: 100%;
  background-color: #203D3B;
  border-radius: 10px;
  position: relative;
}
.item-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.item .item-text{
  color: var(--ambience, #203D3B);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 30%;
  text-align: center;
}
/* Pricing Section */

.pricing-section{
  padding: 40px;
  height: 550px;
  position: relative;
}

.pricing-name{
  position: absolute;
  top: 60%;
  left: -0%;
  transform: translate(0%, -50%);
  rotate: -90deg;
}

.pricing-name .pricing-header {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-header h2{
  color: #203D3B;
  font-family: 'Montserrat';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.pricing-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 270px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}
.pricing-heading{
  position: absolute;
  top: 7%;
  left: 25%;
  width: 50%;
  height: 85px;
  flex-shrink: 0;
  z-index: 8;
}
.pricing-heading h2{
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
      text-align: -webkit-right;
    margin-top: 40px;
}
.pricing-section.active .pricing-heading h2.fadeInUp{
    animation: revealText 4s forwards;
}
.pricing-slider-container{
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #892d262d;
}
.animateBg{
   background: #203D3B;
   width: 0%;
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
}
.pricing-slider-container.active .animateBg {
    animation: slideBackground 0.5s ease-in forwards;
    z-index: -1;
}
.pricing-slider-container:not(.active) .animateBg {
  animation: slideBackgroundOut 1s ease-in forwards;
  z-index: -2;
}
@keyframes slideBackgroundOut {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes slideBackground {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
  .pricing-section-container{
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-25%, -30%);
    width: 90%;
    height: 70%;
    margin-left: 5%;
  }
  .pricing-section-wrapper{
    height: 100%;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .pricing-image-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-border{
    width: 70%;
    height: 205px;
    border: 3.693px solid #FFF;
    position: relative;
    border-radius: 5px;
  }
  .pricing-image-container:nth-child(1) .pricing-image img {
    filter: blur(0px);
  }
  .pricing-image{
    height: 100%;
    width: 100%;
    margin-left: 20px;
    margin-top: 20px;
  }
  .pricing-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    filter: blur(4px);
  }
  .pricing-content{
    margin-top: 13%;
    text-align: center;
  }
  .pricing-content p:nth-child(1){
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .pricing-content p:nth-child(2){
    color: #FFF;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .pricing-content p:nth-child(3){
    background-color: #FFF;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color:#203D3B;
    width: 160px;
  }
  .floor-plan-pop-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-73%, -81%);
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.2s ease-in;
  }
  .floor-plan-pop-button p{
    color: #203D3B;
    font-family: Montserrat;
    font-size: 16.841px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .floor-plan-pop-button p:hover{
    font-size: 18px;
  }
  .floor-plan-pop-button:hover{
    cursor: pointer;
    padding: 12px;
  }
/* Floor PLan Section */
.floor-plan-section{
  position: relative;
  height: 600px;
  width: 100%;
}
.floor-plan-name{
  position: absolute;
  top: 60%;
  right: -4%;
  transform: translate(0%, 80%);
  rotate: -90deg;
}
.floor-plan-header {
  color: #203D3B;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.floor-plan-header h2{
  text-transform: uppercase;
}
.floor-plan-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.floor-plan-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 240px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}
.floor-plan-section-container{
  height: 280px;
  width: 85%;
  background-color: #0243286e;;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 5px;/* Add transition for smoother transformation */
}
.floor-plan-image-container{
  position: absolute;
  top: -70%;
  left: 7%;
  margin-bottom: 10px;
  display: flex;
  width: 90%;
  justify-content: space-between;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
}
.slider-controls{
  display: none;
}
.floor-plan-section-image{
  margin-top: 10%;
  width: 100%;
  overflow: hidden; /* Hide any overflow from the image */
  position: relative; /* Ensure proper positioning of child elements */
  border-radius: 10px;
  transition: transform 0.3s ease-in-out; 
}
 .floor-plan-section-image:nth-child(1) .floor-section-image img {
    filter: blur(0px);
 }
.floor-section-image{
  width: 295px;
  height: 299px;
  border-radius: 5px;
  cursor: pointer;
}
.floor-section-image img{
  width: 100%;
  height: 80%;
  filter: blur(7px);
  border-radius: 5px;
}
.floor-section-image-text{
  position: relative;
  bottom: 30px;
  width: 100%;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor-section-image-text p{
  color: var(--ambience, #203D3B);
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.floor-plan-heading{
  position: absolute;
  top: 12%;
  left: 29%;
}
.floor-plan-heading h2{
  color: var(--ambience, #203D3B);
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.floor-plan-section.active .floor-plan-heading h2.fadeInUp{
  animation: revealText 5s forwards;
}

/* Location section */
.location-section{
  position: relative;
  height: 600px;
  width: 100%;
}

.location-name{
  position: absolute;
  top: 60%;
  left: -2%;
  transform: translate(0px, -50%);
  rotate: -90deg;
}
.location-header{
  color: #203D3B;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.location-header h4{
  font-size: 40px;
  text-transform: uppercase;
}
.location-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.location-header::after {
  content: "";
  display: block;
  height: 2px;
  width: 270px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}
.location-header-name{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.location-heading{
  margin-top: 25px;
}
.location-heading{
  color: var(--ambience, #203D3B);
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.location-section.active .location-heading h2.fadeInUp{
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealTextback 4s forwards;
}

.location-section-image-container{
  position: relative;
  background-color: #203D3B;
  width: 90%;
  margin-left: 10%;
}
.location-text-container{
  display: flex;
  align-items: center;
  gap: 40px;
  height: 478px;
  background: #203D3B;
}
.location-image-container{
  height: 100%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
}
.location-image-border{
  width: 400px;
  height: 259px;
  border: 4px solid #FFF;
  margin-left: 10%;
  border-radius: 5px;
}
.location-image{
  width: 100%;
  height: 100%;
}
.location-image img{
  margin-top: 20px;
  margin-left: -20px;
  width: 100%;
  height: 100%;
}
.location-section-container{
  max-width: 50%;
  width: 100%;
}
.location-text p{
  color: #FFF;
  font-weight: 560;
}
.location-text ul{
}
.location-text ul li{
  color: #FFF;
  margin-top: 5px;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

/* Project Tag Line */
.project-tag-line {
  height: 150px;
  background-color: #FFF;
  position: relative;
  display: flex; /* Add flex display to align items */
  justify-content: center; /* Center horizontally */
  align-items: center;
}

.project-tag-text {
  max-width: 90%; /* Limit the width of the text container */
      max-width: 90%;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
}

.project-tag-text p {
  color: var(--ambience, #203D3B); 
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.project-tag-line.active .project-tag-text p.fadeInUp{
  animation: revealText 5s forwards;
}
.project-tag-text p:nth-child(2){
  font-size: 21px;
}
/* Contact Us section */
.contact-section{
  position: relative;
  height: 600px;
  width: 100%;
}
.contact-name{
  position: absolute;
  top: 60%;
  right: -8%;
  transform: translate( 0%, -50%);
  rotate: -90deg;
  z-index: 4;
}
.contact-name .contact-header{
  color: #203D3B;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-header h4{
  text-transform: uppercase;
}
.contact-header::before{
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s forwards ease-in-out; /* Animation for line after */
}
.contact-header::after{
  content: "";
  display: block;
  height: 2px;
  width: 270px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px); /* Adjust distance from text */
  background: #203D3B; /* Adjust line color */
  animation: lineAfterAnimation 0.5s infinite ease-in-out; /* Animation for line after */
}
.contact-container{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-right: 10%;
}
.contact-logo{
  position: absolute;
  bottom: -10%;
  width: 150px;
  opacity: 100%;
}
.contact-logo img{
  width: 100%;
  height: 100%;
}
.contact-image-wrapper{
  margin-left: 10%;
  max-width: 60%;
  width: 100%;
  height: 90%;
  z-index: 1;
}
.image-container{
  margin-top: 2%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(9, 5vw);
  grid-gap: 10px;
}
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mob-contact-image{
  display: none;
}
.image-1{
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 5;
}
.image-2{
  grid-column-start: 4;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}
.image-3{
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 8;
}
.image-4{
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 8;
  margin-left: 10px;
}



/* Contact US Form */
.contact-form{
  max-width: 40%;
  width: 400px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 0px 0px 5px 5px;
  background:  #203D3B;
  position: relative;
  margin-right: 2%;
  margin-left: 5%;
  padding: 40px 0px;
}
.contact-form-header{
  position: relative;
  margin-top: 2%;
  height: 50px;
}
.contact-form-header h4{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-form-header::after{
  content: "";
  height: 4px;
  width: 90%;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}



.contact-form-text{
  height: 27px;
  flex-shrink: 0;

}
.contact-form-text p{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-form .remarks{
    font-size: 9px;
    text-align: center;
    color: #FFF;
}
.contact-form form{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 29px;
  height: 300px;
}


.contact-form form{
  position: relative;
  margin-top: 10%;
}

.contact-form .contact-form-field{
  width: 308px;
  height: 43px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--ambience, #203D3B);
  background: #FFF;
  box-shadow: 0px 4px 2.5px 0px rgba(0, 0, 0, 0.22);
}
.contact-form > form input:focus{
  outline: none;
}
.contact-form > form input::placeholder{
  width: 95.078px;
  height: 20px;
  flex-shrink: 0;
  color: #888;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight:400;
  line-height: normal;
  padding-left: 20px;
}

.contact-form form button{
  width: 308px;
  height: 43px;
  flex-shrink: 0;
  border-radius: 5px;
  /*background: #EAD9D8;*/
  color: #203D3B;
  cursor:pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border: none;
}

.contact-form form::after{
  content: "";
  height: 4px;
  width: 90%;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-phone{
  margin-top: 10px;
}
.contact-form-phone p{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-form-phone a{
  text-decoration: none;
  color: #fff;
}
.contact-form-phone a:hover{
  color: #ffffffb4;
  text-decoration: none;
}

/* Footer section */
.footer-section{
  margin-top: 80px;
  position:relative;
  height: 158px;
  width: 100%;
  background-color: #000;
}
.footer-container{
  height: 60%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.copyright{
  margin-left: 20px;
  margin-top: 20px;
}
.disclaimer{
    display:flex;
    align-items:center;
    gap:10px;
  margin-top: 20px;
  margin-left: 20px;
}
.disclaimer a{
  text-decoration: none;
  color: #FFF;
}
.disclaimer p{
  color: #FFF;
}
.disclaimer p:nth-child(1){
    font-size: 12px;
}
.disclaimer p:nth-child(2){
    font-size: 12px;
}
.copyright p{
  color: #fff;
}

