/* #################################################################################*/
/*@SECTION: Product Section Styles*/
/* #################################################################################*/
.product-section {
    top: 100vh;
    /* position: absolute;
    left: 0px;
    width: 100%;
    height: calc(100vh - 60px);*/
    display: flex;
    align-items: center;
    z-index: 4;
    transition: top 0.5s ease-in-out;
    /* overflow: hidden; */
    background-image: url("../../images/product-section-bg3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-section.active {
    top: 0px;
}

/* #################################################################################*/
/*@SECTION: Floating Spices Style*/
/* #################################################################################*/
.floating-spices-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 40%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spices-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s ease-in-out;
    transform: scale(0.5);
}

.spices-container.active {
    transform: scale(1);
}

.floating-spices {
    position: absolute;
    top: 0px;
    right: auto;
    height: auto;
    width: 100%;
}

.floating-spices.back {
    filter: drop-shadow(0px 0px 20px black);
    animation: bounce 5s ease-in-out infinite;
}

.floating-spices.front {
    backdrop-filter: blur(2px);
    filter: drop-shadow(0px 0px 20px black);
    animation: bounce 4s ease-in-out infinite;
}

/* #################################################################################*/
/*@SECTION: Mockup Styles*/
/* #################################################################################*/
.mockup-container {
    position: absolute;
    top: 15%;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    perspective: 1000px;
}

.mockup-wrapper {
    position: absolute;
    margin: auto;
    perspective: 1000px;
    transform: translateX(300%);
    transition: 0.7s ease-in-out;
}

.mockup-wrapper.active {
    transform: translateX(0);
}

.product-section .curve-wrapper .curve-bg.pc {
    display: none;
}

.mockup {
    position: relative;
    height: 250px;
    width: 159px;
    transform-style: preserve-3d;
    transition: 1s ease;
    animation: mockup-bounce 6s ease-in-out infinite;
}

.mockup .face {
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
}

.mockup .front {
    height: 250px;
    width: 160px;
    transform: translateZ(35px);
    background-image: url("../../images/temp/front.png");
}

.mockup .back {
    height: 250px;
    width: 160px;
    transform: rotateY(180deg) translateZ(35px);
    background-image: url("../../images/temp/back.png");
}

.mockup .right {
    height: 250px;
    width: 70px;
    left: calc(80px - 35px);
    /* 45px */
    transform: rotateY(90deg) translateZ(80px);
    background-image: url("../../images/temp/right.png");
}

.mockup .left {
    height: 250px;
    width: 70px;
    left: calc(80px - 35px);
    /* 45px */
    transform: rotateY(-90deg) translateZ(80px);
    background-image: url("../../images/temp/left.png");
}

.mockup .top {
    height: 70px;
    width: 160px;
    top: calc(125px - 35px);
    /* 90px */
    transform: rotateX(90deg) translateZ(125px);
    background-image: url("../../images/temp/top2.png");
}

.mockup .bottom {
    height: 70px;
    width: 160px;
    top: calc(125px - 35px);
    /* 90px */
    transform: rotateX(-90deg) translateZ(125px);
    background-image: url("../../images/temp/bottom.png");
}

/* #################################################################################*/
/*@SECTION: Product Section Background Styles*/
/* #################################################################################*/
.product-section .curve-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: white;
    transition: 0.5s ease;
    transform: translateX(-100%);
    z-index: 3;
    filter: drop-shadow(0px 0px 20px black);
}

.product-section .curve-wrapper .curve-bg.mobile {
    display: none;
    width: 100%;
    height: 35%;
    position: absolute;
    left: 100%;
    top: 0px;
}

/* #################################################################################*/
/*@SECTION: Product Section Layout*/
/* #################################################################################*/
.mockup-wrapper,
.spices-container,
.explore-btn,
.dish-place,
.garnish-img {
    will-change: transform, opacity;
}

.product-section-layout {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

/* #################################################################################*/
/*@SECTION: Product Section Content Styles*/
/* #################################################################################*/
.product-section-layout .content-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to top, black 0%, transparent 60%);
}

.product-section-layout .content-wrapper>* {
    z-index: 1;
}

.product-section-layout .content-wrapper>.blurFx {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    inset: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    /* Gradient mask: controls where blur is visible */
    mask-image: linear-gradient(to top, black 0%, transparent 60%);
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 60%);
    z-index: 0;
}

.content-box {
    position: relative;
    order: 3;
    height: 35%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 20px;

}

.content-box .heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-section-heading-title {
    font-size: 14px;
    color: white;
    font-family: sans-serif;
    opacity: 0;
}

.content-box .heading-wrapper h2 {
    font-size: 24px;
    color: white;
    font-family: poppins, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    text-shadow: 0px 0px 20px black;
}

.line-stroke {
    display: none;
    position: absolute;
    height: 30px;
    width: 65%;
    top: 100%;
    left: 0px;
    opacity: 0;
}

.content-box .description {
    padding: 20px 0px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    color: white;
    line-height: 1.5;
    opacity: 0;
    text-shadow: 0px 0px 20px black;
}

.explore-btn {
    width: 200px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #d70000;
    color: white;
    font-size: 18px;
    box-shadow: 5px 5px 10px #00000045;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    opacity: 0;
    cursor: pointer;
}

.explore-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.explore-btn>i {
    font-size: 14px;
}

.content-space {
    order: 1;
    display: block;
    height: 50%;
    width: 100%;
}

/* #################################################################################*/
/*@SECTION: Product Section Dish Display Styles*/
/* #################################################################################*/

.dish-display-box {
    order: 2;
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: start;
    background: none;
    border-top-right-radius: 90%;
    box-shadow: none;
}

.dish-place-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40%;
    position: relative;
}

.dish-place {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #f7ffd6;
    box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.295);
    transform: translateX(-200%);
    transition: 0.5s ease;
}

.garnish-img {
    position: absolute;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.39));
    transform: scale(0);
}

.dish-img {
    position: absolute;
    margin: auto;
    height: 100%;
    width: auto;
    z-index: 1;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.479));
    transform: translateX(-200%);
}

.product-section-space {
    display: none;
}


/* #################################################################################*/
/*@TABLETS:
/* #################################################################################*/
@media screen and (min-width: 599px) and (max-width: 1029px) {
    .content-box .heading-wrapper h2 {
        font-size: 52px;
    }

    .line-stroke {
        width: 35%;
    }

    .content-box .description {
        width: 80%;
        font-size: 20px;
        letter-spacing: 0.9px;
    }

    /* @SECTION: MOCKUP */
    .mockup {
        height: 350px;
        width: 222px;
    }

    .mockup .front {
        height: 350px;
        width: 224px;
        transform: translateZ(49px);
    }


    .mockup .back {
        height: 350px;
        width: 224px;
        transform: rotateY(180deg) translateZ(49px);
    }

    .mockup .right {
        height: 350px;
        width: 98px;
        left: calc(112px - 49px);
        /* 63px */
        transform: rotateY(90deg) translateZ(112px);
    }

    .mockup .left {
        height: 350px;
        width: 98px;
        left: calc(112px - 49px);
        /* 63px */
        transform: rotateY(-90deg) translateZ(112px);
    }

    .mockup .top {
        height: 98px;
        width: 224px;
        top: calc(175px - 49px);
        /* 126px */
        transform: rotateX(90deg) translateZ(175px);
    }

    .mockup .bottom {
        height: 98px;
        width: 224px;
        top: calc(175px - 49px);
        /* 126px */
        transform: rotateX(-90deg) translateZ(175px);
    }

    .dish-place-wrapper {
        width: 200px;
    }
}

/* #################################################################################*/
/*@PC:
/* #################################################################################*/
@media screen and (min-width: 1030px) {
    /* .product-section {
        height: 100vh;
    } */

    .floating-spices-wrapper {
        width: 45%;
        height: 100%;
        top: 0px;
    }

    .floating-spices {
        height: auto;
        width: 100%;
    }

    .product-section .curve-wrapper {
        transform: translateX(0);
    }

    /* #################################################################################*/
    /*@SECTION: Mockup Styles*/
    /* #################################################################################*/
    .mockup-container {
        top: 0px;
    }

    .mockup {
        height: 400px;
        width: 254px;
    }

    .mockup .front {
        height: 400px;
        width: 256px;
        transform: translateZ(56px);
    }


    .mockup .back {
        height: 400px;
        width: 256px;
        transform: rotateY(180deg) translateZ(56px);
    }

    .mockup .right {
        height: 400px;
        width: 112px;
        left: calc(128px - 56px);
        transform: rotateY(90deg) translateZ(128px);
    }

    .mockup .left {
        height: 400px;
        width: 112px;
        left: calc(128px - 56px);
        transform: rotateY(-90deg) translateZ(128px);
    }

    .mockup .top {
        height: 112px;
        width: 256px;
        top: calc(200px - 56px);
        transform: rotateX(90deg) translateZ(200px);
    }

    .mockup .bottom {
        height: 112px;
        width: 256px;
        top: calc(200px - 56px);
        transform: rotateX(-90deg) translateZ(200px);
    }

    /* #################################################################################*/
    /*@SECTION: Product Section Background Styles*/
    /* #################################################################################*/
    .product-section .curve-wrapper .curve-bg.mobile {
        display: none;
    }

    .product-section .curve-wrapper .curve-bg.pc {
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    /* #################################################################################*/
    /*@SECTION: Product Content Styles*/
    /* #################################################################################*/
    .product-section-layout .content-wrapper {
        background: none;
    }

    .product-section-layout .content-wrapper>.blurFx {
        display: none;
    }

    .content-box {
        order: 1;
        height: 60%;
        width: 100%;
        padding: 100px 30px 30px 30px;
        justify-content: center;
        gap: 20px;
    }

    .product-section-heading-title {
        font-size: 12px;
        color: rgb(132 143 89);
    }

    .content-box .heading-wrapper h2 {
        color: rgb(132 143 89);
        text-shadow: none;
        font-size: 42px;
    }

    .line-stroke {
        display: block;
        width: 35%;
    }

    .content-box .description {
        width: 80%;
        font-size: 16px;
        letter-spacing: 0.9px;
        color: #6c6d6a;
        text-shadow: none;
    }

    .content-space {
        display: none;
    }

    /* #################################################################################*/
    /*@SECTION: Product Dish Display Styles*/
    /* #################################################################################*/
    .dish-display-box {
        order: 2;
        height: 40%;
        justify-content: start;
        border-top-right-radius: 0px;
        background: none;
        box-shadow: none;
    }

    .dish-place-wrapper {
        width: 60%;
    }

    .dish-place {
        height: 80%;
        border-radius: 0px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        background-color: #b8c58596;
    }

    .garnish-img {
        height: auto;
        width: 100%;
    }

    .product-section-space {
        display: block;
        height: 100%;
        width: 100%;
    }
}