* {
    margin: 0px;
    padding: 0%;
    font-family: Posterama1927-Black, Times New Roman, Times, serif;
}

body {
    padding: 0px;
    margin: 0%;
}

.assets button:focus,
button:hover,
button:active,
button:focus-visible {
    background-image: linear-gradient(90deg, rgba(0, 225, 255, 0.9), rgba(134, 132, 132, 0.9), rgba(203, 230, 51, 0.9));
    color: #fff !important;
}


.assets a:hover h1,
.assets a:hover h2,
.assets a:hover h3,
.assets a:hover h4,
.assets a:hover h5,
.assets a:hover h6 {
    color: rgb(0, 0, 0) !important;
}

.assets footer a:hover h1,
.assets footer a:hover h2,
.assets footer a:hover h3,
.assets footer a:hover h4,
.assets footer a:hover h5,
.assets footer a:hover h6,
.assets footer a:hover p {
    color: rgb(7, 5, 6) !important;
}


.assets .header-fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.assets .btn-group .dropdown-toggle::after {
    display: none !important;
}


.assets .airdrop-color {
    background: linear-gradient(to right, #1a8dd4, #65cfa1, #d68567);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.assets .header-down-position {
    position: fixed;
    bottom: 5%;
    z-index: 100;
}


.assets .header-down-m {
    margin: 0.1px;
}

.assets .header-down-border {
    padding: 2%;
    box-shadow: 1px 1px 3px gray;
}

.assets .header-down-border {
    padding: 2.5%;
    box-shadow: 1px 1px 3px gray;

}

@media (min-width: 576px) {

    .assets .container,
    .assets .container-sm {
        max-width: 100%;
    }
}

.assets .header-help-position {
    background-image: linear-gradient(90deg, rgba(237, 204, 238, 0.9), rgba(162, 233, 202, 0.9), rgba(245, 247, 179, 0.9));
    color: #fff !important;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    z-index: 20;
    position: fixed;
    bottom: 20%;
    right: 3%;
}

/* header-end */



/* main-start  */
.assets .main-1-bg {
    background-image: linear-gradient(90deg, rgba(237, 204, 238, 0.9), rgba(162, 233, 202, 0.9), rgba(245, 247, 179, 0.9));
}

.assets .tlogo-img-position {
    position: relative;
    top: -3.5px;
}

.assets .main-1-btn {
    background-image: linear-gradient(90deg, rgba(0, 225, 255, 0.9), rgba(134, 132, 132, 0.9), rgba(203, 230, 51, 0.9));
    color: #fff !important;
}

/* .assets .text {
    color: rgb(255, 50, 50);
}

.assets .text1 {
    color: rgb(40, 227, 177);
} */

/* main-end */