@font-face {
    font-family: 'GeneralSansRegular';
    src: url(/assets/fonts/GeneralSans-Regular.woff2)
}

@font-face {
    font-family: 'GeneralSansSemiBold';
    src: url(/assets/fonts/GeneralSans-Semibold.woff2)
}

@font-face {
    font-family: 'GeneralSansRegularItalic';
    src: url(/assets/fonts/GeneralSans-RegularItalic.woff2)
}

@font-face {
    font-family: 'GeneralSansLight';
    src: url(/assets/fonts/GeneralSans-Light.woff2)
}

@font-face {
    font-family: 'BoskaLight';
    src: url(/assets/fonts/Boska-Light.woff2)
}

@font-face {
    font-family: 'BoskaItalicLight';
    src: url(/assets/fonts/Boska-LightItalic.woff2)
}

@font-face {
    font-family: 'BoskaItalicBold';
    src: url(/assets/fonts/Boska-BoldItalic.woff2)
}

@font-face {
    font-family: 'BoskaItalicRegular';
    src: url(/assets/fonts/Boska-MediumItalic.woff2)
}

* {
    cursor: url('/storage/Artboard3.png'), auto !important;

}

body,
html {
    font-family: 'GeneralSansRegular';
    background-color: #f6f5e9;
    overflow-x: hidden;
    cursor: url('/storage/Artboard2.png'), pointer !important;
    padding-left: 30px;
    padding-right: 30px;
    /* width: 100%; */
}

.spotify-container {
    position: relative;
    width: 100%;
    height: 80px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 11px;
}

.BackgroundColorContainer_backgroundColorContainer__YZSQ7 {

    background-color: rgb(246 245 233) !important;

}

/* Deskripsi overlay */
.deskripsi-produk {
    position: absolute !important;
    bottom: 5px !important;
    color: #fff !important;
    /* Teks berwarna putih */
    padding: 20px !important;
    border-radius: 5px !important;
    text-align: center !important;
    /* Menengahkan teks */
    z-index: 99 !important;
    /* Pastikan overlay tampil di atas gambar */
    display: block;
    /* Mengubah display menjadi block */
    width: calc(100% - 40px);
    /* Mengatur lebar sesuai dengan padding */
    overflow: hidden;
    /* Teks yang melebihi batas akan disembunyikan */
    box-sizing: border-box;
    /* Menghitung padding dalam lebar elemen */
}

/* .deskripsi-produk span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
} */
.product-title {
    white-space: normal;
    /* Memungkinkan teks untuk turun ke baris baru */
    word-wrap: break-word;
    /* Memastikan kata tidak terpotong */
    overflow-wrap: break-word;
    /* Alternatif untuk memastikan pemisahan kata */
    word-break: normal;
    width: calc(100% - 40px);
}

/* Jika overlay ingin ditampilkan ketika hover */
.image-container:hover .deskripsi-produk {
    display: none;
}

/* .spotify-container iframe {
    position: relative;
    z-index: 1;
  }
  
  .spotify-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d2ff6a80;
    z-index: 2;
    pointer-events: none;
    border-radius: 12px;
  }
   */

.audio-player {
    padding-top: 17px;
    display: flex;
    justify-content: center;
    margin-top: 0px;

}


audio {
    width: 100%;
    justify-self: center;
    max-width: 1500px;
    height: 100%
}

.banner-slider {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    margin: auto;
    aspect-ratio: 22 / 9;
}

.banner-slider .banner-list {
    position: relative;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 2s;
    /* Set to 2s or more for slower transitions */
}


.banner-slider .banner-list img {
    width: auto;
    /* Keep the original width of the image */
    height: 100%;
    /* Make the height match the parent's height */
    object-fit: contain;
    transition: transform 1.5s ease !important;
}

.banner-slider .banner-list .item {
    width: 100%;
    max-width: 3000;
    height: 100%;
    object-fit: cover;
}

.banner-slider .banner-buttons {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.banner-slider .banner-buttons button {
    width: 15px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: none;
    font-size: 48px;
    font-family: monospace;
    font-weight: lighter;
}

.slider .buttons {
    position: absolute;
    top: 45%;
    /* Vertically centered */
    left: 5%;
    /* Button container starts at 5% of the slider width */
    width: 90%;
    /* Takes up 90% of the slider width */
    display: flex;
    justify-content: space-between;
}

/* Styling for Buttons */
.slider .buttons button {
    width: 50px;
    /* Button size */
    height: 50px;
    border-radius: 50%;
    /* Circular buttons */
    background-color: rgba(255, 255, 255, 0.3);
    /* Semi-transparent background */
    color: #fff;
    /* White color for text/icons */
    border: none;
    font-size: 24px;
    font-family: monospace;
    font-weight: bold;
    cursor: pointer;
}

.banner-slider .banner-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.banner-slider .banner-dots li {
    list-style: none;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}

.banner-slider .banner-dots li.active {
    width: 80px;
}

.carousel {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 8px;

}

.carousel-inner {
    display: flex;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 8px;
}

.carousel-item {
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 8px;
}

.carousel-item.active {
    opacity: 1;
    position: relative;
}

.item {
    transition: transform 1s ease;

}

.item img {
    transition: transform 0.5s ease;
}

.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* New styles for the centered content */
.carousel-content {
    position: absolute;
    top: 45%;
    /* Moved up slightly from 50% to 40% */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f6f5e9a6;
    /* Transparent background */
    padding: 20px;
    text-align: center;
    height: 100%;
    max-height: 250px;
    width: 80%;
    max-width: 600px;
    /* Regular rectangle size */
    border-radius: 10px;
}

.carousel-title {
    font-size: 21pt;
    color: #1c1c1a;
    /* Updated text color */
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'GeneralSansRegular';
}

.carousel-description {
    font-size: 12px;
    color: #1c1c1a;
    /* Updated text color */
    margin-bottom: 10px;
    font-family: 'GeneralSansRegular';
    font-weight: lighter;
}

.carousel-btn {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    /* Transparent button */
    color: #ffffff;
    /* Updated text color */
    text-decoration: none;
    border: 2px solid #ffffff;
    /* Updated border color */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    /* Slightly less transparent on hover */
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    /* Adjust the position from the bottom as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}


.dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgb(255, 255, 255);
}

.list-freeshipping {
    position: relative;
    width: 100%;
    height: 30px;
    background: #1c1c1a;
    margin: 17px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffff;
    border-radius: 8px;
    overflow: hidden;
}

.list-freeshipping .text {
    position: absolute;
    opacity: 0;
    text-align: left;
    transform: translateY(-100%);
    /* Start above the container */
    animation: textCycle 6s linear infinite;
    /* Start cycling animation */
    animation-play-state: paused;
    /* Initial state is paused */
}

/* Show text1, then text2, then text3 */
.list-freeshipping .text:nth-child(1) {
    animation-delay: 0s;
}

.list-freeshipping .text:nth-child(2) {
    animation-delay: 2s;
}

.list-freeshipping .text:nth-child(3) {
    animation-delay: 4s;
}

/* Keyframes for cycling through texts */
@keyframes textCycle {

    0%,
    20% {
        opacity: 1;
        transform: translateY(0);
        /* Text is fully visible */
    }

    33.33%,
    100% {
        opacity: 0;
        transform: translateY(100%);
        /* Text moves down and out */
    }
}

/* Play/Pause button styling */
.play-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #1c1c1a00;
    color: #ffff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.play-button:hover {
    color: #ffff;
}


.collection-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* margin: 20px 0; */
}

.collection-title {
    font-family: 'GeneralSansRegular';
    font-size: 33pt;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    color: #1c1c1a;
}

/* .product-showcase {
    align-items: center;
    position: relative;
    overflow-x: auto; 
    overflow-y: hidden; 
    white-space: ap; 
    margin-bottom: 20px; 
} */
.product-showcase {
    cursor: url('/storage/Artboard2.png'), pointer !important;
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
    align-items: center;
    position: relative;
    /* overflow-x: scroll; */
    overflow-y: hidden;
    /* Disable vertical scrolling */
    white-space: nowrap;
    /* Prevent items from wrapping */
    /* margin: 0% 0% 0% 2.5%; */
    width: 100%;
    scroll-behavior: smooth;
    /* Smooth scrolling */
}

/* For Firefox */
.product-showcase {
    scrollbar-width: thin;
    /* Sets the width of the scrollbar */
    scrollbar-color: transparent transparent;
    /* Thumb color and track color */
}

.products-container {
    display: flex;
    width: 100%;
    /* Match the showcase width */
    gap: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;

    /* justify-content: start; */
    overflow: hidden;
    /* Ensure products outside the view are hidden */
    transition: transform 1.0s ease-in-out;
    justify-content: space-between;
}

.product {
    flex: 0 0 calc((100% - 40px) / 3);
    /* Membiarkan elemen mengisi ruang */
    /* flex-basis: calc((100% - 40px) / 3);  */
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.product:hover {
    transform: scale(1.02);
    /* Zoom in when hovered */
    border-radius: 15px;
}

.product:active {
    transform: scale(0.95);
    /* Slight zoom out when clicked */
    border-radius: 15px;
}

.image-container {
    position: relative;
}

.product-image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    transition: opacity 0.5s ease-in-out;
    /* Smoother transition */
}

.product-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s ease-in-out;
    /* Smoother transition */
}

.image-container:hover .product-image {
    opacity: 0;
    /* Hide the default image */
    border-radius: 15px;
}

.image-container:hover .product-image-hover {
    opacity: 1;
    /* Show the hover image */
    border-radius: 15px;
    filter: brightness(80%);
}

.popup-buttons {
    width: 100%;
    position: absolute;
    bottom: -20px;
    /* Initially placed below the container */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 11;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s ease, bottom 0.5s ease;
    /* Smooth opacity and movement */
}

.popup-button {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #1c1c1a;
    border: none;
    padding: 15px 15px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    font-family: 'GeneralSansRegular';
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.popup-button:hover {
    background-color: rgb(211, 211, 211);
    color: #1c1c1a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-container:hover .popup-buttons {
    bottom: 25px;
    /* Moves to its final position */
    opacity: 1;
    /* Makes buttons visible */
}

.coming-soon-label {
    position: absolute;
    bottom: -20px;
    /* Initially below the container */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: white;
    /* White background for button */
    color: black;
    /* Black text */
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 15px;
    z-index: 10;
    display: inline-block;
    font-family: 'GeneralSansRegular';
    /* Applied GeneralSansRegular font */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s ease, bottom 0.5s ease;
    /* Smooth opacity and movement */
}

.image-container:hover .coming-soon-label {
    bottom: 25px;
    /* Move to the visible position */
    opacity: 1;
    /* Make it visible */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-title {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-text-stroke: 0.5px black;
    font-size: 18px;
    color: #000000;
    display: block;
    margin-top: 10px;
    text-align: left;
}

.row-product {
    position: relative;
}

.text-harga {
    font-size: 18px;
    -webkit-text-stroke: 0.2px black;
}

.product-description {
    font-family: 'GeneralSansRegular';
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    margin-top: 0px;
    padding-right: 2px;
    text-align: left;
    /* width: 370px; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.product-link {
    font-family: 'GeneralSansRegular';
    font-weight: lighter;
    font-size: 15px;
    color: #1c1c1a;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-align: left;
}

.product-link:hover {
    text-decoration: underline;
}

.navigation-button {
    margin-top: -13%;
    padding-bottom: 40px;
    /* Reset padding to avoid unnecessary offsets */
    position: absolute;
    font-family: "BoskaRegular";
    z-index: 15;
    background-color: #ffffff00;
    border: none;
    color: #919191;
    font-size: 70px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Ensures the icon stays in the vertical center */
    border-radius: 50%;
}

.navigation-button.prev {
    /* background-color: #ffffff92; */
    padding: 20px;
    left: 15px;
    /* Adjust to overlap showcase */
}

.navigation-button.next {
    /* background-color: #ffffff92; */
    padding: 20px;
    right: 15px;
    /* Adjust to overlap showcase */
}

.navigation-button:hover {
    background-color: #67645e00;
    color: #767676;
}


/* .product {
    width: 320px;
    margin: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    flex: 1 1 300px;
    max-width: 100%;
    display: inline-block;
    transition: transform 0.3s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    
}
.product:hover {
    transform: translateY(-20px);
} */
.info-container {
    margin-bottom: 17px;
    width: 100%;
    justify-self: center;
    cursor: url('/storage/Artboard2.png'), pointer !important;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    /* Align items left and right */
    align-items: center;
    /* Center items vertically */
    padding: 20px 0px;
    /* Add padding */
    background-color: #ffffff;
    border-radius: 15px;
    /* Rounded corners */
    /* margin: 20px 0;  */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #bebebe;  */
    transition: transform 0.3s;

}

/* .info-container:hover {
    transform: translateY(-10px);
} */

.info-text {
    margin-top: -40px;
    cursor: url('/storage/Artboard2.png'), pointer !important;
    flex: 1;
    /* Take available space */
    padding: 0px 20px;
    /* margin-right: 20px;  */
    /* margin-top: -50px; */
}

.info-title {
    font-size: 28px;
    color: #333;
    font-family: 'GeneralSansRegular';
    margin-top: 20px;
    -webkit-text-stroke: 0.5px black;

}

.info-description {
    margin-top: 43, 987px;
    margin-bottom: 43, 987px;
    font-size: 16px;
    /* Description size */
    color: #1c1c1a;
    /* Description color */
    margin-bottom: 15px;
    /* Space below description */
    padding: 0px 20px 20px 20px;
    padding-left: 0px;
    text-align: justify;
}

.info-button {
    margin-top: -20px;
    font-family: 'GeneralSansLight';
    padding: 10px 15px;
    /* Padding for button */
    font-size: 16px;
    /* Font size */
    color: #1c1c1a;
    /* Button text color */
    text-decoration: none;
    /* No underline */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border: 1px solid #1c1c1a;
    border-radius: 5px;
    /* Rounded corners */
    background-color: transparent;
    /* Transparent background */
    transition: background-color 0.3s;
    /* Smooth transition */
}


.info-button:hover {
    background-color: rgba(28, 28, 26, 0.1);
    /* Light background on hover */
}

.info-image {
    flex: 1;
    overflow: hidden;
    margin: 23px;
    /* Prevent overflow */
    border-radius: 10px;
    width: 600px;
    /* Fixed width */
    height: 200px;
    /* Fixed height */
    transition: transform 1s ease;
    overflow: hidden;
}

.info-image img {
    width: 100%;
    margin-top: -24px;
    /* Make the image fill the container */
    height: 100%;
    /* Ensure it covers the container completely */
    object-fit: cover;
    /* Maintain aspect ratio while covering the area */
    transition: transform 1.5s ease;
    /* Smooth zoom transition */
    border-radius: 15px;
    /* Maintain rounded corners */
    overflow: hidden;
}

.zoom-in {
    transform: scale(1.03);
    /* Zoom effect */
}

.zoom-out {
    transform: scale(1);
    /* Default (zoomed out) */
}

/* Container for the entire section */
.six-info-container {
    width: 100%;
    justify-self: center;
    cursor: url('/storage/Artboard2.png'), pointer !important;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    /* Stack title and button container */
    align-items: center;
    /* Center title and button container */
    padding: 20px auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.six-info-container:hover {
    transform: translateY(-10px);
}

/* Section Title */
.six-section-title {
    font-size: 28px;
    color: #333;
    font-family: 'GeneralSansRegular';
    margin-top: 20px;
    /* Space between title and buttons */
    margin-bottom: -15px;
    /* Space between title and buttons */
}

/* Button container */
.six-button-container {
    /* margin-top: 43.987px;
    margin-bottom: 43.987px; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%;
    /* Full width for the button container */
    padding-left: 20px;
    /* Full width for the button container */
    padding-right: 20px;
    /* Full width for the button container */

}

/* Button with text container */
.button-with-text {
    display: flex;
    flex-direction: column;
    /* Stack the button and text vertically */
    align-items: center;
    /* gap: 20px; */
    width: 19%;
}

/* .container {
    display: flex;
    gap: 20px;
    margin: 0 20px; 
}

.col {
    flex: 1;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
} */

/* Button styling */
/* Ensure links do not interfere with button styles */
.six-info-link {
    display: inline-block;
    /* Allow wrapping without shrinking the content */
    width: 100%;
    /* Match the width of the button */
    text-decoration: none;
    /* Remove underline from the link */
}

.six-info-btn {
    display: flex;
    /* Ensure icon is centered */
    justify-content: center;
    align-items: center;
    height: 6vw;
    /* Original button height */
    width: 100%;
    /* Original button width */
    padding: 5px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    /* Rounded corners */
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.six-info-btn:hover {
    filter: brightness(100%);
    transform: scale(1.05);
    /* Slightly enlarge on hover */
}

/* Icon inside the button */

.button-icon {
    width: 100%;
    /* Lebar penuh mengikuti container */
    height: auto;
    /* Tinggi penuh sesuai container */
    object-fit: contain;
}

.div-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-text {
    position: relative;
    overflow: hidden;
    width: 220px;
    /* max-height: 50px; */
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Text below the button */
.button-text {
    margin-top: 8px;
    /* Space between button and text */
    margin-bottom: 0px;
    font-size: 16px;
    color: #1c1c1a;
    text-align: center;
    -webkit-text-stroke: 0.5px black;
    /* Add stroke to make text appear bolder */
}


/* Other CSS rules remain unchanged */

/* .div-deskripsi{
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
} */
.sliderr {
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    /* margin: auto; */
    justify-self: center;
    overflow: hidden;
    mask-image: white;
    height: 217px;
}

.sliderr .list {
    display: flex;
    gap: 20px;
    width: 100%;
    /* margin-left: 10px !important; */
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}

.sliderr .list .itemm {
    width: var(--width);
    height: var(--height);
    position: absolute;
    /* display: flex;
    margin-left: 100px;
    margin-right: 100px; */
    /* margin-right: 10px; */
    margin-right: 20px;
    /* Memberikan jarak antar item */
    left: calc(100% + 20px);
    /* Menyesuaikan jarak item */
    /* left: 100%; */
    animation: autoRun 30s linear infinite;
    transition: filter 1s;
    animation-delay: calc((30s / var(--quantity)) * (var(--position) - 1) - 20s) !important;
}

.sliderr .list .itemm img {
    cursor: url('/storage/Artboard2.png'), pointer !important;
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;

}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

.sliderr:hover .itemm {
    animation-play-state: paused !important;
    filter: brightness(80%);

}

.sliderr[reverse="true"] .itemm {
    animation: reversePlay 30s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}

.wave-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -12%);
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
    color: #1c1c1a !important;
    background-color: #f9e8e200;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.wave-container {
    position: relative;
    width: 150%;
    height: 100%;
    overflow: hidden;
}

svg {
    width: 100%;
    height: 100%;
}

.styled-text {
    font-size: 28px;
    fill: #1c1c1a;
    font-family: 'GeneralSansRegular';
    letter-spacing: 2px;
}

.styled-text textPath {
    animation: scroll-text 10s linear infinite;
}

@keyframes scroll-text {
    0% {
        startOffset: 0%;
    }

    100% {
        startOffset: 100%;
    }
}


.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    height: auto;
    z-index: 1;
    padding-left: 1%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.image-overlay img {
    width: 100px;
    /* Adjust width as needed */
    height: auto;
}

.gradient-line {
    width: 100%;
    height: 50px;
    /* Height of the line */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(135deg, #c0beff, #dfdfff,  #E3FFA2, #efffc7); */
    background-color: #d3ff6a;
    font-family: 'BoskaItalicLight';
    /* Bonska font */
    font-size: 20px;
    /* Adjust text size */
    font-weight: bold;
    /* Make the text bold */
    color: #3f3f3f;
    /* Text color */
    letter-spacing: 1px;
    /* Optional: space between letters */
    margin-top: 20px;
    /* Space between slider and gradient line */
    padding: 10px 0;
    /* Add some padding inside the line */
    border-radius: 15px;
    /* Rounded corners on the line */
}

.gradient-line ul {
    list-style-type: none;
    /* Remove default bullet points */
    margin: 0 10px;
    /* Space between the items */
    padding: 0;
    font-size: inherit;
    /* Inherit font size from parent */
    color: inherit;
    /* Inherit text color */
}

.video-container {
    position: relative;
    z-index: 1;
    display: flex;
    /* Use flexbox to control layout */
    justify-content: center;
    /* Center the video */
    align-items: center;
    /* Center vertically */
    background-color: rgba(0, 0, 0, 0);
    /* Transparent background */
    border: 1px solid rgba(0, 0, 0, 0);
    /* Black border */
    border-radius: 5px;
    /* Rounded corners */
    margin-top: 17px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* max-height: 800px; */
    height: auto;
    /* Allow the container to adjust its height */
    /* margin-bottom: 20px; */
}

.video-container iframe {
    width: 100%;
    /* Make the video responsive */
    height: auto;
    /* Maintain aspect ratio */
    aspect-ratio: 16 / 9;
    /* Maintain 16:9 aspect ratio */
    border-radius: 10px;
    /* Rounded corners */
}

/* .video-container {
    position: relative;
    padding-top: 20px;
    z-index: 1;
    display: flex; 
    justify-content: center;
    align-items: center; 
    background-color: rgba(0, 0, 0, 0); 
    border: 1px solid rgba(0, 0, 0, 0); 
    border-radius: 5px; 
    margin-top: 20px; 
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto; 

    height: auto; 
    margin-bottom: 20px;
}
.video-container iframe {
    width: 100%; 
    height: 100vh; 
    
    border-radius: 15px;
} */

/* .rectangle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

.rectangle-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #d2ff6a00;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 60px;
}

.svg{
    width: 100%;
    height: 100%;
    display: flex;
}

.title-container {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.title {
    margin-top: -5px;
    font-size: 36px;
    line-height: 1;
}

.our {
    font-family: 'GeneralSansRegular';
    font-weight: 500;
}

.founder {
    font-family: 'BoskaItalicRegular';
    font-weight: 300;
}

.description {
    font-family: 'GeneralSansRegularItalic';
    font-size: 16px;
    line-height: 1.6;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 0;
    color: #1c1c1a;
    text-align: center;
    top: 20px;
}

 */
.rectangle-wrapper {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    margin: 20px 0;
    position: relative;
    width: 100%;
    /* Ensures wrapper takes full width */
}

/* .rectangle-container {
    position: relative;
    max-width: 2000px; 
    height: 400px; 
    background-color: #d2ff6a00;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 60px;
} */

.rectangle-container img {
    width: 100%;
    /* Make the image take full width of its container */
    height: auto;
    /* Keep the aspect ratio */
    max-width: 2000px;
    /* Set a maximum width for the image */
    object-fit: cover;
    /* Ensure the image covers the area without distortion */
}

/* 
.title-container {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.title {
    margin-top: -5px;
    font-size: 36px;
    line-height: 1;
}

.our {
    font-family: 'GeneralSansRegular';
    font-weight: 500;
}

.founder {
    font-family: 'BoskaItalicRegular';
    font-weight: 300;
}

.description {
    font-family: 'GeneralSansRegularItalic';
    font-size: 16px;
    line-height: 1.6;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;  
    padding-top: 0;
    color: #1c1c1a;
    text-align: center;
    top: 20px;
} */
.image-section {
    position: relative;
    width: 100%;
    justify-self: center;
    margin-top: 17px;
}

.image-section img {
    cursor: url('/storage/Artboard2.png'), pointer !important;
    height: auto;
    object-fit: cover;
    /* Ensures the image covers the container */
    object-position: center;
    /* Keeps the center part of the image in view */
    border-radius: 30px;
}

.text-overlay {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #1c1c1a;
    width: 100%;
    padding: 0 20px;
}

/* Default styles for larger screens (e.g., 1080px and above) */
.title {
    font-size: 36px;
    margin: 0;
    line-height: 1;
}

.our {
    font-family: 'GeneralSansRegular';
    font-weight: 500;
}

.founder {
    font-family: 'BoskaItalicRegular';
    font-weight: 300;
}

.description {
    cursor: url('/storage/Artboard2.png'), pointer !important;
    font-family: 'GeneralSansRegularItalic';
    font-size: 16px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    padding-top: 0;
    color: #1c1c1a;
    text-align: center;
}

.signature {
    font-size: 18px;
    margin-top: 15px;
}

.signature-image {
    max-width: 100px;
    width: 100%;
}



.rectangle-container .top-layer {
    content: '';
    position: absolute;
    /* Position relative to the container */
    top: -20%;
    /* Position slightly lower */
    left: 0;
    /* Align to the left */
    width: 100%;
    /* Full width of the container */
    height: 100%;
    /* Full height of the container */
    background-color: transparent;
    /* Background is transparent */
    clip-path: ellipse(80% 50% at 90% 0%);
    /* Create a larger ellipse for the curve */
    background: #807dff;
    /* Semi-transparent color for the second curve */
    z-index: 1;
    /* Set this below the main curve */
}



/* Third curve crossing the rectangle */
.rectangle-container .curve-cross {
    position: absolute;
    /* Position relative to the container */
    top: 20%;
    /* Position towards the top */
    left: 0;
    /* Align to the left */
    width: 100%;
    /* Full width of the container */
    height: 100%;
    /* Full height of the container */
    background-color: transparent;
    /* Background is transparent */
    clip-path: ellipse(70% 35% at 50% 80%);
    /* Create an ellipse that crosses the rectangle */
    background: #807dff;
    /* Color of the curve */
    z-index: 1;
    /* Ensure it's above the background */
}


.additional-section {
    cursor: url('/storage/Artboard3.png'), pointer !important;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f6f5e9;
    /* background: linear-gradient(to bottom right, #f6f5e9, #effcd3, #e2ffa0); */
    /* margin: 56.29px 30px 56.29px 30px; */
    margin-top: 17px;
    width: 100%;
    border-radius: 15px;
}

.additional-content {
    text-align: center;
    width: 100%;
    background-color: #d3ff6a;
}

.additional-title {
    margin-top: 20px;
    font-family: 'GeneralSansRegular';
    font-size: 28px;
    color: #807dff;
    margin-bottom: 10px;
}

.additional-text {
    font-family: 'GeneralSansRegular';
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin: 0 20px 20px 20px;
}

.additional-hastag {
    font-family: 'GeneralSansRegular';
    font-size: 19px;
    margin-top: -1.5%;
    font-weight: bold;
    color: #807dff;
    line-height: 1.6;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.whatsapp-float a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    background-color: #20b357;
    transform: scale(1.1);
}



/* @media (max-width: 2560px) {
    .wave-wrapper {
        height: 250px;
    }

    .wave-container {
        width: 100%;
    }

    .styled-text {
        font-size: 18pt;
    }
}

@media (max-width: 1920px) {
    .wave-wrapper {
        height: 200px;
    }

    .wave-container {
        width: 100%;
    }

    .styled-text {
        font-size: 16pt;
    }
} */

@media (max-width: 1080px) {
    .info-container {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
        padding: 20px;
        /* Adjust padding */
    }

    .info-image {
        order: -1;
        /* Move the image to appear before the text */
        width: 100%;
        /* Full width for image */
        margin-bottom: 20px;
        /* Add space below the image */
        transition: transform 1s ease;

    }

    .info-text {
        margin-right: 0;
        /* Remove right margin */
        width: 100%;
        /* Full width for text */
    }

    .wave-wrapper {
        height: 180px;
    }

    .wave-container {
        width: 110%;
    }

    .styled-text {
        font-size: 14pt;
    }
}

@media (max-width: 768px) {
    .banner-slider {
        /* Example: reduce height if necessary */
        height: 400px;
    }

    .item {
        /* Adjust the dimensions */
        min-width: 100%;
    }

    .gradient-line {
        font-size: 18px;
        /* Adjust text size for smaller screens */
        height: 40px;
        /* Reduce line height for smaller screens */
        margin-top: 15px;
        /* Slightly smaller margin for smaller screens */
        border-radius: 20px;
        /* Adjust border radius for smaller screens */
    }

    .list_header {
        font-size: 16px;
    }

    .gradient-line {
        font-size: 16px;
        /* Reduce font size for mobile */
        justify-content: center;
        /* Center the list items on smaller screens */
        height: 40px;
    }

    .gradient-line ul {
        margin: 5px 8px;
        /* Adjust margins for better spacing on mobile */
    }

    .top-nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-items {
        flex-direction: column;
        align-items: center;
    }

    .nav-items a {
        padding: 10px 0;
    }

    .list-freeshipping {
        font-size: 16px;
    }

    .carousel {
        max-height: 300px;
    }

    .carousel-content {
        width: 50%;
        /* Slightly larger width for mobile */
        padding: 15px;
    }

    .carousel-title {
        font-size: 1.5rem;
    }

    .carousel-description {
        font-size: 1rem;
    }

    .carousel-btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .carousel-dots {
        bottom: 10px;
    }

    .dot {
        height: 8px;
        width: 8px;
        margin: 3px;
    }

    .collection-title {
        font-size: 20px;
    }

    .product-showcase {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .product {
        width: 100%;
        /* Full-width for each product */
    }

    .popup-buttons {
        gap: 5px;
        /* Smaller gap between buttons */
    }

    .product-title {
        font-size: 16px;
    }

    .product-description {
        font-size: 16px;
    }

    .video-container iframe {
        width: 100%;
        /* Take full width of the screen on mobile */
        border-radius: 5px;
        /* Reduce border-radius on mobile */
    }

    .rectangle-container {
        width: 80%;
        /* Wider on smaller screens */
        height: 250px;
        /* Adjust the height */
    }

    .rectangle-container::before {
        top: -60px;
        /* Adjust for smaller screens */
        clip-path: ellipse(80% 45% at 70% 0%);
        /* Adjust the curve */
    }

    .rectangle-container .top-layer {
        top: -30%;
        /* Adjust for smaller screens */
        clip-path: ellipse(90% 55% at 90% 0%);
        /* Adjust the curve */
    }

    .rectangle-container::after {
        top: 45%;
        /* Adjust for smaller screens */
        clip-path: ellipse(55% 30% at 50% 50%);
        /* Adjust the curve */
    }

    .rectangle-container .curve-cross {
        top: 15%;
        /* Adjust for smaller screens */
        clip-path: ellipse(65% 30% at 50% 80%);
        /* Adjust the curve */
    }

    .title {
        font-size: 24px;
    }

    .description {
        font-size: 13px;
        width: 70%;
    }

    .signature {
        font-size: 14px;
    }

    .signature-image {
        max-width: 70px;
    }

    .info-container {
        padding: 15px;
    }

    .info-title {
        font-size: 22px;
        /* Adjust title size for smaller screens */
    }

    .info-description {
        font-size: 15px;
        /* Adjust description size */
    }

    .info-button {
        font-size: 15px;
        /* Adjust button font size */
        padding: 8px 12px;
        /* Adjust padding for the button */
    }

    .wave-wrapper {
        height: 150px;
    }

    .wave-container {
        width: 100%;
    }

    .styled-text {
        font-size: 12pt;
        letter-spacing: 1px;
    }

    /* Floating Banner */
    .floating-banner {
        position: fixed;
        top: 20px;
        /* Posisi di atas halaman */
        left: 50%;
        transform: translateX(-50%);
        /* Menempatkan banner di tengah */
        width: 80%;
        /* Lebar banner */
        max-width: 600px;
        /* Lebar maksimal banner */
        height: auto;
        /* Tinggi otomatis sesuai gambar */
        display: flex;
        justify-content: flex-end;
        /* Menempatkan tombol X di kanan atas */
        align-items: flex-start;
        /* Menempatkan tombol X di bagian atas */
        padding: 10px;
        z-index: 1000;
        /* Pastikan banner berada di atas elemen lainnya */
        opacity: 1;
        transition: opacity 0.3s ease-out;
        border-radius: 8px;
        /* Memberikan sudut melengkung pada banner */
    }

    /* Gambar di dalam banner */
    .banner-image {
        width: 100%;
        /* Memastikan gambar mengisi lebar kontainer */
        height: auto;
        /* Menjaga rasio gambar */
        border-radius: 8px;
        /* Sudut melengkung pada gambar */
    }

    /* Tombol "X" */
    .close-btn {
        background: rgba(0, 0, 0, 0.5);
        /* Latar belakang semi-transparan */
        color: white;
        font-size: 20px;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        border-radius: 50%;
        /* Membuat tombol menjadi bulat */
        position: absolute;
        top: 10px;
        right: 10px;
    }

    /* Animasi untuk hilangkan banner */
    .floating-banner.hidden {
        opacity: 0;
        pointer-events: none;
        /* Menghindari klik setelah tersembunyi */
    }

    /* Container for the product image */
    .image-container {
        position: relative;
        width: 100%;
        height: auto;
        /* Pastikan tinggi bisa disesuaikan dengan konten gambar */
        overflow: hidden;
    }


    /* Tombol dan label lainnya, bisa diatur sesuai kebutuhan */





}

/* STYLE MOBILE TAMBAHAN */
@media (max-width: 768px) {
    .six-button-container {
        overflow: scroll;
    }
    .button-with-text {
        width: 100%;
    }
    .video-container iframe,
    .image-section img {
        border-radius: 15px !important;
    }
    .info-container  {
        height: 100% !important;
    }
    .products-container {
        display: block;
    }
}