@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
  background: #1d1d1d;
  scroll-behavior: smooth;
}

a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
  color: #fff;
}

h3 {
  font-size: 48px;
  color: #fff;
}

h4 {
  font-size: 32px;
  color: #fff;
}

h5 {
  font-size: 24px;
}

p {
  color: #d0d0d0;
}

header {
  position: sticky;
  color: #fff;
  margin: 0 24px;
  margin-top: 24px;
  z-index: 5;
  top: 24px;
}

.header-content {
  background-color: #252424;

  border-radius: 16px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.navigation-items {
  display: flex;
  gap: 64px;
}

.navigation-item {
  list-style-type: none;
}

.burger-button {
  border: 0;
  background: 0;
  color: #fff;
  display: none;
  cursor: pointer;
}

.close-icon {
  display: none;
}

.burger-button.active .burger-icon {
  display: none;
}
.burger-button.active .close-icon {
  display: block;
}

.navigation-burger {
  display: none;
  position: absolute;
  left: 0;
  top: 72px;
  border-radius: 16px;
  width: 100%;
  background-color: #252424;
}

.navigation-burger .navigation-items {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.hero {
  background: url(src/img/hero-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.hero-image {
  width: 370px;
  margin-top: 60px;
}

.hero-coins {
  position: absolute;
  max-width: 1320px;
  width: 100%;
  top: 212px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.hero-coins img {
  height: 210px;
  width: 210px;
}

.hero-coins img:first-child {
  margin-top: 200px;
}

.hero-content {
  max-width: 588px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-content p {
  text-align: center;
  margin-top: 16px;
  color: #d0d0d0;
}
.hero-content h1 {
  color: #df5050;
}

.hero-content a {
  margin-top: 32px;
  z-index: 4;
}

.hero-content a img {
  width: 208px;
}

.about {
  padding: 120px 48px 60px 48px;
}

.about-content {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-content p {
  margin-top: 16px;
  text-align: center;
}

.about-images {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.about-images img {
  width: 312px;
}

.bonus {
  padding: 60px 24px;
}

.bonus-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
}

.bonus-text a img {
  margin-top: 40px;
  width: 208px;
}

.bonus-text {
  display: flex;
  flex-direction: column;
  max-width: 588px;
}

.bonus-text p {
  margin-top: 16px;
}

.bonus-image {
  width: 486px;
  position: relative;
}

.bonus-image img {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.bonus-radiant {
  position: absolute;
  background-color: #5cdf50;
  width: 600px;
  height: 600px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.08;
  filter: blur(250px);
}

.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1320px;
}

.contact-us a {
  color: #df5050;
  font-size: 16px;
}

.footer-content {
  border-top: 1px solid #353535;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}

.footer-links-items {
  display: flex;
  list-style-type: none;
  gap: 24px;
}

footer {
  padding: 0 24px;
}

.breadcrumbs {
  display: flex;
  color: #fff;
  gap: 8px;
  align-items: center;
  padding: 20px;
}

.breadcrumbs a {
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
}

.legal-info-header {
  background-color: #252424;
  width: 100%;
  padding: 68px;
  text-align: center;
}

.legal-info {
  color: #fff;
  max-width: 966px;
  margin: 0 auto;
  padding: 20px;
}

.legal-info p {
  color: #fff;
}

.legal-info a {
  color: #df5050;
  font-size: 16px;
}

.legal-info ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 16px;
}

.legal-info ol > li {
  counter-increment: item;
}

.legal-info ol li::marker {
  font-size: 24px;
  font-weight: 500;
}

.legal-info ol ol > li {
  display: block;
  margin-top: 16px;
}

.legal-info ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: 20px;
}

.legal-info ul {
  padding: 16px;
}

.legal-info ul {
  list-style-type: none;
}

.legal-info ul li {
  padding: 6px 0;
}

table {
  border: 1px solid #353535;
  margin-top: 16px;
}

thead {
  background-color: #353535;
}

td,
th {
  padding: 4px;
  border: 1px solid #353535;
}

@media screen and (max-width: 744px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  .hero-coins img {
    width: 142px;
    height: 142px;
  }

  .hero-image {
    width: 322px;
    margin-top: 40px;
  }

  .about {
    padding-top: 100px;
  }

  .about-images {
    gap: 16px;
  }

  .about-images img {
    width: 224px;
  }

  .bonus-content {
    flex-direction: column;
    row-gap: 48px;
  }

  .bonus-text {
    align-items: center;
    text-align: center;
  }

  .bonus-text a img {
    margin-top: 32px;
  }

  .bonus-image {
    width: 452px;
  }

  .footer-content a {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-content a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 743px) {
  .navigation {
    display: none;
  }
  .navigation-burger.active {
    display: block;
  }

  .navigation-burger .navigation-items {
    padding: 0;
  }

  .burger-button {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 32px;
  }
  header {
    margin: 0 12px;
  }

  .header-content {
    padding: 12px 16px;
  }
  .hero-coins {
    display: none;
  }

  .hero-content {
    margin-top: 24px;
  }

  .about {
    padding: 60px 16px 24px 16px;
  }

  .about-images {
    margin-top: 24px;
  }

  .about-images img {
    width: 156px;
  }

  .bonus {
    padding: 30px 16px;
  }

  .bonus-image {
    width: 343px;
  }

  .footer-content {
    flex-direction: column;
  }

  
}
