@import url("style.css");

body {
  min-height: 100vh;
  position: relative;
  background-image: url("../images/BG.png");
}

.container {
  padding: 0 5px;
}

.bottomPic {
  max-width: 428px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.imgbtm {
  max-width: 426px;
  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%;
}

.bigText {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  box-shadow: -2.4657154083251953px 2.4657154083251953px 0px 0px #ff7a0040 inset;
  color: #ffed00;
}

.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;
  display: flex;
  justify-content: center;
}
.img {
  max-width: 397px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}
.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;
  flex-direction: column;
  max-width: 377px;
  width: 100%;
  margin: 0 auto 15px;
}

.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 {
  color: #fff;
  font-family: Gilroy;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  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: 65px;
  border: 2px solid #c0eeff;
  border-radius: 46px;
  background: linear-gradient(#64b4ff, #2f99fb);
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 8px;
  box-shadow: 0px 4px 20px 0px #4faafe4d;
}

.button__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 377px;
  width: 100%;
  height: 65px;
  border: 3px solid #e01a00;
  border-radius: 46px;
  background: #280b0b;
  box-shadow: 0px 4px 20px 0px #fef5234d;
  color: #ffffff;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  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;
}

@media screen and (min-height: 830px) {
  .imgbtm {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@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: 340px) {
  .btn__icon {
    margin-right: 10px;
    width: 31px;
    height: 27px;
  }

  .text__middle {
    font-size: 56px;
  }
}
