body {
    font-family: Roboto-Regular;
    color: #444444;
    overflow-x:hidden;
    background-size: cover;
    background-position: top center;
}

.sprintBanner {
    max-width: 680px;
    border-radius: 20px;
    margin: 0 auto 20px;
}

.page {
    /* background-image: url('../img/bg.jpg'); */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}

body:has(.page) .universal-footer {
    margin-top: 0 !important;
}

dl, ol, ul {
    text-align: center;
}

h1, .h1 {
    font-size: 58px;
    color: #D5B160;
    font-family: Roboto-Black;
}

h2, .h2 {
    font-size: 16px;
    color: #ffffff;
}

h3, .h3 {
    font-size: 30px;
    text-shadow: none;
}

p {
    color: #ffffff;
    font-size: 14px;
}
.adjust-width {
    max-width: 150px;
    margin: 0 auto;
}

.about-btn {
    border-radius: 10px;
    background-color: #eb1716;
    width: 226px;
    height: 46px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .about-btn:hover {
        background-color: #D5B160;
        color: #1A2B45;
        border-color: transparent;
    }

.main {
    background-color: rgb(9 19 20);
    padding: 15px;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
}

.points {
    background-color: #00000075;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 560px;
}


    .scrollit {
        /* overflow: scroll; */
        /* height: 100%; */
        /* margin-top: 40px; */
        max-width: 560px;
    }

.btn-close {
    opacity: 1;
}

h3.modal-title, .h3.modal-title {
    color: #ffffff;
}

    .modal-content ul li, .modal-content ol li {
        color: #ffffff;
        font-size: 14px;
        text-align: left;
    }

.game-info {
    background-color: #113837;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    margin: 10px auto;
    line-height: 52px;
    max-width: 560px;
    margin-bottom: -12px;
}

.login-box {
    margin-top: 24px;
}

    .login-box .btn {
      
        width: 100%;
        max-width: 268px;
        height: 40px;
        border-radius: 5px;
        border-color: transparent;
        background-color: #113837;
        border-color: transparent;
        font-size: 18px;
        color: #ffffff;
        margin: 0 auto;
    }

        .login-box .btn:hover, .login-box .btn.active {
            background-color: #e9cb8b;
            color: #1A2B45;
            border-color: transparent;
        }

input[type="number"],
input[type="text"], input[type="email"] {
   
    max-width: 268px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 18px;
    color: #1A2B45;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    text-align: center;
}

#loginErrorMessage {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

.reward-icon {
    width: 30px;
}

.textCon h5 {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
    color: #fff;
    padding-top: 10%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #e9cb8b;
}

.textCon {
    padding-top: 100px;
    text-align: center;
}


/* 
.textCon {
    width: 200px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-family: Raleway-Bold;
    color: #fff;
    margin-top: -135px;
} */

@keyframes traingle1 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes traingle2 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@keyframes traingle3 {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 1px;
        opacity: 1;
    }
}

@keyframes traingle4 {
    0% {
        right: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        right: 59px;
        top: 22px;
        opacity: 1;
    }
}

@keyframes traingle5 {
    0% {
        left: 59px;
        top: -33px;
        opacity: 0;
    }

    100% {
        left: 59px;
        top: 22px;
        opacity: 1;
    }
}

@keyframes traingle6 {
    0% {
        top: -33px;
        opacity: 0;
    }

    100% {
        top: 23px;
        opacity: 1;
    }
}

@keyframes traingle7 {
    0% {
        top: -10px;
        opacity: 0;
    }

    100% {
        top: 44px;
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.game-info li {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    padding-bottom: 0;
}

    .game-info li span {
        display: block;
        font-size: 4.5rem;
    }

@media (max-width: 767px) {
    .nav .col-6, .nav .col-3 {
        padding: 0;
    }

    /* .about-btn {
        width: 100px;
        height: 30px;
        line-height: 32px;
        font-size: 10px;
    } */

    h1, .h1 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .game-info li span {
        font-size: 28px;
    }

    .game-info li {
        font-size: 10px;
        padding: 10px;
    }

    .game-info {
        line-height: 24px;
    }

    .login-box .float-start, .login-box .float-end {
        float: none !important;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-btn {
        width: 130px;
        height: 30px;
        line-height: 32px;
        font-size: 12px;
    }
}
