.owl-nav__style-2.banner-carousel .owl-theme .owl-nav .owl-prev {
  left: 70px;
}

.owl-nav__style-2 .owl-theme .owl-nav .owl-prev {
  left: 25px;
}

.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 40px !important;

  height: 40px !important;

  border-radius: 50%;

  background: var(--mavi);

  -webkit-box-shadow: 0 0 50px rgba(24, 76, 124, 0.1);

  box-shadow: 0 0 50px rgba(24, 76, 124, 0.1);

  -webkit-transition: 0.2s;

  transition: 0.2s;

  color: #fff;
}

.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .icon {
  font-size: 18px;

  color: #fff;
}

.owl-nav__style-2.banner-carousel .owl-theme .owl-nav .owl-next {
  right: 70px;
}

.owl-nav__style-2 .owl-theme .owl-nav .owl-next {
  right: 25px;
}

.icon {
  font-size: 18px;

  color: currentColor;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  line-height: 1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1d9efa;

  color: #fff;

  text-decoration: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-nav [class*="owl-"]:hover svg {
  color: #fff;

  fill: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;

  background: var(--mavi) !important;

  display: inline-block;

  cursor: pointer;

  border-radius: 15px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;

  cursor: hand;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.owl-nav__style-2 .owl-nav {
  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  margin-top: 0px;
}

.owl-theme .owl-nav {
  margin-top: 10px;

  text-align: center;

  -webkit-tap-highlight-color: transparent;
}

.banner-carousel .owl-carousel .owl-item.active {
  -webkit-filter: blur(0);

  filter: blur(0);

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);
}

.banner-carousel .owl-carousel .owl-item {
  -webkit-filter: blur(5px);

  filter: blur(5px);

  opacity: 0.5;

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

  -webkit-transition: 0.5s;

  transition: 0.5s;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -transform: translate3d(0, 0, 0);

  position: relative;

  min-height: 1px;

  float: left;

  backface-visibility: hidden;

  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none;
}

.banner-photo img {
  border-radius: 2rem;
}

.banner-section {
  padding: 50px 0 120px;
}

@media (max-width: 768px) {
  .owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
  }

  .banner-photo img {
    border-radius: 1rem;
  }

  .banner-section {
    padding: 120px 0 0;
  }

  .owl-theme .owl-nav {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    top: 50%;
    position: relative;
  }

  .owl-nav__style-2.banner-carousel .owl-theme .owl-nav .owl-prev {
    left: unset;
  }

  .owl-nav__style-2.banner-carousel .owl-theme .owl-nav .owl-next {
    right: unset;
  }

  .owl-carousel .owl-item img {
    display: block;

    width: 100%;

    height: 12rem;

    object-fit: cover;
  }
}
