/* Custom styles for the demo homepage */
body {
      font-family: "Nunito", sans-serif; 
    /* padding-top: 160px; */
}

.header-margin {
    margin-top: 4rem;
}
.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.luckiest-guy-regular {
    font-family: "Luckiest Guy", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.league-spartan {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.VAG-Rounded-Regular {
    font-family: 'VAG-Rounded-Regular'
}

.VAG-Rounded-Bold {
    font-family: "Nunito", sans-serif;  
}

a {
    text-decoration: none;
    color: #c20f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;  ;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#home-banner {}

.color-orange {
    color: #fd8103;
}

.btn {
    letter-spacing: 0.8px;
}

.banner-sparkle {
    width: 64px;
    height: 64px;

    background: rgba(255, 255, 255, 0.4);
    transform: rotate(45deg);
    border-radius: 18px;
    box-shadow: 0 12px 22px rgba(255, 255, 255, 0.18);
}

.banner-sparkle:nth-child(2) {
    transform: rotate(25deg) scale(0.8);
    align-self: flex-end;
}

.banner-sparkle:nth-child(3) {
    transform: rotate(60deg) scale(0.65);
    align-self: flex-start;
}

.banner-sparkle:nth-child(4) {
    transform: rotate(80deg) scale(0.65);
    align-self: flex-start;
}

.banner-title {
    margin-top: 4rem;
    z-index: 25;
}

.banner-illustration {
    z-index: 12;
    margin: 0 auto;

    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5rem;
}

.home-banner .banner-texture-vector {
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    opacity: 0.4;
}

.banner-product {
    max-width: 180px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.25));
}

.banner-product-primary {
    transform: translateY(12px);
}

.banner-product-secondary {
    transform: translateY(-8px);
}

.banner-object1 {
    animation: banner-wiggle 4s ease-in-out infinite;
    transform-origin: 50% 80%;
}

.banner-copy {
    color: var(--color-banner-text);
}

.banner-kicker {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-banner-text);
}

.banner-copy h1 {
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.banner-copy p {
    color: rgba(0, 0, 0, 0.7);
    max-width: 28rem;
}

.banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--color-banner-button);
    color: var(--color-banner-button-text);
    border-radius: 10px;
    border: 4px solid #ffffff;
    padding: 0.8rem 2.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.banner-cta:hover {
    background: #0097ce;
    color: var(--color-banner-button-text);
}

.home-slider {
    background: #fef1c5;
    padding: 0rem 0 4.5rem;
    border-radius: 40px;

    position: relative;
    z-index: 2;

    width: 90%;
    margin: 0 auto;

}

.slider-header {
    text-align: center;
    margin-bottom: 2.5rem;
    width: 100%;
    background: var(--color-slider-highlight);
    border-radius: 999px;
}

.slider-header .slider-badge {
    display: inline-block;
    color: var(--color-slider-text);
    padding: 1rem;
    border-radius: 999px;
    font-weight: 600;

}

.slider-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.hero-video {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000000;
}

.hero-video__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-video__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: -1;
}

.hero-video__content {
    position: relative;
    padding: 6rem 1.5rem;
    color: #ffffff;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.hero-video__content .btn-orange {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.hero-video__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.hero-video__youtube {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-video__youtube:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.hero-video-modal .modal-dialog {
    max-width: min(960px, 90vw);
    margin: auto;
}

.hero-video-modal .modal-content {
    background: #000000;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.hero-video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    z-index: 2;
}

.hero-video-modal__close:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.hero-video-modal .btn-close {
    padding: 0;
    margin: 0;
}

.hero-video-modal .ratio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-video {
        min-height: 70vh;
    }

    .hero-video__content {
        padding: 4rem 1.5rem;
    }
}

.slider-tab {
    padding: 0.55rem 1.35rem;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #ffffff;
    color: var(--color-slider-pill-muted);
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.slider-tab:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    color: var(--color-slider-pill-active);
}

.slider-tab.is-active {
    background: var(--color-slider-pill-active);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

.slider-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    text-align: center;
}

.slider-card {
    position: relative;
    padding: 2.5rem 1.5rem 2rem;
    background: #ffffff;
    border-radius: 36px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}

.slider-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-card:hover::before {
    opacity: 1;
}

.slider-card img {
    max-width: 220px;
    margin-bottom: 1.5rem;
}

.slider-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    color: var(--color-slider-text);
    text-transform: uppercase;
}

.slider-card span {
    font-size: 0.95rem;
    color: var(--color-slider-subtext);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.slider-card .slider-tags {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.slider-card .slider-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
    font-weight: 600;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.slider-tabs .slider-tab {
    font-family: "Nunito", sans-serif;  ;
    font-size: 1.1rem;
    font-weight: bolder;
    letter-spacing: 0.4px;

}

.slider-tab-label {
    font-family: "Nunito", sans-serif;  ;
    padding: 0.55rem 1.35rem;
    font-weight: bolder;
    font-size: 1.5rem;

}

.home-slider h1 {
    font-family: "Nunito", sans-serif;  ;
   font-weight: bolder;
    font-size: 2rem;
    letter-spacing: 0.4px;
}

.home-slider-tag {
    font-family: 'Luckiest Guy', cursive;
    font-weight: bolder;
    letter-spacing: 0.4px;
    padding: 0px 4px;
}

.home-slider-featured {
    position: relative;
}

.home-slider-featured .home-slider-featured-texture {
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 100%;

    z-index: -1;
    opacity: 0.1;
}



/* Hover animation for featured slider items */
.home-slider-featured {
    transition: transform 360ms cubic-bezier(.2, .8, .2, 1), box-shadow 360ms ease;
    will-change: transform;
}

.home-slider-featured img {
    display: block;
    transition: transform 600ms cubic-bezier(.2, .8, .2, 1);
}

.home-slider-featured:hover,
.home-slider-featured:focus-within {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
    animation: home-slider-spin 36s linear infinite;
    transform-origin: 50% 50%;
}

.home-slider-featured {
    will-change: transform;
}

.home-slider-featured:hover,
.home-slider-featured:focus-within {
    animation: home-slider-spin 36s linear infinite, goyang-random 4s cubic-bezier(.2, .8, .2, 1) infinite;
}

/* Goyang random kiri/kanan/atas/bawah tapi selalu kembali ke posisi hover utama */
@keyframes goyang-random {
    0% {
        transform: translateY(-10px) scale(1.03) translateX(0px) rotate(0deg) skew(0deg, 0deg);
    }

    8% {
        transform: translateY(-14px) scale(1.06) translateX(-12px) rotate(-8deg) skew(-3deg, 1deg);
    }

    20% {
        transform: translateY(-6px) scale(1.05) translateX(14px) rotate(10deg) skew(2deg, -2deg);
    }

    35% {
        transform: translateY(-16px) scale(1.08) translateX(-8px) rotate(-12deg) skew(-4deg, 3deg);
    }

    50% {
        transform: translateY(-10px) scale(1.04) translateX(10px) rotate(6deg) skew(1deg, -1deg);
    }

    65% {
        transform: translateY(-9px) scale(1.05) translateX(-6px) rotate(-5deg) skew(-1deg, 1deg);
    }

    82% {
        transform: translateY(-12px) scale(1.06) translateX(5px) rotate(4deg) skew(0.5deg, -0.5deg);
    }

    100% {
        transform: translateY(-10px) scale(1.03) translateX(0px) rotate(0deg) skew(0deg, 0deg);
    }
}

.home-slider-featured:hover img,
.home-slider-featured:focus-within img {
    transform: scale(1.025);
}

@media (prefers-reduced-motion: reduce) {

    .home-slider-featured,
    .home-slider-featured img {
        transition: none !important;
        transform: none !important;
    }
}

.info {
    position: relative;
    background: #f2f1ef;
    padding-top: 100px;
    margin-top: -50px
}



.info h1 {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
    line-height: 100%;
    color: #fd8103;
    margin: 30px 0;
}

@media (max-width: 575.98px) {
    .info h1 {

        font-size: 3rem;
        margin: 30px 0;
    }

}

.info .info-img {
    position: absolute;

    width: 120px;
    z-index: -1;
}

.info .info-img-texture {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
}

.info .info-img-texture img {
    animation: home-slider-spin 36s linear infinite;
    transform-origin: 50% 50%;
}

.social-media-section {
    background-color: #fff;
    padding: 6rem 0 8rem 0;
    text-align: center;
    color: #000;
    position: relative;
}

.box-2 {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 3rem;
    border-radius: 10px;
    font-family: 'Luckiest Guy', cursive;
    font-weight: lighter;
    letter-spacing: 0.4px;
    font-size: 2rem;
}

.social-media-section h1 {
    font-family: 'Luckiest Guy', cursive;
    font-weight: lighter;
    font-size: 6rem;
    line-height: 90%;
    letter-spacing: 0.4px;
}

@media (max-width: 575.98px) {
    .social-media-section h1 {
        font-size: 2rem;
        line-height: 90%;
        letter-spacing: 0.4px;
    }
}

.social-media-section .social-icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 2rem;
    line-height: 96px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-media-section .wrapper-info {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -130px;
}

@keyframes home-slider-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-orange {
    color: #fd8103;
}

.promo-showcase {
    background: var(--color-promo-bg);
    padding: 5.5rem 0;
}

.promo-card {
    border-radius: 36px;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.08);
}

.promo-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
}

.promo-copy {
    color: var(--color-promo-text);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.promo-copy p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.promo-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.8rem;
    border-radius: 999px;
    background: var(--color-promo-button);
    color: var(--color-promo-button-text);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(16, 16, 16, 0.25);
}

.promo-btn:hover {
    background: #000000;
    color: var(--color-promo-button-text);
}

.promo-marketplaces {
    background: #ffffff;

}

.promo-marketplace img {
    height: 40px;


}


.bg-1 {
    background: #fdb80f;
}

.blog-section h1 {
    font-family: "Nunito", sans-serif; 
   /*font-weight: bold; */
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #000000;
}

.blog-section h5 {
    font-family: 'VAG-Rounded-Regular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #000000;
}

.blog-section .card {
    background-color: #fd8103;
    color: #fff;
}

.blog-section h5 {
    color: #fff;
}

.btn-white {
    font-family: "Nunito", sans-serif;  ;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    font-weight: 100;
    text-decoration: none;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.btn-white:hover {
    background-color: #E0E0E0;
    color: #000000;
    text-decoration: none;
}


.feature-icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    
    background-color: #fd8103;
    color: #fff;
    padding: 2rem 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .social-icon {
    font-size: 24px;
}

.footer a:hover {
    text-decoration: underline;
}


@media (max-width: 991.98px) {


    .home-banner {
        text-align: center;
    }

    .banner-texture {
        flex-direction: row;
        justify-content: center;
        gap: 1.25rem;
        margin-bottom: 1rem;
    }

    .banner-sparkle {
        width: 48px;
        height: 48px;
    }

    .banner-illustration {
        gap: 1rem;
    }

    .banner-product {
        max-width: 150px;
    }

    .banner-copy {
        text-align: center;
    }

    .banner-copy p {
        margin: 0 auto 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-banner {
        padding-top: 1rem;
    }

    .banner-illustration {
        flex-wrap: wrap;
    }

    .banner-product {
        max-width: 130px;
    }

    .banner-copy h1 {
        font-size: 2.35rem;
    }

    .banner-cta {
        width: 100%;
    }

    #slider {
        border-radius: 24px 24px 0 0;
        padding: 3.5rem 0 3rem;
    }

    .slider-card {
        padding: 2rem 1.25rem 1.75rem;
    }

    .promo-showcase {
        padding: 3.5rem 0;
    }

    .promo-copy {
        text-align: center;
        align-items: center;
    }

    .promo-btn {
        align-self: center;
    }

    .promo-marketplace img {
        height: 40px;
    }
}

@keyframes banner-wiggle {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-4px) rotate(-2deg);
    }

    50% {
        transform: translateY(0) rotate(1.5deg);
    }

    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

.slick-next {
    right: 14px;
    zoom: 200%;
}

.slick-prev {
    left: 14px;
    zoom: 200%;
    z-index: 99;
}

.slick-dots li button {
    zoom: 150%;
}


.gradient-attachment {
    background: var(--attachment-gradient);
    background-color: #ff8a00;
    /* fallback */
    background-repeat: no-repeat;
    background-size: cover;
}

.font-5rem {
    font-size: 5rem;
}

.home-banner .slick-dots {
    margin-bottom: 40px;
}

.bg-light-gold {
    background: #fef1c5;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.wrapper-sm {
    margin: 0 auto;
    max-width: 720px;
}

.wrapper-md {
    margin: 0 auto;
    max-width: 960px;
}


.banner-product-detail {
    padding: 6.5rem 0;

}

.banner-product-detail h1 {
    font-family: "Luckiest Guy", cursive !important;
    font-size: 6rem;
    letter-spacing: 0.4px;
    line-height: 100%;
}

.banner-product-detail h2 {
    font-family: "Nunito", sans-serif;  ;
    font-size: 3rem;
    letter-spacing: 0.4px;
}

.banner-product-detail h3 {
    font-family: "Nunito", sans-serif;  ;

}

.banner-product-detail p {
    font-family: 'vag-rounded-regular';
    font-size: 1.3rem;
    line-height: 135%;
}

.accordion .accordion-item {
    border: none !important;
    margin-bottom: 1rem;
}

.accordion-header .accordion-button {
    background-color: #fbf3ec;
    border: 3px solid #fd80031d;
    font-family: "Nunito", sans-serif;  ;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fd8103;
    box-shadow: none;
    font-family: "Nunito", sans-serif;  ;
}

.accordion-body {
    font-family: 'vag-rounded-regular';
}

.accordion-body table {
    width: 100%;
    border-collapse: collapse;
}

.accordion-body th {
    font-family: "Nunito", sans-serif;  ;
    font-size: 1.2rem;
    text-align: left;
}

.accordion-body td {
    border-bottom: 1px solid #fd8103;
    text-align: left;
    padding: 0px 10px;
    font-family: 'vag-rounded-regular';
}


.product-list-menu {
    font-family: "Nunito", sans-serif;  ;
    font-size: 1.2rem;
    letter-spacing: 0.4px;
}

.product-list-menu a {
    color: #c20f2f;
    font-size: 2rem;
    background: #fbf3ec;
    text-decoration: none;
}

.product-list-menu a:hover {
    color: #ffffff;
    background: #fd8103;
}

.product-list-menu a.active {
    color: #ffffff;
    background: #fd8103;
}

/* Product gallery hover animation */
.product-card {
    overflow: visible;
}

.product-card img {
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    transform-origin: center;
}

.product-card:hover img {
    transform: scale(1.08) rotate(10deg);

}

@media (prefers-reduced-motion: reduce) {

    .product-card img,
    .product-card:hover img {
        transition-duration: 0.01ms;
        transform: none;
        box-shadow: none;
    }
}

.kreasi-kilat {
    position: relative;
    padding: 3rem 0;
}

.kreasi-kilat .kreasi-kilat-icon {
    position: absolute;
    width: 550px;

    bottom: 50px;
    left: 1%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.bg-dark {
    background: #000 !important;
}

.half-bgn {
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg-2 {
    background-color: rgb(193, 2, 48);
}

.bg-24 {
    background-color: rgb(255, 71, 19);
}

.bg-3 {
    background-color: rgb(38, 188, 235);
}


.product-card {
    border-radius: 2.5rem;
    overflow: visible;
    background: #fff;
}

.product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card-img {
    width: 100%;
    padding: 1rem; 
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.product-card-info {
    background: #ff6c02;
    padding: 1rem 2rem;
}

.product-card-brand {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    font-size: 1.1rem;
}

.product-card-name {
    color: #fff; 
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: 1.5rem;
}
.product-card-name span {
    color: #fff; 
}

.product-card-btn:hover {
    background: transparent;
    color: #fff;
}

.nunito p{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
