.product-slider {
    height: 255vh;
    width: 100vw;
    background-image: url("../images/3d-new-bg.jpg");
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    transition: background-image 0.7s ease-in-out;
}

.product-slider-content h1 {
    margin-top: 80px;
    translate: 25px 0px;
    color: #ffffff;
    font-size: 72px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.product-slider-content h2 {
    margin-bottom: 14px;
    translate: 25px 0px;
    color: #ffffff;
    font-size: 68px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.product-slider-content-description {
    translate: 25px 0px;
    color: #d2d2d2;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.2;
}

.middle-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    top: 130%;
    text-align: justify;
    left: 10%;
    width: 90vw;
    font-size: 230px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 1;
}

.bottom-first {
    position: absolute;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    top: 375%;
    left: 36vw;
    width: 50vw;
    color: #ffffff;
    font-size: 30;
    font-weight: bold;
    line-height: 1.4;
}

@media (min-width: 1600px) {
    .bottom-first {
        position: absolute;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        top: 460%;
        left: 36vw;
        width: 50vw;
        color: #ffffff;
        font-size: 30;
        font-weight: bold;
        line-height: 1.4;
    }

}

.feature1 {
    position: absolute;
    top: 280%;
    left: 2vw;
    width: 480px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.feature2 {
    position: absolute;
    top: 293%;
    left: 2vw;
    width: 460px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.feature3 {
    position: absolute;
    top: 305%;
    left: 2vw;
    width: 440px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.feature4 {
    position: absolute;
    top: 318%;
    left: 2vw;
    width: 420px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.feature5 {
    position: absolute;
    top: 330%;
    left: 2vw;
    width: 400px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
}

.product-slider-content {
    height: auto;
    width: 28vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
}

.product-slider-product {
    width: 116px;
    aspect-ratio: 116/761;
    z-index: 1;
    transition: 0.7s;
    --left: -12px;
    --top: 0px;
}


.product-slider-product-img {
    background: var(--url) var(--left) 0px, url('../images/stickmockup.png');
    width: 116px;
    aspect-ratio: 116/761;
    background-blend-mode: multiply;
    mask-image: url('../images/stickmockup.png');
    mask-size: auto 100%;
    transition: 0.7s;
    transform: scale(1.5) rotate(0deg);
    translate: -50% 43%;
}

@media (min-width: 1600px) {
    .product-slider-product-img {
        background: var(--url) var(--left) 0px, url('../images/stickmockup.png');
        width: 116px;
        aspect-ratio: 116/761;
        background-blend-mode: multiply;
        mask-image: url('../images/stickmockup.png');
        mask-size: auto 100%;
        transition: 0.7s;
        transform: scale(1.5) rotate(0deg);
        translate: -163% 41% !important;
    }

}

.product-slider-component {
    height: 100%;
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.containerz {
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardz {
    transition: transform 0.5s ease-in-out, margin-left 0.5s ease-in-out;
}

.topz {
    transform: translateY(-100px) translateX(100px);
}

.topz :hover {
    transform: scale(1.2);
}

.centerz {
    transform: translateY(0) translateX(0);
}

.centerz :hover {
    transform: scale(1.2);
}

.bottomz {
    transform: translateY(100px) translateX(100px);
}

.bottomz :hover {
    transform: scale(1.2);
}

.cardz {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.5s ease-in-out;
}

.topz {
    transform: translateY(-100px);
    z-index: 1;
}

.centerz {
    transform: translateY(0);
    z-index: 2;
}

.bottomz {
    transform: translateY(100px);
    z-index: 1;
}

.new-hover-section-inner {
    height: auto;
    position: absolute;
    right: 0px;
    top: 50px;
}

@media (min-width: 1600px) {

    .new-hover-section-inner {
        height: auto;
    }

    .product-slider {
        height: 220vh;
    }

    .middle-left {
        font-size: 300px;
        top: 150%;
        left: 1/2;
        display: flex;
        text-align: center;
    }

    .middle-right {
        top: 175%;
        left: 62vw;
    }

    .feature1 {
        top: 350%;
    }

    .feature2 {
        top: 365%;
    }

    .feature3 {
        top: 379%;
        left: 2vw;
    }

    .feature4 {
        top: 393%;
        left: 2vw;
    }

    .feature5 {
        top: 408%;
        left: 2vw;
    }

    .product-slider-content h1 {
        margin-top: 100px;
    }

    .product-slider-content h2 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    .product-slider {
        height: 255vh;
    }
}

@media (max-width: 1200px) {

    .bottom-first {
        top: 2255%;
        left: 7vw;
        width: 82vw;
        font-size: 14px;
    }

    .product-slider {
        height: 135vh;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .product-slider-product-img {
        translate: 0% 23%;
    }

    .middle-left {
        display: none;
    }

    .middle-right {
        display: none;
    }

    .product-slider-content h1 {
        margin-top: 0px;
        font-size: 20px !important;
        translate: 145px 25px;
        transform: scale(2.5);
        width: 220px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .product-slider-content h2 {
        margin-bottom: 0px;
        font-size: 20px !important;
        translate: 134px 76px;
        transform: scale(2.5);
        padding-left: 10px;
    }

    .feature1 {
        font-size: 22px;
        top: 1600%;
        left: 35vw;
        width: 225px;
    }

    .feature2 {
        font-size: 22px;
        top: 1882%;
        left: 53vw;
        width: 240px;
    }

    .feature3 {
        font-size: 22px;
        top: 2250%;
        left: 63vw;
        width: 190px;
    }

    .feature4 {
        font-size: 22px;
        top: 2616%;
        left: 64vw;
        width: 200px;
    }

    .feature5 {
        font-size: 22px;
        top: 2750%;
        left: 9vw;
        width: 200px;
    }

    .cardz img {
        transform: scale(0.5);
    }

}

@media (max-width: 1020px) {
    .product-slider {
        height: 160vh;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .product-slider-product-img {
        translate: 0% 23%;
    }

    .middle-left {
        display: none;
    }

    .middle-right {
        display: none;
    }

    .product-slider-content h1 {
        margin-top: 0px;
        font-size: 20px !important;
        translate: 145px 25px;
        transform: scale(2.5);
        width: 220px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .product-slider-content h2 {
        margin-bottom: 0px;
        font-size: 20px !important;
        translate: 134px 76px;
        transform: scale(2.5);
        padding-left: 10px;
    }

    .feature1 {
        font-size: 22px;
        top: 1019%;
        left: 35vw;
        width: 225px;
    }

    .feature2 {
        font-size: 22px;
        top: 1245%;
        left: 50vw;
        width: 240px;
    }

    .feature3 {
        font-size: 22px;
        top: 1520%;
        left: 60vw;
        width: 190px;
    }

    .feature4 {
        font-size: 22px;
        top: 1750%;
        left: 64vw;
        width: 200px;
    }

    .feature5 {
        font-size: 22px;
        top: 1974%;
        left: 9vw;
        width: 200px;
    }
}

@media (max-width: 790px) {
    .product-slider {
        height: 160vh;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .product-slider-product-img {
        translate: 0% 23%;
    }

    .middle-left {
        display: none;
    }

    .middle-right {
        display: none;
    }

    .product-slider-content h1 {
        margin-top: 0px;
        font-size: 20px !important;
        translate: 0px 0px;
        width: 220px;
        padding-left: 10px;
        padding-top: 10px;
        transform: scale(2.5) translate(61px, 20px);
    }

    .product-slider-content h2 {
        margin-bottom: 0px;
        font-size: 20px !important;
        translate: 0px 0px;
        padding-left: 10px;
        transform: scale(2.5) translate(52px, 40px);
    }

    .feature1 {
        font-size: 22px;
        top: 1019%;
        left: 35vw;
        width: 225px;
    }

    .feature2 {
        font-size: 22px;
        top: 1245%;
        left: 50vw;
        width: 240px;
    }

    .feature3 {
        font-size: 22px;
        top: 1520%;
        left: 60vw;
        width: 190px;
    }

    .feature4 {
        font-size: 22px;
        top: 1750%;
        left: 64vw;
        width: 200px;
    }

    .feature5 {
        font-size: 22px;
        top: 1974%;
        left: 9vw;
        width: 200px;
    }

    .product-slider-content-description {
        display: none;
    }

    .know-more-button {
        display: none !important;
    }
}

@media (max-width: 512px) {
    .product-slider {
        height: 160vh;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .product-slider-product-img {
        translate: 22% 23%;
    }

    .middle-left {
        display: none;
    }

    .middle-right {
        display: none;
    }

    .product-slider-content h1 {
        margin-top: 0px;
        font-size: 12px !important;
        translate: -75px 0px;
        width: 114px;
        padding-left: 10px;
        padding-top: 10px;
    }

    .product-slider-content h2 {
        margin-bottom: 0px;
        font-size: 12px !important;
        translate: -50px 0px;
        margin-top: -14px !important;
        padding-left: 10px;
    }

    .feature1 {
        font-size: 22px;
        top: 850%;
        left: 1vw;
        top: 3200%;
        left: 38vw;
    }

    .feature2 {
        font-size: 22px;
        top: 3380%;
        left: 38vw;
        width: 220px;
    }

    .feature3 {
        font-size: 22px;
        top: 3570%;
        left: 38vw;
        width: 240px;
    }

    .feature4 {
        font-size: 22px;
        top: 3800%;
        left: 38vw;
        width: 190px;
    }

    .feature5 {
        font-size: 22px;
        top: 4040%;
        left: 38vw;
        width: 200px;
    }
}

@media (max-width: 400px) {
    .product-slider {
        height: 200vh;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .product-slider-product-img {
        translate: 0% 23%;
    }

    .product-slider-content h1 {
        margin-top: 0px;
        font-size: 20px !important;
        translate: -55px 0px;
        width: 114px;
        padding-left: 0px;
        padding-top: 10px;
    }

    .product-slider-content h2 {
        margin-bottom: 0px;
        translate: -55px 0px;
        font-size: 20px !important;
        padding-left: 10px;
    }

    .middle-left {
        display: none;
    }

    .middle-right {
        display: none;
    }

    .feature1 {
        font-size: 22px;
        top: 850%;
        left: 1vw;
    }

    .feature2 {
        font-size: 22px;
        top: 1019%;
        left: 30vw;
        width: 220px;
    }

    .feature3 {
        font-size: 22px;
        top: 1245%;
        left: 35vw;
        width: 240px;
    }

    .feature4 {
        font-size: 22px;
        top: 1500%;
        left: 40vw;
        width: 190px;
    }

    .feature5 {
        font-size: 22px;
        top: 1750%;
        left: 31vw;
        width: 200px;
    }
}