@media screen and (max-width: 992px) {
  .news-list {
    height: auto;
    flex-flow: column nowrap;
  }
  .news-list .news-item {
    width: 100% !important;
    height: 165px !important;
    min-width: unset;
  }
  .hero-part .hero-header > img {
    width: 140px;
  }
  .hero-part .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    gap: 6px;
    width: 40px;
    height: 32px;
    padding: 3px 6px;
    border-radius: 4px;
    /* background-color: #404040b6 !important; */
    z-index: 2;
    cursor: pointer;

    .line {
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 3px;
    }
  }
  .hero-part .hero-header nav.active {
    transform: translateX(0);
  }
  .hero-part .hero-header nav {
    display: flex;
    align-items: center;
    gap: inherit;
    position: fixed;
    justify-content: flex-start;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 17, 31, 0.95);
    padding: 24px 32px;
    z-index: 10;
    transition: 0.4s ease;
    transform: translateX(100%);
  }
  .hero-part .hero-header ul {
    flex-direction: column;
    gap: 24px !important;
    margin-top: 25px;
  }
  .hero-part .hero-header a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 24px;
  }
  .hero-part .hero-header nav button {
    width: 100%;
  }
  .hero-part .hero-header .login {
    width: 100%;
    display: block;
  }
  .hero-part .hero-header nav .close {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #fff;
    width: fit-content;
    font-size: 24px;
    cursor: pointer;
  }
  .bonus {
    width: 80vw;
    padding: 32px 45px 80px;
    margin: 80px auto 110px;

    .symbolic-images img {
      min-width: 45px;
    }
  }
  .path-rect {
    display: none;
  }
  .delbet-features {
    margin: 64px auto 64px;
  }
}
@media screen and (max-width: 480px) {
  .delbet-features {
    padding: 36px 24px;
    width: 90vw;

    & > img {
      width: 140px;
    }
    .items {
      margin: 36px auto 0;

      gap: 32px;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
  }
  .options {
    padding: 8vw 5vw 2vw;

    .options-grid .item {
      min-width: unset;
      width: 100% !important;
    }
  }
  .bonus {
    width: 85vw;
    padding: 32px 24px 60px;
    border-radius: 32px;
    p {
      font-size: 15px;
    }
    h3 {
      font-size: 26px;
    }
    .symbolic-images {
      width: 70vw;

      img {
        min-width: 40px;
      }
    }
  }
  .section-header {
    padding: 0 5vw;

    .section-heading {
      font-size: 26px;
    }
    .section-desc {
      font-size: 15px;
    }
  }
  .other-websites {
    margin: 45px 5vw 0;
  }
  .other-websites ul li.not {
    order: 1;
  }
  .news {
    max-width: 90vw;
    margin: 0 auto 36px;
  }
  .options-header h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .hero-part {
    background-position: 50% 0;
  }
  .hero-part .content {
    width: 90vw;
    padding: 20px 10vw;
  }
  .hero-footer {
    position: relative;
    bottom: 0;
  }
  .hero-footer ul small {
    font-size: 13px;
  }
  .hero-footer ul span {
    font-size: 18px;
  }
  .hero-footer ul li img {
    width: 30px;
  }
  .hero-footer .like-ul {
    display: none;
  }
  .hero-footer .ul-container {
    overflow: visible;
    height: auto;
  }
  .hero-footer ul {
    max-width: 550px;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    gap: 3vw;
    border-radius: 12px;
    transform: unset;
    width: 90vw;
    left: 0;
    top: 35px;
    margin: 0 auto ;

    li img {
        margin: auto;
    }
    li:nth-child(4) {
        display: none;
    }
  }
}
@font-face {
  font-family: "BYekan";
  src: url("assets/BYekan+_0.ttf") format("TrueType");
  font-weight: 400;
}
@font-face {
  font-family: "BYekan";
  src: url("assets/BYekan+\ Bold.ttf") format("TrueType");
  font-weight: 700;
}
