@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  h1 {
    font-size: 35px;
  }
  .nav-links {
    gap: 20px;
  }
  .partnerImagesData {
    grid-template-columns: repeat(4, 1fr) !important;
    justify-content: center;
    align-items: center;
  }
  h2 {
    font-size: 30px;
  }
  .contactSection {
    padding: 50px 0 300px;
  }
}

@media (max-width: 991px) {
  .mt-5rem {
    margin-top: 3rem;
  }
  .partnerImagesData {
    gap: 25px;
    row-gap: 20px;
    /* justify-content: start !important; */
  }
  .partnerImagesData {
    padding-top: 30px;
  }
  .orangeSection,
  .variantsSection {
    padding: 20px;
  }
  .contactSection {
    padding: 50px 0 200px;
  }
  .blueBtn {
    font-size: 16px;
  }
  .Bannar,
  .contractual {
    padding-top: 50px;
  }
  .download,
  .supportSection {
    padding: 30px 0 100px;
  }
  .hero-text,
  .contractual {
    padding-bottom: 30px;
  }
  .producsData {
    padding: 30px 0;
  }
  .key {
    padding: 40px;
  }
  .rowGap55 {
    row-gap: 30px;
  }
  h1 {
    font-size: 25px;
  }
  .nav-bar {
    padding-top: 30px;
  }
  h2,
  .orangeSection h2 {
    font-size: 20px;
  }
  .naveIMgae {
    max-width: 50px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  .vitabelsTitle p,
  .orangeSection h4,
  h4 {
    font-size: 14px;
  }
  p,
  label,
  .nav-links li a,
  span {
    font-size: 14px;
  }
  .downloadText i {
    font-size: 20px;
  }
  .bannarData {
    padding: 20px;
  }
  .nav-links {
    align-items: start;
  }
  .rowGap {
    row-gap: 30px;
  }
  .navbar-collapse {
    padding: 20px 0;
  }

  .navbar-nav {
    gap: 10px;
  }

  .footer-bg {
    padding: 40px 30px;
  }
  .map {
    margin: 0;
  }
  /* .footer .col-lg-6 {
    justify-content: center !important;
    text-align: center;
    align-items: center !important;
  }

  .footer .col-lg-6:last-child {
    align-items: center !important;
    text-align: center;
    margin-top: 30px;
  } */

  .logo-size {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .datesImage {
    height: 400px;
  }
  /* .partnerSilder {
    height: 50px;
    width: 100%;
  }
  .partnerSilder img {
    height: 100%;
    object-fit: cover;
  } */
  .fs-23 {
    font-size: 15px;
    text-align: center;
  }
  .imageVegoitable,
  .honeyImage {
    height: 150px;
  }
  .link i {
    font-size: 15px;
  }
  .navbar-brand img {
    max-width: 200px;
  }
  /* h1 {
    font-size: 20px;
  } */

  .about {
    padding-bottom: 50px;
  }

  /* h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  h3 {
    font-size: 25px;
  } */

  .season-calendar th,
  .season-calendar td {
    font-size: 15px;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .pratners {
    padding: 50px 0;
    margin: 0;
  }
}

@media (max-width: 576px) {
}

/* 
.navbar-toggler {
    border-color: var(--text);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23222D65' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link {
    font-size: 23.46px !important;
    font-weight: 600 !important;
    color: var(--text) !important;
} */
