/* === Reset CSS (basic) === */

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul[role='list'], ol[role='list'], ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Reset links */
a {
  text-decoration: none;
  color: inherit;
}

/* Set default body styles */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Images: max width */
img, picture {
  max-width: 100%;
  display: block;
}

/* Form elements: inherit font */
input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

/* Remove animations for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


@font-face {
  font-family: 'e-Ukraine';
  src: url('../assets/fonts/e-ukraine/e-Ukraine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'e-Ukraine';
  src: url('../assets/fonts/e-ukraine/e-Ukraine-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'e-Ukraine';
  src: url('../assets/fonts/e-ukraine/e-Ukraine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'e-UkraineHead';
  src: url('../assets/fonts/e-ukraine Headers/e-UkraineHead-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'e-UkraineHead';
  src: url('../assets/fonts/e-ukraine Headers/e-UkraineHead-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedHairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedThin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedBook.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'UAFSans';
  src: url('../assets/fonts/UAF_sans/UAFSans-ExpandedUltra.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Blond.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../assets/fonts/Unbounded/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

* {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'e-Ukraine', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  body {
    padding-top: 82.5rem;
  }
}

h1, h2, h3 {
  font-family: 'e-UkraineHead', sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

:root {
  --mobile: calc(10 / 3.75 * 1vw);
  --desktop: calc(10 / 14.4 * 1vw);
  --bigdesktop: calc(10 / 19.2 * 1vw);
  font-size: var(--desktop);
}
/* 
@media (max-width: 1440px) {
  :root {
    font-size: var(--desktop);
  }
} */

@media (max-width: 767px) {
  :root {
    font-size: var(--mobile);
  }
}

.container {
  padding: 0 11.5rem;
}

@media (max-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}

.button {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  text-transform: uppercase;
  padding: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #FFF;
  border-radius: 4.5rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.button span {
  position: relative;
  z-index: 1;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #7EFF9A -42.24%, #000 84.04%);
  transition: opacity 0.3s;
  opacity: 0;
}

.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4FE06E;
  transition: opacity 0.3s;
  opacity: 0;
}

.button:hover::before {
  opacity: 1;
}
.button:active {
  color: #000;
}
.button:active::after{
  opacity: 1;
}

@media (max-width: 767px) {
  .button {
    font-size: 1.6rem;
  }
}

/* Expert Section */
.h2 {
  font-family: "UAFSans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 3.2rem;
    letter-spacing: 0.128rem;
  }

  .p {
    font-size: 1.6rem;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0;
}