a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
a,
button {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
img {
  display: block;
}
.header {
  background: #9d1008;
  padding-top: 9px;
  padding-bottom: 9px;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
.burger {
  width: 40px;
  height: 40px;
}
.burger__button {
  width: 40px;
  height: 40px;
  background: transparent;
  object-fit: contain;
  object-position: center;
  border: none;
}
.header__list {
  background: #666;
  padding: 23px 16px;
  width: 189px;
  position: absolute;
  left: -140px;
  display: none;
  z-index: 111111;
}
.header__list.active {
  display: block;
}
.mobile__menu {
  position: relative;
}
.header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  text-decoration: none;
  display: block;
}
.header__list-item {
  margin-bottom: 20px;
}
.header__list-item:last-child {
  margin-bottom: 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablet-header__list-item-link {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.tablet__menu {
  display: none;
}
.hero {
  background: #080c13;
  padding-top: 50px;
}
.hero__title {
  background: linear-gradient(90deg, #b30a00 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.hero__text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.hero__text:last-child {
  margin-bottom: 30px;
}
.hero__img-container {
  width: 246px;
  height: 235px;
  margin: 0 auto;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
  transition: transform 1s;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.hero__img-container {
  animation: spin3d 4s linear infinite;
}
@keyframes spin3d {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.hero__img-container-img {
  width: 100%;
  height: auto;
}
.howWorks {
  padding-top: 90px;
  background: #080c13;
}
.howWorks__title {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
.howWorks__text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.howWorks__list-item {
  border-radius: 20px;
  background: #111722;
  padding: 34px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.howWorks__list-item-text {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.howWorks__list-item-img {
  margin-bottom: 18px;
}
.howWorks__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.howWorks__list-item-leaf {
  background: transparent;
  display: none;
  width: 334px;
  padding-left: 100px;
  object-position: center;
}
.howWorks__list-item-leaf-img {
  width: 143px;
  height: 155px;
  transform: rotate(10deg);
}
.reasons {
  padding-top: 36px;
  background: #080c13;
  padding-bottom: 100px;
}
.reasons__title {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 30px;
}
.reasons__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.reasons__list-item-text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.reasons__list-item-img {
  margin-right: 12px;
}
.reasons__list-item-text-title {
  color: #9d1008;
  display: block;
}
.sign {
  display: none;
}
.reasons__list {
  margin-bottom: 30px;
}
.reasons__earning {
  color: #fff;
  font-family: "Inter";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
.reasons__earning-text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.reasons__earning-form {
  border-radius: 6px 6px 0 0;
  border: 2px solid #9d1008;
  background: #9d1008;
  box-shadow: 0 0 35px 0 rgba(157, 15, 8, 0.71);
  padding: 0 3px 3px 3px;
}
.reasons__earning-form-text {
  padding: 32px 22px;
}
.reasons__earning-form-text {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1px;
}
.footer {
  background: #080c13;
  border-top: 1px solid #374151;
  padding-top: 33px;
  padding-bottom: 33px;
}
.footer__list-item-link {
  color: #d1d5db;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
.footer__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.footer__text {
  color: #9ca3af;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.footer__text:last-child {
  margin-bottom: 0;
}
.reasons__getStarted {
  padding-top: 90px;
}
.reasons__list-item:last-child {
  margin-bottom: 0;
}
.reasons__title-getStarted {
  margin-top: 90px;
}
.hero-getStarted {
  padding-bottom: 90px;
}
.fag {
  background: #080c13;
  padding-top: 63px;
}
.fag__title {
  color: #c7170d;
  text-align: center;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 33px;
}
.questions__text {
  color: #c7170d;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.questions {
  border-radius: 8px;
  border: 1px solid #374151;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.plus {
  position: relative;
  min-width: 10px;
  min-height: 24px;
}
.plus::before {
  content: "+";
  position: absolute;
  color: #c7170d;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  right: 0;
}
.answer__answer {
  color: #d1d5db;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 21px 16px;
  border-radius: 8px;
}
.questions__section-item {
  margin-bottom: 18px;
}
.questions__section-item:last-child {
  margin-bottom: 0;
}
.answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  border-radius: 8px;
  border-left: 1px solid #374151;
  border-right: 1px solid #374151;
}
.active .answer {
  height: auto;
  border-bottom: 1px solid #374151;
}

.active .plus::before {
  content: "-";
}
.reasons__list-contactUs {
  margin-top: 30px;
}
.hero__link-contactUs {
  color: #fff;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background-color: #9d1008;
  padding: 13px 59px;
  width: 244px;
  text-decoration: none;
  margin-top: 30px;
  display: block;
  text-align: center;
  transition: background-color 0.3s ease;
  transition: color 0.3s ease;
  animation: pulse 2s infinite ease-in-out;
  border: 1px solid transparent;
}
@keyframes pulse {
  0% {
    background-color: #9d1008;
    color: #fff;
    border-color: #9d1008;
  }
  50% {
    background-color: #000;
    color: #9d1008;
    border-color: #9d1008;
  }
  100% {
    background-color: #9d1008;
    color: #fff;
    border-color: #9d1008;
  }
}
.header__list-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.header__list-signUp {
  border-radius: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 13px 19px;
  text-align: center;
  width: 113px;
}
.tablet-header__list-item-link:hover,
.tablet-header__list-item-linkvisited {
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
}
.tablet-header__list-item-link-sign {
  text-decoration: none !important;
}
.main__logo {
  width: 57px;
  height: auto;
}
@media (min-width: 744px) {
  .mobile__menu {
    display: none;
  }
  .tablet-header__list {
    min-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tablet__menu {
    display: flex;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tablet-header__list-item-link-sign {
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Inter";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13px 59px;
    text-align: center;
    border: 1px solid, #fff;
  }
  .hero__title {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .hero .container {
    display: flex;
    align-items: center;
  }
  .hero__content-container {
    width: 422px;
  }
  .hero__text {
    font-size: 19px;
  }
  .hero__text:last-child {
    margin-bottom: 0;
  }
  .hero {
    padding-top: 60px;
  }
  .howWorks__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .howWorks__text {
    font-size: 19px;
    margin-bottom: 60px;
  }
  .howWorks__list-item {
    width: 334px;
  }
  .howWorks__list-item-leaf {
    display: block;
  }
  .howWorks__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .howWorks {
    padding-top: 100px;
  }
  .reasons {
    padding-top: 100px;
  }
  .reasons__title {
    font-size: 40px;
  }
  .reasons__earning-text {
    font-size: 19px;
  }
  .reasons__list-item-text {
    font-size: 19px;
  }
  .reasons__list-item-text-content {
    display: flex;
  }
  .sign {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .reasons__earning-form {
    width: 428px;
    margin: 0 auto;
  }
  .footer__text {
    text-align: center;
  }
  .reasons__getStarted {
    padding-top: 40px;
  }
  .reasons__list {
    margin-bottom: 60px;
  }
  .reasons__getStarted {
    padding-bottom: 100px;
  }
  .reasons__title-getStarted {
    margin-top: 40px;
  }
  .hero-getStarted {
    padding-bottom: 110px;
  }
  .answer__answer {
    font-size: 19px;
  }
  .questions__text {
    font-size: 19px;
  }
  .fag__title {
    font-size: 36px;
  }
  .fag {
    padding-top: 100px;
  }
  .reasons__list-contactUs {
    margin-top: 40px;
  }
  .hero__link-contactUs {
    width: 296px;
  }
  .main__logo {
    width: 101px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
    width: 1280px;
    margin: 0 auto;
  }
  .hero__img-container {
    width: 421px;
    height: 399px;
  }
  .hero__content-container {
    width: 518px;
  }
  .howWorks__list-item-leaf {
    display: none;
  }
  .howWorks__list-item {
    width: 409px;
  }
  .howWorks__list {
    align-items: stretch;
  }
  .howWorks {
    padding-top: 25px;
  }
  .reasons {
    padding-bottom: 150px;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__list {
    margin-bottom: 0;
  }
  .footer__list {
    width: 500px;
  }
  .footer__text {
    margin-bottom: 0;
  }
  .footer__text-first {
    order: -1;
  }
  .hero__img-container-getStarted {
    display: none;
  }
  .footer__list {
    flex-direction: row;
    justify-content: space-between;
  }
  .hero-getStarted {
    padding-bottom: 150px;
    padding-top: 95px;
  }
  .reasons__earning-form-getStarted {
    width: 428px;
    margin: 0;
  }
  .hero .container {
    justify-content: space-between;
  }
  .content-getStarted {
    width: 736px;
  }
  .questions__section-list {
    width: 896px;
    margin: 0 auto;
  }
  .reasons-contactUs .container {
    display: flex;
  }
  .hero__link-contactUs {
    margin-top: 40px;
  }
  .tablet-header__list {
    min-width: 900px;
  }
  .hero .container {
    display: flex;
    align-items: start;
  }
}
