body{
    background-color: #f5f5f5 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media (min-width: 3860px) {
    html {
      zoom: 2.5;
    }
  }


/* Scroll */
::-webkit-scrollbar {
    width: 0.5rem;
    z-index: 1 !important;
}
  
::-webkit-scrollbar-thumb {
    background: #e37531;
    transition: all 0.5s ease-in-out;
    z-index: 1 !important;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #222224;
    z-index: 1 !important;
}
  
::-webkit-scrollbar-track {
    background: #454545;
    z-index: 1 !important;
}

/*  */
.navbar{
    --bs-navbar-toggler-icon-bg :url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navText{
    font-size: large !important;
}

.navbar-toggler{
    font-size: large !important;
}

@media (max-width:375px){
    .navbar-brand{
      max-width: 200px !important;
    }
    .logo{
      scale: 80% !important;
    }
  
    .navbar-toggler{
      margin-right: 1.5rem !important;
    }
}
/*  */

.gambarProduk{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.accordion-item{
    margin-bottom: 50px;
    border-bottom: none;
}

.accordion-button:not(.collapsed){
    background-color: #151516 !important;
}

.title{
    font-weight: 800;
    font-size: 30px !important;
}

.desc{
    font-size: 20px;
    font-weight: 300;
    margin-right: 1rem;
}

.headline{
    padding-top: 160px;
    font-size: 400%;
    margin-bottom: 25px;
    font-weight: 600;
    color: #222224;
}

.products{
    z-index: 0;
    margin-top: 2rem;
}

.popdown{
    background: rgba( 94, 94, 94, 0.25 );
}

@media (max-width: 767px) {
    .title{
        padding-top: 2rem;
    }

}

.accordion{
    width: 70%;
    --bs-accordion-btn-icon-width: 0px !important
}

.accordion-body

.accordion-body h2{
    font-size: 30px;
}
.accordion-body h3{
    font-size: 20px;
}
.accordion-body p{
    font-size: 18px;
}


/* Footer */
.footer{
    max-width: 100%;
    font-size: medium;
    background-color: #454545;
}