#main_carousel {
	height: 95vh;
    overflow: scroll;
}
/* width */ 
.item::-webkit-scrollbar {width: 0px;}
/* Track */
.item::-webkit-scrollbar-track {background: transparent;}
/* Handle */
.item::-webkit-scrollbar-thumb {background: transparent;}
/* Handle on hover */
.item::-webkit-scrollbar-thumb:hover {background: transparent;}
/* width */
#main_carousel::-webkit-scrollbar {width: 0px;}
/* Track */
#main_carousel::-webkit-scrollbar-track {background: transparent;} 
/* Handle */
#main_carousel::-webkit-scrollbar-thumb {background: transparent;}
/* Handle on hover */
#main_carousel::-webkit-scrollbar-thumb:hover {background: transparent;}

  
#main_carousel .item {
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
}

.top_content {
	position: fixed;
    width: 77vw;
    right: 0;
    left: auto;
	z-index:3;
}

._video {
	scroll-snap-align: start;
	position:relative;
	height: 100%;	/*25%;*/
	background-image: url('../images/bg-cross.png');
	background-position: center;
	background-color: #000;
	z-index:0;
}
._video_sec {
	background-position: center;
	z-index:auto;
}
._video.sec1 {
	background-image: url('../images/sec1_bg.png');
}
._video.sec2 {
	background-image: url('../images/sec2_bg.png');
}
._video.sec3 {
	background-image: url('../images/sec3_bg.png');
}
._video.sec4 {
	background-image: url('../images/sec4_bg.jpg');
	height:130vh;
	max-height:none;
}

.logo-car {
	width: 40%;
	margin: auto;
}

.title-text {
	color: #0B233A;
	font-weight: bold;
	font-size: 60px;
	direction: rtl;
	line-height: 1;
}
.title-text.sub {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 0 2vh;
}
.title-text.sub:before, .title-text.sub:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #0b233a;
    width: 20%;
    top: 50%;
	left:100%;
    margin-top: -1px;
}
.title-text.sub:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #0b233a;
    width: 20%;
    top: 50%;
	right:100%;
    margin-top: -1px;
}

span.small-num {
	align-self: self-end;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 3px;
}

.top_content h2 {
	font-weight: bold;
}
.top_content h2 span {
	margin-top: -0.8vw;
	font-size: 40%;
	font-weight: bold;
}
.top_content h2 img {
	max-width:60%;
}

.x44 {
	display: inline-block;
}

.model_menu {
	width: 17%;
    margin-right: 3vh;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	z-index:9;
}
.sec1 .model_menu {
	width: auto;
    top: auto;
    bottom: 5vh;
    display: flex;
    gap: 2.5vh;
    transform: none;
}

.model_menu_item {
	display:block;
	margin-bottom:2vh;
	background:rgba(0,0,0,1);
	font-size:14px;
	color:#ffffff;
	border:2px solid #000000;
	text-decoration:none;
}
.model_menu_item img {
	width:100%;
}
.model_menu_item_txt {
	padding:5px;
}
.model_menu_item_txt span {
	display:inline-block;
}

.go_down {
	/*display:none;*/
	width:40px;
	height:40px;
	margin:0 auto;
	margin-left:-20px;
	color: #ffffff;
    text-decoration: none;
    font-size: 40px;
    position: absolute;
    bottom: 4vh;
    /* margin: 0 auto; */
    left: 50%;
    text-align: center;
	z-index:9;
}
.bot_content .go_down {
	display:block;
}
.go_down.up {
	margin-left:20px;
	transform:rotate(180deg);
}
.go_down i {
	transform:scaleX(1.3);
}

.lissing_data .caption {
	padding:4px 0 3px 0;
}
.lissing_data .dataCubes_wrpr {
	padding:15px;
}
.lissing_data .sep {
	padding:0 15px;
}
.lissing_data .dataCube {
	padding-bottom:5px;
}
.lissing_data .dataCube>span {
	line-height:normal;
}

._footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 77vw;
}
footer._video_sec {
	background-position:center;
}

.small-letters {
    padding: 0.65vw;
	padding-bottom:0;
    line-height: 1.2;    
	position: absolute;
    bottom: 0;
}
/*====== blockpage ======*/
.blockpage {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}
.blockpage.active {
	visibility: visible;
	opacity: 1;
}
.blockpage i {
	display:block;
	position: relative;
	top:50%;
	width: 8px;
	height: 8px;
	margin: 40px auto;
	opacity: 0.5;
	border-radius: 50%;
	box-shadow:0 -11.2px 0 rgba(255,255,255,1), 8px -8px 0 rgba(255,255,255,0.9), 11.2px 0px 1px rgba(255,255,255,0.75), 8px 8px 1px rgba(255,255,255,0.6), 0px 11.2px 2px rgba(255,255,255,0.45), -8px 8px 2px rgba(255,255,255,0.3), -11.2px 0px 3px rgba(255,255,255,0.15), -8px -8px 3px rgba(255,255,255,0);
	animation: load 1.5s steps(8, end) infinite;
	scale:3;
}
@keyframes load {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media(max-width: 1024px) {
	.top_content {
		position:absolute;
		left:0;
	}
	
	#main_carousel {
		overflow:auto;
		height:auto;
	}
	#main_carousel .item {
		height:auto;
	}
	._video {
		position:relative;
		height:60vh;
		background-image: url('../images/bg-cross-mob.jpg');
	}
	._video_sec {
		height:auto;
		position:relative;
	}
	._video_sec img {
		width:100%;
	}
	
	.sec1 .model_menu {
		display:none;
	}
	
	.go_down {
		display:none;
	}
	._video.sec3 .go_down.up {
		display:block;
		margin-left:-20px;
	}
	
	.logo-car {
		width: 100%;
		padding: 5px 15px;
	}

	.top_content h2 span {
		line-height: 1.1;
		margin-top: 0vw;
		font-size: 24px;
	}

	.top_content img {
		height: auto;
		width: 100%;
	}
	
	.top_content h2 img {
		max-width: 60%;
		display: block;
		margin: 5px auto;
	}
	.top_content h2 .title-text {
		font-size:28px;
	}
	
	._buttons {
		position:fixed;
		bottom:7vh;
		height:150px;
	}
	
	footer._video_sec {
		z-index:9;
	}
	.small-letters {
		position:static;
		width:100%;
		padding:2% 5%;
	}
	
	._footer {
		position:relative;
		width:100%;
		margin-bottom:7vh;
		padding-bottom:150px;
	}
	
	footer {
		padding-top:0;
	}
}



/*===== SUMMER SALE =====*/
.stmp {
	display:block;
}

@media (max-width: 1024px) {
	.stmp {
	    top: 37vh;
        right: 10vw;
        transform: none;
        width: 30vw;
	}
	
	.logo-car {
		padding:0 0 0 30px;
	}
}




/*===== days 05 2025 =====*/

.top_content .days2025-img {
	display:none;
}

.days2025 .top_content .days2025-img {
	display: block;
    max-width: 30vw;
    margin: 0 auto;
	margin-top:2vh;
}
.days2025 .top_content h2 img {
	width:25%;
}
.days2025 .top_content .title-text{
	font-size:40px;
	font-size:0;
	line-height:100%;
	margin-top: -1%;
	margin-top:0;
}
.days2025 .top_content .title-text.sub:before,
.days2025 .top_content .title-text.sub:after {
	display:none;
}
.form-container.days2025 form {
	margin-top:2vh;
}
.days2025 .days2025-form-top {
	width:60%;
	margin:2vh auto;
	display:block;
}

@media (max-width: 1024px) {
	.days2025 .top_content h2 {
		margin-top:0;
	}
	.days2025 .top_content h2 img {
		width:60%;
	}
	/*
	.days2025 .top_content .title-text {
		font-size:20px;
	}
	*/
	
	.days2025 .top_content .days2025-img {
		width:65vw;
		max-width:none;
	}
	.days2025 .days2025-form-top {
		margin-top:10vh;
	}
	.form-container.days2025 .inner-form {
		margin-top:3vh;
	}
	.form-container.days2025 form {
		margin-top:1vh;
	}
}
