@import url("./fonts/style.css");

html {
  background: #340205;
}

body {
  background-image: url("../images/BG.webp");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

.text {
  font-style: normal;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-top: 26px;

  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.inp__container {
  position: relative;
}

.inp {
  margin-top: 25px;
  background: #ffffff;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 44px;
  width: 100%;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 5px 5px 35px;
  border: none;
}

.inp__container::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  /* background: url("../assets/mail.png") center center no-repeat; */
  background-size: contain;
  width: 21px;
  height: 16px;
  z-index: 12;
}

input::placeholder {
  color: #bbbbbb;
  font-size: 20px;
}

.container {
  /* padding: 0 5px; */
}

.bottomPic {
  max-width: 428px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn1 {
  max-width: 377px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.imgbtm {
  max-width: 429px;
  width: 100%;
  margin: 0 auto;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

@media screen and (max-height: 555px) {
  .container {
    height: auto;
  }
}

.main__text__bg {
  margin-bottom: 26px;
  max-width: 379px;
  width: 94%;
}

.main__text {
  margin-top: 21px;
  margin-bottom: 6px;

  font-family: "Inter";
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.main__text--bg {
  margin-bottom: 6px;

  color: #fbe733;
  font-family: "Inter";
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
}

.main__text--md {
  margin-bottom: 5px;

  color: #fbe733;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 92%;
}
.img__wrapper {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}
.img {
  max-width: 429px;
  width: 100%;
  height: auto;
}
.main__text--lw {
  font-family: "Inter", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.text__bg {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.steps {
  max-width: 354px;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #ffffff33;
}

.steps__item {
  display: flex;
  flex-direction: column;
  padding-left: 16px;

  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.steps__item:not(:last-child) {
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 11px;
}

.steps__item:not(:first-child) {
  padding-top: 11px;
}

.steps__item--yellow {
  color: #fbcb21;
  display: contents;
}

.steps__item--lw {
  margin-bottom: 2px;

  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  opacity: 0.65;
}

.main__arrow__container {
  margin: 20px auto;
  width: min-content;
}

.arrow__img {
  width: auto;
  height: auto;
}

.main__btn__container {
  width: 100%;
  margin: 0 auto;
}

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 12px;
  border: none;
  background: #3faaf7;
  margin: 0 auto;
  max-width: 385px;
  width: 94%;
  height: 73px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.btn__bottom {
  color: #fff;
  border-radius: 12px;
  border: 3px solid #fff;
  background-color: transparent;
  max-width: 385px;
  width: 94%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 18px auto;
}

.bottom__img {
  width: 100%;
  max-width: 425px;
  object-fit: contain;
  margin: 20px auto 0;
  display: block;
}

.list {
  margin: 18px 0;
  padding-left: 27px;
  list-style: disc;
}

.list__item {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.list__item--accent {
  color: #f2ff00;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.list__number {
  color: #005;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;

  margin-right: 15px;
}

.item {
  border-radius: 12px;
  background: #f2ff00;
  height: 93px;
  padding: 10px;
}

.item__text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: 103.023%;
  text-transform: uppercase;
  text-align: center;
}

.item__text--sm {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 27.96px;
  font-style: normal;
  font-weight: 700;
  line-height: 103.023%;
}

.item__text--accent {
  color: #ed2d2d;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: 103.023%;
}

.item:first-child {
  margin-bottom: 12px;
}

.btn__icon {
  margin-right: 12px;
  width: 34px;
  height: 29px;
}
.button__wrapper {
  display: flex;
  flex-direction: column;

  max-width: 377px;
  width: 100%;

  margin: 0 auto;
}

.text__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 377px;
  width: 100%;
  margin: 0 auto 13px;
}

.text__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 397px;
  width: 100%;
  padding: 15px 10px;

  border-radius: 18px;
  border: 2px solid #5a6d7e;
  background: #191919;
}

.text__top {
  text-align: left;
  color: #fff;
  font-family: Gilroy;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  margin-left: 12px;
  line-height: 103.023%;
}

.text__middle {
  text-align: center;
  font-family: Gilroy;
  font-size: 69.732px;
  font-style: normal;
  font-weight: 900;
  line-height: 103.023%; /* 71.84px */
  margin-bottom: 12px;
  background: linear-gradient(90deg, #06dffd 0%, #0094ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text__bottom {
  color: #fff;
  font-family: Gilroy;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 32.4px */
  text-align: left;

  margin-bottom: 18px;
}

.text__bottom--accent {
  color: #e61b9d;
  font-family: Gilroy;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.text__up {
  color: #fff;
  text-align: center;
  font-family: "Heading Pro", sans-serif;
  font-size: 47.983px;
  font-style: italic;
  font-weight: 900;
  line-height: 103.023%;
}

.button__top {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 377px;
  width: 100%;
  height: 76px;
  border: 3px solid #ffffff;
  border-radius: 58px;
  background: linear-gradient(180deg, #3cadff 0%, #3d7fff 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 13px;
}

.button__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 377px;
  width: 100%;
  height: 73px;
  border: transparent;
  border-radius: 58px;
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.text__accent {
  color: #ffd501;
  font-family: "Heading Pro", sans-serif;
  font-size: 47.983px;
  font-style: italic;
  font-weight: 900;
  line-height: 103.023%;
}

.text__btm {
  color: #fff;
  text-align: center;
  font-family: "Heading Pro", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 103.023%;
  margin-bottom: 13px;
}

.text__black {
  color: #000;
  font-family: "Heading Pro", sans-serif;
  font-size: 60.311px;
  font-style: italic;
  font-weight: 800;
  line-height: 103.023%;
  text-transform: uppercase;
}

.imgbtm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 425px;
  width: 90%;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal__text {
  color: #000;
  font-family: "Heading Pro", sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 420px) {
  .item {
    height: 82px;
  }
  .item__text {
    font-size: 34px;
  }

  .item__text--sm {
    font-size: 25px;
  }

  .item__text--accent {
    font-size: 41px;
  }
}

@media screen and (max-width: 400px) {
  .btn__icon {
    margin-right: 15px;
    width: 32px;
    height: 28px;
  }
}

@media screen and (max-width: 370px) {
  .btn__icon {
    margin-right: 10px;
  }

  .item {
    height: 76px;
  }
  .item__text {
    font-size: 31px;
  }

  .item__text--sm {
    font-size: 23px;
  }

  .item__text--accent {
    font-size: 39px;
  }
}

@media screen and (max-width: 380px) {
  .text__middle {
    font-size: 61px;
  }
}

@media screen and (max-width: 360px) {
  .button__bottom {
    font-size: 18px;
  }

  .button__top {
    font-size: 19px;
  }

  .img__wrapper {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 340px) {
  .btn__icon {
    margin-right: 10px;
    width: 31px;
    height: 27px;
  }

  .text__middle {
    font-size: 56px;
  }

  .button__top {
    font-size: 18px;
  }

  .button__bottom {
    font-size: 17px;
  }
}
