.elb-nav {
	position : absolute;
	display: flex;
	height : 10vh;
	width : 100%;
	justify-content: center;
	z-index: 100;
	transition: background 0.5 ease-in;
	background-color: transparent;
}

.elb-landpage.header {
	display:flex;
	position:relative;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	min-height: 65vh;
	/*background-image: var(--land-image);*/
	background-size: cover;
    background-repeat: no-repeat;
	background-position-y: center;
	padding-top: 100px;
}

.elb-landpage.header > video {
	position: absolute;
	object-fit: contain;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.mobile .elb-landpage.header > video {
	position: absolute;
	object-fit: fill;
	top: 0;
	bottom: 0;
	right: 0;
	left: -850px;
	height: 100%;
}


body.mobile .elb-landpage.header{
	background-position-x: -320px;
	min-height: 100vh;
}

.elb-landpage.header .backdrop{
	background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.elb-landpage.header .wrap-header{
	width:85%;
	color:#e8e8e8;
	z-index: 10;
}

.elb-landpage.header .wrap-header .blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.mobile .elb-landpage.header .wrap-header .blocks{
	gap:40px;
}

.elb-landpage .wrap-header .action {
	width: 500px;
    height: 360px;
	padding:10px;
    border-radius: 9px;
	display:flex;
	flex-direction: column;
	/*background-color: rgba(255, 255, 255, 0.1);*/
	background: rgba(216, 232, 255, 0.28);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	border: 1px solid rgba(216, 232, 255, 0.3);
}
.elb-landpage .wrap-header .register-elostbag {
	flex-basis: 20%;
	align-items: center;
	display:flex;
}
.elb-landpage .wrap-header .buy-it {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
}
.elb-landpage .wrap-header .buy-it .action-button{
    display: flex;
    justify-content: space-between;
}
.elb-landpage .wrap-header .buy-it .action-button a{
    flex-basis:45%;
}

.elb-landpage .wrap-header .buy-it .model-container {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.elb-landpage .wrap-header .buy-it .model-container > div {
	flex-basis: 35%;
}

.elb-landpage .wrap-header .register-part {
	width: 50%;
    height: 350px;
	padding:10px;
    border-radius: 9px;
}

.elb-landpage .wrap-header .register-part .carousel{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f0f8ff4d;
	padding: 50px;
	backdrop-filter: blur(15px);
}


.carousel > img {
	max-width: 30%;
}

.carousel .blockchain-actions {
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-bottom: 10px;
}

.elb-landpage .wrap-header .register-part .carousel .text{
	font-size: 2.5em;
	color:var(--background-light);
	font-weight: bold;
}

img.platform-img {
	position: relative;
	width: 95%;
	border-radius: 15px;
	box-shadow: 4px 5px 8px #0e0e0e;
	transform: perspective(600px) rotate3d(0, 1, -0.4, 16deg) translateY(4px);
	z-index: 30;
}

.mobile .elb-landpage .wrap-header .register-part {
	width: 100%;
	height: unset;
	padding:10px;
	border-radius: 9px;
	font-size: 0.9rem;
}

.mobile .elb-landpage .wrap-header .register-part .carousel{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f0f8ff4d;
	padding: 10px 20px;
	backdrop-filter: blur(15px);
}

.mobile .elb-landpage .wrap-header .register-part .carousel > img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(14%, -75%);
	background-color: #5d5d5d;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 2px 2px 2px #313131;
}

.mobile .elb-landpage .wrap-header .action {
	/*width: unset;
	height: unset;*/
	padding:10px;
	border-radius: 9px;
	display:flex;
	flex-direction: column;
	/*background-color: rgba(255, 255, 255, 0.1);*/
	background: rgba(216, 232, 255, 0.28);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	border: 1px solid rgba(216, 232, 255, 0.3);
}

