/* default css */

.primary-text-color {
  color: var(--primary) !important;
}

.text-balance {
  text-wrap: balance;
}

.desktop-view {
  display: block !important;
}

.mobile-view {
  display: none !important;
}

.section-padding {
  padding: 4rem 0;
}

/* --------------- gallery section --------------- */

.section-gallery {
  background-color: var(--primary);
  position: relative;
}

.gallery-carousel-Btn-wrap {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

.gallery-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-gallery .nav {
  display: flex;
  column-gap: 20px;
}

.interior-img-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 1%;
  color: #fff;
  font-size: 28px;
}

.youtubeIframe {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* --------------- about section --------------- */

.about-logo {
  width: 135px;
  height: auto;
}

.section-about {
  background: url(../assets/images/about/bg/web-bg.webp) no-repeat center center /
    cover;
  overflow: hidden;
  position: relative;
  padding: 5vw 0 23vw 0;
}

.about-content {
  font-size: 15px;
  text-wrap: balance;
  font-weight: 400 !important;
}

.about-project-counter {
  font-size: 1.927vw;
  color: var(--primary);
}

.about-project-counter-text {
  font-size: 1vw;
  color: var(--primary);
  font-weight: 400;
}

.about-counter-card {
  margin: 20px 0;
}

.about-building-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* --------------- faq section --------------- */

.button.accordion-button.collapsed {
  /* background: transparent !important; */
}

.accordion-button {
  /* background: var(--primary) !important; */
}

/* --------------- gsap section --------------- */

.scroll-container {
  height: 100vh;
  position: relative;
  background-color: #431515;
}

#imageTrack {
  display: flex;
  width: max-content;
}

.sticky-viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.intro-text-wrapper {
  position: absolute;
  width: 100%;
  padding: 0 10%;
  z-index: 10;
  pointer-events: none;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: var(
    --l2,
    linear-gradient(270deg, #e7cc9e 22.26%, #b69265 62.47%, #986f42 86.09%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-text {
  font-size: 1.5rem;
  line-height: 1.4;
  max-width: 900px;
  background: var(
    --l2,
    linear-gradient(270deg, #e7cc9e 22.26%, #b69265 62.47%, #986f42 86.09%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.horizontal-track {
  display: flex;
  height: 80vh;
  padding-left: 100vw;
  gap: 60px;
  align-items: center;
  will-change: transform;
}

.img-card {
  flex: 0 0 40vw;
  height: 100%;
  position: relative;
}

.img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(207, 170, 113, 0.2);
}

.view-label {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.5rem;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.img-card:last-child {
  margin-right: 20vw;
}

/* --------------- gsap section --------------- */

/* --------------- media query --------------- */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1060px) {
  .about-project-counter {
    font-size: 3vw;
  }

  .about-project-counter-text {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 992px) {
  .section-about {
    background: url(../assets/images/about/bg/mob-bg.webp) no-repeat bottom
      center/cover;
    padding: 5vw 0 70vw 0;
  }

  .about-project-counter-text {
    font-size: 1.75vw;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .section-padding {
    padding: 3rem 0;
  }

  /* gallery */

  .section-gallery .nav {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  /* about */

  .section-about {
    background: url(../assets/images/about/bg/mob-bg.webp) no-repeat bottom
      center / cover;
    padding: 3rem 0 75vw 0;
  }

  .about-logo {
    width: 100px;
    height: auto;
  }

  .about-project-counter {
    font-size: 4vw;
  }

  .about-content {
    font-size: 14px;
  }

  .about-project-counter-text {
    font-size: 2.25vw;
  }

  .about-project-counter-text {
    font-size: 12px;
  }

  section.main-banner {
    margin-top: -6px;
  }

  .overview-countdown {
    gap: 15px;
    justify-items: center;
    margin-top: 3rem;
  }

  .form-check-label {
    font-size: 10px;
    color: var(--white);
  }

  .interior-img-text {
    font-size: 14px;
  }

  /*gsap section */

  .subtitle {
    font-size: 14px;
  }

  .main-text {
    font-size: 20px;
  }

  .img-card img {
    width: 330px;
    height: 600px;
    object-fit: cover;
  }

  .view-label {
    font-size: 18px;
  }

  .img-card {
    display: flex;
    align-items: center;
  }

  .view-label {
    top: 80px;
  }

  .youtubeIframe {
    width: 100%;
    height: 210px;
  }

  .scroll{
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .about-project-counter {
    font-size: 6vw;
  }

  .about-project-counter-text {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 400px) {
}
