.taxio-banner {
  position: relative;
}

.taxio-banner .hero-single {
  height: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.taxio-banner .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: #01060f;
  opacity: 0.7;
  z-index: -1;
}

.taxio-banner .hero-content .hero-title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: uppercase;
}

.taxio-banner .hero-content .hero-title span {
  color: var(--color-primary);
}

.taxio-banner .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--color-primary);
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.taxio-banner .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.taxio-banner .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.taxio-banner .theme-btn {
  font-size: 14px;
  color: var(--text-color);
  padding: 14px 25px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: var(--button-radius);
  font-family: var(--title-font-family);
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--color-primary);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.taxio-banner .theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--btn-hover);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.taxio-banner .theme-btn:hover {
  color: #fff;
}

.taxio-banner .theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.taxio-banner .theme-btn i {
  margin-left: 5px;
}

.taxio-banner .theme-btn span {
  margin-right: 5px;
}

.taxio-banner .theme-btn2 {
  background: #fff;
  color: #000;
}

.taxio-banner .theme-btn2::before {
  background: var(--color-primary);
}

.taxio-banner .theme-btn2:hover {
  color: #000;
  background: var(--color-primary);
}

.taxio-banner .hero-slider.owl-theme .owl-stage {
  display: flex;
}

.taxio-banner .hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.taxio-banner .hero-slider.owl-theme .owl-nav [class*="owl-"] {
  font-size: 25px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: var(--button-radius);
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.taxio-banner .hero-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 25px;
}

.taxio-banner .hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: var(--color-primary);
}

.taxio-banner .hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.taxio-banner .hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.taxio-banner .hero-slider.owl-theme .owl-nav .owl-prev,
.taxio-banner .hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {
  .taxio-banner .hero-content .hero-title {
    font-size: 37px;
  }
}

@media all and (max-width: 991px) {
  .taxio-banner .hero-content .hero-title {
    font-size: 50px;
  }
}

@media all and (max-width: 767px) {
  .taxio-banner .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .taxio-banner .hero-content .hero-btn {
    gap: 1rem;
  }

  .taxio-banner .hero-slider.owl-theme .owl-nav {
    display: none;
  }
}
