.section {
	
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;

}

.section-right {
	
	justify-content: center;
    align-items: flex-end;

}

.section--1 {

    filter: saturate(0.7);
    background-image: linear-gradient(180deg, rgba(255, 197, 75, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url(/assets/images/cover/home.jpg);
    background-size: cover;
    background-position: right;

}

.section--2 {

    filter: saturate(0.7);
    background-image: linear-gradient(180deg, rgba(255, 197, 75, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url(/assets/images/cover/689dfd88-6cd5-425f-a9b5-e518e5a55810.jpg);
    background-size: cover;
    background-position: right;

}

.stack {

    font-family: Rajdhani;
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    transform: translateY(-35px);
    line-height: 150%;
	
}

.stack-right {
	
	text-align: left;
	width:50%;
	transform: translateY(0px);
	
}

.stack-title {
	
	margin-bottom: 40px;
    font-size: 30px;
    color: #a6eafc;
    font-weight: 700;
	
}

.launch {
	
	color: #ffffff45;
    font-size: 25px;
	
}

.logo-eclipse {
	
	position: absolute;
    top: 63px;
    font-family: Rajdhani;
    color: rgb(166, 234, 252);
    font-size: 60px;
    line-height: 70%;
    left: 100px;
	
}

.logo-protocol {
	
	font-size: 30px;
    letter-spacing: 10px;
	
}