/* 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: 1025px) and (max-width:1440px) {

    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    } */

    .top_img {
        right: -105px;
    }

}

@media screen and (min-width:769px) and (max-width:1024px) {
    .top_banner {
        padding: 100px 0 435px !important;
    }

    .team_title {
        font-size: 20px;
    }

    .team_title span {
        font-size: 14px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-nav {
        gap: 1rem;
    }
}

@media screen and (min-width:821px) and (max-width:912px) {}

@media screen and (min-width:100px) and (max-width:820px) {
    .navbar-nav {
        padding-top: 2rem;
    }

    .top_banner {
        padding: 80px 0 450px;
    }
}

@media screen and (min-width:577px) and (max-width:768px) {}

@media screen and (max-width:576px) {
    body {
        overflow-x: hidden;
    }

    .top_banner h1 {
        font-size: 35px;
    }

    .top_banner p {
        font-size: 16px;
    }

    .top_banner {
        padding: 50px 0 275px;
    }

    .title {
        font-size: 35px;
    }

    .cover_area h2 {
        font-size: 2rem;
    }

    .cross_line {
        transform: rotate(0);
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:375px) {}