@import "./normalize.css";
@import "./fonts.css";

:root {
  box-sizing: border-box;
}

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

::selection {
  color: #ffffff;
  background: #1778f2;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  background: #10131b;
  color: #97a2bf;
  z-index: 0;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: absolute;
  width: 1265px;
  height: 1265px;
  left: 50%;
  transform: translateX(-50%);
  top: -661px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #3a445f 0%,
    rgba(16, 19, 27, 0) 100%
  );
  filter: blur(34px);
  z-index: -1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  padding: 0;
  margin: 0 0 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 64px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 57px;
}

p {
  margin: 0 0 15px;
  padding: 0;
  color: #97a2bf;
}

.btn-link {
  display: inline-block;
  border-radius: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 18px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-link.is-mobile {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 19px;
  min-width: 233px;
}

.btn-link:hover {
  opacity: 0.9;
}

.btn-gray {
  background: #262d40;
}

.btn-blue {
  background: #1778f2;
  min-width: 282px;
}

.btn-white {
  padding: 20px 40px;
  background: #ffffff;
  color: #177df2;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.u-label{
  display: inline-flex;
  padding: 5px 18px;
  line-height: 26px;
  font-weight: 700;
  color: #00c2ff;
  background: rgba(0, 194, 255, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
}
.description {
 font-size: 22px;
}

.section-1 {
  position: relative;
  overflow: hidden;
}

.section-2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2559px;
  height: 593px;
  background: url(../img/big-line.png) center 0 no-repeat;
  background-size: contain;
  z-index: -1;
}

.section-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.join-wrapper {
  position: relative;
  padding: 70px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 0;
  border-radius: 40px;
  background: linear-gradient(93.48deg, #1778f2 -2.62%, #1fc9ff 100%);
}

.join-wrapper:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: -27px;
  left: 103px;
  right: 103px;
  margin: auto;
  background: #1e2432;
  border-radius: 34px;
  display: flex;
  z-index: -1;
}

.join-wrapper:after {
  content: "";
  position: absolute;
  top: 122px;
  bottom: -52px;
  left: 162px;
  right: 162px;
  background: #191e29;
  opacity: 0.5;
  border-radius: 30px;
  display: flex;
  max-width: 725px;
  z-index: -2;
}

.join-wrapper .join-title {
  margin-bottom: 36px;
}

header {
  padding: 27px 48px 5px;
  display: flex;
  justify-content: flex-end;
}

.main-content {
  text-align: center;
}

.logo {
  display: inline-block;
  margin-bottom: 40px;
}

.main-subtitle {
  margin-bottom: 50px;
}

.section-3 {
  padding-top: 10px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-3 .row {
  padding-left: 160px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* justify-content: center; */
}

.section-3 .column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-3 .column-reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* justify-content: space-between; */
}

.section-5 .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.content {
  /* flex: 0 0 450px; */
  max-width: 450px;
}

.image {
  margin-left: -200px;
}

.section-4 {
  padding-bottom: 40px;
}

footer {
  padding: 90px 0;
  text-align: center;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-mobile {
  display: none;
  margin-bottom: 27px;
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social ul li {
  padding: 0;
  margin: 0 9px;
}

@media only screen and (max-width: 1599px) {
  .section-3 .row {
    padding-left: 110px;
  }
}

@media only screen and (max-width: 1439px) {
  body {
    font-size: 17px;
    line-height: 28px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1,
  .h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .main-content {
    padding-top: 80px;
  }

  .section-2 .wrapper img {
    min-width: 443px;
    min-height: 295px;
    margin-top: 50px;
    margin-left: 50px;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 37px;
  }

  .section-3 .row {
    align-items: stretch;
    flex-direction: column;
    padding-left: 0;
  }

  .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 450px;
    margin: 0 auto;
  }

  .image {
    margin-left: 0;
  }

  .image img {
    max-width: 100%;
    height: auto;
  }

  .join-wrapper {
    padding: 56px 25px;
    text-align: center;
  }

  footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-logo {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 1023px) {
  body:before {
    width: 611px;
    height: 611px;
    top: -306px;
  }

  header {
    display: none;
  }

  .join-wrapper::before {
    top: 62px;
    left: 36px;
    right: 36px;
    bottom: -18px;
  }

  .join-wrapper::after {
    top: 109px;
    left: 56px;
    right: 56px;
    bottom: -33px;
  }

  .footer-mobile {
    display: block;
  }
}

@media only screen and (max-width: 567px) {
  .section-2::before {
    width: 637px;
    height: 181px;
  }

  .image img {
    position: relative;
    min-width: 585px;
    left: 35%;
    transform: translateX(-50%);
    /* margin-left: -40px; */
    margin-top: -14px;
  }

  .section-3 .column{
    flex-direction: column-reverse !important;
  }

  .section-3 .column-reverse{
    flex-direction: column-reverse !important;
  }

  .section-5 .row{
    flex-direction: column-reverse !important;
  }

  .section-5 .content {
    padding-bottom: 10%;
  }
}
