@import url('https://fonts.cdnfonts.com/css/creato-display');
@import url('https://fonts.cdnfonts.com/css/kenoky');

body {
  margin: 0;
  padding: 0;
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

/* MENU */
.menu-container {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #151515;
  padding: 0 80px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1;
}

.menu-line {
  width: 23px;
  max-height: 3px;
  border-bottom: 1px solid #FFF;
  transition: max-height 200ms ease-in-out;
}

.menu-home img {
  height: 22px;
  cursor: pointer;
}

.menu {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 80px;
}

.menu:hover .menu-line {
  max-height: 5px;
}

.menu-items {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(15, 15, 14, .9);
  backdrop-filter: blur(40px);  
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transform: translateY(-100%);
  transition: transform 500ms ease-in-out;
}

.menu-items-hidden {
  visibility: hidden;
}

.menu-items-list .menu-item{
  max-height: 0;
  overflow: hidden;
  transition: max-height 800ms ease-in-out 500ms;
}

.menu-items-active {
  transform: translateY(0);
}

.menu-items-active .menu-items-list .menu-item {
  max-height: 120px;
}

.menu-item {
  font-family: "Creato Display";
  font-size: 80px;
  text-align: center;
  cursor: pointer;
}

.menu-item:hover {
  color: rgb(220, 265, 64);
}

/* ============== */


/* TITLE */

.title-container {
  background: #151515;
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.title-conainer-text {
  width: 800px;
}

.title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
}

.subtitle {
  font-family: 'KENOKY';
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 120%;
}

.description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.description-line {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 122%;
  display: flex;
  align-items: center;
  text-transform: none;
}

.description-line span {
  font-family: 'KENOKY';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  margin-right: 6px;
}

.vl {
  margin: 0 auto 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px;
}

.vl-short {
  margin: 32px auto 0;
  height: 32px;
}

/* ================================================================= */


/* Sections */
.section {
  width: 100%;
  padding: 120px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-dark {
  background: #151515;
  color: #FFFFFF;
}

.section-black {
  background: #000;
  color: #FFFFFF;
}

.section-ligth {
  background: #F7F8FA;
  color: #1E1F21;
}

.section-black-light {
  background: linear-gradient(0, #F7F8FA 70%, #000 30%)
}

.section-dark-light {
  background: linear-gradient(0, #F7F8FA 70%, #151515 30%)
}

.section-light-dark {
  background: linear-gradient(0, #151515 50%, #F7F8FA 50%)
}

.section-light-80-dark {
  background: linear-gradient(0, #151515 10%, #F7F8FA 10%)
}

.section-dark-20-light {
  background: linear-gradient(0, #F7F8FA 20%, #151515 0%);
}

.section-light-20-dark {
  background: linear-gradient(0, #151515 80%, #F7F8FA 0%);
}

.section-asset {
  padding: 0;
}

.section-content {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: column;
}

.section-title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
}

.section-title-big {
  font-size: 40px;
}

.section-title span {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-left: 8px;
}

/* ================================================================= */

.hero {
  width: 100%;
  height: max-content;
}

.hero .desktop-image {
  width: 100%;
  height: 40vw;
}

.hero-auto-height img {
  height: auto !important;
}

.iframe-video {
  width: 948px;
  height: 535px;
  display: flex;
  margin: 0 auto 100px;
  border: 0;
}

.small-cards {
  display: flex;
}

.small-card {
  display: flex;
  width: 146px;
  height: 146px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-right: 5px;
  flex-direction: column;
}

.small-card-emoji {
  margin-bottom: 24px;
}

.concept-card {
  width: 288px;
  height: 98px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  padding: 32px 20px;
  box-sizing: border-box;
}

.two-column-text {
  display: flex;
  justify-content: space-between;
}

.text-body {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.01em;
  max-width: 50%;
}

.text-body-big {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 120%;
  margin-bottom: 90px;
}

.text-body-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

.concept-cards,
.goals-cards {
  display: flex;
}

.goals-card {
  display: flex;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #EEFE8A;
  box-shadow: 0px 0px 1px rgba(0, 50, 77, 0.1), 0px 0px 2px rgba(0, 50, 77, 0.09), 0px 4px 16px rgba(0, 50, 77, 0.1);
  height: 99px;
  width: 310px;
  padding: 24px 28px;
  box-sizing: border-box;
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

.text-container {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
}

.text-container-right {
  display: flex;
  flex-direction: row-reverse;
}

.text-container-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-container-title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  max-width: 402px;
  margin-bottom: 24px;
}

.text-container-body {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  max-width: 800px;
}

.text-container img {
  width: 45%;
  height: auto;
  object-fit: contain;
}

.center-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center-text-overline {
  color: #9398A3;
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.center-text-overline-light {
  color: #FFF;
}

.center-text-overline-capitalize {
  font-family: 'KENOKY';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: lowercase;
}

.center-text-overline-capitalize::first-letter {
  text-transform: uppercase;
}

.center-text-title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #1E1F21;
  margin-bottom: 20px;
}

.center-text-title-light {
  color: #FFF;
}

.center-text-body {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1E1F21;
  max-width: 848px;
}

.center-text-body-light {
  color: #FFF;
}

.center-text-body-short {
  max-width: 450px;
}

.asset {
  width: 100%;
  height: auto;
}

.objectives-title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #9398A3;
}

.objectives-container {
  display: flex;
  margin-top: 80px;
}

.objective {
  width: 325px;
  height: max-content;
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}

.objective-overline {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #9398A3;
  margin-bottom: 12px;
}

.objective-title {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1E1F21;
  margin-bottom: 12px;
}

.objective-title-white {
  color: #FFF;
}

.objective-body {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.text-ctas {
  display: flex;
}

.text-ctas button {
  width: 129px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: transparent;
  color: #FFF;
  cursor: pointer;
}

.text-ctas button:last-child {
  margin-right: 0;
}

/* PROS CONS*/
.pros-cons {
  font-family: 'Creato Display';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  margin-top: 40px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.pro-con {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
}

.pro-con-content {
  font-weight: 400;
  width: 60%;
}

.pro {
  margin-bottom: 24px;
}

.pro,
.con {
  display: flex;
  align-items: center;
}