/* Hero Slider Common Style */
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
  font-size: 24px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  color: #000;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    font-size: 18px;
    width: 44px;
    height: 44px;
  }
}
.hero-slider .swiper-button-prev::after, .hero-slider .swiper-button-next::after {
  font-size: inherit;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
  color: #fff;
  border-color: rgba(var(--primary-color));
  background-color: rgba(var(--primary-color));
}
.hero-slider .swiper-button-prev {
  left: 18px;
}
.hero-slider .swiper-button-next {
  right: 18px;
}
.hero-slider .swiper-pagination {
  bottom: 50px !important;
  left: 365px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slider .swiper-pagination {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .swiper-pagination {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .swiper-pagination {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-pagination {
    bottom: 20px !important;
    left: 30px;
  }
}
.hero-slider .swiper-pagination-bullet {
  border-radius: 50%;
}
.hero-slider .swiper-pagination-bullet::before {
  border-radius: 50%;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
}

/* Hero Slider One */
.hero-slide-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 840px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slide-1 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1 {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1 {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-1 {
    height: auto;
    padding: 50px 0;
  }
}
.hero-slide-1-content {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1-content {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1-content {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1-content {
    max-width: 285px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-1-content {
    max-width: 390px;
  }
}
.hero-slide-1-content > * {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.hero-slide-1-content > *:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hero-slide-1-content > *:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hero-slide-1-content > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hero-slide-1-content > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.hero-slide-1-content p:nth-child(1) {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #f4d9c2;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 13px;
  }
}
h1 {
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 46px;
  }
}
p {
  max-width: 460px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hero-slide-1-image {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

/* Active Slide Animation */
.swiper-slide-active .hero-slide-1-content > * {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.swiper-slide-active .hero-slide-1-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.hero-slide-1-content.text-end p {
	margin-left: auto;
}
.hero-slide-1-content.text-center p {
	margin-left: auto;
  margin-right: auto;
}


