

.current-menu-item{
    font-weight: 600 !important;
}
/* .slideractive{
    max-width: 335px !important;
    width: 100% !important;
} */
@media(max-width:1264px){
    .gif-home-sec video {
        height: 791px !important;
    }
}
@media(max-width:1023px){
    .sidemenu{
        display: none;
    }
}
@media(max-width:991px){
    .gif-home-sec video {
        height: 700px !important;
    }
}
@media(max-width:767px){
    .gif-home-sec video {
        height: 400px !important;
    }
}
.swiper-slide.swiper-slide-next .image-slide img,
.swiper-slide.swiper-slide-prev .image-slide img{
    max-width: 260px;
    width: 100%;
}
.swiper-slide {
    max-width: 180px;
    width: 100% ;
}

.swiper-slide .image-slide img {
    max-width: 180px;
    width: 100%;
}

.swiper-slide.swiper-slide-active .image-slide img {
    max-width: 335px ;
    width: 100% ;
}
.swiper-slide.swiper-slide-active {
    max-width: 335px;
    width: 100% !important;
}
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev{
    max-width: 260px;
    width: 100% ;
}
/* .swiper-slide.swiper-slide-prev,.swiper-slide.swiper-slide-next {
    max-width: 265px !important;
    width: 100% !important;
} */
.swiper-wrapper{
    align-items: center;
}

/* .swiper-slide {
    max-width: 180px !important;
    width: 100%;
}  */

.rocket-images{
    animation: banneranimate 2s ease-in;
}

@keyframes banneranimate {
    0% {
        opacity: 0.6;
        transform: translateX(-500px);
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: translate(0px);
    }
}