﻿@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.eot");
  src: url("../fonts/Satoshi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.eot");
  src: url("../fonts/Satoshi-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "clashgrotesk-bold";
  src: url("../fonts/ClashGrotesk-Bold.ttf") format("truetype");
}
/*
@font-face {
    font-family: 'clashgrotesk-regular';
    src: url('../fonts/clashgrotesk-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'clashgrotesk-light';
    src: url('../fonts/clashgrotesk-light.ttf') format('truetype');
}
*/
.nk-button-icon {
  position: relative;
}
.nk-button-icon::before, .nk-button-icon::after {
  transition: opacity 0.3s;
}
.nk-button-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.nk-button-icon {
  font-size: 0;
}
.nk-button-icon::before {
  content: var(--icon);
}
.nk-button-icon::after {
  content: var(--icon-h);
}

html {
  font-size: 10px;
}

body {
  font-family: "Satoshi";
}

#section-landing-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  background: linear-gradient(to bottom, rgba(20, 23, 56, 0.77), transparent);
  height: 17.5rem;
  text-align: center;
  z-index: 1000;
  pointer-events: none;
}

.section-landing {
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  .section-landing {
    flex-direction: row;
  }
}
.section-landing .section-landing-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  transition: all 0.3s;
  text-decoration: none;
}
@media (min-width: 720px) {
  .section-landing .section-landing-side {
    width: 50%;
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media (max-width: 720px) {
  .section-landing .section-landing-side {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section-landing .section-landing-side:hover .section-landing-side-arrows .nk-button-icon::before {
  opacity: 0;
}
.section-landing .section-landing-side:hover .section-landing-side-arrows .nk-button-icon::after {
  opacity: 1;
}
.section-landing .section-landing-side:hover .section-landing-side-effect::before {
  opacity: 1;
}
.section-landing .section-landing-side > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-landing .section-landing-side .section-landing-side-arrows .nk-button-icon {
  display: inline-block;
}
.section-landing .section-landing-side .section-landing-side-effect {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.section-landing .section-landing-side .section-landing-side-effect::before, .section-landing .section-landing-side .section-landing-side-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.section-landing .section-landing-side .section-landing-side-effect::before {
  background: linear-gradient(to top, #141738, rgba(20, 23, 56, 0.15));
  opacity: 0.5;
  transition: opacity 0.5s;
}
.section-landing .section-landing-side .section-landing-side-effect::after {
  background: #141738;
  mix-blend-mode: multiply;
}
.section-landing .section-landing-side .section-landing-side-main,
.section-landing .section-landing-side .section-landing-side-arrows {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  z-index: 100;
}
.section-landing .section-landing-title_border {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.section-landing .section-landing-title {
  color: white;
  font-family: clashgrotesk-bold;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 800px) {
  .section-landing .section-landing-title {
    font-size: 55px;
  }
}
@media (min-width: 1400px) {
  .section-landing .section-landing-title {
    font-size: 100px;
  }
}
.section-landing .section-landing-side-content {
  font-size: 18px;
  font-weight: 500;
  color: #C7CAE2;
  position: relative;
}
.section-landing .section-landing-side-content.section-landing-side-content--left {
  padding-left: 30px;
}
.section-landing .section-landing-side-content.section-landing-side-content--left::before {
  left: 0;
}
.section-landing .section-landing-side-content.section-landing-side-content--right {
  padding-right: 30px;
}
.section-landing .section-landing-side-content.section-landing-side-content--right::before {
  right: 0;
}
.section-landing .section-landing-side-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #C24239;
}
