/* Add custom CSS styles below */ 
div#mainnav {
    background-color: #f7f5fc !important;
}
.bg-home section.s-block--items-slider:first-child {
    margin-top: 0rem !important;
}
section.s-block.s-block--items-slider.s-block .container-fluid {
    padding: 0 !important;
}
section.s-block.s-block--prices.aos-init.aos-animate {
    margin:2% auto;
    max-width: 80%;
}
section.s-block.s-block--prices.aos-init.aos-animate .carousel-slider .swiper-wrapper > div {
    width: 21% !important;
}
section.s-block.s-block--prices.aos-init.aos-animate  .carousel-slider .swiper {

    padding-top: 1rem !important;
}
section#event-products-4 {
    /* position: relative; */
    background-image: url(https://cdn.salla.sa/form-builder/mXYynxKtsxo3nGLd9QWEtgDsmqUCjDmP5fQFbWL4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 10%;
        padding-top: 3%;

}

section#event-products-4 img.shape-event {
    display: none !important;
    opacity: 0;
}

section#event-products-6 .event-block__title .s-block__title,section#event-products-8 .event-block__title .s-block__title,section#event-products-4 .event-block__title .s-block__title {
    justify-content: flex-start;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;

}
.ps-footer__middle {
    border-radius: 0;
}
@media(max-width: 768px){
section.s-block.s-block--prices.aos-init.aos-animate {
    max-width: 100%;
}

section.s-block.s-block--prices.aos-init.aos-animate .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}
section.s-block.s-block--prices.aos-init.aos-animate .carousel-slider .swiper-wrapper > div {
    width: 30% !important;
}
}