*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* navbar */
.navbar{
    background-color: #00293B;
    color: #fff;
}

.navbar img{
    width: 100px;
}

.navbar-toggler{
    border-color: #FFF;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* Detail Produk */
.isi-detail-produk{
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 30px;
    display: flex;
}

.img-detail-produk{
    padding-left: 140px;
    padding-right: 50px;
}

.img-detail-produk img{
    width: 330px;
}

.text-red{
    color: #E71C3E;
}

.txt-detail-produk{
    margin-top: 1.5rem;
}

.button-text-detail{
    display: flex;
    gap: 10px;
}

.button-text-detail button{
    background-color: #E71C3E;
    color: #fff;
    width: 300px;
    padding: 10px;
    border: 0px;
    border-radius: 10px;
}

/* Keunggulan Utama */
.ku h5{
    margin-bottom: 50px;
}

.isi-ku{
    display: flex;
}

.isi-kiri{
    display: flex;
    margin-top: 20px;
}

.txt-kiri{
    margin-left: 14px;
    margin-right: 5px;
}

.txt-kiri p{
    font-size: 13px;
    width: 85%;
}

.img-kiri img{
    width: 140px;
}

.img-kanan img{
    width: 140px;
}

.isi-kanan{
    display: flex;
    margin-top: 20px;
}

.txt-kanan{
    margin-left: 14px;
    margin-right: 5px;
}

.txt-kanan p{
    font-size: 13px;
    width: 85%;
}

.button-permintaan button{
    width: 280px;
    background-color: #52C958;
    padding: 15px;
    border: 0;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Footer */
.footer{
    background-color: #00293B;
}

.isi-footer{
    display: flex;
    justify-content: space-around;
}

.txt-footer{
    padding-top: 30px;
}

.txt-footer h5{
    font-size: 36px;
}

.location{
    margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 760px) {
    /* Produk Detail */
    .img-detail-produk{
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-detail-produk img{
        display: block;
        margin: auto;
        padding: auto;
    }
    .isi-detail-produk{
        display: block;
        margin-bottom: 30px;
    }
    .button-text-detail{
        display: block;
    }
    .button-text-detail button{
        background-color: #E71C3E;
        color: #fff;
        width: 330px;
        border: 0px;
        border-radius: 10px;
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        padding: auto;
        margin: auto;
        margin-bottom: 10px;
    }

    /* Keunggulan Utama */
    .ku h5{
        font-size: 18px;
    }
    .isi-ku{
        display: block;
    }
    .txt-kiri h5{
        font-size: 18px;
    }
    .img-kiri img{
        width: 100px;
    }
    .img-kanan img{
        width: 100px;
    }
    .txt-kiri p{
        font-size: 12px;
        width: 100%;
    }
    .txt-kanan p{
        font-size: 12px;
        width: 100%;
    }

    /* Footer */
    .txt-footer h5{
        font-size: 20px;
    }
    .txt-footer p{
        font-size: 14px;
    }
    .isi-footer{
        display: block;
    }
}

@media (min-width: 760px) and (max-width: 1200px) {
    /* Produk Detail */
    .img-detail-produk{
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-detail-produk img{
        display: block;
        margin: auto;
        padding: auto;
    }
    .isi-detail-produk{
        display: block;
        margin-bottom: 30px;
    }
    .button-text-detail{
        display: flex;
    }
    .button-text-detail button{
        background-color: #E71C3E;
        color: #fff;
        width: 330px;
        border: 0px;
        border-radius: 10px;
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        padding: auto;
        margin: auto;
        margin-bottom: 10px;
    }

    /* Keunggulan Utama */
    .ku h5{
        font-size: 18px;
    }
    .isi-ku{
        display: flex;
    }
    .txt-kiri h5{
        font-size: 16px;
    }
    .txt-kanan h5{
        font-size: 16px;
    }
    .img-kiri img{
        width: 100px;
    }
    .img-kanan img{
        width: 100px;
    }
    .txt-kiri p{
        font-size: 12px;
        width: 97%;
    }
    .txt-kanan p{
        font-size: 12px;
        width: 100%;
    }
    /* Footer */
    .txt-footer h5{
        font-size: 24px;
    }
    .txt-footer p{
        font-size: 18px;
    }
    .location{
        width: 300px;
        margin-top: 30px;
    }
}