.about-text .vision {
  background: none;
  border-radius: 0px;
  display: inline-block;
  color: #66bb6a;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  line-height: 0px;
  transition: 0.3s all;
}

.about-text .vision:hover {
  color: rgb(56, 143, 60);
}

.video-modal {
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 800px;
}

.video-modal-content video {
  width: 100%;
  height: auto;
}

.close-video {
  position: absolute;
  top: 0px;
  right: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-pagination-bullet-active {
  background: #252525;
}

.swiper-pagination-bullet {
  background: #fff;
}
