body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "LGEI Headline";
  src: url(../font/LGEIHeadline-Regular.woff);
}
@font-face {
  font-family: "LGEI HeadlineBold";
  src: url(../font/LGEIHeadline-Bold.woff);
}
@font-face {
  font-family: "LGEI HeadlineLight";
  src: url(../font/LGEIHeadline-Light.woff);
}
@font-face {
  font-family: "LGEI HeadlineThin";
  src: url(../font/LGEIHeadline-Thin.woff);
}
.btn-prim {
  color: #fbdf8b !important;
}

.btn-white-secondary {
  color: #fff !important;
}
.products-gallery {
  padding: 0;
  text-align: center;
}
.my-product {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* For Safari compatibility */
}
/* MAIN VIDEO */
.main-swiper {
  width: 60%;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.video-slide {
  position: relative;
  border-radius: 50px;
}

.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.play-btn::before {
  content: "";
  width: 100%;
  padding: 5%;

  background: url(../images/play-btn.svg) no-repeat center;
  border-radius: 50px;
}

.play-btn::after {
  content: "";
  position: absolute;
  border-left: 18px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

/* TITLE */
.gallery-title {
  margin: 35px 0 20px;
  font-size: 32px;
  color: #f5c56b;
}

/* GALLERY (5 FIXED ITEMS) */
.gallery-swiper {
  width: 90%;
  margin: auto;
}

.gallery-swiper .swiper-wrapper {
  justify-content: space-between;
}

.gallery-swiper .swiper-slide {
  width: 160px; /* FIXED for spacing */
  transition: 0.3s ease;
}

.gallery-swiper .swiper-slide-active {
  transform: translateY(-18px);
}

/* ARCH */
.arch {
  height: 220px;
  border-radius: 80px 80px 12px 12px;
  overflow: hidden;
}

.arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PAGINATION */
.swiper-pagination {
  margin-top: 20px;
  position: absolute;
  bottom: auto !important;
  gap: 0px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #f5c56b;
  opacity: 1;
}
.gallery-wrapper {
  width: 78%;
  margin: auto;
  position: relative;
}
.gallery-block {
  width: 78%;
  margin: auto;
  text-align: center;
}

.gallery-swiper {
  margin-bottom: 16px; /* space before dots */
}

.gallery-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background: #f5c56b;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin-top: -3px !important; /* Adjust for size change */
}
.microsite {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}

.microsite-container {
  width: 100%;
  margin: 0 auto;
}

.microsite_bg {
  width: 100%;
  padding: 0px;
  background: url(../images/background.svg) no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 30px;
}
.microsite__header {
  width: 100%;
  padding-bottom: 49.75%;
  background: url(../images/hero-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}

.microsite__strip {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0px;
  padding-bottom: 23.81%; /* 16:9 ratio */
  background: url(../images/strip-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.microsite__footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0px;
  padding-bottom: 22.62%; /* 16:9 ratio */
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-swiper {
  background-image: url(../images/carousel-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 45.93%;
  top: -30%;
}

.microsite__welcome_to {
  color: white;
  font-family: "LGEI Headline";
  font-size: 48px;
}
.microsite__heading {
  color: white;
  font-family: "LGEI HeadlineBold";
  font-size: 96px;
  text-align: center;
}
.microsite__welcome_to {
  color: white;
  font-family: "LGEI HeadlineLight";
  text-align: center;
}

.microsite__btn {
  font-family: "LGEI Headline";
  background-color: #ed2829;
  color: #ffffff;
  border-radius: 50px;
  padding: 18px 58px;
  font-size: 32px;
}
.microsite__btn:hover {
  background-color: #ffffff;
  color: #ed2829;
}
@media (max-width: 768px) {
  .microsite__welcome_to {
    font-size: 36px;
  }
  .microsite__heading {
    font-size: 78px;
  }
  .microsite__btn {
    font-family: "LGEI Headline";
    padding: 15px 42px;
    font-size: 24px;
  }
  .microsite__header {
    background-image: url(../images/hero-banner-mobile.png);
    padding-bottom: 66.28%;
  }
  .main-swiper {
    width: 90%;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
  }
  .microsite__footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0px;
    padding-bottom: 53.52%; /* 16:9 ratio */
    background: url(../images/footer-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .microsite_bg {
    width: 100%;
    padding: 0px;
    background: url(../images/bg-mobile.svg) no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 18px;
  }
  .bg-swiper {

    top: 61%;
  }
  
}

.microsite__buy_now .microsite__buy_now_box {
  fill: #a41d37;
}
.microsite__buy_now .microsite__buy_now_text {
  fill: #ffffff;
}
.microsite__buy_now:hover .microsite__buy_now_text {
  fill: #a41d37;
  transition: 0.3s;
}
.microsite__buy_now:hover .microsite__buy_now_box {
  fill: #ffffff;
  transition: 0.3s;
}
.microsite__product-2-bg {
  background: url(../images/product-2-bg.svg) no-repeat;
  width: 100%;
  padding-bottom: 62.2%;
  border-radius: 25px;
  background-size: cover;
  padding: 45px;
}
.microsite__product-3-bg {
  background: url(../images/product-3-bg.svg) no-repeat;
  width: 100%;
  padding-bottom: 62.2%;
  border-radius: 25px;
  background-size: cover;
  padding: 45px;
}
.microsite__product-4-bg {
  background: url(../images/product-4-bg.svg) no-repeat;
  width: 100%;
  padding-bottom: 62.2%;
  border-radius: 25px;
  background-size: cover;
  padding: 45px;
}
.microsite__product-5-bg {
  background: url(../images/product-5-bg.svg) no-repeat;
  width: 100%;
  padding-bottom: 62.2%;
  border-radius: 25px;
  background-size: cover;
  padding: 45px;
}
.microsite__model-heading {
  font-family: "LGEI Headline";
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.1;
  text-wrap: nowrap;
}
.microsite__model-number {
  font-family: "LGEI HeadlineThin";
  font-size: clamp(10px, 1vw, 16px);
  color: #ffffffe3;
}

.microsite__model-features {
  font-family: "LGEI HeadlineThin";
  margin: 10px 0px 20px;;
}

.microsite__model-features li {
  position: relative;
  padding-left: 30px;
  font-size: clamp(12px, 1.1vw, 18px);
}

.microsite__model-features li::before {
  content: ".";
  position: absolute;
  padding-left: 12px;
  left: 0;
  top:-11px;
  color: white;
  font-size: clamp(1.1vw, 1.1vw, 18px);

}

.microsite__buy_now-btn {
  background-color: #a41d37;
  color: #ffffff;
  width: 90%;
  font-family: "LGEI HeadlineThin";
  font-size: clamp(12px, 1.5vw, 24px);
  text-align: center;
  border-radius: 10px;
}
.microsite__discover-btn{
  display:block;
  background-color: #a41d37;
  color: #ffffff;
  font-family: "LGEI HeadlineThin";
  font-size: clamp(12px, 1.1vw, 20px);
  letter-spacing: 2px;
  text-align: center;
  border-radius: 10px;
}
.microsite__features {
  width: 80%;
}
.microsite__buy_now-btn:hover{
  background-color: #ffffff;
  color: #a41d37;
  transition: 0.3s;
}
.microsite__discover_majlis_range{
  color: #FBDF8B;
  font-family: "LGEI HeadlineBold";
  font-size: clamp(30px, 2vw, 64px);
  text-align:center;
  
}
.microsite__theres_majlis{
  color: #FFFFFF;
  font-family: "LGEI HeadlineBold";
  font-size: clamp(24px, 5vw, 52px);
  text-align:center;
  
}

.microsite__theres_lg_majlis{
  color: #FBDF8B;
  font-family: "LGEI HeadlineBold";
  font-size: clamp(36px, 6vw, 108px);
  text-align:center;
  
}
.gallery-pagination .swiper-pagination-bullet-active{

  background-color: #FBDF8B;
}
.gallery-pagination .swiper-pagination-bullet{
  opacity: 1 !important;
}.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}