.homeCaseStudySlider .item {
  min-height: 420px;
  background: linear-gradient(90deg, #febbd1 0%, #c7c5fe 100%);
  border-radius: 40px;
  padding: 22px;
  display: flex;
  align-items: stretch;
  gap: 22px;
  transition: all 1s ease;
}
.owl-carousel {
    display:block !important;
    width: 100%;
    z-index: 1
}
@media screen and (max-width: 1024px) {
  .homeCaseStudySlider .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item {
    padding: 16px;
  }
}
.homeCaseStudySlider .item .left_img_section {
  width: calc(58% - 11px);
  flex: 1;
  flex-shrink: 1;
  background-color: white;
  display: flex;
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .homeCaseStudySlider .item .left_img_section {
    width: 100%;
  }
}
.homeCaseStudySlider .item .left_img_section .project_banner_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .left_img_section .project_banner_img {
    max-height: 200px;
  }
}
.homeCaseStudySlider .item .right_data_section {
  width: calc(42% - 11px);
  flex-shrink: 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 22px;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .homeCaseStudySlider .item .right_data_section {
    width: 100%;
  }
}
.homeCaseStudySlider .item .right_data_section .project_name {
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #373737;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}
.homeCaseStudySlider .item .right_data_section .project_name::after {
  content: attr(data-project-name);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #f2f3f3;
  word-break: keep-all;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .right_data_section .project_name {
    font-size: 18px;
    height: 50px;
  }
  .homeCaseStudySlider .item .right_data_section .project_name::after {
    font-size: 28px;
  }
}
.homeCaseStudySlider .item .right_data_section .project_headline {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .right_data_section .project_headline {
    font-size: 16px;
  }
}
.homeCaseStudySlider .item .right_data_section .project_description {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 0;
}
.homeCaseStudySlider .item .right_data_section .view_cs_btn {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  gap: 7px;
  background: linear-gradient(90deg, #ff558b 0%, #736eff 100%);
  border-radius: 8px;
  color: white;
  font-weight: 400;
  width: fit-content;
  border: none;
}
.homeCaseStudySlider .item .right_data_section .view_cs_btn .view_btn_icon {
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .right_data_section .view_cs_btn {
    font-size: 14px;
  }
  .homeCaseStudySlider .item .right_data_section .view_cs_btn .view_btn_icon {
    height: 20px;
    width: 20px;
  }
}
.homeCaseStudySlider .item .right_data_section .project_stats_wrapper {
  display: flex;
  gap: 20px;
}
.homeCaseStudySlider .item .right_data_section .project_stats_wrapper .project_stats {
  flex: 1;
}
.homeCaseStudySlider .item .right_data_section .project_stats_wrapper .project_stats .stats_val {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .right_data_section .project_stats_wrapper .project_stats .stats_val {
    font-size: 20px;
  }
}
.homeCaseStudySlider .item .right_data_section .project_stats_wrapper .project_stats .stats_label {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .homeCaseStudySlider .item .right_data_section .project_stats_wrapper .project_stats .stats_label {
    font-size: 12px;
  }
}
.homeCaseStudySlider .owl-item.active {
  transform: scale(1);
  opacity: 1;
}
.homeCaseStudySlider .owl-item {
  transform: scale(0.9);
  opacity: 0.4;
  transition: all 0.7s ease-in-out;
  transform-origin: center center;
}
.homeCaseStudySlider .owl-stage-outer {
  overflow: hidden !important;
}
.homeCaseStudySlider .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.homeCaseStudySlider .owl-nav {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.homeCaseStudySlider .owl-nav .owl-prev {
  margin-right: -1px;
}
.homeCaseStudySlider .owl-nav .owl-prev .owl-prev-btn {
  padding: 0;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-flex;
  align-items: center;
}
.homeCaseStudySlider .owl-nav .owl-prev .owl-prev-btn .slider_arrow_icon {
  height: 30px;
  width: auto;
}
.homeCaseStudySlider .owl-nav .owl-prev .owl-prev-btn::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: unset;
}
.homeCaseStudySlider .owl-nav .owl-prev .owl-prev-btn::after {
  display: none;
}
.homeCaseStudySlider .owl-nav .owl-next {
  margin-left: -1px;
}
.homeCaseStudySlider .owl-nav .owl-next .owl-next-btn {
  padding: 0;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  align-items: center;
}
.homeCaseStudySlider .owl-nav .owl-next .owl-next-btn .slider_arrow_icon {
  height: 30px;
  width: auto;
  transform: scaleX(-1);
}
.homeCaseStudySlider .owl-nav .owl-next .owl-next-btn::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: unset;
}
.homeCaseStudySlider .owl-nav .owl-next .owl-next-btn::after {
  display: none;
}