body {
  font-family: "Cairo", "Montserrat", sans-serif;
}

.text-main1 {
  color: #009DE1;
}

.text-main2 {
  color: #1D0D0C;
}

.text-secondary1 {
  color: #FCFAF1;
}

.text-secondary2 {
  color: #C0B0A8;
}

.text-secondary3 {
  color: #5F403B;
}

.bg-main1 {
  background-color: #009DE1;
}

.btn-main1 {
  border: 2px solid #009DE1;
  color: #fff;
  background-color: #009DE1;
}
.btn-main1:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-outline-main1 {
  border: 2px solid #009DE1;
  color: #009DE1;
}
.btn-outline-main1:hover {
  color: #009DE1;
  opacity: 0.8;
}

.btn-outline-main2 {
  border: 2px solid #1D0D0C;
  color: #1D0D0C;
}
.btn-outline-main2:hover {
  color: #1D0D0C;
  opacity: 0.8;
}

.text-muted {
  color: rgba(29, 13, 12, 0.5254901961) !important;
}

.mt-10 {
  margin-top: 4rem;
}

.navbar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  right: 0;
  background-color: #fff;
  width: 100%;
}
.navbar .navbar-logo {
  width: 130px;
}
.navbar .nav-link {
  color: #1D0D0C !important;
}
.navbar .navbar-toggler {
  color: #1D0D0C;
}
.navbar .logo-lg {
  padding: 10px 0;
}
.navbar .logo-lg img {
  height: 50px;
}

#search-container {
  display: flex;
  background: black;
  opacity: 0.97;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-container #search-el input {
  border-radius: 28px;
  font-size: 28px;
  padding: 10px 20px;
}

header {
  padding-top: 90px;
}
header.b-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

footer {
  border-top: 1px solid rgba(204, 204, 204, 0.678);
  background: #fcfcfc;
}
footer .footer-logo {
  width: 150px;
}
footer h5, footer li {
  text-align: right;
  color: #1D0D0C;
}
footer p {
  text-align: right;
  color: #666;
}
footer li a {
  color: #666;
}
footer form .form-group input {
  direction: rtl;
}
footer form .social {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #888;
}
.breadcrumb .breadcrumb-item.active {
  color: #009DE1;
}

#search_form {
  position: relative;
}
#search_form i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: rgba(0, 0, 0, 0.5);
}

/* Home page */
#introCarousel {
  width: 92%;
  margin-right: 4%;
}
#introCarousel .carousel-indicators {
  position: absolute;
  right: -35px;
  top: 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#introCarousel .carousel-indicators li {
  background: #333;
  border-radius: 50%;
  border: 0;
  height: 12px;
  width: 12px;
  margin-bottom: 6px;
}
#introCarousel .carousel-inner .carousel-item .item-body {
  border-radius: 10px;
  margin-top: 15%;
  padding: 10px;
  background-color: rgba(34, 34, 34, 0.7);
}
#introCarousel .carousel-inner .carousel-item .item-body h1 {
  font-size: 26px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 0px;
}
#introCarousel .carousel-inner .carousel-item .item-body h2 {
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
}
#introCarousel .carousel-inner .carousel-item .item-body h5 {
  font-size: 15px;
  font-weight: 700;
}
#introCarousel .carousel-inner .carousel-item .item-body .btn {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: rgb(164, 69, 40);
  background: linear-gradient(143deg, rgb(164, 69, 40) 24%, rgba(29, 13, 12, 0.93) 100%);
  color: #fff;
  width: 300px;
}
#introCarousel .carousel-control-prev {
  right: 3%;
  width: 50px;
}
#introCarousel .carousel-control-prev .carousel-control-prev-icon {
  border-radius: 50%;
  background-color: #1D0D0C;
  font-size: 10px;
  height: 42px;
  width: 42px;
}
#introCarousel .carousel-control-next {
  left: 3%;
  width: 50px;
}
#introCarousel .carousel-control-next .carousel-control-next-icon {
  border-radius: 50%;
  background-color: #1D0D0C;
  font-size: 10px;
  height: 42px;
  width: 42px;
}

#social-side {
  width: 4%;
  padding-top: 80px;
}
#social-side h6 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: auto;
}
#social-side .vline {
  height: 80px;
  width: 1px;
  background-color: #000;
  margin: 15px auto;
}
#social-side ul {
  list-style: none;
  padding: 0;
}
#social-side ul li .nav-link {
  text-align: center;
  color: #333;
}

#h-news img {
  width: 95%;
  height: 200px;
}
#h-news .title a {
  font-size: 18px;
  color: #222;
}
#h-news .title a:hover {
  color: #40739e;
}
#h-news .desc {
  font-size: 13px;
}

#h-how .step {
  border-radius: 15px;
  border: 1px solid #009DE1;
  background: #009DE1;
  color: #FCFAF1;
  padding: 15px;
  position: relative;
}
#h-how .step .num {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0 15px 0 30px;
  width: 50px;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009DE1;
}
#h-how .step img {
  width: 100%;
}
#h-how .step .title {
  font-weight: 600;
  font-size: 18px;
}
#h-how .step .desc {
  font-size: 13px;
}

#h-introduction h4 {
  font-size: 20px;
  color: #009DE1;
}

.s-title {
  font-size: 28px;
  color: #009DE1;
}

.underTitle {
  position: relative;
  width: 140px;
  height: 1px;
  background-color: #009DE1;
  margin: auto;
}
.underTitle:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: 5px;
  left: 10%;
  background-color: #009DE1;
}

.product-card {
  border-radius: 5px 5px 15px 15px;
  border: 1px solid #C0B0A8;
}
.product-card .product-image {
  width: 100%;
  aspect-ratio: 2/1;
}
.product-card .featured-mark {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f9ca24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
}
.product-card .card-body {
  padding: 10px;
}
.product-card .card-body a {
  color: #444;
}
.product-card .card-body .brand-logo {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}
.product-card .card-body .row-one {
  padding: 8px 0 15px 0;
}
.product-card .card-body .row-one .product-title {
  font-size: 19px;
}
.product-card .card-body .row-one .p-div .price .current {
  font-size: 24px;
  color: #009DE1;
  font-weight: 600;
  margin-top: -3px;
  margin-bottom: -5px;
}
.product-card .card-body .row-one .p-div .price .old {
  font-size: 14px;
  text-decoration: line-through;
}
.product-card .card-body .row-one .p-div .price .currency {
  font-size: 10px;
}
.product-card .card-body .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.product-card .card-body .info .i-box {
  width: 25%;
  border: 1px solid #C0B0A8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 10px;
  margin: 0 2px;
  border-radius: 5px;
}
.product-card .card-body .info .i-box img {
  margin-bottom: 3px;
  width: 28px;
  height: 28px;
}

#h-categories .category-card {
  border: 1px solid #009DE1;
  padding: 20px 20px 0 20px;
  border-radius: 2px 50px 2px 50px;
  display: block;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
}
#h-categories .category-card:hover {
  background-color: #009DE1;
  opacity: 0.9;
}
#h-categories .category-card:hover p {
  color: #fff;
}
#h-categories .category-card img {
  height: 70px;
}
#h-categories .category-card p {
  margin-bottom: 0;
  color: rgba(0, 157, 225, 0.6862745098);
}
#h-categories .category-card a {
  color: #333;
}
#h-categories .btn {
  font-size: 15px;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
}
#h-categories .btn:hover {
  transform: scale(1.1);
}

#category-carousel .carousel-inner {
  overflow: unset;
  min-height: 300px;
}
#category-carousel .carousel-inner .row {
  margin: 0;
}
#category-carousel .carousel-control-prev {
  right: -3%;
  width: 40px;
}
#category-carousel .carousel-control-prev .carousel-control-prev-icon {
  border-radius: 50%;
  background-color: #1D0D0C;
  font-size: 10px;
  height: 42px;
  width: 42px;
}
#category-carousel .carousel-control-next {
  left: -3%;
  width: 40px;
}
#category-carousel .carousel-control-next .carousel-control-next-icon {
  border-radius: 50%;
  background-color: #1D0D0C;
  font-size: 10px;
  height: 42px;
  width: 42px;
}

#h-faq {
  background-color: #5F403B;
  color: #ddd;
}
#h-faq p {
  color: #ccc;
}
#h-faq p.p-title {
  color: #ddd;
}
#h-faq p a {
  color: #C0B0A8;
}

#h-other img {
  width: 90%;
  height: 200px;
}
#h-other .title {
  font-size: 22px;
}
#h-other .desc {
  color: #777;
}
#h-other .btn {
  border-radius: 0;
  border-width: 1px;
  width: 140px;
}

#h-videos #video-slider {
  width: 60%;
  margin: auto;
}
#h-videos #video-slider #video-slider-list {
  align-items: center;
}
#h-videos #video-slider li {
  padding: 0;
}
#h-videos #video-slider li video {
  object-fit: fill;
  max-height: 400px;
  width: 80%;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
}
#h-videos #video-slider li.is-active video {
  max-height: 500px;
  width: 100%;
}
#h-videos #video-slider .splide__slide {
  opacity: 0.8;
}
#h-videos #video-slider .splide__slide.is-active {
  opacity: 1;
}
#h-videos #video-slider .splide__arrow--prev {
  right: -2rem;
}
#h-videos #video-slider .splide__arrow--next {
  left: -2rem;
}
#h-videos #video-slider .splide__pagination {
  bottom: -1.5rem;
}
#h-videos #video-slider .splide__pagination button.is-active {
  background: #222;
}

#ad-popup h3 {
  font-weight: 700;
}
#ad-popup .side_img {
  aspect-ratio: 1/2;
  width: 100%;
}
#ad-popup .sep {
  width: 100%;
  border-top: 3px dashed #009DE1;
  margin: 10px auto;
}
#ad-popup .ads img {
  aspect-ratio: 4/3;
  width: 100%;
}
#ad-popup .ads h6 {
  margin-top: 10px;
  line-height: 1.8;
}
#ad-popup .notice {
  margin-top: 12px;
  color: #777;
  display: block;
}

/* Car page */
#car-p #main-carousel {
  border: 1px solid #ddd;
  border-radius: 15px;
}
#car-p #main-carousel .splide__slide img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 2/1;
}
#car-p #main-carousel .splide__slide video {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 15px;
  object-fit: fill;
}
#car-p #main-carousel .splide__slide .video-tip {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #5F403B;
  border-radius: 5px;
  font-size: 15px;
  color: #5F403B;
  cursor: pointer;
}
#car-p .video-popup {
  z-index: 3050;
  width: 100%;
}
#car-p .video-popup .modal-content {
  border-radius: 15px;
}
#car-p .video-popup .modal-dialog {
  max-width: 70%;
}
#car-p .video-popup video {
  border-radius: 15px;
  width: 100%;
  max-height: 90vh;
  border: 3px solid #eee;
}
#car-p .modal-backdrop {
  z-index: 3000;
}
#car-p .modal-backdrop.show {
  opacity: 1;
}
#car-p #thumbnail-carousel .splide__slide {
  border-radius: 5px;
}
#car-p #thumbnail-carousel .splide__slide.is-active {
  border: 2px solid #1D0D0C;
}
#car-p #thumbnail-carousel .splide__slide img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
#car-p #thumbnail-carousel .splide__track {
  margin: 0 10% !important;
}
#car-p #car-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
#car-p #car-info .tags {
  display: flex;
}
#car-p #car-info .tags .tag {
  margin: 0 0 5px 7px;
  padding: 3px 7px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
}
#car-p #car-info .description {
  line-height: 1.4;
}
#car-p #car-info .description strong {
  font-size: 15px;
}
#car-p #car-info .description span {
  font-size: 14px;
}
#car-p #car-info .old {
  text-decoration: line-through;
  font-size: 17px;
  color: #666;
  margin-top: 5px;
}
#car-p #car-info .price-card .nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
#car-p #car-info .price-card .nav .nav-item .nav-link.active {
  color: #009DE1;
  border-color: #009DE1;
}
#car-p #car-info .price-card #content {
  padding-top: 1.5rem;
}
#car-p #car-info .price-card #content #Cash h5 {
  font-size: 13px;
}
#car-p #car-info .price-card #content #Cash .oldprice {
  font-size: 24px;
  font-weight: 600;
}
#car-p #car-info .price-card #content #Cash .price {
  font-size: 24px;
  font-weight: 600;
  color: #009DE1;
}
#car-p #car-info .price-card #content #Part form h5 {
  color: #b62825;
  font-size: 17px;
}
#car-p #car-info .price-card #content #Part form p {
  line-height: 1.4;
  font-size: 13px;
}
#car-p #car-info .price-card #content #Part form .form-group label {
  font-size: 14px;
  color: #1D0D0C;
  font-weight: 500;
}
#car-p #car-info .price-card #content #Part form ul {
  margin-top: 15px;
}
#car-p #car-info .price-card #content #Part form ul li {
  background-color: #fcfcfc;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 5px;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
}
#car-p #car-info .price-card #content #Part form ul li label {
  color: #1D0D0C;
  width: 50%;
}
#car-p #car-info .price-card #content #Part form ul li .result {
  color: #5F403B;
  width: 50%;
}
#car-p #car-info .price-card #content .steps-link {
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0;
  color: #1D0D0C;
}
#car-p #showroom {
  margin-top: 30px;
}
#car-p #showroom .title {
  color: #009DE1;
  margin: 15px auto;
}
#car-p #showroom ul {
  list-style: none;
  padding: 0;
}
#car-p #showroom ul li {
  display: flex;
  font-size: 17px;
  line-height: 2.5;
}
#car-p #showroom ul li span {
  display: block;
}
#car-p #showroom ul li span:nth-child(1) {
  min-width: 90px;
}
#car-p #showroom ul li img {
  width: 50px;
  height: 50px;
}
#car-p #details .nav .nav-item .nav-link.active {
  font-weight: 600;
  color: #009DE1;
  border-color: #009DE1;
}
#car-p #details #content {
  padding-top: 10px;
}
#car-p #details #content table td {
  color: #555;
}
#car-p #details #content table td img {
  width: 20px;
  height: 20px;
}
#car-p #details #content table td span {
  margin: 0 4px 0 6px;
}
#car-p #details #content table td strong {
  color: #222;
  font-weight: 600;
}
#car-p .title-m {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
#car-p .tags-m {
  display: flex;
}
#car-p .tags-m .tag {
  margin: 0 0 5px 7px;
  padding: 3px 7px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
}
#car-p #buyModal {
  margin-top: 4rem;
}
#car-p #buyModal .modal-dialog {
  max-width: 1000px;
}
#car-p #buyModal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 15px 0;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body {
  padding-top: 20px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card {
  border: 1px solid #ddd;
  border-radius: 10px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card.active {
  border: 2px solid #009DE1;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body {
  display: flex;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-radio {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-info {
  flex: 1;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-info .method-info-title {
  font-weight: 700;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 15%;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-price .price {
  font-size: 20px;
  font-weight: 700;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .method-card .card-footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f47245;
  color: #fff;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .form-group label {
  color: #5F403B;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .form-group input {
  padding: 8px 10px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .form-group .activatePromo {
  position: absolute;
  top: 56%;
  left: 8px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .price {
  font-weight: 700;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .price .currency {
  font-size: 12px;
  font-weight: 400;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card {
  border: 1px solid #ddd;
  border-radius: 10px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul {
  padding: 0;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul li .price-item .p-title {
  font-size: 14px;
  font-weight: 600;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul li .price-item .p-desc {
  font-size: 11px;
  color: #666;
  display: block;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul li .price {
  text-align: center;
  flex: 0 0 25%;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#car-p #buyModal .modal-dialog .modal-content .modal-body .details-column .card .total-price .p-title {
  font-size: 14px;
  font-weight: 700;
}
#car-p #reserveModal {
  margin-top: 3rem;
}
#car-p #reserveModal .modal-dialog {
  max-width: 700px;
}
#car-p #reserveModal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 15px 0;
}
#car-p #reserveModal .modal-dialog .modal-content .form-group {
  position: relative;
}
#car-p #reserveModal .modal-dialog .modal-content .form-group label {
  color: #5F403B;
}
#car-p #reserveModal .modal-dialog .modal-content .form-group input {
  padding: 8px 10px;
}
#car-p #reserveModal .modal-dialog .modal-content .form-group .activatePromo {
  position: absolute;
  top: 56%;
  left: 8px;
}
#car-p #partitionModal {
  margin-top: 3rem;
}
#car-p #partitionModal .modal-dialog {
  max-width: 700px;
}
#car-p #partitionModal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 15px 0;
}
#car-p #partitionModal .modal-dialog .modal-content .form-group {
  position: relative;
}
#car-p #partitionModal .modal-dialog .modal-content .form-group label {
  color: #5F403B;
}
#car-p #partitionModal .modal-dialog .modal-content .form-group input {
  padding: 8px 10px;
}
#car-p #partitionModal .modal-dialog .modal-content .form-group .activatePromo {
  position: absolute;
  top: 56%;
  left: 8px;
}
#car-p #partitionModal .modal-dialog .modal-content .form-group input {
  text-align: right;
}

.modal-backdrop {
  z-index: 3000;
}
.modal-backdrop.show {
  opacity: 1;
}

/* All page */
#cars .head select {
  font-size: 14px;
}
#cars .c-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 2px;
  transition: all ease 200ms;
  -o-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  position: relative;
  height: 95%;
}
#cars .c-item:hover {
  cursor: pointer;
  transform: scale(1.04);
}
#cars .c-item img {
  aspect-ratio: 2/1;
  border-radius: 10px 10px 0 0;
}
#cars .c-item .featured-mark {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f9ca24;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
}
#cars .c-item .c-body {
  padding: 8px 12px;
}
#cars .c-item .c-body .brand-logo {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
#cars .c-item .c-body .c-title {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}
#cars .c-item .c-body .c-title a {
  color: #000;
  transition: all ease 200ms;
  -o-transition: all ease 200ms;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
}
#cars .c-item .c-body .c-title a:hover {
  color: #40739e;
}
#cars .c-item .c-body .c-price {
  font-size: 20px;
  font-weight: 700;
  color: #009DE1;
}
#cars .c-item .c-body .c-price span {
  font-size: 15px;
}
#cars .c-item .c-body .old {
  margin-top: -15px;
}
#cars .c-item .c-body .old span {
  font-size: 12px;
  color: #555;
  text-decoration: line-through;
}
#cars .c-item .c-body .features {
  margin-top: 1.4rem;
}
#cars .c-item .c-body .features .i-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  font-size: 13px;
}
#cars .c-item .c-body .features .i-box img {
  width: 28px;
  height: 28px;
}
#cars .pagContainer .pagination {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
#cars .pagContainer .pagination .page-item {
  border: 1px solid #ddd;
}
#cars .pagContainer .pagination .page-item.active .page-link {
  background-color: #009DE1;
}
#cars .pagContainer .pagination .page-item .page-link {
  font-size: 18px;
}

#filters {
  position: fixed;
  right: 0;
  top: 12%;
  z-index: 2000;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;
  border-radius: 5px;
  padding: 2% 0 0 0;
}
#filters .f-head {
  padding: 0 5%;
  margin-bottom: 15px;
}
#filters .f-head .title {
  font-weight: 700;
  margin-bottom: 0;
}
#filters .f-head .clear-btn {
  background-color: #fff;
  border: 1px solid #009DE1;
  color: #009DE1;
  fill: #009DE1;
  margin: 0 5px;
}
#filters .f-head .btn {
  font-size: 10px;
  border-radius: 2px;
  padding: 5px 10px;
  box-shadow: none;
}
#filters form .accordion {
  height: 70vh;
  padding-bottom: 3rem;
  overflow-y: auto;
}
#filters form .accordion::-webkit-scrollbar {
  width: 4px;
}
#filters form .accordion::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
#filters form .accordion::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 80px;
}
#filters form .accordion .accordion-item .accordion-button {
  border: 1px solid #ddd;
  padding: 20px 15px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  color: #555;
}
#filters form .accordion .accordion-item .accordion-button:after {
  color: #777;
}
#filters form .accordion .accordion-item .accordion-button .current {
  position: absolute;
  left: 20%;
  z-index: 4000;
  border: 1px solid #009DE1;
  padding: 5px 14px;
  font-size: 13px;
  border-radius: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009DE1;
}
#filters form .accordion .accordion-item .accordion-button .current .close {
  font-weight: 600;
  font-size: 16px;
  margin-top: -2px;
  margin-right: 5px;
  color: #009DE1;
}
#filters form .accordion .accordion-item .accordion-button .current:hover {
  opacity: 0.7;
  background-color: #009DE1;
  color: #fff;
}
#filters form .accordion .accordion-item .accordion-button .current:hover .close {
  color: #fff;
}
#filters form .accordion .accordion-item .accordion-body {
  font-size: 15px;
}
#filters form .accordion .accordion-item .accordion-body .brand_img {
  width: 28px;
  margin-left: 6px;
  border: 1px solid #ccc;
}
#filters form button[type=submit] {
  position: fixed;
  z-index: 2000;
  bottom: 8px;
}

/* About page */
#about-p #a-back {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 200px;
  text-align: center;
  background-color: #5F403B;
}
#about-p .a-img1 {
  width: 100%;
  height: 250px;
  border-radius: 6px;
}
#about-p h3 {
  font-size: 24px;
  font-weight: 700;
}
#about-p p {
  font-size: 18px;
  line-height: 2;
}

/* Terms */
#terms-p h1 {
  font-weight: 600;
  color: #009DE1;
}
#terms-p .t-section {
  margin-bottom: 15px;
}
#terms-p h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #009DE1;
}
#terms-p li {
  font-size: 18px;
  line-height: 2.2;
}

/* Contact */
#contact-p #a-back {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 150px;
  text-align: center;
}
#contact-p form {
  padding: 5px;
}
#contact-p form .form-group {
  margin-bottom: 20px;
}
#contact-p form .form-group input {
  border-color: #ddd;
  text-align: right;
  padding: 8px 12px;
  font-size: 15px;
}
#contact-p form .form-group textarea {
  border-color: #ddd;
  font-size: 15px;
  padding: 10px 12px;
}
#contact-p .c-card {
  background-color: rgba(7, 7, 7, 0.05);
  padding: 10px;
  border: 1px solid #eee;
}
#contact-p .c-card .card-item {
  padding: 15px;
}
#contact-p .c-card .card-item .row {
  align-items: center;
}
#contact-p .c-card .card-item .row h5 {
  font-size: 18px;
}
#contact-p .c-card .card-item .row h6 {
  font-size: 15px;
  line-height: 1.8;
}
#contact-p .c-card .card-item .row h6 span {
  color: #1D0D0C;
}
#contact-p .c-card .card-item .row svg {
  width: 32px;
  height: 32px;
  fill: #009DE1;
}
#contact-p .c-card .card-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#contact-p .map iframe {
  width: 100%;
  height: 600px;
}

/* FAQ */
#faq-p #a-back {
  position: relative;
  height: 220px;
  padding: 20px;
  display: flex;
  align-items: center;
}
#faq-p #a-back h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
#faq-p #a-back h3 {
  font-size: 20px;
}
#faq-p .search-div {
  position: absolute;
  bottom: -15%;
  right: 15%;
  width: 70%;
  z-index: 1000;
}
#faq-p .search-div .form-group input {
  padding: 15px;
  padding-right: 15%;
  font-size: 17px;
  border-radius: 20px;
  border: 2px solid #009DE1;
}
#faq-p .search-div .form-group .fa-search {
  position: absolute;
  top: 30%;
  right: 4%;
  font-size: 20px;
  color: #aaa;
}
#faq-p #faq_acc .accordion-item .accordion-header .accordion-button {
  padding: 35px 5px;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#faq-p #faq_acc .accordion-item .accordion-body {
  line-height: 2;
  color: rgba(0, 0, 0, 0.425);
}

/* Services */
#services-p #topsearch {
  margin-bottom: 2.4rem;
  position: relative;
}
#services-p #topsearch i {
  position: absolute;
  right: 25px;
  top: 15px;
}
#services-p #topsearch input {
  font-size: 16px;
  padding: 8px 42px 8px 0;
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
}
#services-p .car-col {
  margin-bottom: 20px;
}
#services-p .car-col .s-item {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
#services-p .car-col .s-item img {
  aspect-ratio: 2/1;
}
#services-p .car-col .s-item .featured-mark {
  position: absolute;
  top: 15px;
  left: -50px;
  background-color: rgb(233, 24, 24);
  color: #fff;
  padding: 0;
  width: 140px;
  text-align: center;
  transform: rotate(-50deg);
  z-index: 15;
}
#services-p .car-col .s-item .s-body {
  padding: 10px 6px;
}
#services-p .car-col .s-item .s-body .s-title {
  font-size: 18px;
  margin: 8px 0;
}
#services-p .car-col .s-item .s-body .s-title a {
  color: #009DE1;
}
#services-p .car-col .s-item .s-body hr {
  width: 90%;
  margin: 10px auto;
  color: #ccc;
}
#services-p .car-col .s-item .s-body .details {
  padding: 10px;
}
#services-p .car-col .s-item .s-body .s-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #e7e7e7;
}
#services-p .pagContainer .pagination {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
#services-p .pagContainer .pagination .page-item {
  border: 1px solid #ddd;
}
#services-p .pagContainer .pagination .page-item.active .page-link {
  background-color: #009DE1;
}
#services-p .pagContainer .pagination .page-item .page-link {
  font-size: 16px;
}

/* Service Page */
#serv-p #main-carousel {
  border: 1px solid #ddd;
  border-radius: 15px;
}
#serv-p #main-carousel .splide__slide img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 2/1;
}
#serv-p #main-carousel .splide__slide video {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 15px;
  object-fit: fill;
}
#serv-p #main-carousel .splide__slide .video-tip {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #5F403B;
  border-radius: 5px;
  font-size: 15px;
  color: #5F403B;
  cursor: pointer;
}
#serv-p .video-popup {
  z-index: 3050;
  width: 100%;
}
#serv-p .video-popup .modal-content {
  border-radius: 15px;
}
#serv-p .video-popup .modal-dialog {
  max-width: 70%;
}
#serv-p .video-popup video {
  border-radius: 15px;
  width: 100%;
  max-height: 90vh;
  border: 3px solid #eee;
}
#serv-p #thumbnail-carousel .splide__slide {
  border-radius: 5px;
}
#serv-p #thumbnail-carousel .splide__slide.is-active {
  border: 2px solid #1D0D0C;
}
#serv-p #thumbnail-carousel .splide__slide img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
#serv-p #thumbnail-carousel .splide__track {
  margin: 0 10% !important;
}
#serv-p .s-title {
  color: #009DE1;
  text-align: center;
  margin-top: 2.5rem;
}
#serv-p .sec-title {
  color: #009DE1;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
}
#serv-p .s-desc {
  line-height: 2;
}
#serv-p ul {
  list-style: none;
  padding: 0;
}
#serv-p ul li {
  line-height: 3;
  font-size: 17px;
}
#serv-p ul li i {
  margin-left: 6px;
}
#serv-p .c-map {
  width: 100%;
  height: 300px;
}
#serv-p .c-map iframe {
  width: 100%;
  height: 100%;
}
#serv-p .modal .modal-dialog {
  margin: auto;
  margin-top: 6rem;
}

@media screen and (max-width: 480px) {
  .navbar .navbar-collapse.show {
    border-top: 1px solid #ddd;
  }
  .navbar .navbar-brand {
    padding-bottom: 6px;
    padding-right: 0;
  }
  .navbar .navbar-nav.list-inline {
    flex-direction: row;
  }
  .navbar .navbar-nav.list-inline li {
    margin: 0 10px;
  }
  header {
    padding-top: 60px;
    flex-direction: column;
  }
  /* Homepage */
  #introCarousel {
    width: 100%;
    margin-right: 0;
  }
  #introCarousel .carousel-indicators {
    display: none;
  }
  #introCarousel .carousel-inner .carousel-item .item-body h1 {
    font-size: 24px;
    line-height: 1.6;
  }
  #introCarousel .carousel-inner .carousel-item .item-body h2 {
    font-size: 20px;
    line-height: 1.6;
  }
  #introCarousel .carousel-inner .carousel-item .item-body h5 {
    font-size: 13px;
  }
  #introCarousel .carousel-inner .carousel-item .item-body .btn {
    width: 250px;
    bottom: 120%;
    right: 17%;
  }
  #introCarousel .carousel-control-prev {
    bottom: 10%;
  }
  #introCarousel .carousel-control-next {
    bottom: 10%;
  }
  #social-side {
    width: 100%;
    display: flex;
    padding-top: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.212);
  }
  #social-side h6 {
    writing-mode: unset;
    transform: rotate(0);
  }
  #social-side .vline {
    width: 80px;
    height: 1px;
    margin: auto;
  }
  #social-side ul {
    margin-bottom: 0;
    display: flex;
  }
  .product-card {
    flex-direction: row;
    border-radius: 0 5px 5px 0;
  }
  .product-card .bg-image {
    border-radius: 0 5px 5px 0;
  }
  .product-card .bg-image .product-image {
    width: 170px;
    height: 145px;
    border-radius: 0 5px 5px 0;
  }
  .product-card .featured-mark {
    top: 8px;
    left: 8px;
    padding: 6px;
    font-size: 10px;
    border-radius: 2px;
  }
  .product-card .card-body {
    padding: 8px 10px;
    width: 60%;
  }
  .product-card .card-body .row-one {
    padding: 3px 0 5px 0;
  }
  .product-card .card-body .row-one .product-title {
    font-size: 17px;
  }
  .product-card .card-body .row-one .p-div .price .current {
    font-size: 19px;
    margin-top: -4px;
  }
  .product-card .card-body .row-one .p-div .price .old {
    font-size: 12px;
  }
  .product-card .card-body .info .i-box {
    width: 25%;
    font-size: 11px;
    padding: 5px;
  }
  .product-card .card-body .info .i-box img {
    width: 18px;
    height: 18px;
  }
  .nowrap-sm {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  #h-categories .category-card {
    padding: 3px;
    border: none;
    border-radius: 3px;
  }
  #h-categories .category-card img {
    height: 40px;
    width: 90px;
  }
  #h-categories .category-card p {
    font-size: 10px;
  }
  #h-categories .category-card .card-body {
    padding: 2px;
  }
  #category-carousel .carousel-inner {
    min-height: 200px;
  }
  #category-carousel .carousel-control-prev {
    top: -45px;
  }
  #category-carousel .carousel-control-prev .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }
  #category-carousel .carousel-control-prev .carousel-control-prev-icon:after {
    font-size: 1.2rem;
  }
  #category-carousel .carousel-control-next {
    top: -45px;
  }
  #category-carousel .carousel-control-next .carousel-control-next-icon {
    height: 30px;
    width: 30px;
  }
  #category-carousel .carousel-control-next .carousel-control-next-icon:after {
    font-size: 1.2rem;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  #h-videos #video-slider {
    width: 80%;
  }
  #h-videos #video-slider li {
    padding: 0 8px;
  }
  #h-videos #video-slider li video {
    border-radius: 8px;
    max-height: 500px;
    width: 100%;
  }
  #ad-popup h3 {
    line-height: 1.8;
  }
  #ad-popup .ads h6 {
    line-height: 1.5;
  }
  /* Car page */
  #main-carousel {
    margin-top: 2rem;
  }
  .video-popup .modal-dialog {
    max-width: 100%;
    margin: 25vh 2vh;
  }
  #thumbnail-carousel .splide__track {
    margin: 0 15% !important;
  }
  #car-info {
    margin-top: 1rem;
  }
  #car-info .price-card #content {
    padding-top: 2rem;
  }
  #car-info .price-card #content .steps-link {
    margin: 15px 0;
  }
  #details .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #details .nav .nav-item {
    width: unset;
  }
  #details .nav .nav-item .nav-link {
    line-height: 1.7;
    white-space: nowrap;
  }
  #buyModal {
    height: 85%;
  }
  #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-info .method-info-title {
    font-size: 15px;
  }
  #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-info .method-info-desc {
    font-size: 12px;
  }
  #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-price .price {
    font-size: 16px;
  }
  #buyModal .modal-dialog .modal-content .modal-body .method-card .card-body .method-price .method-price-desc {
    font-size: 12px;
  }
  #buyModal .modal-dialog .modal-content .modal-body .method-card .card-footer {
    font-size: 12px;
  }
  #buyModal .modal-dialog .modal-content .modal-body h4 {
    margin-bottom: 15x;
  }
  #buyModal .modal-dialog .modal-content .modal-body .details-column .card ul li {
    height: auto !important;
    margin-bottom: 10px;
  }
  #reserveModal {
    margin-top: 4rem;
    height: 85%;
  }
  #partitionModal {
    margin-top: 4rem;
    height: 85%;
  }
  /* All page */
  #cars .head-mobile select {
    font-size: 17px;
  }
  #cars .car-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  #cars .car-col .c-item {
    border-radius: 5px;
  }
  #cars .car-col .c-item img {
    border-radius: 5px 5px 0 0;
  }
  #cars .car-col .c-item .featured-mark {
    top: 8px;
    left: 8px;
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 2px;
  }
  #cars .car-col .c-item .c-body {
    padding: 8px 10px;
  }
  #cars .car-col .c-item .c-body .c-title {
    font-size: 14px;
    line-height: 1.2;
  }
  #cars .car-col .c-item .c-body .c-price {
    font-size: 12px;
  }
  #cars .car-col .c-item .c-body .c-price span {
    font-size: 10px;
  }
  #cars .car-col .c-item .c-body .features .i-box {
    font-size: 9px;
  }
  #cars .car-col .c-item .c-body .features .i-box img {
    width: 20px;
    height: 20px;
  }
  #filters {
    position: fixed;
    right: -150%;
    top: 0%;
    padding: 4% 0 0 0;
    transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
  }
  #filters.show {
    right: 0;
  }
  #filters .f-head {
    padding: 0 5%;
    margin-bottom: 15px;
  }
  #filters .f-head .close-btn {
    background-color: #e74c3c;
    color: #fff;
    fill: #fff;
  }
  #filters form .accordion {
    height: 100vh;
    padding-bottom: 150px;
  }
  #filters form .accordion .accordion-item .accordion-button {
    border: 1px solid #ddd;
    padding: 20px 15px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    color: #555;
  }
  #filters form .accordion .accordion-item .accordion-button:after {
    color: #777;
  }
  #filters form .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
  #filters form .accordion .accordion-item .accordion-body .brand_img {
    width: 28px;
    margin-left: 6px;
    border: 1px solid #ccc;
  }
  #filters form button[type=submit] {
    position: fixed;
    bottom: 0;
    border-radius: 0;
    z-index: 2100;
    width: 100%;
  }
  /* Contact */
  #contact-p #a-back {
    height: 120px;
  }
  #contact-p form .form-group {
    margin-bottom: 15px;
  }
  #contact-p form .form-group input {
    padding: 8px;
    font-size: 12px;
  }
  #contact-p form .form-group textarea {
    font-size: 12px;
    padding: 8px;
  }
  #contact-p .map iframe {
    height: 400px;
  }
  /* FAQ */
  #faq-p .search-div {
    position: absolute;
    bottom: -15%;
    right: 15%;
    width: 70%;
    z-index: 1000;
  }
  #faq-p .search-div .form-group input {
    padding: 15px;
    padding-right: 15%;
    font-size: 17px;
    border-radius: 20px;
    border: 2px solid #009DE1;
  }
  #faq-p .search-div .form-group .fa-search {
    position: absolute;
    top: 34%;
    right: 8%;
    font-size: 20px;
    color: #aaa;
  }
  #faq-p #faq_acc .accordion-item .accordion-header .accordion-button {
    padding: 35px 5px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #faq-p #faq_acc .accordion-item .accordion-body {
    line-height: 2;
    color: rgba(0, 0, 0, 0.425);
  }
  /* Services */
  #services-p #topsearch i {
    top: 12px;
  }
  #services-p #topsearch input {
    font-size: 13px;
  }
  #services-p .head-mobile select {
    font-size: 13px;
  }
  #services-p .car-col .s-item .s-body {
    padding: 6px;
  }
  #services-p .car-col .s-item .s-body .s-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 3px 0;
  }
  #services-p .car-col .s-item .s-body .details {
    padding: 5px;
    font-size: 14px;
  }
  #services-p .car-col .s-item .s-body .details .d-item {
    margin-bottom: 2px;
  }
  #services-p .car-col .s-item .s-body .details .d-item i {
    width: 30px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #filters {
    position: fixed;
    right: -150%;
    top: 0%;
    padding: 4% 0 0 0;
    transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
  }
  #filters.show {
    right: 0;
  }
  #filters .f-head {
    padding: 0 5%;
    margin-bottom: 15px;
  }
  #filters .f-head .close-btn {
    background-color: #e74c3c;
    color: #fff;
    fill: #fff;
  }
  #filters form .accordion {
    height: 100vh;
    padding-bottom: 150px;
  }
  #filters form .accordion .accordion-item .accordion-button {
    border: 1px solid #ddd;
    padding: 20px 15px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    color: #555;
  }
  #filters form .accordion .accordion-item .accordion-button:after {
    color: #777;
  }
  #filters form .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }
  #filters form .accordion .accordion-item .accordion-body .brand_img {
    width: 28px;
    margin-left: 6px;
    border: 1px solid #ccc;
  }
  #filters form button[type=submit] {
    position: fixed;
    bottom: 0;
    border-radius: 0;
    z-index: 2100;
    width: 100%;
  }
  #reserveModal {
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
