@import url("https://fonts.googleapis.com/css2?family=Vibur&display=swap");

@font-face {
  font-family: "DomaineDisplayWeb";
  src: url("../fonts/DomaineDisplayWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DomaineDisplayWeb";
  src: url("../fonts/DomaineDisplayWeb-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "DomaineDisplayWeb";
  src: url("../fonts/DomaineDisplayWeb-Extrabold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik";
  font-weight: 100;
  src: url("../fonts/Aeonik-Light.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 200;
  src: url("../fonts/Aeonik-Light.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 300;
  src: url("../fonts/Aeonik-Light.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 400;
  src: url("../fonts/Aeonik-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 500;
  src: url("../fonts/Aeonik-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 600;
  src: url("../fonts/Aeonik-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 700;
  src: url("../fonts/Aeonik-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Aeonik";
  font-weight: 800;
  src: url("../fonts/Aeonik-Black.otf") format("opentype");
}

/* Variables */

:root {
  --theme-blue: #0000ff;
  --color-blue: #303650;
  --theme-white: #ffffff;
  --theme-black: #000000;
  --page-container-padding: 30px;
  /* #e8d0c8; */
  --theme-purple: #b072d2;
  --h-padding: 25px;
  --v-padding: 15px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Aeonik", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: var(--color-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aeonik", serif;
  line-height: 1.1;
}

p {
  display: block;
}

em {
  font-style: italic;
}

.emphasised {
  box-shadow: inset 0 -18px 0 var(--theme-purple) !important;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  position: relative;
  text-decoration: underline;
}

h1 {
  font-size: 85px;
  padding-bottom: 35px;
}

h2 {
  font-size: 60px;
  font-family: "Aeonik";
  /* color: ; */
  padding-bottom: 35px;
}

h3 {
  font-size: 43px;
  line-height: 1.5;
  padding-bottom: 50px;
}

small {
  color: inherit;
}

.button {
  font-size: inherit;
  font-family: inherit;
  padding: 2rem 2.4rem 1.8rem;
  border-radius: 2px;
  background-color: var(--theme-black);
  color: #ffffff;
  font-weight: 300;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.096);
}

.button-white {
  background-color: var(--theme-white);
  color: var(--theme-black);
}

.button-primary {
  background-color: var(--theme-purple);
  color: var(--theme-white);
}

.button-blue {
  background-color: var(--theme-blue);
  color: var(--theme-white);
}

.button:hover {
  opacity: 0.8;
}

::placeholder {
  color: #bdbdbd;
}

:-ms-input-placeholder {
  color: #bdbdbd;
}

::-ms-input-placeholder {
  color: #bdbdbd;
}

.mobile-header {
  padding: 15px 30px 0;
  z-index: 9999;
  align-items: center;
  width: 100%;
  display: none;
}

.mobile-close {
  display: none;
}

.mobile-menu,
.mobile-close {
  width: 45px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.nav-wrapper {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 25px 5vw;
  z-index: 9999;
  transition: 500ms ease-in-out;
  background-color: #ffffff;
  color: var(--color-blue);
}

.nav-item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.nav-item {
  display: inline-block;
  color: var(--color-blue);
}

.nav-item:hover {
  color: var(--theme-purple);
}

.nav-item a {
  text-decoration: none;
}

.nav-item:not(:last-of-type) {
  margin-right: 5vw;
}

.text-white {
  color: var(--theme-white);
}

.text-uppercase {
  text-transform: uppercase;
}

.form {
  display: flex;
  justify-content: center;
}

.masthead-wrapper {
  height: 100vh;
}

.masthead-content {
  background-image: url("../images/curve-header.svg"),
    url("../images/img-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.masthead-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 115vh;
  text-align: center;
  color: #ffffff;
}

.masthead-title {
  font-weight: 600;
}

.masthead-paragraph {
  font-size: 1.9rem;
  max-width: 550px;
  padding-bottom: 35px;
}

/* .section {
  height: 90vh;
} */

.section-medium {
  height: 65vh;
}

.section-small {
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  position: relative;
}

section#about {
  background: #ffffff url("../images/curve-1.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

section#community {
  background: var(--theme-white) url("../images/cubes.png") repeat;
  /* background-size: 100%; */
  background-position: center;
}

.community-link {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}

.heading {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.subheading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

a.button {
  text-decoration: none;
}

.platforms {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 37px;
  justify-items: center;
}

.platforms a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.platforms a img {
  margin-right: 10px;
}

.page-wrapper {
  /* background: linear-gradient(45deg, #d7d2cc, var(--theme-white)),
    url("../images/cubes.png") repeat; */
  /* background: #ffffff; */
  background: var(--theme-white) url("../images/cubes.png") repeat;
  background-position: center;
  padding-bottom: 30px;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}

section#mentorship .section-intro {
  background: var(--theme-black) url("../images/curve-3.svg") no-repeat;
  background-size: cover;
  background-position: center;
  top: -40px;
  left: 0;
  color: #ffffff;
}

section#podcast .section-intro {
  background: var(--theme-white) url("../images/cubes.png") repeat;
  box-shadow: 0px 10px 25px rgba(151, 143, 175, 0.08),
    0px 10px 25px rgba(151, 143, 175, 0.08);
  background-position: center;
  right: 0;
  top: -80px;
}

section#mentorship h2 {
  color: #ffffff;
}

section#podcast h2 {
  color: #000000;
}

.inner-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-intro {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  width: 53%;
}

.section-intro h2 {
  font-weight: 600;
}

.inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.inner-content-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Layout */

.section-content {
  max-width: 450px;
  flex-basis: 45%;
  margin: auto;
}

.section-content h2 {
  font-weight: 600;
}

.section-content-absolute {
  max-width: 450px;
}

/* .section-content-absolute.left {
	margin-left: 110px;
} */

/* .section-content-absolute.right {
	margin-right: 150px;
} */

.section-heading {
  font-family: "Aeonik", serif;
  padding-bottom: 25px;
}

.section-image {
  position: relative;
}

.section-image img {
  position: relative;
  width: 100%;
  max-width: 650px;
}

.section-image::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 2px;
  position: absolute;
  top: -36px;
}

/* .section-image.left::before {
  background-color: var(--theme-purple);
  right: -36px;
} */

.section-image.right::before {
  background-color: var(--theme-black);
  left: -36px;
}

.cta {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 50vh;
  padding: 0 30px;
}

.community-form {
  background-color: var(--theme-white);
  padding: 30px;
  border-radius: 3px;
  max-width: 700px;
  margin: auto;
}

.button-container {
  display: flex;
  justify-content: center;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
select {
  width: 100%;
  padding: 15px 12px 12px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  min-height: 53px;
  color: inherit;
}

select {
  cursor: pointer;
}

.flex-form-group {
  display: flex;
  justify-content: space-between;
}

.flex-form-group .form-group {
  flex: 1;
}

.flex-form-group .form-group:first-of-type {
  margin-right: 25px;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.required {
  color: red;
}

.social-list {
  height: 25px;
  margin-bottom: 18px;
}

.social-list .social-item {
  display: inline-block;
  margin: 0 25px;
}

.footer-copyright {
  font-size: 14px;
}

footer {
  background-color: var(--theme-black);
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
}

.section > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 var(--page-container-padding);
}

.logo {
  height: 80px;
}

.logo-wrap {
  display: flex;
  justify-content: center;
}

.community-header {
  display: flex;
  justify-content: center;
}

.team {
  padding-top: 130.7px;
  padding-bottom: 132px;
}

.team > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 var(--page-container-padding);
}

.team .section-sub-heading {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.team .container .team__content {
  max-width: 470px;
}

.team .container .management {
  margin-top: 130px;
}

.team .container h4 {
  font-weight: 600;
}

.team .container ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, auto));
  gap: 37px;
  margin-top: 51px;
}

.team .container ul li img {
  width: 50px;
}

.team .container ul li h4 {
  margin: 30px 0 12px;
}

.team .container ul li p {
  font-size: 16px;
  line-height: 28px;
}

.team .container ul li a {
  cursor: pointer;
}

.team .container .card {
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(180deg, #ffeace -28.26%, #fff5e9 28.41%);
  box-shadow: 0px 10px 25px rgba(151, 143, 175, 0.08),
    0px 10px 25px rgba(151, 143, 175, 0.08);
  border-radius: 15px;
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team .container .card h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.team .container .card p {
  font-size: 14px;
  line-height: 23px;
  margin: 14px 0 0;
  max-width: 290px;
  text-align: left;
}

.team .container .card img {
  width: 20px;
  margin-top: 16px;
}

.sponsors {
  margin-top: 130px;
}

.sponsors > div {
  max-width: 1200px;
  margin: auto;
  padding: 0 var(--page-container-padding);
}

.sponsors h2 {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

#show-copy-text {
  display: none;
  color: #008000;
}

.slider {
  display: flex;
  justify-content: center;
}
/* Slider */

.slick-slide {
  margin: 0px 20px;
  width: 100px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  /* display: block; */
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 769px) {
  .inner-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 var(--page-container-padding);
  }

  .section .inner-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section .inner-content .inner-content-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 78px;
  }
  h2 {
    font-size: 55px;
  }
  .section {
    height: 100vh;
  }
  .section-content {
    max-width: 465px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .section {
    height: 60vh;
  }
  .section-medium,
  .section-intro {
    height: 45vh;
  }
  .section-intro {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 39px;
  }
  .section-image img {
    max-width: 400px;
  }
  .section-content-absolute {
    max-width: 360px;
  }
  .emphasised {
    box-shadow: inset 0 -14px 0 var(--theme-purple) !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .section-content {
    max-width: 80%;
  }
  .inner-content-flex.mobile-image-right {
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 67px;
  }
  h3 {
    font-size: 34px;
  }
  .team .section-sub-heading {
    font-size: 31px;
  }
  .masthead-title-container {
    height: 100vh;
  }
  .section {
    height: auto;
  }
  .section-content {
    padding: 50px 30px 60px;
    order: 1;
  }
  .section-image::before {
    display: none;
  }
  .inner-content-flex {
    align-items: flex-start;
    flex-direction: column;
  }

  .emphasised {
    box-shadow: inset 0 -13px 0 var(--theme-purple) !important;
  }
  section#podcast .section-intro {
    top: 0;
  }
  .section-image.right::before {
    left: -36px;
  }
  .section-intro {
    width: 100%;
    height: auto;
    min-height: 50vh;
    padding: 30px;
  }
  .inner-content {
    flex-direction: column;
  }
  section#mentorship .section-intro {
    top: 0;
  }
  .section-intro {
    position: relative;
  }
  .section-medium {
    height: auto;
  }
  .section-content-absolute.left {
    order: 1;
    margin-left: 0;
    margin: 60px 30px;
  }
  .section-content-absolute.right {
    margin-right: 0;
    margin: 60px 30px;
  }
  .cta {
    height: 40vh;
  }
}

/* QR CODE  */
.qr-code-container {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px;
  margin-top: 25px;
}
.qr-code {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.qr-code-left::before,
.qr-code-left::after {
  border-color: #d6d2fd;
  border-width: 2px;
  content: "";
  display: block;
  height: 24px;
  pointer-events: none;
  position: absolute;
  width: 24px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.qr-code-left::after {
  top: 0;
  border-top-left-radius: 12px;
  border-right: none;
  border-bottom: none;
}
.qr-code-left::before {
  bottom: 0;
  border-bottom-left-radius: 12px;
  border-right: none;
  border-top: none;
}

.qr-code-right::before,
.qr-code-right::after {
  border-color: #d6d2fd;
  border-width: 2px;
  content: "";
  display: block;
  height: 24px;
  pointer-events: none;
  position: absolute;
  width: 24px;
  border-right-style: solid;
  right: 0;
}
.qr-code-right::after {
  top: 0;
  border-top-right-radius: 12px;
  border-left: none;
  border-bottom: none;
  border-top-style: solid;
}
.qr-code-right::before {
  bottom: 0;
  border-bottom-right-radius: 12px;
  border-left: none;
  border-top: none;
  border-bottom-style: solid;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 26px;
  }
  .mobile-header {
    display: flex;
  }
  .nav-wrapper {
    background: #ffffff;
    height: 100vh;
    width: 72%;
    padding: 25px 7vw;
    transform: translateX(-500px);
  }
  body.nav-is-open .nav-wrapper {
    transform: translateX(0);
  }
  body.nav-is-open .mobile-close {
    display: block;
  }
  body.nav-is-open .mobile-menu {
    display: none;
  }
  body.nav-is-open .mobile-close {
    display: block;
  }
  .nav-item-list {
    flex-direction: column;
    align-items: flex-start;
    height: 65vh;
  }
  .nav-item {
    font-size: 23px;
    color: inherit;
    padding: 20px 0;
    margin: 0;
  }
  .nav-item:not(:last-of-type) {
    margin: 0;
  }
  .nav-item.nav-logo {
    display: none;
  }
  .masthead-paragraph {
    font-size: inherit;
  }
  .section {
    height: auto;
  }
  .section-content,
  .section-image img {
    max-width: 100%;
  }
  .masthead-title-container {
    align-items: flex-start;
    text-align: left;
    padding: 30px;
    height: 110vh;
  }
  .section-intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .social-list {
    margin-bottom: 30px;
  }
}
