@font-face {
  font-family: "flexi";
  src: url(fonts/Flexi_IBM_VGA_True.ttf);
}
@font-face {
  font-family: "yugee";
  src: url(fonts/YugeeTechnoSans.otf);
}
* {
  font-family: "flexi", sans-serif;
  padding: 0;
  margin: 0;
}
::selection {
  background: #04ffd1;
  color: #fff;
}
html {
  scroll-behavior: auto !important;
  background: #0e0c0e;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.section-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.fl-page {
  overflow: hidden;
}
h1 {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}
h2 {
  font-size: 94px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}
p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: "yugee";
}
p.p-large {
  font-size: 20px;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  color: #79c6ab;
}
a:hover {
  color: #79c6ab;
}
a.btn-black {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #313537;
  padding-left: 32px;
  padding-right: 32px;
  letter-spacing: 3px;
  height: 48px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #313537;
}
a.btn-black:hover {
  background: #fff;
  color: #313537;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
.d-flex-center {
  align-items: center;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.desktop-col-8 {
  flex-basis: 66.6%;
  max-width: 66.6%;
}
.desktop-col-7 {
  flex-basis: 58.3%;
  max-width: 58.3%;
}
.desktop-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.desktop-col-5 {
  flex-basis: 41.6%;
  max-width: 41.6%;
}
.desktop-col-4 {
  flex-basis: 33.3%;
  max-width: 33.3%;
}
.desktop-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.img-wrapper {
  position: relative;
}
.owl-carousel img {
  width: auto !important;
}
/* end general */

/* header */
.mobile-menu {
  display: none;
}
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .section-container {
  max-width: 100% !important;
  padding-left: calc((100vw - 1200px) / 2);
  padding-top: 35px;
  padding-right: 35px;
}
.desktop-menu ul {
  display: flex;
}
.desktop-menu {
  margin-left: auto;
}
.desktop-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  margin-left: 42px;
  transition: all 0.3s ease;
}
.desktop-menu ul li a:hover {
  color: #04ffd1;
}
.header-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 44px;
}
.header-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #222022;
  color: #fff;
  text-transform: uppercase;
  width: 160px;
  height: 46px;
  margin-left: 12px;
  transition: all 0.3s ease;
  border: 1px solid #222022;
}
.header-btns a:hover {
  background: transparent;
  border: 1px solid #fff;
}
.uniswap-btn {
  position: relative;
}
.uniswap-btn::before {
  position: absolute;
  content: "";
  background-image: url(images/unicorn.svg);
  width: 26px;
  height: 29px;
  background-size: contain;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
/* footer */
.separator-line {
  border-top: 1px solid #393939;
  margin: 80px 0;
}
.footer-top {
  max-width: 1017px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer-top h2 {
  text-transform: uppercase;
}
.footer-top h2 span {
  color: #04ffd1;
}
.footer-row {
  padding: 160px 20px 105px !important;
}
.footer-btns {
  display: flex;
  margin-top: 40px;
}
.footer-btns a {
  height: 57px;
  width: 100%;
  margin-right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #04ffd1;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 20px;
}
.footer-btns a:hover {
  background: #04ffd1;
  color: #000;
}
.footer-btns a:last-of-type {
  margin-right: 0;
}
.footer-top p:first-of-type {
  margin-bottom: 30px;
}
.footer-right-wrap p {
  margin-right: 35px;
}
.footer-right-wrap {
  padding-left: 112px;
}
.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-social-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  gap: 25px;
  margin: 0 auto;
}
.footer-social-wrap a {
  width: 139px;
  height: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #222222;
  transition: all 0.3s ease;
}
.footer-social-wrap a:hover {
  background: #04ffd1;
  box-shadow: 0px 0px 20px 2px rgba(4, 255, 209, 0.4);
}
.footer-social-wrap a svg path {
  transition: all 0.3s ease;
}
.footer-social-wrap a:hover svg path {
  fill: #000;
}
.footer-logo {
  margin-top: 90px;
}
.footer-bottom span {
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  header .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .desktop-menu ul li a {
    margin-left: 10px !important;
  }
  .header-btns {
    margin-left: 20px;
  }
  .main-nav__logo {
    max-width: 140px;
  }
}
@media (max-width: 1024px) {
  .header-btns,
  .desktop-menu {
    display: none;
  }
  h1 {
    font-size: 160px;
  }
  h2 {
    font-size: 50px;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  p.p-large {
    font-size: 18px;
  }
  .main-nav__logo img {
    width: 160px;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu__items {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: #0e0c0e;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.2s ease;
    transform: scale(0.4);
    opacity: 0;
    pointer-events: none;
  }
  .mobile-menu__items.active {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
  }
  .mobile-menu__items a {
    font-size: 26px;
    margin-bottom: 25px;
    display: block;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-menu__items li:last-of-type a,
  .mobile-menu__items li:nth-last-child(2) a {
    background: #222222;
    padding: 15px 30px;
    font-size: 22px;
    border-radius: 50px;
  }
  .mobile-menu__items li:last-of-type a:hover,
  .mobile-menu__items li:nth-last-child(2) a:hover {
    background: #fff;
  }
  .mobile-menu__hamburger {
    position: relative;
    z-index: 9;
  }
  .mobile-menu__hamburger span {
    display: flex;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: all 0.2s ease;
  }
  .mobile-menu__hamburger.active span.line-1 {
    transform: rotate(45deg);
  }
  .mobile-menu__hamburger.active span.line-2 {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  p.p-large {
    font-size: 16px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    width: 100px;
  }
  .social-footer {
    justify-content: center;
  }
  .footer-row h5 {
    text-align: center;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-row .flex-row p {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-row .logo-col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .footer-row .vertical-separator {
    display: none;
  }
  .footer-row .flex-row-footer-2 {
    gap: 40px;
  }
  .footer-menu li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .footer-menu {
    margin-top: 20px;
  }
  .mobile-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  h2 {
    font-size: 42px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
  .mobile-menu__items a {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mobile-menu__items li:last-of-type a,
  .mobile-menu__items li:nth-last-child(2) a {
    font-size: 18px;
  }
  .main-nav__logo img {
    width: 130px;
  }
  .mobile-menu__items {
    top: 70px;
    height: calc(100% - 70px);
  }
}
