/* Responsive */
@media screen and (max-width: 1200px) {
    .header .row .col:nth-child(1) h1 {
        font-size: 40px;
    }

    .header .row .col:nth-child(2) dotlottie-player:nth-child(1) {
        width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .header .row .col:nth-child(1) h1 {
        font-size: 35px;
    }

    .card-layanan {
        margin: 15px 0;
    }

    #group {
        margin-top: 100px;
    }

    #contact h3 {
        font-size: 30px;
        width: 100%;
    }

    .card-contact {
        width: 100%;
        height: auto;
        padding: 52px 48px;
        margin-top: 25px;
    }

    .card-contact h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .header .row .col:nth-child(2) dotlottie-player:nth-child(1) {
        width: 400px;
    }

    .products-preview .preview img {
        height: 25rem;
    }
}

@media screen and (max-width: 576px) {
    .sub-title {
        font-size: 16px;
    }

    .card-layanan {
        margin: 15px 0;
    }

    #layanan h2 {
        font-size: 40px;
    }

    .btn-primary {
        width: 135px;
        height: 40px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .btn-primary a {
        font-size: 14px;
    }

    .btn-maps {
        width: 300px;
        height: 60px;
        background-color: var(--pr-color);
        color: #fff;
        border: none;
        font-weight: 700;
        border-radius: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        --animate-delay: 3.2s;
    }
    
    .btn-maps a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

    #career h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 475px) {
    .header .row .col:nth-child(1) h1 {
        font-size: 25px;
    }

    .header .row .col:nth-child(1) > p {
        font-size: 12px;
    }
}
