@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400&display=swap");

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

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22.65px;
  line-height: 1.19;
  text-align: center;
  color: #ffffff;
  background: #060f1b;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 35px;
  transition: all 0.4s ease;
}

.title {
  font-weight: 700;
  font-size: 59.3px;
  line-height: 0.93;
  text-transform: uppercase;
  color: #d7972e;
  transition: all 0.4s ease;
}

.subtitle {
  font-weight: 700;
  font-size: 32px;
  color: #d7972e;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.text {
  transition: all 0.4s ease;
}

.gold {
  font-weight: 700;
  color: #d7972e;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.primary-button {
  display: inline-block;
  padding: 20px 37px;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.17;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 1.6px 1.6px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #9191ff 51.56%, #4d4dff 53.88%);
  border: 0.5px solid #ffffff;
  border-radius: 2.35px;
  transition: all 0.4s ease;
}

.primary-button:hover {
  background: linear-gradient(180deg, #9b9bf1 51.56%, #5d5ddb 53.88%);
}

.secondary-button {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 22.65px;
  color: #ffffff;
  text-shadow: 0px 1.25px 1.25px rgba(0, 0, 0, 0.25);
  background: #d7972e;
  border: 0.5px solid #d7972e;
  border-radius: 3px;
  transition: all 0.4s ease;
}

.secondary-button:hover {
  border: 0.5px solid #d7972e;
  background: #281121;
}

.link {
  color: inherit;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

/* Hero */

.hero {
  padding: 50px 0 60px;
  transition: all 0.4s ease;
}

.hero__inner {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__offer {
  margin-right: 20px;
  flex: 1 2 780px;
}

.hero__title {
  margin-bottom: 30px;
}

.hero__subtitle {
  font-size: 24px;
  line-height: 1.17;
  transition: all 0.4s ease;
}

.hero__img {
  max-width: 401px;
  flex: 0 1 auto;
}

.hero__img img {
  display: block;
  width: 100%;
}

.hero__recommendation {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d7972e;
  border-radius: 10px;
}

.hero__recommendation-text {
  margin-right: 20px;
  flex: 1 2 780px;
  font-size: 24px;
  text-align: left;
}

.hero__recommendation-img {
  max-width: 350px;
  flex: 0 1 auto;
}

.hero__recommendation-img img {
  display: block;
  width: 100%;
}

/* Guide */

.guide__inner {
  padding: 40px 50px 20px;
  background: #102a50;
  border-radius: 10px 10px 0 0;
  transition: all 0.4s ease;
}

.guide__subtitle {
  margin-bottom: 30px;
}

.guide__video {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 640px;
}

.guide__video-wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.guide__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide__note {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d7972e;
  border-radius: 5px;
}

.guide__step {
  margin-bottom: 30px;
}

.step {
  display: flex;
  align-items: center;
}

.step__img {
  margin-right: 30px;
  width: 70px;
  min-width: 70px;
  transition: all 0.4s ease;
}

.step__img img {
  display: block;
  width: 100%;
}

.step__inner {
  display: flex;
  text-align: left;
}

.step__num {
  margin-right: 30px;
}

/* Questions */

.questions {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #060f1b 0%, rgba(0, 0, 0, 0) 100%),
    url(https://www.duckyluck.ag/themes/duckyluck.com/cas_01/img/crypto_deposit/bg-questions-2.jpg) 50% 0 / cover no-repeat;
  transition: all 0.4s ease;
}

.questions__subtitle {
  margin-bottom: 40px;
}

.questions__text {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 585px;
}

.questions__items {
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  justify-content: center;
}

.questions__item {
  padding: 48px 20px;
  min-width: 320px;
  background: rgba(24, 55, 102, 0.7);
  border: 1px solid #d7972e;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.questions__item-img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 50px;
  transition: all 0.4s ease;
}

.questions__item-img img {
  display: block;
  width: 100%;
}

.questions__item-img + .questions__text {
  margin-bottom: 20px;
}

/* Top */

.top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 10000;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.top__img {
  width: 87px;
  display: block;
}

.top__text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.19;
  color: #ffffff;
}

/* Media */

@media (max-width: 768px) {
  .hero__inner {
    flex-direction: column;
    align-items: center;
  }

  .hero__offer {
    margin-right: 0;
    flex: 1 1 auto;
  }

  .hero__subtitle {
    margin-bottom: 30px;
  }

  .hero__img {
    flex: 1 1 auto;
  }

  .hero__recommendation {
    flex-direction: column;
  }

  .hero__recommendation-text {
    margin-right: 0;
    margin-bottom: 20px;
    flex: 1 1 auto;
    text-align: center;
  }

  .hero__recommendation-img {
    max-width: 260px;
    flex: 1 1 auto;
  }

  .step {
    flex-direction: column;
  }

  .step__img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .step__inner {
    align-self: flex-start;
  }

  .guide__steps + .guide__note {
    text-align: left;
  }

  .questions__items {
    flex-direction: column;
  }

  .questions__item:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .wrapper {
    font-size: 13px;
    line-height: 1.18;
  }

  .hero {
    padding: 20px 0 10px;
  }

  .hero__inner {
    margin-bottom: 10px;
  }

  .title {
    font-size: 30px;
    line-height: 1;
  }

  .hero__title {
    margin-bottom: 10px;
  }

  .hero__subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .primary-button {
    padding: 10px 17px;
    font-size: 16px;
  }

  .hero__recommendation {
    padding: 10px;
    border-radius: 5px;
  }

  .hero__recommendation-text {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero__recommendation-img {
    max-width: 132px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 1.17;
  }

  .guide__inner {
    padding: 20px 10px 20px;
    border-radius: 5px 5px 0 0;
  }

  .guide__note {
    padding: 10px 20px;
  }

  .step__img {
    width: 40px;
    min-width: 40px;
  }

  .step__num {
    margin-right: 10px;
  }
  .questions {
    padding: 30px 0 20px;
  }

  .questions__subtitle {
    margin-bottom: 20px;
  }

  .questions__text {
    margin-bottom: 20px;
  }

  .questions__item {
    padding: 20px;
    min-width: 100px;
  }

  .questions__item-img {
    width: 40px;
  }

  .secondary-button {
    font-size: 13px;
  }
}
