@import url("../fonts/bootstrap-icons-1.1/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("../../plugins/jquery_ui/style.css");
@import url("animation.css");
@import url("../../plugins/wow/animate.css");
@import url("../../plugins/swiper/swiper-bundle.min.css");
@import url("../../plugins/odometer/odometer-theme-default.css");
@import url("../../plugins/fancybox/jquery.fancybox.css");
@import url("../../plugins/fullcalendar/fullcalendar.min.css");
@import url("../../plugins/flatpickr/flatpickr.css");
@import url("../../plugins/nice-select/nice-select.css");
@import url("../../plugins/slick/slick.css");
@import url("../../plugins/slick/slick-theme.css");
@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("preloader.css");
@import url("components.css");
@import url("blog.css");
@import url("portfolio.css");
@import url("style.css");
@import url("responsive.css");
@import url("light.css");
@font-face {
  font-family: "Porsche";
  src: url("../fonts/porsche-next-semibold.otf");
}
:root {
  --theme-color: #d70006;
  --accent-solid-strong: #ff5733;
  --accent-on-background-medium: rgba(255, 255, 255, 0.3);
  --mask-position-x: 50%;
  --mask-position-y: 50%;
}

* {
  font-family: "Porsche" !important;
}

#shadow-host-companion {
  padding: 0 !important;
}

.header_left_part {
  position: relative;
}

.header_left_part::after {
  content: "";
  position: absolute;
  top: -13px;
  right: -6px;
  width: 0.5px;
  height: 152%;
  background: #595959;
}

@media (max-width: 1200px) {
  .header_left_part::after {
    display: none;
  }
}
.sidebar {
  top: 80px;
}

.sidebar .sidenav .side_menu {
  list-style: none;
  padding-left: 0;
}

.sidebar .sidenav .side_menu li {
  position: relative;
  margin-bottom: 10px;
}

.sidebar .sidenav .side_menu li a {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
  color: var(--color-white);
  list-style: none;
  background: var(--color-dark-black);
  padding: 17px 22px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  letter-spacing: -0.2px;
}

.sidebar .sidenav .side_menu li a:hover {
  background: #AF0405;
}

.table td, .table th {
  padding-left: 20px;
  text-align: start;
}

html {
  scroll-padding-top: 200px;
}

body {
  background: black;
}

.loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car {
  animation: shake 0.2s ease-in-out infinite alternate;
  transform-origin: center right;
  stroke-dasharray: 22;
  animation: line 0.8s ease-in-out infinite;
  animation-fill-mode: both;
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
.about-icon1 {
  filter: invert(100);
}

.home-services-images {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .home-services-images {
    height: 300px;
  }
}

.services-image {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .services-image {
    height: 300px;
  }
}

.wptb-slider--image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.514);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1111 !important;
}

@media screen and (max-width: 1199px) {
  .wptb-counter1.style1 .wptb-item--value {
    font-size: 24px !important;
    line-height: 30px;
  }
  .wptb-counter1.style1 .wptb-item--text {
    font-size: 14px;
  }
}
.about-us-image {
  height: 600px !important;
  width: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .about-us-image {
    height: auto !important;
    width: 100% !important;
    object-fit: cover;
  }
}
.wptb-banner3 {
  bottom: calc(100% - 113px) !important;
}
@media (min-width: 992px) {
  .wptb-banner3 {
    padding: 46px 30px !important;
  }
}

.bg-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.514);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1 !important;
  top: 0;
  left: 0;
}

.home-about-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .home-about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.need-help-image {
  height: 200px !important;
}

.wptb-item--holder {
  height: 100%;
}

.wptb-item--wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.h-300 {
  height: 300px !important;
  object-fit: cover;
}

.h-500 {
  height: 500px !important;
}
@media only screen and (max-width: 992px) {
  .h-500 {
    height: 300px !important;
    margin-bottom: 8px;
  }
}

::selection {
  background: var(--color-one);
  color: var(--color-white);
}

@media only screen and (max-width: 992px) {
  .wptb-icon-box2 {
    padding-left: 26px;
  }
}
.grid {
  padding-bottom: 40px;
  columns: 4;
  margin-bottom: 20px;
  column-gap: 20px;
}

.grid .box {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 15px;
}

.grid .box img {
  max-width: 100%;
  border-radius: 15px;
  background: rgba(238, 238, 238, 0.9333333333);
  transition: 0.3s;
}

.grid .box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.3215686275);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s transform, 0.6s opacity;
  transform: rotate(-30deg) translateY(80px);
  border-radius: 15px;
}

.grid .box:hover::after {
  transform: rotate(30deg) translateY(0px);
  opacity: 0;
}

.grid .box:hover img {
  scale: 1.1;
}

@media (max-width: 1100px) {
  .grid {
    width: calc(100% - 40px);
    columns: 3;
  }
}
@media (max-width: 768px) {
  .grid {
    columns: 2;
  }
}
@media (max-width: 500px) {
  .grid {
    columns: 1;
  }
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wptb-service-carousel .swiper-imagebox2 .swiper-slide .wptb-image-box3 .wptb-item--image::before {
  display: none;
}

/* .wptb-service-carousel .swiper-imagebox2 .swiper-slide .wptb-image-box3 .wptb-item--image::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(225, 22, 22, 0.215);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
} */
.wptb-service-carousel .swiper-imagebox2 .swiper-slide .wptb-image-box3 .wptb-item--image .home-services-images {
  height: 444px;
}

.wptb-service-carousel .swiper-imagebox2 .swiper-slide .wptb-image-box3 .wptb-item--image:hover::after {
  opacity: 0;
}

.wptb-service-carousel .swiper-imagebox2 .swiper-button-next:after, .wptb-service-carousel .swiper-imagebox2 .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.index2 .text {
  background: rgba(0, 0, 0, 0.8);
  margin-right: -80px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .index2 .text {
    margin-right: 0;
  }
}
.index3 {
  margin-top: 110px;
  background: url(https://media.architecturaldigest.com/photos/63079fc7b4858efb76814bd2/16:9/w_4000,h_2250,c_limit/9.%20DeLorean-Alpha-5%20%5BDeLorean%5D.jpg);
  background-position: center;
  background-size: cover;
}

.index3 .text {
  background: rgba(0, 0, 0, 0.7254901961);
}

.hero_wrapper {
  background: url("../images/hero.webp"), #000000;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px !important;
}

.hero_wrapper2 video {
  max-height: 800px;
  object-fit: cover;
}

.hero_wrapper .overlay, .hero_wrapper2 .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero_wrapper3 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px !important;
}

@media (min-width: 576px) and (max-width: 992px) {
  .hero_wrapper3 {
    background: url("../images/hero_2.jpeg"), #000000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .hero_wrapper3 {
    background: url("../images/hero_2.jpeg"), #000000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px !important;
  }
}
@media (min-width: 220px) and (max-width: 575px) {
  .hero_wrapper3 {
    background: url("../images/hero_2.jpeg"), #000000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 680px !important;
  }
}
.hero_wrapper3 .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 35%, rgba(255, 255, 255, 0) 100%);
}

.swiper-slide-active {
  display: none !important;
}

.cards_section .card img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cards_section .fulltext p {
  font-size: 16px !important;
  line-height: 1.5;
}

.block-gallery .h-250 {
  height: 450px !important;
  object-fit: cover !important;
}

.small {
  font-size: 0.875em !important;
}

.mtc-80 {
  margin-top: 80px !important;
}

.navbar-top-number:hover {
  color: #AF0405 !important;
}

.interior-detailing-nuumber:hover {
  color: #AF0405 !important;
}

.contact-top-text {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contact-top-text {
    width: 100%;
    margin: auto;
  }
}
#successModal .footer_btn {
  min-height: unset !important;
  height: unset !important;
  min-width: unset !important;
  padding: 6px 12px 5px 12px !important;
}

.bg-dark-light {
  background-color: #0F0F0F !important;
}

.bg-dark-dark {
  background-color: #040502 !important;
}

.SwiperTestimonial .swiper-button-next, .SwiperTestimonial .swiper-button-prev {
  top: 60% !important;
}

.gallery_nav_btn {
  top: calc(50% - 20px);
}
.gallery_nav_btn.gallery_next {
  right: 1rem;
}
.gallery_nav_btn.gallery_prev {
  left: 1rem;
  rotate: 180deg;
}
.gallery_nav_btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.gallery_nav_btn svg {
  width: 40px;
  height: 40px;
}

.footer-bottom .footer_logo {
  width: 150px;
  filter: brightness(200) drop-shadow(2px 2px 10px);
}

.contact-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.contact-options .contact-item h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.wptb-funfacts-one {
  position: relative;
  z-index: 2;
}
.wptb-funfacts-one.has-before-bg .wptb-funfacts--inner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-one);
  z-index: -1;
}
.wptb-funfacts-one .wptb-funfacts--inner {
  position: relative;
  padding: 60px 100px;
  width: 100%;
  background-color: var(--color-one);
}
@media (max-width: 991px) {
  .wptb-funfacts-one .wptb-funfacts--inner {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .wptb-funfacts-one .wptb-funfacts--inner {
    padding: 30px;
  }
}
@media (max-width: 680px) {
  .wptb-funfacts-one .wptb-funfacts--inner {
    padding: 30px 16px;
  }
}
@media (max-width: 576px) {
  .wptb-funfacts-one .wptb-funfacts--inner {
    padding: 16px;
  }
}
.wptb-funfacts-one .wptb-funfacts--inner .wptb-counter1 {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .wptb-funfacts-one .wptb-funfacts--inner .wptb-counter1 .wptb-item--inner .wptb-item--icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .wptb-funfacts-one .wptb-funfacts--inner .wptb-counter1 .wptb-item--inner .wptb-item--holder .wptb-item--text {
    font-size: 12px;
  }
}

.wptb-testimonial-one {
  overflow-x: hidden;
  background-image: url("../images/18-.jpg");
  padding: 50px 0 70px 0;
}
@media (max-width: 768px) {
  .wptb-testimonial-one {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 576px) {
  .side_toggler_container {
    width: 50px;
    max-width: 50px;
    overflow: hidden;
  }
}

button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .sidebar_toggler_container {
    width: 74px;
  }
}
@media (max-width: 576px) {
  .sidebar_toggler_container {
    width: 50px;
  }
}

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

.SwiperTestimonial .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.radio-input:checked + .radio-tile {
  border-color: var(--theme-color);
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.1);
  color: var(--theme-color);
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.radio-input:checked + .radio-tile .radio-icon svg {
  color: var(--theme-color);
}

.radio-input:checked + .radio-tile .radio-label {
  color: var(--theme-color);
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 2px solid #222222;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.05);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 3px;
}
.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #222222;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}
.radio-tile:hover {
  border-color: var(--theme-color);
}
.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}
.radio-tile .radio-icon svg {
  color: #b6b6b6;
  width: 2.2rem;
  height: 2.2rem;
}
.radio-tile .radio-label {
  color: #8f8f8f;
  transition: 0.375s ease;
  text-align: center;
  font-size: 12px;
}
.radio-tile .radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.top_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.top_btn.show {
  opacity: 1;
  visibility: visible;
}
.top_btn:before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0;
}
.top_btn:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: var(--theme-color);
  align-items: center;
}
.top_btn:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}
.top_btn:hover:before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}
.top_btn .svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}
.top_btn .svgIcon path {
  fill: white;
}

#successModal {
  transition: all 300ms ease !important;
}
@media (max-width: 767px) {
  #successModal.bottom-modal {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(50%);
    transition: all 300ms ease;
  }
  #successModal.bottom-modal.show {
    bottom: 50%;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .interior {
    padding: 105px 0 50px 0 !important;
  }
}
@media (max-width: 650px) {
  .interior {
    padding: 92px 0 30px 0 !important;
  }
}
@media (max-width: 576px) {
  .interior {
    padding: 70px 0 26px 0 !important;
  }
}

.blob {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background: radial-gradient(ellipse 48% 43% at 48% 50%, rgba(215, 0, 6, 0.3), rgba(0, 0, 0, 0));
  transition: all 450ms ease-out;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.dots {
  background-image: radial-gradient(circle, #510003 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: -2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all 500ms ease-out;
  --mask-size: 650px;
  -webkit-mask-image: radial-gradient(var(--mask-size) at var(--mask-position-x) var(--mask-position-y), #000 0, transparent 100%);
  mask-image: radial-gradient(var(--mask-size) at var(--mask-position-x) var(--mask-position-y), #000 0, transparent 100%);
}

.sticky-radio-tab {
  top: 76px;
  transition: all 300ms ease;
  z-index: 99;
}
@media (max-width: 576px) {
  .sticky-radio-tab {
    top: 52px;
  }
}

.radio-container {
  --theme-color-opacity: #d700061c;
  max-width: max-content;
}
.radio-container input {
  cursor: pointer;
  appearance: none;
}
.radio-container label {
  cursor: pointer;
  padding: 0.5rem 0;
  color: grey;
  transition: all 0.3s ease-in-out;
  width: 150px;
}
.radio-container label.active {
  color: var(--theme-color);
}
@media (max-width: 500px) {
  .radio-container label {
    font-size: 12px;
    width: 120px;
  }
}
.radio-container .glider-container {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(27, 27, 27) 50%, rgba(0, 0, 0, 0) 100%);
}
.radio-container .glider-container .glider {
  position: relative;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--theme-color) 50%, rgba(0, 0, 0, 0) 100%);
  transition: transform 0.5s cubic-bezier(0.37, 1.95, 0.66, 0.56);
}
@media (max-width: 500px) {
  .radio-container .glider-container .glider {
    width: 120px;
  }
}
.radio-container .glider-container .glider:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 300%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme-color);
  filter: blur(10px);
}
.radio-container .glider-container .glider:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, var(--theme-color-opacity) 0%, rgba(0, 0, 0, 0) 100%);
}

#toast-container {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1050;
}
#toast-container .toast {
  min-width: 250px;
  background: #333 !important;
  border-radius: 8px;
  border: 1px solid #272727 !important;
  animation: slideIn 400ms ease-out, fadeOut 0.5s ease-in 4s forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(32px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(32px);
  }
}
.animated_btn {
  position: relative;
  overflow: hidden;
}
.animated_btn::before {
  content: "";
  opacity: 0;
  border-radius: 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 20%, var(--theme-color) 50%, transparent 80%);
  transform: skewX(-20deg);
  animation: shineDefault 9s ease-in-out infinite;
}
.animated_btn:hover::before {
  animation: shineHover 3s ease-in-out infinite;
}

@keyframes shineDefault {
  0% {
    left: -100%;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  15% {
    left: 100%;
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes shineHover {
  0% {
    left: -100%;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  45% {
    left: 100%;
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  100% {
    left: -100%;
  }
}

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