﻿@charset "utf-8";


html  { height:100%;margin:0;padding:0; }

body {


	font-family : arial;

	color:white;
	margin : 0 ;
	
	height: 100%;
	
	padding:0;
	
	background:#161616;
	display:flex;
	overflow:hidden;
}


.bg, .bg2 {

	width: 100%;
	height:100%;
	position:absolute;
}


.bg {

	z-index:-1;
	background-color:#000;
	-webkit-clip-path:polygon(72% 74%, 100% 27%, 100% 100%, 5% 100%);
	clip-path:polygon(72% 74%, 100% 27%, 100% 100%, 5% 100%);
	-ms-clip-path:polygon(72% 74%, 100% 27%, 100% 100%, 5% 100%);

}

.bg2 {

	z-index:-2;
	background-color:#1b1b1b;
	-webkit-clip-path:polygon(63% 69%, 100% 9%, 100% 100%, 5% 100%);
	clip-path:polygon(63% 69%, 100% 9%, 100% 100%, 5% 100%);
	-ms-clip-path:polygon(63% 69%, 100% 9%, 100% 100%, 5% 100%);

}
.svg3 { width:100%;height:100%;position:absolute;bottom:0px;left:0px;z-index:-1; }
.svg2 { width:100%;height:100%;position:absolute;bottom:0px;left:0px;z-index:-2; }

#left { width:50%;float:left;height:100%; }
#right { width:50%;float:right;height:100%; }
.container123 {

	width:100%;
	height:auto;
	align-self:center;
	margin:0 50px;
}

ul {

	list-style-type:none;
	perspective:1000px;
}

ul li {

	display:grid;
	grid-template-columns: 20% auto;
	-ms-grid-template-columns: 20% auto;
	border-radius:10px;
	padding:15px;
	cursor:pointer;
	transform:rotateY(-30deg) rotateX(15deg);
	position:absolute;
	border-bottom:4px solid #d4d4d4;
	mix-blend-mode:multiply;
	width:70%;
	height:50px;
}

ul li:nth-child(1) {

	background:gray;
	top:-85px;
	z-index:2;
}
ul li strong { font-size:20px; }

ul li:nth-child(2) {

	background:gray;
	top:10px;
	z-index:1;
}

ul li:nth-child(3) {

	background:gray;
	top:105px;

}

ul li:nth-child(4) {

	background:gray;
	top:200px;

}

ul li:hover {

	transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
	transition: transform .4s ease-out;
	z-index:3;
}

@keyframes example {
    from {margin-right: 5px;margin-left:0px;width:90px;height:90%;margin-top:5px;}
    to {margin-right: -10px;margin-left:-10px;width:110px;height:110px;margin-top:-10px;}
}

.cards123 { padding-left:10px !important;z-index:9999;width:calc( 100% - 0px );height:120px;position:absolute;overflow-x:auto;-ms-overflow-style: none;overflow: -moz-scrollbars-none;bottom:20px;left:0px;overflow-y:visible !important;white-space:nowrap; }
.cards123::-webkit-scrollbar { display:none; }
.cards_inner123 { width:100%;overflow-x:auto;white-space:nowrap;height:110px;margin:0;-ms-overflow-style: none;overflow: -moz-scrollbars-none; }
.cards_inner123::-webkit-scrollbar { display:none; }

.card123 { margin-left:1px;display:inline-block;width:76px;margin-right:1px;background:white;height:76px;cursor:pointer;vertical-align:top;margin-top:10px;margin-bottom:10px;
    z-index:0;position:relative;border:1px solid gray;
	}
.card123_hover { border:0px solid #d4d4d4;width:74px;height:74px;top:-1px;left:-1px;background:white;z-index:1;position:relative;border:2px solid gray;transition: width .2s, height .2s, top .2s, left .2s, transform .2s; 
	 -webkit-transition: width .2s, height .2s, top .2s, left .2s, -webkit-transform .2s; 
	transition-timing-function: ease-out;z-index:999999999;position:absolute; }
.card123_hover:hover { border:0px solid #d4d4d4;left:-12px;width:92px;height:92px;top:-10px;background:white;z-index:1;position:relative;border:2px solid red;z-index:999999999;position:absolute; }

.card123_name { position:absolute;top:calc( 100% - 180px );left:60px;width:100%;text-align:left;font-weight:bolder;color:white;font-size:18px;z-index:99999999999; }
.card_on { border:2px solid red;width:74px;height:74px; }

.cell_contents { width:calc( 44% - 40px );top:20px;right:80px;padding:60px;height:65%;z-index:999;display:none;padding-top:40px;perspective:2000px;position:absolute; }  

.cell_contents div { 

	position:absolute;
	width:calc( 100% - 40px );
	height:calc( 90% - 40px );
	display:block;background:rgba(0,0,0,.3);
	border-radius:15px;
	border:1px solid rgba(255,255,255,.2);
	margin-top:10px;transform:rotateY(-30deg) rotateX(15deg);
	top:0px;
	right:0px;
	padding:20px;
	padding-top:40px;
	border-bottom:4px solid rgba(255,255,255,.2);
	transition: transform .4s ease-in;
	color:white;
	font-size:12px;
	line-height:18px;
	text-align:center;
	
}     
.cell_contents div b {font-weight:bolder;font-size:40px}
.cell_contents div:hover { transform: rotateY(-22deg) rotateX(7deg) scale(1.03);transition: transform .4s ease-out; }

