@font-face {
  font-family: "NeueMontreal-bold";
  src: url(../font/ppneuemontreal-bold.ttf) format("truetype");
}

@font-face {
  font-family: "NeueMontreal-normal";
  src: url(../font/ppneuemontreal-book.ttf) format("truetype");
}

@font-face {
  font-family: "NeueMontreal-italic";
  src: url(../font/ppneuemontreal-italic.ttf) format("truetype");
}

@font-face {
  font-family: "NeueMontreal-med";
  src: url(../font/ppneuemontreal-medium.ttf) format("truetype");
}

@font-face {
  font-family: "NeueMontreal-bold-italic";
  src: url(../font/ppneuemontreal-semibolditalic.ttf) format("truetype");
}

@font-face {
  font-family: "NeueMontreal-thin";
  src: url(../font/ppneuemontreal-thin.ttf) format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.ttf) format("truetype");
}

body {
  background-color: #f9f9f9;
}

:root {
  --primary-color: #0049ff;
  --bold: "NeueMontreal-bold";
  --normal: "NeueMontreal-normal";
  --italic: "NeueMontreal-italic";
  --medium: "NeueMontreal-med";
  --bold_italic: "NeueMontreal-bold-italic";
  --thin: "NeueMontreal-thin";
  --poppins-regular: "Poppins-Regular";
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100%;
}

h1 {
  font-family: var(--bold);
}

.bg-blue {
  background-color: var(--primary-color);
}

.border-2-form {
  border: 2px solid white;
  border-radius: 15px;
}

.border2 {
  border: 2px solid var(--primary-color);
}

.p-10 {
  padding: 10px;
}

.w-full {
  width: 100%;
}

.d-col-flex {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}

.m-0 {
  margin: 0px;
}

.h-radius {
  border-radius: 10px;
  overflow: hidden;
}

.flex-tb-center {
  display: flex;
  align-items: center;
}

.hw-100 {
  height: 100%;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slide-main-imag {
  width: 100%;
  position: relative;
}

.slide-btn {
  position: absolute;
  bottom: 10px;
  width: 80% !important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0048ff !important;
}

/* globaly css */

.start-sec {
  margin-top: 120px !important;
}

.heading-1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 74.4px;
  font-family: var(--bold);
}

.heading-orange {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.6px;
  text-transform: uppercase;
  font-family: var(--bold);
}

.heading-2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 52.6px;
  font-family: var(--medium);
}

.body-text {
  color: black;
  font-family: var(--normal);
}

.title {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  font-family: var(--medium);
}

.title-2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--medium);
}

p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  font-style: normal;
  font-family: var(--normal);
}

.btn-theme {
  font-size: 16px;
  line-height: 17.5px;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1140px;
}

/* .autoplay-slider {
  overflow: hidden;
} */

.autoplay-slider img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
}

.autoplay-slider > div {
  min-height: 500px !important;
}

.slick-slide {
  margin: 0px 15px;
}

.autoplay-slider {
  width: 100%;
  margin: 100px auto;
  height: 100%;
  min-height: 500px !important;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.max-container {
  width: 100%;
  max-width: 1320px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin: auto;
}
/* .nav-inner > li {
  margin: auto;
} */

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-20 {
  font-size: 20px;
}

.mtt-30 {
  margin-top: 20px;
}

.cat-form {
}
.cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}

.cta-left {
  padding: 0px 100px;
}
.only-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gap-10 {
  gap: 10px;
}

.bg-theme {
  background-color: var(--primary-color);
}
.text-theme {
  color: var(--primary-color);
}
.text-white {
  color: white;
}

.border-1 {
  border: 2px solid var(--primary-color);
}

.border-botoom {
  border-bottom: 2px solid #e8e8e8;
}

.border-right {
  border-right: 2px solid #e8e8e8;
}

.google-border-right {
  border-right: 2px solid rgba(81, 81, 81, 1);
}

.bg-white {
  background-color: white;
}

.tabs ul li a {
  white-space: nowrap;
  margin-right: 0px !important;
}

.item-center {
  align-items: center;
}

.f-icon {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-icon-bg {
  background-color: #0049ff;
  padding: 10px;
  border-radius: 10px;
}

.input {
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
}

.input::placeholder {
  font-size: 15px;
  line-height: 19.8px;
  font-weight: 400;
  font-family: var(--normal);
}

.radius-24 {
  border-radius: 24px;
}

.heding-leaner {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  background: linear-gradient(to bottom, var(--primary-color), white);
  -webkit-background-clip: text; /* Clip the background to the text */
  -webkit-text-fill-color: transparent;
}
.card-btn {
  border-radius: 100px;
  border: none;
  width: 100%;
  background-color: black;
  color: white;
}

.card-btn:hover {
  background-color: var(--primary-color);
  transition: 1s;
}

ul > li {
  list-style-type: none;
}

.left-card {
  background-color: black;
  border-radius: 30px;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  font-family: var(--bold);
}

.footer-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: var(--medium);
}

button {
  font-family: var(--normal);
}

ul > li {
  font-family: var(--normal);
}

select {
  word-wrap: normal;
  width: 100%;
  font-size: 15px;
}

/* ////////////////////////////////////////////////////////// */

.logo {
  width: 160px;
  height: 35px;
}

.banner-bg {
  /* background-image: url(../images/login-bg.webp); */
  /* border-radius: 32px; */
  background-color: black;
  background-position: center;
  background-size: cover;
  height: fit-content;
  padding: 20px;
}

.banner-container {
  background-color: rgba(0, 0, 0, 0.4);
  /* border-radius: 32px; */
  padding: 0px 90px;
}

.nav-tabs {
  border-radius: 10px;
  border: none;
  border-radius: 100px;
  padding: 20px;
}

.nav-tabs-inner {
  border-radius: 10px;
  border: none;
  border-radius: 100px;
}

.tabs-inner {
  height: 100%;
  min-height: 500px;
}

.tabs {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(70px);
  border-radius: 15px;
  /* height: 100%;
  min-height: 560px; */
}

.tab-link {
  color: white;
  border: 1px solid white;
  border-radius: 100px;
}

.nav-tabs.tab-link.active {
  border-radius: 100px;
  background-color: black;
}

.tab-link:hover {
  background-color: rgba(
    255,
    255,
    255,
    0.3
  ); /* Slightly opaque background on hover */
  border-radius: 100px;
  color: white;
}

.tab-content {
  border-radius: 10px; /* Rounded corners */
  padding: 0px 10px;
  color: white; /* Text color */
}

.nav-tabs .tab-link {
  border-radius: 100px !important;
  border: 1px solid white;
  margin: 0px 10px;
}

.nav-tabs .nav-item.show .tab-link,
.nav-tabs .tab-link.active {
  background-color: black;
  color: white;
  border: none;
}

.google-text {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 700;
  font-family: var(--bold);
}

.border-lr-lb {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.border-rr-rb {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.cards {
  margin-top: 48px;
}

.nav {
  justify-content: center !important;
  gap: 10px;
}

.nav-inner {
  display: flex;
  gap: 5px;
  margin: 20px 10px;
  padding-left: 0px !important;
}

.justify-center {
  justify-content: center;
}

.card {
  border: none;
  background-color: #ffffff;
  border-radius: 16px;
}
.border-none {
  border: none;
}

.btn-4-sec {
  background-color: #0049ff;
  color: white;
  position: absolute;
  right: 20px;
  top: 10px;
}

.img-sec > img {
  width: 100%;
}

.card-1 {
  margin-top: 24px;
  border-radius: 16px;
  padding: 10px;
  background-color: #ffffff;
}
.left {
  background-color: black;
}

.border-google {
  border: 2px solid rgba(81, 81, 81, 1);
  border-radius: 14px;
}

.bg-lambo {
  background-image: url(../images/carlambo.png);
  background-position: center;
  padding-top: 50px;
}

.glass-1 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(70px);
  border-radius: 20px;
  border: 2px solid transparent;
}

.glass {
  max-width: 450px;
  margin-left: auto;
}

.w-100 {
  width: 100%;
}
.f1-bg {
  background-color: #0049ff;
  background-image: url(../images/frame.png);
}
.f2-bg {
  background-color: black;
}
.f-sec-2 {
  margin-top: 42px;
}

/*About Page*/
.carlist-section .car-list-row:first-child {
  margin-top: 0px;
}
.car-list-row {
  margin-top: 16px;
}
.car-info-clm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}
.car-info-clm .image-details-clm,
.car-info-clm .top-rated,
.car-info-clm .car-price,
.car-info-clm .bok-btn {
  width: 100%;
}
.car-info-clm .image-details-clm {
  display: flex;
  align-items: center;
  gap: 16px;
}
.car-info-clm .top-rated {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.car-info-clm .car-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.car-info-clm .bok-btn {
  justify-content: end;
  display: flex;
}
.car-info-clm .bok-btn a {
  color: #0048ff;
  text-decoration: none;
  font-family: var(--medium);
  font-size: 18px;
  line-height: 19px;
  padding: 10px 20px;
  border: 1px solid #0048ff;
  border-radius: 60px;
}
.car-info-clm .bok-btn a:hover {
  color: #ffffff;
  background: #0048ff;
  transition: 1s;
}
.img-title h2 {
  color: #000000;
  font-family: var(--medium);
  font-size: 20px !important;
  line-height: 22px !important;
  margin: 0;
}
.top-rated-text p {
  margin: 0;
  color: #757575;
  font-size: 14px;
  line-height: 15px;
  font-family: var(--normal);
  padding: 6px 0px 0px 0px;
}
.top-rated .top-rated-content {
  padding: 0px 5px;
}
.price-info-row span {
  color: #000000;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  font-family: var(--medium);
  text-decoration: line-through;
}
.price-info-row p {
  margin: 0;
  padding: 4px 0px 0px 0px;
  color: #0048ff;
  font-family: var(--normal);
  font-size: 14px;
  line-height: 15px;
}
.price-info-row.regular-price span {
  text-decoration: none;
  font-family: var(--medium);
  font-size: 18px;
  font-weight: 500;
}
.price-info-row.regular-price h6 {
  margin: 0;
  color: #757575;
  font-family: var(--normal);
  padding: 4px 0px 0px 0px;
}
.details-btn-clm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.details-btn-clm p.dropdown-txt.details-btn {
  padding: 0px 4px 0px 0px;
}
.details-btn-clm .details-btn {
  cursor: pointer;
}
.details-btn-clm img {
  width: 12px;
  height: 7px !important;
}

.tab-block .tab-mnu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.tab-block .tab-mnu:after {
  content: "";
  display: table;
  clear: both;
}
.tab-block .tab-mnu li {
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: var(--medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  padding: 11px 16px;
  border-radius: 24px;
}
.tab-block .tab-mnu li:not(:last-child) {
  border-right: 1px solid #4c607c;
}
.tab-block .tab-mnu li:hover:not(.active) {
  background-color: #000000;
  color: #ffffff;
}
.tab-block .tab-mnu .active {
  background-color: #000000;
  color: #ffffff;
}
.tab-block .tab-cont {
  box-sizing: border-box;
  border-top: 1px solid white;
  background-color: white;
  color: #292d2f;
}
.tab-block .tab-cont .tab-pane {
  padding: 16px 0px 0px;
}
.tab-icon-row {
  display: flex;
  align-items: center;
  gap: 48px;
}
.tab-icon-row .tab-icon-clm {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tab-icon-row .tab-icon-clm p {
  color: #757575;
  font-family: var(--poppins-regular);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
.tab-icon-row ul {
  padding: 0px 0px 0px 20px;
  text-align: left;
  margin: 0;
}
.tab-icon-row ul li {
  list-style: disc;
  padding-bottom: 5px;
}
.car-data {
  background: #fff;
  padding: 24px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #e8e8e8;
  margin-top: -13px;
}
.car-data {
  display: none;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-mnu li.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.details-btn-clm {
  cursor: pointer;
}
.details-btn img {
  width: 20px;
}

/*Checkout Page*/
.checkout-bg {
  background-image: url(../images/checkoutbg.png);
  background-position: center;
  background-size: cover;
  background-color: black;
}
.checkout-bg .banner-container {
  padding: 100px 90px !important;
  background-color: rgba(0, 72, 255, 0.3);
}
.car-pic-clm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-doc-list {
  padding: 8px 32px 32px 32px;
  background: #fff;
  border-radius: 20px;
}
.car-pic-clm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.car-pic-clm p {
  margin: 0;
  color: #757575;
  font-size: 18px;
  line-height: 19px;
  font-family: var(--normal);
  text-transform: capitalize;
}
.car-pic-clm h5 {
  margin: 0;
  color: #000000;
  font-family: var(--medium);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
.car-data.checkout-page {
  display: block;
  margin-top: 32px;
  padding: 32px;
  border: none;
  border-radius: 20px;
}
.car-doc-list.checkout-form-clm {
  padding: 0px;
  background: transparent;
}
.checkout-form-clm .form-clm {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
}
.checkout-form-clm label.form-label {
  color: #000000;
  margin: 0;
  padding: 0px 0px 8px 0px;
  font-family: var(--medium);
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
}
.checkout-form-clm .form-div {
  margin-bottom: 16px;
}
.checkout-form-clm .form-div .form-control {
  padding: 12px 14px !important;
  color: #757575;
  font-family: var(--normal);
  font-size: 16px;
  line-height: 22px;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amout-title {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.amout-title h6 {
  margin: 0;
  color: #000000;
  font-family: var(--medium);
  font-size: 18px;
  line-height: 19px;
}
.subtotal p {
  margin: 0;
  color: #000000;
  font-size: 32px;
  line-height: 35px;
  font-family: var(--medium);
}
.form-subinfo {
  padding: 32px 24px 0px;
}
.dropdown-amout-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.dropdown-amout-title h6 {
  margin: 0;
  color: #000000;
  font-family: var(--normal);
  font-size: 16px;
  line-height: 22px;
}
.dropdown-amout-title p {
  margin: 0;
  color: #000000;
  font-family: var(--normal);
  font-size: 18px;
  line-height: 19px;
}
.dropdown-price-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0px 0px;
}
button.btn.pay-btn {
  margin-top: 24px;
  outline: none;
  box-shadow: none;
  padding: 16px;
  width: 100%;
  background: #0048ff;
  color: #ffffff;
  border-radius: 60px;
  font-family: var(--medium);
  font-size: 18px;
  line-height: 19px;
  text-transform: capitalize;
}
button.btn.pay-btn:hover {
  transition: 1s;
  background: #000000;
}
.checkout-page .tab-icon-row {
  flex-wrap: wrap;
  gap: 20px;
}

.log-in-page {
  background-image: url("../images/login-bg.webp");
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log-in-page .row {
  width: 100% !important;
  max-width: 530px;
}
.login-main .title h1 {
  text-align: center;
  color: #ffffff;
  font-family: var(--bold);
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  margin: 0;
  padding-bottom: 8px;
}
.login-main .title p {
  text-align: center;
  color: #ffffff;
  font-family: var(--normal);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.login-main form {
  backdrop-filter: blur(70px);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 32px;
  margin: 24px 0px;
}
.login-main form label.form-label {
  color: #ffffff;
  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 8px;
}
.login-main form .form-control {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px;
  padding: 14px;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--normal);
}
.login-main form .form-control::placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
.login-main form button.btn {
  width: 100% !important;
  background: #0048ff !important;
  padding: 16px !important;
  border-radius: 60px;
  margin-top: 24px;
  outline: none !important;
  color: #ffffff;
  font-size: 18px !important;
  font-family: var(--medium);
  line-height: 19px;
  box-shadow: none !important;
  border: none !important;
}
.login-main form button.btn:hover {
  transition: 1s;
  background: #000 !important;
}

.nav-show-phone {
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  padding: 10px 30px;
}

.car-data {
  display: none; /* Default state: hidden */
}

.car-data.DataActive {
  display: block; /* When 'DataActive' is added, it will be visible */
}

/* for select dd  */

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single {
  padding: 10px;
}
.select2-container .select2-selection--single {
  height: auto;
  width: 100%;
}
.mt-10 {
  margin-top: 10px;
}

.navbar-collapse {
  width: 100%;
  justify-content: center !important;
  padding: 20px;
}

.flex-evenly {
  display: flex;
  justify-content: space-between;
}

.nav-show-phone {
  display: none;
}

.form-search-btn {
  width: 100%;
  margin-top: 15px;
  border: none;
  padding: 10px 10px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

/* .nav-item .tab-link {

} */

.fix-width-btn {
  display: inline-block;
  height: 40px;
  width: 150px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  margin: 0px !important;
  box-sizing: border-box;
}

.mb-40 {
  margin-bottom: 40px;
}

.footer-link {
  text-decoration: none;
  color: white;
}

/* new design for card  */

.card-of-Details > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.car-details-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 10px;
}

/* .card-of-Details:nth-child(4) {
  flex: 1 1 400px;
} */

.card-of-Details {
  /* border: 2px solid black; */
  flex: 1 1 calc(33.333% - 25px);
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #524f4f;
}

.card-of-Details:hover {
  transition: 2s;
  box-shadow: 0px 0px 20px 0px #524f4f;
}

/* .car-des {
  display: flex;
} */

.cab-price {
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}

.car-name-model {
  display: flex;
  align-items: center;
  gap: 10px;
}

.car-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.cab-car-name {
  text-align: center;
  font-weight: bold;
  color: var(--primary-color);
}

.cab-car-model-name {
  text-align: center;
}

.desc-flex {
  display: flex;
  justify-content: space-between;
}

.desc-left {
  font-weight: bold;
}

.des-right {
  font-weight: bold;
  color: var(--primary-color);
}

.footer-for-car {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-terms {
  margin: 0;
  padding: 0;
}

.booking-terms > li {
  margin: 10px 0px;
}

.card-btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stars {
  display: flex;
}

.stars > img {
  height: 30px;
}

.autoplay-slider-2 > .slick-dots li button:before {
  color: white !important;
}

.text-decoration-none {
  text-decoration: none !important;
}
