/*pre owl caro */

.cx_shortcode.cx_slider .carousel-wraper {max-width: 100%;}
.cx_shortcode.cx_slider .carousel-wraper > .slider-outer-wraper {display: none;}
.cx_shortcode.cx_slider .carousel-wraper > .slider-outer-wraper:first-child {display: block;}

/*  For hiding all the slides not first brfore the carousel get initialized */

.cx_shortcode.cx_slider .carousel-wraper:not(.owl_carousel_init) > div:not(:first-child) {display: none;}

/*---------*/


.cx_slider  .slider-outer-wraper,
.cx_slider  .slider-outer-wraper .colum {position:relative;}
.cx_slider  .slider-outer-wraper .colum {box-sizing: border-box;position: relative;display: flex;align-items: center;}

.cx_slider .slider-outer-wraper .layout_item {z-index: 99;position: relative;}


.cx_slider .background-image-container,
.cx_slider .slider-outer-wraper,
.cx_slider .slider-outer-wraper .layout_item{min-height:330px; }



.cx_slider .slider-outer-wraper .layout_item.slider-content-not-strech {padding: 0 50px;}

.cx_slider .slider-outer-wraper .layout_item .content_type_content h3 {font-weight: 600;font-size: 1.875rem; line-height: 2.5rem;}
.cx_slider .slider-outer-wraper .layout_item .content_type_content p {font-size: 0.875rem; }

.cx_slider .content_type_media img {max-height: 250px !important;}





.cx_slider .slider-outer-wraper {padding: 0 80px; overflow: hidden;border-radius: 15px; }
.cx_slider .slider-outer-wraper .cx_particle_init {position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 1;}

.cx_slider .slider-outer-wraper .background-image-container,
.cx_slider .slider-outer-wraper .background-image-container > div {
    background-position: 50%;position: absolute;top: 0;right: 0;
    left: 0;bottom: 0;background-repeat: no-repeat;background-size: cover;z-index: 1;width:100%;
}
html body .cx_slider .background-image-container .foreground{background-size:contain;}


.cx_slider .slider-outer-wraper .background-image-container {background-position: 50%;position: absolute;top: 0;right: 0;left: 0;bottom: 0;min-height: 280px;}
.cx_slider .slider-outer-wraper .layout_item .content_type_elementor_tamplate {width: 100%;}

/**
 * slider image in mobile justify center 
 * *


/*.cx.cx_slider .owl-dots {position: absolute;bottom: 10px;right: 50%;transform: translateX(50%);}
.cx.cx_slider button.owl-prev,
.cx.cx_slider button.owl-next {outline:none;position: absolute;top:50%;font-size:35px;z-index:9999;transform: translateY(-50%);color: #fff;}
.cx.cx_slider button.owl-prev::after,
.cx.cx_slider button.owl-next::after {content: "";position: absolute;top: calc(50% + 2px);right: -10.5px;width: 30px;height: 30px;background: white;border-radius: 50%;z-index: -1;transform: translateY(-50%);}
.cx.cx_slider button.owl-prev,
.cx.cx_slider button.owl-next {font-size: 35px !important;font-weight: 200;color: #8667DE;}
.cx.cx_slider button.owl-prev {left: 20px;}
.cx.cx_slider button.owl-next {right: 20px;}

.cx.cx_slider button.owl-prev span,
.cx.cx_slider button.owl-next span{font-size: 35px !important;font-weight:200;color:#8667DE;}
.cx.cx_slider button.owl-prev span:after,
.cx.cx_slider button.owl-next span:after{content:"";position:absolute;top: calc(50% + 2px);right: -10.5px;width:30px;height:30px;background:white;border-radius:50%;z-index: -1;transform: translateY(-50%);}

.cx.cx_slider button.owl-prev:hover,
.cx.cx_slider button.owl-next:hover {background:none;color:transparent;text-decoration: none;border:none;outline:none;}*/




@media only screen and (min-width: 460px)  {

    .cx_slider .background-image-container,
    .cx_slider .slider-outer-wraper,
    .cx_slider .slider-outer-wraper .layout_item{min-height:400px!important; }
}

@media only screen and (min-width: 460px) and (max-width: 650px) {
    .cx_slider .background-image-container,
    .cx_slider .slider-outer-wraper,
    .cx_slider .slider-outer-wraper .layout_item{min-height:350px!important; }
}



@media only screen and (max-width: 650px) {

    .cx_slider .slider-outer-wraper .content-type-media {justify-content: center;padding-bottom: 30px;}
    .cx_slider .slider-outer-wraper .content-type-media img {padding-bottom: 30px;}
    .cx_slider .slider-outer-wraper {padding: 0 20px;}
    .cx_slider .layout_item > div:first-child {order: 2;justify-content: center;}
    .cx_slider .content-type-1{justify-content:center;} 
    .cx_slider .content_type_media img {max-height: 200px !important;}
    .cx_slider div:has(.content_type_content) {align-self: start;}

}

@media only screen and (min-width: 651px) and (max-width: 951px) {
    .cx_slider .background-image-container,
    .cx_slider .slider-outer-wraper,
    .cx_slider .slider-outer-wraper .layout_item{min-height:280px !important; }
}



@media only screen and (max-width: 1024px) {
    .cx_slider .slider-outer-wraper {padding: 0 50px;}
}
