/*====================================================== Home Page Styles =========================================================================================*/
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 18px;
  height: 10px;
  border-radius: 6px;
}

/*======================= Header Wrapper Styles ========================*/
.header__wrapper {
  background-color: rgba(239, 250, 252, 0.561);
}
.header__wrapper .items {
  min-height: 100vh;
  padding: 8rem 0 4rem 0;
  position: relative;
}
.header__wrapper .items::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 1%, rgba(255, 118, 8, 0.8588235294));
}
.header__wrapper .h1 {
  font-size: 5rem;
  line-height: 1;
  font-family: var(--body-font);
  font-weight: 900;
}
.header__wrapper .desc {
  max-width: 45rem;
}
.header__wrapper .btn-dark:hover, .header__wrapper .btn-dark:focus, .header__wrapper .btn-dark:active {
  background-color: var(--brand);
  border-color: var(--dark);
  color: var(--white);
}
.header__wrapper.subpage .items {
  min-height: 29rem;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5490196078);
}
.header__wrapper.subpage .items::before {
  content: none;
}

/*---------------------- Service Card Styles  -----------------------*/
.service__card {
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
.service__card .thumbnail {
  z-index: 0;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
.service__card .caption {
  padding: 0% 1.5rem 1.5rem;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.service__card .caption .title__box {
  width: calc(100% - 7rem);
  padding-right: 1rem;
}
.service__card .caption .badge__box {
  width: 7rem;
  top: -1rem;
  z-index: 90;
  height: 8rem;
  padding-bottom: 2rem;
  padding-right: 0.875rem;
  background: url("../images/icons/discount-bg.svg") no-repeat center bottom/cover;
}
.service__card .caption .badge__box .h1 {
  font-size: 3.5rem;
}
.service__card .caption .badge__box .h2 {
  font-size: 2.45rem;
  padding-left: 0.12rem;
}
.service__card .caption .badge__box .upto {
  top: 0.4rem;
  right: 0%;
}
.service__card .caption .badge__box .off {
  bottom: -3px;
}
.service__card .caption .badge__box .percent {
  bottom: 0.5rem;
  right: -0.875rem;
}
.service__card .caption .badge__box::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0%;
  left: -0.9rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NjEiIGhlaWdodD0iMjAuMjM0IiB2aWV3Qm94PSIwIDAgMTkuNzYxIDIwLjIzNCI+CiAgPHBhdGggaWQ9IlBhdGhfNjAiIGRhdGEtbmFtZT0iUGF0aCA2MCIgZD0iTS00ODA2LjYxOSw1NjY5LjcxbC0xOS43NjEsMjAuMjM0aDE5Ljc2MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4MjYuMzggLTU2NjkuNzEpIiBmaWxsPSIjMjIzMDU1Ii8+Cjwvc3ZnPgo=") no-repeat center center/cover;
}
.service__card .caption .data__box {
  border: 1px solid var(--border-color);
  border-radius: 0.625rem;
}
.service__card .caption .data__box .table {
  font-family: var(--second-font);
}
.service__card .caption .data__box .table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.service__card .caption .data__box .table > :not(:first-child) {
  border-top: 0;
}
.service__card .caption .data__box .table thead th {
  padding: 0.75rem;
  background-color: var(--dark);
  color: var(--white);
  font-size: 12px;
  text-align: center;
}
.service__card .caption .data__box .table thead th:nth-child(1), .service__card .caption .data__box .table thead th:nth-child(2) {
  border-right: 1px solid var(--border-color);
}
.service__card .caption .data__box .table tbody td {
  text-align: center;
  vertical-align: middle;
  color: var(--dark);
  font-weight: 600;
}
.service__card .caption .data__box .table tbody td:nth-child(1) {
  font-size: 12px;
  border-right: 1px solid var(--border-color);
}
.service__card .caption .data__box .table tbody td:nth-child(2) {
  font-size: 13px;
  border-right: 1px solid var(--border-color);
}
.service__card .caption .data__box .table tbody td:nth-child(3) {
  font-size: 13px;
  color: var(--brand);
}
.service__card .btn__box .btn {
  font-size: 13px;
  padding: 0%;
}
.service__card .btn__box .btn img {
  width: 1rem;
  margin-right: 0.5rem;
}
.service__card .btn__box .btn.btn-dark:hover, .service__card .btn__box .btn.btn-dark:focus, .service__card .btn__box .btn.btn-dark:focus {
  background-color: #333;
  border-color: #333;
  color: var(--white);
  filter: brightness(115%);
}
.service__card .btn__box .btn.btn-primary {
  color: var(--white);
}
.service__card .btn__box .btn.btn-primary:hover, .service__card .btn__box .btn.btn-primary:focus, .service__card .btn__box .btn.btn-primary:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
  filter: brightness(115%);
}
.service__card.desert .caption {
  padding-bottom: 1rem;
}
.service__card.desert .caption .check__list li {
  margin-bottom: 0.125rem;
}
.service__card.desert .caption .link.list {
  border: 1px solid currentColor;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  color: var(--dark);
}
.service__card.desert .caption .link.list.collapsed {
  color: var(--brand);
}
.service__card.desert .caption .link.list.collapsed:hover, .service__card.desert .caption .link.list.collapsed:focus {
  background-color: var(--brand);
  color: var(--white);
}
.service__card.desert .caption .link.list.collapsed .less {
  display: none;
}
.service__card.desert .caption .link.list.collapsed .more {
  display: block;
}
.service__card.desert .caption .link.list:hover, .service__card.desert .caption .link.list:focus {
  background-color: var(--dark);
  color: var(--white);
}
.service__card.desert .caption .link.list .more {
  display: none;
}
.service__card.desert .caption .link.list .less {
  display: block;
}
.service__card:hover {
  border: 2px solid var(--brand);
  border-bottom: 0;
}
.service__card:hover .caption {
  border-color: transparent;
}

.serviceCarousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-stage-outer {
  height: calc(100% + 40px);
  margin: -12px;
  padding: 11px;
  width: calc(100% + 22px);
}

.service__top__left__image {
  max-width: 170px;
}

.service__top__right__image {
  max-width: 120px;
  top: 30%;
}
.service__top__right__image.home {
  top: 15%;
}

/*-------------------- Includes Card Styles -----------*/
.includes__card .icon {
  width: 8rem;
  height: 8rem;
  background-size: contain;
}
.includes__card .icon img {
  max-width: 4rem;
}

.play__btn img {
  max-width: 5rem;
}
.play__btn:hover, .play__btn:focus, .play__btn:active {
  border: 2px solid var(--brand);
}
.play__btn:hover img, .play__btn:focus img, .play__btn:active img {
  transform: scale(0.8);
}

.video {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
}
.video::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}
.video.map {
  max-height: 30rem;
}

.road__wheel__water__img {
  top: 67%;
  left: 55%;
}

#deserRideVideo .btn-close {
  z-index: 99;
  opacity: 1;
}

.service__water__image {
  max-width: 32rem;
  bottom: -45%;
  z-index: -1;
}
.service__water__image.about_page {
  bottom: -31%;
}

.gallery__water__image {
  max-width: 35rem;
  z-index: -1;
  top: -15%;
  right: 7% !important;
}

/*---------- Publication Wraper Styles ---------------*/
.testimonialCarousel .owl-nav .owl-prev, .testimonialCarousel .owl-nav .owl-next {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 3.5rem !important;
  border-radius: 0;
  z-index: 99;
  height: var(--cardHeight) !important;
  background-color: #F5F5F5 !important;
}
.testimonialCarousel .owl-nav .owl-prev img, .testimonialCarousel .owl-nav .owl-next img {
  width: 2rem;
}
.testimonialCarousel .owl-nav .owl-prev:hover, .testimonialCarousel .owl-nav .owl-next:hover {
  background-color: rgba(223, 104, 24, 0.4235294118) !important;
}
.testimonialCarousel .owl-nav .owl-next {
  left: auto;
  right: 0rem;
}

.testimonial__card {
  width: calc(100% - 8rem);
  margin: 0 auto;
  background-color: #F5F5F5;
}
.testimonial__card .quote {
  width: 4.5rem !important;
}
.testimonial__card .desc {
  color: #3C3C3C;
}

.quick__contact__wrapper .form-control {
  height: 3.5rem;
  border-color: var(--white);
  font-weight: 500;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
}
.quick__contact__wrapper .form-control::-moz-placeholder {
  color: #313131;
  opacity: 0.2;
  font-size: 1rem;
}
.quick__contact__wrapper .form-control::placeholder {
  color: #313131;
  opacity: 0.2;
  font-size: 1rem;
}
.quick__contact__wrapper .btn-dark {
  min-height: 3.5rem;
  border-radius: 0.5rem;
}
.quick__contact__wrapper .btn-dark:hover, .quick__contact__wrapper .btn-dark:focus, .quick__contact__wrapper .btn-dark:active {
  background-color: var(--white);
  color: var(--dark);
}

.enquire__modal .modal-header {
  background: linear-gradient(var(--brand), var(--dark));
  position: relative;
}
.enquire__modal .form-control {
  height: 3.25rem;
  font-size: 1rem;
  color: var(--dark);
  padding-left: 1rem;
  font-weight: 500;
}
.enquire__modal textarea.form-control {
  height: auto;
}

/*---------------- Contact Page Styles -------------------*/
.contact__form__wrapp label {
  color: #808080;
}
.contact__form__wrapp .form-control, .contact__form__wrapp .form-select {
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0%;
  padding-left: 0;
}
.contact__form__wrapp .form-select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTI5NDUiIGRhdGEtbmFtZT0iR3JvdXAgMTI5NDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI4LjI3MSIgaGVpZ2h0PSIyOC4yNzEiIHZpZXdCb3g9IjAgMCAyOC4yNzEgMjguMjcxIj4KICA8cGF0aCBpZD0iUGF0aF8zOTMwIiBkYXRhLW5hbWU9IlBhdGggMzkzMCIgZD0iTTE0LDIwbDUuODksNS44OUwyNS43OCwyMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ljc1NCAtOC4yMikiLz4KICA8cGF0aCBpZD0iUGF0aF8zOTMxIiBkYXRhLW5hbWU9IlBhdGggMzkzMSIgZD0iTTAsMEgyOC4yNzFWMjguMjcxSDBaIiBmaWxsPSJub25lIi8+Cjwvc3ZnPgo=");
  background-size: 24px 24px;
  background-position: center right;
}
.contact__form__wrapp .btn-outline-primary {
  border-color: var(--brand);
  color: var(--brand);
}
.contact__form__wrapp .btn-outline-primary:hover, .contact__form__wrapp .btn-outline-primary:focus, .contact__form__wrapp .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.gallery__item {
  display: block;
}
.gallery__item .thumbnail {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.popUpItem {
  position: relative;
}
.popUpItem::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=") no-repeat center center/2rem;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: rgba(0, 0, 0, 0.6823529412);
}
.popUpItem:hover::after {
  transform: scale(1);
}

/*-------------- Package Page Checklist Styles ---------------*/
.check__list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.45rem;
}
.check__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/icons/check.svg") no-repeat center center/1rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 5px;
  left: 0%;
}

@media (max-width: 1500px) {
  .service__card .driver::before {
    content: "|";
    display: inline-block;
    padding-right: 0.2rem;
  }
}
@media (max-width: 1399px) {
  .service__card .btn__box .btn {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header__wrapper {
    min-height: 42rem;
  }
  .header__wrapper .items {
    min-height: 42rem;
  }
  .header__wrapper .h1 {
    font-size: 4rem;
  }
  .header__wrapper .desc {
    max-width: 37rem;
    font-size: 1.125rem;
  }
  .header__wrapper.subpage {
    min-height: 25rem;
  }
  .header__wrapper.subpage .items {
    min-height: 25rem;
  }
  .testimonial__card .quote {
    width: 2.5rem !important;
  }
  .testimonial__card .desc {
    font-size: 1rem;
  }
  .gallery__item .thumbnail {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .header__wrapper .desc {
    margin-left: auto;
    margin-right: auto;
  }
  .service__card .caption {
    padding: 0% 1rem 1.25rem 1rem;
  }
  .road__wheel__water__img {
    top: -83%;
    left: 81%;
    z-index: -1;
    max-width: 22rem;
  }
  .testimonial__card .user__thumbnail {
    width: 10rem !important;
    height: 10rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin: 1rem auto 0 auto;
  }
  .gallery__water__image {
    max-width: 21rem;
    z-index: -1;
    top: -6%;
    right: 2% !important;
  }
}
@media (max-width: 768px) {
  .header__wrapper .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .header__wrapper {
    min-height: 25rem;
  }
  .header__wrapper .items {
    min-height: 25rem;
    padding: 6rem 0 4rem 0;
  }
  .header__wrapper .items::before {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(255, 118, 8, 0.8588235294) 50%);
  }
  .header__wrapper .h1 {
    font-size: 2.25rem;
  }
  .header__wrapper .desc {
    font-size: 1rem;
  }
  .header__wrapper.subpage {
    min-height: 15rem;
  }
  .header__wrapper.subpage .items {
    min-height: 15rem;
    padding-top: 8rem;
  }
  .service__card .caption .title__box {
    width: calc(100% - 5rem);
  }
  .service__card .caption .badge__box {
    width: 5rem;
    top: -0.875rem;
    height: 6rem;
    padding-bottom: 1.25rem;
    padding-right: 0.65rem;
  }
  .service__card .caption .badge__box .h1 {
    font-size: 2.75rem;
  }
  .service__card .caption .badge__box .h2 {
    font-size: 2rem;
  }
  .service__card .caption .badge__box .upto {
    font-size: 8px;
    top: 3px;
  }
  .service__card .caption .badge__box .off {
    bottom: -6px;
  }
  .service__card .caption .badge__box .percent {
    bottom: 0.5rem;
    right: -0.875rem;
  }
  .service__card .caption .badge__box::before {
    width: 0.8rem;
    height: 0.8rem;
    left: -0.7rem;
  }
  .play__btn img {
    max-width: 3rem;
  }
  .service__top__left__image {
    max-width: 80px;
  }
  .service__top__right__image {
    max-width: 70px;
  }
  .service__water__image.about_page {
    bottom: -12%;
    max-width: 20rem;
  }
  .testimonialCarousel .owl-nav {
    text-align: center;
    padding-top: 0.5rem;
  }
  .testimonialCarousel .owl-nav .owl-prev, .testimonialCarousel .owl-nav .owl-next {
    position: unset;
    top: 0.5rem;
    left: 0rem;
    width: 3rem !important;
    height: 3rem !important;
    margin: 0.25rem;
  }
  .testimonialCarousel .owl-nav .owl-prev img, .testimonialCarousel .owl-nav .owl-next img {
    width: 1.5rem;
  }
  .gallery__item .thumbnail {
    height: 170px;
  }
  .testimonial__card {
    width: 100%;
  }
  .testimonial__card .user__thumbnail {
    width: 8rem !important;
    height: 8rem;
  }
  .testimonial__card .quote {
    width: 2.5rem !important;
  }
  .testimonial__card .google__rating {
    height: 1.75rem;
  }
}/*# sourceMappingURL=style.css.map */