@import url("css2-1.css");
body {
    font-family: 'Roboto', sans-serif;
    background: url("back.jpg");
    min-height: 100vh;
    background-size: cover;
    color: #949dc8;
    font-weight: 400;
}

.main {
    margin-top: 35px;
}

.menu-r nav {
    text-align: right;
    float: right;
}

.menu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-radius: 5px;
}

.footer {
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}

li.nav-item a {
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s;
}

li.nav-item a:hover {
    opacity: .8;
}

.interact-button {
    border: none!important;
    background: #6353d9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s;
    outline: none!important;
    border-bottom: 5px solid rgb(255 255 255 / 25%)!important;
    box-shadow: 0px 0px 20px #6353d9;
    outline: 1px solid #786ae4!important;
    padding: 5px 15px;
}

nav .interact-button {
    margin-left: 35px;
}

.interact-button:hover {
    box-shadow: 0px 0px 20px #6353d9!important;
    background: #6353d9!important;
    border-bottom: 3px solid rgb(255 255 255 / 25%)!important;
    color: #fff;
}

.interact-button:hover,
.interact-button:focus,
.interact-button:active {
    box-shadow: 0px 0px 20px #6353d9!important;
    background: #6353d9!important;
    border-bottom: 3px solid rgb(255 255 255 / 25%)!important;
}

.percent {
    text-align: center;
}

.mainblock {
    margin-top: 65px;
}

.leftside,
.rightside {
    border-radius: 25px;
    padding: 35px;
    background: linear-gradient(30deg, #6353d9 -25%, #141933 10%, #141933 88%, #6353d9 120%);
    border: 1px solid #242a47;
    box-shadow: 0 12px 17px rgb(0 0 0 / 35%);
}

img.banner {
    width: 100%;
}

.title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: rgb(0 0 0 / 30%);
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 35px;
}

.title button {
    position: relative;
    margin-right: 0;
    justify-content: right;
    float: right;
    top: 5px;
}

p.luck {
    font-size: 14px;
}

span.magic {
    text-shadow: 1px 1px 3px #6353d9;
    color: #fff;
}

.airdrop,
.percent {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.linerem {
    margin-top: 15px;
    width: 100%;
    height: 15px;
    position: relative;
    background: #000;
    margin-bottom: 35px;
    border-radius: 5px;
}

.onit {
    margin-top: 15px;
    width: 24%;
    height: 15px;
    position: relative;
    background: #6353d9;
    margin-bottom: 35px;
    border-radius: 5px;
}

li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    text-transform: uppercase;
}

#days,
#hours {
    display: none;
}

p {
    font-size: 16px;
}

.info {
    margin-top: 35px;
}

.percent {
    color: #fff;
}

.info .magic {
    text-transform: uppercase;
    font-weight: 600;
}

.footer footer.py-3 {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

.social a {
    color: #949dc8;
}

@media only screen and (max-width: 991.5px) {
    .leftside,
    .rightside {
        margin-left: 10vw;
        margin-right: 10vw;
        width: 80vw;
        margin-top: 35px;
    }
    .menu {
        justify-content: center;
        text-align: center;
    }
    footer .d-flex {
        width: 100%;
        text-align: center;
        display: block!important;
    }
    .row {
        --bs-gutter-x: 0;
    }
    .title {
        display: block;
        justify-content: center;
        text-align: center;
    }
    .title button {
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}