@media screen and (max-width: 767px) {
  .mobile_sidebar {
    width: 35%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    box-shadow: 0 0 40px 10px rgba(205, 205, 205, 0.8039215686);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mobile_sidebar.active {
    left: 0;
  }
  .nav-items {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .nav-items .nav-item {
    list-style: none;
    font-size: 20px;
    color: #000;
    padding-top: 20px;
  }
  .nav-items .nav-item.btn.btn-dark {
    padding: 10px !important;
    margin-top: 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  nav .nav-items {
    display: none;
  }
  nav .bar_icon {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .hero .slide-caption h1 {
    font-size: 49px;
  }
}
@media screen and (max-width: 1024px) {
  .hero .slide-caption h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hero .slide-caption h1 {
    width: 60%;
    font-size: 24px;
  }
  .hero .slide-caption h1 .mark-white::before {
    display: none;
  }
  .hero .slide-caption h1 .mark-yellow::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .hero .slide-caption .hero-subtitle {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .hero .slide-caption .hero-subtitle {
    width: 55%;
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  .banner {
    background-image: url(../img/mobile_banner.jpg);
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 800px) {
  .banner .col-lg-6:first-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .banner h2::after {
    left: 21px;
    width: 57%;
  }
}
@media screen and (max-width: 800px) {
  .banner .banner-text {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .banner .star {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .banner h2 {
    font-size: 79px;
  }
}
@media screen and (max-width: 800px) {
  .banner .col-md-6:nth-child(2) {
    right: -20%;
  }
}

@media screen and (max-width: 800px) {
  .vouchers {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 800px) {
  footer {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  footer .col-lg-6:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  footer .socialMedia {
    justify-content: center;
  }
}/*# sourceMappingURL=responsive.css.map */