/*---------------------Roots-----------------*/

:root {
    ---orange: #EF6A00;
    ---white: #ffffff;
    ---Pink: #BB3760;
    ---black: #222222;
    ---border: #e5e5e5;
    ---LightYellow: #FEF2EC;
    ---LightsYellow: #FFEEE4;
}

/*---------------------Roots-----------------*/
.Productslider {
    background-image: url(img/background\ texture.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1450px;
    padding: 100px 0px;
}

.Productslider .swiperslider {
    position: relative;
    overflow: hidden;
    height: 2500px;
}

.Productslider .swiperslider .productbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Productslider .swiperslider .productbox .productheading {
    text-align: center;
}

.Productslider .swiperslider .productbox .productheading h1 {
    font-size: 250px;
    color: var(---orange);
    margin-top: -50px;
}

.Productslider .swiperslider .productbox .productheading h3 {
    font-size: 80px;
    color: var(---Pink);
}

.Productslider .swiperslider .productbox #bottle {
    position: absolute;
    top: 0px;
    left: 30%;
}

.Productslider .swiperslider .productbox #d1 {
    position: absolute;
    left: -500px;
    top: -100px;
}

.Productslider .swiperslider .productbox #d2 {
    position: absolute;
    right: -500px;
    top: -100px;
    z-index: 7;
    /* sab se upar */
}

.Productslider .swiperslider .productbox .arrowbutton {
    width: 100%;
    position: absolute;
    bottom: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 300px;
}

.Productslider .swiperslider .productbox .arrowbutton .arrow {
    width: 130px;
    height: 130px;
    background-color: var(---LightsYellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 5px 5px 10px #ff73007c;
}

.Productslider .swiperslider .productbox .arrowbutton .arrow img {
    width: 30%;
}

#bottle,
#d1,
#d2 {
    position: absolute;
    transition: all 1s ease-in-out;
}

/* positions */
.center {
    top: 250px !important;
    left: 30% !important;
    transform: scale(1.2) rotate(0deg);
    z-index: 3;
    width: 45%;
}

.left {
    top: 0px !important;
    left: -25% !important;
    transform: scale(0.9) rotate(-0deg);
    z-index: 2;
    width: 45%;
}

.right {
    top: 0px !important;
    right: -25% !important;
    transform: scale(0.9) rotate(20deg);
    z-index: 2;
    width: 45%;
}


@media (max-width:1280px) {
    .Productslider {
        height: 1100px;
    }

    .Productslider .swiperslider {
        height: 1600px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        width: 100%;
        position: absolute;
        bottom: 700px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 150px;
    }
}

@media (max-width:1080px) {
    .Productslider {
        height: 1000px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 100px;
        height: 100px;
    }

    .Productslider .swiperslider {
        height: 1500px;
    }

    .Productslider .swiperslider .productbox .productheading h1 {
        font-size: 220px;
    }

    .Productslider .swiperslider .productbox .productheading h3 {
        font-size: 50px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 800px;
    }
}

@media (max-width:1000px) {
    .Productslider {
        height: 900px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 100px;
        height: 100px;
    }

    .Productslider .swiperslider {
        height: 1500px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 800px;
    }
}

@media (max-width:850px) {
    .Productslider {
        height: 800px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 100px;
        height: 100px;
    }

    .Productslider .swiperslider {
        height: 1500px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 800px;
    }
}

@media (max-width:800px) {
    .Productslider {
        padding: 50px 0px;
        height: 600px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 80px;
        height: 80px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 100px;
        padding: 0px 80px;
    }

    .Productslider .swiperslider .productbox .productheading h1 {
        font-size: 120px;
        margin-top: -20px;
    }

    .Productslider .swiperslider .productbox .productheading h3 {
        font-size: 35px;
    }

    .center {
        top: 100px !important;
        left: 30% !important;
        transform: scale(1.2) rotate(0deg);
        z-index: 3;
        width: 45%;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 1000px;
    }
}

@media (max-width:690px) {
    .Productslider {
        height: 500px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 60px;
        height: 60px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 1030px;
        padding: 0px 30px;
    }
}

@media (max-width:400px) {
    .Productslider {
        padding: 30px 0px;
        height: 420px;
    }

    .Productslider .swiperslider .productbox .arrowbutton .arrow {
        width: 50px;
        height: 50px;
    }

    .Productslider .swiperslider .productbox .arrowbutton {
        bottom: 430px;
        padding: 0px 30px;
    }

    .Productslider .swiperslider {
        height: 800px;
    }

    .Productslider .swiperslider .productbox .productheading h1 {
        font-size: 60px;
        margin-top: -10px;
    }

    .Productslider .swiperslider .productbox .productheading h3 {
        font-size: 16px;
    }

    .center {
        top: 60px !important;
        left: 22% !important;
        transform: scale(1.2) rotate(0deg);
        z-index: 3;
        width: 55%;
    }

    .left {
        top: 0px !important;
        left: -25% !important;
        transform: scale(0.9) rotate(-0deg);
        z-index: 2;
        width: 55%;
    }

    .right {
        top: 0px !important;
        right: -25% !important;
        transform: scale(0.9) rotate(20deg);
        z-index: 2;
        width: 55%;
    }
}