.main-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ca1c20);
}

.header-logo {
  width: 180px;
}

.page-nav {
  display: none;
}

.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-nav-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.page-nav-link:hover {
  background: var(--ca1c20);
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-open-svg {
  stroke: #fff;
}

.menu-close-svg {
  stroke: #fff;
}

@media screen and (min-width: 1422px) {
  .main-section {
    padding: 32px 88px;
  }

  .page-nav {
    display: block;
  }

  .menu-btn {
    display: none;
  }
}

/* modal  */

.menu {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  padding: 38px;

  padding-top: 130px;
  transform: translateX(100%);
  transition: transform 1s ease;
  background: radial-gradient(96.72% 23.81% at 50% 50%, #3d0504 0%, #000 100%);
}

.menu-nav-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

/* popup */

.page-popup {
  position: fixed;
  z-index: 10;
  width: 96%;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s ease;
  padding: 32px;
  border: 1px solid #d9dbe9;
  border-radius: 20px;
  box-shadow: 0 14px 42px 0 rgba(8, 15, 52, 0.06);
  background: #120704;
}

.popup-img {
  margin: 0 auto;
  margin-bottom: 11px;
}

.popup-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;

  a {
    color: #4a3aff;
  }
}

.popup-btn {
  border: 1px solid var(--ca1c20);
  border-radius: 56px;
  padding: 18px 28px;
  box-shadow: 0 4px 8px 0 rgba(74, 58, 255, 0.08);

  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.popup-btn:hover {
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.18);
  background: var(--ca1c20);
  color: #fff;
}

.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1422px) {
  .page-popup {
    padding: 40px;
    display: flex;
    align-items: center;
  }

  .popup-img {
    margin: 0;
    flex-shrink: 0;
    margin-right: 25px;
  }

  .popup-text {
    font-size: 18px;
    margin: 0;
    text-align: start;
  }

  .popup-wrap {
    flex-direction: row;
    flex-shrink: 0;
    margin-left: 120px;
  }
}

/* hero  */

.dashboard {
  padding-top: 140px;
  padding-bottom: 276px;
  background-image: url(../img/main.png);
  background-position: center;
  background-size: cover;
}

.hero-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 76px;
  line-height: 126%;
  color: var(--ca1c20);
  opacity: 0.5;
  margin-bottom: 32px;
}

.page-hero-sub {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  color: #fff;
  margin-bottom: 12px;
}

.page-hero-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 40px;
}

.hero-link {
  display: block;
  margin: 0 auto;
  width: 335px;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.hero-link:hover {
  transform: scale(0.95);
}

@media screen and (min-width: 1422px) {
  .dashboard {
    padding-top: 171px;
    padding-bottom: 74px;
  }

  .hero-title {
    font-size: 180px;
    text-align: start;
    margin-bottom: 52 px;
  }

  .page-hero-sub {
    font-size: 68px;
    text-align: start;
  }

  .page-hero-text {
    font-size: 18px;
    max-width: 540px;
  }

  .hero-link {
    width: 465px;
    margin: 0;
  }
}

/* what  */

.what-wrap {
  padding: 16px;
  padding-top: 56px;
  position: relative;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
  }
}

.head {
  width: 115px;
  margin-left: auto;
}

.subtract {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.subtract2 {
  display: none;
}

@media screen and (min-width: 768px) {
  .subtract2 {
    display: block;
  }
  .subtract1 {
    display: none;
  }
}

@media screen and (min-width: 1422px) {
  #what {
    .title {
      text-align: end;
    }
  }

  .what-wrap {
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 98px;

    p {
      font-size: 24px;
    }
  }

  .head {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }
}

/* strike */

#strike {
  background-image: url(../img/cloud.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.strike-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}

.strike-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;

  li {
    width: calc((100% - 9px) / 2);
    border-radius: 23px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;

    span {
      color: var(--ca1c20);
      font-weight: 700;
    }
  }
}

.item2 {
  transform: translateY(60px);
}

@media screen and (min-width: 1422px) {
  .strike-wrap {
    display: flex;
    align-items: flex-start;
    gap: 62px;
  }

  .strike-text {
    font-size: 24px;
    padding-top: 52px;
  }

  .strike-list {
    gap: 28px;
    flex-shrink: 0;
    width: 604px;

    li {
      width: calc((100% - 28px) / 2);
    }
  }
}

/* spins */

.spins-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  color: #fff;
  margin-bottom: 36px;
}

.spins-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  list-style: disc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.tablet {
  width: 335px;
  margin: 0 auto;
  margin-top: 36px;
}

@media screen and (min-width: 1422px) {
  #spins {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 82px;
  }

  .tablet {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }

  .spins-list {
    font-size: 18px;
  }
}

/* know */

#know {
  background-image: url(../img/blood.png);
  background-position: right;
  background-repeat: no-repeat;
}

.know-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 40px;
}

.know-list {
  display: flex;
  flex-direction: column;
  gap: 32px;

  li {
    background-image: url(../img/vector.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 12px;
    padding-left: 85px;
  }

  p {
    font-weight: 700;
    color: var(--ca1c20);
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 143%;
  }

  span {
    color: #fff;
    font-weight: 400;
  }
}

.know-img {
  width: 335px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (min-width: 1422px) {
  .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 250px;
    margin-bottom: 64px;

    .title {
      flex-shrink: 0;
      margin: 0;
    }
  }

  .know-list {
    li {
      font-size: 16px;
    }
  }

  .know-text {
    font-size: 16px;
    margin: 0;
  }

  .know-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
  }

  .know-img {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }
}

/* how */

#how {
  background-image: url(../img/high_red\ 1.png),
    url(../img/high_king_blue\ 1.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}

.how-list {
  display: flex;
  flex-direction: column;
  gap: 28px;

  li {
    display: flex;
    align-items: center;
    gap: 20px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
  }
}

@media screen and (min-width: 1422px) {
  #how {
    padding-bottom: 230px;
    padding-left: 160px;
    padding-right: 160px;

    .title {
      text-align: center;
    }
  }
  .how-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 144px 0;

    li {
      width: calc(100% / 3);
    }
  }

  .item5 {
    transform: translateY(116px);
  }
}

/* hunting */

#hunting {
  position: relative;
  overflow: hidden;
}

.hunting-text {
  border-radius: 23px;
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
  margin-bottom: 28px;
}

.hunting-img {
  width: 250px;
  margin: 0 auto;
}

.hunting-smoke {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: max-content;
}

@media screen and (min-width: 1422px) {
  #hunting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 200px;
  }

  .hunting-text {
    border-radius: 23px;
    padding: 28px 36px;
    font-size: 32px;
  }

  .hunting-img {
    width: auto;
    margin: 0;
    flex-shrink: 0;
    transform: translateX(-150px);
  }

  .hunting-smoke {
    bottom: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}

/* details */

.macdook {
  width: 335px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}

@media screen and (min-width: 1422px) {
  #details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }

  .macdook {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }

  .details-list {
    font-size: 24px;
  }
}

/* faq */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  width: 100%;
  border-radius: 23px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;

  svg {
    stroke: var(--ca1c20);
  }
}

.faq-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #fff;
}

.faq-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 32px;
}

@media screen and (min-width: 1422px) {
  .faq-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 44px;
    align-items: flex-start;
  }
  .faq-item {
    width: calc((100% - 44px) / 2);
  }

  .faq-title {
    font-size: 20px;
  }
}

/* help */

.help-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.help-list {
  border-radius: 23px;
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
}

@media screen and (min-width: 1422px) {
  #help {
    .title {
      text-align: center;
    }
  }

  .help-text {
    font-size: 24px;
  }

  .help-list {
    font-size: 32px;
  }
}

/* desclimer */

#desclimer {
  padding-top: 0;
}

.desc-img {
  width: 335px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.desc-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
}

@media screen and (min-width: 1422px) {
  #disclaimer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 100px;
    padding-bottom: 0;
  }

  .desc-img {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }

  .desc-text {
    font-size: 32px;
  }
}

/* footer */

.footer {
  padding: 40px 10px;
  background: #2c0001;
}

.footer-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  margin-top: 28px;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  color: #fff;

  a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1439px) {
  .footer {
    padding: 44px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 177px;
  }

  .footer-list {
    font-size: 16px;
  }

  .footer-text {
    margin: 0;
  }
}

/* ********************* */

.hidden {
  display: none;
}

.menu-transform {
  transform: translateY(0);
}

.click {
  transform: rotate(180deg);
}

.popup-click {
  transform: translateY(130%) translateX(-50%);
}

.overflow {
  overflow: hidden;
}
