:root {
  --stately-gold: #c89f43;
  --stately-white: #f7f7f7;
}

@font-face {
  font-family: 'BlairMdITC TT';
  src: url(../../assets/fonts/BlairMdITCTTMedium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

main {
  background-color: var(--stately-white);
  padding-bottom: 60px;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  max-width: 100vw;
}

body {
  font-size: 1.6rem;
  position: relative;
}

html,
body {
  overflow-x: hidden;
  width: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: 'BlairMdITC TT';
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
}

a:hover {
  color: #505356;
  text-decoration: none;
}

/* GENERAL */

.stately-btn {
  background: var(--stately-gold);
  padding: 14px 24px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stately-btn:hover {
  background: #000;
  transition: 0.4s;
  color: #fff;
  text-decoration: none;
}

.section-heading {
  color: var(--stately-gold);
  font-size: 2rem;
  text-align: center;
  width: 80%;
  margin-bottom: 45px;
}

.section-subheading {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 400;
}

/* NAV */

.nav {
  background: #000;
  padding: 1rem 0;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: var(--stately-gold);
  display: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-link:nth-child(2) {
  margin-left: 3rem;
}

.nav-link:hover {
  transition: 0.3s;
}

.intro-container,
.nav-content {
  max-width: 1600px;
}

/* INTRO SECTION */

.intro-section {
  padding-bottom: 80px;
}

.intro-subheading {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 16px;
  color: var(--stately-gold);
}

.intro-heading {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 16px;
}

.intro-vid-wrapper {
  padding: 0;
}

.intro-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-details {
  width: 80%;
  text-align: center;
  margin-bottom: 28px;
}

.intro-list {
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
}

.intro-list ul {
  list-style: none;
}

.intro-list li {
  margin-bottom: 1.7rem;
}

.intro-list .item-title {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-bottom: 4px;
}

.intro-list .item-title i {
  position: absolute;
  font-size: 1.1em;
  left: -30px;
  top: 4px;
  transform: rotate(-7deg);
  color: var(--stately-gold);
  -webkit-text-stroke: 0.5px var(--stately-gold);
}

.intro-list .item-detail {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

/* AS FEATURED IN SECTION */
.featured-in-section {
  /* height: 200px; */
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}

.featured-in {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}

.featured-in__img-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.featured-in__img-container {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}

.featured-in__img-container.in-style {
  margin-top: 0;
}

.featured-in__img-container .img-text {
  height: 22px;
  margin-top: 14px;
}

.featured-in__img-container.in-style .img-text {
  height: 29px;
  margin-top: 10px;
}

.featured-in__img-container img:first-child {
  height: 28px;
}

.featured-in .as-seen {
  color: var(--stately-gold);
  font-size: 2.4rem;
  text-wrap: nowrap;
}

/* DIFF SECTION */

.diff-section {
  padding-bottom: 54px;
  padding-top: 50px;
}

.diff-section > .container {
  max-width: 90%;
}

.diff-list {
  justify-content: center;
}

.diff-list-item__text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  padding: 0 2rem;
}

.diff-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-bottom: 2rem;
}

/* CAROUSEL SECTION */

.carousel-section {
  max-width: 1600px;
  margin: 0 auto;
}

/* PRICING SECTION */

.pricing-section {
  background-color: #000;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 12px 10px;
  background-image: url('../img/LP-Background-Aug2023.jpg');
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .pricing-section {
    background-size: 200%;
  }
}

.pricing-container .section-heading {
  color: #f9f9f9;
}

.pricing-container .section-subheading {
  color: #f9f9f9;
}

.pricing-disclaimer {
  font-family: Arapey, serif;
  color: #fff;
}

.pricing-block {
  margin-top: 20px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.pricing-plan {
  background-color: var(--stately-white);
  border-radius: 14px;
  padding: 30px 12px;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.pricing-plan__name {
  background: transparent;
  color: #000;
  position: relative;
  padding: 0 16px;
}

.pricing-plan__details {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  line-height: 25px;
  text-align: center;
}

.pricing-plan__price {
  font-size: 4rem;
  color: #000;
  margin: 1.5rem 0;
  margin-bottom: 1rem;
}

.pricing-plan__per {
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.pricing-plan__value {
  margin-top: 6px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 300;
}

.pricing-plan__value > span {
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.pricing-plan--luxe,
.pricing-plan--regal,
.pricing-plan--presidential {
  border-radius: 0 0 14px 14px;
}

.pricing-plan__topper {
  width: 100%;
  border-radius: 14px 14px 0 0;
  padding: 20px 20px 15px;
}

.pricing-plan__topper.popular {
  background-color: #47e0a6;
}

.pricing-plan__topper.regal {
  background-color: var(--stately-gold);
}

.pricing-plan__topper.presidential {
  background-color: #ff0000;
  color: #fff;
}

.pricing-plan__topper h2 {
  font-size: 2rem;
  font-weight: 600;
}


.pricing-plan__topper p {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-plan__topper .fa-check {
  margin-right: 4px;
}

.pricing-plan__topper .underline {
  text-decoration: underline;
}

.testimonials-section {
  background-color: #eee;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 12px 48px 12px;
}
.testimonials-container {
  position: relative;
}

.testimonials-container .section-heading {
  color: var(--stately-gold);
}

.testimonials-container .swiper-pagination  {
  bottom: 0 !important;
}

.testimonials-container .swiper-pagination-bullet  {
  background: #222;
}

.testimonials-container .swiper-pagination-bullet-active  {
  background: #000;
}

.swiper {
  max-width: 80vw;
}

@media screen and (min-width: 768px) {
}

.testimonial {
  color: #000;
  text-align: center;
  font-family: 'Montserrat';
  padding: 4rem 0;
}

.testimonial__heading {
  color: var(--stately-gold);
  font-family: 'Montserrat';
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.testimonial__content {
  font-weight: 400;
  font-size: 1.5rem;
}

.testimonial__img {
  height: 75px;
  width: 75px;
  border-radius: 50px;
  object-fit: cover;
  margin: 2rem 0;
}

.testimonial__author-block {
}

.testimonial__name {
  font-weight: 400;
  margin-bottom: 1rem;
}

.testimonial__check {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 1;
  display: inline-block;
  background: #00ada7;
  margin-right: 0.5rem;
  transform: translateY(-2px);
}
.testimonial__check i {
  font-size: 1.1rem;
  transform: translateY(1px);
}

.swiper-button-prev,
.swiper-button-next {
  color: #222 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -80px !important;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -80px !important;
  left: auto;
}

/* BRANDS SECTION */

.brands-section {
  background: #fff;
  padding: 56px 36px 36px;
}

.brands-container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.brand-item {
  margin-bottom: 30px;
}

.brands-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  align-items: center;
}

.brands-list > img {
  max-width: 85%;
  max-height: 64px;
  margin: 0 auto 3.6rem;
}

.brands-list > img:last-child {
  max-height: 100px;
}

/* QUIZ SECTION */

.quiz-section {
  padding: 50px 15px 20px;
}

.quiz-details {
  font-size: 1.4rem;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
}

.quiz-signin {
  margin-top: 24px;
  font-size: 1.4rem;
}

.stylist-img-wrapper {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.stylist-img {
  height: 250px;
  width: 250px;
  border-radius: 40%;
  object-fit: cover;
  object-position: -49px 109%;
  margin: 2rem 0;
  transform: scale(1.3);
}

.stylist-name {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.faq-section {
  background-color: #000;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 12px 60px 12px;
}

/* FOOTER */

.footer {
  padding: 36px 30px 30px;
}

.footer-logo {
  height: auto;
  width: 20rem;
  object-fit: contain;
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
}

.footer-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-list__item {
  margin-bottom: 3px;
}

.row.diff-list {
  width: 95%;
}

.brands-subheading {
  margin-bottom: 24px;
}

.intro {
  margin-top: 16px;
}

.nav-logo {
  max-width: 200px;
  margin: 6px;
}

/* MEDIA QUERIES */

@media (max-width: 575px) {
  #testimonials {
    display: none !important;
    visibility: hidden !important;
  }

  .yotpo-display-wrapper {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 737px) {
  .pricing-plan {
    min-height: 30rem;
  }
}

@media (max-width: 767px) {  
  .nav {
    padding: 1rem 0;
  }

  .nav-logo {
    margin: auto;
  }

  .intro-vid {
    max-height: 348px;
  }
  .announcement {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .intro-list {
    flex-direction: row;
  }

  .featured-in-section .featured-in {
    align-items: center;
  }

  .featured-in__img-row {
    flex-direction: row;
    width: 100%;
  }

  .featured-in__img-row .featured-in__img-container {
    width: 50%;
  }

  .featured-in__img-container.in-style {
    margin-top: 10px;
  }

  .swiper {
    width: 70%;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .nav-link {
    display: block !important;
  }

  .stately-btn {
    padding: 14px 48px;
  }

  .row.diff-list {
    width: 100%;
    margin-bottom: 4rem;
  }

  .diff-list-item:not(:first-child) {
    border-left: 1px solid var(--stately-gold);
  }

  .diff-list-item:last-child {
    display: none;
  }

  .intro-details {
    text-align: left;
    font-size: 1.4rem;
  }

  .intro-subheading {
    font-size: 1.8rem;
  }

  .intro-heading {
    font-size: 2.5rem;
  }

  .pricing-block {
    padding-right: 7px;
    padding-left: 7px;
  }

  .pricing-plan__details {
    font-size: 1.2rem;
    margin-right: 10px;
    margin-left: 10px;
  }

  .brands-list {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  .quiz-details {
    font-size: 1.8rem;
  }

  .footer-link {
    margin-right: 2.1rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .intro {
    padding-top: 49px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricing-plan__topper {
    padding: 20px 10px;
  }
}

@media (min-width: 992px) {
  .pricing-plan__details {
    font-size: 1.3rem;
  }

  .featured-in-section .featured-in {
    flex-direction: row;
    padding: 3rem 0;
    width: 100%;
  }

  .featured-in__img-row {
    width: fit-content;
    padding: 0 3rem;
  }

  .featured-in__img-container {
    padding-left: 3rem;
    padding: 0;
  }

  .featured-in__img-container:last-child {
    margin-left: 4rem;
  }
}

@media (min-width: 1200px) {
  .nav {
    padding: 1rem 3rem;
  }

  .section-heading {
    font-size: 3rem;
  }

  .intro-heading {
    font-size: 3.2rem;
    width: 100%;
  }

  .intro-subheading {
    font-size: 1.8rem;
  }

  .intro {
    padding: 72px;
  }

  .intro-list {
    padding: 48px 9vw;
  }

  .intro-details {
    text-align: left;
    font-size: 2rem;
  }

  .featured-in__img-row {
    padding: 0 4rem;
  }

  .featured-in .as-seen {
    margin-right: 3rem;
  }

  .featured-in__img-container:last-child {
    margin-left: 6rem;
  }

  .diff-list-item__text {
    font-size: 1.8rem;
  }

  .howitworks-step__text {
    font-size: 1.8rem;
  }

  .pricing-plan {
    border: none;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 30px;
    height: 80%;
    min-height: 40rem;
  }

  .pricing-plan__topper {
    height: 20%;
  }

  .pricing-plan__topper.popular {
    height: 20%;
  }

  .pricing-plan__name {
    font-size: 2.3rem;
    background: 0 0;
  }

  .pricing-plan__details {
    font-size: 1.5rem;
  }

  .pricing-plan__price {
    font-size: 5.5rem;
  }

  .pricing-plan__value {
    font-size: 1.7rem;
  }

  .quiz-details {
    font-size: 1.8rem;
    width: 70%;
    margin-top: 7px;
    margin-bottom: 36px;
  }

  .pricing-block {
    width: 313px;
    max-width: 24%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .row.pricing-row {
    width: 131%;
  }

  .pricing-row .stately-btn {
    color: #000;
  }

  .pricing-row .stately-btn:hover {
    background-color: var(--stately-white);
  }

  .pricing-container {
    margin: 0 100px;
  }

  .nav-logo {
    max-width: 260px !important;
  }
}
