@media (max-width: 1040px) {
  header {
    padding: 12px 20px;
  }
  header .navigation {
    display: none;
  }
  header .navigation.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }
  header .navigation .navigation-items a {
    color: #222;
    font-size: 1.2em;
    margin: 20px;
  }
  header .navigation .navigation-items a:before {
    background: #222;
    height: 5px;
  }
  header .navigation.active .navigation-items {
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }
  .menu-btn {
    background: url(../images/btn.png) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .menu-btn.active {
    z-index: 999;
    background: url(../images/close.png) no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
  .secHeader {
    padding: 50px 0px 0px 0px;
  }
  .home .booking-block {
    width: 95%;
    margin-left: 2.5%;
  }
  .home .media-icon {
    display: none;
  }
  .category-tab {
    padding: 30px 0px;
  }
  .site-heading {
    width: 100%;
  }
  .site-heading h2 {
    font-size: 44px;
  }
  .grid-2 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .section-70 {
    padding: 40px 0px;
  }
  .whySection .whyHeading h4 {
    font-size: 16px;
  }

  .whyColumn {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .testMain {
    width: 100%;
  }

  .aboutContainer {
    flex-direction: column;
  }
  .aboutContent img {
    max-width: 100%;
  }
  .footerTop {
    padding: 50px 40px;
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .about-company img {
    width: 100%;
    margin-bottom: 30px;
  }
  .h3Class {
    font-size: 24px;
  }
}
