@media (min-width: 768px) {
  .banner-content .btn {
    display: inline-block;
  }

  .hamburger-btn {
    display: none;
  }

  .navigation-block .nav-link {
    background-color: transparent;
    color: var(--black);
    border-bottom: none;
    font-weight: 700;
    padding: 15px !important;
  }

  .navigation-block .btn {
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    font-size: 18px;
    margin-left: 8px;
  }

  .navigation-block .nav-link:hover {
    color: var(--primary);
    background-color: transparent;
  }

  .navigation-block .nav-link.active {
    color: var(--primary);
  }

  .w-sm-100 {
    width: auto;
  }

  .about-block .img-wrap {
    padding-top: 0px;
  }
}

@media (min-width: 1000px) {
  .opening-hour {
    margin: 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .opening-hour h5 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .logo-image {
    width: 200px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .space-lg {
    padding: 80px 0;
  }

  .space-md {
    padding: 40px 0;
  }

  .space-sm {
    padding: 20px 0;
  }

  .bs-card-content h5 {
    font-size: 24px;
  }

  .bs-card-content p {
    font-size: 18px;
  }

  .services-list {
    padding: 40px 120px 0 120px;
  }

  .service-list-item p {
    font-size: 20px;
  }

  .testimonial-slider {
    padding-left: 120px;
    padding-right: 120px;
  }

  .testimonial-card p {
    font-size: 20px;
  }

  .subscribe-input {
    width: 500px;
  }

  .subscribe-input .btn {
    top: 20px;
  }

  .center-tab .nav-tabs .nav-link {
    font-size: 20px;
    padding: 10px 20px;
  }

  .service-block::before {
    background-image: url(../img/leaf.svg);
    background-repeat: no-repeat;
    content: "";
    width: 130px;
    display: inline-block;
    height: 130px;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: 100px;
  }

  .bs-card {
    margin-bottom: 0px;
  }

  .footer-block::before {
    background-image: url(../img/footer-svg1.svg);
    background-repeat: no-repeat;
    content: "";
    width: 230px;
    display: inline-block;
    height: 230px;
    background-size: contain;
    position: absolute;
    bottom: -140px;
    left: 100px;
  }

  .footer-block::after {
    background-image: url(../img/footer-svg2.svg);
    background-repeat: no-repeat;
    content: "";
    width: 285px;
    display: inline-block;
    height: 230px;
    background-size: contain;
    position: absolute;
    bottom: -140px;
    right: 100px;
  }

  .footer-col {
    padding-bottom: 60px;
  }

  .quote-icon {
    width: 80px;
    height: 80px;

    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}