.swiper-wrapper > div {
  width: 100%;
  height: auto;
}

.slider-gorsel img {
  width: 100%;
  height: auto;
}

.slider-content {
  position: absolute;
  right: 10%;
  bottom: 20px;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  width: 40%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  height: min-content;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .slider-content {
    top: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-content {
    padding: 0;
    bottom: 0;
    display: none;
  }
}
.slider-content h2 {
  padding-bottom: 20px;
  position: relative;
  margin: 0;
  color: white;
  font-size: 34px;
  line-height: 46px;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .slider-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.slider-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 6px;
  background: #5a4fa3;
  bottom: -3px;
}
.slider-content p {
  color: white;
}
.slider-content h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
  background: #2E2751;
  padding: 8px 20px;
  font-size: 16px;
  position: relative;
}
.slider-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  border-top: 8px solid #2E2751;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/*# sourceMappingURL=carousel.css.map */
