/* KEYFRAME GROUP*/
@keyframes fadeIn-Atas {
    0% {
        transform: translateY(-200%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn-Kanan {
    0% {
        transform: translateX(-200%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn-Kiri {
    0% {
        transform: translateX(200%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn-Bawah {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        ransform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn-Bawah-W {
    0% {
        margin-top: 480px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes fadeIn-Bawah-W2 {
    0% {
        margin-top: 100px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-Kanan {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}

@keyframes fadeOut-Kiri {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-200%);
        opacity: 0;
    }
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 12px;
    font-style: normal;
    background-color: #ffecea;
    z-index: -5;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bgt a {
    text-decoration: none;
}

.bgt a:hover {
    color: #ffe2df;
}

.orders {
    background-color: #ffe2df;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.bg-1 {
    background-image: url('https://valescabakery.com/Orders/1.jpg');
    background-size: cover;
    background-position: center;
    width: 570px;
}

.bgt {
    vertical-align: middle;
    height: 85px;
    width: 250px;
    background-color: #5f1919;
    color: #ffecea;
    border: #ffe2df 9px solid;
}

.bgt h4 {
    margin-top: 5px;
}

.bg-2 {
    background-image: url('https://valescabakery.com/Orders/2.JPG');
    background-size: cover;
    background-position: center;
    width: 570px;
}

.imgpesan {
    margin: 125px;
}

.imgpesan img {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 250px;
}

.custom-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #5f1919 !important;
    max-height: 600px;
    animation: fadeIn-Atas 1.8s ease-in-out;
    z-index: 4;

}

.custom-navbar .nav-link {
    color: #ffe2df !important;
}
.text-decoration-none:hover {
    color: inherit;
}

.custom-navbar .dropdown-menu {
    background-color: #5f1919;
}

.custom-navbar .dropdown-item {
    color: #ffe2df !important;
    /* Teks berwarna #ffe2df */
    background-color: #5f1919;
    /* Background berwarna #5f1919 */
    border: none;
    /* Menghilangkan border default */
}

/* Hover effect: reverse colors */
.custom-navbar .dropdown-item:hover {
    background-color: #ffe2df;
    /* Background berubah menjadi #ffe2df */
    color: #5f1919 !important;
    /* Teks berubah menjadi #5f1919 */
}

.btn-custom {
    margin-top: 2px;
    color: #ffe2df;
    /* Warna teks */
    text-decoration: none;
    /* Menghapus garis bawah pada link */
    padding: 8px 14px;
    border: 1px solid #ffe2df;
    /* Border dengan warna yang sama */
    border-radius: 5px;
    display: inline-block;
}

.btn-custom:hover {
    background-color: #5f1919;
    /* Mengubah warna latar belakang saat hover */
    color: #fff;
    /* Warna teks berubah saat hover */
}

.hero {
    background: #e6e0cf;
    color: #333;
}

.hero h1.mt-5 {
    animation: fadeIn-Kiri 2.4s ease-in-out;
}

/* Carousel Styles */
.carousel-item img {
    max-width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.carousel {
    animation: fadeIn-Kanan 2.2s ease-in-out;
}

.carousel-foods {
    opacity: 0;
}

.bg-secondary {
    background-color: #5f1919 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.about {
    background-color: #f8f9fa;
    padding: 40px;
}

.custom-footer {
    background-color: #5f1919 !important;
    color: #ffe2df !important;
}

footer p {
    margin: 5px 0;
}

a {
    color: #ffe2df;
    text-decoration: none;
}

header {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    background-color: #343a40;
    color: white;
    position: fixed;
}

header p {
    margin: 5px 0;
}

.nav-link {
    font-size: 20px;
}

.navbar-nav li {
    padding-left: 18px;
    padding-right: 18px;
}

#login {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 26px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    font-size: 18px;
    display: none;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 85% !important;
}

.dropdown-menu li {
    display: block;
    float: left;
    position: relative;
    width: auto;
}

.dropdown-menu a {
    display: block;
    color: white;
    text-align: center;
}

.navbar-brand img {
    width: 10px;
    height: 10px;
}

.utama {
    color: #5f1919;
    background-color: #ffecea;
}

.promo {
    background-color: #5f1919;
    color: #ffe2df;
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
    max-height: 380px;
    opacity: 0;
}

.productmenu {
    opacity: 0;
}

.productmenu h3 {
    color: #5f1919;
}

.allproducts p {
    color: #5f1919;
}

.product img {
    width: 200px; /* Lebar tetap */
    height: 200px; /* Tinggi tetap */
    object-fit: cover; /* Memastikan gambar mengisi area tanpa merusak rasio aspek */
}
.portrait {
    width: 3000px; /* Atur lebar sesuai kebutuhan */
    height: auto; /* Tinggi otomatis untuk menjaga rasio aspek */
    transform: rotate(90deg); /* Memutar gambar 90 derajat */
    transition: transform 0.5s; /* Animasi saat memutar */
}

/* Gaya untuk gambar lanskap */
.lanskap {
    width: 3000px; /* Atur lebar sesuai kebutuhan */
    height: auto; /* Tinggi otomatis untuk menjaga rasio aspek */
    transform: rotate(0deg); /* Tidak memutar gambar */
    transition: transform 0.5s; /* Animasi saat memutar */
}
.img-wrapper {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmenu#\31 {
    opacity: 1;
    animation: fadeIn 1.4s ease-in-out 1s backwards;
}

.allproducts {
    animation: fadeIn 1.4s ease-in-out 1s backwards;
}

.allproducts p {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal;
}

.judul-kategori {
    width: 30%;
    background-color: #5f1919;
    justify-content: center;
    margin-bottom: 60px;
}

.promo img {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.promo h1 {
    font-size: clamp(14px, 1.8vw, 36px);
    text-align: center;
}

.promo a {

    text-decoration: none;
    color: inherit;
}

.promoimg {
    max-width: 100%;
    max-height: 900px;
    border: solid 10px white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.salam {
    color: #5f1919;
    background-color: #ffecea;
    opacity: 0;
}

.salam h1 {
    font-size: clamp(14px, 2.5vw, 36px);
}

.salam h5 {
    font-size: clamp(6px, 1.4vw, 20px);
}

.salam hr {
    opacity: 1;
    background-color: #5f1919;
    height: 0.3vw;
}

.salam img {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}

h1 {
    font-size: clamp(26px, 4vw, 42px);
}

#logo {
    width: 80px;

}

footer h1 {
    font-size: clamp(8px, 2.5vw, 28px);
}

footer h5 {
    font-size: clamp(8px, 2vw, 20px);
}

footer h6 {
    font-size: clamp(4px, 2vw, 14px);
}

#halal {
    width: 70px;

}
#halal-mobile {
    width: 0px;
}

#logo-fb {
    width: 33px;
    height: 33px;
}

#logo-ig {
    width: 33px;
    height: 36px;
}


#logo-tiktok {
    width: 33px;
    height: 33px;
}

#logo-wa {
    width: 33px;
    height: 30px;
}

footer h5 {
    margin-left: 8px;
    padding-top: 7px;
}

.outlet iframe {
    width: 600px;
    height: 450px;
}

.maps {
    width: 500px;
    background-color: #5f1919;
    color: #ffe2df;
}

.contact {
    margin-left: 300px;
    margin-right: 300px;
}

.cabang h6 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cabang img {
    margin-bottom: 3px;
    margin-right: 4px;
}

footer .div-2 {
    margin-bottom: 30px;
}

.div-3 {
    margin-bottom: 20px;
}

.div-3 h6 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    text-align: center;
}

.box {
    width: 490px;
    height: 3px;
    background-color: #ffe2df;
    margin-bottom: 8px;
}

.hr-hotline {
    background-color: #a45850;
    height: 7px;
    margin: 0;
    padding: 0;
}

.hotline {
    padding-top: 40px;
    background-color: #5f1919;
    padding-bottom: 80px;
    border-top: 3px solid #a45850;
}

.hotline-text {
    position: relative;
    text-align: center;
}

.hotline-text h2 {
    color: #ffe2df;
    font-size: clamp(20px, 3vw, 28px);
}

.hotline-img img {
    margin-top: 30px;
    width: auto;
    height: auto;
    max-width: 620px;
}

.hotline-text button {
    margin-top: 10px;
    background-color: #ffe2df;
    border: none;
    color: #5f1919;
    padding: 8px 55px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
}

.aboutus {
    animation: fadeIn-Kanan 2.4s ease-in-out;
}

.promo-page {
    animation: fadeIn 2.7s ease-in-out;
}

.outlet-page {
    animation: fadeIn-Bawah-W2 2.4s ease-in-out;
}

.orders-page {
    animation: fadeIn-Bawah 2.2s ease-in-out;
}

footer {
    animation: fadeIn-Bawah-W 2.4s ease-in-out;
}

body.hotline-pages {
    background-color: #5f1919;
}

.hotline {
    animation: fadeIn 2.4s ease-in;
}


.aboutus .div-parent {
    margin-top: 50px;
    color: #5f1919;
    width: 800px;
    height: 1120px;
}

.aboutus .div-parent {
    text-align: justify;
    text-indent: 60px
}

.aboutus .box {
    width: auto;
    height: 4px;
    background-color: #5f1919;
    margin-bottom: 30px;
}

.div-parent .div-p2 {
    margin-top: 50px;
}

.div-p1 {
    margin-bottom: 60px;
}


#logo-about {
    background-color: #5f1919;
    width: 385px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    border: 6px solid white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);

}

#roti-about {
    width: 465px;
    height: 230px;
    position: absolute;
    z-index: 2;
    margin-left: 310px;
    margin-top: 135px;
}

.products.section {
    opacity: 1;
}
.pt-carousel {
    width: 400px;
    margin: 5px;
}



@media (max-width: 1200px) {
    .contact {
        margin-left: 230px;
        margin-right: 230px;
    }

    footer .div-2 {
        margin-bottom: 30px;
    }

    .div-3 {
        margin-bottom: 20px;
    }

    .div-3 h6 {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 12px;
    }

    .box {
        width: 380px;
        height: 3px;
        background-color: #ffe2df;
        margin-bottom: 8px;
    }


}

@media (min-width: 991px) {
    .salam #salam-img {
        z-index: 0;
    }

    .hotline {
        padding-top: 40px;
        background-color: #5f1919;
        padding-bottom: 80px;
    }

    .hotline-text {
        position: relative;
        text-align: center;
    }

    .hotline-img img {
        margin-top: 30px;
        width: auto;
        height: auto;
        max-width: 620px;
    }

    .login-collapse {
        visibility: collapse;
        height: 0px;
        width: 0px;
    }

    .text-salam {
        margin-left: 100px;
        margin-right: 50px;
    }

    .navbar-collapse {
        justify-content: center;
    }

    #logo-collapse {
        width: 0px;
    }
    
    .items img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-bottom: 15px;
    }
    #halal {
        width: 70px;
    }
    #halal-mobile {
    width: 0px;
    }

    /*Transition Group*/
    /*Not-Show Tranisiton*/
    .section.not-show.promo-container .promo {
        animation: fadeOut 1.4s ease-out;
    }

    .products.section.not-show .carousel-foods {
        animation: fadeOut 1.0s ease-out;
    }

    .salam.section.not-show {
        animation: fadeOut 1.0s ease-out;
    }

    .section.not-show.productmenu {
        animation: fadeOut 1.0s ease-out;
    }

    body.aboutus-page footer.section.show {
        animation: fadeOut 1.0s ease-out;
    }


    /*Show Tranisiton*/
    .section.show.productmenu {
        animation: fadeIn 1.2s ease-out;
        opacity: 1;
    }

    .section.show.promo-container .promo#promo-1 {
        animation: fadeIn-Kanan 1.4s ease-out;
        opacity: 1;
    }

    .section.show.promo-container .promo#promo-2 {
        animation: fadeIn-Kanan 1.3s ease-out;
        opacity: 1;
    }

    .section.show.promo-container .promo#promo-3 {
        animation: fadeIn-Kanan 1.2s ease-out;
        opacity: 1;
    }

    .products.section.show .carousel-foods {
        animation: fadeIn 1.2s ease-out;
        opacity: 1;
    }

    .salam.section.show {
        opacity: 1;
    }

    .salam.section.show #salam-img {
        animation: fadeIn-Bawah-W2 1.2s ease-out;
        opacity: 1;
    }

    .salam.section.show .text-salam {
        animation: fadeIn 1.6s ease-out;
        opacity: 1;
    }

    body.aboutus-page footer {
        opacity: 0;
    }

    body.aboutus-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }

    body.promo-page footer {
        opacity: 0;
    }

    body.promo-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }

    body.hotline-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }


    /*--*/
}

@media (max-width: 991px) {

    /*Transition Group*/
    /*Not-Show Tranisiton*/
    .section.not-show.promo-container .promo {
        animation: fadeOut 1.4s ease-out;
    }

    .products.section.not-show .carousel-foods {
        animation: fadeOut 1.0s ease-out;
    }

    .salam.section.not-show {
        animation: fadeOut 1.0s ease-out;
    }

    .section.not-show.productmenu {
        animation: fadeOut 1.0s ease-out;
    }


    /*Show Tranisiton*/
    .section.show.productmenu {
        animation: fadeIn 1.2s ease-out;
        opacity: 1;
    }

    .section.promo-container .promo#promo-1 {
        animation: fadeIn-Bawah 2.3s ease-in-out;
        opacity: 1;
    }

    .section.promo-container .promo#promo-2 {
        animation: fadeIn-Bawah 2.3s ease-in-out;
        opacity: 1;
    }

    .section.promo-container .promo#promo-3 {
        animation: fadeIn-Bawah 2.3s ease-in-out;
        opacity: 1;
    }

    .products.section.show .carousel-foods {
        animation: fadeIn 1.2s ease-out;
        opacity: 1;
    }

    .salam.section.show {
        opacity: 1;
    }

    .salam.section.not-show {
        opacity: 0;
    }

    .salam.section.show #salam-img {
        animation: fadeIn-Bawah-W2 1.2s ease-out;
        opacity: 1;
    }

    .salam.section.show .text-salam {
        animation: fadeIn 1.6s ease-out;
        opacity: 1;
    }

    body.aboutus-page footer {
        opacity: 0;
    }

    body.aboutus-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }

    body.promo-page footer {
        opacity: 0;
    }

    body.promo-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }
    
    body.hotline-page footer.section.show {
        animation: fadeIn-Bawah-W2 1s ease-out;
        opacity: 1;
    }


    /*--*/
    

    .judul-kategori {
        width: 400px;
        background-color: #5f1919;
        justify-content: center;
        margin-bottom: 60px;
    }

    .div-p2 h4 {
        font-size: 20px;
    }

    .aboutus .div-parent {
        margin-top: 50px;
        color: #5f1919;
        width: 600px;
        height: 1050px;
    }

    .aboutus .div-parent {
        text-align: justify;
        text-indent: 60px
    }

    .aboutus .box {
        width: auto;
        height: 4px;
        background-color: #5f1919;
        margin-bottom: 30px;
    }

    .div-parent .div-p2 {
        margin-top: 50px;
    }

    .div-p1 {
        margin-bottom: 60px;
    }

    #logo-about {
        background-color: #5f1919;
        width: 315px;
        padding-right: 30px;
        padding-left: 30px;
        margin-top: 20px;
        padding-bottom: 20px;
        border: 6px solid white;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);

    }

    #roti-about {
        width: 345px;
        height: 150px;
        position: absolute;
        z-index: 2;
        margin-left: 250px;
        margin-top: 145px;
    }

    .hotline-img img {
        margin-top: 30px;
        width: auto;
        height: auto;
        max-width: 500px;
    }

    .hotline-text button {
        margin-top: 10px;
        background-color: #ffe2df;
        border: none;
        color: #5f1919;
        padding: 6px 45px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 30px;
    }

    .hr-hotline {
        background-color: #a45850;
        height: 5px;
        margin: 0;
        padding: 0;
    }

    footer .div-2 {
        margin-bottom: 30px;
    }

    .div-3 {
        margin-bottom: 20px;
    }

    .div-3 h6 {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 10px;
    }

    .box {
        width: 300px;
        height: 3px;
        background-color: #ffe2df;
        margin-bottom: 8px;
    }

    .contact {
        margin-left: 100px;
        margin-right: 100px;
    }

    .salam hr {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        opacity: 1;
        background-color: #5f1919;
        height: 0.3vw;
    }

    .login-collapse button {
        color: #5f1919;
        background-color: #ffe2df;
    }

    .login {
        visibility: collapse;
        width: 0;
        height: 0;
    }

    .login-collapse a {
        margin: 0;
    }

    .bg-1 {
        background-image: url("https://valescabakery.com/Orders/1.jpg");
        background-size: cover;
        background-position: center;
        width: 370px;
        height: 430px;
    }

    .bgt {
        vertical-align: middle;
        height: 65px;
        width: 130px;
        background-color: #5f1919;
        color: #ffecea;
        border: #ffe2df 7px solid;
    }

    .bg-2 {
        background-image: url("https://valescabakery.com/Orders/2.JPG");
        background-size: cover;
        background-position: center;
        width: 370px;
        height: 430px;
    }

    .imgpesan {
        margin: 90px;
    }

    .imgpesan img {
        width: 150px;
    }

    .pesan h4 {
        margin-top: 11px;
        font-size: 12px;
    }

    .outlet iframe {
        width: 500px;
        height: 400px;
    }

    .maps {
        width: 400px;
        background-color: #5f1919;
        color: #ffe2df;
        font-size: clamp(8px, 2.0vw, 12px);
    }

    .maps h4 {
        font-size: clamp(8px, 2.5vw, 24px);
    }

    .promoimg {
        max-width: 100%;
        max-height: 400px;
        border: solid 10px white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #logo {
        width: 75px;
    }

    .text-salam {
        margin-right: 10px;
    }

    .salam img {
        max-width: 100%;
        max-height: 200px;
        object-fit: cover;
    }

    #halal {
        width: 0px;

    }
    #halal-mobile {
        width: 48px;
    }

    #logo-collapse {
        width: 80px;
    }

    #logo {
        width: 0px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-link {
        font-size: clamp(10px, 2.5vw, 20px);
    }

    .dropdown-menu {
        font-size: clamp(8px, 2.5vw, 16px);
        background-color: #343a40;
        right: 0% !important;
        transform: translateX(0%) !important;
        top: 0% !important;

    }

    .dropdown-menu li {
        display: block;
        float: left;
        position: relative;
    }

    .dropdown-menu a {
        display: block;
        color: white;
        text-align: left;
        font-size: 15px;
    }
    .nav-link {
        font-size: 15px;
    }

}

@media (max-width: 600px) {


    .judul-kategori {
        width: 300px;
        background-color: #5f1919;
        justify-content: center;
        margin-bottom: 60px;
    }

    .div-p2 h4 {
        font-size: 14px;
    }

    .aboutus .div-parent {
        margin-top: 50px;
        margin-bottom: 20px;
        color: #5f1919;
        width: 300px;
        height: 100%;
    }
    #roti-about {
        width: 305px;
        height: 100px;
        position: absolute;
        z-index: 2;
        margin-left: 200px;
        margin-top: 145px;
    }

    .aboutus .div-parent {
        text-align: justify;
        text-indent: 60px
    }

    .aboutus .box {
        width: auto;
        height: 3px;
        background-color: #5f1919;
        margin-bottom: 30px;
    }
    body.aboutus-page footer {
        opacity: 1;
    }
    body.aboutus-page .carousel-foods {
        opacity: 1;
        animation: fadeIn 1.2s ease-out;
    }


    .div-parent .div-p2 {
        margin-top: 50px;
    }

    .div-p1 {
        margin-bottom: 60px;
    }

    #logo-about {
        background-color: #5f1919;
        width: 215px;
        padding-right: 30px;
        padding-left: 30px;
        margin-top: 20px;
        padding-bottom: 20px;
        border: 6px solid whitesmoke;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);

    }

    #roti-about {
        width: 205px;
        height: 100px;
        position: absolute;
        z-index: 2;
        margin-left: 100px;
        margin-top: 100px;
    }

    .hotline-img img {
        margin-top: 30px;
        width: 300px;
        height: auto;
        max-width: 400px;
    }

    .hotline-text button {
        margin-top: 10px;
        background-color: #ffe2df;
        border: none;
        color: #5f1919;
        padding: 6px 45px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 30px;
    }

    .hr-hotline {
        background-color: #a45850;
        height: 3px;
        margin: 0;
        padding: 0;
    }

    footer .div-2 {
        margin-bottom: 20px;
    }

    .div-3 {
        margin-bottom: 15px;
    }

    .div-3 h6 {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 8px;
    }

    .box {
        width: 120px;
        height: 2px;
        background-color: #ffe2df;
        margin-bottom: 8px;
    }

    .contact {
        margin-left: 100px;
        margin-right: 100px;
    }

    .contact {
        margin-left: 50px;
        margin-right: 50px;
    }

    .cabang img {
        width: 16px;
        height: 20px;
    }

    .salam hr {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        opacity: 1;
        background-color: #5f1919;
        height: 0.3vw;
    }

    .salam h1 {
        padding-top: 10px;
    }

    .login {
        visibility: collapse;
        width: 0;
        height: 0;
    }

    .login-collapse a {
        margin: 0;
        padding: 0;
        margin-top: 3px;
        padding-top: 7px;
        font-size: 13px;
        width: 100px;
        height: 35px;
    }

    .orders {
        flex-direction: column;
    }

    .bg-1 {
        background-image: url("https://valescabakery.com/Orders/1.jpg");
        background-size: cover;
        background-position: center;
        width: 100%;
        max-height: 230px;
    }

    .bgt {
        vertical-align: middle;
        height: 55px;
        width: 140px;
        background-color: #5f1919;
        color: #ffecea;
        border: #ffe2df 4px solid;
    }

    .bg-2 {
        background-image: url("https://valescabakery.com/Orders/2.JPG");
        background-size: cover;
        background-position: center;
        width: 100%;
        max-height: 230px;
    }

    .imgpesan {
        border: #5f1919 6px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        text-align: center;
        margin: 0px;

    }

    .imgpesan img {
        margin-top: 70px;
        margin-bottom: 80px;
        width: 140px;
    }

    .pesan h4 {
        margin-top: 7px;
        font-size: 14px;
    }

    .outlet iframe {
        width: 350px;
        height: 200px;

    }

    .maps {
        width: 350px;
        background-color: #5f1919;
        color: #ffe2df;
        font-size: 6px;
    }

    .maps p {
        font-size: 10px;
        margin-bottom: 0.5em;
    }

    .maps a {
        font-size: 10px;
    }

    .maps h4 {
        font-size: 16px;
        line-height: 0;
        margin-bottom: 0.5em;
    }

    .maps h6 {
        margin-bottom: 0.5em;
        font-size: 12px;
    }

    .promoimg {
        max-width: 100%;
        max-height: 220px;
        border: solid 7px white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .salam h5 {
        font-size: 8px;
    }

    h1 {
        font-size: 26px;
    }

    .carousel-item img {
        max-height: 400px;
        object-fit: cover;
    }

    #logo-collapse {
        width: 55px;
    }

    #halal {
        width: 0px;
    }


    .aboutus .div-parent {
        text-align: justify;
        text-indent: 30px;
    }

    .salam img {
        max-width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .outlet {
        flex-direction: column;
    }

    .container-outlet {
        display: flex;
        justify-content: center;
    }

    #logo-fb {
        width: 22px;
        height: 22px;
    }

    #logo-ig {
        width: 22px;
        height: 25px;
    }

    #logo-tiktok {
        width: 22px;
        height: 22px;
    }

    #logo-wa {
        width: 24px;
        height: 22px;
    }

    footer h5 {
        margin-left: 5px;
        padding-top: 7px;
    }
    .pt-carousel {
    width: 300px;
    }
}


/* FONT */
.spectral-extralight {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: normal;
}

.spectral-light {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: normal;
}

.spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
}

.spectral-medium {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: normal;
}

.spectral-semibold {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: normal;
}

.spectral-bold {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: normal;
}

.spectral-extrabold {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: normal;
}

.spectral-extralight-italic {
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: italic;
}

.spectral-light-italic {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: italic;
}

.spectral-regular-italic {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
}

.spectral-medium-italic {
    font-family: "Spectral", serif;
    font-weight: 500;
    font-style: italic;
}

.spectral-semibold-italic {
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: italic;
}

.spectral-bold-italic {
    font-family: "Spectral", serif;
    font-weight: 700;
    font-style: italic;
}

.spectral-extrabold-italic {
    font-family: "Spectral", serif;
    font-weight: 800;
    font-style: italic;
}