@media (min-width: 1200px) {}

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

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .header-top-section {
    width: 98%;
  }


}

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

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

@media (max-width: 1280px) {
  .page-text span {
    font-size: 30px;
  }

  .banner-text-container small {
    font-size: 16px;
  }

  .adress {
    width: 100%;
  }

  .contact-section {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }

  .counter {
    border-right: 0px;
  }

  .about-section-title small {
    font-size: 26px;
  }

  .detail-section {
    display: flex;
    flex-direction: column;
    gap: 4%;
  }

  .product-detail {
    margin-top: 20px;
  }

  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .head-section {
    display: none;
  }

  .product {
    height: auto;
  }

  .product-img {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab-section {
    padding: 20px 0;
  }

  .promotion-banner-section {
    height: 550px;
  }

  .title small {
    font-size: 16px;
    width: 80%;
  }

  .counter-section {
    margin-top: 30px;
  }

  .title p {
    font-size: 15px;
    font-weight: 100;
    width: 100%;
    margin: 0px auto;
  }

  .features-wrapper {
    padding: 10px;
  }

  .title span {
    font-size: 30px;
  }

  .product-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 96%;
    margin: 0px auto;
  }


  .about-section-title span {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
  }

  .header-top {
    grid-template-columns: 50% 50%;
  }

  .menuSection {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .menu-link {
    padding: 20px 10px;
    font-size: 17px;
  }

  .uk-sticky-fixed .logo img {
    margin-left: 0px !important;

  }


  .logo img {
    width: 90px;
    margin-left: 7px;
    margin-top: -16px;
  }

  .top-header-section {
    width: 100%;
    height: 70px;
  }


  .banner-title,
  .banner-description {
    width: 100%;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    gap: 12%;
  }

  p.uk-margin-medium-top {
    margin-top: 10px !important;
  }

  .about-section-left {
    margin-bottom: 20px;
  }

  .leaf-img,
  .about-leaf,
  .features-section-left,
  .tab-leaf-left,
  .tab-leaf-right,
  .img-right {
    display: none;
  }

  .section-right-content {
    width: 100%;
    margin-top: 30px;
  }

  .leaf1 {
    display: none;
  }

  .leaf2 {
    display: none;
  }

  .features-section {
    display: block;
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-menu ul {
    flex-direction: column;
  }

  .footer-menu ul li a {
    text-align: center;
  }

  .footer-menu {
    width: 60%;
  }

  .footer-menu ul li {
    width: 100%;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 10px;
  }

  .footer-menu ul li:last-child {
    border-bottom: none;
  }

  .footer-bottom {
    justify-content: center;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .page-top img {
    height: 200px;
    object-fit: cover;
  }

  .page-text {
    width: 90%;
  }

  .contact-item .text {
    width: 100%;
  }
}

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

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

@media (max-width: 1024px) {
  h3.uk-modal-title {
    font-size: 20px;
  }

  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page-content {
    width: 96%;
    margin-top: 80px !important;
  }

  .banner-button.uk-margin-medium-top {
    margin-top: 0px !important;
  }

  .features ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    overflow: auto;
    padding-left: 120px;
  }

  .tab-button {
    white-space: nowrap;
  }

  .banner-slider .slick-dots {
    bottom: 42px;
  }

  .banner-slider-item img {
    height: 250px;
    object-fit: cover;
  }

  .promotion-banner {
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-logo img {
    display: none;
  }

  .contact-button a {
    font-size: 12px;
    ;
    white-space: nowrap;
  }

  .top-mail {
    display: none;
  }


}

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

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

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

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

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

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

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