*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.container{
    width: 100%;
    height: 100vh;
    background-color: #ccc;
}

.banner{
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(background.png);
    background-size: cover;
    background-position: center;

}
.navbar{
    width: 85%;
    margin: auto;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 120px;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;   
}
.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0%;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
.navbar ul li:hover:after{
    width: 100%;
}
.content{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.content h1{
    font-size: 70px;
    margin-top: 80px;
}
.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
}
button{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #009688;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
span{
    background: #009688;
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
button:hover span{
    width: 100%;
}
button:hover{
    border: none;
}
.quantum{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(-50%, 70%);
    border: 3px solid #fff;
    border-radius: 10%;
    
    
}
.EFTHEADER{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.EFTHEADER h1{
    font-size: 30px;
}
.plasmascript{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 25%;
    transform: translate(-50%, -308%);
    border: 3px solid #fff;
    border-radius: 10%;
}
.RUSTHEADER{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    
}
.abs{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(-50%, 72%);
    border: 3px solid #fff;
    border-radius: 10%;
}
.labsking{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 25%;
    transform: translate(-50%, -308%);
    border: 3px solid #fff;
    border-radius: 10%;
}
.odin{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(75%, -308%);
    border: 3px solid #fff;
    border-radius: 10%;    
}
.VALHEADER{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    
}
.unknown{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    border: 3px solid #fff;
    border-radius: 10%;
}
.apex{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    border: 3px solid #fff;
    border-radius: 10%;
}
.APEXHEADER{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff; 
}
.terms{
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}

.quantumprice{
    width: 100%;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}
.plasmaprice{
    width: 100%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    transform: translateX(-25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}
.labskingprice{
    width: 100%;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}
.absprice{
    width: 100%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    transform: translateX(-25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}
.odinprice{
    width: 100%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    transform: translateX(25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}
.plsmascript{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 25%;
    transform: translate(-50%, -160%);
    border: 3px solid #fff;
    border-radius: 10%;
}

.quantum2{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 25%;
    transform: translate(75%, -160%);
    border: 3px solid #fff;
    border-radius: 10%;
}

.quantum2price{
    width: 100%;
    position: absolute;
    top: 56%;
    transform: translateY(750%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}

.plasma2price{
    width: 100%;
    position: absolute;
    top: 88%;
    transform: translateY(500%);
    transform: translateX(-25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}

.disconnect{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 25%;
    transform: translate(200%, -308%);
    border: 3px solid #fff;
    border-radius: 10%;
}

.disconnectprice{
    width: 100%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    transform: translateX(25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}

.disconnect2{
    width: 384px;
    height: 216px;
    position: absolute;
    top 50%;
    left: 50%;
    transform: translate(75%, -160%);
    border: 3px solid #fff;
    border-radius: 10%;    
}

.disconnect2price{
    width: 100%;
    position: absolute;
    top: 88%;
    transform: translateY(450%);
    transform: translateX(25%);
    text-align: center;
    color: #fff;
    word-spacing: 5px;
    font-weight: 100;
    line-height: 40px;
}

.youtube{
    width: 100%;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff; 
}


