:root {
  --color-red: #952609;
  --color-black: #111;
  --color-white: #f8f8f8;
  --color-light-grey: #f9f8f7;
}

.handle-preloader {
  background-color: white;
}

.slide-item.content_left,
.slider.style_two .slide-item-content .slider_content {
  height: 100dvh;
}

.slider.style_two .slide-item-content .slider_content {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dark-header .main_header_inner {
  border-radius: 0;
  padding: 0;
  border-inline: none;
  background-color: transparent;
}

header .btn-style-one {
  color: white;
  border: 1px solid white;
}

header .btn-style-one:hover {
  border-color: var(--color-red);
}

.slider.style_two .slide-item-content .slider_content h6 {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.main_header_inner .main_header_logo {
  max-width: 240px;
  padding: 15px 0;
}

#brands {
  padding-top: 80px;
}

.brand-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brand-track {
  display: flex;
  width: max-content;
  /* take width of all children */
  animation: scrollMarquee 30s linear infinite;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.single-brand-item {
  flex: 0 0 auto;
  margin: 0 40px;
  text-align: center;
}



.single-brand-item {
  border-radius: 50%;
  max-width: 170px;
}

.single-brand-item .brand-image {
  height: 88px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image img {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
  max-width: 120px !important;
}

.single-brand-item:hover {
  box-shadow: none;
}

.brand-marquee::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  z-index: 2;
}

.brand-marquee::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  height: 100%;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  z-index: 2;
}

#home {
  background: black;
}

.pb_120 {
  padding-bottom: 100px;
}

.pt_120 {
  padding-top: 100px;
}

.about-left-image {
  height: 100%;
}

.about-left-image img {
  height: 100%;
  object-fit: cover;
}

.about-left-image {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-left-image:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.about-info-icon i {
  color: var(--color-red);
}

.dark-header .sticky_header .main_header_inner .search-toggler {
  color: var(--color-black);
}

header .sticky_header .btn-style-one {
  background-color: var(--color-red);
  border: var(--color-red);
}

.section-title span.sub-title {
  letter-spacing: 2px;
}

.scroll-top {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px -10px;
  border: none;
}

#cars .btn-style-three {
  background-color: var(--color-red);
  border: var(--color-red);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

#cars .btn-style-three:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
}

.fixed_header .main_header_inner .main_header_logo {
  max-width: 180px;
}

#about {
  background: #f3f3f3;
}

.mt_120 {
  margin-top: 80px;
}

.mb_120 {
  margin-bottom: 80px;
}

#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 20px; */
  background: white;
  z-index: 0;
}

#about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 20px; */
  background: white;
  z-index: 0;
}

#more {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url(../img/tigo9.webp) no-repeat center center / cover;
  padding: 100px 0;
  border-radius: 30px;
  margin: 0 30px;
  background-attachment: fixed;
}

.sub-white {
  background-color: #f1ebe5 !important;
}

.why-chooseus-icon svg {
  width: 50px;
}

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

.why-chooseus-icon i {
  font-size: 50px;
}

#contact {
  background-color: var(--color-light-grey);
}

.contact-section .default-form .form-group {
  margin-bottom: 20px;
}

.contact-details-section {
  margin-bottom: -150px;
  background-color: var(--color-light-grey);
}

.contact-details-section .row {
  z-index: 11;
  position: relative;
}

.footer_widget_logo {
  max-width: 180px;
  margin-bottom: 25px;
}

.footer-top-outer {
  padding: 65px 0px;
}

footer {
  padding-top: 80px;
}

.footer-top-outer {
  padding-top: 0px;
}

.ad-scroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 111;
}

.ad-scroll a {
  color: white;
  font-size: 30px;
}

section {
  position: relative;
}

.ad-scroll-animate {
  display: inline-block;
  animation: rotateY 2.5s linear infinite, floatUpDown 2.5s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

#search {
  margin-top: 80px;
}

#search form {
  padding: 0 !important;
}

.booking-section.home-three .filter-wrapper .filter-group {
  box-shadow: none;
}

.booking-section .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
  max-height: 400px;
}

.guest-count {
  max-height: 400px;
  overflow-y: auto;
}

.title.single-item {
  border: none !important;
  width: 100%;
}

li.single-item {
  padding: 0 !important;
}

.booking-section .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
  font-size: 20px;
}

.searchbox-input h5 {
  line-height: 125%;
  color: white !important;
}

.booking-section .filter-wrapper .filter-group form .filter-area .single-search-box {
  gap: 20px;
}

.booking-section .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input label {
  font-size: 14px;
}

.mt_140 {
  margin-top: 120px;
}

.booking-section .filter-wrapper .filter-group form button {
  padding: 23.5px 50px;
}

.applyBtn {
  background-color: var(--color-red);
  border-color: var(--color-red);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--color-red);
}

.single-popular-car-image img {
  background-color: #f3f3f3;
  transform: scale(1.3);
}

.single-popular-car-block:hover .single-popular-car-image img {
  transform: scale(1.45);
}

.single-popular-car-rent-per-day {
  background-color: var(--color-red);
}

.single-popular-car-rent-per-day span {
  color: white;
}

.single-popular-car-rent-per-day {
  color: #cfa89d;
}

.main_header_inner {
  width: 100%;
}

.date-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: all 0.3s;
}

.date-input:focus {
  border-color: #fff;
  background-color: #952609;
  color: #fff;
}

.rent-dates input::placeholder {
  color: #952609;
}

/* Make button match accent when enabled */
#rent-btn.btn-style-three:enabled,
#rent-btn.btn-style-three.active {
  background-color: #952609;
  border-color: #952609;
  color: #fff;
}

.date-field {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.date-field label {
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
  font-weight: 500;
}

.slider.style_two .slide-item-content .slider_content h1 {
  margin-bottom: 30px;
}

.tj-page-header {
  padding-top: 287px;
  padding-bottom: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--tj-color-theme-dark);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.tj-page-title {
  color: white;

}

.tj-page-link {
  font-size: 18px;
  color: #888;
}

.tj-page-link a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}

.tj-page-link span {
  color: #888;
  margin: 0 5px;
}

#search {
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)),
    url(../img/more.webp) no-repeat center center / cover; */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)),
    url(../img/more.jpg) no-repeat center center / cover;
  padding: 100px 0;
  border-radius: 30px;
  margin: 70px 30px;
  background-attachment: fixed;
}

#search-results {
  margin: 100px 0;
}

.tj-page-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.single-popular-car-text .full-text {
  transition: max-height 0.3s ease;
}

.read-more-link {
  color: var(--color-red);
  cursor: pointer;
  margin-left: 5px;
}

.popular-car-section {
  padding: 90px 0;
}