
/* 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 {
	display: grid;
    overflow-x: hidden;
}
._video {
	scroll-snap-align: start;
	position:relative;
	height: 95vh;	/*25%;*/
	background-image: url('../images/bg-cross.png');
	background-position: center;
	background-color: #000;
	z-index:0;
}
._video_sec {
	height:95vh;
	background-position: top left;
	z-index:auto;
}
._video.sec1 {
	/*top:25%;*/
	background-image: url('../images/sec1_bg.png');
}
._video.sec2 {
	/*top:50%;*/
	background-image: url('../images/sec2_bg.png');
}
._video.sec3 {
	/*top:75%;*/
	background-image: url('../images/sec3_bg.png');
}

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

/*
.lissing_data.lissing-cross .dataCube {
	line-height: 0.9;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lissing_data.lissing-cross .dataCubes_wrpr {
	background-image: linear-gradient(180deg, hsl(0deg 0% 18%) 0%, hsl(344deg 0% 16%) 11%, hsl(344deg 0% 15%) 22%, hsl(344deg 0% 13%) 33%, hsl(344deg 0% 11%) 44%, hsl(344deg 0% 10%) 56%, hsl(344deg 0% 8%) 67%, hsl(344deg 0% 6%) 78%, hsl(344deg 0% 3%) 89%, hsl(0deg 0% 0%) 100%);
	padding:10px 30px;
}

.lissing_data.lissing-cross .dataCube h6 {
	margin-bottom: 0px;
	font-size: 40px;
	color: #ffffff;
}

.lissing_data.lissing-cross .dataCube h6.blue-number {
	color: #00a3b6;
	display: flex;
	gap: 6px;
	font-size: 48px;
	font-weight: 500;
}


.lissing_data.lissing-cross .dataCube h6.blue-number span:not(.small-num) {
	margin-top: 9px;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	line-height: 0.8;
}
*/
.title-text {
	color: white;
	font-weight: bold;
	font-size: 52px;
	direction: rtl;
	line-height: 1;
}

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;
}

._topMenu.dark ul li a,
._topMenu.dark ul li.active a,
._topMenu.dark ul li.active a {
	color: white;
}

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

.x44 {
	display: inline-block;
}

.model_menu {
	width: fit-content;
    margin-right: 3vh;
    position: absolute;
    top: calc(100vh - 6vh - 500px - 12vh);
}

.model_menu_item {
	display:block;
	margin-bottom:2vh;
	background:rgba(0,0,0,.65);
	font-size:14px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-decoration:none;
}
.model_menu_item img {
	border-top:1px solid #ffffff;
	width:150px;
}
.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);
}
/*
.nav_btns {
    position: absolute;
    bottom: 4vh;
	margin:0 auto;
	left:0;
	right:0;
	border:1px solid #ffffff;
	background:rgba(0,0,0,.5);
	display:flex;
	gap:1vw;
	width:fit-content;
	padding:0.5vw;
}
.go_down {
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	border-radius:20px;
	background: #ffffff;
	color:#000000;
    text-decoration: none;
    font-size: 26px;
	z-index:9;
}
.go_down.up {
	transform:rotate(180deg);
}
.go_down i {
	height:20px;
}
*/
/*
@media(min-width: 1024px) {
	.lissing_data.lissing-cross {
		border-radius: 12px;
		margin-top: 5px;
	}
}
*/
/*
@media(max-width: 767px) {
	.logo-car {
		width: 100%;
		padding: 5px 15px;
	}
}
*/
.lissing_data {
	margin-top:0;
}
.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;
}


@media(max-width: 1024px) {
	#main_carousel {
		overflow:auto;
		height:60vh;
	}
	#main_carousel .item {
		height:auto;
	}
	._video {
		position:relative;
		height:60vh;
		background-image: url('../images/bg-cross-mob.jpg');
	}
	._video_sec {
		height:auto;
		position:static;
	}
	._video_sec img {
		width:100%;
	}
	
	.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%;
	}
	
	footer._video_sec {
		z-index:9;
	}
	.small-letters {
		width:100%;
		padding:2% 5%;
	}
}

/*===== SUMMER SALE =====

@media (max-width: 1024px) {
	.stmp {
		left:1vh;
	}
	
	.logo-car {
		padding:0 0 0 30px;
	}
}*/