.industry-swiper {
  width: 100%;
}

.industry-swiper .swiper-wrapper {
  align-items: end;
}

.industry-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.industry-swiper .swiper-slide .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  /* background: rgba(0, 0, 0, 0.2); */
}

.industry-swiper .swiper-slide {
  height: 60vh !important;
  width: 65vw !important;
  max-width: 1170px;
}

.industry-swiper .swiper-slide-active {
  width: 65vw !important;
  height: 70vh !important;
}

.industry-swiper .swiper-slide-active .content-wrapper {
  position: absolute;
  top: 80px;
  left: 100px;
}
.industry-swiper .content-wrapper {
  position: absolute;
  top: 55px;
  left: 40px;
}

.industry-swiper .swiper-slide-active .content-wrapper h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  margin: 0 !important;
  font-family: 'Polysans', Sans-serif !important;
}

.industry-swiper .content-wrapper h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 !important;
  transition: all 0.2s linear;
  font-family: 'Polysans', Sans-serif !important;
}
.industry-swiper .slide-content {
  width: 65%;
  opacity: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: all 0.5s linear;
  font-family: 'DM Sans', sans-serif;
}

.industry-swiper .swiper-slide-active .slide-content {
  opacity: 1;
}

.industry-swiper .swiper-slide-active .cta-wrapper {
  opacity: 1;
}

.industry-swiper .cta-wrapper {
  opacity: 0;
  font-size: 20px;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: all 0.5s linear;
  padding: 12px 20px 12px 20px;
  font-family: 'Polysans', Sans-serif !important;
}

.industry-swiper .cta-wrapper:hover {
  color: #000000 !important;
  background-color: #d5e3f0;
  transition: all 0.2s linear;
}
.industry-swiper .cta-wrapper:hover path {
  fill: #000000;
}

.industry-swiper .cta-wrapper .cta-svg {
  width: 21px;
  height: 18px;
  margin-left: 10px;
}

.industry-swiper .slide-icon {
  height: 50px !important;
  width: unset !important;
}

.industry-swiper .swiper-pagination {
  position: relative !important;
  width: fit-content !important;
}
.industry-swiper .swiper-button-next {
  position: relative !important;
  width: 60px !important;
  height: 60px !important;
  margin-left: 20px;
  transition: all 0.2s linear;
  border: 1px solid #000000;
}
.industry-swiper .swiper-button-next:hover {
  background-color: #0e2133;
}
.industry-swiper .swiper-button-next:hover path {
  fill: #ffffff;
}
.industry-swiper .swiper-button-next .next-arrow,
.industry-swiper .swiper-button-prev .prev-arrow {
  width: 19px;
}
.industry-swiper .swiper-button-next:after {
  content: none !important;
}
.industry-swiper .swiper-button-prev {
  position: relative !important;
  width: 60px !important;
  height: 60px !important ;
  margin-right: 20px;
  border: 1px solid #000000;
  transition: all 0.2s linear;
}
.industry-swiper .swiper-button-prev:hover {
  background-color: #0e2133;
}
.industry-swiper .swiper-button-prev:hover path {
  fill: #ffffff;
}
.industry-swiper .swiper-button-prev:after {
  content: none !important;
}
.industry-swiper .carousel-navigation {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.industry-swiper .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}
.industry-swiper .swiper-pagination-bullet-active {
  background: #c92f13 !important;
}
.industry-swiper .cta-wrapper {
  display: inline-flex;
}

@media (max-width: 1200px) {
  .industry-swiper .swiper-button-prev,
  .industry-swiper .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .industry-swiper .swiper-pagination {
    display: none;
  }
  .industry-swiper .swiper-slide-active .content-wrapper {
    top: 90px;
    left: 50px;
  }
  .industry-swiper .slide-content {
    width: 90%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .industry-swiper .swiper-slide-active .content-wrapper h3 {
    font-size: 40px;
  }
  .industry-swiper .cta-wrapper {
    font-size: 15px;
  }
  .industry-swiper .swiper-slide {
    height: 52vh !important;
  }
  .industry-swiper .swiper-slide-active {
    height: 62vh !important;
  }
}
@media (max-width: 1024px) {
  .industry-swiper .swiper-slide-active .content-wrapper {
    top: 70px;
    left: 35px;
  }
  .industry-swiper .slide-content {
    width: 80%;
  }
}
@media (max-width: 880px) {
  .industry-swiper .slide-content {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .industry-swiper .swiper-slide-active .content-wrapper h3,
  .industry-swiper .slide-content {
    width: calc(100% - 20px);
  }
  .industry-swiper .swiper-slide-active .content-wrapper h3 {
    font-size: 30px;
  }
  .industry-swiper .swiper-slide-active .content-wrapper {
    top: 60px;
    left: 20px;
  }
  .industry-swiper .slide-content {
    margin-top: 10px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .industry-swiper .cta-wrapper {
    padding: 5px 18px 5px 20px;
  }

  .industry-swiper .swiper-slide {
    width: 80vw !important;
  }

  .industry-swiper .swiper-slide-active {
    width: 80vw !important;
  }
}

/* CSS styles for mobile landscape screens only */
@media (orientation: landscape) and (max-height: 450px) {
  .industry-swiper .swiper-slide-active .content-wrapper h3 {
    font-size: 28px;
  }
  .industry-swiper .swiper-slide-active .slide-content {
    margin-top: 0;
  }
  .industry-swiper .content-wrapper {
    top: 35px;
  }
  .industry-swiper .swiper-slide-active .content-wrapper h3,
  .industry-swiper .slide-content {
    width: calc(100% - 20%);
  }
  .industry-swiper .slide-content {
    margin-bottom: 20px;
  }
  .industry-swiper .swiper-slide-active .content-wrapper {
    top: 55px;
    left: 40px;
  }
  .industry-swiper .swiper-slide {
    height: 65vh !important;
  }
  .industry-swiper .swiper-slide-active {
    height: 75vh !important;
  }
  .industry-swiper .swiper-button-next .next-arrow,
  .industry-swiper .swiper-button-prev .prev-arrow {
    width: 19px !important;
    height: 10px !important;
  }
  .industry-swiper .swiper-button-prev,
  .industry-swiper .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .industry-swiper .cta-wrapper {
    padding: 8px 23px;
  }
} /* landscape */

@media (max-width: 1650px) and (min-width: 1366px) {
  .industry-swiper .swiper-slide-active .content-wrapper h3 {
    font-size: 45px;
  }
  .industry-swiper .content-wrapper h3 {
    font-size: 28px;
  }
  .industry-swiper .slide-content {
    font-size: 18px;
  }
  .industry-swiper .cta-wrapper {
    font-size: 18px;
  }
  .industry-swiper .slide-icon {
    height: 40px !important;
  }
}
