/*
CTC Separate Stylesheet
Updated: 2024-11-28 09:18:34
*/

/*.elementor-element.elementor-element-9ea9616.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.e-lazyloaded {*/
/*    background-color: blue;*/
/*}*/

/*#depicter-1-element-80{*/
/*    color: blue;*/
/*}*/


/*This is Carousel Css 121*/


.slider{
  display: flex !important;
  flex-direction: row !important;
  gap: 50px !important;
  width: 800px !important;
  position: relative !important;
  overflow: hidden !important;
  height:350px !important;
}


img{
  border-radius: 5% / 3%;
  position: relative;
}


.item{
  transition: all 0.6s ease-in-out;
  width:100px;
}

.small1, .small2 {
  height: 200px;
  position: absolute;
  z-index: -1;
  top: 90px;
}

.big1, .big2 {
  height: 250px;
  position: absolute;
  z-index: 0;
  top: 40px;
}

.small1{
  left: -60px;
}

.big1{
  left: 90px;
}

/* center wala */
.focus {
  position: absolute;
  z-index: 1;
  height: 300px;
  left: 270px;
  top: 10px;
}

.big2{
  left: 487px;
}

.small2{
  left: 673px;
}



