/* 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: var(--primary-color);
  background-color: 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-5 .swiper-pagination {
  left: 50%;
  right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-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;
  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;
  }
}
.hero-slide-1-content h1 {
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slide-1-content h1 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slide-1-content h1 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 767px) {
.hero-slide-1-content h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
.hero-slide-1-content h1 {
    font-size: 46px;
  }
}
.hero-slide-1-content p {
  max-width: 460px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slide-1-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slide-1-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
.hero-slide-1-content p {
    font-size: 14px;
  }
}
.hero-slide-1-content p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slide-1-content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
.hero-slide-1-content 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;
}

/* Food Cafe Slider */



.hero-slide-5 {
  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-5 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-5 {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-5 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-5 {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-5 {
    height: auto;
    padding: 50px 0;
  }
}
.hero-slide-5-content {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-5-content {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-5-content {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-5-content {
    max-width: 285px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-5-content {
    max-width: 390px;
  }
}
.hero-slide-5-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-5-content > *:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hero-slide-5-content > *:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.hero-slide-5-content > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hero-slide-5-content > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.hero-slide-5-content p:first-child {
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-5-content p:first-child {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-5-content p:first-child {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
    .hero-slide-5-content p:first-child {
    font-size: 20px !important;
  }
}
.hero-slide-5-content h1 {
  line-height: 1;
  margin-bottom: 40px;
}

.hero-slide-5-content p {
  text-transform: uppercase;
  max-width: 460px;
  line-height: 1.65;
  margin-bottom: 50px;
}

.hero-slide-5-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-5-content > * {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.swiper-slide-active .hero-slide-5-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}


/* Hero Slider Six */
.hero-slide-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 850px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-6 {
      height: 700px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-6 {
      height: 600px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-6 {
      height: 500px;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero-slide-6 {
      height: 400px;
    }
  }
  @media only screen and (max-width: 575px) {
    .hero-slide-6 {
      height: auto;
      padding: 50px 0;
    }
  }
  .hero-slide-6-content {
    max-width: 570px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-6-content {
      max-width: 450px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-6-content {
      max-width: 390px;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero-slide-6-content {
      max-width: 285px;
    }
  }
  @media only screen and (max-width: 575px) {
    .hero-slide-6-content {
      max-width: 390px;
    }
  }
  .hero-slide-6-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-6-content > *:nth-child(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .hero-slide-6-content > *:nth-child(2) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .hero-slide-6-content > *:nth-child(3) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .hero-slide-6-content > *:nth-child(4) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .hero-slide-6-content p:first-child {
    text-transform: capitalize;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-6-content p:first-child {
      font-size: 20px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-6-content p:first-child {
      font-size: 20px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero-slide-6-content p:first-child {
      font-size: 20px !important;
    }
  }
  .hero-slide-6-content h1 {
    line-height: 1;
    margin-bottom: 40px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-6-content h1 {
      font-size: 70px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-6-content h1 {
      font-size: 40px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero-slide-6-content h1 {
      font-size: 35px !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .hero-slide-6-content h1 {
      font-size: 30px !important;
    }
  }
  .hero-slide-6-content p {
    max-width: 460px;
    line-height: 1.65;
    margin-bottom: 50px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-6-content p {
      font-size: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-6-content p {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 767px) {
    .hero-slide-6-content p {
      font-size: 14px;
    }
  }
  
  
  .hero-slider-6.vertical-pagination .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 50% !important;
    right: 30px;
    left: auto;
    width: auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  @media only screen and (min-width: 1550px) {
    .hero-slider-6.vertical-pagination .swiper-pagination {
      left: 175px;
      right: auto;
    }
  }
  .hero-slider-6.vertical-pagination .swiper-pagination-bullet {
    border-color: #fff;
    width: 18px;
    height: 18px;
  }
  .hero-slider-6.vertical-pagination .swiper-pagination-bullet::before {
    border-color: #fff;
  }
  .hero-slider-6.vertical-pagination .swiper-pagination-bullet-active::before {
    background-color: #fff;
    border-color: #fff;
  }
  
  /* Active Slide Animation */
  .swiper-slide-active .hero-slide-6-content > * {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-5-content h1 , 
  .hero-slide-6-content h1 {
    font-size: 70px !important;
    margin-bottom: 20px;
  }
  .hero-slide-5-content p , 
  .hero-slide-6-content p {
    font-size: 15px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-5-content h1 , 
  .hero-slide-6-content h1 {
    font-size: 40px !important;
    margin-bottom: 20px;
  }
  .hero-slide-5-content p , 
  .hero-slide-6-content p {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-5-content h1 , .hero-slide-6-content h1 {
    font-size: 35px !important;
    margin-bottom: 20px;
  }
  .hero-slide-5-content p , 
  .hero-slide-6-content p {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-5-content h1 , 
  .hero-slide-6-content h1 {
    font-size: 30px !important;
  }
}

