  
.mainslider {
     width: 100%;
     height: 100vh;
  }
  .mainslider .swiper-wrapper{
    height: calc(100% - 100px);
  }
  
  .mainslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #363636;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.slider-content {
    display: none;
    flex-direction: column;
	align-items:flex-start;
    text-align: right;
    margin-right: 10%;
}
a.slide-btn {
    background: #c40108;
    padding: 5px 20px;
    border-radius: 100px;
    color: #fff;
}
a.slide-btn:hover {
    color: #fff !important;
}
.slide-title ,.slide-text{
	font-size: 1.5rem;
	color:#fff;
}
.slide-text{
	margin:10px 0px;
}
.mainslider .swiper-button-next, .mainslider .swiper-button-prev{
	margin:0 10px;
}
  .carslider{
    position: absolute;
    left: 20px;
    z-index: 99;
  }
  .carbody{
    width: 100% !important;
    object-fit: cover;
  }
  .wheels img{
    width: 16% !important;
    position: absolute;
  }
	.wheels:before {
		background: radial-gradient(circle, #00000094, transparent 22%);
		bottom: -20px;
		content: "";
		height: 15%;
		position: absolute;
		right: 40%;
		transform: scaleX(20) scaleY(1.5);
		width: 20%;
		opacity: 0.8;
	}

  .swiper-button-next, .swiper-button-prev{
     transform: translateY(-80px);
  }
  .goforward{
    animation: moveRightSlider 2s ease-in-out forwards;
  }
  .goforward .wheels img{
    animation: rotateRight 2s ease-in-out forwards;
  }

  .goback{
    animation: moveLeftSlider 8s ease-in-out forwards;
  }
  .goback .wheels img{
    animation: rotateLeft 8s ease-in-out forwards;
  }

 

 @keyframes moveRightSlider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes moveLeftSlider {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes rotateLeft {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes rotateRight {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


.color-changer {
   padding: 0 0 30px 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background-color: #2a2a2a !important;
}
.d-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 0px;
    background: #373737;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.ground-car {
    background: linear-gradient(0deg, rgb(99 99 99 / 60%) 0%, rgb(99 99 99 / 38%) 35%, rgb(99 99 99 / 30%) 55%, rgb(99 99 99 / 5%) 60%, rgb(42 42 42 / 0%) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
}
.car-contannier{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-body img{
    width: 100%;
}

.car-wheels img{
    width: 100%;
}
.left-wheel , .right-wheel{
    position: absolute;
    bottom: 2%;
    width: 16%;
}

.colors {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
}
.colors div {
    width: 60px;
    height: 30px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 0 10px #00000080;
    margin: 0 10px;
}

.car-self.move-left .car-wheels img,
.car-self.move-right .car-wheels img {
    animation: rotateLeft 1s infinite linear;
}
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-150%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(120%);
    }
    100% {
        transform: translateX(0);
    }
}

.car-self {
    transition: none;
    position: relative;
	z-index: 2;
	
}

.car-self.move-left {
    animation: moveLeft 1s ease-in-out forwards;
}

.car-self.move-right {
    animation: moveRight 1s ease-in-out forwards;
}

.car-wheels:before {
    background: radial-gradient(circle, #00000094, transparent 22%);
    bottom: 0;
    content: "";
    height: 15%;
    position: absolute;
    right: 41%;
    transform: scaleX(25) scaleY(1.5);
    width: 20%;
    opacity: 0.8;
}


.album-cover {
	 width: 100%;
}

.reflect {
	 width: 100%;
	 padding: 15px 0 120px;
	overflow: visible !important;
}
.reflect .swiper-slide {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding:10px 20px;
	max-width:350px;
	opacity:0.5;
}
.reflect .swiper-slide-active{
	opacity:1;
}
.reflect .swiper-slide a{
	user-select: none;
	background:#C40108;
	padding:0 10px;
	color:#fff;
	border-radius:100px;
}
.reflect .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform-origin: center;
	transform: perspective(800px);
	transition: 0.3s ease-out;
	pointer-events: none;
	user-select: none;
	margin-bottom:10px;
	margin-top:-100px;
}


.cards {
 width: 80%;
 padding: 15px;
}

.cards .swiper-slide {
position: relative;
aspect-ratio: 9/11;
background:#000;
}
.cards .swiper-slide a{
user-select: none;
}
.cards .swiper-slide img {
object-fit: cover;
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
}


.accordion-gallery {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.expanded img{
	object-fit: fill;
	height:100% !important;
}
.accordion-item {
    flex: 1;
    transition: flex 0.5s ease;
    overflow: hidden;
    border-radius: 15px;
    margin:0 2px;
    cursor: pointer;
    position: relative;
}

.accordion-item img {
    width: 100%;
	min-height: 100%;
    display: block;
    object-fit: cover;
}

.accordion-item video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.accordion-item.expanded {
    flex: 8;
}
.video-icon{
    position: absolute;
    top: 5px;
    left: 2px;
}
.soicons {
    position: fixed;
    left: 0;
    top: 50%;
    padding: 10px 10px 5px 10px;
    background: #828282a8;
    z-index: 99;
    border-radius: 0 10px 10px 0;
    color: #fff;
    border: 2px solid #fff;
    border-left: 0;
    backdrop-filter: blur(5px);
}
.socials-icon {
    display: flex;
    flex-direction: column;
}
.socials-icon a ,.socials-icon a:hover{
	color:#fff;
}
.main-soicon{
	cursor:pointer;
}
.closeso {
    padding-right: 3px;
}
.cal-inner-form {
    display: grid;
    grid-template-columns: auto auto auto;
	gap: 10px;
}
.cars-template-default #depo-details {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.cal-form {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}
.form-group{
	width: 100%;
    padding: 10px;
}
#depo-details {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
    margin: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
}
.holder-dt {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.depo-soon {
    text-align: center;
    color: #c40108;
    font-weight: 100;
    font-family: 'Lalezar-Regular';
}
#car-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-depo-result {
    display: flex;
}
#car-details{
	width:100%;
}


.noUi-value-large , .noUi-marker-normal ,.noUi-pips.noUi-pips-horizontal > div:nth-child(1), .noUi-pips.noUi-pips-horizontal > div:nth-child(2), .noUi-pips.noUi-pips-horizontal > div:last-child, .noUi-pips.noUi-pips-horizontal > div:nth-last-child(2),.noUi-handle:after, .noUi-handle:before ,.swiper-cube .swiper-cube-shadow ,.prices-mobile{
    display: none !important;
}
.noUi-horizontal .noUi-handle {
    border-radius: 100px;
    width: 25px;
    height: 25px;
    right: -10px;
    top: -8px;
    cursor: pointer;
    border: 5px solid #fff;
    box-shadow: 0 0 0px 2px #c40108;
    background-color: #c40108;
}
.noUi-pips-horizontal {
    padding: 0;
    height: 15px;
    top: -4px;
    left: 0;
    width: 100%;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 18px;
}
.noUi-target {
    border-radius: 100px;
    box-shadow: unset;
    height: 10px;
}
.allinside {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 200px;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.names {
    height: 200px;
    width: 70%;
    position: relative;
	
}
.names:after {
    content: ' ';
    background: #c40108;
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    border: 0;
    z-index: 0;
    bottom: 0;
    left: -100%;
	border-radius:15px;
}
.prices {
    z-index: 9;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
    justify-content: center;
}
.pricetitle{
	font-size: 30px;
    font-weight: bold;
}
.priceself{
	font-size: 25px;
	margin-left:5px;
}
.carspricing{
    width: 30%;
	margin-left:-200px;
}

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


.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.mySwiperThumbs {
    width: max-content;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
	pointer-events: none !important;
}
  
.mySwiperThumbs .swiper-slide {
    width: auto;
    height: auto;
    opacity: 0;
    cursor: pointer;
    padding: 5px;
	font-size: 25px;
    color:#fff;
    text-align: center;
}
  
  .mySwiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
  }
@media screen and (max-width: 1367px) {
  .mainslider {
     height: 90vh;
  }
	.slider-content {
    	font-size: 1.1rem;
	}
	.slide-title, .slide-text {
		font-size: 1.2rem;
	}
}


@media screen and (max-width: 1024px) {
  .mainslider {
     height: 88vh;
  }
	.slider-content {
    	font-size: 0.8rem;
	}
	.slide-title, .slide-text {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 983px) {
    .carspricing {
        width: 40%;
        margin-left: -90px;
    }
	.names {
    	width: 50%;
	}
	.mySwiperThumbs .swiper-slide {
		font-size: 12px;
	}
	.mySwiperThumbs .swiper-slide-thumb-active {
    	font-size: 25px;
	}
	.pricetitle{
		font-size: 25px;
	}
	.priceself {
		font-size: 20px;
	}
	.cars-template-default #depo-details {
		display:flex;
		justify-content: space-between;
		flex-direction: column;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	
.cal-inner-form {
    display: block;
}
  .mainslider {
     height: 52vh;
  }
	.carslider {
		bottom: -20% !important;
	}
	.slider-content {
		margin-right: 15%;
	}
	
	.wheels:before {
		bottom: -10px;
	}
	.d-holder {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.accordion-gallery {
		height: 180px;
	}
	.mainslider .swiper-button-next, .mainslider .swiper-button-prev {
		margin: 0 2px !important;
		padding: 10px !important;
	}
	.mainslider .swiper-button-next:after, .mainslider .swiper-button-prev:after{
		font-size: 10px !important;
	}
	.cal-form {
    grid-template-columns: auto auto !important;
	}
	.allinside {
		flex-direction: column-reverse;
    	justify-content: center;
    	align-items: center;
		height: 180px;
	}
	.carspricing {
        width: 100%;
        margin-bottom: -50px;
		margin-left:0;
		text-align:center;
    }
	.mySwiper {
    	width: 90%;
	}
    .names {
        width: 100%;
        padding-top: 80px;
		height: 150px;
    }
	.prices{
		display:none !important;
	}
	.prices-mobile{
		display:block !important;
		color:#000;
		margin-top:50px;
	}
	.priceself-holder{
		text-align: center;
	}
	.car-depo-result {
    	flex-direction: column;
	}
	#depo-details{
		box-sizing: border-box;
	}
	#arbitrary-values-slider {
		margin-top: 30px !important;
	}
}
.glightbox-container .gprev,
.glightbox-container .gnext {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 9999;
  top: 50%;
}
.gprev.gbtn {
    left: 5px;
}
.gnext.gbtn {
    right: 5px;
}
.gclose.gbtn {
	top: 20px!important;
}
.gnext svg {
    margin-right: 3px;
}
.gprev svg {
    margin-right: 6px;
}
.glightbox-container .gbtn {
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 58%);
  border-radius: 50%;

  /* Flex to center the icon */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .mainslider {
     height: 50vh;
  }
	.slide-title, .slide-text {
		font-size: 0.6rem;
	}
	.soicons {
		font-size: 20px;
	}

}
#arbitrary-values-slider {
	margin-top: 20px;
}





