/********** Template CSS **********/



/******* bahan bahan burj arab ******/
.ingredients-section {
    font-family: 'Montserrat', sans-serif;
    /* background-color: #ffffff; */
    background-color: #f0f4ff;
    padding: 50px 0;
    text-align: center;
    color: white;
}

.top-text {
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.top-text h2 {
    font-size: 60px; /* Reduced size for elegance */
    color: #000000; /* Golden color for luxury appeal */
    font-family: 'Montserrat', sans-serif;

    font-weight: 700;
    letter-spacing: 2px;
}

.top-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000000; /* Softer white for readability */
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.row {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allow flexibility on smaller screens */
}

.col {
    width: 22%; /* Adjust based on space */
    text-align: center;
    margin-bottom: 20px;
}

.ingredient img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    border: 3px solid #f4b400; /* Golden border for luxury effect */
}

.ingredient h3 {
    color: #000000; /* Gold for titles */
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;

}

.ingredient p {
    color: #000000; /* Light, elegant and readable */
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;

    line-height: 1.5;
}

.ingredient span {
    font-family: 'Montserrat', sans-serif;
    color: #000000; /* Soft gray for subtlety */
    font-size: 14px;
    font-style: italic;
}

/* Add responsive design for smaller screens */
@media (max-width: 768px) {
    .col {
        width: 45%;
    }

    .top-text h2 {
        font-size: 40px;
    }

    .ingredient img {
        width: 100px;
        height: 100px;
    }
}

/******* bahan bahan burj arab ******/


/*style flashsale */

body {
    font-family: 'Montserrat', sans-serif;

    /* background-color: #ffffff; */
    background-color: #f0f4ff;
}


.flashsale-image {
    width: 100%;      /* Set the width to 100% of the container */
    height: auto;     /* Maintain aspect ratio */
    max-height: 300px; /* Set a maximum height */
    object-fit: cover; /* Optionally, maintain aspect ratio and cover the space */
}

.large-product-image {
    width: 100%; /* Makes sure the image fills the container */
    height: auto; /* Keeps aspect ratio */
    max-height: 500px; /* Adjust max height to ensure it's large */
}

.product-card {
    border: none; /* Remove any border if present */
}

.flash-sale-section {
    display: flex;
    flex-direction: column; /* Stack items vertically on mobile */
    align-items: center; /* Center align items */
}

.carousel-inner {
    height: 100%; /* Makes the carousel take full height */
}

.carousel-item {
    height: 100%; /* Set a fixed height */
}

.carousel-item img {
    max-height: 100%; /* Maintain the aspect ratio */
    object-fit: cover; /* Cover the entire area */
}

.card {
    width: 90%; /* Card width in slider */
}

.flash-sale-section {
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flash-sale-header h2 {
    font-size: 60px; /* Reduced size for elegance */
    color: #f4b400; /* Golden color for luxury appeal */
    font-family: 'Montserrat', sans-serif;

    font-weight: 700;
    letter-spacing: 2px;
}

.product-card {
    background: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-radius: 10px;
    width: 100%; /* Full width on mobile */
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.flash-sale-badge {
    top: 10px;
    left: 10px; /* Adjust for mobile */
    font-size: 0.9rem;
    background-color: #ff4757;
}

.product-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.product-price {
    font-size: 1.15rem;
}

.marketplace-buttons .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 50px;
}

.countdown-timer {
    font-size: 1rem;
    font-weight: bold;
    color: #ff4757;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .flash-sale-header h2 {
        font-size: 2rem; /* Smaller header on mobile */
    }

    .carousel-item {
        height: auto; /* Allow height to adjust for mobile */
    }

    .product-image {
        height: 200px; /* Smaller image on mobile */
    }

    .flash-sale-badge {
        left: 5px; /* Adjust positioning for mobile */
    }

    .product-title {
        font-size: 1rem; /* Smaller title on mobile */
    }

    .product-price {
        font-size: 1rem; /* Smaller price on mobile */
    }

    .marketplace-buttons .btn {
        font-size: 0.8rem; /* Smaller button on mobile */
    }

    .countdown-timer {
        font-size: 1rem; /* Smaller countdown on mobile */
    }

    .product-card {
        margin-bottom: 1rem; /* Add spacing between cards on mobile */
    }
}


/* Styles for the modal background */
.sidebar {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.list-group-item {
    transition: background-color 0.3s;
}

.list-group-item:hover {
    background-color: #e9ecef;
}

h5 {
    color: #007bff; /* Bootstrap primary color */
    margin-bottom: 15px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.content-article {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    /* background-color: #ffffff; */
    background-color: #f0f4ff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.img-fluid {
    border-radius: 8px;
}

.btn-outline-secondary {
    border-color: #007bff;
    color: #007bff;
}

.btn-outline-secondary:hover {
    background-color: #007bff;
    color: white;
}
.content-article {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
}
.badge {
    font-size: 0.9rem;
    padding: 0.5em 1em;
}


/********* css button float*********/
.fabss {
position: fixed;
right: 15px;
bottom: 25px;
z-index: 100000000;
gap: 10px;
}

.action {
background: #25D366;
height: 65px;
width: 65px;
border-radius: 50%;
box-shadow: 0 5px 7px 0px gray;
transition: background-color 0.4s ease-in-out;
}

.action i {
position: absolute;
color: white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 25px;
cursor: pointer;
}

.btnn {
position: absolute;
height: 50px;
width: 50px;
border-radius: 50%;
overflow: hidden;
}

.btnn i {
position: absolute;
font-size: 25px;
color: white;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.btnss {
display: none;
position: absolute;
bottom: 0px;
margin-bottom: 5px;
height: 50px;
width: 50px;
border-radius: 80%;
transition: 0.3s ease-in-out;
left: 50%;
transform: translateX(-50%);
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.btnss.open {
display: flex;
bottom: 60px;
}

.btnss.open a {
opacity: 1;
transform: translateY(0);
}

.btnss a {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btnss a:hover {
opacity: 1;
}

.logo-image {
    width: 100px; /* Set your desired width */
    height: 100px; /* Maintain aspect ratio */
    display: block; /* Remove inline spacing */
}

/* Rounded styles for mobile */
@media screen and (max-width: 600px) {
.fabss {
    right: 15px;
    bottom: 10px;
}

.btnss,
.btnss.open a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    gap: 50px;
}

.btnss a {
    height: 90px;
    width: 60px;
}

.action,
.btnn {
    height:60px;
    width: 65px;
}

.action i {
    font-size: 30px;
}

.btnn i {
    font-size: 16px;
}
}


/********* css banner *********/
.modal-backdrop {
    opacity: 0.7; /* Set backdrop opacity */
    background-color: #000; /* Background color */
}

/* Styles for the modal content */
.modal-content {
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Add shadow */
}

/* Styles for the modal header */
.modal-header {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    padding: 1rem; /* Padding for spacing */
}

/* Styles for the close button */
.modal-header .close {
    background: transparent; /* Make background transparent */
    border: none; /* Remove border */
    color: #1d12bc; /* Bright color for visibility */
    font-size: 1.5rem; /* Increase size for easier clicking */
    cursor: pointer; /* Change cursor to pointer */
    padding: 0; /* Remove padding */
    transition: color 0.3s, transform 0.3s; /* Smooth transition */
}

.modal-header .close:hover {
    color: #1909c9; /* Darker shade on hover */
    transform: scale(1.1); /* Slightly enlarge on hover */
}

/* Styles for modal images */
.carousel-item img {
    max-height: 500vh; /* Limit height */
    object-fit: cover; /* Cover area */
}

/* Optional: Center the modal vertically */
.modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
}


/********* css youtube *********/

.video-slider-section {
    padding: 40px 0; /* Atur padding sesuai kebutuhan */
    background-color: #f0f4ff;
}

.carousel-item {
    text-align: center; /* Pusatkan video dalam item */

}

video, iframe {
    width: 800px; /* Memastikan lebar 100% dari kontainer */
    height: 400px; /* Sesuaikan tinggi sesuai kebutuhan */
    object-fit: cover; /* Memastikan video dan iframe terpotong secara proporsional */
}

.video-slider {
    position: relative;
    overflow: hidden;
    /* background-color: #ffffff; */
    background-color: #f0f4ff;
    padding: 20px; /* Menambahkan sedikit ruang di dalam */
    border-radius: 8px; /* Menambahkan sudut melingkar, opsional */
}

.video-slider .video-slide {
    display: none; /* Menyembunyikan semua slide kecuali yang aktif */
    width: 100%;  /* Memastikan slide mengisi 100% lebar kontainer */
    height: 400px; /* Mengatur tinggi tetap untuk semua video */
    display: flex; /* Menggunakan flexbox untuk menyelaraskan konten */
    justify-content: center; /* Menyelaraskan konten ke tengah horizontal */
    align-items: center; /* Menyelaraskan konten ke tengah vertikal */
}

.video-slide video,
.video-slide iframe {
    width: 100%;  /* Mengatur lebar video dan iframe 100% dari kontainer */
    height: 100%; /* Mengatur tinggi video dan iframe 100% dari kontainer */
    object-fit: cover; /* Memastikan video tidak terdistorsi */
}

.slider-container {
    max-width: 800px; /* Atur lebar maksimum untuk desktop */
    margin: 0 auto; /* Menjaga agar kontainer berada di tengah */
}

.slider-nav {
    background-color: rgba(255, 255, 255, 0.7); /* Latar belakang semi-transparan untuk tombol */
    border: none; /* Menghilangkan border */
    border-radius: 50%; /* Membuat tombol berbentuk bulat */
    cursor: pointer; /* Menampilkan kursor pointer saat hover */
    padding: 10px; /* Menambahkan padding untuk tombol */
    position: absolute; /* Memposisikan tombol relatif terhadap slider */
    top: 50%; /* Menempatkan tombol di tengah vertikal */
    transform: translateY(-50%); /* Mengatur posisi tombol agar tepat di tengah */
    z-index: 10; /* Menempatkan tombol di atas slide */
}

.prev-slide {
    left: 10px; /* Jarak dari sisi kiri */
}

.next-slide {
    right: 10px; /* Jarak dari sisi kanan */
}

.slider-indicators {
    text-align: center; /* Mengatur indikator berada di tengah */
    margin-top: 10px; /* Jarak antara slider dan indikator */
}

.indicator {
    cursor: pointer;
    display: inline-block;
    width: 12px; /* Lebar indikator */
    height: 12px; /* Tinggi indikator */
    margin: 5px; /* Jarak antar indikator */
    background-color: #bbb; /* Warna latar belakang indikator */
    border-radius: 50%; /* Membuat indikator berbentuk lingkaran */
}

.indicator.active {
    background-color: #717171; /* Warna indikator aktif */
}

.video-slider-section {
    background-color: #ffffff;
    background-color: #f0f4ff;
    padding: 20px; /* Menambahkan ruang di dalam section */
    border-radius: 8px; /* Menambahkan sudut melingkar, opsional */
}

.slider-container {
    max-width: 800px; /* Atur lebar maksimum untuk desktop */
    margin: 0 auto; /* Menjaga agar kontainer berada di tengah */
    background-color: #ffffff; /* Menambahkan latar belakang putih pada slider container */
    padding: 20px; /* Menambahkan padding di dalam kontainer */
    border-radius: 8px; /* Menambahkan sudut melingkar, opsional */
}

.slider-nav {
    background-color: rgba(255, 255, 255, 0.7); /* Latar belakang semi-transparan untuk tombol */
    border: none; /* Menghilangkan border */
    border-radius: 50%; /* Membuat tombol berbentuk bulat */
    cursor: pointer; /* Menampilkan kursor pointer saat hover */
    padding: 10px; /* Menambahkan padding untuk tombol */
    position: absolute; /* Memposisikan tombol relatif terhadap slider */
    top: 50%; /* Menempatkan tombol di tengah vertikal */
    transform: translateY(-50%); /* Mengatur posisi tombol agar tepat di tengah */
    z-index: 10; /* Menempatkan tombol di atas slide */
}

.prev-slide {
    left: 10px; /* Jarak dari sisi kiri */
}

.next-slide {
    right: 10px; /* Jarak dari sisi kanan */
}

/* Menambahkan gaya untuk ikon */
.slider-nav i {
    font-size: 24px; /* Ukuran ikon */
    color: #333; /* Warna ikon */
}

/* Media Queries untuk Responsivitas */
@media (max-width: 768px) {
    .slider-container {
        max-width: 100%; /* Mengatur lebar maksimum untuk mobile */
        padding: 10px; /* Mengurangi padding pada mobile */
    }

    .video-slide {
        height: 250px; /* Menyesuaikan tinggi untuk mobile */
    }

    video, iframe {
        width: 400px; /* Mengatur lebar video dan iframe 100% dari kontainer */
        height: 200px; /* Mengatur tinggi video dan iframe 100% dari kontainer */
        object-fit: cover; /* Memastikan video tidak terdistorsi */
    }

    .slider-nav {
        padding: 5px; /* Mengurangi padding untuk tombol di mobile */
        width: 40px; /* Lebar tombol untuk mobile */
        height: 40px; /* Tinggi tombol untuk mobile */
    }

    .slider-nav i {
        font-size: 20px; /* Mengurangi ukuran ikon di mobile */
    }
}


/********* css youtube *********/




/********* css marketplace *********/
.platforms-section {
    /* background-color: #ffffff; */
    background-color: #f0f4ff;
    padding: 60px 0; /* Adequate padding for spacing */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-radius: 8px; /* Rounded corners for a modern look */
}

.section-title {
    font-size: 2rem; /* Size for the section title */
    font-weight: bold; /* Bold font for emphasis */
    color: #333; /* Dark color for readability */
}

.platform-logo {
    max-width: 80%; /* Make logos responsive and a bit smaller */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
    margin: auto; /* Center the logos */
    display: block; /* Make images block-level elements */
}

.platform-logo:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}

@media (max-width: 768px) {
    .platforms-section {
        padding: 40px 0; /* Reduced padding for mobile */
        box-shadow: none; /* Remove shadow for a cleaner look on mobile */
        border-radius: 0; /* Remove border-radius for full-width appearance */
    }

    .section-title {
        font-size: 1.5rem; /* Smaller font size for section title */
        margin-bottom: 20px; /* Spacing below the title */
    }

    .platform-logo {
        max-width: 100%; /* Make logos responsive to full width */
        height: auto; /* Maintain aspect ratio */
        margin: 10px 0; /* Add margin for spacing between logos */
        display: inline-block; /* Allow logos to line up horizontally */
    }
}


/********* css about *********/
.about-section {
    /* background-color: #fff; */
    background-color: #f0f4ff;
    padding: 60px 0; /* Adequate padding for spacing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-radius: 15px; /* Rounded corners for a modern feel */
}

.main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem; /* Larger font for the main title */
    font-weight: bold; /* Bold font for emphasis */
    color: #000; /* Change color to black */
    margin-bottom: 20px; /* Add spacing for better structure */
}

.section-title {
    font-size: 2rem; /* Size for the subheading */
    font-weight: bold; /* Bold font for emphasis */
    color: #000; /* Change color to black */
    margin-bottom: 25px; /* Space below the title */
}

.about-description {
    font-size: 1rem; /* Standard size for easy reading */
    color: #000; /* Change color to black */
    line-height: 1.8; /* Increased line height for better readability */
    margin-bottom: 30px; /* Space below the description */
    text-align: justify; /* Justify text for a clean look */
}

.about-section {
    /* background-color: #f8f9fa; */
    background-color: #f0f4ff;
    padding: 50px 20px; /* Padding for overall section structure */
    border-radius: 10px; /* Slight rounding for a modern look */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}


.btn-primary {
    background-color: #007bff; /* Primary color */
    border-color: #007bff; /* Match border color with primary color */
    padding: 10px 20px; /* Increased padding for a more modern button */
    font-weight: bold; /* Bold font for button text */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition effect */
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff; /* White text on hover */
}

.image-wrapper {
    position: relative; /* To position the image */
    overflow: hidden; /* To ensure the image fits nicely */
    border-radius: 15px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.about-image {
    max-width: 100%; /* Make image responsive */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.5s; /* Smooth zoom effect */
}

.about-image:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Mobile styles for about section */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 20px; /* Reduced padding for mobile */
        box-shadow: none; /* Remove shadow for a cleaner look on mobile */
        border-radius: 0; /* Remove border-radius for full-width appearance */
    }

    .main-title {
        font-size: 2rem; /* Smaller font size for the main title */
    }

    .section-title {
        font-size: 1.5rem; /* Smaller font size for section title */
        margin-bottom: 15px; /* Space below the title */
    }

    .about-description {
        font-size: 0.9rem; /* Slightly smaller font for easier reading */
        margin-bottom: 20px; /* Space below the description */
    }

    .btn-primary {
        padding: 8px 16px; /* Adjust button padding for mobile */
        font-size: 0.9rem; /* Smaller font size for the button */
    }

    .image-wrapper {
        margin-top: 20px; /* Add space above the image */
    }

    .about-image {
        max-width: 100%; /* Ensure the image is responsive */
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px; /* Slightly rounded corners */
    }
}
/********* css popup *********/
/* Dark overlay behind popup */
.popup-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup styling */
.popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.5s;
    width: 350px; /* Standard size */
    max-width: 90%; /* Responsive for smaller screens */
    padding: 20px;
    text-align: center;
}

.popup-image {
    max-width: 80%; /* Limit the width */
    max-height: 80%; /* Limit the height */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease; /* Smooth transform on show */
}

/* Close button styling */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #000ce8;
}

/* Popup content */
.popup-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.popup-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}

/* CTA button */
.cta-button {
    display: inline-block;
    background-color: #ff6600; /* Bright orange for attention */
    color: white;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ff4500;
}

/* Popup fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Disable body scrolling */
.no-scroll {
    overflow: hidden;
}

/* Mobile styles for popup */
@media (max-width: 768px) {
    popup {
        width: 90%; /* Set width to 90% for mobile */
        height: auto; /* Allow height to adjust automatically */
        max-height: 80vh; /* Limit height for mobile */
        overflow-y: auto; /* Enable vertical scrolling if content overflows */
    }

    .close-btn {
        font-size: 1.2rem; /* Slightly smaller close button font size */
        right: 5px; /* Adjust position for mobile */
        top: 5px; /* Adjust position for mobile */
    }
}

/********* css pop up *********/



/********* css product *********/
.product-section {
    text-align: center;
    padding: 40px 0;

}
.section-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;

}

.product-slider {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
}

.product-card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex-shrink: 0;
}

.product-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
    /* Optional: add a box shadow for a more pronounced effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.product-image:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}

.product-info {
    padding: 15px;
}

.product-title {
    font-family: 'Montserrat', sans-serif;

    font-weight: 500; /* Bold weight */
    font-size: 2rem; /* Adjust size to your preference */
    color: #050404; /* Dark gray color */
    letter-spacing: 0.05rem; /* Slight letter spacing for a modern feel */
    text-transform: uppercase; /* Optional: Make text uppercase */
    margin-bottom: 10px; /* Add some space below the title */
}


.product-price {
    font-family: 'Montserrat', sans-serif;

    font-size: 1.5em;
    color: #000000;
    margin-bottom: 10px;
}

.buy-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
}

.buy-button:hover {
    background-color: #218838;
}


.marketplace-buttons {
    display: flex; /* Align buttons in a row */
    justify-content: center; /* Center the buttons */
    gap: 20px; /* Space between the buttons */
}

.marketplace-button {
    display: inline-block; /* Make anchor tags behave like buttons */
    border-radius: 5px; /* Rounded corners */
    overflow: hidden; /* Clip any overflow */
    transition: transform 0.3s; /* Smooth scale transition */
}

.marketplace-button:hover {
    transform: scale(1.05); /* Scale up on hover */
}

.marketplace-image {
    width: 60px; /* Set width for images */
    height: auto; /* Maintain aspect ratio */
}


/* Optional: Hide scrollbar */
.product-slider::-webkit-scrollbar {
    display: none;
}

/* Mobile styles for product section */
@media (max-width: 768px) {
    .product-section {
        padding: 20px 0; /* Adjust padding for mobile */
    }

    .section-title {
        font-size: 1.5em; /* Smaller title size for mobile */
    }

    .product-slider {
        gap: 10px; /* Smaller gap between products */
        padding: 10px; /* Reduced padding */
    }

    .product-card {
        width: 90%; /* Make product card width responsive */
        max-width: 300px; /* Set max width for larger screens */
    }

    .product-price {
        font-size: 1.2em; /* Smaller price font size */
    }

    .buy-button {
        padding: 8px 16px; /* Reduced padding for mobile button */
        font-size: 0.9em; /* Smaller font size for mobile button */
    }
}

/********* css product *********/

/* Ensuring the images scale nicely */

.carousel-image {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Maintain aspect ratio and fill the container */
}

/* Optional: For better transition appearance */
.carousel-caption {
    padding: 20px;
    border-radius: 10px;
}

.logo:hover {
    transform: scale(1.05);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-left {
    position: sticky;
    top: -100px;
    left: 0;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";

    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
        /* border-top: 1px solid #1c2951; */

    }
}

@media (min-width: 992px) {
    .sticky-left {
        margin-top: -34px;
        left: 0; /* Membuat elemen menempel di sebelah kiri */
        position: sticky;
    }


    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
/* Aturan untuk layar besar */
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

/* Untuk layar kecil (mobile) */
@media (max-width: 991.98px) {
    .header-carousel,
    .page-header {
        margin-top: 0;
    }

    .carousel-caption {
        padding: 20px; /* Tambahkan padding untuk ruang di sekitar caption */
        font-size: 14px; /* Ubah ukuran font untuk mobile */
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 10%; /* Sesuaikan lebar kontrol di mobile agar tidak terlalu besar */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem;
        background-color: var(--bs-primary);
        border: 10px solid var(--bs-primary);
    }

    .page-header {
        background-size: cover;
        padding: 50px 20px; /* Sesuaikan padding untuk mobile */
    }

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-size: 16px; /* Sesuaikan ukuran font breadcrumb */
    }
}



/*** Features ***/
 /* Feature Section Dark Theme */

 .rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}


 .feature-section {
    /* background-color: #ffffff; */
    background-color: #f0f4ff;
    color: #fff; /* Light text for contrast */
}

.feature-item {
    background-color: #ffffff; /* Dark grey for the feature box */
    border: 1px solid #333; /* Subtle border */
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 8px; /* Smooth corners */
}

.feature-item:hover {
    transform: translateY(-10px); /* Lifts the item on hover */
    background-color: #ffffff; /* Slightly lighter on hover */
}

.icon-box {
    font-size: 2.5rem; /* Larger icons */
    color: #fff; /* Default icon color */
}

.feature-title {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;

    font-weight: 500;
    color: #000000; /* Light grey for the title */
}

.feature-description {
    font-size: 1rem;
    color: #000000; /* Medium grey for description text */
    line-height: 1.6; /* Line height for readability */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-item {
        margin-bottom: 20px; /* Space between features on mobile */
    }

    .icon-box {
        font-size: 2rem; /* Slightly smaller icons on mobile */
    }

    .feature-title {
        font-size: 1.25rem; /* Smaller title for mobile */
    }

    .feature-description {
        font-size: 0.9rem; /* Adjusted description size */
    }
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: 'Montserrat', sans-serif;

    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}


/*tagline*/
.scrolling-text {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: scroll 50s linear infinite;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem; /* Larger text size */
    color: #086f81; /* Bright yellow text */
    text-shadow: 2px 2px 4px rgb(255, 255, 255); /* Cool text shadow effect */
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .scrolling-text {
        font-size: 1rem; /* Smaller font size for mobile */
        animation: scroll 30s linear infinite;
        position: relative;
    }

    @keyframes scroll {
        0% {
            transform: translateX(30%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}

@media (max-width: 480px) {
    .scrolling-text {
        font-size: 0.875rem; /* Even smaller font size for very small screens */
        padding: 0 10px; /* Add some padding for mobile */
        animation: scroll 25s linear infinite;

    }

    @keyframes scroll {
        0% {
            transform: translateX(30%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}

/* Styling for the WhatsApp button container */
/* Container for alignment (optional) */
.whatsapp-container {
    display: flex;
    justify-content: center; /* Center the button horizontally */
    align-items: center; /* Center the button vertically if needed */
    margin: 10px; /* Adjust margin as necessary */
}

/* Floating WhatsApp Button Styling */
.whatsapp-btn {
    position: fixed;
    bottom: 20px; /* Distance from the bottom of the page */
    right: 20px; /* Distance from the right side of the page */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;       /* Set button size */
    height: 80px;
    border-radius: 50%; /* Make the button circular */
    background-color: #25D366; /* WhatsApp green color */
    color: white;
    font-size: 32px;   /* Icon size */
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000; /* Ensure it appears on top of other elements */
}

/* Hover Effect */
.whatsapp-btn:hover {
    transform: scale(1.1); /* Slight zoom effect */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}



/* General button styling */
.social-links .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Specific styling for Font Awesome icons */
.social-links .btn i {
    font-size: 18px;
}

/* Styling for the image logos */
.social-links .logo-image {
    width: 24px;          /* Control image size */
    height: 24px;
    object-fit: contain;  /* Ensures the entire image is visible and maintains aspect ratio */
    border-radius: 50%;   /* Makes the image logo circular */
    background-color: white; /* Optional: adds a background color for better contrast */
    padding: 4px;         /* Adjusts padding to center the image within the button */
}



.marketplace-image {
    width: 80px;
    height: 80px;
    object-fit: contain; /* Biar tidak gepeng atau terpotong */
    display: block;
    margin: 0 auto;
}