   @media only screen and (min-width: 1400px) and (max-width: 1600px) {
        .container {
            max-width: 1320px !important;
        }
.side-menu {
    right: -370px;
    width: 370px;
}
.side-menu h5 {
    font-size: 20px;
}
.side-menu a {
    font-size: 16px;
}
        .mouse_move h2 {
            font-size: 60px;
        }

        .fixed-text {
            position: fixed;
            top: 35%;
        }

        .project-description {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            width: 80%;
        }

        .about-text {
            font-size: 34px;
            line-height: 1.7;
            letter-spacing: -1px;
        }

        .cta-text {
            font-size: 50px;
        }

        .parallax-inner img {
            width: 100%;
            border-radius: 20px;
            height: 500px;
        }

        .footer-btn {
            width: 22%;
        }


        #img4 {
            top: -1rem;
            left: 27rem;
        }

        #img2 {
            top: -11rem;
            right: 18rem;
        }

        #img3 {
            top: 0rem;
        }

        #img6 {
            bottom: -8rem;
            left: 26rem;
        }

        #img7 {
            bottom: 3rem;
            right: 20rem;
        }

        #img8 {
            bottom: -13rem;
            right: -4rem;
        }

        #img5 {
            top: 21rem;
            left: -3rem;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .mouse_move h2 {
    position: relative;
    font-size: 50px;
        }
        .side-menu {
    right: -370px;
    width: 370px;
}
.about-text {
    font-size: 35px;
}
.side-menu h5 {
    font-size: 20px;
}
.side-menu a {
    font-size: 16px;
}
        .container {
            max-width: 1300px !important;
        }
        .project-title {
    font-size: 35px;
        }
.project-description {
    font-size: 14px;
    width: 80%;
}
.parallax-inner img {
    width: 100%;
    border-radius: 20px;
    height: 550px;
    object-fit: cover;
}
.cta-text {
    font-size: 45px;
}
        .fixed-text {
            position: fixed;
            top: 35%;
        }

        #img2 {
            top: -11rem;
            right: 18rem;
        }

        #img3 {
            top: 0rem;
        }

        #img4 {
            top: -1rem;
            left: 24rem;
        }

        #img5 {
            top: 12rem;
            left: 0rem;
        }

        #img6 {
            bottom: -8rem;
            left: 22rem;
        }

        #img7 {
            bottom: 3rem;
            right: 16rem;
        }

        #img8 {
            bottom: -13rem;
            right: -4rem;
        }

    }

    @media only screen and (min-width: 1920px){
        .container{
        max-width: 1600px !important;
    }
}
  @media (min-width: 768px) {
        .footer-container {
            grid-template-columns: 2fr 1fr 1fr;
        }

        .footer-bottom {
            flex-direction: row;
        }

        .footer-bottom-left {
            margin: 0;
        }


    }
    /* Mobile responsiveness */

@media only screen and (max-width:769px) {

    
        /* ABout page */
          .philosophy-header p {
    font-size: 22px;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .philosophy-item p {
    max-width: 100%;
  }
  /* About page banner section responsive */
  .bottom-left-text {
    font-size: 24px;
    bottom:50%
  }
  .top-right-text {
    font-size: 14px;
    top: 51%;
    right: 0;
    left: 8%;
  }
  
  .cta-button {
    bottom: 5%;
    right: 50%;
  }

  /* about page contact section */
  .vision-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vision-middle h2 {
    font-size: 32px;
  }
  .vision-small-image img {
   width:40%;
  }
}
/* Tab Responsive */

/*About page */

/* Philosophy section */
@media (max-width: 1024px) {
  .philosophy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
   .vision-grid {
    grid-template-columns: 1fr 1fr;
  }
}
    