@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.container-1 {
    display: flex;
    height: 55vh;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.header-title {
    padding-top: 60px;
    font-size: 45px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.header-content {
    margin-top: 30px;
    justify-content: center;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.absolute-bg {
    position: absolute;
    inset: 0;
    background-color: #1E3A89;
    opacity: 0.5;
    z-index: 0;
}


/* Container-2 */
.container-2{
    margin: 0;
    background-color: transparent;
}

/* .product_content_1 {
    height: 40vh;
} */

.img-car-1{
    margin-right: 2rem; max-width: 100%;
}

.desc_product_car_1{
    margin-top: 1.5rem;
    margin-left: 7rem;
    max-width: 500px;
    margin-right: 3rem;
}
.desc_product_car_2 {
    margin-top: 1.5rem;
    margin-left: 1rem;
    max-width: 500px;
    margin-right: 3rem;
}

.name_product_car_1 {
    text-align: center;
    width: 350px;
    background-color: #064A7E;
    border-radius: 99999px;
    padding: 0.5rem;
    color: #ffff;
    font-weight: 600;
    border: 0.5rem;
    border-color: #064A7E;
}

.responsive-car2-image {
    margin-right: 1rem;
    max-width: 115%;
}

/* CONTAINER-3 */
.container-3 {
    margin: 0;
    border-radius: 0;
    background-size: cover;
    /* background-size: 100% 120%; */
    background-repeat: no-repeat;
}

.mccs-about .title {
    font-family: 'Lato', sans-serif;
}

.mccs_desc {
    max-width: 600px;
}

.container-4 {
    overflow-y: hidden;
    margin: 0;
    border-radius: 0;
    color: #064A7E;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 50vh; */
    width: 100%;
    padding: 10px 142px 0px 142px;
}

.nav-link{
    margin-bottom: 0;
}
.mccs-product .title {
    background-color: #064A7E;
    padding: 0 1.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    color: white;
    border-radius: 15px;
    display: inline;
    width: auto;
    margin-bottom: 3rem;
}

.mccs-product .title-product {
    /* background-color: #064A7E; */
    padding: 0 1.5rem;
    font-size: 2.25rem;
    font-weight: 600;
    color: white;
    border-radius: 15px;
    display: inline;
    width: auto;
    margin-bottom: 3rem;
    
}


.mccs-product .tagline {
    font-weight: 700;
}

.mccs-product .desc {
    font-size: 20px;
    width: 70%;
}
.container-product-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
    gap: 5px;
    margin-top: 3rem;
    /* margin: auto; */
    /* width: 50%; */
    justify-content: center;
}

.container-4-products {
    background-color: #064A7E;
    display: flex;
    justify-content: center;
    margin-top: 113px;
    color: #064A7E;
    /* gap: 50px; */
    z-index: 100;
}

.container-4-products-v2 {
    display: flex;
    justify-content: center;
    margin-top: 113px;
    padding-top: 20px;
    color: #064A7E;
    /* gap: 50px; */
    z-index: 100;
}


.a_title_3 {
    margin-top: 20px
}

.container-4-products-card {
    width: 100%;
    max-width: 224px;
    height: auto;
    border-radius: 0.75rem;
    background-color: #FDFFFC;
}

.container-4-products-card-v2 {
    width: 100%;
    max-width: 250px;
    min-width: 150px;
    height: auto;
    border-radius: 0.75rem;
    background-color: #FDFFFC;
    margin: 10px;
}

.container-4-products-card-content-v2 {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
    align-items: center;
    text-align: center;
}


.container-4-products-card-content {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.container-4-products-card-content .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.container-4-products-card-content .title,
.title_4,
.title_3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.title-product {
    text-align: center;
    max-width: 150px;
    font-size: 1.25rem;
    font-weight: 600;
}

.container-4-products-card-content a {
    margin-right: auto;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}

.container-4-products-card-content-v2 a {
    margin-right: auto;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}

.product-cards {
    margin-top: 4rem;
}

@media (max-width: 1100px) {
    .container-4-products-card-content .image {
        gap: 0rem;
    }
    .container-4{
        align-items: center;
        height: 50vh;
    }
    .desc_product_car_1{
        font-size: 15px;
        margin-left: 2rem;
    }
    .desc_product_car_1,.desc_product_car_2,
    .header-content,
    .mccs_desc,
    .mccs-product .desc {
        font-size: 15px;
    }

    .container-4-products-card-content .title,
    .title_4,
    .title_3 {
        font-size: 0.8rem;
        font-weight: 600;
    }
    
    .title-product {
        max-width: 100px;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .container-product-cards {
        margin-top: 0rem;
        grid-template-columns: repeat(2, minmax(270px, 1fr));
    }

    .a_title_3 {
        margin-top: 10px;
    }

    .container-4-products-card {
        width: 100%;
        max-width: 200px;
        height: 130px;
        border-radius: 0.75rem;
        background-color: #FDFFFC;
    }
}

@media (max-width: 768px) {
    .nav-link{
        font-size: 10px !important;
    }
    .header-title {
        padding-top: 10px;
    }
    
    .header-content {
        margin-top: 10px;
    }
    .container-4 {
        height: 50vh;
        padding: 20px;
        height: 100%;
    }

    .header-title {
        font-size: 50px;
    }
    .desc_product_car_1,
    .desc_product_car_2 {
        margin-right: 0;
        margin-left: 0;
    }

    .responsive-car2-image {
        max-width: 110%;
        margin-left: 2rem;
    }

    .mccs-product .desc {
        width: 100%;
    }
    .container-4-products-card-content .title,
    .title_4,
    .title_3 {
        font-size: 0.8rem;
        font-weight: 600;
    }
    
     .title-product {
        font-size: 0.8rem;
        font-weight: 600;
    }
    .container-product-cards {
        grid-template-columns: repeat(2, minmax(170px, 1fr));
        margin-top: 0rem;
    }

    .container-4-products-card-v2 {
        max-width: 159px;
    }

}

@media (max-width: 540px) {

    .container-product-cards {
        margin-top: 0;
    }

    .container-4-products-card {
        max-width: 150px;
        border-radius: 0.75rem;
        background-color: #FDFFFC;
    }

    .title_4 {
        font-size: 12px;
    }

    .container-4-products-card-v2 {
        max-width: 159px;
    }
    
}