/* Video background */
.background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    top: 0;
}

.first-section-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.first-section-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.video-img-one {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(
        -720px
    ); /* Half of max-width (1440px) minus image width */
    max-width: 880px;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
}

.video-img-two {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(
        720px
    ); /* Half of max-width (1440px) minus image width */
    max-width: 400px;
    width: 100%;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
}


/* .video-text{
    font-family: "Carla Sans", sans-serif;
} */

.first-section-video {
    position: relative;
}

.second-section-leaves {
    position: relative;
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    color: white;
    font-family: "Helvetica Neue", sans-serif;
    z-index: 1;
    overflow: hidden;
}

/* Add this new style */
.second-section-leaves::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity here */
    z-index: -1;
}

.leaves-img {
    display: none; /* background image handled by parent */
}

.leaves-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    /* position: relative; */
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.left-section-leaves {
    width: 50%;
    padding-right: 40px;
}
.left-section-leaves-two {
    width: 50%;
    padding-left: 40px;
}

.right-section-leaves {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-section-leaves-two {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline {
    font-weight: 300;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 10px 0;
    font-family: "Carla Sans", sans-serif;
}

.description {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0.38px;
    margin: 0 0 20px 0;
}

.property-count {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28.8px;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: 0.38px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 14px;
    align-items: center;
}

.property-count .count {
    font-family: "Carla Sans", sans-serif;
    font-weight: 300;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
}

.enquire-btn {
    display: inline-block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: black;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    margin-bottom: 40px;
    font-weight: bold;
    transition: 0.3s;

    font-family: Manrope;
    font-weight: 200;
    font-size: 18px;
    line-height: 26.88px;
    letter-spacing: 0%;
}

.enquire-btn:hover {
    background: #e0e0e0;
}

.leaves-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.card {
    width: 158px;
    height: fit-content;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff33;
    backdrop-filter: blur(44px);
    border-radius: 5px;
    padding: 30px 10px;
    text-align: center;
    color: #ffffffcc;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.card span {
    font-family: "Carla Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 37.5px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.card p {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0%;
    text-align: center;
}

.main-img {
    width: 100%;
    max-width: 283px;
    height: auto;
    border-radius: 10px;
    margin: 0px 39px 20px 0;
}

.overlay-images {
    width: 50%;
    height: 500px;
    position: relative;
}

.logo-line{
    width: 100%;
    height: 1px;
    display: flex
;
    gap: 150px;
    /* margin: -27px 0 0 0; */
    position: absolute;
    z-index: 2;
    top: 23px;
}

.logo-line-one{
    width: 100%;
    height: 100%;
    background-color: #141414;
}

.img-top {
    width: 232px;
    position: absolute;
    top: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    bottom: 0;
    margin: auto;
    left: -74px;
        height: 360px;
        object-fit: cover;
}

.leaves-cards-img {
    width: 50px;
}

.left-blur-bg {
    width: 100vh;
    background: #0000001a;
    backdrop-filter: blur(3px);
    background: #00000033;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 1453px) {
    .leaves-content {
        flex-direction: column;
    }
    .right-section-leaves,
    .left-section-leaves,
    .left-section-leaves-two{
        width: 100%;
        align-items: center;
    }
.right-section-leaves-two{
        width: 100%;
}

    .left-section-leaves{
      padding-right: 0;
      margin: 0 0 95px 0;
    }

    .left-section-leaves-two {
      padding-left: 0;
      margin: 95px 0 0  0;
    }

    .left-blur-bg {
      width: 100%;
      height: 57%;
    }


}


@media screen and (max-width: 780px) {

  .right-section-leaves,
  .right-section-leaves-two {
    align-items: end;

  }
  .overlay-images {
    width: 82%;
  }

  .main-img {
    margin: 0px 28px 20px 0;
  }

  .second-section-leaves {
    padding: 60px 17px;
  }


  .img-top {
    width: 227px;
    left: -64px;

}




}


/* Responsive font sizes */
@media screen and (max-width: 1453px) {
    .headline {
        font-size: 60px;
    }

    .description {
        font-size: 17px;
        line-height: 26px;
    }

    .property-count {
        font-size: 18px;
    }

    .property-count .count {
        font-size: 70px;
    }

    .card span {
        font-size: 22px;
        line-height: 33px;
    }

    .card p {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .headline {
        font-size: 50px;
    }

    .description {
        font-size: 16px;
        line-height: 24px;
    }

    .property-count {
        font-size: 16px;
    }

    .property-count .count {
        font-size: 60px;
    }

    .card span {
        font-size: 20px;
        line-height: 30px;
    }

    .card p {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 780px) {
    .headline {
        font-size: 42px;
    }

    .description {
        font-size: 15px;
        line-height: 22px;
    }

    .property-count {
        font-size: 15px;
    }

    .property-count .count {
        font-size: 50px;
    }

    .card span {
        font-size: 18px;
        line-height: 27px;
    }

    .card p {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 480px) {
    .headline {
        font-size: 32px;
    }

    .description {
        font-size: 14px;
        line-height: 20px;
    }

    .property-count {
        font-size: 14px;
    }

    .property-count .count {
        font-size: 40px;
    }

    .card span {
        font-size: 16px;
        line-height: 24px;
    }

    .card p {
        font-size: 12px;
        line-height: 14px;
    }
}
/* Responsive styles for first section */
@media screen and (max-width: 1440px) {
    .video-img-one {
        transform: translateX(-7%);
        left: 40px;
    }

    .video-img-two {
        transform: translateX(70px);
        right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .video-img-one {
        max-width: 700px;
    }

    .video-img-two {
        max-width: 320px;
    }

    .gallery-section-three{
        padding: 15px 40px
    }
}

@media screen and (max-width: 768px) {
    .video-img-one {
        max-width: 500px;
        bottom: 20px;
    }

    .video-img-two {
        max-width: 250px;
        bottom: 0;
    }

    .video-img-one {
        transform: translateX(-20%);
        left: 40px;
    }
}

@media screen and (max-width: 480px) {
    .video-img-one {
        max-width: 300px;
        bottom: 28px;
    }

    .video-img-two {
        max-width: 180px;
        bottom: 12px;
    }
}

#gallery-section {
  max-width: 1400px;
  margin: 80px auto 80px auto;
}

.gallery-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  width: 100%;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 33.333%;
  flex: 1 1 0;
}

.gallery-col-center {
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  border-radius: 5px;
}

/* Remove fixed widths for top images on desktop */
.gallery-img-left-top,
.gallery-img-right-top {
  height: 500px;
  position: relative;
  z-index: 2;
}

.gallery-img-left-bottom, 
.gallery-img-right-bottom  {
  /* width: 100%; handled by .gallery-img */
  height: 400px;
  width: 80%;
  position: relative;
  z-index: 1;
}

.gallery-img-right-bottom  {
    margin: -56px 0 0 50px;
}

.gallery-img-left-bottom{
  margin: -52px 0 0 119px;
}

.gallery-img-center {
  width: 100%;
  max-width: 400px;
  height: 550px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: -40px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.gallery-caption {
  text-align: center;
  margin-top: 36px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
}

.gallery-title {
font-family: 'Carla Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 71.48px;
    letter-spacing: 0%;
    text-align: center;

}

.gallery-subtitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 54px;
    line-height: 7.48px;
    letter-spacing: 0%;
    text-align: center;

}

.gallery-section-three{
    position: relative;
}


/* Responsive: stack columns on mobile */
@media (max-width: 1024px) {
  .gallery-row {
    flex-direction: column;
    gap: 16px;
  }
  .gallery-col {
    width: 100%;
    flex: unset;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  .gallery-img {
    height: 180px;
    max-width: 180px;
  }
  .gallery-img-center {
    max-width: 220px;
    height: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .gallery-row {
    flex-direction: column;
    gap: 0;
  }
  .gallery-col {
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-bottom: 0;
  }
  .gallery-img {
    max-width: 100%;
    height: 120px;
  }
  .gallery-img-center {
    max-width: 120px;
    height: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .gallery-row {
    gap: 0;
  }
  .gallery-col {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
  }
  .gallery-img {
    width: 100px;
    height: 80px;
  }
  .gallery-img-center {
    width: 120px;
    height: 150px;
  }
  .gallery-title {
    font-size: 22px;
  }
  .gallery-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 1435px) {
  #gallery-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1029px) {
  #gallery-section .gallery-row,
  #gallery-section .gallery-caption {
    display: none !important;
  }
  #gallery-section .gallery-swiper-wrapper {
    display: block !important;
  }
}

.gallery-swiper-wrapper {
  display: none;
}

.swiper-wrapper {
  height: 550px !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1030px) {
  .gallery-section-three {
    position: relative;
    overflow: hidden;
  }
  .gallery-section-three .gallery-img-center {
    transition: all 0.7s cubic-bezier(0.4,0,0.2,1);
    z-index: 3;
    position: relative;
  }
  .gallery-section-three .gallery-caption {
    transition: all 0.7s cubic-bezier(0.4,0,0.2,1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    z-index: 4;
    pointer-events: none;
    display: block;
  }
  .gallery-section-three.gallery-expanded .gallery-img-center {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 10;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    box-shadow: none;
    transition: all 0.7s cubic-bezier(0.4,0,0.2,1);
  }
  .gallery-section-three.gallery-expanded .gallery-col-left,
  .gallery-section-three.gallery-expanded .gallery-col-right {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
  }
  .gallery-section-three.gallery-expanded .gallery-caption {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 20;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: none;
    transition: all 0.7s cubic-bezier(0.4,0,0.2,1);
  }
}

#fifth-section.luxury-section {
  position: relative;
  background: linear-gradient(90deg, #141414 0%, #181818 40.38%, #3B3B3B 89.42%);
  padding: 0;
  overflow: hidden;
}
.luxury-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background: url('../img/line-bg-black.png') no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.luxury-section-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 40px 64px 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.luxury-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
.luxury-title {
  font-family: 'Carla Sans', sans-serif;
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.luxury-title-gold {
  background: linear-gradient(90deg, #E6C47A 0%, #BFA46F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
.luxury-title-white {
  color: #fff;
  font-weight: 400;
}
.luxury-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  min-width: 260px;
  max-width: 340px;
}
.luxury-header-desc {
  color: #D1D1D1;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 8px;
}
.luxury-brochure-btn {
  background: #6B6B6B;
  color: #FFFFFF;

  border: none;
  border-radius: 24px;
  padding: 12px 32px;

  font-family: 'Manrope', sans-serif;

  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
  display: inline-block;


font-weight: 300;
font-size: 18px;
line-height: 32px;
letter-spacing: 0;

}
.luxury-brochure-btn:hover {
  background: #bfa46f;
  color: #181818;
}
.luxury-cards-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  border-top: 1px solid #7585894A;
    padding: 50px 0 0 0;
}
.luxury-card {

  flex: 1 1 0;
  min-width: 260px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 32px 0;
  transition: box-shadow 0.2s;
}
.luxury-card-img-wrap {
  width: 100%;
  aspect-ratio: 1.2/1;
  overflow: hidden;
}
.luxury-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.luxury-card-title {
  font-family: 'Carla Sans', sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin: 32px 0 8px 0;
  text-align: center;
}
.luxury-card-desc {
  font-family: 'Manrope', sans-serif;

  color: #D1D1D1;

  text-align: center;
  padding: 0 16px;


font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
text-align: center;





}
@media (max-width: 1024px) {
  .luxury-section-inner {
    padding: 48px 16px 48px 16px;
    gap: 32px;
  }
  .luxury-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .luxury-title {
    font-size: 38px;
  }
  .luxury-header-right {
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }
  .luxury-header-desc {
    text-align: left;
  }
  .luxury-cards-row {
    gap: 24px;
  }
  .luxury-card-title {
    font-size: 24px;
    margin: 24px 0 8px 0;
  }
  .luxury-card-desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .luxury-section-inner {
    padding: 32px 8px 32px 8px;
    gap: 24px;
  }
  .luxury-cards-row {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .luxury-card {
    max-width: 100%;
    min-width: 0;
  }
  .luxury-card-title {
    font-size: 20px;
    margin: 16px 0 8px 0;
  }
  .luxury-card-desc {
    font-size: 14px;
  }
  .luxury-title {
    font-size: 28px;
  }
}

.luxury-title-img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .luxury-title-img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .luxury-title-img {
    max-width: 200px;
  }
}

.map-section {
  position: relative;
  width: 100%;
height: 100vh;

  overflow: hidden;
  padding-bottom: 80px;
}

.map-head-text{
position: absolute;
    top: 0;
    border-radius: 0 0 10px 0;
    color: #D1D1D1;
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    font-weight: 300;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    padding: 15px;
}

.map-logo-bottom {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
  width: 650px;
}
.map-logo-bottom img {
  width: 100%;
  height: auto;
  display: block;
}
.map-marker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
.map-marker-label {
  backdrop-filter: blur(134px);
  background: rgba(30, 50, 60, 0.7);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 22.66px;
  line-height: 29.95px;
  letter-spacing: 0;
  padding: 6px 18px;
  border-radius: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.map-marker-circle {
  width: 30.8px;
  height: 30.8px;
  border-radius: 960px;
  border: 1px solid #fff;
  background: #FFFFFF1A;
  backdrop-filter: blur(5px);
}
.marker-yacht {     
    left: 14%;
    top: 35%;
}
.marker-wynn {    
    left: 36%;
    top: 40%;
}
.marker-siniya {     
    top: 33%;
    right: 31px;
}
.marker-umm {     
    left: 81%;
    top: 27%;
}

.map-section-title {
  position: absolute;
  left: 4vw;
  bottom: 8vw;
  color: #fff;
  font-family: 'Carla Sans', sans-serif;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  z-index: 4;
  text-shadow: 0 2px 16px #00000040;
}

@media (max-width: 1024px) {
  .map-section { min-height: 400px; }
  .map-section-title { font-size: 32px; left: 4vw; bottom: 12vw; }
  .map-marker-label { font-size: 16px; padding: 4px 10px; }
  .map-marker-circle { width: 20px; height: 20px; }
  .map-logo-bottom { width: 90%; left: 12px; bottom: 12px; }
  .map-head-text {
    font-size: 28px;
    padding: 12px;
  }
  .marker-yacht { left: 12%; top: 38%; }
  .marker-wynn { left: 34%; top: 42%; }
  .marker-siniya { right: 25px; top: 35%; }
  .marker-umm { left: 75%; top: 30%; }
}
@media (max-width: 600px) {
  .map-section { min-height: 300px; }
  .map-section-title { font-size: 18px; left: 4vw; bottom: 16vw; }
  .map-marker-label { font-size: 12px; }
  .map-marker-circle { width: 14px; height: 14px; }
  .map-head-text {
    font-size: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
  }
  .marker-yacht { left: 10%; top: 40%; }
  .marker-wynn { left: 30%; top: 44%; }
  .marker-siniya { right: 20px; top: 37%; }
  .marker-umm { left: 70%; top: 32%; }
}

.footer-form-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
      flex-direction: column;
}
.footer-form-card {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(2px);
}
.footer-form-logo {
  width: 120px;
  margin-bottom: 12px;
}
.footer-form-title {
  width: 320px;
  max-width: 90%;
  margin-bottom: 8px;
}
.footer-form-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: #003F4A;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.04em;
}
.footer-form-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-form-fields input,
.footer-form-fields textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  background: #fff;
  resize: none;
}


.footer-form-fields select{
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  background: #fff;
  resize: none;
}


.footer-form-fields textarea {
  min-height: 80px;
  max-height: 180px;
}
.footer-form-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #222;
  margin: 8px 0 0 0;
  font-family: 'Manrope', sans-serif;
}
.footer-form-checkbox input[type=checkbox] {
  margin-right: 8px;
  width: fit-content;
}
.footer-form-submit {
  width: 100%;
  background: #003F4A;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 16px 0;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  margin-top: 12px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}
.footer-form-submit:hover {
  background: #005a6e;
}
.footer-form-socials {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 28px;
}
.footer-form-socials img {
  width: 32px;
  height: 32px;
  display: block;
}
@media (max-width: 600px) {
  .footer-form-card {
    padding: 18px 4vw 18px 4vw;
    max-width: 98vw;
  }
  .footer-form-title { width: 200px; }
  .footer-form-logo { width: 80px; }

  

}



@media (max-width: 1400px) {
  .marker-yacht, .marker-wynn, .marker-siniya, .marker-umm {
    display: none !important;
  }
}










/* /////////  */

/* general css container */
.max-width-container {
    width: 100%;
    padding: 20px;


        max-width: 1440px;
        margin: 0 auto;
}

@media (max-width: 1100px) {
    .max-width-container {
        padding: 20px;
    }
}
@media (max-width: 920px) {
    .max-width-container {
        padding: 20px 5px;
    }

}
/* ////////  */


ul {
    list-style-type: none;
  }
  a {
    text-decoration: none;
  }

  a:hover{
    text-decoration: none;
  }
/* font-family: "AvenirLTPro", sans-serif; */

/* font-family: "AvenirLTProLight", sans-serif; */

/* font-family: "AvenirLTProMedium", sans-serif;  */

/* font-family: "AvenirLTProBlack", sans-serif;  */

/* #####  google font ####### */

/* font-family: 'Inter', sans-serif; */


select {
    color: #000000; 
}
select option {
    color: #000000; 
}

button {
    color: #000000;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: black;
    background-color: white;
}

.arrow-icon-checkout-two-input{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s;
}


.arrow-icon-checkout-two-input-two {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s;
}


#city:focus + .arrow-icon-checkout-two-input,
#city:active + .arrow-icon-checkout-two-input {
    transform: rotate(180deg);
}

#district:focus + .arrow-icon-checkout-two-input,
#district:active + .arrow-icon-checkout-two-input {
    transform: rotate(180deg);
}
.delivery-type-select:focus + .arrow-icon-checkout-two-input-two,
.delivery-type-select:active + .arrow-icon-checkout-two-input-two {
    transform: rotate(180deg); 
}



@media (max-width: 768px) {

    .arrow-icon-checkout-two-input-two {

        right: -13px;

    }
    

}

@supports (-webkit-appearance:none) {
    select {
        -webkit-appearance: none;
    }
}


  .no-scroll {
    overflow: hidden;
}
* {
    -webkit-tap-highlight-color: black; 
  }
  button, a, .tappable {
    -webkit-tap-highlight-color: black;
  }
  





  .pagination svg {
    width: 15px;
  }











/* Gateway Section Styles */
.gateway-section {
    background: #fff;
    position: relative;
    padding: 80px 0 60px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.gateway-img-bg{
      position: absolute;
    right: 0;
    bottom: 0;
}
.gateway-img-bg-two {
      position: absolute;
    right: 0;
    width: 40%;
    top: 0;
}


.gateway-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 400px;
    background: url('../assets/img/front-office-img/home/img/earth -bottom.png') no-repeat right bottom/contain;
    pointer-events: none;
    z-index: 1;
}
.gateway-title {
    font-family: 'Carla Sans', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}
.gateway-desc {
    font-family: 'Carla Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222;
    margin-bottom: 48px;
    z-index: 2;
    position: relative;
}
.gateway-cards-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
}

.gateway-text-box{
      display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gateway-card {
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.04);
    backdrop-filter: blur(30px);
    padding: 32px 24px 24px 24px;
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.2s;

border-radius: 10px;
backdrop-filter: blur(30px);
border: 1px solid #0000001A;
background: #0000001A;




}
.gateway-card img.card-img {
    width: 100%;
    border-radius: 12px;
}
.gateway-card-title {
    font-family: 'Carla Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #000;
}
.gateway-card-list {
    margin-top: 8px;
    font-family: 'Carla Sans', sans-serif;
    font-size: 16px;
    color: #222;
    width: 100%;
}


.gateway-card-list .icon {
    width: 22px;
    height: 22px;
    display: inline-block;
}
@media (max-width: 1200px) {
    .gateway-cards-row {
        gap: 18px;
    }
    .gateway-card {
        width: 270px;
        padding: 24px 12px 18px 12px;
    }
}
@media (max-width: 900px) {

    .gateway-card {
        width: 100%;
        max-width: 100%;
    }
}






.gateway-desc-right {
   font-family: 'Manrope', sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 28.8px;
letter-spacing: 0.38px;
    max-width: 420px;
    text-align: left;
}
@media (max-width: 1200px) {
    .gateway-desc-right {
        position: static;
        margin: 0 auto 32px auto;
        display: block;
        max-width: 90vw;
        text-align: center;
    }
}



.gateway-card-img-wrap {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gateway-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gateway-card-title {
    font-family: 'Carla Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #000;
    text-align: center;
    width: 100%;
}
.gateway-card-list {
    margin-top: 8px;
    font-family: 'Carla Sans', sans-serif;
    font-size: 16px;
    color: #222;
    width: 100%;
}
.gateway-card-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 20px;
    line-height: 1.3;
}
.gateway-card-list li:last-child {
    margin-bottom: 0;
}
.gateway-card-list .icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex-shrink: 0;
}
.gateway-card-subtext {
    font-size: 13px;
    color: #888;
    margin-left: 32px;
    margin-top: -6px;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: 'Carla Sans', sans-serif;
}
@media (max-width: 1200px) {
    .gateway-cards-row {
        gap: 18px;
    }
    .gateway-card-img-wrap {
        height: 150px;
    }
}
@media (max-width: 900px) {

    .gateway-card-img-wrap {
        width: 100%;
        max-width: 400px;
        height: 38vw;
        min-height: 120px;
        max-height: 200px;
    }
}




.card-span-wrap{
  display: flex;
  flex-direction: column;
}


.card-span-one{
   font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 33.6px;
letter-spacing: 0%;
text-transform: uppercase;

}

.card-span-two {
font-family: Montserrat;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-transform: uppercase;


}

