body{
    font-family: "Raleway", sans-serif !important;
    color: #5a5a5a;
    background: repeating-linear-gradient(160deg, #f0dfb2, #f1f0e9 0%, #dfcc95 25%, #f1cd56 10%);
}

.text-gradiant{
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(241,54,8,0.8967786943879115) 25%, rgba(14,9,121,0.9696078260405725) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-shadow{
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 9px rgba(0, 0, 0, 0.9);
}

.text-shadow-sm{
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #262626, 0 3px 6px rgba(0, 0, 0, 0.9);
}
.color-gold{
    color: #fcd402;
}
.color-green{
    color: #63ff2f;
}
.navbar{
    position: absolute;
    top: 0;
    z-index: 99;
    display: block;
    width: 100%;
}

.sticky{
    position: fixed !important;
    z-index: 99;
    display: block;
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, rgba(241,54,8,0.8967786943879115) 25%, rgba(14,9,121,0.9696078260405725) 50%);
}

.sticky .show ul{
    position: relative !important;
    float: right !important;
}

.navbar ul{
    position: absolute;
    right: 20px;
}

.navbar ul li {
    font-weight: 400;
    font-size: 18px;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 5px rgba(0, 0, 0, 0.9);
}

.ul-contact{
    list-style: none !important;
    flex-direction: row;
    display: inline-flex;
}
.ul-contact li{
    margin: 5px;
}
.ul-contact li a{
    padding: 5px 15px 5px 15px;
    font-size: 22px;
    background: rgba(241,54,8,0.8967786943879115);
    border-radius: 10px;
}
.ul-contact li a:hover{
    border: 1px solid rgba(241,54,8,0.8967786943879115);
    background: transparent;
}


.ul-live li a{
    font-size: 18px !important;
    padding: 40px;
    text-decoration: none;
}

.coin{
    color: #283442 !important;
    font-size: 28px;
    font-weight: 700 !important;
}
.bita{
    color: #ec018c !important;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
}
.logo{
    background: #fff;
    line-height: 35px !important;
}