/* ------reponsive------- */

@media (max-width: 1400px) {
  .about__section::before,
  .about__section::after {
    width: 630px;
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .about__section::before,
  .about__section::after {
    width: 500px;
    height: 190px;
  }
  .about__section .about__title h1 {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .banner__section .banner__txt h1 {
    font-size: 44px;
  }

  .about__section .about__title {
    text-align: left !important;
    width: 50%;
    margin: 0 auto;
  }

  .gallery__section ul li {
    grid-column: span 6;
  }
  .about__section::after {
    display: none;
  }

  .mx-auto-resp {
    margin: 0;
  }
  .my__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .about__section .about__title {
    width: 62%;
  }
  .site-header::after {
    background-position: -200px;
  }
  .my__gallery,
  .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section-t {
    padding-top: 40px;
  }
  .section-b {
    padding-bottom: 40px;
  }
  .section {
    padding: 40px 0;
  }

  .content__wrapper {
    margin-top: 20px;
  }
  .the__title {
    font-size: 28px;
  }

  .heading__title {
    font-size: 30px;
  }
  .site-header .custom-logo {
    width: 200px;
  }

  .site-header .flag img {
    width: 30px;
  }

  .banner__section .banner__txt h1 {
    font-size: 34px;
  }
  .banner__section,
  .banner__section img {
    height: 60vh;
  }
  .about__section::before {
    width: 100%;
  }
  .about__section .about__title {
    width: 100%;
    padding: 0;
  }
  .about__section .about__title h1 {
    font-size: 40px;
  }
  .about__section .about__title h1:last-child {
    text-align: left;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .about__section .about__content p {
    line-height: 30px;
    font-size: 17px;
  }
  .btn {
    font-size: 15px;
  }

  /* .banner__section ,.banner__section img{
    height: calc(100vh - 26rem);
  } */

  .gallery__section ul li {
    grid-column: span 12 !important;
  }
  .gallery__section ul li img,
  .hover__img a img {
    height: auto;
  }

  .error-404 {
    padding-top: 120px;
  }
  .error-404 .error-watermark {
    top: calc(50% - 69px);
    font-size: 160px;
  }
  .error-404 .error-title {
    font-size: 25px;
  }
  .error-404 .error-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact__page .icon i {
    font-size: 40px;
  }

  .img__wrapper img {
    height: auto;
  }
  .my__gallery,
  .gallery-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
