/* responsive.css */

/* 1360px */
@media (max-width: 1360px) {
  .banner-content .content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .about-us .content h2 {
    font-size: 42px;
  }
  .about-us .content p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .logo img {
    max-width: 220px;
  }
  .navigation ul li {
    margin: 0 12px;
  }
  .services h2,
  .product-sec-detail h2,
  .home-about h2,
  .about-us .content h2 {
    font-size: 36px;
  }
  .about-us .content p {
    font-size: 15px;
    line-height: 25px;
  }
  .banner-content .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-image::before {
    display: none;
  }
  .about-image::after {
    display: none;
  }
}

/* 991px */
@media (max-width: 991px) {
  .vision:after {
    right: 0;
    left: 0;
    top: 50%;
    clip-path: unset;
  }
  .vision-left,
  .vision-right {
    text-align: center;
  }
  .vision .block {
    padding: 50px;
  }
  .inner-banner .banner-content::after {
    display: none;
  }
  .inner-banner .banner-content {
    padding: 50px 0 25px 0;
  }
  .product-sec {
    padding: 0 0 25px 0;
  }
  .product-sec .col-lg-3 {
    width: 50%;
  }
  .inner-banner .banner-image-wrapper {
    height: 400px;
  }
  .inner-banner,
  .product-sec {
    background-color: #fff;
  }
  .about-us {
    padding: 0;
  }
  .sahar-text {
    display: none;
  }
  .fade-carousel {
    padding: 0;
  }
  .banner::after,
  .banner::before {
    display: none !important;
  }
  .banner-sec::after {
    display: none;
  }
  .banner-sec {
    background-color: #fff8f2;
  }
  .banner-content {
    padding: 25px 0 50px 0;
  }
  .know-more {
    display: none;
  }
  .get-a-enquiry {
    max-width: 320px;
    margin: auto;
  }
  .banner {
    height: unset;
  }
  .hamburger-menu {
    display: block;
  }
  .nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0%;
    right: 0;
    left: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  .nav.show {
    display: flex;
  }
  .nav li {
    margin-bottom: 15px !important;
  }
  .nav li a {
    font-size: 21px !important;
    color: #000;
    text-decoration: none;
  }
  .make-appointment {
    display: none;
  }
  .about-us .content {
    padding: 20px 15px;
  }
  .about-us .content h2 {
    font-size: 34px;
  }
  .banner-content .content {
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
  }
  .banner-content .content p {
    font-size: 15px;
    line-height: 22px;
  }
  .about-us {
    text-align: center;
  }
  .top-footer {
    flex-direction: column;
    text-align: center;
  }

  .f-links {
    flex-direction: column;
    align-items: center;
  }

  .f-social {
    justify-content: center;
  }

  .f-links > div {
    text-align: center !important;
  }
  .top-footer .info {
    justify-content: center;
  }
  .service-nav {
    display: none;
  }
  .top-footer p {
    text-align: center;
  }
  .f-links {
    padding-top: 25px;
    margin-left: 0 !important;
  }
  .brand-img .moving-wrapper {
    width: 125%;
  }
  .about-content-sec {
    padding: 0 0 50px 0;
  }
  .pdf-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* 767px */
@media (max-width: 767px) {
  .services .content {
    top: unset !important;
  }
  .services .block .ic img {
    max-width: 45px;
  }
  .services .block a img {
    max-width: 60px;
  }

  .top-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .services .block {
    height: 330px;
  }

  .banner-content .content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .banner-content .content p {
    font-size: 14px;
    padding: 8px 0 18px 0;
  }
  .about-us .content h2 {
    font-size: 30px;
  }
  .about-us .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .brand-img .moving-wrapper {
    width: 150%;
  }
}

/* 575px */
@media (max-width: 575px) {
  .client-tele .marquee-wrapper .marquee-track {
    animation: marquee 5s linear infinite;
  }
  .services h2,
  .product-sec-detail h2,
  .about-us .content h2 {
    font-size: 28px;
  }
  .services .block h3 {
    font-size: 20px;
  }
  .top-footer {
    flex-direction: column;
  }
  .footer-left-sec,
  .f-links {
    margin: 0 !important;
  }
  .about-image {
    height: 400px;
    width: auto;
  }
  .about-us .content p {
    font-size: 13.5px;
    line-height: 21px;
  }
  .fade-carousel .item {
    height: 270px;
  }
  .brand-img .moving-wrapper {
    width: 175%;
  }
  .inner-banner .banner-image-wrapper {
    height: 250px;
  }
}

/* 480px */
@media (max-width: 480px) {
  .product-sec h3 {
    font-size: 17px;
  }
  .banner-content .content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .banner-content .content p {
    font-size: 13.5px;
  }
  .banner-content .content a {
    padding: 8px 16px;
    font-size: 13px;
  }
  .services .block .ic img {
    max-width: 36px;
  }
  .sahar-text h2 {
    font-size: 44px;
  }
  .client-tele h2 {
    font-size: 26px;
  }
  .project-idea h3 {
    font-size: 34px;
  }
  .about-us .content {
    padding: 50px 0 10px 0;
  }
  .about-us .content p {
    font-size: 13px;
    line-height: 20px;
  }
  .brand-img .moving-wrapper {
    width: 225%;
  }
  .client-tele {
    padding: 50px 0 0 0;
  }
  .client-tele h2 {
    margin-bottom: 25px;
  }
}
