@media all and (max-width: 1099px) {
  header {
    padding: 0 62px !important;
  }

  header .row-s {
    flex-wrap: nowrap !important;
  }


  .menu ul li {
    padding: 10px 0;
    text-align: center;
  }

  .menu ul {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-direction: column;
    position: absolute;
    top: 90px;
    right: 0;
    background-color: #d6b853;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .menu.active ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle.active span:nth-child(1) {
    transform-origin: 10px 9px;
    transform: rotate(55deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-55deg) translate(5px, -5px);
    transform-origin: 24px 2px;
  }

  .row {
    flex-wrap: wrap;
  }

  footer .col,
  main .col {
    width: 100%;
    flex: unset;
  }

  #hero img {
    height: 40vh;
    object-position: center;
  }

  #about .col:first-child {
    padding: 0 30px 20px 30px;
  }

  #about .p {
    font-size: 10px;
  }

  #about .h2 {
    font-size: 25px;
  }

  section:not(:last-child) {
    padding-bottom: 90px;
  }

  .slogan {
    font-size: 15px;
  }

  #feature2 .mediapd {
    padding-bottom: 60px;
  }

  #feature2,
  #info,
  #services2 {
    padding: 0 30px 0 30px !important;
  }

  .row,
  .row-s {
    padding: 0 !important;
  }

  .slideshow-container {
    padding: 0 !important;
  }

  #services .col {
    height: auto;
    padding-left: 10px;
  }

  #services1 .col {
    padding: 5px 30px !important;
    width: 100%;
  }

  #services1 .wrapper {
    padding: 20px;
  }

  #services1 span {
    font-size: 2vb !important;
  }

  .titles {
    font-size: 15px;
  }

  #feature2 .wrapper {
    height: 100%;
  }

  #info .col {
    padding: 20px 30px !important;
  }
}

@media all and (min-width: 1100px) {

  header a {
    font-size: 14px;
    white-space: nowrap;
  }

}