@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
:root {
  --text-color: #023681;
  /* --text-color-2: #023681; */
}
.text-justify {
  text-align: justify !important;
}
.btn-primary {
  background-color: var(--text-color) !important;
}
.text-primary {
  color: var(--text-color) !important;
}
.bg-primary {
  background-color: var(--text-color) !important;
}
/* .btn-primary {
  background-color: var(--text-color-2) !important;
}
.text-primary {
  color: var(--text-color-2) !important;
}
.bg-primary {
  background-color: var(--text-color-2) !important;
} */
/* .navbar-nav .btn{
    clip-path:  polygon(0 0, 90% 0, 100% 100%, 10% 100%) !important;

}*/

.carousel-caption {
  position: absolute;
  /* top: 40%; */
  transform: translateY(-40%);
  left: 80px;

  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: start;
}
.carousel-caption {
  bottom: 60px;
}
.carousel-caption h1 {
  font-size: 50px;
  font-weight: 700;
}
.header-top {
  position: relative;
  background-color: #111111;
  /* background-color: var(--text-color); */
  border-bottom: 5px solid var(--text-color) !important;
  padding: 8px 0 10px 0;
}
.header-top::before,
.header-top::after {
  content: "";
  position: absolute;
  background: var(--text-color) !important;
  border-radius: 0 50px 0 0;
  width: 3%;
  bottom: -1px;
  z-index: -1;
}
.header-top::before {
  top: 0;
  left: 0;
  border-right: 15px solid #fff;
}
.header-top::after {
  border-radius: 50px 0 0 0;
  top: 0;
  right: 0;
  border-left: 15px solid #fff;
}
.caro-img-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.heading-style::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: var(--text-color);
  opacity: 0.2;
  left: -2px;
  bottom: 0;
}
.about-section h2,
.services-section h2,
.feature-section h2,
.taxi-section h2,
.tour-packages-section h2,
.why-choose-us-section h2,
.faq-section h2,
.enquiry-section h2,
.taxi-services h2,
.blog-section h2,
.photo-gallery h2, .counter-section h2 {
  font-size: 42px !important;
  font-weight: 600 !important;
}

.about-call-icon {
  height: 25px;
  width: 25px;
  background-color: var(--text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  bottom: 2px;
  border: 1px solid white;
}
.exp-div {
  height: 50px;
  width: 150px;
  background-color: #111111;
  border-radius: 40px;
  position: absolute;
  top: 0;
}
.services-section .card,
.taxi-section .card {
  background-color: #ffffff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border-radius: 40px;
}

.service-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
.heading-divider {
  display: inline-block;
  position: relative;
  border: 3px solid var(--text-color);
  width: 90px;
  height: 10px;
  border-radius: 50px;
}
.heading-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 7px;
  width: 15px;
  border-radius: 50px;
  background: var(--text-color);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
.heading-divider-white {
  display: inline-block;
  position: relative;
  border: 3px solid white;
  width: 90px;
  height: 10px;
  border-radius: 50px;
}
.heading-divider-white::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 7px;
  width: 15px;
  border-radius: 50px;
  background: white;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.feature-section {
  background:
    linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../media/images/feature-sec-bg.jpg") center center / cover no-repeat;
}
.feature-icon-div {
  height: 70px;
  width: 70px;
  background-color: var(--text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white !important;
}
.feature-section .card {
  border-radius: 20px;
  padding: 20px;
}
.card-odd {
  margin-top: 40px;
}
/* .counter-section{
     background: url("../media/images/counter-bg-img.webp") center center / cover no-repeat;
     background-color: var(--text-color); */
/* padding: 50px;
     border-radius: 20px; */
/* } */


/* .counter-section::before {
  content: "";
  position: absolute;
  inset: 0; */
/* background-color: var(--text-color); */
/* background: rgba(253, 182, 18, 0.5); /* #ffb300 */
/* backdrop-filter: blur(4px);
  z-index: -1;
} */
.bg-dark-counter::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #111111;
  top: 0;
  left: 0;
}
.svg-icon {
  filter: brightness(0) invert(1);
}
.taxi-section .nav.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.taxi-section .nav-tabs {
  border-bottom: transparent;
}
.taxi-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
  background-color: var(--text-color);
  border-radius: 30px;
  color: white;
}
.nav-tabs .nav-link {
  background-color: #111111;
  color: white;
  border-radius: 30px;
}
.tour-packages-section p {
  font-size: 16px;
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--text-color);
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion {
  --bs-accordion-border-color: none;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-bottom: 1px solid var(--text-color);
}
.foooter-quick-links i {
  font-size: 12px;
}
.services-footer i {
  font-size: 12px;
}
.footer-social-media a {
  background-color: var(--text-color);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer h4::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 30px;
  background-color: var(--text-color);
  bottom: -8px;
}
footer {
  background-color: #111111;
}
.copyright-section {
  background-color: #181818;
  padding: 20px;
}
footer a,
footer p {
  color: #908f8f !important;
}
.copyright-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  bottom: -1px;
  background: var(--text-color);
  width: 50%;
  clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.contact-section .card {
  border-radius: 20px;
}
.contact-icons-div {
  height: 55px;
  width: 55px;
  background-color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-section .card {
  border-bottom: 2px solid var(--text-color) !important;
}
.form-tour {
  position: sticky;
  top: 20px !important;
}
.contact-section .card:hover .contact-icons-div,
.feature-section .card:hover .feature-icon-div {
  transform: rotateY(180deg);
}
.contact-icons-div,
.feature-icon-div {
  transition: 0.7s ease;
}
.inner-banner-section i {
  font-size: 13px;
}
.enquiry-img::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.enquiry-img:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.whatsapp-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.feature-section .card {
  border-bottom: 4px solid var(--text-color);
}
.owl-carousel .owl-nav button.owl-prev {
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: var(--text-color) !important;
  position: absolute;
  top: -40px;
  right: 65px;
  color: white;
  border-radius: 50%;
  box-shadow: 0px 0 11px 2px rgb(0 0 0 / 22%);
}
.owl-carousel .owl-nav button.owl-next {
  height: 40px;
  width: 40px;
  background-color: var(--text-color) !important;
  position: absolute;
  top: -40px;
  right: 20px;
  color: white;
  border-radius: 50%;
  box-shadow: 0px 0 11px 2px rgb(0 0 0 / 22%);
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-nav.disabled span {
  font-size: 25px;
}

.photo-gallery.owl-carousel .owl-nav button.owl-prev,
.photo-gallery.owl-carousel .owl-nav button.owl-next {
}
.whatsapp-icon {
  animation: blinkPulse 1s infinite;
}

@keyframes blinkPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1.2;
    transform: scale(1.05);
  }
}
.counter-section h1 {
  font-size: 45px;
  font-weight: 600;
}
.counter-icon {
  height: 60px;
  width: 60px;
  background-color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-section {
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../media/banners/hero-sec.jpg") center center / cover no-repeat;
/*  background:*/
/*linear-gradient(*/
/*  to right,*/
/*  rgba(0, 0, 0, 0.65),*/
/*  rgba(0, 0, 0, 0.4),*/
/*  rgba(0, 0, 0, 0.15),*/
/*  rgba(0, 0, 0, 0)*/
/*),*/
/*url("../media/banners/hero-sec.jpg") center / cover no-repeat;*/
padding: 80px;
}
.hero-section h1 {
  font-size: 50px;
}

.slider-car {
  animation: carVibrate 1.5s linear infinite;
}

@keyframes carVibrate {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(1px, -1px);
  }
  50% {
    transform: translate(0, 1px);
  }
  75% {
    transform: translate(-1px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}


body{
    overflow-x : clip;
}



/* .slider-car{
  position: absolute;
  right: 20px;
  top: 50px;
} */
/* polygon(0 100%, 100% 100%, 100% 0) */
