@import '/assets/css/inter-font.css';

@font-face {
  font-family: "playfair-display-italic";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "playfair-display-regular";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "playfair-display-extrabold";
  src: url("/assets/fonts/playfair-display/PlayfairDisplay-ExtraBold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: Inter !important;
  color: rgba(0, 19, 37, 0.92);
}

.header {
  background: var(--Surface-0, #FFF);
  box-shadow: 0px 1px 0px 0px #D3D9DD;
  box-sizing: border-box;
  height: 80px;
  overflow: hidden;
  padding: 16px 0px;
}

.header .header-wrapper {
  margin: auto;
  width: 1120px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 1160px) {
  .header .header-wrapper {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.header .header-wrapper .left-content {
  display: flex;
  align-items: center;
}

.header .header-wrapper .left-content .list-items {
  display: flex;
  margin-left: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.header .header-wrapper .left-content .list-items div {
  margin-left: 32px;
  cursor: pointer;
}

.header .header-wrapper .left-content .logo {
  width: 72px;
}

.header .header-wrapper .login-button {
  width: 120px;
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid rgba(0, 19, 37, 0.16);
  background: #FFF;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-wrapper .login-button div {
  margin-left: 8px;
  font-size: 16px;
  color: #E80071;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
}

@media (max-width: 768px) {
  .header {
    height: 64px;
  }

  .header .header-wrapper .left-content .list-items {
    display: none;
  }

  .header .header-wrapper .left-content .logo {
    width: 43px;
  }

  .header .header-wrapper .login-button {
    width: 78px;
    height: 32px;
    padding: 4px;
  }

  .header .header-wrapper .login-button img {
    height: 16px;
    width: 16px;
  }

  .header .header-wrapper .login-button div {
    margin-left: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
}

.homepage-container {
  max-width: 1440px;
  margin: auto;
}

.homepage-container .banner-container {
  width: 100%;
  height: 600px;
  margin: auto;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.homepage-container .banner-container .banner-video {
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.homepage-container .banner-container .banner-content {
  width: fit-content;
  color: white;
  width: 100%;
  text-align: center;
}

.homepage-container .banner-container .banner-content .textual {
  bottom: 24px;
  position: absolute;
  width: 100%;
}

.homepage-container .banner-container .banner-content .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.8;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.1%, rgba(0, 0, 0, 0) 44.97%, rgba(0, 0, 0, 0.9) 76.85%), transparent 0px -174.388px / 100% 580.81% no-repeat;
}

.homepage-container .banner-container .banner-content .heading {
  margin: auto;
  width: 1120px;
  color: var(--Surface-0, #FFF);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 42px;
  font-family: Inter;
  font-weight: 700;
  line-height: 54px;
  /* 128.571% */
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

@media (max-width: 1160px) {
  .homepage-container .banner-container .banner-content .heading {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .banner-container .banner-content .heading .hg {
  font-family: playfair-display-italic;
  color: #FF4A90;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 42px;
  font-style: italic;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.1px;
}

.homepage-container .banner-container .banner-content .sub-heading {
  margin: auto;
  width: 1120px;
  color: var(--Primary-10, #FFE1F1);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

@media (max-width: 1160px) {
  .homepage-container .banner-container .banner-content .sub-heading {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .banner-container .banner-content .logos {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 62px;
  margin-bottom: 28px;
}

.homepage-container .banner-container .banner-content .logos .vertical-bar {
  margin: 0px 16px;
  width: 2px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  height: 58px;
}

.homepage-container .banner-container .banner-content .logos img {
  height: 100%;
  width: auto;
}

.homepage-container .banner-container .banner-content .cta-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .homepage-container .banner-container {
    padding-bottom: 120px;
    height: 368px;
  }

  .homepage-container .banner-container .banner-video {
    width: 100%;
  }

  .homepage-container .banner-container .banner-content .textual {
    bottom: 16px;
  }

  .homepage-container .banner-container .banner-content .heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .homepage-container .banner-container .banner-content .heading .hg {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .homepage-container .banner-container .banner-content .sub-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 24px;
  }

  .homepage-container .banner-container .banner-content .filler {
    background-color: #100D0C;
    height: 106px;
  }

  .homepage-container .banner-container .banner-content .logos {
    height: 40px;
    margin-bottom: 16px;
  }

  .homepage-container .banner-container .banner-content .logos .vertical-bar {
    margin: 0px 12px;
    height: 36px;
    width: 1.4px;
  }

  .homepage-container .banner-container .banner-content .cta-container .join-now-cta {
    height: 32px;
    width: 112px;
    padding: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }

  .homepage-container .banner-container .banner-content .cta-container .join-now-cta img {
    height: 16px;
    width: 16px;
  }
}

@media (max-width: 360px) {
  .homepage-container .banner-container {
    height: 300px;
  }
}

.homepage-container .brand-section {
  background-color: #F3F4F5;
}

.homepage-container .brand-section .brand-wrapper {
  width: 1120px;
  width: -webkit-fill-available;
  margin: auto;
  max-width: 1300px;
  padding: 40px 0px;
  overflow: hidden;
}

@media (max-width: 1160px) {
  .homepage-container .brand-section .brand-wrapper {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .brand-section .brand-wrapper .heading {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: -0.3px;
  text-align: center;
}

.homepage-container .brand-section .brand-wrapper .heading .hg {
  color: var(--Primary-Brand, #E80071);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "playfair-display-italic";
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.1px;
}

.homepage-container .brand-section .brand-wrapper .slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
}

.homepage-container .brand-section .brand-wrapper .slider .slide {
  -webkit-animation: 60s slide infinite linear;
  animation: 60s slide infinite linear;
  height: 44px;
  padding: 20px 0px;
  box-sizing: content-box;
  margin-top: 24px;
}

.homepage-container .brand-section .brand-wrapper .slider .slide img {
  margin-right: 60px;
  height: 100%;
  width: auto;
}

.homepage-container .brand-section .brand-wrapper .slider.alt .slide {
  -webkit-animation: 60s slide-alt infinite linear;
  animation: 60s slide-alt infinite linear;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-alt {
  0% {
    -webkit-transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(-50%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .homepage-container .brand-section .brand-wrapper {
    padding: 20px 0px;
  }

  .homepage-container .brand-section .brand-wrapper .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .homepage-container .brand-section .brand-wrapper .heading .hg {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .homepage-container .brand-section .brand-wrapper .slider .slide {
    height: 18px;
    margin-top: 20px;
    height: 36px;
  }

  .homepage-container .brand-section .brand-wrapper .slider.alt .slide {
    margin-top: 16px;
  }
}

.homepage-container .stats-section {
  background: linear-gradient(227deg, #E43478 8.25%, #E9417A 45.42%, #FA5339 95.15%);
}

.homepage-container .stats-section .stats {
  padding: 72px 0px 66px 0px;
  background-image: url('https://images-static.nykaa.com/exploremedia/NAP/homepage/n-icon.svg');
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 1120px;
  justify-content: space-between;
  display: flex;
}

@media (max-width: 1160px) {
  .homepage-container .stats-section .stats {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .stats-section .stats .stat {
  text-align: center;
  max-width: 333px;
}

.homepage-container .stats-section .stats .stat .head {
  color: var(--Primary-Brand, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  text-align: center;
  /* Heading/1 M */
  font-family: playfair-display-extrabold;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 79.2px */
  margin-bottom: 16px;
}

.homepage-container .stats-section .stats .stat .detail {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Title/Large (242) */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: -0.3px;
}

@media (max-width: 768px) {
  .homepage-container .stats-section .stats {
    padding: 16px 0px 20px 0px;
    flex-direction: column;
    row-gap: 16px;
  }

  .homepage-container .stats-section .stats .stat {
    margin: auto;
    max-width: 360px;
  }

  .homepage-container .stats-section .stats .stat .head {
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 0;
  }

  .homepage-container .stats-section .stats .stat .detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}

.homepage-container .faq-section {
  margin: auto;
  width: 1120px;
  padding: 40px 0px;
}

@media (max-width: 1160px) {
  .homepage-container .faq-section {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .faq-section .heading {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}

.homepage-container .faq-section .heading .hg {
  display: none;
}

.homepage-container .faq-section .faqs .faq {
  padding: 24px 0px;
  border-top: 1px solid var(--Surface-30, #DADEE2);
}

.homepage-container .faq-section .faqs .faq.hidden {
  display: none;
}

.homepage-container .faq-section .faqs .faq .ques {
  color: rgba(0, 19, 37, 0.92);
  cursor: pointer;
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Title/Medium (202) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  justify-content: space-between;
  transition: all 0.1s linear;
}

.homepage-container .faq-section .faqs .faq .ques .chevron {
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  background-image: url('https://images-static.nykaa.com/exploremedia/NAP/homepage/chevron-up.svg');
}

.homepage-container .faq-section .faqs .faq .ques .chevron.collapse {
  background-image: url('https://images-static.nykaa.com/exploremedia/NAP/homepage/chevron-down.svg');
}

.homepage-container .faq-section .faqs .faq .ques.collapse {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}

.homepage-container .faq-section .faqs .faq .answer {
  color: rgba(0, 19, 37, 0.64);
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Body/Large (160) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
  opacity: 0;
}

.homepage-container .faq-section .faqs .faq .answer a {
  text-decoration: underline;
}

.homepage-container .faq-section .faqs .faq .answer a:hover {
  color: blue;
}

.homepage-container .faq-section .faqs .faq .answer.show {
  max-height: 900px;
  opacity: 1;
  padding-top: 12px;
}

.homepage-container .faq-section .all-faqs-link {
  color: var(--Primary-Brand, #E80071);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* Desktop / Button / Large(162) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
  display: flex;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 16px auto 0px auto;
}

.homepage-container .faq-section .all-faqs-link img {
  height: 16px;
  width: 16px;
}

@media (max-width: 768px) {
  .homepage-container .faq-section {
    padding: 24px 0;
  }

  .homepage-container .faq-section .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .homepage-container .faq-section .heading .hg {
    display: block;
    color: var(--Primary-Brand, #E80071);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "playfair-display-italic";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
  }

  .homepage-container .faq-section .faqs .faq {
    padding: 16px 0px;
  }

  .homepage-container .faq-section .faqs .faq .ques {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .homepage-container .faq-section .faqs .faq .ques .chevron {
    background-repeat: no-repeat;
    width: 48px;
  }

  .homepage-container .faq-section .faqs .faq .ques.collapse {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .homepage-container .faq-section .faqs .faq .answer {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.homepage-container .program-section {
  background-color: #FFAF7C;
  padding: 40px 0px;
  position: relative;
}

.homepage-container .program-section .program-section-wrapper {
  margin: auto;
  width: 1120px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1160px) {
  .homepage-container .program-section .program-section-wrapper {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .program-section .program-section-wrapper .heading {
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: -0.3px;
}

.homepage-container .program-section .program-section-wrapper .heading .hg {
  color: var(--Primary-Brand, #E80071);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "playfair-display-italic";
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.1px;
}

.homepage-container .program-section .program-section-wrapper .sub-heading {
  color: rgba(0, 19, 37, 0.92);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.3px;
  margin-bottom: 48px;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider {
  display: flex;
  column-gap: 24px;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider .slide {
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  padding: 24px 16px;
  max-width: 356px;
  min-height: 540px;
  background-color: white;
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider .slide .heading {
  color: var(--Blue-Gray-900, #0F172A);
  font-variant-numeric: lining-nums proportional-nums;
  text-align: left;
  /* Desktop/Title/Medium (242) */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider .slide .sub-heading {
  color: var(--Blue-Gray-900, #0F172A);
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Body/Large (160) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 16px;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider .slide .image-container {
  height: 382px;
  overflow: hidden;
  border-radius: 8px;
}

.homepage-container .program-section .program-section-wrapper .infinite-slider .slide .image-container img {
  height: auto;
  max-width: 100%;
  background-color: grey;
}

@media (max-width: 768px) {
  .homepage-container .program-section {
    padding: 24px 0px;
  }

  .homepage-container .program-section .program-section-wrapper .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .homepage-container .program-section .program-section-wrapper .heading .hg {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }

  .homepage-container .program-section .program-section-wrapper .sub-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .homepage-container .program-section .program-section-wrapper .infinite-slider .slide {
    min-height: 512px;
  }

  .homepage-container .program-section .program-section-wrapper .infinite-slider .slide .heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .homepage-container .program-section .program-section-wrapper .infinite-slider .slide .sub-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.homepage-container .wave-container {
  position: relative;
}

.homepage-container .wave-container .wave {
  position: absolute;
  top: -1px;
  width: 100%;
}

.homepage-container .how-to-section {
  background: linear-gradient(162deg, #FAF097 28.24%, #FF9EB2 80.06%);
}

.homepage-container .how-to-section .wrapper {
  margin: auto;
  width: 1120px;
  text-align: center;
  padding: 40px 0px;
  overflow: hidden;
}

@media (max-width: 1160px) {
  .homepage-container .how-to-section .wrapper {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .how-to-section .wrapper .heading {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  text-shadow: 0px 8px 16px rgba(17, 19, 20, 0.08), 0px 12px 40px rgba(17, 19, 20, 0.12);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.homepage-container .how-to-section .wrapper .heading .hg {
  color: var(--Primary-Brand, #E80071);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "playfair-display-italic";
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.1px;
}

.homepage-container .how-to-section .wrapper .sub-heading {
  color: rgba(0, 19, 37, 0.92);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.3px;
  margin-bottom: 48px;
}

.homepage-container .how-to-section .wrapper .steps {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 28px auto;
  max-width: 74%;
}

.homepage-container .how-to-section .wrapper .steps .step .step-image {
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}

.homepage-container .how-to-section .wrapper .steps .step .step-detail {
  color: rgba(0, 19, 37, 0.92);
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Title/Large (242) */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: -0.3px;
  margin: 0;
}

.homepage-container .how-to-section .wrapper .how-to-slider {
  display: flex;
  column-gap: 24px;
}

.homepage-container .how-to-section .wrapper .how-to-slider .slide {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 356px;
  overflow: hidden;
  margin: auto;
  height: 454px;
}

.homepage-container .how-to-section .wrapper .how-to-slider .slide .image-section {
  overflow: hidden;
  height: 324px;
}

.homepage-container .how-to-section .wrapper .how-to-slider .slide .image-section .card-image {
  width: 100%;
}

.homepage-container .how-to-section .wrapper .how-to-slider .slide .image-section video {
  width: 100%;
}

.homepage-container .how-to-section .wrapper .how-to-slider .slide .text {
  padding: 16px;
  color: rgba(0, 19, 37, 0.92);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  .homepage-container .how-to-section .wrapper {
    padding: 16px 0px;
  }

  .homepage-container .how-to-section .wrapper .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .homepage-container .how-to-section .wrapper .heading .hg {
    font-size: 20px;
    line-height: 150%;
  }

  .homepage-container .how-to-section .wrapper .sub-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .homepage-container .how-to-section .wrapper .steps {
    max-width: 280px;
    margin-bottom: 20px;
  }

  .homepage-container .how-to-section .wrapper .steps .step {
    max-width: 100px;
  }

  .homepage-container .how-to-section .wrapper .steps .step .step-image {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .homepage-container .how-to-section .wrapper .steps .step .step-detail {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}

.homepage-container .influencers-section {
  padding-top: 48px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  width: 1120px;
}

@media (max-width: 1160px) {
  .homepage-container .influencers-section {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .influencers-section .heading {
  color: var(--Primary-Brand, #E80071);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  text-shadow: 0px 8px 16px rgba(17, 19, 20, 0.08), 0px 12px 40px rgba(17, 19, 20, 0.12);
  font-family: "playfair-display-italic";
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.homepage-container .influencers-section .sub-heading {
  color: rgba(0, 19, 37, 0.92);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.3px;
  margin-bottom: 60px;
}

.homepage-container .influencers-section .influencer-slider {
  display: flex;
}

.homepage-container .influencers-section .influencer-slider .slide {
  width: 300px;
  border-radius: 16px;
  margin: auto;
  position: relative;
  background-color: #FFE5EE;
}

.homepage-container .influencers-section .influencer-slider .slide .inf-image {
  border-radius: 100%;
  margin-top: -20px;
}

.homepage-container .influencers-section .influencer-slider .slide .quote {
  position: absolute;
  left: 0;
  top: -20px;
}

.homepage-container .influencers-section .influencer-slider .slide .name {
  margin: 14px 0px 4px 0px;
  color: rgba(0, 19, 37, 0.92);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.1px;
}

.homepage-container .influencers-section .influencer-slider .slide .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}

.homepage-container .influencers-section .influencer-slider .slide .social a {
  color: rgba(0, 19, 37, 0.92);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-decoration: none;
}

.homepage-container .influencers-section .influencer-slider .slide .content {
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: linear-gradient(338deg, #A40050 13.56%, #F0466A 60.67%, #FFA06A 93.14%);
  color: var(--Text-Inverse-Primary, #FFF);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.1px;
  min-height: 240px;
}

.homepage-container .influencers-section .influencer-slider .slide .wave-container {
  position: relative;
  height: 22px;
  overflow: hidden;
}

.homepage-container .influencers-section .influencer-slider .slide .wave-container img {
  position: absolute;
  margin: auto;
  left: -20px;
  width: 120%;
  bottom: -1px;
}

@media (max-width: 768px) {
  .homepage-container .influencers-section {
    padding-top: 32px;
  }

  .homepage-container .influencers-section .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .homepage-container .influencers-section .sub-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 54px;
  }
}

.homepage-container .footer-section {
  background: rgba(0, 19, 37, 0.92);
  box-shadow: 0px -1px 0px 0px #D3D9DD;
  color: white;
  padding-top: 40px;
  padding-bottom: 24px;
}

.homepage-container .footer-section .footer {
  margin: auto;
  width: 1120px;
}

@media (max-width: 1160px) {
  .homepage-container .footer-section .footer {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.homepage-container .footer-section .footer .main {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 48px;
  margin-bottom: 20px;
}

.homepage-container .footer-section .footer .main .mobile-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 48px;
}

.homepage-container .footer-section .footer .main .nav-links .head {
  color: var(--Text-Inverse-Primary, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  /* Desktop/Title/Small (202) */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.1px;
  padding: 12px 0px;
}

.homepage-container .footer-section .footer .main .nav-links .links-wrapper .link {
  padding: 12px 0px;
  color: var(--Text-Inverse-Primary, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Subtitle/Large (161) */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.1px;
}

.homepage-container .footer-section .footer .main .nav-links .links-wrapper .link a {
  text-decoration: none;
  color: #FFF;
}

.homepage-container .footer-section .footer .main .nav-links .links-wrapper .link.contact {
  display: grid;
  grid-template-columns: 32px auto;
  column-gap: 2px;
}

.homepage-container .footer-section .footer .main .nav-links .links-wrapper .link.contact .link-grp.first {
  margin-bottom: 13px;
}

.homepage-container .footer-section .footer .main .nav-links .links-wrapper .link.contact .link-grp a {
  text-decoration: none;
  color: white;
}

.homepage-container .footer-section .footer .line {
  border-top: 1px solid #CDD3D8;
}

.homepage-container .footer-section .footer .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  color: var(--Text-Inverse-Primary, #FFF);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media (max-width: 768px) {
  .homepage-container .footer-section {
    padding: 16px 0px;
  }

  .homepage-container .footer-section .footer .main {
    grid-template-columns: auto;
    margin-bottom: 8px;
  }

  .homepage-container .footer-section .footer .main .mobile-wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Surface-40, #CDD3D8);
  }

  .homepage-container .footer-section .footer .main .nav-links .head {
    padding: 8px 0px;
  }

  .homepage-container .footer-section .footer .main .nav-links .links .links-wrapper .link {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .homepage-container .footer-section .footer .main .nav-links .links .links-wrapper .link.contact {
    column-gap: 0px;
  }

  .homepage-container .footer-section .footer .main .nav-links .links .links-wrapper .link.contact img {
    height: 20px;
    width: 20px;
  }

  .homepage-container .footer-section .footer .social {
    padding-top: 16px;
    flex-direction: column;
  }

  .homepage-container .footer-section .footer .social p {
    margin-top: 16px;
    padding-top: 12px;
    width: 100%;
    border-top: 1px solid var(--Surface-40, #CDD3D8);
  }
}

.max-width-container {
  margin: auto;
  width: 1120px;
}

@media (max-width: 1160px) {
  .max-width-container {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.d-none {
  display: none;
}

.join-now-cta {
  color: #FFF;
  width: 214px;
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  border-radius: 8px;
  background: var(--Primary-Brand, #E80071);
  font-variant-numeric: lining-nums proportional-nums;
}

.join-now-cta img {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .join-now-cta {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}

.tns-nav {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.tns-nav button {
  width: 8px;
  outline: none;
  border: none;
  height: 3px;
  background-color: #001325;
  opacity: 0.36;
  transition: opacity 0.6s ease;
}

.tns-nav button.tns-nav-active {
  opacity: 0.64;
}

.tns-nav button:last-child {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}

@media (max-width: 768px) {
  .tns-nav {
    margin-top: 16px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
}
