.main.swiper.DiesiSwiper {
  height: 100vh;
  width: 100%;
}
.main.swiper.DiesiSwiper .wrapper,
.main.swiper.DiesiSwiper .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.main.swiper.DiesiSwiper .slide {
  overflow: hidden;
}
.main.swiper.DiesiSwiper .slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.Diesi-slide-heading {
	font-family: "Ubuntu", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1px;
	color: #fff;
	text-align: left;
    margin-bottom: 30px;
}

.Diesi-slide-heading:before {
    display: inline-block;
    content: url(/wp-content/uploads/2024/03/47548364.png);
    width: 13px;
    height: 16px;
    margin-right: 7px;
}
.main.swiper.DiesiSwiper .slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main.swiper.DiesiSwiper .slide .image-data {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-115%, -50%);
    text-align: left;
    width: 35%;
    z-index: 100;
}

.main.swiper.DiesiSwiper .slide .image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.main.swiper.DiesiSwiper .slide .image-data h2 {
  color: #fff;
  font-family: "Ubuntu", Sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 46px;
  text-align: left;
  text-transform: uppercase;
}
.swiper-slide a.diesiSlide-button {
  display: inline-block;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
  background: transparent;
  color: #fff;
  font-family: "Ubuntu", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-width: 1px;
  border-radius: 0px;
  border: 1px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  fill: #fff;
  text-align: center;
  padding: 12px 24px 12px 24px;
}
.main.swiper.DiesiSwiper a.button:hover {
  color: #fff;
  background-color: #c87e4f;
}
/* swiper button css */
.main.swiper.DiesiSwiper .nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.main.swiper.DiesiSwiper .nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.main.swiper.DiesiSwiper .swiper-button-next {
  right: 50px;
}
.main.swiper.DiesiSwiper .swiper-button-prev {
  left: 50px;
}
.main.swiper.DiesiSwiper .nav-btn::before,
.main.swiper.DiesiSwiper .nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.main.swiper.DiesiSwiper .swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}
.main.swiper.DiesiSwiper .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #c87e4f;
}
@media screen and (max-width: 768px) {
  .main.swiper.DiesiSwiper .nav-btn {
    visibility: hidden;
  }
  .main.swiper.DiesiSwiper .swiper-pagination-bullet {
    visibility: visible;
  }
  .main.swiper.DiesiSwiper .slide .image-data h2 {
		font-size: 18px;
		font-weight: 400;
		line-height: 25px;
	}
  .main.swiper.DiesiSwiper .slide .image-data {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-55%, -50%);
		text-align: left;
		width: 75%;
		z-index: 100;
	}
}