/*----------------------------------------*/
/*  06. Banner
/*----------------------------------------*/
.banner-img {
  position: relative;
  border-radius: 5px;
}

.banner-img .inner-content {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-img .inner-content.text-right {
  left: 135px;
  right: 15px;
}

.banner-img .inner-content .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.banner-img .inner-content .offer {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .banner-img .inner-content .title {
    font-size: 6.5vw;
  }
}

@media (max-width: 991px) {
  .banner-img .inner-content .title {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .banner-img .inner-content .title {
    font-size: 3vw;
  }
}

@media (max-width: 649px) {
  .banner-img .inner-content .title {
    font-size: 6.8vw;
  }
}

@media (max-width: 479px) {
  .banner-img .inner-content .title {
    font-size: 6.5vw;
  }
}

@media (max-width: 379px) {
  .banner-img .inner-content .title {
    font-size: 5.5vw;
  }
}

.banner-content .title {
  text-transform: uppercase;
  font-size: 48px;
}

.banner-content .title.text-charcoal {
  color: #000;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .banner-content .title {
    font-size: 30px;
  }
}

.banner-content .sub-title {
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 991.98px) {
  .banner-content .sub-title {
    font-size: 25px;
  }
}

.banner-style-2[data-bg-image]:not(.bg-pattern) {
  background-size: contain;
  background-position: bottom;
}

.banner-style-2 .banner-content .sub-title {
  color: #000;
  font-size: 24px;
  display: block;
  text-transform: capitalize;
}

.banner-style-2 .banner-content .title {
  color: #000;
}

@media (max-width: 479px) {
  .banner-style-3 .banner-item .inner-content {
    left: 30px;
  }
  .banner-style-3 .banner-item .inner-content.text-right {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 479px) {
  .banner-style-3 .banner-item .inner-content .offer {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 26px;
  }
}

.banner-style-3 .banner-item .inner-content .title {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .banner-style-3 .banner-item .inner-content .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .banner-style-3 .banner-item .inner-content .btn {
    font-size: 11px;
    width: 80px;
    height: 30px;
    line-height: 28px;
  }
}