
.hp-all-product-list{
    text-align: center;
    padding:  40px;
    margin: 0 100px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 300px;
}
.hp-all-product-list.slick-active{
    height: 600px; 
}
.hp-all-product-list .circle{
    border-radius:50%;
    height: 250px;
    width: 250px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    transform-origin: center center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translateX(-50%);
}
.hp-all-product-list.slick-active .circle{
    height: 520px;
    width: 520px; 
}
.hp-all-product-list .data{
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}
.hp-all-product-list .data a{
    color: #fff;
}
.hp-all-product-list .data .text{
    max-width: 300px;
    margin: 0 auto;
}
.hp-all-product-list.slick-slide .data .text p{
    opacity: 0;
}
.hp-all-product-list.slick-active .data .text p{
    opacity:1;
}
.hp-all-product-list h3{
    margin-bottom: 0;
}

.hp-all-product-list.slick-slide{
/* min-height: 300px; */
}

    .hp-all-product-list.slick-slide img.slider-product{
    width: 130px;
    }



.hp-all-product-list.slick-active img.slider-product{
    width: 400px;
}

.slider-product{
    position: relative;
    z-index: 2;
    max-width: 250px;
    margin-bottom: 10px;
}
@keyframes hideshow {
    0% {
       width: 0;
       opacity: 0;
    }
    100% {
       width: 100%;
       opacity: 1;
     }
 }
@keyframes jump {
    0% {
       transform:translateY(-20px);
    }
    50% {
        transform:translateY(0px);
     }
    100% {
        transform:translateY(-20px);
    }
 }
.hp-all-product-slider{
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.hp-all-product-slider .slick-track{
display: flex;
align-items: center;
justify-content: center;
}
.hp-all-product-slider .slick-next{
right: calc(50% - 400px);
}
.hp-all-product-slider .slick-prev{
    left: calc(50% - 400px);
}

.hp-all-product-container{
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
}
.hp-all-product-container:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(a.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: spin 150s linear infinite;
}
@keyframes spin {
    0% {
       transform: rotate(0deg);
    }
    100% {
       transform: rotate(360deg);
    }
 }
 


  
/**media**/
@media screen and (min-width:768px) and (max-width:1024px) {
    .celebration-data, .celebration-logo {
        width: 100%;
    }
    .twentyfive-container {
        padding: 50px 20px;
        text-align: center;
    }
    .hd-slider {
        font-size: 28px;
    }
    .hp-slider-text {
        right: calc(40% - -186px);
        max-width: 240px;
    }
}
@media screen and (max-width:767px) {
    .hp-all-product-list .data a{
        color: #000;
    }
    .hp-all-product-slider{
        height: auto;
    }
    .hp-all-product-list.slick-active img.slider-product {
        width: 175px;
    }

.hp-all-product-list .circle {
    height: 100px;
    width: 100px;
}
.hp-all-product-list.slick-active .circle {
    height: 250px;
    width: 250px;
}
.hp-all-product-list {
    margin: 0 0px;
    color: #000;
}
.hp-all-product-slider .slick-prev {
    left: 0;
    top: 200px;
}
.hp-all-product-slider .slick-next {
    right: 0;
    top: 200px;
}
.hp-all-product-list.slick-active {
    height: auto;
}
.hp-all-product-container .text-center{
    padding-left: 16px;
    padding-right: 16px;
}
.hp-all-product-container {
    padding: 20px 0px;
}

.hp-slider-text{
  left: 45%;
  transform: translate(-50%, -80%);
  width: 300px;
}
.hp-slider-bg, .slider-bg-img{
    min-height: 400px;
    width: 800px;
    left: -20%;
    margin: 0 auto;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.hd-slider{
    font-size: 30px;
}

}
@media screen and (min-width:1281px) and (max-width:1800px) {
    .hp-all-product-list{
        text-align: center;
        padding:  40px;
        margin: 0 100px;
        border-radius: 50%;
        color: #fff;
        position: relative;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 300px;
    }
    .hp-all-product-list.slick-active{
        height: 600px; 
    }
    .hp-all-product-list .circle{
        border-radius:50%;
        height: 0px;
        width: 0px;
        position: absolute;
        left: 50%;
        right: 50%;
        margin: 0 auto;
        transform-origin: center center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transform: translateX(-50%);
    }
    .hp-all-product-list.slick-active .circle{
        height: 520px;
        width: 520px; 
        
    }
    .hp-all-product-list.slick-active .data{
        position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    }
    .hp-all-product-list .data{
       display: none;
    }
    .hp-all-product-list.slick-active .data a{
        color: #fff;
        display: block;
    }
    .hp-all-product-list.slick-active .data .text{
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .hp-all-product-list.slick-slide.slick-active .data .text p{
        display: block;
    }
    .hp-all-product-list.slick-active .data .text p{
        display: block;
    }
    .hp-all-product-list h3{
        margin-bottom: 0;
    }
   
        .hp-all-product-list.slick-active img.slider-product{
            width: 400px;
            display: block;
        }
        .hp-all-product-list img.slider-product{
          display: none;
        } 
}
@media screen and (min-width:1024px) and (max-width:1280px) {
    .hp-all-product-list{
        text-align: center;
        padding:  40px;
        margin: 0 100px;
        border-radius: 50%;
        color: #fff;
        position: relative;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        height: 300px;
    }
    .hp-all-product-list.slick-active{
        height: 600px; 
    }
    .hp-all-product-list .circle{
        border-radius:50%;
        height: 0px;
        width: 0px;
        position: absolute;
        left: 50%;
        right: 50%;
        margin: 0 auto;
        transform-origin: center center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        transform: translateX(-50%);
    }
    .hp-all-product-list.slick-active .circle{
        height: 520px;
        width: 520px; 
        
    }
    .hp-all-product-list.slick-active .data{
        position: relative;
    z-index: 2;
    max-width: 500px;
    /* margin: 0 auto; */
    margin: -118px;
    display: block;
    padding-top: 100px;
    
    }
   
    
    
    .hp-all-product-list .data{
       display: none;
    }
    .hp-all-product-list.slick-active .data a{
        color: #fff;
        display: block;
    }
    .hp-all-product-list.slick-active .data .text{
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .hp-all-product-list.slick-slide.slick-active .data .text p{
        display: block;
    }
    .hp-all-product-list.slick-active .data .text p{
        display: block;
    }
    .hp-all-product-list h3{
        margin-bottom: 0;
    }
   
        .hp-all-product-list.slick-active img.slider-product{
            width: 400px;
            display: block;
        }
        .hp-all-product-list img.slider-product{
          display: none;
        } 
}