/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .header-nav ul li a {
    font-size: 22px;
  }

  .banner-title h2 {
    font-size: 25px;
  }

  section.banner {
    height: 757px;
  }

/*   .service-content {
    height: 320px;
  } */

  .brands-img a img {
    width: 150px;
  }
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .banner-title h2 {
    font-size: 25px;
  }

  .web-title h2 {
    font-size: 21px;
  }

  .about-content {
    width: 100%;
  }


  .footer-item h2 {
    font-size: 25px;
  }

/*   .service-box {
    margin-bottom: 30px;
  } */

  .banner-content {
    padding-top: 120px;
  }
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .header-nav ul li a {
    font-size: 20px;
  }
.mini-img img {
    object-fit: cover;
    height: 420px;
}
  .header-nav ul {
    gap: 20px;
  }

  .banner-title h2 {
    font-size: 25px;
  }

  .about-img {
    margin-bottom: 50px;
  }

  .web-title h2 {
    /* font-size: 40px; */
  }

  .brands-img a img {
    width: 130px;
  }

  .footer-item {
    margin: 25px 0px;
  }
.about-main h2 {
    font-size: 40px;
    color: var(--c3);
    font-weight: 600;
    margin-bottom: 40px;
}
  .mini-banner {
    /* padding: 150px 0px 100px !important; */
    margin: 0;
  }

}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.menu-open a {
    display: flex !important;
    justify-content: end;
    font-size: 30px;
    color: var(--c2);
    padding-right: 10px;
}
	.about-content {
    padding-left: 0;
}
	.about-video video {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px;
    height: 300px;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
.spacing {
    padding: 60px 0px 0px;
}
	.about-video video {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px;
    height: 190px;
}
	.mini-img img {
    object-fit: cover;
    height: 450px;
}
  .menu-open a {
    display: flex !important;
    justify-content: end;
    font-size: 30px;
    color: var(--c2);
    padding-right: 10px;
  }

  .banner-title h4 {
    font-size: 20px;
  }

  .banner-title h2 {
    font-size: 20px;
  }

  .web-title h2 {
    font-size: 29px;
  }

  p {
    font-size: 14px;
  }

  .brands-img a img {
    width: 180px;
  }

  .copyright {
    text-align: center;
  }

  .footer-bottom .footer-item ul {
    justify-content: center;
  }
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {}