@media screen and (max-width: 1300px) {
  .features .content .features-list {
    align-self: flex-start;
    width: 90%;
    min-width: 395px;
  }
}
@media screen and (max-width: 1150px) {
  .hero-part .hero-header {
    padding: 16px 5vw;
    height: 94px;
    justify-content: space-between;
  }
  .hero-part .hero-header .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: transparent;
    border: 0;
    /* background-color: #404040b6 !important; */
    z-index: 2;
    cursor: pointer;
  }
  .hero-part .hero-header .hamburger .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .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(19, 14, 6, 0.95);
    padding: 24px 32px;
    z-index: 10;
    transition: 0.4s ease;
    transform: translateX(100%);
  }
  .hero-part .hero-header nav.active {
    transform: translateX(0);
  }
  .hero-part .hero-header nav ul {
    flex-direction: column;
    gap: 24px !important;
    margin-top: 25px;
  }
  .hero-part .hero-header nav .close {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    color: #fff;
    width: fit-content;
    font-size: 24px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }
  .hero-part .hero-content {
    height: calc(100dvh - 94px);
    padding: 32px 5vw;
  }
}
@media screen and (max-width: 992px) {
  .part-container {
    padding: 0 5vw;
  }
  .curveline:nth-of-type(1) {
    max-width: 70%;
  }
  .curveline:nth-of-type(2) {
    max-width: 30%;
  }
  .blur-circle {
    width: 80%;
    height: auto;
  }
  .hero-part .hero-content {
    flex-direction: column;
  }
  .hero-part .hero-content > img {
    order: -1;
    left: 0;
    align-self: center;
    width: 50%;
  }
  .hero-part .hero-content .container {
    width: 90%;
    max-width: 450px;
    min-width: unset;
  }
  .news-list {
    flex-wrap: wrap;
    max-width: 550px;
  }
  .news-list figure {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .features .content {
    flex-direction: column;
  }
  .features .content .features-list {
    max-width: 100%;
    width: 100%;
  }
  .features .content .features-list ul li {
    font-size: 16px;
    white-space: nowrap;
  }
  .bet-part {
    justify-content: flex-start;
  }
  .bet-part > img.for-content {
    display: none;
  }
  .services .curve-img {
    max-width: 70%;
  }
  .services .services-list {
    gap: 24px;
  }
  .services .services-list .stepper-line {
    display: none;
  }
  .services .services-list li:not(.stepper-line) {
    width: 75%;
  }
  .bet-part img.blur {
    max-width: 90%;
  }
  .bet-part img.web {
    max-width: 70%;
  }
}
@media screen and (max-width: 540px) {
  a.start-link {
    font-size: 14px;
    padding: 12px 15px;
  }
  .hero-part .hero-header > img {
    width: 140px;
  }
  .hero-part .hero-content {
    align-items: flex-start;
  }
  .hero-part .hero-content .container {
    width: 100%;
    max-width: unset;
  }
  .hero-part .hero-content .container h1 {
    font-size: 34px;
  }
  .hero-part .hero-content .container p {
    font-size: 14px;
  }
  .hero-part .hero-content .container .options {
    width: 100%;
    padding: 24px 18px;
    justify-content: space-evenly;
  }
  .hero-part .hero-content .container .options span {
    font-size: 17px;
  }
  .hero-part .hero-content .container .options small {
    font-size: 11px;
  }
  .services {
    margin: 0 0 70px;
  }
  .section-header > h2 {
    font-size: 27px;
  }
  .section-header > p {
    font-size: 14px;
  }
  .bet-part {
    margin: 24px auto 74px;
  }
  .bet-part .content h3 {
    font-size: 24px;
  }
  .bet-part .content h4 {
    font-size: 16px;
  }
  .bet-part .content p {
    font-size: 14px;
  }
  .features .content .features-list {
    min-width: unset;
    padding: 28px 18px;
  }
  .features .content .features-list > img {
    width: 140px;
  }
  .features .content .features-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 36px;
  }
  .features .content .features-list ul li {
    font-size: 14px;
  }
  .features .content .features-list ul li::after {
    width: 18px;
    height: 18px;
  }
  .news .news-list {
    flex-direction: column;
    margin: 0 auto 5vw;
  }
  .news .news-list figure {
    height: 204px;
    width: 100%;
    border-radius: 16px;
  }
  .features {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .services .services-list li:not(.stepper-line) {
    width: 90%;
  }
  .services .services-list li:not(.stepper-line) p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) and (min-height: 600px) {
  .hero-part .hero-content {
    height: auto;
  }
}
@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;
}
