
body {
  position: relative;
  background: var(
    --background,
    radial-gradient(
      55.09% 162.09% at 54.32% -24.47%,
      rgba(213, 255, 79, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      139.1% 94.44% at 7.81% 79.32%,
      rgba(52, 101, 251, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff
  );
  /* height: 100vh; */

  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.main__title {
  color: var(--black, #1f1f1f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Clash Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 127.778% */
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main__subtitle {
  color: var(--black, #1f1f1f);
  text-align: center;
  font-family: "Clash Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main__text {
  color: var(--black, #1f1f1f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;

  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  margin-bottom: 40px;
}
.main__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto !important;

  text-decoration: none;
  border-radius: 40px;
  background: var(--blue, #3465fb);
  width: 372px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}
.main__btn:hover {
  width: 410px;
}

.footer__video {
  display: block;
  width: 100%;
  max-width: 561px;
  margin: auto;
}
.thanks{
  padding: 60px 0;
}
@media (max-width: 575px) {
  body {
    background-image: url(../images/bg-mob.png);
    background-position: 30% 50%;
  }
  .main__btn:hover {
    max-width: 410px;
    width: 100%;
  }
  .main__title {
    font-family: "Clash Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .main__subtitle {
    color: var(--black, #1f1f1f);
    text-align: center;
    font-family: "Clash Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .main__text {
    color: var(--black, #1f1f1f);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Syne;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
  }
  .main__btn {
    margin-bottom: 40px;
  }
}
