@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a,
button {
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

body {
  background: #080716;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Open Sans", serif;
}

.container {
  max-width: 1073px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  background: #080716;
  padding-block: 20px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.header__logo {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.home {
  padding-block: 203px 107px;
  background-color: #080716;
  background-image: url(../images/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home__inner {
  max-width: 727px;
  width: 100%;
  margin-inline: auto;
}
.home__title span {
  color: #b900ff;
}
.home__title {
  text-align: center;
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.home__text {
  color: #fff;
  text-align: center;
  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.home__link {
  margin: 0 auto 40px;
}

.btnWithArr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.btnWithArr span {
  display: block;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 27.637px;
  border: 0.921px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14.74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btnWithArr img {
  width: 37.77px;
  height: 37.77px;
  flex-shrink: 0;
}
.home__img {
  max-width: 95px;
  width: 100%;
  margin-inline: auto;
}

.b1__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.b1__text {
  max-width: 616px;
  width: 100%;
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b1__img {
  max-width: 373px;
  width: 100%;
}

.b2__top {
  margin-bottom: 40px;
}
.b2__text1 {
  width: fit-content;
  padding: 9px 18px;
  border-radius: 27.637px;
  border: 0.921px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14.74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b2__content {
  max-width: 530px;
  width: 100%;
}
.b2__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b2__text {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b2__blocks {
  border-radius: 36.849px;
  background: #121031;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.b2__item {
  display: flex;
  align-items: center;
  gap: 40px;

  border-radius: 36.849px;
  border: 0.921px solid rgba(144, 0, 255, 0.33);
  background: linear-gradient(
    180deg,
    rgba(144, 0, 255, 0) 0%,
    rgba(144, 0, 255, 0.17) 100%
  );
  padding: 20px 40px;
}
.b2__img {
  max-width: 160px;
  width: 100%;
}
.b2__wrapper {
  max-width: 748px;
  width: 100%;
}
.b2__label {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}
.b2__text3 {
  color: #7471aa;

  font-size: 14.74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b2__btn {
  margin-inline: auto;
}

.b3__content {
  max-width: 616px;
  width: 100%;
}
.b3__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b3__text {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.b3__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b3__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.b3__dot {
  width: 9.212px;
  height: 9.212px;
  flex-shrink: 0;
}
.b3__label {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.b3__img {
  max-width: 404px;
  width: 100%;
}

.b4__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b4__text {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.b4__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b4__img {
  width: 110px;
  height: 110px;
  margin-inline: auto;
}
.b4__label {
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.b4__text2 {
  color: #fff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b5__img {
  max-width: 404px;
  width: 100%;
}
.b5__content {
  max-width: 616px;
  width: 100%;
}
.b5__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b5__text {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.b5__btn {
  width: fit-content;
}
.b6 {
  background-color: #080716;
  background-image: url(../images/bg3.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.b6__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 50.668px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b6__text1 {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.b6__text2 {
  color: #7471aa;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b6__text2 span {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b7__title {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 58.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b7__text {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.b7__blocks {
  margin-bottom: 40px;
}

.b7__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 20px;
}
.b7__label {
  color: #fff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.b7__text2 {
  color: #fff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b7__text3 {
  color: #fff;

  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact__inner {
  border-radius: 27.637px;
  background: linear-gradient(
      0deg,
      rgba(18, 16, 49, 0.74) 0%,
      rgba(18, 16, 49, 0.74) 100%
    ),
    #c4c4c4;
  padding: 40px;
  margin-bottom: 40px;
}
.contact__content {
  max-width: 500px;
  width: 100%;
}
.contact__title {
  font-family: "Red Hat Text";
  color: #fff;
  font-size: 44.219px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.884px;
  margin-bottom: 40px;
}
.contact__text {
  color: #fff;
  font-size: 18.425px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.794px */
}
.contact__text2 {
  color: #7471aa;
  text-align: center;
  font-size: 14.74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  width: 100%;
}
.form input::placeholder {
  color: #fff;
}
.form input {
  display: block;
  width: 100%;
  padding: 10px 18px;
  border-radius: 7.37px;
  border: 0.461px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 12.897px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form button {
  margin-top: 10px;
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 9.212px;
  background: #9000ff;
  color: #fff;

  font-size: 12.897px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer {
  background: #540075;
  padding-block: 20px;
}

.footer__inner {
  padding-top: 40px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.footer__logo {
  display: block;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.footer__copyright {
  color: #fff;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 2000;
  width: 100%;
  padding-block: 30px 20px;
  background: #404040;
  display: none;
}
.cookie-notification .container {
  max-width: 1400px;
}
.cookie__img {
  max-width: 40px;
  width: 100%;
}
.cookie__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
}
.cookie__content {
  max-width: 966px;
  width: 100%;
}
.cookie__title {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 105% */
}

.cookie__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cookie__btns {
  max-width: 277px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookieBtn {
  display: block;

  width: 100%;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  border: 2px solid #fff;
}
.cookieBtn:last-child {
  color: #727272;
  border: 2px solid #727272;
}
.th__title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 59px; /* 122.917% */
  margin-bottom: 143px;
}
.th__link {
  max-width: 456px;
  width: 100%;
  display: block;
  margin-inline: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #464646;
  padding: 24px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .th__link {
    max-width: 350px;
  }
  .cookie__btns {
    max-width: initial;
    gap: 15px;
  }
  .cookieBtn {
    padding: 15px;
  }
  .home {
    padding-block: 167px 40px;
    background-image: url(../images/bg2.png);
  }
  .home__title {
    font-size: 50px;
  }
  .b1__title,
  .b2__title,
  .b3__title,
  .b4__title,
  .b6__title,
  .b7__title {
    font-size: 43px;
  }
  .contact__inner {
    padding: 20px;
  }
  .contact__title {
    font-size: 43px;
  }
  .b5__title {
    font-size: 40px;
  }
  .b2__blocks {
    padding: 40px 10px;
  }
  .b2__item {
    gap: 40px;
    padding: 20px;
    flex-direction: column;
  }
  .b2__img {
    align-self: flex-start;
  }
  .b2__blocks {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .footer__inner,
  .footer__links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer {
    text-align: center;
  }
  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__inner {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .b2__blocks {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  a:hover {
    filter: brightness(80%);
  }
}

.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #fff;
  text-align: center;

  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.terms p {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
