@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.home-hero {
  padding: 8.75rem 0 1.25rem;
  height: 100vh;
}
.home-hero .hero-thumb {
  position: relative;
}
.home-hero .hero-thumb img {
  width: 100%;
  height: 76vh;
  object-fit: cover;
}
.home-hero .hero-thumb:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 52.6%, #0D0D0D 91.95%);
}
.home-hero .hero-thumb .hero-content {
  position: absolute;
  bottom: 3.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.featured-section {
  height: 100vh;
  padding: 18.45vh 2.5rem;
}
.featured-section .featured-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-section .featured-tag {
  color: #CEBFAE;
  text-align: center;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.featured-section .quote-text {
  color: rgba(188, 188, 188, 0.3);
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -3.2px;
  margin-top: 3.75rem;
  width: 80%;
}
.featured-section .light-img {
  margin-top: -1.75rem;
}

.famous-product {
  border-bottom: 10px solid #0D0D0D;
}
.famous-product .famous-pro-container {
  padding: 2.5rem;
  border: 1px solid rgba(230, 230, 230, 0.07);
  background: #BCBCBC;
}
.famous-product .famous-pro-container .flex-column-center {
  width: 55%;
  margin: 0 auto;
  text-align: center;
}
.famous-product .famous-pro-container .product-name {
  color: #0D0D0D;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.famous-product .famous-pro-container .pro-desc {
  width: 100%;
  max-width: 528px;
  margin: 0.5rem 0 1.75rem;
  color: #5D564E;
  font-size: 0.875rem;
}
.famous-product .famous-pro-container .product-img {
  width: 100%;
  max-width: 437px;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}

.featured-news {
  border-bottom: 10px solid #0D0D0D;
  height: 100vh;
}
.featured-news .featured-news-inner {
  position: relative;
  height: 100%;
}
.featured-news .featured-news-inner .nav-tabs {
  position: absolute;
  right: 7.5rem;
  bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: none;
  z-index: 2;
}
.featured-news .featured-news-inner .nav-tabs .nav-link-tab {
  color: rgba(230, 230, 230, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  padding: 4px 0;
  border: 0;
  text-align: right;
  width: 100%;
  transition: all 0.4s;
}
.featured-news .featured-news-inner .nav-tabs .nav-link-tab:hover {
  color: #FAF9F7;
}
.featured-news .featured-news-inner .nav-tabs .nav-link-tab.active {
  color: #FAF9F7;
  text-decoration: underline;
}
.featured-news .featured-news-inner .tab-content {
  height: 100%;
}
.featured-news .featured-news-inner .tab-pane {
  position: relative;
  height: 100%;
}
.featured-news .featured-news-inner .tab-pane:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.6) 0%, rgba(13, 13, 13, 0) 50.96%, rgba(13, 13, 13, 0.6) 100%);
}
.featured-news .featured-news-inner .tab-pane img {
  width: 100%;
  height: 100%;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner {
  position: absolute;
  top: 7.5rem;
  left: 7.5rem;
  width: 100%;
  max-width: 25rem;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .blog-title {
  height: fit-content;
  overflow: hidden;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .blog-title span {
  position: relative;
  top: 10rem;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .excerpt {
  margin: 1.25rem 0 2rem;
  height: fit-content;
  overflow: hidden;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .excerpt span {
  position: relative;
  top: 7rem;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .btn-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  height: 3rem;
}
.featured-news .featured-news-inner .tab-pane .tab-content-inner .btn-box a {
  position: relative;
  top: 3rem;
}
.featured-news .featured-news-inner .tab-pane.active .blog-title span {
  animation: revealText 0.4s forwards 0.3s ease;
}
.featured-news .featured-news-inner .tab-pane.active .excerpt span {
  animation: revealText 0.4s forwards 0.45s ease;
}
.featured-news .featured-news-inner .tab-pane.active .btn-box a {
  animation: revealText 0.4s forwards 0.6s ease;
}

.featured-news-mobile {
  display: none;
}

.press-review {
  padding: 4rem 0 7.5rem;
}
.press-review .heading-68 {
  text-align: left;
}
.press-review .swiper {
  width: 100%;
  overflow: hidden;
}
.press-review .swiper-wrapper {
  display: flex;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
}
.press-review .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.press-review .swiper-slide .item-inner {
  position: relative;
}
.press-review .swiper-slide .item-inner .news-inner-content {
  position: absolute;
  inset: 0;
  width: 100%;
  transition: opacity 0.3s;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 0;
  gap: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 74%, #000 100%);
}
.press-review .swiper-slide .item-inner .news-inner-content .news-date {
  color: #E6E6E6;
}
.press-review .swiper-slide .item-inner .news-inner-content .news-title {
  color: #E6E6E6;
  font-size: 0.875rem;
}
.press-review .swiper-slide .item-inner:hover .news-inner-content {
  opacity: 1;
}
.press-review .swiper-slide img {
  width: 100%;
  aspect-ratio: 35/48;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .home-hero {
    padding: 6rem 0 0;
    height: auto;
  }
  .home-hero .heading-68 {
    padding: 0 1.5rem;
  }
  .home-hero .hero-thumb img {
    height: 71vh;
    object-position: 66% 50%;
  }
  .home-hero .hero-thumb .hero-content {
    bottom: 2.5rem;
    width: 100%;
    padding: 0 1.25rem;
  }
  .featured-section {
    height: auto;
    padding: 10.25rem 1.25rem;
  }
  .featured-section .featured-tag {
    font-size: 1rem;
    line-height: 110%;
    letter-spacing: -0.48px;
  }
  .featured-section .quote-text {
    font-size: 2.25rem;
    letter-spacing: -1.08px;
    margin-top: 1.25rem;
    width: 100%;
  }
  .featured-section .light-img {
    margin-top: 3.625rem;
    width: 61%;
  }
  .famous-product {
    border-bottom: 10px solid #0D0D0D;
  }
  .famous-product .famous-pro-container {
    padding: 3.75rem 1.25rem;
  }
  .famous-product .famous-pro-container .famous-pro-wrap {
    gap: 1.25rem;
  }
  .famous-product .famous-pro-container .flex-column-center {
    width: 100%;
  }
  .famous-product .famous-pro-container .product-name {
    font-weight: 400;
  }
  .famous-product .famous-pro-container .pro-desc {
    margin: 0.5rem 0 2.5rem;
  }
  .famous-product .famous-pro-container .product-img {
    width: 79.3%;
    max-width: 437px;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }
  .featured-news {
    display: none;
  }
  .featured-news-mobile {
    display: block;
  }
  .featured-news-mobile .swiper-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .featured-news-mobile .swiper-2 .swiper-pagination {
    bottom: 5rem;
  }
  .featured-news-mobile .swiper-2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(188, 188, 188, 0.3);
  }
  .featured-news-mobile .swiper-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E6E6E6;
  }
  .featured-news-mobile .swiper-wrapper {
    display: flex;
  }
  .featured-news-mobile .swiper-slide {
    position: relative;
    height: 100%;
  }
  .featured-news-mobile .swiper-slide:before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0) 50.96%, rgba(13, 13, 13, 0.8) 100%);
  }
  .featured-news-mobile .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 131/284;
    object-fit: cover;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 9.25rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .blog-title {
    height: fit-content;
    overflow: hidden;
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .blog-title span {
    position: relative;
    top: 10rem;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .excerpt {
    margin: 0.75rem 0 1.5rem;
    height: fit-content;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .excerpt span {
    position: relative;
    top: 7rem;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .btn-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    overflow: hidden;
    height: 3rem;
  }
  .featured-news-mobile .swiper-slide .swiper-slide-content .btn-box a {
    position: relative;
    top: 3rem;
  }
  .featured-news-mobile .swiper-slide.swiper-slide-active .blog-title span {
    animation: revealText 0.4s forwards 0.3s ease;
  }
  .featured-news-mobile .swiper-slide.swiper-slide-active .excerpt span {
    animation: revealText 0.4s forwards 0.45s ease;
  }
  .featured-news-mobile .swiper-slide.swiper-slide-active .btn-box a {
    animation: revealText 0.4s forwards 0.6s ease;
  }
  .press-review {
    padding: 4rem 0 6rem;
  }
  .press-review .swiper-slide .news-inner-content {
    opacity: 1 !important;
  }
  .press-review .swiper-slide .news-inner-content .news-date {
    font-size: 0.75rem !important;
  }
  .press-review .swiper-slide .news-inner-content .news-title {
    font-size: 1rem;
  }
  .press-review .swiper-slide img {
    aspect-ratio: 280/360;
  }
}
@keyframes revealText {
  to {
    top: 0;
  }
}
/*# sourceMappingURL=tpl-home.css.map */
