@import url("https://fonts.googleapis.com/css2?family=Bitter&family=Exo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

@font-face {
  font-family: 'icomoon';
  src: url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.eot?bvweoz");
  src: url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.eot?bvweoz#iefix") format("embedded-opentype"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.woff2?bvweoz") format("woff2"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.ttf?bvweoz") format("truetype"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.woff?bvweoz") format("woff"), url("https://s3.amazonaws.com/icomoon.io/67203/BeverlyHilton/icomoon.svg?bvweoz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Bitter", sans-serif !important;
  padding-top: 60px;
  overflow-x: hidden;
  background: #eee!important;
}
#app{
  background: #fff;
}
#app div.logo {
  display: none;
}

/* RESET */
#app .op-btn.btn-success {
  background: #6a41ed!important;
  border-color: #0a2b52!important;
}
#app.bh .field-text.highlight, #app.bh .field-text:focus {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1), 0 0 0 2px #6a41ed!important;
}
#app.bh .field-text:focus {
  border-color: #6a41ed!important;
}
a.next-line-mobile,
.catergory-label,
#app.bh a:not(.cvv-hint):not(.op-btn):not(.step-link), #app.lh a:not(.cvv-hint):not(.op-btn):not(.step-link)
{
  color: #6a41ed!important;
}
#app #service1 a.change-service{
  color: #fff!important
}
#app.bh .btn-success, #app.bh .search-edit .btn-continue, #app.bh .search-submit, #app.bh .search-track .btn-continue, #app.bh .step-link.active, #app.bh a.change-service, #app.lh .btn-success, #app.lh .search-edit .btn-continue, #app.lh .search-submit, #app.lh .search-track .btn-continue, #app.lh .step-link.active, #app.lh a.change-service {
  background: #6a41ed!important;
  color: #fff !important;
}
#app.bh .step-link.active:after {
  border-left-color: #6a41ed!important;
}
#app.bh .service.active, #app.bh .service:hover:not(.disabled) {
  border: 2px solid #6a41ed!important;
}
#app.bh .service.active {
  background: #6a41ed!important;
}



.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item>img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.header {
  background: #fff;
  border-bottom: 4px solid #5230c4;
  width: 100%;
  z-index: 10;
  margin: 0 0 0;
  padding:10px;
}

.header .right {
  float: right;
}

.header .right span {
  display: block;
  color: #6a41ed;
  font-family: "Bitter", sans-serif !important;
}

.header .right img {
  height: 40px;
}

.header .logo {
  height: 60px;
  margin-top: 10px;
}

.banner {
  background-image: url("img/banner.png");
  background-size: cover;
  background-position: 0 -70px;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.banner .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/wave.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

.banner .wave .text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
}

.banner .wave .text div {
  font-size: 48px;
  width: 250px;
  line-height: 1.25;
}

.banner .wave .text span {
  display: block;
}

.banner .car {
  height: 170px;
}
.cars-box{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 3;
  display:flex;
  justify-content: space-between;
}
.banner-desc{
  /* background: rgba(204, 17, 17, 0.74); */
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  letter-spacing: .7px;
  line-height: 1;
}
.banner-desc div{
  font-size: 28px;
  margin-bottom: 5px;
}
.banner-desc span{
  line-height: 1.5;
  font-size: 21px;
  display: block;
}

.our-services {
  margin: 100px 0;
  position: relative;
}

.our-services .os-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #444;
}

.our-services .carousel {
  overflow: visible;
  height: auto;
  min-height: 600px;
  position: relative;
  top: -100px;
}

.our-services .carousel-item {
  text-align: center;
  width: 40%;
}

.our-services .carousel-item img {
  width: 100%;
}

.our-services .carousel-item .name {
  font-family: "Bitter", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin: 30px 0 15px;
  display: none;
}

.our-services .carousel-item .capacity {
  margin-bottom: 15px;
  display: none;
}

.our-services .carousel-item .capacity i {
  color: #333;
  font-size: 28px;
  vertical-align: middle;
}

.our-services .carousel-item .capacity span {
  font-weight: 600;
  font-size: 18px;
  color: #666;
  vertical-align: middle;
  margin: 0 15px 0 5px;
}

.our-services .carousel-item .desc {
  display: none;
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  color: #555;
}

.our-services .carousel-item.active .name,
.our-services .carousel-item.active .capacity,
.our-services .carousel-item.active .desc {
  display: block;
}

@media (min-width: 992px) {
  .header .nav {
    justify-content: flex-end !important;
  }

  .header .nav-hidden {
    display: block;
  }

  .header .hide-for-large {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .nav--custom {
    display: block;
  }

  .header .nav--custom .nav-link {
    padding: 8px 0 8px 20px;
  }

  .header .xx.logo {
    margin-left: 20px;
  }
}

.widget-full,
#bookingForm .wrapper:first-child {
  overflow: hidden;
}

.widget-full #bookingForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  background: #fff;
  text-align: left;
  z-index: 999;
}

.widget-full #bookingForm .wrapper {
  box-shadow: none;
  padding: 0;
}

#bookingForm {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
}

#app .row:not(.margin-t-l) {
  margin: 0 auto;
}

.opoli-logo.icon-font {
  display: none;
}

.footer {
  background-color: #fff;
  border-top: 5px solid #5230c4;
  padding: 40px 0;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  font-size: 13px;
  cursor: pointer;
}

.footer .f-logo {
  max-height: 60px;
}

.footer .desc-left {
  border-right: 1px solid #777;
}

.footer .desc-left div {
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #6a41ed;
}

.footer .desc-left span {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.footer .desc-right div {
  color: #333;
}
.footer .desc-right .fab {
  font-size: 24px;
  color: #6a41ed;
  margin: 10px 5px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
.phone-box{
  padding: 20px 25px 10px 0;
}
.phone-box a{
  color: #2c3e50;
}
.phone-box i{
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .banner {
    background-position: 0 -60px;
  }

  .banner .wave .text div {
    font-size: 38px;
    line-height: 1.3;
  }

  .banner .wave .text span {
    width: 325px;
  }
}

@media (max-width: 991px) {
  .banner {
    background-position: 0 0;
  }

  .banner .car {
    height: 250px;
  }

  .banner .wave .text {
    bottom: 30px;
  }

  .banner .wave .text div {
    font-size: 32px;
    width: 200px;
  }

  .banner .wave .text span {
    width: 225px;
    font-size: 14px;
  }

  .carousel-item {
    width: 80% !important;
  }

  .footer .logo-r {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner {
    background-position: center;
  }

  .banner .car {
    bottom: 110px;
    height: 100px;
  }
  .banner-desc div{
    font-size: 24px;
    line-height: 1.3;
  }
  .banner-desc span{
    line-height: 1.3;
    font-size: 14px;
  }
  .banner .wave {
    background: none;
  }

  .banner .wave .text {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 10px;
  }

  .banner .wave .text div,
  .banner .wave .text span {
    width: 100%;
  }
}

@media (max-width: 640px) {

  #app .op--modal-content .card.small-margin-v-s,
  #app .op--modal-content .service-selection.small-margin-v-s,
  #app .op--modal-content .guest-input.small-margin-v-s,
  #app .op--modal-content .driver-notes.small-margin-v-s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .carousel-item {
    width: 60% !important;
  }

  .footer .desc-left {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .header {
    text-align: center;
  }

  .header .right {
    margin-top: 15px;
    float: none;
  }
}

@media (max-width: 435px) {
  .banner .car {
    bottom: 90px;
  }

  .banner .wave .text {
    height: auto;
  }
}

@media (min-width: 576px) {
  .container.xx {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container.xx {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container.xx {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container.xx {
    max-width: 1140px;
  }
}