/* max-width: 320 sm mobail screen
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
1025px — 1200px: Desktops, large screens.
1201px and more — Extra large screens, TV. */
/* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
} */

@media screen and (min-width:1201px) {}


@media screen and (min-width:1025px) and (max-width:1440px) {
    .top_titles {
        width: 95%;
    }
}


@media screen and (min-width:769px) and (max-width:1024px) {
    .bg_area_icons {
        flex-direction: column;
        padding: 1rem;
    }

    .icons_img {
        height: 80px;
        width: 80px;
        border-radius: 100%;
        padding: 0;
        display: grid;
        place-items: center;
    }

    .icons_img img {
        width: 70%;
    }

    .awards_area::after,
    .awards_area::before {
        background-position: center left;
        background-size: cover;
    }

    .footer_about {
        padding: 2rem 2rem 1rem 2rem;
    }

    .footer_title {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .footer_link a {
        font-size: 0.875rem;
    }

    footer p {
        font-size: 0.875rem;
    }

    .top_titles {
        width: 95%;
    }
}

@media screen and (min-width:821px) and (max-width:912px) {}

@media screen and (min-width:100px) and (max-width:820px) {
    /* .logo {
        position: static;
        margin-top: 0;
    } */

    .menu-gap{
        margin-top: 70px;
    }
    .testimonial {
        height: 100%;
    }
    
}

@media screen and (min-width:577px) and (max-width:768px) {
    .topbanner {
        background-position: bottom;
    }


    .about_img {
        padding-bottom: 450px;
    }

    .about_img::before {
        height: 400px;
        width: 90%;
    }

    .about_img::after {
        display: none;
    }

    .client_logo {
        height: 100px;
    }

    .client_logos {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .client_logo img {
        width: 65%;
    }

    .awards_area {
        padding-bottom: 450px;
    }

    .awards_area::before {
        height: 400px;
        width: 90%;
    }

    .awards_area::after {
        display: none;
    }

    .footer_about {
        padding: 2rem 2rem 1rem;
    }

    .footer_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 3rem;
    }
    .top_titles {
        width: 95%;
    }
}


@media screen and (max-width:576px) {
    .footer_row {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }

    .footer_about {
        border-radius: 20px;
        padding: 2rem;
        margin-top: unset;
        margin-right: unset;
        box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
    }

    .footer_about::before,
    .footer_about::after {
        display: none;
    }

    footer p,
    footer a {
        font-size: 0.8rem;
    }

    .about_img,
    .awards_area {
        padding-bottom: 350px;
    }

    .about_img::before,
    .awards_area::before {
        height: 300px;
        width: 95%;
        background-size: cover;
        background-attachment: unset;
    }

    .about_img::after,
    .awards_area::after {
        display: none;
    }

    .client_logos {
        grid-template-columns: 1fr 1fr;
    }

    .topbanner {
        height: 100%;
        padding: 100px 0;
        background-size: cover;
        background-attachment: unset;
    }

    .topbanner::before {
        height: 100%;
        width: 100%;
        opacity: 0.5;
        border-radius: 0;
    }

    .topbanner h1 {
        font-size: 2.5rem;
    }

    .topbanner p {
        font-size: 1rem;
    }

    .top_btns {
        grid-template-columns: 1fr 1fr;
    }

    .title {
        font-size: 2.5rem;
    }

    .footer_title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .product_box {
        font-size: 1rem;
    }

    .footer_about {
        padding: 2rem 2rem 1rem;
    }
    .top_titles {
        width: 95%;
        padding-bottom: 10rem;
        text-align: center;
    }
}

@media screen and (max-width:375px) {
    .topbanner h1 {
        font-size: 2.2rem;
        padding-left: 1rem;
    }

    .client_logo {
        height: 90px;
    }

    .title {
        font-size: 2.2rem;
    }

    .footer_title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
}