.footer-logo img {
    max-width: 100%;
}

.h2slider {
    width: 55%;
}

.pslider {
    width: 44%;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    right: 0 !important;
}

.menu__btn {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 20;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ed312b;
    transition-duration: 0.25s;
}

.menu__btn>span::before {
    content: "";
    top: -8px;
}

.menu__btn>span::after {
    content: "";
    top: 8px;
}

.menu__box {
    text-align: center;
    z-index: 10;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 120px 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition-duration: 0.25s;
}

.menu__item {
    display: block;
    padding: 15px 24px;
    color: #ed312b;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
}

.menu__item:hover {
    color: #fff;
    background-color: #ed312b;
}


@media(max-width:767px) {
    .burger-responsive {
        font-size: 12px;
    }

    .navbar-toggler {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .menu-text {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .section-promo,
    .section-produk {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .section-slider {
        margin-bottom: 16px;
    }

    .section-promo img {
        max-height: 350px;
        display: block;
        margin: auto;
    }
}

.tombol1 {
    background: transparent;
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 8px 30px;
    font-weight: bold;
    margin-top: 14px;
    display: inline-block;
}
.tombol1:hover, .tombol1:active, .tombol1:focus {
    background: #fff;
    border: 1.5px solid #ea302a;
    color: #ea302a;
}

.tombol2 {
    background: transparent;
    border: 1.5px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 8px 30px;
    font-weight: bold;
    margin-top: 14px;
    display: inline-block;
}
.tombol2:hover, .tombol2:active, .tombol2:focus {
    background: #fff;
    border: 1.5px solid #046eda;
    color: #046eda;
}

@media(max-width:575px) {
    .footer-logo img {
        max-width: 100px;
    }

    .card-clients {
        padding: 8px !important;
    }

    .carou-logo {
        padding: 8px !important;
        padding-bottom: 24px !important;
    }
}

@media (min-width: 290px) and (max-width: 670px) {
    .h2slider {
        width: 100%;
    }

    .pslider {
        width: 100%;
    }

    .teks12 {
        font-size: 12px !important;
    }
}