@media only screen
and (max-width : 1810px) {
  .banner-img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen
and (max-width : 1500px) {
  .banner-container{
    padding: 0 20px;
  }
}
@media only screen
and (max-width : 1400px) {
  .main-banner h1 {
    font-size: 80px;
  }
  .banner-img {
    top: 45%;
    width: 100%;
    right: -300px;
  }
}
@media only screen
and (max-width : 1200px) {
  .main-banner h1 {
    font-size: 70px;
  }
}
@media only screen
and (max-width : 1100px) {
  .main-banner h1 {
    font-size: 60px;
  }
}
@media only screen
and (max-width : 1120px) {
  .header{
    position: absolute;
    left: 0;
  }
}
@media only screen
and (max-width : 1000px) {
  .header{
    background: var(--black);
  }

  .nav {
    position: absolute;
    top: 70px;
    right: 0;
    background: #050816;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    padding: 50px;
  }

  .nav ul li{
    margin-left: auto;
    text-align: right;
  }

  .nav ul li a{
    font-size: 50px;
    color: var(--white);
  }

  .nav.active {
    height: 100vh;
    border-top: 1px solid var(--border-color);
    background: var(--black);
  }

  .burger {
    display: flex;
    margin: 0 20px 0 auto;
  }

  .main-banner{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    row-gap: 50px;
  }
  .desktop-img{
    display: none;
  }
  .mobile-img{
    display: block;
  }
  .main-banner h1 {
    font-size: 96px;
  }
  .main-banner p {
    width: 100%;
  }
  .banner-sec{
    order: 1;
  }
  .banner-img {
    width: 100%;
    margin: auto;
    position: static;
    transform: unset;
  }

  .services-sec-boxes {
    flex-wrap: wrap;
  }
  .services-sec-boxes .service-box {
    width: 48%;
  }

  .display-boxes {
    gap: 40px 20px;
  }
  .display-box {
    width: 47%;
    min-height: 0;
  }

  .display-info p{
    width: 100%;
  }

}
@media only screen
and (max-width : 830px) {
  .nav ul li a{
    font-size: 35px;
  }

  .main-banner h1 {
    font-size: 75px;
  }
}
@media only screen
and (max-width : 800px) {
  .banner-img {
    width: 100%;
  }

  .display-boxes {
    gap: 20px 20px;
  }

  .work-bottom q {
    font-size: 25px;
    line-height: 40px;
  }

}
@media only screen
and (max-width : 700px) {
  .main-banner{
    padding-bottom: 100px;
  }
  .main-banner h1 {
    font-size: 70px;
  }

  .gallery-info p{
    width: 100%;
  }

  .services-sec-boxes .service-box {
    width: 100%;
  }

  .display-boxes{
    justify-content: center;
  }
  .display-box {
    width: 80%;
  }
}

@media only screen
and (max-width : 615px) {
  .nav ul li a{
    font-size: 25px;
  }

  .footer-sec-info p{
    width: 100%;
  }
}

@media only screen
and (max-width : 500px) {
  .main-banner h1 {
    font-size: 60px;
  }
}

@media only screen
and (max-width : 400px) {
  .banner-btns{
    flex-wrap: wrap;
  }
  .display-box {
    width: 100%;
    padding: 10px;
  }
}