body{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.Cslider{
    width: 100%;
    height: 90vh;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(80,106,173,1) 27%); */
    /* background: linear-gradient(360deg, rgb(255 255 255 / 26%) 0%, rgb(100 122 178) 74%, rgb(100 122 178) 40%); */
    background: linear-gradient(-90deg,rgba(16, 13, 222, 1) 0%, rgba(175, 75, 222, 1) 70%);
    direction: ltr;
}
.Cslider button{
    background: transparent;
    border: none;
    font-size: 25px;
    /* cursor: pointer; */
}
.Cslider_back{
    position: absolute;
    left: 25px;
    z-index: 1;
    background-color: white !important;
    border-radius: 100px;
    padding: 6px 15px 0px 11px;
}
.Cslider_next{
    position: absolute;
    right: 25px;
    z-index: 1;
    background-color: white !important;
    border-radius: 100px;
    padding: 6px 11px 0px 15px;
}
.Cslider_show{
    width: 900px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.Cslider_rall{
    width: fit-content;
    height: 100%;
    float: left;
    display: flex;
}
.Cslider_child{

    /* height: 100%; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cslider_back{
    opacity: 0.5;
}

.csliderInfo1,.csliderInfo3,.csliderInfo7,.csliderInfo8,.csliderInfo9,.csliderInfo10{
    opacity: 0;
    transform: translateX(60px);
    text-align: end;
}
.csliderInfo10{
    display: none;
}
/* .csliderInfo4{
    left: 0;
    transform: rotate(-180deg);
} */
.csliderInfo5{
    /* left: 120px; */
    opacity: 0;
    /* transform: translateY(100px); */
}
.csliderInfo button{
    background: linear-gradient(125deg, rgba(16, 13, 222, 1) 0%, rgba(175, 75, 222, 1) 70%) !important;
    border-color: white !important;
    color: white !important;
    box-shadow: 0 0 5px 0 rgb(66, 70, 73);
}
.active{
    opacity: 1 !important;
}
.paginationSec {
    flex-direction: row-reverse;
    position: absolute;
    bottom: 0;
}
.paginationSec button{
    font-size: 11px;
    width: 15px;
    height: 26px;
    float: left;
    display: flex;
    justify-content: center;
}
.csliderInfo p{
    font-size: 18px;
    text-align: end;
    line-height: 35px;
}
.cs-btn{
    font-size: 20px !important;
    padding: 7px 30px !important;
}
.display-3{
    font-size: 2.4rem;
    line-height: 58px;
}
.m-product-price .m-first-price {
    color: rgb(176, 176, 176) !important;
}
.m-product-price .m-final-price {
    color: white !important;
}
.csliderInfo>span{
    color: rgb(176, 176, 176) !important;
}
@media only screen and (max-width:900px){
    /* .sliderImg{
        display: none !important;
    } */
    .cslider-img-wrapper {
        height: auto !important;
      }
    .csliderInfo{
        width: 100% !important;
    }
    .cs-btn{
        width: fit-content !important;
    }
    .Cslider{
        height: auto;
    }
    .Cslider_show{
        padding-bottom: 2em;
    }
    .Cslider_child{
        height: auto;
        padding-bottom: 3rem;
    }
}
@media only screen and (max-width:590px){
    .Cslider{
        padding-top: 2em;
    }
}
@media only screen and (max-width:550px){
    .csliderInfo1,.csliderInfo3,.csliderInfo7,.csliderInfo9,.csliderInfo10{
        text-align: center !important;
    }
    .csliderInfo10{
        display: flex;
    }
    .csliderInfo8{
        display: none;
    }
    .csliderInfo{
        padding:0 2.5%!important;
    }
    .cs-btn{
        width: 100% !important;
        padding: 0.4em 0 !important;
    }
}
@media only screen and (max-width:450px){
    .csliderInfo7,.csliderInfo1{
        font-size: 25px;
    }
}