@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaMediumBT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Prime Light';
  src: url('../fonts/Prime-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Prime Regular';
  src: url('../fonts/Prime-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--body-color);
}

h1,
h2,
h3 {
  margin: 0;
}

body {
  /* font-family: var(--body-font); */
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  /* padding: 2em; */
  width: 100%;
  height: 100vh;
  color: var(--body-color);
  position: relative;
}

.banner-slider {
  background: #324C73;
}

@media (max-width: 480px) {
  body {
    padding: 0;
  }
}

/* .container {
  max-width: 1100px;
  border-radius: 4px;
  max-height: 680px;
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #e6decf;
  padding: 0 30px;
  position: relative; } */

/* @media (max-width: 480px) {
  .container {
    height: 100%;
    max-height: 100%; } } */

.logo {
  width: 186px;
  height: auto;
}

.header {
  display: flex;
  align-items: center;
  height: 62px;
  width: 100%;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 15px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--beach-bg);
  z-index: 6;
  padding: 60px;
  transition: all 0.4s ease-in-out;
}

/* @media (max-width: 575px) {
  .header {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
} */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*background: #324c73;*/
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1000;
}



.header-menu {
  font-family: 'Futura Md BT', Arial, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
}

.mobile-menu{
  display: none;
}

@media screen and (max-width: 740px) {
  .header-menu {
    display: none;
  }
}

.header-menu a:not(:first-child) {
  margin-left: 30px;
}

.menu-icon {
  display: none;
  /* align-items: center; */
  /* margin-right: 20px; */
}

.header .menu-icon svg {
  width: 22px;
}

.header-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-icons svg {
  width: 18px;
}

.header-icons svg:not(:last-child) {
  margin-right: 20px;
}

.left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60%;
  width: 50%;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 930px) {
  .left-side {
    text-align: center;
    max-width: 450px;
  }
}

.mySwiper {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding: 0 60px;
  width: 100%;
}

.main {
  width: 100% !important;
  /* Ensure it takes full width */
  flex: 0 0 100%;
  /* Prevent shrinking or growing */
  padding: 42px 0 30px;
  display: flex;
  flex-grow: 1;
  position: relative;
}

@media screen and (max-width: 930px) {
  .main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.main-header {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  transition-delay: 0.2s;
}

.main-title {
  font-family: 'Prime Regular', sans-serif;
  font-size: 50px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1em;
  transition-delay: 0.3s;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.main-subtitle {
  font-family: 'Prime Regular', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  margin-top: 14px;
  margin-bottom: 60px;
  transition-delay: 0.4s;
}

.main-content__title {
  font-size: 26px;
  font-family: var(--italic-font);
  font-style: italic;
  margin-bottom: 14px;
  transition-delay: 0.2s;
}

.main-content__subtitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  transition-delay: 0.3s;
}

.main-content .more-menu {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition-delay: 0.4s;
}

@media screen and (max-width: 930px) {
  .main-content .more-menu {
    justify-content: center;
  }
}

.main-content .more-menu svg {
  width: 28px;
  height: 18px;
  margin-left: 10px;
}

.center {
  display: flex;
  /* margin-left: 120px; */
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  right: 60px;
  /* margin: 0 auto; */
  width: 40%;
}

@media screen and (max-width: 930px) {
  .center {
    margin-left: 0;
    margin-bottom: 56px;
  }
}

.center .bottle-bg {
  width: 320px;
  height: 450px;
  object-fit: cover;
  border-radius: 160px;
}

@media screen and (max-width: 930px) {
  .center .bottle-bg {
    width: 260px;
    height: 390px;
  }
}

@media screen and (max-width: 575px) {
  .center .bottle-bg {
    width: 220px;
    height: 340px;
  }
}

.center .bottle-img {
  position: absolute;
  top: auto;
  left: 0;
  /*transform: scale(1.6);*/
  bottom: -25vh;
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: absolute;
  right: 30px;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: auto !important;
  bottom: 50% !important;
}

.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.5;
  margin: 8px 0 !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
  /* Slightly enlarges active bullet */
  background-color: #C48C33;
  /* Change to your preferred color */
}

.button-wrapper {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 930px) {
  .button-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .button-wrapper {
    padding: 0 20px;
  }
}

.button-wrapper svg {
  width: 28px;
}

.button-wrapper .swiper-button {
  border: 1px solid var(--body-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.button-wrapper .swiper-button+.swiper-button {
  margin-left: 16px;
}

@media screen and (max-width: 930px) {
  .button-wrapper .swiper-button+.swiper-button {
    margin-left: 0;
  }
}

.button-wrapper .swiper-button:hover {
  background-color: var(--body-color);
  background-position: left bottom;
}

.button-wrapper .swiper-button:hover svg {
  stroke: #fff;
}

.button-wrapper .swiper-prev-button {
  background: linear-gradient(to left, var(--body-color) 40%, transparent 0%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.3s ease-out;
}

.button-wrapper .swiper-prev-button svg {
  transform: rotate(-180deg);
}

.button-wrapper .swiper-prev-button:hover {
  background-position: right bottom;
}

.main-wrapper {
  display: flex;
  width: 100%;
}

.swiper-slide {
  opacity: 0 !important;
  transition: 0.4s;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide .main-wrapper>*,
.swiper-slide .main-content>* {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
}

.swiper-slide-active .main-wrapper>*,
.swiper-slide-active .main-content>* {
  transform: none;
  opacity: 1;
}

.swiper-slide .bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  object-position: 60%;
}

.swiper-slide-active .bottle-bg {
  opacity: 0;
  transform: none;
  object-position: 50%;
}

.swiper-slide .bottle-img {
  transition-duration: 0.8s;
  /*transform: scale(1.2);*/
  opacity: 0;
}

.swiper-slide-active .bottle-img {
  opacity: 1;
  /*transform: scale(1.2);*/
}

.bnr-btn {
  background: #fff;
  max-width: 200px;
  width: 100%;
  text-align: center;
  color: #324C73;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Futura Md BT';
  padding: 10px 20px;
  border-radius: 5px;
}

.header-menu a:last-child {
  background-color: #C48C33;
  padding: 5px 10px;
  border-radius: 5px;
}


.enquire-btn {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  /* Smooth rounded edges */
  overflow: hidden;
  /* Ensures no part of the icon sticks out */
  text-decoration: none;
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: bold;
  color: #2D3E50;
  /* Adjust text color */
  padding: 0px 0px 0px 20px;
  width: fit-content;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Slight shadow effect */
}

.btn-text {
  margin-right: 20px;
  /* Space between text & icon */
}

.btn-icon {
  background: #C39243;
  /* Gold background */
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 40px;
  /* Adjust as per icon size */
  height: 40px;
}

@media (max-width: 500px) {
  /* .enquire-btn {
    font-size: 14px;
    padding: 8px 15px;
  } */

  .btn-icon {
    width: 35px;
    height: 35px;
  }
}

.abt-project {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 20%;
  padding: 0 60px;
}

.abt-project h2 {
  font-size: 50px;
  font-family: 'Prime Regular';
  color: #324C73;
  line-height: 60px;
}

.abt-project h4 {
  color: #000;
  font-size: 25px;
  font-family: 'Futura Md BT';
  line-height: 30px;
}

.abt-project p {
  font-size: 25px;
  color: #000;
  margin-top: 30px;
  text-align: justify;
  line-height: 35px;
}

.download-btn {
  background: #324C73;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0px 0px 0px 20px;
  width: fit-content;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.swiper.mySwiper1 {
  position: relative;
  top: 10%;
  padding-bottom: 70px;
}

.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  opacity: 1 !important;
  flex-direction: column;
}

.mySwiper1 .swiper-slide img {
  border-radius: 10px;
}

.mySwiper1 .swiper-slide h5 {
  padding-top: 10px;
  font-family: 'Futura Md BT';
}

.amenities {
  margin: 200px 0px 0px 0px;
  padding: 0 60px;
  background: #FBFBFB;
}

.highlights,
.floor-plan {
  padding: 60px 60px;
}

.amenities .row,
.highlights row {
  padding: 30px 0px;
}

.amenities h2,
.highlights h2 {
  font-size: 50px;
  font-family: 'Prime Regular';
  color: #324C73;
  line-height: 60px;
}

.amenities h4,
.highlights h4 {
  font-size: 25px;
  font-family: 'Futura Md BT';
  color: #000;
  line-height: 60px;
}

/* Hide default Swiper navigation buttons */
/* Hide only the default Swiper arrows */
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  display: none !important;
}

/* Custom Navigation Buttons */
.custom-prev,
.custom-next {
  position: absolute;
  bottom: 0px;
  /* Place at the bottom */
  width: 50px;
  /* Set button size */
  height: 50px;
  cursor: pointer;
  top: auto;
  z-index: 10;
  /* Ensure it's above other elements */
}

/* Left Arrow */
.custom-prev {
  background: url('../images/left-arrow.svg') no-repeat center;
  background-size: cover;
  /* background: #C48C33; */
  left: calc(100% - 120px);
  /* Adjust left positioning */
  border-radius: 100%;
}

/* Right Arrow */
.custom-next {
  background: url('../images/right-arrow.svg') no-repeat center;
  background-size: cover;
  right: 10px;
  /* Position to the right */
  /* background: #C48C33; */
  border-radius: 100%;
}

/* Container for the entire features section */
.features-section {
  background-color: #1f3a58;
  /* Deep navy-like background */
  color: #fff;
  padding: 40px 40px;
  border-radius: 25px;
}

/* Each box containing icon + text */
.feature-box {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid #fff;
  /* Vertical grid line */
  border-bottom: 1px solid #fff;
  /* Horizontal grid line */
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Remove right border on last column in each row */
.feature-box:last-child {
  border-right: none;
}

/* Remove bottom border on the last row */
.row:last-child .feature-box {
  border-bottom: none;
}

/* Icon styling (you can use <img> or <svg> as needed) */
.feature-icon {
  font-size: 2rem;
  /* Adjust icon size */
  color: #d4af37;
  /* Gold-like color */
  margin-bottom: 10px;
  transition: 0.3s;
}

/* Text under the icon */
.feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

/*
  Decorative circle at the intersection of the borders.
  This is optional. The pseudo-element is placed at the
  bottom-right corner of each box, except for the last
  column/row.
*/
.feature-box::after {
  content: "";
  position: absolute;
  width: 25px;
  /* Adjust based on image size */
  height: 25px;
  background-image: url('../images/logo-ele.png');
  /* Replace with your image URL */
  background-size: cover;
  /* Ensures the image fits */
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  /* Remove border if not needed */
  bottom: -12px;
  /* Adjust for alignment */
  right: -12px;
  /* Adjust for alignment */
  z-index: 1;
}

/* Hide the circle on the rightmost boxes */
.feature-box:last-child::after {
  display: none;
}

/* Hide the circle on the bottom row */
.row:last-child .feature-box::after {
  display: none;
}

.row.blur-right {
  display: flex;
  align-items: center;
}

.row.blur-right h2 {
  font-size: 50px;
  font-family: 'Prime Regular';
  line-height: 60px;
  color: #324C73;
}

.row.blur-right p {
  font-size: 30px;
  line-height: 45px;
  text-align: justify;
}

.floor-blur {
  position: relative;
  display: inline-block;
  /* Ensures it takes the size of the image */
}

.bg-image {
  width: 100%;
  /* Adjust based on your requirement */
  height: auto;
  /* Maintains aspect ratio */
  display: block;
}

.enq-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: #324C73;
  color: white;
  padding: 0px 0px 0px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.connectivity,
.map {
  margin-top: 70px;
}

.map iframe {
  border-radius: 25px;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.25);
}

#contact{
    padding: 30px 0;
}

footer {
  background: #324C73;
  width: 100%;
  padding: 30px 0 30px 0;
}

.ft-title {
  color: #324c73;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  font-family: 'Prime Regular';
  padding: 10px;
}

.ft-logo {
  padding: 0 20px;
  border-right: 2px solid #324c73;
  display: flex;
  align-items: center;
}

.ft-cnt {
  padding: 20px 20px 0px 20px;
  display: flex;
  align-items: center;
  color: #324c73;
  font-family: 'Prime Regular';
}

.container-fluid.ft-btm {
  padding: 30px 60px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hide menu icon on large screens */
.menu-icon {
  display: none;
}

.feature-icon:hover{
    transform: scale(1.2);
}

.header.fixed-header{
      padding: 4%;
  }
  .fixed-header .logo{
    width: 135px;
}
.map iframe{
    border:0; width: 100%; height: 100%;
}


@media screen and (min-width: 1441px) {
  /* Your styles here */
  .main{
      padding: 100px 0 30px;
  }
  .header{
      padding: 5%;
  }
  .header.fixed-header{
      padding: 3%;
  }
  .fixed-header .logo{
    width: 135px;
}
  .main-title{
      font-size: 70px;
  }
  .main-subtitle{
      font-size: 35px;
  }
  .enquire-btn, .header, .download-btn, .enq-btn{
      font-size: 20px;
  }
  .btn-icon{
      padding: 5px;
  }
  .center{
      right: 5%;
  }
  .center .bottle-img{
      bottom: -20vh;
      width: 85%;
  }
  .swiper-slide-active .bottle-img{
      transform: scale(1.2);
  }
  #slide2 .center .bottle-img{
      width: 100%;
  }
  .abt-project{
      top:25%;
  }
}


/* Mobile styles */
@media (max-width: 768px) {
  .header {
    width: 100%;
    margin-left: 0px;
    padding: 50px 10px;
    position: fixed;
    background: #324c73;
}
  .menu-icon {
    display: flex;
    align-items: center;
    margin-left: auto;
    /* Move to the right */
    color: white;
    cursor: pointer;
  }

  .header-menu {
    display: none;
    /* Hide menu on mobile */
  }

  .logo {
    height: auto;
    width: 35%;
  }

  /* Mobile Navigation Menu */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 14%;
    left: 0;
    width: 100%;
    background-color: #324c73;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Futura Md BT';
  }

  .mobile-menu a {
    display: block;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid rgb(196 140 51);
  }

  .mobile-menu a:last-child {
    border-bottom: none;
  }

  .mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .swiper-pagination{
    right: 10px;
  }

  .abt-project {
    top: 3%;
    padding: 0 10px;
  }

  .abt-project h2 {
    font-size: 40px;
    margin-top: 10px;
  }

  .abt-project h4,
  .abt-project p {
    font-size: 20px;
  }

  .amenities {
    margin: 60px 0px 0px 0px;
    padding: 0 20px;
  }

  .amenities h2,
  .highlights h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .amenities h4,
  .highlights h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .mySwiper1 .swiper-slide {
    align-items: center;
  }

  .highlights,
  .floor-plan {
    padding: 60px 20px;
  }

  .feature-icon img {
    width: 60%;
  }

  .feature-box:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  /* .feature-box:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/logo-ele.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    bottom: -12px;
    right: -12px;
    z-index: 1;
  } */

  .feature-box:nth-child(even) {
    border-right: none;
  }

  .feature-box:nth-child(even)::after {
    display: none;
  }

  .row:last-child .feature-box:nth-child(1),
  .row:last-child .feature-box:nth-child(2) {
    border-bottom: 1px solid #fff;
  }

  .row:last-child .feature-box::after {
    display: block;
  }

  .row:last-child .feature-box:nth-child(even)::after,
  .row:last-child .feature-box:nth-child(3)::after {
    display: none;
  }

  .feature-box:nth-child(1)::after,
  .feature-box:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/logo-ele.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    bottom: -12px;
    right: -12px;
    z-index: 1;
  }

  .row.blur-right h2 {
    font-size: 40px;
  }

  .row.blur-right p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
  }

  .enq-btn {
    gap: 0;
  }

  .ft-logo {
    justify-content: center;
    border-right: none;
  }

  .ft-logo img {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
  }

  .ft-cnt {
    text-align: justify;
  }

  .container-fluid.ft-btm{
    padding: 0 10px;
  }

  .center{
    right: 0;
    width: 100%;
  }

  .mySwiper{
    padding: 0 10px 20px 10px;
    top: 5%;
  }

  .main-title{
    margin-top: 30px;
    font-size: 35px;
  }

  .main-subtitle{
    margin-bottom: 20px;
  }

  .enquire-btn{
    margin: 0 auto;
  }

  .swiper-pagination{
    z-index: 5;
  }

    .feature-box {
      padding: 40px 30px;
    }
    
    .header.fixed-header{
        padding: 10%;
    }
    .fixed-header .logo {
	width: 110px;
}
.swiper-slide-active .bottle-bg, .swiper-slide .bottle-bg{
    /*display: none;*/
}
.left-side{
    max-width: 100%;
    width: 100%;
    margin-top: 21%;
}
.center .bottle-img{
    top:0;
}
.main-wrapper{
    justify-content: inherit;
}

}