@charset "UTF-8";
a {
  cursor: pointer;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

.bg-light-container {
  background-color: #f7f8fa;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #3284dd;
  border-radius: 10px;
}

.content-center {
  display: grid;
  place-content: center;
}

.custum-btn-close {
  display: flex;
  justify-content: end;
  width: 100%;
  font-size: 24px;
}
.custum-btn-close:focus {
  box-shadow: none;
}

.card-gradient {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-full-container {
  background-color: rgba(0, 103, 255, 0.0901960784);
}

.top-section {
  margin-top: 100px !important;
}

.primary-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0px;
  background: #3b71fe;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
}

.v-height-size {
  height: 100vh !important;
}

.flatpickr-calendar.open {
  z-index: 11111111111 !important;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  background-color: #10ac58 !important;
  height: 100px !important;
}

.floating-btn {
  position: fixed;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-color: #72b63b !important;
  --tawk-header-background-color: #72b63b !important;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1111;
  transition: opacity 0.3s;
}
.floating-btn:hover {
  opacity: 1;
}

.floating-up {
  display: none;
  bottom: 40px;
  left: 20px;
}

.floating-whatsapp {
  bottom: 45px;
  right: 20px;
}

.floating-phone {
  bottom: 100px;
  right: 20px;
}

.topic-border:after {
  background: #3284dd;
  content: "";
  height: 3px;
  left: 50%;
  position: relative;
  display: block;
  width: 90px;
  transform: translateX(-50%);
  top: 5px;
}

.partners .item .partner-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  filter: grayscale(1);
}
.partners .item .partner-img:hover {
  filter: grayscale(0);
}

.card-img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.animation {
  opacity: 0;
  scale: 0.5;
  transition: all 0.7s ease-out;
  transition-delay: 0.4s;
}

.scroll-animation {
  opacity: 1;
  scale: 1;
}

/* navbar  */
.upper-bar {
  width: 100%;
  background-color: #3284dd;
  padding: 15px 0px 0px;
  color: white;
  font-weight: 500;
  font-size: 13px;
}
.upper-bar .social-media {
  font-size: 18px;
}

.nav-black {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-black .navbar-toggler-icon {
  color: rgb(0, 0, 0);
}
.nav-black .nav-link {
  color: rgb(0, 0, 0) !important;
}
.nav-black .fa-angle-down {
  color: rgb(0, 0, 0) !important;
}
.nav-black .navbar-collapse {
  background-color: white;
}

.nav-white {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-white .navbar-toggler-icon {
  color: black;
}
.nav-white .nav-link {
  color: black !important;
}
.nav-white .fa-angle-down {
  color: black !important;
}
.nav-white .navbar-collapse {
  background-color: white !important;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11111111;
  transition: 0.1s;
  top: 50px !important;
  height: 100px;
}
.navbar .offcanvas {
  height: 100vh;
}
.navbar .navbar-toggler {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}
.navbar .navbar-nav .active {
  color: #0d6efd !important;
}
.navbar .navbar-nav .nav-item {
  cursor: pointer;
  padding: 25px 20px;
  width: -moz-max-content;
  width: max-content;
}
.navbar .navbar-nav .nav-item .fa-angle-down {
  position: absolute;
  top: 42px;
  right: 9px;
  font-size: 11px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0d6efd;
}
.navbar .navbar-nav .nav-item .nav-icons {
  background: white;
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}
.navbar .navbar-nav .nav-item .nav-btn {
  background: #3b71fe;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 12px 22px;
  border: none;
}
.navbar .navbar-nav .dropdown-menu {
  --bs-dropdown-link-active-bg: rgb(70, 70, 70) !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  margin: 33px 0px 0 0px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 0px !important;
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: #3b71fe;
}

/* signin sign up  */
.userAccountModal .btn-close {
  font-size: 12px;
  margin: 11px 0px 0px;
}
.userAccountModal .nav-link {
  color: black !important;
  font-size: 16px;
  font-weight: 600;
}
.userAccountModal .nav-pills .nav-link.active,
.userAccountModal .nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #3b71fe !important;
}
.userAccountModal .sub-topic {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
.userAccountModal .input-field {
  background: #fff;
  border: 1px solid #dedede;
  display: block;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 16px;
  width: 100%;
  margin-top: 10px;
}
.userAccountModal .password-show {
  position: absolute;
  right: 48px;
  margin: 27px 15px 0px 0px;
}
.userAccountModal .submit-btn {
  width: 100%;
  margin: 10px 0px;
  background: #3b71fe;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
}
.userAccountModal .label {
  margin: 10px !important;
  padding: 0px !important;
  height: -moz-fit-content;
  height: fit-content;
}
.userAccountModal .form-check-inline {
  display: inline-block;
  margin: 10px;
  font-size: 17px;
}
.userAccountModal .form-check-input {
  border: 1px solid rgb(85, 85, 85);
}
.userAccountModal .privacy {
  font-size: 16px;
}

/* common */
section {
  margin-top: 20px;
  padding: 28px 3%;
}

.topic {
  font-family: dm sans, Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: auto;
}

a {
  text-decoration: none;
  color: black;
}

/* caroussel  */
.carousel-section .carousel-img {
  width: inherit;
}
.carousel-section .carousel-caption {
  background: rgba(11, 11, 11, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 16%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  z-index: 11;
  color: #ffffff;
  margin: auto;
  top: 10px;
  padding: 40px;
}
.carousel-section .carousel-item {
  z-index: -1111111111 !important;
}
.carousel-section .carousel-control-prev,
.carousel-section .carousel-control-next {
  z-index: 1111111;
}

.message .word {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateX(-100%);
  color: #000;
}

.message .word.active {
  opacity: 1;
  transform: translateX(0%);
}

/* offers  */
.offer-card-1,
.offer-card-2 {
  overflow: hidden;
  border-radius: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px;
}

.offer-card-1:hover img,
.offer-card-2:hover img {
  transition: 1.5s;
  transform: scale(1.1);
}

.offer-card-1 img,
.offer-card-2 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Destination */
.dest-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 10px 0px;
}

.dest-card:hover .dest-img {
  transform: scale(1.1);
  transition: 0.5s;
}

.dest-img {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 17px;
  height: 275px;
  width: 100%;
}

.dest-img-1 {
  background-image: url(./img/California.jpg);
}

.dest-img-2 {
  background-image: url(./img/New-York-City.jpg);
}

.dest-img-3 {
  background-image: url(./img/New-Jersey.jpg);
}

.dest-img-4 {
  background-image: url(./img/Los-Angeles.jpg);
}

.dest-img-5 {
  background-image: url(./img/California.jpg);
}

.dest-img-6 {
  background-image: url(./img/New-York-City.jpg);
}

.dest-content {
  display: grid;
  place-content: center;
  height: 100%;
  transform: scale(1);
  color: white;
  text-align: center;
}
.dest-content .sub-topic {
  font-size: 36px;
  font-weight: 400;
}
.dest-content .dest-a {
  margin: 0px 5px;
  color: white;
}
.dest-content .dest-a::before {
  content: "●";
  position: relative;
  top: -1px;
  right: 2px;
}

/* product  */
.product-menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 25px;
  cursor: pointer;
  padding-left: 0px !important;
}
.product-menu ul .active {
  border: 1px solid #3b71fe;
  font-weight: 500;
}
.product-menu ul .active .active-check {
  display: block;
}
.product-menu ul li {
  font-size: 20px;
  border: 1px solid rgb(206, 206, 206);
  font-weight: 400;
  padding: 2px 21px;
  border-radius: 30px;
}
.product-menu ul li i {
  font-size: 80px;
}
.product-menu ul li .active-check {
  display: none;
  position: relative;
  left: 22px;
  right: 0px;
  float: right;
  height: 25px;
  width: 25px;
  top: -7px;
}

.service-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
  margin: 10px;
  background-color: white;
}
.service-card .card-topic {
  color: #0d6efd;
}
.service-card .overflow-top-angle {
  border-radius: 20px 20px 0 0;
}
.service-card .overflow-top-angle .card-img {
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.service-card .overflow-top-angle .card-img:hover {
  transform: scale(1.1);
  transition: 0.4s;
  border-radius: 20px 20px 0 0 !important;
}
.service-card .stars {
  color: #fa5636;
  font-size: 13px;
  gap: 5px;
}
.service-card .card-topic {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.7;
  text-align: center;
}
.service-card .card-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* owl carousel  */
/* testimonial  */
.testimonail-section .owl-stage {
  height: -moz-fit-content;
  height: fit-content;
  margin: 50px 0px 96px;
}
.testimonail-section .owl-theme .owl-nav {
  position: absolute;
  top: 0px;
  right: 0px;
}
.testimonail-section .owl-theme .owl-nav .owl-prev,
.testimonail-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  font-size: 39px !important;
}
.testimonail-section .owl-theme .owl-nav .owl-prev:hover,
.testimonail-section .owl-theme .owl-nav .owl-next:hover {
  color: #000 !important;
  background-color: transparent !important;
}
.testimonail-section .owl-theme .owl-nav .owl-prev {
  top: -61px;
  right: 60px !important;
}
.testimonail-section .owl-theme .owl-nav .owl-next {
  top: -61px;
  right: 9px;
}

.mini-header {
  height: 15vh;
  /* background-image: url("../imgs/abstract-luxury-blur-dark-grey-black-gradient-used-as-background-studio-wall-display-your-pr.jpg"); */
  background-color: #252525;
}
.mini-header .header-content {
  display: grid;
  place-content: center;
  height: 15vh;
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.icon-circle {
  padding: 6px 10px;
  margin: 0px 7px;
}

.gallery-box {
  border-radius: 20px;
  overflow: hidden;
}
.gallery-box .gallery-img-big {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.gallery-box .gallery-img {
  height: 296px;
  width: 100%;
  cursor: pointer;
}
.gallery-box .all-imgs {
  color: white;
  background-color: #252525;
  padding: 13px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  position: absolute;
  top: -61px;
  right: 13px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11111111111;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  background-color: white;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1111;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}

.rounded-icon {
  padding: 15px;
  height: 43px;
  align-items: center;
  display: flex;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  margin-top: 3px;
}

.check-icon,
.danger-icon {
  padding: 2px;
  border-radius: 50%;
  margin: 0px 10px;
  font-size: 13px;
}

.check-icon {
  color: #10ac58;
  background: #cef2e5;
}

.danger-icon {
  color: #da3838;
  background: #fad6d6;
}

.accordion-days {
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-right: 18px;
}

.accordion-button {
  border-left: 3px solid greenyellow;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
  border-left: 3px solid rgb(255, 172, 47);
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-min-width: 0rem;
  z-index: 1111111111111;
}

.social-dropdown {
  background-color: transparent;
  border: none;
  transform: translate3d(6px, 30px, 0px) !important;
}
.social-dropdown li {
  background-color: white;
  border: 1px solid #9b9b9b;
  padding: 5px 10px;
  border-radius: 50%;
  margin: 4px 0px;
}
.social-dropdown li a {
  padding: 0px !important;
}

.social-list {
  background-color: transparent;
  border: none;
  transform: translate3d(7px, 37px, 0px) !important;
}
.social-list .item-lists {
  background: white;
  margin: 10px 0px;
  border-radius: 50%;
  padding: 12px;
}

/* payment-process-card */
.feature-car {
  box-shadow: 10px 30px 37px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.feature-car .feature-notes-li {
  font-size: 13px;
}

.bookcar-title .contents .topic {
  font-size: 20px;
  text-align: center;
}
.bookcar-title .contents p {
  margin-top: 10px;
  text-align: justify;
}

.payment-process-card {
  padding: 30px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.payment-process-card .nav-pills {
  border: 1px solid #0d6efd;
  border-radius: 70px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.payment-process-card .nav-pills .nav-item {
  padding: 0% !important;
}
.payment-process-card .detail-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.payment-process-card .details {
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
}
.payment-process-card .details .num-box .minus,
.payment-process-card .details .num-box .plus {
  padding: 7px 14px;
  border-radius: 50%;
  color: rgb(0, 0, 0);
  border: 1px solid #dedede;
  cursor: pointer;
}
.payment-process-card .details #pointer-style {
  cursor: pointer;
}
.payment-process-card .details .input-underline {
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0px;
  margin: 0px 5px;
  padding: 0 20px 0 2px;
}
.payment-process-card .details .input-underline:focus {
  outline: none !important;
}

.book-car-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0.2rem 1.2rem 0px;
  border-radius: 1.2rem;
  padding: 1rem;
}
.book-car-card .nav-pills .nav-item {
  padding: 5px !important;
}
.book-car-card .nav-pills .nav-item button {
  background-color: white;
  color: black;
  padding: 0 !important;
}
.book-car-card .nav-pills .nav-item button .form-check-input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.book-car-card .nav-pills .nav-item button.active {
  background: white;
  color: #0d6efd;
}
.book-car-card .tab-content form {
  border-radius: 0;
  box-shadow: none;
}
.book-car-card .tab-content form .details label,
.book-car-card .tab-content form .details .label {
  color: rgb(137, 139, 145);
}
.book-car-card .tab-content form .details ::-moz-placeholder {
  color: rgb(137, 139, 145);
  font-size: 20px;
}
.book-car-card .tab-content form .details ::placeholder {
  color: rgb(137, 139, 145);
  font-size: 20px;
}
.book-car-card .tab-content form .details select {
  color: rgb(137, 139, 145);
}
.book-car-card .tab-content form .details option:not(:first-of-type) {
  color: black;
}
.book-car-card .tab-content form .details input,
.book-car-card .tab-content form .details select {
  border: 0 !important;
  font-weight: 600;
}
.book-car-card .tab-content form .details .input-icon {
  position: relative;
}
.book-car-card .tab-content form .details .input-icon span {
  position: absolute;
  top: 11px;
  right: 14px;
}
.book-car-card .tab-content form .search-btn {
  position: absolute;
  padding: 10px 30px;
  left: 67%;
}

.booking-submission input,
textarea,
.contact-box input,
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid lightgrey;
  margin: 10px 0px 30px 0px;
  outline: none;
}

.contact-box {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
}

.cus-cont {
  width: 500px;
  padding: 39px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: white;
  top: 29px;
  z-index: 10;
}
.cus-cont .img-avatar {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  border: 2px solid lightgreen;
  padding: 4px;
  position: absolute;
  top: -60px;
  left: 37%;
}

.stars {
  color: #ffb016;
}
.stars .fa-star {
  margin: 0px 3px;
}

.testimonial-quotes {
  position: absolute;
  color: #72b63b;
  bottom: -40px;
  left: 385px;
}

.testimonial-quotes i {
  font-size: 75px;
}

.cus-img-1 {
  height: 370px;
  width: 400px !important;
  position: relative;
  left: -40px;
}

.cus-img-2 {
  height: 270px;
  width: 270px !important;
  position: relative;
  top: 53px;
  left: -20px;
}

.owl-nav {
  text-align: end !important;
  font-size: 28px;
}
.owl-nav .owl-prev {
  right: 44px !important;
}

.owl-nav button:hover {
  background-color: transparent !important;
  color: black !important;
  transform: scale(1.5);
  transition: 0.5s;
  padding: 5px !important;
}

/* img galleryy  */
.image-gallery {
  margin: 0 auto;
}
.image-gallery .primary {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-gallery .thumbnails {
  display: flex;
}
.image-gallery .thumbnail-image {
  width: 100%;
  height: 102.667px;
  border-radius: 20px;
  margin: 20px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-gallery .main-image-carousel .owl-stage {
  width: 100% !important;
}
.image-gallery .main-image-carousel .owl-stage .owl-item {
  width: 100% !important;
}
.image-gallery .owl-stage {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.image-gallery .owl-dots {
  display: none;
}

footer {
  background-color: #252525;
  color: white;
}
footer .topic-border::after {
  left: 0 !important;
  transform: translate(0);
  width: 30px;
}
footer ul li {
  border-bottom: 1px solid rgba(211, 210, 210, 0.2588235294);
  padding: 10px 0px;
}
footer ul li a {
  color: white;
}
footer .fa-brands {
  cursor: pointer;
}

footer ul {
  list-style: none;
  padding-left: 0px !important;
}

.available-card {
  border: 1px solid #d7dce3;
  border-radius: 10px;
}
.available-card .available-card-img {
  height: 200px;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.daterangepicker {
  z-index: 11111111111 !important;
}

.modal-img-pop-up {
  height: 90%;
  padding: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  background: none;
}

.grid-images .owl-theme .owl-nav {
  position: absolute;
  top: -10px;
  height: -webkit-fill-available;
  align-items: center;
  display: flex;
  width: inherit;
  justify-content: space-between;
}
.grid-images .owl-theme .owl-nav button {
  height: inherit;
  width: 40px;
  color: white !important;
}
.grid-images .owl-theme .owl-nav button span {
  border-radius: 50%;
  padding: 10px 15px;
  font: caption;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.grid-images .galary-owl img {
  height: 400px;
}

.e-com-card {
  margin: 10px auto;
  padding: 50px;
  background-color: #2d0860;
  color: white;
  text-align: center;
  border-radius: 10px;
}
.e-com-card input {
  padding: 20px;
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.e-com-card input:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  outline: none !important;
}
.e-com-card .line-strick {
  display: flex;
  width: 100%;
  justify-content: center;
}
.e-com-card .line-strick::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: white;
  top: 12px;
  position: relative;
  right: 5px;
}
.e-com-card .line-strick::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: white;
  top: 12px;
  position: relative;
  left: 5px;
}
.e-com-card .btn-posi {
  position: absolute;
  right: 16px;
  align-items: center;
  height: -webkit-fill-available;
  display: flex;
  gap: 20px;
  z-index: 11111;
}

.daterangepicker .drp-calendar.left {
  padding: 0px !important;
}
.daterangepicker td {
  font-size: 13px !important;
  padding: 5px 10px;
}
.daterangepicker .calendar-table {
  padding: 10px !important;
}
.daterangepicker .calendar-time {
  padding: 10px;
}
.daterangepicker .calendar-time .hourselect,
.daterangepicker .calendar-time .minuteselect,
.daterangepicker .calendar-time .ampmselect {
  background: white;
  padding: 5px;
  width: 50px;
  border-radius: 10px;
}

.pac-container {
  z-index: 1111 !important;
}
.pac-container .pac-item {
  padding: 10px 2px;
}
.pac-container .pac-item .pac-icon-marker {
  color: red !important;
}

.pac-logo::after {
  display: none;
}

.header-content {
  height: 100%;
  display: grid;
  place-content: center;
}
.header-content .contents {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
}

.pricing .nav-item button {
  color: black;
  background-color: #f6f8fa;
}
.pricing .nav-item .active {
  --bs-nav-pills-link-active-bg: none !important;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
.pricing .popular-card {
  border: 10px solid;
}
.pricing .pricing-card {
  box-shadow: 0 12px 28px rgba(140, 149, 159, 0.3);
  margin-top: 43px;
}
.pricing .pricing-card .price-tag {
  font-size: 45px;
}
.pricing .pricing-card .price-tag .price-sym {
  font-size: 20px;
  font-weight: 600;
  vertical-align: super;
  padding-right: 3px;
}
.pricing .pricing-card .strick-num {
  font-size: 40px;
  color: grey;
}
.pricing .pricing-card .strick-num::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  right: -7px;
  width: 81%;
  border: 2px solid grey;
  transform: skewY(45deg);
}
.pricing .pricing-card .strick-num .price-sym {
  font-size: 17px;
}

.effect2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.portfolio-item {
  margin: 0;
  padding: 0;
}

.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
  margin: 0 10px;
}

.portfolio-filter > li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li .current {
  border-bottom: 2px solid #3284dd;
}

.galary-img {
  border-radius: 20px;
}

.hotel-card hr {
  margin: 0 0 5px 0;
}
.hotel-card .hotel-card-img {
  height: 150px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.new-dropdown li .dropdown-item:active {
  color: #000 !important;
  background-color: white !important;
}

.iframe-modal {
  width: -webkit-fill-available;
}

.bg-parallex {
  /* The image used */
  background-image: url("./img/Los-Angeles.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us .topic-border {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.why-choose-us .why-us {
  margin: 30px 0;
}
.why-choose-us .why-us .px-4 i {
  color: green;
  border: 2px solid #e7e7e7;
  padding: 12px;
  border-radius: 50%;
}
.why-choose-us .why-us .px-4 i:hover {
  border: 2px solid #10ac58;
  transition: 2s;
}
.why-choose-us .why-us .why-us-cont .topic {
  margin: 0 0 7px;
  font-weight: 600;
  color: #111;
  line-height: 1;
}

.floating-bar {
  color: white;
  z-index: 1111;
}
.floating-bar .whatsapp {
  background-color: #25d366;
}
.floating-bar .phone {
  background-color: #1554cb;
}

.cookies {
  background-color: #252525;
  color: white;
  z-index: 1111111;
}
.cookies .para {
  align-self: center;
}

@media (max-width: 1400px) {
  .navbar-hamburger {
    width: 100%;
  }
  .nav-item {
    padding: 15px !important;
  }
  .nav-item .fa-angle-down {
    top: 31px !important;
    right: 4px !important;
  }
  .top-section {
    margin-top: 100px !important;
  }
}
@media (max-width: 1200px) {
  .hotel-card .hotel-card-img {
    height: 170px;
    width: 170px;
  }
  .navbar .navbar-nav .active {
    border-bottom: none !important;
  }
  .navbar .nav-item {
    padding: 15px 5px !important;
    border-bottom: 1px solid rgb(192, 192, 192);
    width: auto !important;
  }
  .navbar .nav-item .nav-btn {
    display: none;
  }
  .navbar .navbar-nav .borderXwidth a:after {
    display: inline;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    border: none;
    background-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0px !important;
    border-bottom: 1px solid silver;
  }
}
@media (max-width: 991px) {
  .nav-item {
    padding: 15px 5px !important;
  }
  .nav-item .fa-angle-down {
    top: 30px !important;
  }
  .hotel-card .hotel-card-img {
    height: 170px;
    width: 100%;
  }
  .cus-cont {
    top: 66px !important;
  }
  .v-height-size {
    height: auto !important;
    margin-top: 10px;
  }
  .top-section-sub {
    margin-top: 100px;
  }
  .book-car-card .tab-content form .search-btn {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .navbar {
    height: 70px;
    top: 0px !important;
  }
  .navbar .navbar-brand {
    height: 60px;
  }
  .navbar .container-fluid {
    padding: 0px;
  }
  .navbar .container-fluid .navbar-collapse {
    padding: 0px 10px;
  }
  .image-gallery .primary {
    background-size: contain !important;
    max-height: 250px;
  }
  .input-group {
    position: static !important;
    display: block !important;
    width: 100%;
  }
  .input-group input {
    width: 100% !important;
  }
  .btn-posi {
    position: static !important;
    display: block !important;
    margin-top: 15px;
  }
  .book-car-card .tab-content form .search-btn {
    position: absolute;
    padding: 10px 30px;
    left: 43%;
  }
  .portfolio-filter > li {
    margin: 10px !important;
  }
  .why-choose-us .topic-border {
    padding: 30px 0px;
  }
  .why-choose-us .why-us {
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  .carousel-section {
    margin-top: 70px !important;
  }
  .carousel-caption .topic {
    font-size: 20px !important;
  }
  .carousel-caption span {
    font-size: 20px !important;
  }
  .carousel-caption .message {
    font-size: 20px !important;
  }
  .carousel-caption {
    top: 25% !important;
  }
  .topic {
    font-size: 26px !important;
    line-height: 1 !important;
  }
  .mini-header {
    height: 35vh !important;
  }
  .mini-header .header-content {
    height: 35vh !important;
  }
  .floating-btn {
    height: 40px;
    width: 40px;
  }
  .floating-up {
    bottom: 85px;
  }
  .why-choose-us .why-us-cont .topic {
    font-size: 17px !important;
  }
  .book-car-card .tab-content form .search-btn {
    left: 35%;
  }
}
@media (max-width: 480px) {
  .upper-bar {
    font-size: 11px;
  }
  .social-media {
    font-size: 15px !important;
  }
  .testimonial-quotes {
    left: 320px !important;
  }
}
@media (max-width: 400px) {
  .navbar {
    height: 70px !important;
  }
  .testimonial-quotes {
    left: 250px !important;
  }
  .owl-theme .owl-nav {
    margin-top: 50px !important;
  }
}
@media (max-width: 350px) {
  .payment-process-card {
    padding: 15px !important;
  }
  .testimonial-quotes {
    left: 200px !important;
  }
}
@media (max-width: 300px) {
  .animation {
    opacity: 1 !important;
    transform: translateX(0px) !important;
  }
}
.social-dropdown.show,
.new-dropdown.show {
  display: block !important;
}

.borderXwidth a:after {
  position: relative;
  display: block;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: "";
  background: #0d6efd;
  transition: all 0.3s;
}

.borderXwidth a:after {
  right: 0px;
  bottom: 0px;
}

.borderXwidth a:hover:after {
  opacity: 1;
  width: 100%;
}/*# sourceMappingURL=style.css.map */