@charset "UTF-8";
@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 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #020200;
}

html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
}

a {
  text-decoration: none;
}

.row.row-5-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-5-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.row-small-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.row-small-gutter > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.row-middle-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.row.row-middle-gutter > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row.row-large-gutter {
  margin-left: -50px;
  margin-right: -50px;
}
.row.row-large-gutter > * {
  padding-left: 50px;
  padding-right: 50px;
}
.row.row-10-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-10-gutter > * {
  padding-left: 10px;
  padding-right: 10px;
}

.body-content {
  padding-top: 80px;
}

.header {
  background: url(../../assets/img/header-bg.png) repeat top center fixed;
  height: 80px;
  line-height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.header .logo img {
  height: 60px;
}
.header .dropMenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.header .dropMenu ul li {
  margin-right: 20px;
  list-style: none;
  position: relative;
}
.header .dropMenu ul li a {
  font-size: 15px;
  color: #e1292b;
}
.header .dropMenu ul li a.drop {
  color: #fff;
}
.header .dropMenu ul li a.drop svg {
  color: #e1292b;
}
.header .dropMenu ul li .subDrop {
  display: none;
  background-color: #ffffff;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 1000px;
  z-index: 99;
  padding: 30px;
}
.header .dropMenu ul li .subDrop .subDropItem .subDropItemImage img {
  width: 100%;
}
.header .dropMenu ul li .subDrop .subDropItem .subDropItemImage .subDropItemImageText {
  color: #020200;
  line-height: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.header .dropMenu ul li .subDrop .subDropItemBrand {
  margin-top: 30px;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .subDropItemTitle {
  color: #e1292b;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem {
  background-color: #f2f2f2;
  color: #020200;
  height: 120px;
  display: flex;
  flex-direction: column; /* Dikey düzende göstermek için */
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem .brandLogo {
  margin-bottom: 0px;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem .brandLogo img {
  width: 50px;
  filter: grayscale(100%);
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem .brandName {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem .brandName a {
  color: #020200;
}
.header .dropMenu ul li .subDrop .subDropItemBrand .brandItem:hover .brandLogo img {
  filter: grayscale(0%);
}
.header .headerMenu {
  float: right;
}
.header .headerMenu ul {
  display: flex;
  align-items: center;
  align-content: end;
}
.header .headerMenu ul li {
  list-style: none;
  margin-left: 15px;
}
.header .headerMenu ul li a {
  font-size: 15px;
  color: #fff;
}
.header .headerMenu ul li a:hover {
  color: #e1292b;
}
.header .headerMenu ul li.current-menu-item a {
  color: #e1292b;
}

.slider {
  height: calc(100vh - 80px);
}
.slider .headerCarousel .singleSliderNext,
.slider .headerCarousel .singleSliderPrev {
  color: #fff;
}
.slider .headerCarousel .singleSliderNext:after, .slider .headerCarousel .singleSliderNext:before,
.slider .headerCarousel .singleSliderPrev:after,
.slider .headerCarousel .singleSliderPrev:before {
  font-size: 55px;
}
.slider .headerCarousel .singleSliderNext {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 35px;
}
.slider .headerCarousel .singleSliderPrev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 35px;
}
.slider .headerCarousel .slideImage {
  position: relative;
}
.slider .headerCarousel .slideImage img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .headerCarousel .slideImage .slideButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider .headerCarousel .slideImage .slideButton .cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.slider .headerCarousel .slideImage .slideButton .cta:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #e1292b;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}
.slider .headerCarousel .slideImage .slideButton .cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.slider .headerCarousel .slideImage .slideButton .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #e1292b;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.slider .headerCarousel .slideImage .slideButton .cta:hover:before {
  width: 100%;
  background: #e1292b;
}
.slider .headerCarousel .slideImage .slideButton .cta:hover svg {
  transform: translateX(0);
  stroke: #fff;
}
.slider .headerCarousel .slideImage .slideButton .cta:active {
  transform: scale(0.95);
}
.slider .headerCarousel .swiper-button-next {
  color: #fff;
}
.slider .headerCarousel .swiper-button-prev {
  color: #fff;
}

.section {
  margin-top: 200px;
}
.section.mt-50 {
  margin-top: 50px;
}
.section.mt-75 {
  margin-top: 75px;
}
.section.mt-100 {
  margin-top: 100px;
}
.section.mt-150 {
  margin-top: 150px;
}
.section .sectionTitle {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
.section .sectionTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 35px;
  height: 2px;
  background-color: #e1292b;
}
.section .sectionTitle span {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.section .sectionTitle span a {
  color: #e1292b;
}
.section .filterBar select {
  border: none;
  outline: none;
  width: 100%;
  background-color: #151515;
  color: #bababa;
  padding: 9px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.section .clearFilter {
  margin-top: 25px;
}
.section .clearFilter button {
  background-color: #e1292b;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  outline: none;
  border: none;
  margin-right: 5px;
}
.section .clearFilter button.filterResult {
  background-color: #151515;
  color: #fff;
  cursor: no-drop;
}
.section .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.section .pagination a {
  display: block;
  background-color: #151515;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.section .pagination span {
  display: block;
  background-color: #e1292b;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.section .pagination .next,
.section .pagination .prev {
  display: none;
}

.segmentItem {
  background-color: #151515;
  width: 100%;
  height: 160px;
  position: relative;
  border-radius: 10px;
}
.segmentItem .segmentText {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, 0);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.segmentItem .segmentImage {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0);
}
.segmentItem .segmentImage img {
  height: 100px;
}
.segmentItem a {
  color: #fff;
}

.brandNext,
.brandPrev {
  color: #fff;
}
.brandNext:after, .brandNext:before,
.brandPrev:after,
.brandPrev:before {
  font-size: 55px;
}

.brandNext {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 17px;
  color: #fff;
  background-color: #e1292b;
  border-radius: 50%;
}

.brandPrev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 17px;
  color: #fff;
  background-color: #e1292b;
  border-radius: 50%;
}

.brandItem {
  background-color: #f2f2f2;
  color: #020200;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.brandItem a {
  color: #020200;
}
.brandItem a:hover {
  color: #e1292b;
}
.brandItem .brandLogo {
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.brandItem .brandLogo img {
  filter: grayscale(100%);
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brandItem .brandName {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.brandItem .brandName a {
  color: #020200;
}
.brandItem:hover .brandLogo img {
  filter: grayscale(0%);
}

.viewAll a {
  display: block;
  width: 100%;
  background-color: #e1292b;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
}

.listCarItem {
  position: relative;
}
.listCarItem .listCarItemImage img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.listCarItem .listCarItemImage .carSmallLogo {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.listCarItem .listCarItemImage .carSmallLogo img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.listCarItem .listCarDetail {
  background-color: #f2f2f2;
  color: #020200;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.listCarItem .listCarDetail .carName {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listCarItem .listCarDetail .carPrice {
  font-size: 14px;
  font-weight: 700;
  color: #e1292b;
}
.listCarItem .listCarDetail .rentButton a {
  display: block;
  background-color: #e1292b;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
}

.homeDetail {
  position: Relative;
  height: 650px;
}
.homeDetail .homeDetailTitle {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.homeDetail .homeDetailDescription {
  font-size: 20px;
  margin-top: 25px;
  color: #fff;
}
.homeDetail .homeDetailDescription p {
  line-height: 30px;
}
.homeDetail .detailImage {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.homeDetail .detailImage img {
  width: 900px;
}

.services {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 60px 50px;
  color: #020200;
  position: Relative;
  z-index: 2;
}
.services .servicesItem {
  margin-bottom: 40px;
}
.services .servicesItem:last-child {
  margin-bottom: 0px;
}
.services .servicesItem .servicesImage img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services .servicesItem .serviceTitle {
  font-weight: 700;
  font-size: 16px;
}
.services .servicesItem .serviceDescription {
  font-size: 15px;
  margin-top: 5px;
}
.services .servicesItem .servicesButton {
  margin-top: 5px;
}
.services .servicesItem .servicesButton a {
  display: table;
  background-color: #e1292b;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
}

.subDetail {
  background: url(../../assets/img/sub-detail2.jpg) no-repeat bottom center;
  background-size: cover;
  height: 650px;
  position: relative;
  padding-top: 75px;
}
.subDetail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 450px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 99%);
}
.subDetail .subDetailBig {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.subDetail .subDetailButton {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.subDetail .subDetailButton .cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.subDetail .subDetailButton .cta:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #e1292b;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}
.subDetail .subDetailButton .cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.subDetail .subDetailButton .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #e1292b;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.subDetail .subDetailButton .cta:hover:before {
  width: 100%;
  background: #e1292b;
}
.subDetail .subDetailButton .cta:hover svg {
  transform: translateX(0);
  stroke: #fff;
}
.subDetail .subDetailButton .cta:active {
  transform: scale(0.95);
}
.subDetail .subDetailSub {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}

.footer .footerTop {
  background-color: #151515;
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}
.footer .footerTop .footerLogo img {
  height: 70px;
}
.footer .footerTop .footerMenus {
  position: relative;
  z-index: 9;
}
.footer .footerTop .footerInstagram {
  margin-top: 30px;
}
.footer .footerTop .footerInstagram a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
}
.footer .footerTop .footerInstagram a svg {
  margin-right: 10px;
}
.footer .footerTop .footerTopRoad {
  position: absolute;
  right: 80px;
  top: 0px;
  opacity: 0.1;
}
.footer .footerTop .footerTopRoad img {
  width: 960px;
  height: 480px;
}
.footer .footerTop .footerMenus .menuTitle {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .footerTop .footerMenus .menuItems ul {
  margin: 0;
  padding: 0;
}
.footer .footerTop .footerMenus .menuItems ul li {
  list-style: none;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b1b1b1;
}
.footer .footerTop .footerMenus .menuItems ul li a {
  font-size: 14px;
  color: #b1b1b1;
}
.footer .footerTop .footerMenus .menuItems ul li a:hover {
  color: #fff;
}
.footer .footerTop .footerCall {
  text-align: center;
  position: relative;
}
.footer .footerTop .footerCall .footerCallIcon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  color: #e1292b;
}
.footer .footerTop .footerCall .footerCallNumber {
  font-size: 30px;
}
.footer .footerTop .footerCall .footerCallNumber a {
  color: #fff;
  font-weight: 700;
}
.footer .footerTop .footerCall .footerCallButton {
  display: table;
  margin: 0 auto;
}
.footer .footerTop .footerCall .footerCallButton a {
  display: table;
  background-color: #e1292b;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
}
.footer .footerBottom {
  padding: 30px 0px;
}
.footer .footerBottom .footerBottomMenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footerBottom .footerBottomMenu ul li {
  list-style: none;
  margin-right: 15px;
}
.footer .footerBottom .footerBottomMenu ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .footerBottom .footerRight {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #e1292b;
}

.whatsapp {
  position: fixed;
  left: 25px;
  bottom: 25px;
  border: 2px solid #fff;
  z-index: 3;
  border-radius: 50%;
}
.whatsapp a {
  display: block;
  background-color: #45dd60;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
}

.singlePage .singlePageTitle {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.singlePage .singlePageTitle h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.singlePage .singleContent {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.singlePage .singleContent a {
  color: #e1292b;
}
.singlePage .singleContent p {
  font-size: 14px;
  line-height: 25px;
}
.singlePage .singleContent .blogThumb {
  margin-bottom: 20px;
}
.singlePage .singleContent .blogThumb img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.singlePage .priceListContent {
  color: #b1b1b1;
  font-size: 14px;
}
.singlePage .priceListContent p {
  line-height: 25px;
}
.singlePage .catalog {
  position: relative;
}
.singlePage .catalog .catalogImage img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.singlePage .catalog .catalogButton {
  position: absolute;
  left: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.singlePage .catalog .catalogButton a {
  display: block;
  background-color: #e1292b;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 15px;
}
.singlePage .singleGallery .singleBigImage {
  position: relative;
}
.singlePage .singleGallery .singleBigImage img {
  border-radius: 15px;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlePage .singleGallery .singleBigImage .descriptionTop {
  position: Relative;
  z-index: 2;
  width: 95%;
  margin-top: -200px;
  margin-left: 2.5%;
  background-color: #000;
  padding: 20px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(236, 236, 236, 0.05);
}
.singlePage .singleGallery .singleBigImage .descriptionTop p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.singlePage .singleGallery .singleBigImage .descriptionTop p:last-child {
  margin-bottom: 0px;
}
.singlePage .singleGallery .singleBigImage .descriptionTop span {
  color: #08f489;
  font-size: 14px;
}
.singlePage .singleGallery .singleBigImage .descriptionTop ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.singlePage .singleGallery .singleBigImage .descriptionTop ul li {
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  color: #020200;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.singlePage .singleGallery .singleBigImage .descriptionTop ul li a {
  color: #020200;
}
.singlePage .singleGallery .singleSliderNext {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 45px;
  color: #fff;
}
.singlePage .singleGallery .singleSliderPrev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  font-size: 45px;
  color: #fff;
}
.singlePage .singleThumbGallery {
  margin-top: 15px;
  position: relative;
}
.singlePage .singleThumbGallery .singleSliderNext,
.singlePage .singleThumbGallery .singleSliderPrev {
  color: #fff;
}
.singlePage .singleThumbGallery .singleSliderNext:after, .singlePage .singleThumbGallery .singleSliderNext:before,
.singlePage .singleThumbGallery .singleSliderPrev:after,
.singlePage .singleThumbGallery .singleSliderPrev:before {
  font-size: 18px;
}
.singlePage .singleThumbGallery .singleSliderNext {
  position: absolute;
  right: 10px;
  top: 40px;
  z-index: 9999;
}
.singlePage .singleThumbGallery .singleSliderPrev {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 9999;
}
.singlePage .singleThumbGallery .singleThumbImage img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.singlePage .reservation {
  background-color: #f2f2f2;
  color: #020200;
  height: 550px;
  padding: 35px;
  border-radius: 15px;
}
.singlePage .reservation .otherBooking {
  display: flex;
  align-items: center;
  margin-top: 25px;
  border-radius: 5px;
}
.singlePage .reservation .otherBooking div {
  margin-right: 5px;
  font-size: 13px;
  padding: 6px 25px;
  border-radius: 5px;
  color: #fff;
}
.singlePage .reservation .otherBooking div.obwp {
  background-color: #45dd60;
}
.singlePage .reservation .otherBooking div.obcu {
  background-color: #e1292b;
}
.singlePage .reservation .otherBooking div a {
  color: #fff;
}
.singlePage .reservation .reservationTitle {
  color: #e1292b;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.singlePage .reservation .reservationTitle:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.singlePage .reservation .reservationForm {
  margin-top: 15px;
}
.singlePage .reservation .reservationForm .label {
  font-size: 15px;
  font-weight: 700;
  color: #020200;
  margin-bottom: 10px;
}
.singlePage .reservation .reservationForm p {
  margin-bottom: 0px;
}
.singlePage .reservation .reservationForm .input {
  margin-bottom: 20px;
}
.singlePage .reservation .reservationForm .input input {
  width: 100%;
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  color: #b1b1b1;
  padding: 15px 10px;
  font-size: 13px;
  border-radius: 5px;
}
.singlePage .reservation .reservationForm .input input::-moz-placeholder {
  color: #b1b1b1;
}
.singlePage .reservation .reservationForm .input input::placeholder {
  color: #b1b1b1;
}
.singlePage .reservation .reservationForm .checkList {
  display: flex;
  align-items: center;
  justify-content: left;
}
.singlePage .reservation .reservationForm .checkList .check {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.singlePage .reservation .reservationForm .checkList .check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  display: none;
}
.singlePage .reservation .reservationForm .checkList .check .wpcf7-list-item {
  margin: 0;
  margin-right: 20px;
}
.singlePage .reservation .reservationForm .checkList .check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  color: #020200;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.singlePage .reservation .reservationForm .checkList .check .wpcf7-list-item-label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #e1292b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.singlePage .reservation .reservationForm .checkList .check input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #e1292b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.singlePage .reservation .reservationForm .rentButton {
  margin-top: 25px;
  position: relative;
}
.singlePage .reservation .reservationForm .rentButton .wpcf7-spinner {
  position: absolute;
  left: -17px;
  top: 7px;
}
.singlePage .reservation .reservationForm .rentButton button {
  display: table;
  background-color: #e1292b;
  color: #fff;
  padding: 10px 35px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  border: none;
}
.singlePage .singlePageCarDetails {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 35px;
  margin-top: 30px;
}
.singlePage .singlePageCarDetails .otherBooking {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
}
.singlePage .singlePageCarDetails .otherBooking div {
  margin-right: 5px;
  font-size: 13px;
  padding: 6px 25px;
  border-radius: 5px;
  color: #fff;
}
.singlePage .singlePageCarDetails .otherBooking div.obwp {
  background-color: #45dd60;
}
.singlePage .singlePageCarDetails .otherBooking div.obcu {
  background-color: #e1292b;
}
.singlePage .singlePageCarDetails .otherBooking div a {
  color: #fff;
}
.singlePage .singlePageCarDetails .carDetailsTitle {
  color: #020200;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.singlePage .singlePageCarDetails .carDetailsValueItem {
  margin-bottom: 20px;
}
.singlePage .singlePageCarDetails .carDetailsValueItem .carDetailsLabel {
  color: #bababa;
  font-weight: 700;
  font-size: 14px;
}
.singlePage .singlePageCarDetails .carDetailsValueItem .carDetailsValue {
  color: #020200;
  font-weight: 700;
  font-size: 14px;
}
.singlePage .tab-content {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.singlePage .descriptionTabs {
  margin-top: 30px;
}
.singlePage .descriptionTabs ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.singlePage .descriptionTabs ul li {
  margin-right: 15px;
  list-style: none;
  font-size: 14px;
}
.singlePage .descriptionTabs ul li a {
  color: #fff;
  position: relative;
}
.singlePage .descriptionTabs ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.singlePage .descriptionTabs ul li a.active {
  color: #e1292b;
}
.singlePage .descriptionTabs ul li a.active:before {
  background-color: #e1292b;
}
.singlePage .descriptionTabs ul li a:hover {
  color: #fff;
}
.singlePage .descriptionTabs .tab-pane {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}

.priceListAccordion .priceListBrandLogo img {
  height: 75px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.priceListAccordion .priceListBrandName {
  color: #020200;
  font-size: 15px;
  font-weight: 700;
}
.priceListAccordion .accordion-button {
  background-color: #f2f2f2;
}
.priceListAccordion .accordion-item {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(246, 246, 246, 0.15) !important;
  margin-bottom: 10px;
  border-radius: 2px;
}
.priceListAccordion .priceListCars {
  width: calc(100% - 100px);
  margin-left: 100px;
}
.priceListAccordion .priceListCars .label {
  color: #b1b1b1;
  font-size: 14px;
}
.priceListAccordion .priceListCars .value {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
.priceListAccordion .priceListCars .value a {
  color: #fff;
}
.priceListAccordion .priceListCars .value.last a {
  color: #e1292b;
}

.faq {
  background: url(../../assets/img/faq.png) no-repeat top center;
  background-size: cover;
  min-height: 500px;
  padding: 50px 0px;
}
.faq .faqTitle {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.faq .faqList {
  margin-top: 30px;
}
.faq .faqList .accordion-button {
  background-color: #f2f2f2;
  font-weight: 700;
}
.faq .faqList .accordion-button:not(.collapsed) {
  border-radius: 2px;
}
.faq .faqList .accordion-item {
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}

.contactPage {
  background: url(../../assets/img/contact.png) no-repeat top center;
  background-size: cover;
  min-height: 500px;
  padding: 50px 0px;
}
.contactPage .contactPageTitle {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.contactPage .contactInformation {
  margin-top: 35px;
}
.contactPage .contactInformation .contactItem {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.contactPage .contactInformation .contactItem .label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contactPage .contactInformation .contactItem .label svg {
  position: absolute;
  left: 0;
  top: 5px;
  color: #e1292b;
}
.contactPage .contactInformation .contactItem .value {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.contactPage .contactInformation .contactItem .value a {
  color: #fff;
}
.contactPage .contactForm {
  margin-top: 35px;
}
.contactPage .contactForm p {
  margin: 0;
  padding: 0;
}
.contactPage .contactForm .contactFormTitle {
  background-color: #e1292b;
  color: #fff;
  padding: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contactPage .contactForm .contactBody {
  background-color: rgba(242, 242, 242, 0.35);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
}
.contactPage .contactForm .contactBody .inputSet {
  margin-bottom: 10px;
  position: relative;
}
.contactPage .contactForm .contactBody .inputSet .wpcf7-spinner {
  position: absolute;
  left: -17px;
  top: 9px;
}
.contactPage .contactForm .contactBody .inputSet input,
.contactPage .contactForm .contactBody .inputSet select {
  background-color: #ffffff;
  width: 100%;
  color: #b1b1b1;
  outline: none;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 14px;
}
.contactPage .contactForm .contactBody .inputSet input::-moz-placeholder, .contactPage .contactForm .contactBody .inputSet select::-moz-placeholder {
  color: #b1b1b1;
}
.contactPage .contactForm .contactBody .inputSet input::placeholder,
.contactPage .contactForm .contactBody .inputSet select::placeholder {
  color: #b1b1b1;
}
.contactPage .contactForm .contactBody .inputSet textarea {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  color: #b1b1b1;
  outline: none;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 14px;
}
.contactPage .contactForm .contactBody .inputSet textarea::-moz-placeholder {
  color: #b1b1b1;
}
.contactPage .contactForm .contactBody .inputSet textarea::placeholder {
  color: #b1b1b1;
}
.contactPage .contactForm .contactBody .inputSet button {
  display: table;
  outline: none;
  border: none;
  padding: 10px 35px;
  background-color: #e1292b;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
.contactPage .contactForm .contactBody .inputSet:last-child {
  margin-bottom: 0px;
}

.listBlogs {
  margin-top: 20px;
}
.listBlogs .listblogItem {
  position: relative;
}
.listBlogs .listblogItem .listblogItemImage img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.listBlogs .listblogItem .listblogDetail {
  color: #fff;
  margin-bottom: 10px;
}
.listBlogs .listblogItem .listblogDetail .blogName {
  font-size: 14px;
  padding: 15px 0px;
  position: relative;
}
.listBlogs .listblogItem .listblogDetail .blogName a {
  color: #fff;
  font-weight: 700;
}
.listBlogs .listblogItem .listblogDetail .blogName a:hover {
  color: #e1292b;
}
.listBlogs .listblogItem .listblogDetail .blogName .blogIcon {
  position: absolute;
  right: 0;
  top: 15px;
}
.listBlogs .listblogItem .listblogDetail .blogName .blogIcon svg {
  color: #e1292b;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .only-mt-15-mobile {
    margin-top: 15px !important;
  }
  .mobileHeader {
    position: relative;
    background-color: #e1292b;
    -webkit-border-bottom-right-radius: 150px;
    -webkit-border-bottom-left-radius: 150px;
    -moz-border-radius-bottomright: 150px;
    -moz-border-radius-bottomleft: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    height: 250px;
  }
  .mobileHeader .logo {
    padding: 25px;
  }
  .mobileHeader .logo img {
    height: 50px;
  }
  .mobileHeader .menuButton {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  .mobileHeader .carType {
    margin-top: 30px;
  }
  .mobileHeader .carType .carTypeTitle {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
  }
  .mobileHeader .carType .segmentItem {
    background-color: #151515;
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .mobileHeader .carType .segmentItem .segmentText {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }
  .mobileHeader .carType .segmentItem .segmentImage {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
  }
  .mobileHeader .carType .segmentItem .segmentImage img {
    height: 55px;
  }
  .mobileHeader .carType .segmentItem a {
    color: #fff;
  }
  .mobileHeader2 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mobileHeader2 .logo {
    padding: 25px;
  }
  .mobileHeader2 .logo img {
    height: 50px;
  }
  .mobileHeader2 .menuButton {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #e1292b;
    color: #fff;
  }
  .headerBrands {
    margin-top: 250px;
  }
  .headerBrands .brandItem {
    margin-bottom: 10px;
    height: 170px;
  }
  .listCarItem .listCarDetail .carName,
  .listCarItem .listCarDetail .carPrice {
    text-align: center;
  }
  .listCarItem .listCarDetail .rentButton {
    margin-top: 10px;
  }
  .subDetail {
    height: 300px;
  }
  .subDetail:before {
    height: 180px;
  }
  .subDetail .subDetailBig {
    font-size: 16px;
  }
  .subDetail .subDetailSub {
    display: none;
  }
  .subDetail .subDetailButton .cta span {
    font-size: 11px;
  }
  .pagination {
    margin-bottom: 20px;
  }
  .services {
    padding: 15px;
  }
  .services .servicesItem {
    margin-bottom: 20px;
  }
  .services .servicesItem .serviceTitle {
    font-size: 14px;
  }
  .services .servicesItem .serviceDescription {
    font-size: 12px;
  }
  .footerMenus {
    margin-top: 20px;
  }
  .footerTopRoad {
    display: none;
  }
  .footerLogo {
    display: table;
    margin: 0 auto;
  }
  .footerInstagram {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }
  .footerCall {
    margin-top: 30px;
  }
  .footerRight {
    float: none;
    text-align: center !important;
  }
  .whatsapp {
    left: 10px;
    bottom: 10px;
  }
  .menuItems {
    margin-bottom: 20px;
  }
  .mobileFixedMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #151515;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .mobileFixedMenu .mobileFixedMenuItem {
    text-align: center;
    padding: 15px;
    font-size: 14px;
  }
  .mobileFixedMenu .mobileFixedMenuItem a {
    color: #fff;
  }
  .mobileFixedMenu .mobileFixedMenuItem a .icon {
    font-size: 20px;
  }
  .mobileFixedMenu .mobileFixedMenuItem a .text {
    font-size: 12px;
    margin-top: 5px;
  }
  .mobileFixedMenu .mobileFixedMenuItem.active a {
    color: #e1292b;
  }
  .section .filterBar select {
    margin-top: 10px;
  }
  .singlePage .singlePageTitle {
    margin-left: 15px;
    font-size: 16px;
  }
  .singlePage .singleGallery .singleBigImage img {
    height: 300px;
    border-radius: 0px;
  }
  .singlePage .reservation {
    height: auto;
  }
  .singlePage .reservation .reservationForm .rentButton button {
    width: 100%;
  }
  .singlePage .singlePageCarDetails {
    margin-top: -60px;
    z-index: 3;
    position: relative;
  }
  .rentNowFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #151515;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px 30px;
  }
  .rentNowFixed .rentNowFixedTitle {
    color: #fff;
    font-size: 14px;
  }
  .rentNowFixed .rentButton button {
    width: 100%;
    display: table;
    background-color: #e1292b;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    border: none;
  }
  .priceListAccordion .priceListCars {
    margin-left: 0px;
    width: 100%;
  }
  .priceListAccordion .priceListCars .label {
    font-size: 12px;
  }
  .priceListAccordion .priceListCars .value {
    font-size: 12px;
  }
  .priceListAccordion .priceListCars .value a {
    color: #fff;
  }
  .priceListAccordion .priceListBrandLogo img {
    width: 45px;
    height: 45px;
  }
  .priceListAccordion .accordion-item {
    border-radius: 10px;
  }
  .priceListAccordion .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 10px 20px !important;
  }
  .services .servicesItem .servicesImage img {
    margin-bottom: 20px;
  }
  .singlePage .singleGallery .singleBigImage .descriptionTop {
    width: 95%;
  }
  .singlePage .singleGallery .singleBigImage.bottomHeight {
    margin-bottom: 0px;
  }
  .faq {
    padding: 30px 10px;
  }
  .faq .faqList .accordion-item {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .faq .faqList .accordion-item .accordion-button {
    font-size: 13px;
  }
  .brandItem .brandName {
    font-size: 14px;
  }
}
.noResult {
  color: #fff;
  font-size: 14px;
}

.bigMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #020200;
  z-index: 9999;
}
.bigMenu .logo {
  padding: 25px;
}
.bigMenu .logo img {
  height: 50px;
}
.bigMenu .menuButton {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #e1292b;
  color: #fff;
}
.bigMenu:after {
  content: "";
  position: fixed;
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
  background: url(../../assets/img/menu-bg.png) no-repeat top left;
  z-index: 99999;
  width: 70%;
  max-width: 100%;
  height: 150px;
}
.bigMenu .whatsappButonMenu {
  width: 350px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0%);
}
.bigMenu .whatsappButonMenu .footerCall {
  text-align: center;
  position: relative;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallIcon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  color: #e1292b;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallText {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallNumber {
  font-size: 30px;
  margin-top: 10px;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallNumber a {
  color: #fff;
  font-weight: 700;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallButton {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.bigMenu .whatsappButonMenu .footerCall .footerCallButton a {
  display: table;
  background-color: #e1292b;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
}
.bigMenu .whatsappButonMenu .footerCall .footerInstagram {
  margin-top: 20px;
}
.bigMenu .whatsappButonMenu .footerCall .footerInstagram a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
}
.bigMenu .whatsappButonMenu .footerCall .footerInstagram a svg {
  margin-right: 10px;
}
.bigMenu .openMenuItems {
  margin-top: 50px;
  margin-left: 35px;
  position: relative;
  z-index: 9999;
}
.bigMenu .openMenuItems ul {
  margin: 0;
  padding: 0;
}
.bigMenu .openMenuItems ul li {
  list-style: none;
  margin-bottom: 20px;
}
.bigMenu .openMenuItems ul li a {
  color: #bababa;
}
.bigMenu .openMenuItems ul li a:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */