*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: Jura, monospace;
}
body{
    overflow-x: hidden;
    background: black;
}
#cursor{
    width: 3vw;
    height: 3vw;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 10;
}
header{
    width: 100%;
    padding: 0 2vw;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    border-bottom: 1px solid black;
}
header a{
    color: white;
    margin: 10px 20px;
    transition: filter 0.5s ease-in-out;
    border: 1px solid white;
    padding: 10px;
}
header a:hover{
    filter: invert(1);
}
/* LANDING */
.landing{
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: center;
    background: url('./assets/bg0.jpg') no-repeat right/cover;
    padding: 3vw;
    background: rgb(19, 19, 19);
    position: relative;
    overflow: hidden;
}
.landing::before{
    content: '';
    position: absolute;
    top: 30%;
    right: 0%;
    width: 100%;
    height: 2px;
    background: white;
}
.landing span::before{
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    height: 130vh;
    width: 2px;
    background: white;
}
.landing::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20vh;
    background: rgb(23, 23, 23);
}
.landing span{
    font-family: Jura, monospace;
    width: 45vw;
    min-width: 280px;
    color: white;
    z-index: 3;
}
.landing span h1{
    font-size: 5rem;
    font-weight: 300;
    word-wrap: break-word;
    word-break: break-all;
}
.landing span h1 b{
    font-weight: 700;
    background: rgba(255, 255, 255, 0.077);
    background: white;
    color: rgb(19, 19, 19);
    backdrop-filter: blur(1px);
    padding: 5px;
}
.landing span p{
    font-size: 1rem;
    line-height: 200%;
}
.l-imgs{
    width: 45vw;
    min-width: 300px;
    height: 100vh;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.l-imgs::after{
    content: 'BBTT';
    text-transform: uppercase;
    font-size: 7rem;
    font-weight: 300;
    position: absolute;
    top: 5%;
    left: 40%;
    color: white;
    opacity: 0.03;
}
.l-imgs img{
    position: absolute;
    top: 10%;
    left: 0;
    width: 35vw;
    min-width: 300px;
    object-fit: cover;
    z-index: 1;
}
.l-btns a, .li-btns a{
    margin-right: 40px;
    margin-top: 40px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 10px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: filter 0.5s ease-in-out;
    width: 40%;
    min-width: 250px;
    text-align: center;
    max-height: 70px;
}
.l-btns a:hover, .li-btns a:hover{
    filter: invert(1);
}
.l-btns a:nth-child(1){
    background: black;
}
.l-btns a:nth-child(3){
    width: 100%;
}
.l-btns{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 280px;
    text-align: center;
    z-index: 10;
    justify-content: space-between;
}
/* SECTION 2 */
.s2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    background: black;
}
.s2-b{
    width: 30vw;
    height: max-content;
    min-width: 280px;
    min-height: 400px;
    border-radius: 25px;
    margin: 2vw;
    background: rgb(9, 9, 9);
    backdrop-filter: blur(5px);
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.s2-b p{
    margin: 3px 0;
}
.s2-b:nth-child(1){
    background: url('./assets/cube0.png') no-repeat center/contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.s2-b:nth-child(2) img{
    width: 100%;
    height: 90%;
    object-fit: cover;
}
.s2-b:nth-child(3){
    background: #181821;
    font-size: 1.2rem;
    background: url('./assets/bg0.jpg') no-repeat center/cover;
}
.s2-b:nth-child(3) img{
    width: 40%;
    object-fit: cover;
    position: relative;
    top: 15%;
    left: 55%;
}
/* SECTION 3 */
.s3{
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3vw;
    color: white;
    text-align: center;
    font-size: 2rem;
}
.swapI{
    width: 60%;
    min-width: 280px;
    min-height: 70vh;
    margin-top: 20px;
}
.uswap{
    width: 100%;
    height: 70vh;
}
/* SECTION 4 */
.s4{
    width: 100%;
    min-width: 280px;
    color: white;
    text-align: center;
    margin: 20px auto;
    padding: 2vw;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}
.s4 p, .s4 h1{
    z-index: 2;
    position: relative;
}
.s4::before{
    content: '';
    position: absolute;
    right: 25%;
    top: 0;
    height: 100%;
    width: 50%;
    min-width: 280px;
    transform: skew(20deg);
    background: rgba(19, 19, 19);
    background: linear-gradient(to right, transparent, rgb(23, 23, 23), transparent);
    z-index: 0;
}
/* SECTION 5 */
.s5{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    position: relative;
}
.s5 h1{
    width: 100%;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.s5 span{
    width: 10vw;
    min-width: 150px;
    position: relative;
    color: white;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s5-f{
    height: 10vw;
    min-height: 150px;
}
.s5 span b, .s5 span small, .s5 img{
    z-index: 2;
    position: relative;
}
.s5 img{
    width: 30%;
    height: 30%;
    object-fit: contain;
}
.s5-f::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 10vw;
    min-width: 150px;
    min-height: 150px;
    transform: rotate(45deg);
    background: rgb(19, 19, 19);
    background: linear-gradient(to right, transparent, rgb(23, 23, 23), transparent);
    z-index: 0;
}
.s5-e{
    height: 100px;
}
/* FOOTER */
footer{
    width: 80%;
    min-width: 280px;
    border-top: 1px solid white;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 3vw;
}
footer span{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}
footer span h1{
    color: #181821;
}
footer span p{
    color: white;
}
footer span a{
    margin: 10px 0;
    color: white;
    text-decoration: none;
}
footer span a:hover{
    filter: invert(1);
}
/* ETH */
.eth-l{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 40px 3vw;
    background: #181821;
    background-image: radial-gradient(circle at 71% 29%, rgba(250, 250, 250,0.03) 0%, rgba(250, 250, 250,0.03) 32%,transparent 32%, transparent 100%),radial-gradient(circle at 100% 82%, rgba(82, 82, 82,0.03) 0%, rgba(82, 82, 82,0.03) 26%,transparent 26%, transparent 100%),radial-gradient(circle at 30% 35%, rgba(78, 78, 78,0.03) 0%, rgba(78, 78, 78,0.03) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 71% 54%, rgba(52, 52, 52,0.03) 0%, rgba(52, 52, 52,0.03) 13%,transparent 13%, transparent 100%),radial-gradient(circle at 17% 19%, rgba(202, 202, 202,0.03) 0%, rgba(202, 202, 202,0.03) 83%,transparent 83%, transparent 100%),radial-gradient(circle at 28% 30%, rgba(219, 219, 219,0.03) 0%, rgba(219, 219, 219,0.03) 39%,transparent 39%, transparent 100%),radial-gradient(circle at 56% 19%, rgba(155, 155, 155,0.03) 0%, rgba(155, 155, 155,0.03) 33%,transparent 33%, transparent 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
    /* Background powered by: www.gradientmagic.com */
}
.eth-l a{
    font-size: 1.5rem;
    color: white;
}
.eth-l section{
    width: 90%;
    margin: 5vw auto;
    font-size: 1.2rem;
}
.eth-l h1{
    font-size: 3rem;
}
.eth-l p{
    margin: 10px auto
}
.s6{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin: 20px;
}
.s6 span, .s6 table{
    width: 45%;
    min-width: 280px;
}
.s6 p{
    font-size: 1.2rem;
    font-weight: 600;
}
.fee{
    font-size: 2rem !important;
    color: red;
}
.calc{
    display: flex;
    flex-direction: column;
    min-width: 270px;
    width: 35vw;
    padding: 20px 0;
}
.calc input{
    margin: 10px auto;
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}
.calc button{
    padding: 10px 15px;
    width: 100%;
    font-size: 1.1rem;
}
.s6 table{
    min-width: 270px;
    text-align: left;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.s6 table td, .s6 table th{
    padding: 10px;
    font-size: 1.1rem;
}
.eth-l p b{
    color: red;
}
.eth-l2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: black;
    padding: 20px;
    border-radius: 20px;
}
.eth-d, .eth-l2 span{
    width: 40vw;
    min-width: 250px;
}
.eth-l2 span{
    padding: 10px;
}
.eth-d{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.eth-add{
    width: 100%;
    display: flex;
    justify-content: center;
}
.eth-add input{
    width: 85%;
    min-width: 210px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background: transparent;
}
.eth-add button{
    width: 15%;
    min-width: 40px;
    border-radius: 0px;
    border: none;
}
.c-txt{
    width: 100%;
    min-width: 270px;
    margin: 3px 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid white;
    background: none;
    color: white;
}
.p-key{
    font-size: 1rem;
    text-align: center;
    margin: 10px;
    word-wrap: break-word;
}
.c-t{
    display: none;
}
.dapp-if{
    width: 100%;
    min-height: 50vh;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dapp-i{
    width: 100%;
    min-height: 70vh;
    min-width: 280px;
}
/* ANIMATIONS */
@keyframes slideY {
    0%{
        opacity: 0;
        transform: translateY(100%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}