body {
    background-image: linear-gradient(to right, rgb(36, 36, 36), rgb(39, 30, 26));
    margin: 0;
}

nav {

    display: flex;
    text-decoration: none;
    margin-left: 40px;
}

a {
    text-decoration: none;
    color: rgb(247, 247, 247);
    margin: 0px 30px;

}

h5 {
    text-decoration: none;
    font-family: "Quicksand", serif;
}

/* section menu1 */
.menu-wrapper{
    margin-top: 50px;
}

h1 {
    font-family: "Quicksand", serif;
    color: white;
    font-weight: 1000;
    font-size: 30px;
    text-align: center;
}

.coffeemark {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.301);
    height: 500px;
    width: 300px;
    margin: 10px 25px 20px 25px;

    padding: 15px;
    box-sizing: border-box; /* penting: biar padding gak bikin overflow */
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto; /* <- ini penting! Biar gak ikut resize */
}

.coffeemark:hover {
    outline: 0.1px solid white;
}


.coffeemark h4 {
    color: white;
    font-family: 'Quicksand', serif;
    font-weight: 100;
    margin: 9px 1px;

    display: -webkit-box;
    -webkit-box-orient: vertical;    white-space: normal;
}

.coffeemarkimg {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px;

}

.flexmark {
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    touch-action: pan-x;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
}

.espresso1 {
    font-weight: 1000;
    font-family: 'Geoform';
    font-size: 25px;
    text-align: center;

    display: block;
    margin-bottom: 8px;
}

.rating_more {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-top: 15px; */

    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

.ratingstar {
    width: 111.9px;
    height: 32px;
}

.rating_more button {
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
    background-color: black;
    color: white;
    cursor: pointer;
}

.rating {
    color: white;
}


/* Mengatur tampilan scrollbar horizontal di elemen .flexmark */
.flexmark::-webkit-scrollbar {
    height: 8px; /* Mengatur tinggi scrollbar agar lebih ramping */
}

.flexmark::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4); /* Warna putih transparan untuk thumb */
    border-radius: 10px; /* Membuat ujung thumb membulat */
}

.flexmark::-webkit-scrollbar-track {
    background: transparent; /* Track dibuat transparan agar tidak mencolok */
}


/* section header */
header {
    display: flex;
    position: fixed;

    width: 100%;
    height: 60px;
    z-index: 1000;

}

.logo {
    margin: 0px 635px;
}

.maintext1 {
    display: flex;
}

.enjoy {
    color: white;
    font-family: "Vortigra";
    font-weight: 100;
    margin-top: 100px;
    margin-left: 800px;
    font-size: 550%;
    text-align: right;
    padding-right: 80px;
}

.enjoy1 {
    color: white;
    font-family: "Vortigra";
    font-weight: 100;
    margin-top: 0px;

    text-align: right;
    padding-right: 80px;
}

header h1 {
    position: absolute;
    color: rgb(17, 16, 16);
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 100px;
    margin-left: 20px;
}

hr {
    color: white;
    width: 30%;
    position: relative;
    left: 400px;
}


header h2 {

    color: white;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin-left: 20px;
}

/* .cofffee-selection {
    padding: 120px 0px 0px 60px;
    position: absolute;
} */

/* .each-coffee-selection {
    margin: 0px 5px;
    border-radius: 10px;
} */

.main-header {
    height: 60px;
    position: absolute;
}

.maintext h1 {
    font-family: "Vortigra";
    color: white;
    position: absolute;
    margin-top: 50px;
    font-size: 135px;
    font-weight: 100;
    margin-left: 20px;
}

.the {
    font-size: 60px;
    font-weight: 200;
    position: absolute;
    margin-top: 110px;
}

.maintext h3 {
    font-family: "Vortigra";
    color: white;
    position: absolute;
    margin-top: 350px;
    font-size: 35px;
    font-weight: 50;
    margin-left: 20px;
}

.profile {
    position: absolute;
    right: 30px;

}

.profile1 {
    outline: none;
    background-color: transparent;
    border: none;
}

.dropdown-content {
    display: none;
    height: 500px;
    width: 1000px;
    margin-top: 50px;
    margin-right: 200px;
    background-color: brown;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ul {
    list-style-type: none;
}

aside {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: brown;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    position: absolute;

}

.shoplist {
    width: 100px;
    height: 100px;

}

li {
    margin-top: 100px;
    margin-right: 10px;
}

.maintext button {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    position: relative;
    margin-top: 460px;
    height: 12%;
    width: 12%;
    margin-left: 30px;
    border-radius: 15px;
    font-family: "Margesh";
    font-weight: 100;
    font-size: 100%;
    box-shadow: 10 10 10 gainsboro;
}

@font-face {
    font-family: "Geoform";
    src: url('font/Geoform-Bold.otf');
}

/* button:hover{
    color: black;
    background-color: white;
}
button:active {
    transform: translateY(4px);
    box-shadow: 0px 4px gainsboro;
  } */
/* @font-face{
    font-family: "Savory Curry";
    src: url('font/Savory Curry.ttf');
}
@font-face{
    font-family:"Vortigra ";
    src: url('font/Vortigra.otf');
} */
/* @font-face{
    font-family:"Coffee Town";
    src: url('font/AUGUSTUS.TTF');

} */
@font-face {
    font-family: "Margesh";
    src: url('font/Margesh.otf');
}

/* .search{
    padding-top: 22px;
    margin-left: 180px;
} */
/* .search1{
    border-radius: 15px;
    height: 35px;
    width: 250px;
    border: none;
    background-color: rgba(75, 75, 75, 0.349);
} */

/* .banner1a{
    
} */
/* .mainA{
    padding-left:820px;
    padding-top: 50px;
 } */


.section-slider {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* justify-content: space-around; */
    /* margin-bottom: 750px; */
    position: relative;
    z-index: 1;
}

/*  */

.image-slider {
    position: relative;
    width: 100%;
    height: 800px;
  
    overflow: hidden;
    /* overflow: hidden; Agar slide yang 'keluar' tidak ganggu layout */
}

.slide {
    width: 100%;
    height: 100%;
   
    position: absolute;
    z-index: 1;
    clip-path: circle(0.0% at 0 100%);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* supaya gambar memenuhi area tanpa merusak proporsi */
    border-radius: 20px;
}

.slide-text {
    position: absolute;
    bottom: 50px;
    left: 30px;
    background-color: rgba(220, 220, 220, 0.609);
    padding: 15px;
    border-radius: 10px;
}

.slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}

.slider-btn.active {
    background-color: gold;
}

.slide-text h2 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.slide-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.navigation {
    position: absolute;
    display: flex;
    /* margin-top: 390px; */
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

/* .menuscroll {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
} */

.slider-btn {
    background-color: rgb(151, 151, 151);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

/* .menuscroll-btn{
    background-color: rgb(151, 151, 151);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    overflow: visible;
} */
/* .menuscroll-btn.active1 {
    background-color: gold;
    overflow: visible;
}
.flexmark:hover{
    transform: translate3d(-285, 0 , 0);
    transition: 0.25s;
    width: 1425px;
} */

footer {
    z-index: 3;
    height: 150px;
    width: 100%;
    background-color: rgba(11, 13, 24, 0.685);

}

.mainfooter {
    position: absolute;
    margin-left: 42.5%;
    margin-top: 30px;
    display: flex;
}

.mainfooter h5 {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
}

.footer1 h6 {
    color: white;
}

.footer1 {
    position: absolute;
    margin-top: 100px;
    margin-left: 45%;
}

.footerhr {
    position: absolute;
    margin-left: 83px;
    margin-top: 90px;
}

.footerhr1 {
    height: 30px;
    width: 0px;
    position: absolute;
    margin-top: 47px;
    margin-left: 298px;
}

.footerhr2 {
    height: 30px;
    width: 0px;
    position: absolute;
    margin-top: 47px;
    margin-left: 383px;
}

.logowhite {
    margin-left: 1150px;
    margin-top: 10px;
}

.eachmediasocialfooter {
    height: 5%;
    width: 5%;
    margin-left: 10px;
    margin-right: 10px;
}

.cart-container {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
}

#cart-icon {
    width: 32px;
    cursor: pointer;
    margin-top: 13px;
    margin-right: 20px;
}

#jmlh-cart {
    position: absolute;
    top: 9px;
    right: 3px;
    background-color: rgb(255, 0, 0);
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 50%;
}

.dropdown {
    position: absolute;
    right: 0;
    top: 40px;
    background-color: white;
    font-family: "Quicksand", serif;
    width: 200px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    color: white;
    margin-top: 10px;
}

.hidden {
    display: none;
}

#cart-dropdown {
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #383131;
    border-radius: 10px;
    width: 250px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

}

.cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-info p {
    margin: 0;
    font-size: 14px;
}

/* .deleterow {
    width: 30px;
    height: 10px;
    margin-left: 30px;
} */

/* .reveal {
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s;
} */

/* .active {
    transform: translateY(0px);
    opacity: 1;
} */