.gold-color {
    color: #eeb519;
}

.background-light {
    background: rgba(1, 13, 28, .6);
    padding: 10px;
    line-height: 30px;
}

.sub-title {
    margin-bottom: 20px;
    font-weight: lighter;
    font-size: 20px;
    line-height: 56px;
    color: #eeb519;
    text-align: center;
}

#introduction {
    margin-top: 80px;
    padding: 20px;
}

#introduction div.col-12 {
    background-color: #eeb519;
    background-image: url('../img/world-map.svg');
    width: 100%;
    border-radius: 20px;
    background-position-x: -106px;
    background-position-y: -174px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
}

#introduction .coin {
    margin-top: -135px;
}

#introduction .title h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    color: #fff;
    background: #022b65;
    box-shadow: 0 4px 14px rgb(0 0 0 / 45%);
    border-radius: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    text-align: center;
    margin: 10px auto;
}

#introduction .title h5 {
    font-weight: 900;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #000;
    text-shadow: 1px 2px 0 #fff, 3px 2px 0 #fff, -3px -2px 0 #fff;
    margin: 0;
}

#introduction .list ul {
    width: 325px;
    grid-template-columns: 150px 150px;
    grid-template-rows: 53.2px 53.2px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

#introduction .list ul li {
    background: rgba(0, 0, 0, .5);
    width: 160px;
    height: 53.3px;
    border-radius: 8px;
    font-size: 9px;
    grid-template-columns: 32px auto;
    padding: 0 10px 0 8px;
    display: inline-block;
    line-height: 55px;
    margin-bottom: 9px;
}

#introduction .list ul li img {
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

#introduction .price h6 {
    font-weight: 500;
    font-size: 19.2px;
    line-height: 30.4px;
    text-align: center;
    color: #686868;
    position: relative;
    margin: 0 auto;
    width: 100px;
}

#introduction .price h6:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #686868;
    -webkit-transform: rotate(
            -15deg
    );
    -moz-transform: rotate(-15deg);
    transform: rotate(
            -15deg
    );
}

.bitcoin-chart span {
    font-size: 25px;
    padding: 10px;
}

#introduction .price h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20.8px;
    line-height: 44.8px;
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}

#introduction .register-btn {
    background: #012b65;
    box-shadow: 0 10px 50px rgb(0 36 87 / 50%);
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#introduction .join {
    text-align: center;
    padding: 40px 0 5px;
}

#introduction .join h5 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #012b65;
    margin-top: 0;
    margin-bottom: 0;
}

#introduction .join h5 strong {
    margin: 0 auto;
    font-size: 25px;
}

#introduction .join h6 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

#user-results {
    padding: 20px;
}

#user-results .title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.text-user-results li {
    background: #fff;
    border-radius: 20px;
    min-height: 210px;
    padding: 20px !important;
    color: #333;
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle;
}

.pl-2 {
    padding-left: 10px;
}

.banner2 {
    display: flex;
    justify-content: center;
}

.m-0 {
    margin: 0;
}

#timer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #DC1717;
    border-radius: 6px;
    margin: 0 5%;
}

.signup .red-title {
    margin-top: -40px;
    color: #fff;
}

.time-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
    font-size: 20px;
    font-weight: 600;
    color: #DC1717;
}