/*
	Theme Name: City Car BY WebSpark
	Description: City Car BY WebSpark WordPress Theme
	Version: 1.0.0
	Author: Ehab Hamzeh (ehab1mail@gmail.com)

	Tags: basic, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root{
--site-blue:#0a85c1;
}
footer.footer {
    background-image: url(https://webspark.group/cars/wp-content/uploads/2024/09/WhatsApp-Image-2024-12-23-at-10.50.14_2ab8a743.jpg);
    background-position: right bottom;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer.footer .row{
	padding:40px 0px;
}
.summary.entry-summary .pwb-single-product-brands img {
    max-width: 80px;
}
section.related.products {
    clear: both !important;
    padding-top: 90px !important;
}
.home-brands img{
	height:150px !important;
}
a.footer-logo-link {
    display: block;
    margin: 44px auto;
    max-width: 50vw;
}
.slick-productt {
    margin: 0px !important;
	padding:1%;
}
.slick-productt a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	width:98% !important;
}
.slick-dotted {
    margin-bottom: 90px !important;
}
.slick-dotted .slick-dots{
	bottom:-65px !important;
}
li.slick-productt::before {
	width:98% !important;
	left:1% !important;
}
header.header .main-menu-1 nav.nav .sub-menu {
    background-color: #0a85c1 !important;
    border-left: solid 5px #fff !important;
}
body{
	font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.bebas-neue-regular ,h1,h2,h3,h4,h5,h6,.header-video-home {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
a{
	text-decoration: none;
	color:#444;
	
}
a,.arrow_hoover::before,.arrow_hoover *{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover{
	color:var(--accent-color) !important;
}
header ul ,
header li ,
footer ul ,
footer li {
	list-style: none;
	margin:0px;
	padding: 0px;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
    font-size: inheret;
    line-height: inherit;
	color:inherit;
}

.arrow_hoover{
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.arrow_hoover:hover span{
	opacity: 0;
}
.arrow_hoover::before{
	content: "";
	padding: 12px;
	background-image: url(img/arrow.svg);
	background-size: contain;
	background-position: bottom;
	position: absolute;
	bottom:0px;
	background-repeat: no-repeat;
	left:-24px;
}
.arrow_hoover:hover::before{
	left:calc( 100% - 24px );

}
header.header label.menu_morf{
	--btn-menu-morf-size:25px;
	--btn-menu-morf-height-closed:14px;
	--btn-menu-morf-color:#fff;
	margin-top:-4px;
}

.search_dlg input {
    background: transparent;
    border: 0;
    border-bottom: solid 1px #656565;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    padding-bottom: 0.4rem;
}
iframe.nain_iframe {
    width: 100%;
    height: calc( 100vh - 121px);
}
.in-iframe .app.root{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	z-index: 999999999999999999999999999999999999999999;
}
.big-home-text-2{

	font-size: clamp(1rem,6vw,4.5rem); 
}
.big-home-text{
	font-size: clamp(1rem,9vw,8rem) !important; 
}
.list-animation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
	margin-top: -20px !important;
}
.list-animation li{
	display: none;

}
.fadeinout{
	display: block !important;
	animation: fadeinout-move 5s infinite;
	-webkit-animation: fadeinout-move 2s infinite;
}
@keyframes fadeinout-move {
	0%   {opacity: 0;}
	25%  {opacity: 1;}
	75%  {opacity: 1;}
	100% {opacity: 0;}
  }
  header.header{
	position: fixed;
	z-index: 999;
	width:100%;
	left:0px;
	top:0px;
  }
  .main-menu-1,.main-menu-phone-1{
    background-color: #0a85c1 !important;
}

a.footer_idt {
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 67;
    padding: 5px;
}

.header-video-home{
	max-height: 100vh !important;
	min-height: 100vh !important;
	height: 100vh !important;
	overflow: hidden;
	color:rgba(255,255,255,0.3) !important;
	font-weight: 900 !important;
}
.header-video{
	z-index: -2;
	top:0px;
	--mask-height:0px;
}
.header-video .has-black-background-color {
    background: rgb(2,0,36) !important;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 80%, rgba(0,0,0,1) 100%) !important;
	opacity: 1 !important;
}
.white-header {
    background-image: url(img/white-header.svg);
    background-size: 60% 500px ;
	height: 100px !important;
    margin-top: -99px;
	background-position: top;
	background-repeat: no-repeat;

}
.quick_anim{
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
}
.quick_anim_1{
	transition: all 1s !important;
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	-ms-transition: all 1s !important;
	-o-transition: all 1s !important;
}
.mini_navbar .main-menu-1{
	width: 90%;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 5px;
}
.mini_navbar .main-menu-1 img {
    /* margin: 0px !important; */
    height: 80px !important;
    border-radius: 0px;
    position: static;
}

.h-100vh {
    min-height: 100vh;
}
.text-width-0 {
    background: #000;
    color: #fff !important;
    display: inline-block;
    /* padding: 0px 10px; */
    white-space: nowrap;
  overflow: hidden;
    max-width: 1px;
}
.text-width-0 *{
	color: #fff !important;
	white-space: nowrap;
  overflow: hidden;
}
.text-width-100 {
    padding: 0px 10px; 
    max-width: 100vw;
}
.body-normal {
    margin-top: 185px;
}
.body-after-navbar {
    margin-top: 80px;
}
.loading_animation {
    display: flex;
    height: 28px;
    padding: 18px;
    align-items: center;
    width: 150px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    position: fixed;
    top: -60px;
    left: 50%;
    margin-left: -75px;
    z-index: 1000;
    border: solid 1px #333;
	gap: 10px;
}
.jump_down {
	font-size: clamp(1rem,10vw,3rem);
	display: inline-block;
	position: absolute;
	left: 50%;
	color: #fff;
	cursor: pointer;
	top: 90%;
	opacity: 0.5;
	transform:translateX(-50%) ;
	-webkit-transform:translateX(-50%) ;
	-moz-transform:translateX(-50%) ;
	-ms-transform:translateX(-50%) ;
	-o-transform:translateX(-50%) ;
}
.prealoder_ui {
    position: fixed;
    z-index: 999999999;
    background: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
}

.prealoder_ui svg{
	width:70px;
}
.hide_this{
	opacity: 0;
	pointer-events: none;
}
footer .wpcf7 input, footer .wpcf7 textarea {
    background: #000;
    border: 0px;
    border-bottom: solid 2px;
    color: #fff;
    margin-bottom: 10px;
    width: 90%;
    max-height: 100px;
    font-size: 14px;
    padding: 10px;
}
footer .wpcf7 textarea ,footer .wpcf7 [type=submit]{
	border:solid 1px !important;
}
footer .wpcf7 [type=submit]{
	width:auto	;
}
form.wpcf7-form label:has(i) {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
    padding: 0px 20px;
}
form.wpcf7-form label{
	width:100%;
}
form.wpcf7-form .form-control {
    background: transparent;
    color: #fff;
    border: solid 0;
    padding: 10px 10px;
	margin:0px;
}
iframe.map_frame {
    width: 100%;
    min-height: calc( 100vh - 85px );

}
form.wpcf7-form textarea.form-control {
    height: 50px;
    max-height: 200px;
    border-bottom: solid 1px #316fa9 !important;
	min-width:100%;
}
form.wpcf7-form [type="submit"] {
    width: 100%;
    margin-top: 20px;
    background: #316fa9;
    color: #fff;
    border: solid 0px;
    line-height: 45px;
    border-radius: 100px;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
}
.contact-columns {
   
    margin-bottom: -95px;
	padding:0px;
}
/* @media only screen and (max-width: 1023px) {
	.reverse_on_phone {
		flex-direction: column-reverse !important;

	}
	.d-cube-css h3 {
		font-size: 35px;
	}
}
@media only screen and (min-width: 1024px) {
	.d-cube-css h2 {
		margin-top: -100px;
	}
} */
/* The eh_Modal (background) */
.wp-block-gallery .wp-block-image > img{
	cursor: pointer;
}
.eh_modal {

	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
 /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 9999;
  }
  
  /* eh_Modal Content (image) */
  .eh_modal-content {
	margin: auto;
	margin-top:100px;
	display: block;
	width: 80%;
	max-height: calc( 90% - 100px );
	max-width: 700px;
	object-fit: contain;
  }
  
  /* eh_Caption of eh_Modal Image */
  #eh_caption {
	margin: auto;
	display: none;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .eh_modal-content, #eh_caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The eh_Close Button */
  .eh_close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .eh_close:hover,
  .eh_close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  .car-header-home {
    margin-top: -8%;
}
li.product > a > img{
	display: none !important;
}
li.product:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.eh-img-wrapper{
	position: relative;
	width:100%;
	height: 0px;
	padding-bottom: 80%;
}
.eh-img-wrapper img{
	position: absolute;
	top:0px;
	left:0px;
	width:100% !important;
	height: 100% !important;
	object-fit: contain;
	filter: drop-shadow(0px 7px 10px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0px 7px 10px rgba(0,0,0,0.3));
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
li.product {
	text-align: center;
   /*  padding: 0 14px 0px !important; */
   position: relative;
}
li.product::before{
	content:"";
	border: solid 1px #dbdbdb;
	position: absolute;
	width:114%;
	height:calc( 100% + 0px );
	top:0px;
	left:-7%;

}
li.product .add_to_cart_button {
	background-color: #000;
	color:#fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.spinning-wheel {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
	background-image: url(assets/wheel-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	max-width: 90%;
	margin:0 auto;
	max-width: 500px;
	background-color: transparent !important;
}
.spinning-wheel::after{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	content:"";
	background-size: contain;
	background-image: url(assets/wheel.png);
	background-repeat: no-repeat;
	background-position: center;
	animation: rotattt 5s infinite;
	-webkit-animation: rotattt 5s infinite linear;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt {
    background-color: var(--site-blue) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:hover {
    opacity:0.6;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--site-blue) !important;
}
body .irs--round .irs-bar,body .irs--round .irs-from,body .irs--round .irs-to,body .irs--round .irs-single {
    background-color: var(--site-blue);
}
body .irs--round .irs-handle {

    border-color:var(--site-blue);
}
.pwb-carousel .pwb-slick-slide a>img {
    object-fit: contain !important;
    width: 100%;
	height:100px;
}
.pwb-carousel .slick-prev, .pwb-carousel .slick-next, .pwb-product-carousel .slick-prev, .pwb-product-carousel .slick-next {
    opacity: 1 !important;
    background: transparent !important;
    color: #000 !important;
    margin: 57px -28px !important;
}


@keyframes rotattt {
	from {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
}
	to {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
}
  }
  /* 100% Image Width on Smaller Screens */
.header-title-1 {
    margin-top: 30vh;
}
.slick-prev, .slick-next {

    --this-marg: -5px !important;

}
  @media only screen and (max-width: 700px){
	  .header-title-1 {
			margin-top: 50vh;
		}
	  .header-video-home *{
		  font-size:7vw !important;
	  }
	  .header-video-home {
			max-height: 70vh !important;
			min-height: 70vh !important;
			height: 70vh !important;
		}
	.eh_modal-content {
	  width: 100%;
	}
	li.product::before{
		border: solid 0px;
	}
  }
  .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}
.aspect-ratio img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.social_links {
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 45%;
    /* background: red; */
    padding: 0px;
}
li.wp-social-link {
    border-radius: 0px;
    margin: 0px;
}
.social_links ul{
	gap:0px;
}
.back_to_top{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	border-radius:5px;
	pointer-events:none;
	opacity:0;
	margin:10px;
}
.back_to_top i{
	color:#fff;
	width:40px;
	line-height:35px;
	margin-top:5px;
	text-align:center;
	display:block;
}
body:has(.mini_navbar) .back_to_top{
	pointer-events:auto;
	opacity:1;
}
footer .pwb-carousel .pwb-slick-slide a>img {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.footer-social {
    margin-top: -35px;
    margin-bottom: 20px;
}
.main-menu-1 .logo{
	min-height:80px;
}
.main-menu-1 img {
    height: 180px !important;
    max-height: 180px !important;
    margin: 0px !important;
    background: #fff;
    padding: 0px 10px 10px 10px;
    /* margin-top: 0px !important; */
    position: absolute;
    top: 0px;
    border-radius: 0px 0px 30px 30px;
    -webkit-box-shadow: 9px 8px 8px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 9px 8px 8px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 9px 8px 8px 0px rgba(0, 0, 0, 0.33);
}
.caption-container {
/*     position: absolute;
    right: 8%;
    width: fit-content;
    transform: translate(-50%, -50%);
    align-items: center !important;
    flex-wrap: unset !important;
    display: inline-flex; */
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    width: 100%;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 6px 10px;
    background-color: #0a85c1;
}
.product.type-product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #000;
    cursor: pointer !important;
}
.product.type-product:hover  {
    cursor: pointer !important;
}
a.wp-block-button__link, .wpcf7-submit {
    color: #fff;
	background-color: #0a85c1 !important;
}
a.wp-block-button__link:hover, .wpcf7-submit:hover{
    color: #fff !important;
	background-color: #000 !important;
	transition: .5s;
}

.menu-item:hover a:hover{color: #fff !important;}
.header-video {
    font-family: serif;
}
.para-p-0 p{
	display: none !important;
}