@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Indie+Flower&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Karla:wght@200;300&family=Lexend+Tera:wght@300&family=Lexend:wght@100;200;300;400&family=Lora&family=Montserrat&family=Playfair+Display:wght@400;500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,200&family=Roboto:wght@300;400&family=Tenor+Sans&family=The+Nautigal&display=swap');

@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@300;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Indie+Flower&family=Ingrid+Darling&family=Inter:wght@100&family=Karla:wght@200;300&family=Lexend+Tera:wght@300&family=Lexend:wght@100;200;300;400&family=Lora&family=Montserrat&family=Playfair+Display:wght@400;500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,200&family=Roboto:wght@300;400&family=Tenor+Sans&family=The+Nautigal&display=swap');

/* Boxicons */
@font-face {
  font-family: boxicons;
  src: url("../fonts/boxicons/boxicons.ttf");
}

/* Root Styling */
:root {
  --f1: ;
  --f2: 'koho';
  --f3: 'Inter';
  --c1: #022034;
  --c2: #bb1822;
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background-color: var(--c1);
  color: #fff;
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
li,
a,
p {
  font-family: 'Poppins';
}

.imgFluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

i.bx {
  font-family: boxicons;
  vertical-align: middle;
}

.padd-y {
  padding: 5rem 0;
}

.mar-y {
  margin: 5rem 0;
}

/* themebtn */
.themebtn {
  width: fit-content;
  display: block;
  background-color: var(--c2);
  color: #fff;
  font-size: 15px;
  border: 2px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 36px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.themebtn--center {
  margin: 1rem auto;
}

.themebtn--full {
  width: 100%;
}

.themebtn:hover {
  color: var(--c2);
  border-color: var(--c2);
  background: #fff;
}

/* Card Hover */
.card-hover__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-hover__img>img {
  transition: all 500ms ease-in-out;
}

.card-hover:hover .card-hover__img>img {
  transform: scale(1.2);
}

.bubble-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bubble-card::before {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--c1);
  border-radius: 100px;
  position: absolute;
  left: -5rem;
  top: -5rem;
  transition: all 300ms ease-in-out;
  z-index: -1;
}

.bubble-card:hover::before {
  transform: scale(50);
}

.bubble-card:hover *:not(.themebtn) {
  color: #fff;
}


/* ------------------zeeshan css---------------- */

footer.footer_section {
  padding: 70px 0;
  background: var(--c1);
}

h3.footer_title {
  font-family: var(--f3);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}

p.footer_para {
  font-size: 13px;
  font-family: var(--f3);
  color: #fff;
  margin: 18px 0;
}

.footer_icons ul {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer_icons ul li a {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms all;
  border: 2px solid transparent;
  color: var(--c1);
  font-size: 20px;
}

.footer_icons ul li a i {}

.footer_links ul li a {
  font-size: 14px;
  font-family: var(--f3);
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  font-weight: 200;
}

ul.contact {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

ul.contact p i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c1);
}

ul.contact p {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.contact a {
  font-size: 14px;
  font-family: var(--f3);
  color: #fff;
  transition: 500ms all;
}

.footer_links ul {
  margin-top: 20px;
}

form.footer_form {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  padding: 4px 3px;
}

form.footer_form input {

  border: 0;
  background: transparent;
  font-size: 12px;

}

form.footer_form input:focus {

  outline: 0;
  border: 0;
  box-shadow: none;

}

form.footer_form input::placeholder {
  font-size: 12px;
}

.footer_links ul li a:before {

  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background: #fff;
  bottom: -3px;
  left: 0;
  transition: 500ms all;
}

.footer_links ul li a:hover:before {
  width: 100%;
}

ul.contact a:hover {
  transform: translateX(10px);
}

.footer_icons ul li a:hover {
  transform: translateY(-6px);
  border-color: #fff;
  background: transparent;
  color: #fff;
}




.client_slider_card {
  text-align: center;
  box-shadow: 0 0px 23px 0 #dcdcdc;
  padding: 30px;
  position: relative;
}

.client_img {
  width: 23%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.client_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

section.clients_slider {
  padding: 70px 0;
}

.client_content ul {
  display: flex;
  gap: 7px;
  text-align: center;
  justify-content: center;
  margin: 10px 0;
  color: #FEC000;
  margin-top: 28px;
}

.client_content p {
  font-family: var(--f3);
  font-size: 12px;
  margin: 11px 0;
  padding: 0px 2px;
}

h3.client_title {
  font-weight: 700;
  font-family: var(--f2);
  font-size: 20px;
  position: relative;
  height: max-content;
  width: max-content;
  margin: 0 auto;
}

.slick-prev {
  left: -3%;
}

.slick-prev:before {

  content: "\ea4d";
  font-family: boxicons;
  font-size: 30px;
}


.slick-next {
  right: -3%;
}

.slick-next:before {

  content: "\ea50";
  font-family: boxicons;
  font-size: 30px;
}


.slick-prev:hover:before,
.slick-next:hover:before {
  color: #000;
}

.client_slider_inner {
  margin: 71px 10px;
}

h3.client_slider_heading {
  text-align: center;
  font-size: 35px;
  font-family: var(--f3);
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 8px;
  color: #000;
}

.contact_btn button {
  width: 90%;
  border: 0;
  letter-spacing: 1px;
  font-family: var(--f3);
  font-weight: 600;
  margin: 0 auto;
  border: 2px solid transparent;
}

.contact_form input {
  border-radius: 4px;
  margin-bottom: 9px;
  padding: 18px 16px;
  font-family: var(--f3);
  font-size: 14px;
  box-shadow: 0 0 15px 0 #c1c1c1a6;
  border: 0;
}

.contact_form input::placeholder {

  font-size: 14px;
  font-family: var(--f3);

}

.contact_form input:focus {

  outline: 0;
  border: 0;
  box-shadow: 0 0 4px 0 #808080a6;
}

.contact_form textarea {
  height: 120px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-family: var(--f3);
  font-size: 14px;
  box-shadow: 0 0 4px 0 #808080a6;
  border: 0;
}

.contact_form textarea::placeholder {

  font-size: 14px;
  font-family: var(--f3);

}

.contact_form textarea:focus {

  outline: 0;
  border: 0;
  box-shadow: 0 0 4px 0 #808080a6;
}

h3.contact_title {
  font-size: 37px;
  font-family: var(--f3);
  font-weight: 700;
  line-height: 45px;
  width: 90%;
  margin: 0 auto;
  colo: #000;
}

section.contact {

  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  align-items: center;
  padding: 70px 0;
}

.contact_background {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.contact_background img {

  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;

}

.contact_image {
  width: 100%;
  height: 220px;
}

.contact_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_abso_btn {
  width: 219px;
  background: var(--c1);
  color: #fff;
  transform: rotate(-90deg) translate(-0%, -50%);
  padding: 10px 10px;
  text-align: center;
  top: 38%;
  position: absolute;
  right: -27%;
}

.contact_abso_btn a {
  color: #fff;
  font-family: var(--f3);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.contact_content {
  width: 65%;
  margin: 0 auto;
}



ul.contact2 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

ul.contact2 p i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

ul.contact2 p {
  width: 35px;
  height: 35px;
  background: var(--c1);
  color: #fff;
  border-radius: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.contact2 a {
  font-size: 18px;
  font-family: var(--f3);
  color: #000;
  transition: 500ms all;
  font-weight: 600;
}

ul.contact2 a:hover {

  transform: translateX(10px);
  color: var(--c1);
}

h3.contact_title2 {
  font-size: 24px;
  font-family: var(--f3);
  text-transform: capitalize;
  margin-top: 18px;
  font-weight: 600;
}

p.contact_para {
  font-family: var(--f3);
  font-size: 16px;
  margin: 14px 0;
}

form.contact_form {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}


.booking_main {}

h3.booking_title {
  font-size: 37px;
  font-family: var(--f3);
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

p.booking_subtitle {
  font-size: 19px;
  font-family: var(--f3);
  font-weight: 600;
  color: #000;
}

p.booking_para {
  font-size: 13px;
  font-family: var(--f3);
  line-height: 25px;
}

.booking_icon_content {
  display: flex;
  gap: 20px;
  padding-right: 37px;
}

.booking_icon_image {
  width: 80px;
  background: var(--c2);
  padding: 12px;
  border-radius: 100px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.booking_title2 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--f3);
  text-transform: uppercase;
  color: #000;
}

.booking_para2 {

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.booking_image {
  width: 100%;
  height: 100%;
}

.booking_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

:is(.header-main, .header-main__nav, .header-main__icons) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.header-main__logo {
  width: 250px;
}

.header-main__logo>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-main__nav>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-family: var(--f3);
  font-weight: 400;
}

.header-main__nav>li>a>i {
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

.header-main__actions>li>a {
  padding: 0 0.25rem;
  margin: 0;
}

.header-main__nav>li>a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--c2);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}

.header-main__nav>li>a:hover::after {
  width: 100%;
}

.header-main__nav>li>a:where(:hover, .active),
.header-main__icons li a:hover i {
  color: var(--c2);
}

.header-main__icons li a {
  color: #222222;
  padding: 0 0.5rem;
}



/* Footer */
.footer {
  color: #fff;
  background-color: #000;
  padding-top: 5rem;
}

.footer .title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.footer-info__logo {
  width: 200px;
}

.footer-info__logo>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-info>p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.65;
  margin-top: 1rem;
}

.footer-info__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.footer-info__social>li>a {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
}

.footer li>a:hover {
  color: var(--c1);
}

.footer-info__social>li>a:hover {
  color: var(--c1);
  transform: translateY(-5px);
}

.footer__quickLinks>ul>li>a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.45rem 0;
}

.footer__newletter>p {
  font-size: 1rem;
  font-weight: 500;
}

.footer__newletter>form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
}

.footer__newletter>form :is(input, button) {
  border: none;
  outline: none;
  padding: 0.25rem 0;
}

.footer__newletter>form>input {
  width: 100%;
  background: none;
  padding-inline: 1.5rem;
}

.footer__newletter>form>input,
.footer__newletter>form>input::placeholder {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
}

.footer__newletter>form>button {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  background: var(--c1);
  padding-inline: 1rem;
}

.footer__copyright {
  border-top: 1.5px solid #fff;
  text-align: center;
  padding: 1.25rem 0;
  margin-top: 4rem;
  margin-inline: auto;
}

.footer__copyright>p {
  margin-bottom: 0;
}

/* About Us */
.about__img {
  width: 100%;
  height: 100%;
}

.about__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.header__logo {
  overflow: hidden;
}

a.header__logo img {
  width: 86%;
  object-fit: contain;
}

.header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

.themebtn.alt {
  border-color: var(--c2);
  color: var(--c2);
  background: white;
}

.themebtn.alt:hover {
  background: var(--c1);
  color: #fff;
}


/* home banner css start */
.baner_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.baner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_banner_main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 89vh;
}

.banner_cont {
  position: relative;
  z-index: 1;
  width: 92%;
}

.banner_cont h5 {
  font-size: 18px;
  color: #fff;
  font-family: var(--f3);
  font-weight: 500;
  position: relative;
  text-align: center;
  width: 66%;
  text-transform: uppercase;
}

.banner_cont h5::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  height: 2px;
  background: #fff;
  transform: translate(-0%, -50%);
}

.banner_cont h3 {
  font-size: 67px;
  font-weight: 600;
  font-family: var(--f3);
  color: #fff;
  line-height: 75px;
}

.banner_cont p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 2rem;
}

.banner_cont a {
  border-color: transparent !important;
}

section.home_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 72vh;
}

/* home banner css start */

.quote-booking {
  padding: 12px 20px;
  background: #02203470;
  color: #fff;
  backdrop-filter: blur(2px);
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-0%, -50%);
}

.quote-booking h4 {
  font-size: 32px;
  font-family: var(--f3);
  font-weight: 500;
  margin-bottom: 17px;
}


.quote-booking ul li {
  font-size: 13px;
  font-family: var(--f3);
  font-weight: 300;
  margin-bottom: 9px;
}

.banner_form_main {
  width: 100%;
  padding: 35px 10px;
}

.form_inputs {
  margin-bottom: 19px;
}

section.banner_form-section {
  background: var(--c1);
}


.input_time input {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 4px 00px;
  font-family: var(--f3);
}

.input_time input:focus {
  background: transparent;
  border-color: #fff;
}

.banner_form_items form label {
  color: #fff;
  font-weight: 200;
  font-family: var(--f3);
  font-size: 13px;
  margin-bottom: 4px;
}

.form_inputs input {
  background: transparent;
  color: #fff;
  font-size: 14px;
  padding: 10px 14px;
  font-weight: 300;
  font-family: var(--f3);
}

.form_inputs input:focus {
  background: transparent;
  color: #fff;
  outline: 0;
  border-color: #fff;
}

.form_inputs input::placeholder {
  color: #fff;
  font-weight: 200;
  font-family: var(--f3);
  font-size: 14px;
}

.form_inputs_time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
}

.form_btn button {
  width: 100%;
  font-size: 14px;
  padding: 10px 0px;
}

.form_btn button:hover {
  border-color: #fff;
  color: #fff;
}

.form-cont {
  background: #fff;
  padding: 9px 28px;
  margin-top: 20px;
  width: 90%;
  position: relative;
}

.form-cont h3 {
  font-size: 40px;
  font-family: var(--f3);
  font-weight: 500;
  color: var(--c1);
}

.form-cont::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -55px;
  width: 40px;
  height: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}


/* ================================== arshan css start ================================== */

.about-img {
  width: 100%;
  height: 603px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


p.line-cl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-con h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--f3);
  color: #000;
}

.about-con h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  font-family: var(--f3);
}

.about-con h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 7px;
  font-family: var(--f3);
}

.about-con p {
  font-size: 12px;
  line-height: 25px;
  text-transform: capitalize;
  color: #000000;
  font-family: var(--f3);
}

.btn-1 a {}


section.Service {
  padding: 70px 0px;
}

.sev-title {
  text-align: center;
}

.sev-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--f3);
}



.sev-title h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--f3);
  color: #000;
}


.sev-title p {
  font-size: 11px;
  line-height: 25px;
  text-transform: capitalize;
  font-family: var(--f3);
  margin: 0 auto;
}


.sev-img {
  width: 100%;
  height: 197px;
}

.sev-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ser-con {
  text-align: center;
  padding: 25px 40px;
  height: 240px;
}

.ser-con h3 {
  font-size: 17px;
  font-weight: bold;
  font-family: var(--f3);
  color: #000;
}

.ser-con p {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 25px;
  font-family: var(--f3);
}


.btn-1.btn-1-alt {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 10px;
}

.btn-1.btn-1-alt a {
  margin-top: 0;
}


.ser-card {
  border-bottom: 3.25px solid var(--c2);
  margin-top: 25px;
}

.btn-1.btn-1-alt-1 {
  margin-top: 28px;
}

section.Ride {
  padding: 70px 0px;
}

.ride-box {
  text-align: center;
  margin-top: 25px;
}

.ride-con h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 2px;
  font-family: var(--f3);
}

.ride-con {
  padding-top: 16px;
}

.ride-con h2 {
  font-weight: bold;
  font-size: 16px;
  font-family: var(--f3);
}

.ride-con p {
  font-size: 13px;
  font-family: var(--f3);
}

.ride-img {
  border: 1.59px solid var(--c1);
  padding: 30px 30px;
  width: max-content;
  border-radius: 12px;
  margin: 0 auto;
  background-color: #fff;
}

.ride-img img {
  width: 60px;
  height: auto;
}

.ride-img.ride-img-alt {
  background-color: var(--c1);
}


.ban-bg {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ban-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.banner-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 53vh;
}

.ban-con h3 {
  position: relative;
  color: #fff;
  font-size: 55px;
  font-weight: bolder;
  left: 33px;
  font-family: var(--f3);
}

section.About-us {}

.about-con {}

section.service-detail {
  padding: 70px 0px;
}

.detail.img {
  width: 100%;
  height: 436px;
}

.detail.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-con h1 {
  font-size: 37px;
  font-weight: bolder;
  font-family: var(--f3);
  padding: 10px 0;
  text-transform: uppercase;
}

.detail-con p {
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  color: #303030;
  font-family: var(--f3);
  margin-bottom: 30px;
}



.detail-con-2 h1 {
  font-size: 37px;
  font-weight: bolder;
  font-family: var(--f3);
  padding: 10px 0;
  text-transform: uppercase;
}

.detail-con-2 p {
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  color: #303030;
  font-family: var(--f3);
}

.detail-con-2 {
  text-align: center;
  padding-top: 40px;
}


/* ====================================login Css start============================== */



.login-card {
  width: 38%;
  margin: 0 auto;
  border: 1px solid;
  padding: 45px 31px;
  margin-bottom: 53px;
}

.login-card h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 38px;
  font-family: var(--f3);
}

.login-form input {
  padding: 12px 10px;
  margin-bottom: 18px;
  border: 1px solid;
  outline: 0;
}


section.Login {
  padding: 70px 0px;
}

.contact_main {
  position: relative;
}

button.slick-arrow {
  transform: translate(-0%, -50%);
  top: 50%;
  background: var(--c1);
}

.cars_items {
  text-align: center;
  margin: 62px 10px;
}

.car_img {
  width: 100%;
  height: 115px;
  overflow: hidden;
}

.car_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.car_cont h5 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  font-family: var(--f3);
  margin-bottom: 13px;
}

.car_cont {
  padding: 15px 25px;
}

.car_cont p {
  font-size: 13px;
}


ul.slick-dots {
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}

ul.slick-dots li button {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dd3d47;
  border-radius: 50px;
  font-size: 0;
  color: transparent;
}

ul.slick-dots li {
  padding: 10px;
}

.slick-dots li button:before {
  width: 0px;
  height: 0px;
  content: '' !important;
}

li.slick-active button {
  background: var(--c1) !important;
  transform: scale(1.3);
}

section.available-cars_section {
  padding-top: 50px;
}

.footer_icons ul li a i:hover {
  color: #fff;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.sev-title.alt p {
  width: 37%;
}

.questions_car {
  width: 120%;
  height: 100%;
  overflow: hidden;
  position: relative;
  right: 19%;
}

.questions_car img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.questions_section {
  padding: 131px 0px;
  background: #2474bc1a;
  position: relative;
  background-image: url(../images/cars_img.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

section.booking {
  padding-bottom: 70px;
}


.questions_cont {
  height: 334px;
}

.questions_cont.alt {
  height: auto;
}

.accordion-button {
  padding: 23px 32px;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--f3);
  background: var(--c1);
  color: #fff;
  border-radius: 0;
  position: relative;
}

.accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

.accordion-button:not(.collapsed) {
  background: var(--c2);
  color: #fff;
  box-shadow: none;
}

.accordion-body {
  box-shadow: 0px 0px 10px 1px #bfbfbf;
  padding: 31px;
}

.accordion-body p {
  font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.accordion-button::after {
  filter: brightness(100);
}

.accordion-item {
  margin-bottom: 12px;
}

.questions_car h3 {
  font-size: 43px;
}

.questions_heading h3 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--f3);
  color: #000;
}

.questions_heading p {
  font-size: 13px;
}

section.About-us {
  padding: 70px 0px;
}

section.questions_section.alt {
  background: transparent;
}

.login-form input:focus {
  box-shadow: none;
  border-color: #000;
}

.login-btn button {
  width: 100%;
  margin-bottom: 10px;
}

.login-btn a {
  font-weight: bold;
  margin-left: 7px;
}

.login-btn p {
  font-size: 16px;
}

.login-btn {
  text-align: center;
}

.login-form label {
  font-size: 14px;
  color: grey;
}

h3.client_title::after {
  content: '';
  position: absolute;
  top: 55%;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #000;
  transform: translate(-0%, -50%);
}

.contact_btn button:hover {
  background: transparent;
  border-color: var(--c1);
  border-color: var(--c2);
}

header.header {
  background: var(--c1);
  padding: 10px 0px;
}

.booking_btn a {
  background: var(--c1);
}

form.footer_form a {
  background: var(--c1);
}

.input_time input:focus {
  color: #fff;
  box-shadow: none;
}

.form_inputs input:focus {
  box-shadow: none;
}

.client_slider .slick-arrow:hover::before {
    color: #fff;
}

.client_slider .slick-arrow:hover {
    background: var(--c2);
}

.client_slider {
    cursor: grab;
}