.section.animated.hero-section h1 {
  animation: left_to_right 1s forwards;
}
.section.animated.hero-section .rotated {
  animation: left_to_right 1.5s forwards;
}

.hero-section {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  margin: auto;
  background: #EDEAE4;
}
.hero-section .inner {
  position: relative;
}
.hero-section .inner img {
  min-height: 80dvh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
  animation: left_to_right_img 0.5s forwards;
}
.hero-section .left-side {
  padding-right: 20%;
}
.hero-section h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 58.24px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0 22px;
  width: -moz-min-content;
  width: min-content;
  animation: left_to_right 1s forwards;
  z-index: 2;
}
.hero-section .rotated {
  animation: left_to_right2 1.5s forwards;
  position: absolute;
  bottom: 30%;
  z-index: 0;
}
.hero-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 32.76px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transform: rotate(180deg) translateY(100%);
  transform-origin: bottom center;
  white-space: nowrap;
  writing-mode: sideways-lr;
  margin: 0;
}
.hero-section .benefits a {
  font-size: 36px;
  font-weight: 600;
  line-height: 32.76px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.hero-section #nav {
  padding: 22px;
}
.hero-section #nav .benefit {
  transition: color 0.35s;
  color: rgba(0, 0, 0, 0.41);
  text-decoration: none;
  padding-bottom: 15px;
}
.hero-section #nav .benefit:last-child {
  padding-bottom: 0;
}
.hero-section #nav .benefit.colored {
  color: rgba(0, 0, 0, 0.7490196078);
}

.explore-collections {
  background-color: #2B2B2B;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  color: #EDEAE4;
}
.explore-collections .rotated {
  animation: bottom_to_top 1.5s ease;
  float: left;
  width: 35%;
}
.explore-collections h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 43.68px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  transform: rotate(180deg) translateY(100%);
  transform-origin: bottom center;
  height: -moz-min-content;
  height: min-content;
  writing-mode: sideways-lr;
  margin: 0;
}
.explore-collections h3 {
  float: right;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: end;
  border-bottom: 1px solid;
  margin-top: 50px;
  margin-bottom: 30px;
}
.explore-collections .flip-text {
  display: inline-block;
  transform: rotate(180deg); /* initially upside down */
  transition: transform 1s ease;
  width: 60%;
  text-align: start;
  float: right;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
.explore-collections .flip-text.normal {
  transform: rotate(0deg); /* normal orientation */
  text-align: end;
}
.explore-collections .content, .explore-collections .img-content {
  margin-bottom: 50px;
}
.explore-collections .img-content {
  overflow: hidden;
}
.explore-collections .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.explore-collections .content .text {
  overflow: hidden;
}
.explore-collections .content .text span {
  transform: translateY(100%);
  display: block;
  transition: 1s;
}
.explore-collections .content .text.visible span {
  transform: translateY(0);
}
.explore-collections .content .text, .explore-collections .content .textarea, .explore-collections .content p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
  display: block;
}
.explore-collections .content a {
  position: relative;
  color: #EDEAE4;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 19.5px;
  padding-bottom: 3px;
  width: -moz-fit-content;
  width: fit-content;
}
.explore-collections .content a img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(7%) saturate(238%) hue-rotate(345deg) brightness(96%) contrast(87%);
}
.explore-collections .content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #EDEAE4;
  transition: width 0.6s ease-out;
}
.explore-collections .content a.visible::after {
  width: 100%;
}
.explore-collections .slide-in-img {
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  height: 100%;
}
.explore-collections .slide-in-img img {
  aspect-ratio: 2/1.8;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.explore-collections .flex-row-reverse .slide-in-img {
  transform: translateX(100px);
}
.explore-collections .slide-in-img.visible {
  transform: translateX(0);
  opacity: 1;
}

.home_why_spc {
  background-color: #EDEAE4;
  overflow: hidden;
  padding: 30px 0;
}
.home_why_spc h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 58.24px;
  letter-spacing: 0.64px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.15;
  position: relative;
  top: 50px;
}
.home_why_spc .marquee {
  padding: 1vh;
  white-space: nowrap;
}
.home_why_spc .marquee .marquee__inner {
  display: flex;
  gap: 20px;
}
.home_why_spc .marquee .marquee__content {
  font-size: 36px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.25px;
}

.split-text-container {
  display: flex;
  gap: 10px;
  color: #fff;
  overflow: hidden;
}

.text-part {
  display: inline-block;
  position: relative;
  transform: translateX(0);
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.text-part.left {
  transform: translateX(-200%);
  animation-name: slide-in-left;
}

.text-part.right {
  transform: translateX(200%);
  animation-name: slide-in-right;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
.products-section {
  background: #fff;
  overflow: hidden;
}
.products-section .products-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.products-section .products-list .product-item {
  width: 100%;
}
.products-section .products-list .product-item img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-section .products-list .product-item .product-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7490196078);
  margin: 20px 0 0;
}

.wide_banner {
  position: relative;
  overflow: hidden;
}
.wide_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(184deg, rgba(255, 255, 255, 0) 3.19%, rgba(0, 0, 0, 0.74) 96.59%);
  width: 100%;
  height: 100%;
}
.wide_banner img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wide_banner h2 {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 35px;
}

.under-section {
  border-radius: 0 0 50px 50px;
  background: #EFEFEF;
  padding: 20px 15px;
}
.under-section .container {
  display: flex;
  gap: 15px;
}
.under-section .content {
  max-width: 60%;
}
.under-section .text {
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.under-section .arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(12%) saturate(3002%) hue-rotate(189deg) brightness(90%) contrast(97%);
}
.under-section .heading {
  color: rgba(32, 45, 88, 0.08);
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  line-height: normal;
  width: 100%;
}
.under-section .link-wrap {
  position: relative;
}
.under-section .link-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_section {
  overflow-x: hidden;
}
.product_section.second .img-container {
  text-align: end;
}
.product_section.second .img-container:before {
  right: -12px;
  left: unset;
  border-radius: 300px 0 0 300px;
}
.product_section .img-container {
  position: relative;
}
.product_section .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 70%;
  height: 100%;
  max-height: 532px;
  border-radius: 0 300px 300px 0;
  background: #EDEAE4;
  z-index: -1;
}
.product_section .img-container img {
  min-height: 297px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
  width: 80%;
}

@media (max-width: 992px) {
  .product_section.second .content {
    float: left;
    padding: 20px 40px 40px 40px;
    border-radius: 0 0 20px 0;
    border-right: 1px solid;
    border-left: unset;
  }
  .product_section.second .content:after {
    left: 0;
    right: unset;
  }
  .product_section.second .content::before {
    left: 35%;
    right: unset;
  }
  .product_section .content {
    position: relative;
    width: 80%;
    float: right;
    border-radius: 0 0 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.7490196078);
    padding: 20px 0 40px 40px;
    border-top: none;
    border-right: none;
  }
  .product_section .content::after {
    content: "";
    width: 35%;
    height: 5px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -2px;
  }
  .product_section .content:before {
    content: "";
    height: 13px;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: #EDEAE4;
    position: absolute;
    bottom: -7px;
    right: 35%;
  }
  .product_section .content h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    text-align: start;
    margin-bottom: 10px;
    color: #EDEAE4;
  }
  .product_section .content p {
    display: none;
  }
}
.partners-section {
  border-radius: 0 50px;
  background: rgba(0, 0, 0, 0.7490196078);
  overflow: hidden;
}
.partners-section img.img-banner {
  border-radius: 0 50px;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-section .content {
  position: relative;
  padding: 28px 22px;
}
.partners-section .content:before {
  content: "";
  border-radius: 0 50px;
  height: 50px;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.partners-section .content h2 {
  color: #FFF;
  text-align: start;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.partners-section .content p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.partners-section .content img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.partners-section .reveal {
  margin-bottom: 12px;
  overflow: hidden;
}
.partners-section .reveal__content {
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(1, 0, 0.3, 0.9);
}
.partners-section .reveal.is-visible .reveal__content {
  transform: translateY(0);
}
.partners-section .reveal:nth-child(2) .reveal__content {
  animation-delay: 0.6s;
}
.partners-section .reveal:nth-child(3) .reveal__content {
  animation-delay: 1.2s;
}

@keyframes reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.benefits-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 125px;
}
.benefits-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1;
}
.benefits-section .parallax-fallback {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.benefits-section .section-heading {
  color: #fff;
  z-index: 2;
}
.benefits-section .section-heading span {
  color: rgba(255, 255, 255, 0.11);
}
.benefits-section .container-fluid {
  padding: 0 20px;
}
.benefits-section .benefits-list {
  z-index: 2;
}
.benefits-section .benefits-list .half-list {
  background: rgba(255, 255, 255, 0.18);
  padding: 24px;
  position: relative;
}
.benefits-section .benefits-list .half-list:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 80px;
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
}
.benefits-section .benefits-list .benefit-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.benefits-section .benefits-list .benefit-item:last-child {
  margin-bottom: 0;
}
.benefits-section .benefits-list .benefit-item .benefit-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
}
.benefits-section .tns-outer {
  z-index: 2;
  position: relative;
}
.benefits-section .tns-outer button[data-action=stop] {
  display: none;
}
.benefits-section .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 15px;
}
.benefits-section .tns-outer .tns-nav button {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.41);
  width: 81px;
  height: 14px;
}
.benefits-section .tns-outer .tns-nav button.tns-nav-active {
  width: 14px;
  height: 14px;
  background: #fff;
}

@media (min-width: 767.98px) {
  .under-section .container {
    display: flex;
    justify-content: center;
    gap: 55px;
  }
  .under-section .content {
    position: relative;
  }
  .under-section .content a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .under-section .text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .under-section .heading {
    font-size: 98px;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: -10px;
    white-space: nowrap;
  }
  .under-section .link-wrap {
    position: relative;
  }
  .under-section .link-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
