@font-face {
    font-family: "Genova";
    src: url("../fonts/genova/Genova.otf") format("opentype");  
}
@font-face {
    font-family: "Genova";
    src: url("../fonts/genova/Genova-Medium.otf") format("opentype");  
    font-weight: bold;
}
@font-face {
    font-family: "Genova";
    src: url("../fonts/genova/Genova-Black.otf") format("opentype");  
    font-weight: bolder;
} 
@font-face {
    font-family: "Genova";
    src: url("../fonts/genova/Genova-Thin.otf") format("opentype");  
    font-weight: lighter;
}


 
@font-face {
    font-family: "Genova-light";
    src: url("../fonts/genova/Genova-Thin.otf") format("opentype");  
}

@font-face {
    font-family: "Genova-medium";
    src: url("../fonts/genova/Genova-Medium.otf") format("opentype");  

}
@font-face {
    font-family: "Genova-black";
    src: url("../fonts/genova/Genova-Black.otf") format("opentype");  
}


@font-face {
    font-family: "Calibri";
    src: url("../fonts/calibri/calibri-regular.ttf") format("truetype");  
}
@font-face {
    font-family: "Calibri";
    font-weight: bold;
    src: url("../fonts/calibri/calibri-bold.ttf") format("truetype");  
}

@font-face {
    font-family: "Calibri-bold";
    src: url("../fonts/calibri/calibri-bold.ttf") format("truetype");  
} 


 



/* ============================== RESPONSIVE ============================== */






html,
body {  
    font-family: "Calibri" ;
    font-size: 0.95rem;
}
 
h1 {
    font-weight: bold;
    font-family: "Calibri-bold" ;
}

body {
    color: #4c4c4c; 
}
::placeholder {
    color: #ccc !important;
    font-size: 12px;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ccc !important;
    font-size: 12px;
    opacity: 1; /* Firefox */
  }

input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table td{ 
    vertical-align: middle !important;
}

.table-bordered{
    border: none !important;
    border-collapse: collapse;
}


.table-bordered thead a{
    color: #845800;
    font-weight: bold;

}
 
.table-bordered td,
.table-bordered th { 
    border: none !important;
    border-bottom: 1px solid #c0c0c0 !important;
    min-height: 50px;
    
    padding: 15px 5px;
}

*:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

main#main{ 
    min-height: calc(100vh - 120px);
}

#main{
    padding-top: 90px;;
}
.dot-notif{
    color: red;
    font-size: 7px;
}
.modal-dialog{
    margin-top: 20vh;
}
.modal-header{
    background-color: #FBC048;
}
.modal-title{
    color: #333;
}
.btn{
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-cetak-invoice,
.btn-cetak-invoice:visited,
.btn-cetak-invoice:active,
.btn-cetak-invoice:target
.btn-cetak-invoice:focus,
.btn-cetak-invoice:focus-visible
{

    color: white;
    background-color: #b744e2;
    border-color: #a33ac9;
}

.btn-cetak-invoice:hover{

    color: white !important;;
    background-color: #a33ac9 !important;
    border-color: #a33ac9!important;
}
    

.site-index{
    margin-top: -50px;;
}
 
.pointerHover {
    cursor: pointer;
}

.link-container,
.link-container>* {
    cursor: pointer;
}

.btn-add-cart{
    background-color: #88dbb4;
    color: #333;
    border-color: transparent;
}
.btn-add-cart:hover{
    background-color: #3fb880;
    color: #333;
    border-color: transparent;
}

.cart-count {
    position: absolute;
    margin-top: -5px;
    margin-left: -20px;
    background-color: #e51313;
    color: white;
    font-size: 16px;
    width: 27px;
    height: 27px;
    padding:2px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

#loading {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    align-items: center;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    margin: 0;
    transition: visibility 0s, opacity 0.5s linear;

}

.admin-title{
    font-size: 28px;
    margin-bottom:15px;
}
.breadcrumbs-container {
    min-height: 60px;
    width: 100%;
    background-color: #f2f2f2
}

.breadcrumbs-title {
    font-size: 28px;
    padding-top: 100px;
}

.breadcrumb {
    padding-bottom: 40px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: 500;
}

.header-logo {
    height: 60px;
    margin-left: 60px;
}
.sidebar-logo{
    width: 190px;
    position: fixed;
    bottom: 0;
}

.main-sidebar{
    padding: 0;
    background-color: #222;
    position: fixed;
    left: 0;;
    top: 0;
    bottom: 0;
    overflow-y: hidden;
    width: 200px;
}

.main-sidebar ul.nav { 
    padding-top: 70px;
}
.main-sidebar ul.nav li{
    padding-left: 15px;
    padding-bottom: 5px;
}


.main-sidebar .nav-pills{
    background-color: #222;
    border: none;;
    color: #eee;
}

.main-sidebar .kv-sidenav.nav-pills .nav-link, .kv-sidenav li a{
    border: none;;
    background-color: #222;
    color: #eee !important;
}
.main-sidebar .card {
    border: none !important;
}

 
.not-set {
    color: #c55;
    font-style: italic;
}

.h1-folder {
    background-color: #eee;
    padding: .3em 2em 0;
    margin: 0;
    display: inline;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;

    font-weight: bold;
    color: #586979;

}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
}


.navbar-middle{
    text-align: center;
}
.navbar-nav {
    /* font-family: "Genova-medium" ; */
    font-family: "Calibri" ;
    font-weight: bold;
    letter-spacing: 1px;

    
    padding: 0;
    display: inline-flex;

}
.navbar-nav .nav-item {
    padding: 5px 15px;
}
.navbar-nav .menu-label{
    font-family: "Calibri-bold" ;
    color: #555;
    
}

.navbar-right{
    /* background-color: blue;  */
    display:flex;
    flex-wrap: wrap;
} 

.navbar-right img.navbar-icon{
    width: 28px;
    margin: 7px 10px;
    border-radius: 0;
    color: #555;
}
.navbar-right .navbar-search{
    padding-top: 0; 
    width: 70%;
}


.navbar-search input{
    margin-top: 5px;;
    margin-right: 15px;
    border: none;
    font-size: 12pt;
    padding: 0px 12px;
    border-radius: 10px; 
    color: #999;
    padding-left: 0;
}

.navbar-search input:focus{ 
    color: #999;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;;
}

.navbar-search input::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
}

.navbar-search input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #999;
}

.navbar-search .input-group-text{
    color: #999;
    border: none;
    margin-top: 5px;;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px 10px;
    background-color: #fff;
}
.menu-label {
    padding-top: 8px;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}



.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.dropdown-toggle.nav-link::after {
    display: none !important;
}


.home-title{
    font-weight: bold;
    color: #586979;
}
.form-group {
    margin-bottom: 1rem;
}
.form-label{
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.krajee-default.file-preview-frame{
    width: 160px;
    /* width: 10vw; */
}
.krajee-default.file-preview-frame .kv-file-content{
    width: auto;
}
.kv-file-content>img {
    border-radius: 0.3em;

}

.bg-light {
    background-color: #FBC048 !important;
    z-index: 99999;
}

.produk-item-container {
    padding-bottom: 1.2em;
}

.produk-item-title {
    color: #666;
    margin: 0;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* jumlah baris yang diinginkan */
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;  
    
}

.produk-item-price {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-top: 0;
}

img {
    border-radius: .7em;
}




/* ============================== COROUSEL ============================== */
.carousel-item>a>img {
    border-radius: 0;
}



 .carousel-indicators {
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 15px;
    margin: auto;
    font-size: 0;
    cursor: e-resize;
    /* overflow-x: auto; */
    text-align: left;
    padding: 10px 5px;
    /*  overflow-y: hidden;*/
    white-space: nowrap;
    position: absolute;

    
  } 

  .carousel-indicators .active {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    border: 0;
    margin: 0 5px;
    background: transparent;
    border: 2px solid #777!important;
    background-color: #888!important;

  }
 
  .carousel-indicators [data-bs-target] {
    border-radius: 5px;
    width: 5px;
    height: 5px;
    border: 0;
    margin: 0 5px;
    background: transparent;
    border: 2px solid #999;
    background-color: #aaa;

  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon { 
    background-image: none;
  }
  
  .carousel-control-prev{
    left: -5%;
  }
  .carousel-control-prev-icon {
    background-image: url("../images/icon/prev.svg");
   }
   
  .carousel-control-next{
    right: -5%;
  }
  .carousel-control-next-icon {
    background-image: url("../images/icon/next.svg");
   }
   
   



   .site-index .containeryt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 0.5em;
    overflow: hidden;
    height: 320px;
}

.site-index .videoyt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ============================== COUNTERS ============================== */
.v-counter {
    background-color: white;
    border-radius: 12px;
    max-width: 120px;
    overflow: auto;
    padding: 0px 4px;
    border: 1px solid #323140;
    margin: 10px;
    font-size: 20px;
}

.v-counter input[type=button]:hover {
    color: black;
    font-weight: bold;
    background-color: transparent;
}

.v-counter input[type=button],
input[type=text].count {
    display: inline-block;
    width: 20px;
    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    color: black;
    height: 33px;
}

.v-counter .count {
    width: 47%;
    background-color: white;
}


/* SMALL */
.v-counter.small {
    background-color: white;
    border-radius: 12px;
    max-width: 120px;
    overflow: auto;
    padding: 0px 4px;
    border: 1px solid #323140;
    margin: 3px;
    font-size: 14px;
}

.v-counter.small input[type=button],
input[type=text].count {
    display: inline-block;
    width: 25px;
    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    color: black;
    height: 24px;
}

input[type=text].count{
    font-size: 14px !important;
}


/* ============================== PAGINATION ============================== */
.pagination li a,
.pagination li.prev,
.pagination li.next{
     width: 30px;
     height: 30px;
     text-align: center;
     display: flex;
     flex-direction: column-reverse;
    color: #777;
}
.pagination li.active a{
    background-color: #FBC048;
    font-weight: bold;
    color: #333;
    border-radius: 5px;

}
/* ============================== ID: modal-image-viewer ============================== */
#modal-image-viewer .modal-header{
    /* height: 0;
    padding: 0; */
}
#modal-image-viewer .btn-close{
    /* margin-top: 30px;
    margin-right: 10px;
    z-index: 99; */
}
#modal-image-viewer .modal-body{
    /* padding: 0; */
}



/* ============================== MEGA MENU ============================== */

.mega-menu{
    display: none;
    position: fixed;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: left;

    width: 60%;
    background-color: #FBC048;
    border-radius: 0 0 10px 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    z-index: 9991;
    padding: 10px 50px 40px;
    margin-top: 80px; 

}
.mega-menu .menu-title,
.mega-menu .menu-title>a{
    font-family: "Calibri-bold" ;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: normal;
}
.mega-menu .menu-content a{
    display: block;
    width: 100%;
    font-size: 12px;
    color: #555;
}


/* ============================== PRODUK INDEX ============================== */



.masonary-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
}

.masonary-grid.masonary-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.masonary-grid.masonary-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.masonary-grid.masonary-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.masonary-grid.masonary-grid-1 {
    grid-template-columns: repeat(1, 1fr);
}



.masonary-grid>.masonary-grid-listview-summary {
    grid-column: 1 / -1;
}

.masonary-grid>.masonary-grid-listview-pager {
    grid-column: 1 / -1;
}

.masonary-grid>.masonary-grid-item {}



/* ============================== PRODUK VIEW ============================== */
.produk-view-main-image {
    width: 100%;
}

.produk-view-title {
    font-size: 36px;
}

.produk-view-harga {
    font-size: 34px;
}

.produk-view-harga-diskon {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.produk-view-persen-diskon {
    text-decoration: line-through;
    margin-bottom:0;
}

.produk-view-persen-diskon>span {
    background-color: #FBC048;
    font-size: 10px;
    padding: 5px 2px;
    border-radius: 2px;
    text-decoration: none;
}

.produk-view-kategori {
    font-size: 18px;
}

.produk-view-deskrispi {
    font-size: 14px;
}

.btn-add-cart { 
    margin: 10px;
    border-radius: 20px;
    padding:9px 40px;
    line-height: 0; 
}

.varian-nama,
.varian-harga,
.varian-harga-coret,
.varian-harga-diskon {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #333;
    ;
}

.varian-nama {
    margin-top: 0px;
    font-size: 14px;
}

.varian-harga-coret {
    text-decoration: line-through;
    color: #b65656;
}

.varian-harga-diskon {
    font-size: 16px;
    color: #333;
}

/* ============================== IMAGE ZOOM ============================== */
* {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid red;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
    position: relative;
}

.text-empty {
    color: #999;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}



/* ============================== KERANJANG / CHEKOUT ============================== */

.btn-promo {
    min-height: 52px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    background: var(--N0, #FFFFFF);
    border: solid 1px var(--N100, #DBDEE2);
    padding: 5px 20px;
    margin: 0px;
    cursor: pointer;
    color: #333;
}
.download-form-file-link{
    padding-top: 20px;
}

/* ============================== PROFILE ============================== */

.alamat-container {
    border-radius: 10px;
    border: solid 1px var(--N100, #DBDEE2);
    padding: 10px 20px;
    margin: 10px 0;
}
.alamat-container:hover { 
    border: solid 2px var(--N100, #FBC048);
}

.alamat-title {
    font-size: 12px;
    margin-bottom: 0;
}

/* ============================== TRANSAKSI INDEX ============================== */

.transaksi-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.transaksi-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.transaksi-produk {
    font-weight: bold;
    margin-bottom: 5px;
}



.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    border-radius: 10px;

    display: inline-block; 
    padding: 5px 20px;
    cursor: pointer;
    margin: 0 5px 8px 0;

    background-color: #fff3da00;
    border: 1px solid #aaa;
    color: #666
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #fff3da;
    border: 2px solid #FBC048;
    color: #666
}

.radio-toolbar input[type="radio"]+label:hover {
    transition: transform .2s;
    transform: scale(1.1);
}

.radio-toolbar input[type="radio"][disabled]+label {
    background-color: #f0f2f7;
    color: #aab4c8
}

.avatar-round{
    border-radius: 50% !important;
}

.nav-link {
    /* font-size: 3rem; */
    font-size: 16px;
}

/* ============================== FOOTER ============================== */

.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}

#footer {
    margin-top:3em;
    padding: 30px 0 0;
    background-color: #efefef;
    color: #5f5e5e;
    font-size: .75em; 
}
#footer h5{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 2pt;
    
    /* font-family: "Genova-medium" ; */

    font-family: "Calibri" ;
}
#footer .footer-menu{
    list-style: none;
    padding: 0;
}

#footer a{
    color: #5f5e5e; 
}
#footer  a:hover{
    color: #333; 
    text-decoration: underline;
}
#footer .last-footer{
    margin-top: 10px;
    padding-top: 15px;
    background-color: #e6e6e6;
}
#footer .medsos-link{
    padding: 0 5px;
}
#footer .medsos-icon{
    width: 22pt;
    margin: 3px 0;
    border-radius: 0;
}



/* ============================== TRANSAKSI REVIEW ============================== */

.review-container {
    border-radius: 5px;
    background-color: white;
    padding: 20px 20px; 
    overflow-y: scroll;
    overflow-x: hidden;
}
.transaksi-review {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.stars {
    color: #ffc107;
    /* margin-bottom: 5px; */
}
.stars-deskripsi {
    color: #aaa;
    margin:0;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.review-item .stars{
    display: inline;
}
.review-item .review-date{
    font-size: 10px;
    color: #aaa;
    margin-bottom: 5px;
    margin-left: 5px;
    display: inline;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-top: 0;
}

.user-info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.username {
    font-weight: bold;
}

.product-info {
    font-size: 14px;
    color: #999;
}

.review-text {
    margin-bottom: 10px;
}

.review-image img {
    width: 60px;
    border-radius: 5px;
    margin-left: 5px;
    aspect-ratio: 1/1;
    cursor: pointer;
}



.scroll-horizontal::-webkit-scrollbar {
    display: none;
    overflow: hidden;
    scroll-behavior: smooth; 
}

.scroll-horizontal {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: -50px !important;
    margin-right: -50px !important;
    scroll-behavior: smooth; 
}

.arrowcontainer {
    width:"100%";
    min-height: 20px;;  
    display: flex;
    justify-content: space-between;
}


.arrowcontainer .arrow-right,
.arrowcontainer .arrow-left{
    /* background: linear-gradient(to right, rgba(100,100,100,0.1), rgba(0,0,0,0.0));  */
    /* background: linear-gradient(to right, rgba(100,100,100,0.3), rgba(100,100,100,0.0));  */
    width: fit-content;
    align-content: center; 
    z-index: 9999; 
}

.arrowcontainer .arrow-left>img:hover, 
.arrowcontainer .arrow-right>img:hover{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);  
}

.arrowcontainer .arrow-right>img,
.arrowcontainer .arrow-left>img{
    /* opacity: 0.8; */     
    width: 10px;
    width: 50px;
    height: 50px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}



/* ============================== RESPONSIVE ============================== */

/* Untuk layar kurang dari 767px */
@media only screen and (max-width: 766px) {

    .arrowcontainer .arrow-right>img,
    .arrowcontainer .arrow-left>img{
        opacity: 0;
        /* width: 0; */
        height: 0;
    }

    
    .navbar-middle{
        text-align: left;
    }
    .navbar-search input{
        width: 100px !important;
    }
    .mega-menu{
        /* background-color: green; */
        margin-top: 120px;;
        width:100%;
    }
    .nav-link{
        padding:0;
    }
     
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
    .review-container{
        height: 300px;
    }
    .containeryt{
        height: 200px!important;
    }

    #main{
        padding-top: 85px;;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .nav-link {
        padding: 0;
        padding-left: 0.2rem!important;
        padding-right: 0.2rem!important;
    }
    .navbar-nav{
        padding-right:0;
        place-content: flex-end! important;
    }
    
    .navbar-nav .nav-item {
        padding: 5px 5px;
    }

    .navbar-search input{
        width: 120px !important;
    }
    .mega-menu{ 
        margin-top: 73px;
        /* background-color: red; */
        width:90%;
    }
    .navbar-brand{ margin: 0;}
    .header-logo{
        margin-left: 0.1rem !important;
        height: 40px;
        padding-right: 10px;
    }
    .navbar-right img.navbar-icon {
        margin: 7px 5px ;
    }
    
    .review-container{
        height: 320px;
    }
    .avatar-round{
        height: 30px!important;
        width: 30px!important;
    }
    #main{
        padding-top: 75px;;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .nav-link {
        padding: 0;
        padding-left: 0.2rem!important;
        padding-right: 0.2rem!important;
    }
    .navbar-nav{
        padding-right:0;
    }
     
    .mega-menu{ 
        margin-top: 70px;
        /* background-color: red; */
        width:90%;
    }
    .navbar-brand{ margin: 0; padding-left: 15px;}
    .header-logo{
        margin-left: 0.1rem !important;
        padding-right: 0.2rem !important;
        height: 40px;
    }

    .review-container{
        height: 320px;
    }

    #main{
        padding-top: 75px;;
    }
}

/* Untuk layar lebih dari 1200px */
@media only screen and (min-width: 1200px) {
    .mega-menu{ 
        /* background-color: yellow;  */
        width:65%;
    }

    .review-container{
        height: 320px;
    }
}

/* Untuk layar lebih dari 1300px */
@media only screen and (min-width: 1400px) {
    
    .mega-menu{ 
        display: none;
        position: fixed;

        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: left;

        width: 60%;
        background-color: #FBC048;
        border-radius: 0 0 10px 10px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
        z-index: 9991;
        padding: 10px 50px 40px;
        margin-top: 80px; 
    }

    .review-container{
        height: 353px;
    }
}
 