@media (max-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero {
        height: 400px;
    }

    .about-content {
        padding: 10px;
    }

}

/* Desktop */
@media (max-width: 1200px) {
    .container {
        max-width: 1140%;
    }

    .hero {
        height: 370px;
    }

    .hero-content {
        padding: 30px;
    }

    .hero-content h1 {
        font-size: 60px;
    }

    .about-item h2 {
        margin-left: 0;
    }

    .about-item p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-item>img {
        height: 350px;
        /* object-fit: contain; */
    }

    .about-item .brand-logo {
        left: 0;
    }

    .about-grid {
        gap: 20px;
    }

    .brand-item h3 {
        font-size: 100px;
    }

    .footer-grid {
        gap: 20px;
    }

    .about2-grid {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .about2-item {
        padding: 15px;
    }

    .about2-logo {
        bottom: 0%;
    }

    .about3-grid {
        padding: 15px;
        grid-template-columns: 55% 45%;
    }

    .about3-item {
        padding: 15px;
    }

    .about3-logo {
        bottom: -5%;
    }

    .about4-item p {
        margin-left: 10px;
        padding-left: 10px;
    }

    .about4-logo {
        bottom: -10%;
    }

    .about5-content {
        padding: 15px;
    }

    .about5-logo {
        bottom: -6%;
    }

    .about5-logo img {
        width: 100px;
        height: 100px;
    }
}

/* Laptop */
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    .hero {
        height: 340px;
    }

    .hero-content h1 {
        font-size: 50px;
        max-width: 500px;
    }

    .hero .circle-badge>img {
        width: 120px;
    }

    .hero-btn {
        font-size: 20px;
        padding: 10px 10px 10px 45px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .brand-title p {
        font-size: 20px;
    }

    .about-item h2 {
        z-index: 9;
    }

    .about-content {
        position: relative;
        top: 20%;
        padding: 20px;
    }

    .whoweare-bg {
        min-height: auto;
        padding: 20px;
    }

    .about-item .brand-logo {
        width: 90px;
        height: 90px;
    }

    .brand-item {
        padding: 15px;
    }

    .brand-grid {
        gap: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about2-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .about2-logo {
        bottom: 3%;
        right: 3%;
    }

    .about3-grid {
        grid-template-columns: 1fr;
    }

    .about3-logo {
        bottom: 0;
    }

    .about4-title h2 {
        font-size: 40px;
    }

    .about4-grid {
        grid-template-columns: 1fr;
    }

    .about4-item {
        margin-bottom: 20px;
    }

    .about4-logo {
        bottom: 3%;
    }

    .about5-grid {
        grid-template-columns: 1fr;
    }

    .about5 .subtitle {
        margin: 15px 0;
    }

    .about5-item {
        margin-bottom: 15px;
    }
    .about5-logo{
        bottom: 0;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .hero {
        height: 340px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero-btn-container {
        padding: 15px;
        border-radius: 15px 15px 0;
        right: 0;
        bottom: 0;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-item {
        background-color: #fff;
    }

    .footer-grid {
        gap: 10px;
    }

    .footer-content {
        padding: 10px;
    }

    .about3-logo {
        bottom: 0;
        left: 0;
    }

}

/* Mobile */
@media (max-width: 576px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .hero {
        height: 340px;
    }

    .hero-content {
        padding: 20px;
    }

    .hero .circle-badge>img {
        width: 100px;
    }

    .hero-content h1 {
        font-size: 40px;
        max-width: 300px;
        margin-bottom: 50px;
    }

    .brand-title {
        grid-template-columns: 100fr;
        text-align: center;
    }

    .brand-title p {
        text-align: center;
    }

    .brand-item h3 {
        font-size: 70px;
    }

    .brand-item p {
        font-size: 20px;
    }

    .blog-title h2,
    .faq h2,
    .client-title h2,
    .about3 h2,
    .brand-title h2,
    .about4-title h2 {
        font-size: 35px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .copyright {
        flex-wrap: wrap;
    }

    .copyright p {
        padding-bottom: 10px;
    }

    .hero-btn {
        font-size: 16px;
        padding: 8px 8px 8px 35px;
    }

    .hero-btn-container {
        padding: 10px;
    }

    .hero-btn i {
        padding: 8px 10px;
    }

    .whoWeAre {
        padding: 30px 0;
    }

    .about-item h2 {
        font-size: 28px;
        text-align: center;
    }

    .about-item p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .about-content {
        padding: 15px;
        top: 15%;
    }

    .about-item .brand-logo {
        margin-top: 20px;
        left: 2%;
        bottom: 0;
        top: 60%;
    }

    .about-item .brand-logo img {
        width: 70px;
        height: 70px;
    }

    .whoweare-bg {
        padding: 0;
        height: 515px;
    }

    .about-item>img {
        height: auto;
    }

    .about2-logo img {
        width: 80px;
        height: 80px;
    }

    .about3 {
        padding: 15px;
    }

    .about3-item {
        padding: 0;
        margin-bottom: 10px;
    }

    .about3 p {
        line-height: 22px;
    }

    .about3-logo img {
        width: 70px;
        height: 70px;
    }

    .about3-logo {
        bottom: -10%;
        left: -5%;
    }

    .about4-logo img {
        width: 70px;
        height: 70px;
    }

    .about4-logo {
        bottom: 0;
    }
    .footer-grid .footer-content:last-child img{
        width: 100%;
    }
    .about5-logo img{
        width: 70px;
        height: 70px;
    }
    .about5-logo{
        bottom: -5%;
    }
    .about5 .subtitle{
        line-height: 20px;
    }
}