@media (max-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 990px;
  }
}

@media (max-width: 1000px) {
  .container {
    max-width: 800px;
  }
  .about .container .left {
    padding-left: 0;
    width: 55%;
  }
  .about .right {
    width: 40%;
  }
  .about .right img {
    width: 100%;
  }
  .testimonial .right {
    height: 435px;
  }
}

@media (max-width: 900px) {
  .container {
    max-width: 700px;
  }
  .services .heading {
    width: 70%;
    margin: auto;
  }
  .services .box {
    width: 48%;
  }
}

@media (max-width: 800px) {
  .about .container .left {
    padding-left: 40px;
    width: 100%;
  }
  .about .container {
    flex-wrap: wrap;
  }
  .about .right {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
  }
  .about .right img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
    margin-top: 25px;
  }
  .about.whychoose .right {
    width: 55%;
    margin: auto;
  }
  footer .container {
    padding-left: 35px !important;
  }
  .detail-about .container {
    padding-left: 35px !important;
  }
  .brandbox .container {
    padding-left: 35px !important;
  }
  .main-contact .right {
    width: 70% !important;
  }
}

@media (max-width: 700px) {
  .container {
    max-width: 610px;
  }
}

@media (max-width: 575px) {
  section {
    padding: 35px 0px;
  }
  .heading {
    margin-bottom: 15px;
  }
  .container {
    padding: 0px 15px;
  }
  .nav {
    position: sticky;
    height: 58px;

    bottom: auto;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;

    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    z-index: 9999;
  }
  .extraHeader .nav {
    background-color: var(--themclrone);
  }
  .extraHeader .nav span {
    background: #fff;
  }
  .extraHeader .nav .fav {
    filter: brightness(0) invert(1);
  }
  header::after {
    position: unset;
  }
  .nav .side-text {
    display: none;
  }
  .nav .hamburger {
    margin-top: 0px;
    cursor: pointer;
    width: auto;
  }
  header {
    height: 50vh;
  }
  header .main-container {
    height: 50vh;
  }
  .about .container {
    flex-wrap: wrap;
  }
  .about .container .left {
    width: 100%;
    padding-left: 15px;
  }
  .heading h2 {
    font-size: 33px;
    line-height: 38px;
  }
  .heading h2 span {
    font-size: 34px;
  }
  .about .container .left {
    padding-left: 0;
  }
  .about .container .right {
    width: 100%;
    margin-top: 25px;
  }
  .about .container .right img {
    width: 100%;
  }
  .services .box {
    width: 100%;
  }
  .services .container {
    padding-left: 15px;
  }
  .clients {
    padding: 40px 0px;
  }
  .slider-track img {
    height: 45px;
    margin: 0 15px;
  }
  .form-body .form-group {
    width: 100%;
  }
  .cta .form-body {
    flex-wrap: wrap;
  }
  form input[type="submit"] {
    margin: 10px auto;
    width: 100%;
  }
  .gallery {
    padding-left: 0px;
    column-count: 2;
  }
  .menu {
    padding-top: 25px;
    position: fixed;
    top: -100%;
    bottom: 0;
    max-width: 500px;
    background-color: #e61d33;
    left: 0%;
    overflow: visible;
    flex-shrink: 0;
    z-index: 2;
    display: unset;
    width: 100%;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-height: 0;
  }
  .menu.open {
    left: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
      rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    top: 58px;
    visibility: visible;
    max-height: 100vh;
    z-index: 99;
  }
  .video-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    z-index: 9;
    top: 57px;
  }
}
@media (max-width: 900px) {
  /* Make container flex column */
  .testimonial .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 20px;
  }

  /* Reorder sections */
  .testimonial .left {
    order: 0; /* heading first */
    text-align: center;
  }

  .testimonial .right {
    order: 1;
    width: 90%;
    height: auto;
    text-align: center;
    padding: 20px;
    align-items: center;
  }

  .testimonial .nav-testi {
    order: 2; /* force buttons last */
    position: static; /* remove absolute positioning */
    justify-content: center;
    margin-top: 20px;
    display: flex;
    gap: 12px;
    width: 100%;
  }

  .testimonial .nav-testi .next-testi {
    margin-left: 0;
  }

  /* Profile tweaks */
  .testimonial .profile {
    flex-direction: column;
    margin-top: 20px;
    text-align: center;
  }

  .testimonial .profile img {
    margin-bottom: 8px;
  }

  .testimonial .quote-mark {
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    font-size: 36px;
  }
  footer .container {
    padding-left: 0px;
    padding: 0px 15px;
  }
  .footerBody .topHeader {
    flex-wrap: wrap;
  }
  footer .footerBody .topHeader .box {
    margin: 5px auto;
    width: 100% !important;
  }
  footer .footerBody .topHeader .box h4 {
    font-size: 17px;
  }
  footer .footerBody .topHeader .box p {
    font-size: 14px;
  }
  footer .footerBody .topHeader .box img {
    width: 35px;
  }
  footer .footer-ul-parent .footer-ul {
    width: 100%;
  }
  footer .footer-ul-parent {
    flex-wrap: wrap;
  }
  footer .footer-ul-parent .footer-ul:last-child {
    margin-left: 0px;
  }
  footer .footer-ul ul {
    flex-wrap: wrap;
  }
  footer .footer-ul ul li {
    color: #fff;
    border-right: 1px solid #ffffff7a;
    padding: 0px 6px;
  }
  footer .copyright ul li a {
    width: 30px;
    height: 30px;

    padding: 3px;

    margin-left: 1px;
  }
  footer .copyright ul li a img {
    width: 17px;
  }
  .our-team .box {
    background-color: #fff;
    width: 100%;
  }
  .our-team .container {
    padding-left: 15px;
  }
  .our-team .our-team-box {
    flex-wrap: wrap;
  }
  .our-team .box:nth-child(2) {
    margin: 20px 0px;
  }
  .main-contact {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main-contact .left {
    width: 100%;
  }
  .main-contact .right {
    width: 90%;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .brandbox .container ul {
    display: flex;
    align-items: center;
    flex: -w;
    flex-wrap: wrap;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .brandbox .container {
    padding-left: 15px;
  }
  .brandbox .container ul li {
    margin-right: 16px;
    width: 28%;
    margin-bottom: 15px;
  }
  .brandbox .container ul li img {
    width: 100%;
  }
  .brandbox .box .heading h2,
  .brandbox .box .heading h2 span {
    font-size: 22px;
  }
  .brandbox .box .heading h2 span {
    text-transform: lowercase;
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-left: -3px;
  }
  .detail-about .container {
    padding-left: 15px;
  }
}
