/* LazyBlock: Banner Slider */

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner {
  z-index: 1;
  position: relative;
}
.banner-custom-container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.banner__navigation {
  position: absolute;
  left: 47%;
  top: 90%;
}
.banner__navigation button {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  color: var(--rr-theme-primary);
  position: absolute;
  top: 90%;
  left: 80px;
  z-index: 55;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__navigation button {
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation button svg {
    max-width: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation button {
    left: 10px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation button svg {
    max-width: 17px;
  }
}
.banner__navigation button svg {
  max-width: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation button svg {
    max-width: 17px !important;
  }
}
.banner__navigation button:after {
  top: 0;
  z-index: -1;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 100%;
  background: var(--rr-theme-primary);
  border-radius: 50%;
}
.banner__navigation button:hover {
  background: var(--rr-theme-primary);
}
.banner__navigation button:hover svg path[stroke="#001D08"] {
  stroke: var(--rr-common-white);
}
.banner__navigation .banner__button-next {
  left: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__navigation .banner__button-next {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .banner__navigation .banner__button-next svg {
    max-width: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation .banner__button-next {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation .banner__button-next svg {
    max-width: 17px;
  }
}
.banner_parallax-slider {
  position: relative;
}
.banner_parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% + 1px);
  top: -1px;
}
.banner__space {
  padding: 205px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__space {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__space {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__space {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .banner__space-shape-wrapper {
    display: none;
  }
}
.banner__space-shape-wrapper-top-black-shape {
  position: absolute;
  top: -10px;
  left: 0;
}
.banner__space-shape-wrapper-top-black-shape img {
  width: 100%;
  height: auto;
}
.banner__space-shape-wrapper-bottom-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.banner__space-shape-wrapper-bottom-shape img {
  width: 100%;
  height: auto;
}
.banner__thumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__thumb-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__thumb-bg {
    background-position: -475px 0;
  }
}
@media (max-width:450px) {
  .banner__thumb-bg {
    background-position: -562px 0;
  }
}
@media (max-width: 400px) {
  .banner__thumb-bg {
    background-position: -667px 0;
  }
}
.banner__sub-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-subtitle);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h5);
  font-style: normal;
  margin-bottom: 12px;
}
.banner__title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h1);
  line-height: 84px;
  font-style: normal;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .banner__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .banner__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.banner__content {
  max-width: 800px;
  margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content {
    left: 9px;
  }
}
.banner__content p {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h6);
  font-size: 20px;
  opacity: 0.8;
  max-width: 625px;
}
.banner {
    position: relative;
}

.banner__slider {
    position: relative;
}

.banner__slide {
    position: relative;
}

.banner__thumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner__space {
    padding: 205px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner__space {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__space {
        padding-top: 120px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px),
       (max-width: 575px) {
    .banner__space {
        padding-top: 80px;
        padding-bottom: 150px;
    }
}

.banner__space-shape-wrapper {
        position: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
       only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px),
       (max-width: 575px),
       (max-width: 450px) {
    .banner__space-shape-wrapper {
        display: none;
    }
}

.banner__space-shape-wrapper-top-black-shape {
    position: absolute;
    top: -10px;
    left: 0;
}

.banner__space-shape-wrapper-top-black-shape img {
    width: 100%;
    height: auto;
}

.banner__space-shape-wrapper-bottom-shape {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.banner__space-shape-wrapper-bottom-shape img {
    width: 100%;
    height: auto;
}

.banner__content {
    max-width: 800px;
    margin-top: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
       only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content {
        left: 9px;
    }
}

.banner__content p {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.banner__sub-title {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    margin-bottom: 12px;
    display: inline-block;
}

.banner__title {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: 48px;
    line-height: 60px;
    font-style: normal;
    margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .banner__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 450px) {
    .banner__title {
        font-size: 27px;
        line-height: 37px;
    }
}

.banner__btn-wrapper {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__btn-wrapper {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__btn-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .banner__btn-wrapper {
        margin-top: 25px;
    }
}

/* Navigation */
.banner__navigation {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 20px;
}

.banner__button-next,
.banner__button-prev {
    width: 60px;
    height: 60px;
    background: var(--rr-common-white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.banner__button-next:hover,
.banner__button-prev:hover {
    background: var(--rr-theme-primary);
}

.banner__button-next:hover svg path,
.banner__button-prev:hover svg path {
    stroke: var(--rr-common-white);
}

@media (max-width: 991px) {
    .banner__navigation {
        display: none !important;
    }
}


