@media (max-width: 1000px) {
    nav {
        padding: 0 40px 0 50px;
    }
}

@media (max-width: 920px) {
    nav .menu-btn i {
        display: block;
    }

    #click:checked~.menu-btn i:before {
        content: "\f00d";
    }

    nav .logo {
        font-family: 'Sirin Stencil', cursive;
        font-size: 25px;
        font-weight: 400;
        letter-spacing: 5px;
        color: white;
        background-color: #ff1e1e;
    }

    nav ul {
        position: fixed;
        top: 80px;
        left: -100%;
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        height: 100vh;
        width: 100%;
        text-align: left;
        display: block;
        transition: all 0.3s ease;
    }

    #click:checked~ul {
        left: 0;
    }

    nav ul li {
        width: 100%;
        margin: 40px 0;
    }

    nav ul li a {
        width: 100%;
        display: block;
        font-size: 16px;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .progress-bar {
        height: 5px;
        background-color: var(--brand-color);
        width: 0%;
    }

    .line a:before {
        bottom: 0px;
        left: 0;
        display: inline-block;
        height: 2px;
        width: 0%;
        content: "";
        background-color: #ff1e1e;
    }

    .line a:hover:before,
    .line .current a:before {
        opacity: 1;
        width: 100%;
    }

    .line a:hover:after,
    .line .current a:after {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .left {
        width: 100%;
        position: absolute;
        bottom: 0px;
        z-index: 10;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .left .content-slider .item .slider-container {
        background-color: rgba(255, 255, 255, 0.85);
        padding: 12px;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .left .content-slider .item .slider-container h2 {
        color: #000;
    }
}

@media screen and (max-width: 567px) {
    .main .main-container .left .content-slider .item .slider-container h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .left .content-slider .item .slider-container p {
        color: #000;
    }
}

@media screen and (max-width: 567px) {
    .main .main-container .left .content-slider .item .slider-container p {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .left .content-slider .item .slider-container .link a::after {
        background: #000;
    }
}

@media screen and (max-width: 992px) {
    .main .main-container .right {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .About {
        margin: 6rem 0;
    }
}

@media screen and (max-width: 768px) {
    .About {
        margin: 4rem 0;
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .About .desc-content .Title h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 567px) {
    .About .desc-content .Title h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    .About .desc-content p {
      padding: 0 3rem;
      margin-top: 2rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .About .desc-content p {
      padding: 0 2rem;
      margin-top: 1.5rem;
    }
  }
  
  @media screen and (max-width: 567px) {
    .About .desc-content p {
      padding: 0 10px;
      margin-top: 3.5rem;
    }
  }

  
@media screen and (max-width: 992px) {
    .services {
      padding: 6rem 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    .services {
      padding: 4rem 0;
    }
  }


  @media screen and (max-width: 768px) {
    .services .desc-content .Title h2 {
      font-size: 32px;
    }
  }
  
  @media screen and (max-width: 567px) {
    .services .desc-content .Title h2 {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 992px) {
    .services .desc-content p {
      padding: 0 3rem;
      margin-top: 2rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .services .desc-content p {
      padding: 0 2rem;
      margin-top: 1.5rem;
    }
  }
  
  @media screen and (max-width: 567px) {
    .services .desc-content p {
      padding: 0 10px;
      margin-top: 3.5rem;
    }
  }
  @media screen and (max-width: 567px) {
    .services .services-gallary {
      margin-top: 2rem;
    }
  }
  
  .services .services-gallary .left {
    width: 50%;
  }
  
  @media screen and (max-width: 768px) {
    .services .services-gallary .left {
      width: 100%;
      padding: 0 1rem;
    }
  
    .services .services-gallary .left img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }
  }

  @media screen and (max-width: 768px) {
    .services .services-gallary .right {
      width: 100%;
      padding: 0 1rem;
    }
  }

  @media screen and (max-width: 768px) {
    .services .services-gallary .right .desc-content-inner {
      margin-top: 1.5rem;
    }
  }
  
  @media screen and (max-width: 567px) {
    .services .services-gallary .right .desc-content-inner {
      padding: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .contact-us .contact-form .container-start .box .right p {
      font-size: 14px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .contact-us .contact-form .container-start .map {
      margin-top: 2rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .contact-us .contact-form .container-start .map {
      margin-top: 2rem;
    }
  }

  @media screen and (max-width: 992px) {
    footer {
      margin-top: 4rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    footer {
      margin-top: 2rem;
    }
  }