/* -------------------- Custom normalise --------------------*/
@font-face {
  font-family: "Corleone";
  src: url("fonts/Corleone-Regular.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Corleone Due";
  src: url("fonts/Corleone-Due-Regular.otf") format("opentype");
  font-weight: 600;
}
* {
  box-sizing: border-box;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.84vw;
  background-color: #0f0f0f;
  color: #f2efe9;
  font-family: "EB Garamond", sans-serif;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  background-color: #0f0f0f;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #f2efe9;
  font-family: "EB Garamond", sans-serif;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
  font-family: "EB Garamond", sans-serif;
}

.alignCenter {
  text-align: center;
  width: 100%;
  display: block;
}

.alignCenter h2,
.alignCenter h3,
.alignCenter h4,
.alignCenter h5,
.alignCenter h6,
.alignCenter p {
  text-align: center;
}

.capitalize,
.capitalize p,
.capitalize h2,
.capitalize h3,
.capitalize h4,
.capitalize h5,
.capitalize h6 {
  text-transform: uppercase;
}

.textM,
.textL,
.textR,
.textS {
  font-family: "EB Garamond";
  font-weight: 400;
  color: #f2efe9;
  line-height: 130%;
}

.textM {
  font-size: 1rem;
  font-weight: 600;
}

.textR {
  font-size: 1rem;
  font-weight: 400;
}

.textL {
  font-size: 1.5rem;
  font-weight: 600;
}

.textBold {
  font-weight: 500;
}

.textS {
  font-size: 0.85rem;
}

.textXS {
  font-size: 0.75rem;
  padding: 0;
}

section {
  padding: 0 14%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Corleone", "EB Garamond", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  color: #f2efe9;
}

h2,
.nonHome h1 {
  text-shadow: none;
  font-size: 5rem;
  font-weight: 900;
  line-height: 120%;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

h6 {
  text-transform: none;
  font-size: 1.5rem;
}

h5 {
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
}

h3,
h4,
h5,
h6,
.buttonFull {
  font-family: "Corleone Due";
}

.noPadding {
  padding: 0;
}

.buttonFull {
  padding: 1.4rem 3rem;
  color: #f2efe9;
  line-height: 1rem;
  display: inline-block;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.buttonFull {
  background-color: #8c2a2a;
}
.buttonFull:hover {
  background-color: #262626;
}

.buttonBlack {
  background-color: #0f0f0f;
}

h3,
h4,
h5,
h6,
.buttonFull {
  font-family: "Corleone Due";
}

/* header */
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}
header .logo {
  height: 4.3rem;
}
header .menuToggle {
  display: none;
}

.hero {
  margin: 0;
  position: relative;
  min-height: calc(100vh - 9rem);
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.hero main {
  margin-top: 6rem;
  width: 40%;
}
.hero main .textL {
  margin: 2.5rem 0;
}
.hero .review {
  position: absolute;
  right: 14%;
  bottom: 2rem;
  width: 20rem;
}
.hero .review img {
  float: right;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}
.hero .review p {
  text-align: right;
  float: right;
}
.hero .founder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  right: 16%;
  top: 48%;
}

.partners {
  position: relative;
  width: 100%;
  background-color: #8c2a2a;
  height: 9rem;
  white-space: nowrap;
  position: relative;
}
.partners ul {
  height: 100%;
  padding: 3.5rem 0;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  gap: 8rem;
  animation: 30s slides infinite linear;
  justify-content: space-evenly;
  margin: 0 4rem;
}
.partners ul li {
  display: inline-block;
}
.partners ul img {
  height: 100%;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.about {
  padding: 9.5% 14%;
}
.about video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.8;
}
.about .mentorship {
  padding: 0 17%;
}
.about .mentorship > h3 {
  margin: 2rem 0;
}
.about .mentorship p {
  padding: 0 13%;
}
.about .team {
  margin-top: 6rem;
}
.about .team li {
  position: relative;
  padding: 0 0.25rem;
}
.about .team li .blendWrapper {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.about .team li .blendWrapper::after {
  border-radius: 2rem;
  content: "";
  position: absolute;
  mix-blend-mode: hard-light;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #8c2a2a;
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.about .team li img {
  width: 100%;
}
.about .team li h6 {
  margin: 1rem 0;
}
.about .team li p {
  font-size: 1rem;
  font-weight: 600;
}
.about .team li p:nth-last-child(1) {
  margin-top: 1rem;
}
.about .team li:hover .blendWrapper::after {
  opacity: 0.3;
}

.membership {
  background-color: #8c2a2a;
  padding: 4rem calc(14% - 2rem);
}
.membership::before {
  content: "";
  background-image: url("../img/splatter.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.membership .access {
  padding-bottom: 2rem;
}
.membership .access .accessList {
  display: grid;
  grid-template-columns: 25% 21% 25% 26%;
  justify-content: space-between;
}
.membership .access li h5 {
  margin: 1.5rem 0;
}
.membership .access li img {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 5rem;
}
.membership .access li p {
  font-weight: 500;
}
.membership .access li:nth-child(1) {
  margin: 5.5rem 0;
  width: 100%;
  grid-column: 1/-1;
}

.ctaRight {
  padding: 7.3rem 14%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-image: url("../img/cta_bcg.jpg");
  background-size: cover;
}
.ctaRight h4 {
  margin: 2rem 0;
}

.ctaFlex > div {
  padding: 7rem 0;
  border-top: 1px solid #f2efe9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctaFlex::before {
  content: "";
  background-image: url("../img/shatter_testimonials.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35%;
  right: 15%;
  width: 50%;
  height: 100vh;
}

.learn {
  padding: 8rem 14%;
}
.learn::before {
  content: "";
  background-image: url("../img/shatter_learn.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 35%;
  height: 100%;
}
.learn h2 {
  margin-bottom: 6rem;
}
.learn > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.learn > div img {
  flex: 1;
  border-radius: 1.5rem;
  width: 70%;
}
.learn > div ul li {
  display: block;
  font-size: 2rem;
  font-family: "Corleone Due";
  white-space: nowrap;
  padding: 0.45rem 0.4rem;
}

.track {
  display: flex;
  gap: 0.5rem;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.track li {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.track li.active {
  opacity: 1;
}

.triggerNav {
  display: none;
}

.team,
.testimonials {
  padding: 0 3rem;
}
.team > a,
.testimonials > a {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 0;
  height: 1.5rem;
  width: 1rem;
  z-index: 10;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.team > a.off,
.testimonials > a.off {
  pointer-events: none;
  opacity: 0.3;
}
.team > a:nth-child(1),
.testimonials > a:nth-child(1) {
  right: auto;
  left: 0;
  transform: scale(-1);
}

.clientTestimonials {
  padding: 4rem 14%;
}
.clientTestimonials .testimonials {
  margin: 5rem 0;
}
.clientTestimonials .testimonials .track {
  align-items: center;
}
.clientTestimonials .testimonials li img {
  width: 100%;
}

footer {
  padding: 6rem 14%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #8c2a2a;
}
footer::before {
  content: "";
  background-image: url("../img/splatter.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
footer .footerLogo img {
  height: 6rem;
}
footer .footerLogo h3 {
  margin: 2rem 0;
}
footer .quote {
  width: 40%;
}
footer .quote h3:nth-child(2) {
  margin: 3rem 0;
}
footer .quote .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  section {
    padding: 0 5%;
  }
  html {
    font-size: 14px;
  }
  .buttonFull span {
    font-size: 1.7rem;
  }
  .hero {
    min-height: 100vh;
    background-size: 150%;
    background-position: 25% bottom;
  }
  .hero header .buttonFull {
    display: none;
  }
  .hero main {
    min-width: 25rem;
    max-width: 100%;
    margin-top: 1rem;
    padding-bottom: 20rem;
  }
  .hero main .textL {
    margin: 1rem 0;
  }
  .hero .review {
    right: auto;
    left: 5%;
  }
  .hero .review img,
  .hero .review p {
    float: none;
    text-align: left;
  }
  .hero .founder {
    left: 5%;
    bottom: 20%;
    top: auto;
    right: auto;
  }
  .about {
    padding: 5rem 5%;
  }
  .about .mentorship {
    padding: 0;
  }
  .about .mentorship .textM {
    padding: 0;
  }
  .about video {
    height: 100%;
    width: auto;
    left: -30%;
  }
  .membership {
    padding: 5rem 5%;
  }
  .membership .access .accessList {
    grid-template-columns: auto auto;
    row-gap: 2rem;
  }
  .membership .access .accessList li p {
    padding: 0 1rem;
  }
  .ctaRight {
    background-position: -50rem center;
  }
  .learn {
    padding: 5rem 5%;
    z-index: 11;
  }
  .learn::before {
    width: 100%;
  }
  .learn > div {
    flex-direction: column;
  }
  .learn > div img {
    width: 100%;
  }
  .learn > div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly;
  }
  .learn > div ul li {
    min-width: 45%;
  }
  .ctaFlex::before {
    width: 100%;
    left: auto;
    right: -10%;
  }
  .ctaFlex > div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  .clientTestimonials {
    padding: 2rem 5%;
  }
  .clientTestimonials .testimonials {
    padding: 0;
    margin: 3rem 0;
  }
  .clientTestimonials .testimonials > a {
    top: calc(100% + 1rem);
    right: 20%;
  }
  .clientTestimonials .testimonials > a:nth-child(1) {
    left: 20%;
  }
  footer {
    flex-direction: column;
    gap: 2rem;
  }
  footer .quote {
    width: 100%;
  }
  footer .quote .author {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  footer .img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  section, .about, .membership, .learn, .clientTestimonials, footer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hero .founder {
    right: 5%;
    bottom: 20%;
  }
  .ctaRight {
    align-items: flex-start;
  }
  footer .quote {
    width: 60%;
  }
  footer .footerLogo {
    width: 20%;
  }
  footer .footerLogo img {
    height: 4rem;
  }
}/*# sourceMappingURL=main.v3.css.map */