/*Banner */
.banner-about {
  padding: 4rem calc(var(--section) * 1.5);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-about h2 {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .banner-about {
    height: 62vh;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .banner-about h2 {
    font-size: 3.25rem;
  }
}
/*intro */
.intro-about {
  padding: 4rem calc(var(--section) * 1.5);
}
.intro-about .grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.25rem;
  justify-content: space-between;
}
.intro-about .grid-cols-2 .col-1 .image-cover {
  padding-top: 0;
  height: 33rem;
  margin-top: -14rem;
}
.intro-about .grid-cols-2 .col-2 {
  padding-right: 4rem;
}
.intro-about .grid-cols-2 .col-2 .image-cover:first-child {
  padding-top: 0;
  height: 20rem;
}
.intro-about .grid-cols-2 .col-2 .image-cover:nth-child(2) {
  padding-top: 0;
  height: 16rem;
  width: 12rem;
  position: absolute;
  bottom: -5rem;
  right: 0;
}
.intro-about .desc {
  max-width: calc(100% - 16rem);
  margin-top: 3rem;
  position: relative;
  text-align: justify;
}
.intro-about .desc img {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 5.5rem;
  height: auto;
  object-fit: contain;
  rotate: 328deg;
}

.intro-about .desc p {
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 600;
  line-height: 1.4;
}
/* .intro-about .desc p:first-of-type {
  text-indent: 4rem;
} */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.dark blockquote {
  color: #fff;
  font-style: normal;
  padding: 0 1rem;
  border-left: 3px solid #fff;
  margin-bottom: 0;
}
.gallery-about {
  padding: 0 0 6.25rem;
}
.gallery-slider .image-cover {
  padding-top: 0;
  height: 26rem;
}
.tp-gallery-titming {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.cursor-dot {
  position: fixed;
  top: -0.313rem;
  left: -0.313rem;
  width: 0.875rem;
  height: 0.875rem;
  background: black;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767.98px) {
  .intro-about {
    padding: 1.33rem var(--section);
  }
  .intro-about .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.3rem;
  }
  .intro-about .grid-cols-2 .col-1 {
    display: none;
  }
  .intro-about .grid-cols-2 .col-1 .image-cover {
    height: 29rem;
    margin-top: 0;
  }
  .intro-about .desc {
    max-width: 100%;
    margin-top: 7rem;
  }
  .intro-about .desc p {
    font-size: 1.25rem;
    text-align: justify;
  }
  .gallery-about {
    padding: 0 0 1.56rem;
  }
  .menu-transparent #header #logo img {
    filter: none;
  }
  .gallery-slider .image-cover {
    height: 18rem;
  }
}
