body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x:hidden;
        background-size: cover;
    background-position: top center;
}

.sprintBanner {
    max-width: 680px;
    border-radius: 20px;
    margin: 0 auto 20px;
}


.enterBtn {
    max-width: 300px;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    height: unset;
    line-height: 35px;
    padding: 5px 5px 8px;
    border-radius: 10px;
    background-color: #eb1716;
    color: #ffffff;
}

.enterBtn:hover {
    background-color: #FFF ;
    color:#eb1716;
}

.page {
    /* background-image: url('../img/bg.jpg'); */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin-top: 120px;
}



h1, .h1 {
  
    font-size: 58px;
    color: #D5B160;
}

h2, .h2 {
    font-size: 16px;
    color: #ffffff;
}

h3, .h3 {
    font-size: 30px;
    color: #132332;
}

p {
    color: #ffffff;
    font-size: 14px;
}

.nav {
    background-color: rgb(26, 43, 69);
    position: relative;
    z-index: 1;
}

    .nav .btn {
        margin-top: 20px;
    }

.btn {
 
    background-color: #d5b160;
    color: #1a2b45;
    font-size: 26px;
    border-radius: 10px;
}

    .btn:hover {
        background-color: #c20102;
    }



.adjust-width {
    max-width: 800px;
    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: rgba(0, 0, 0, 0.8);
    padding: 15px;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
}

.points {
    background-color: #00000075;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 560px;
}


table {
    width: 100%;
}




th {
    background: #bda050;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

td {
    background: #1a2b45;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    padding: 8px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
    background-color: rgba(19, 35, 50, 0.7);
    color: #FFFFFF;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
    background-color: rgba(19, 35, 50, 0.9);
    color: #FFFFFF;
}

    /*tr td:hover {
	background: #ee7e00;
}*/

    tr:nth-child(odd) td.first {
        background-color: #D5B160 !important;
    }



    .modal-close-btn {
        /* margin-left: 25px; */
        margin: 0 auto;
        color: #fff;
        background: #eb1716;
        border-radius: 5px;
        padding: 6px 25px 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

    .scrollit {
        /* overflow: scroll; */
        /* height: 100%; */
        /* margin-top: 40px; */
        max-width: 560px;
    }

.btn-close {
    opacity: 1;
}

h3.modal-title, .h3.modal-title {
    color: #ffffff;
}

.modal-header {
    padding: 1rem 1rem 0;
    border-bottom: none;
}

.modal-content {
    background-color: #050F19;
    border: 3px solid #ffffff;
    border-radius: 15px;
}

    .modal-content ul li, .modal-content ol li {
        color: #ffffff;
        font-size: 14px;
        text-align: left;
    }

.game-info {
    background-color: #bda050;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    margin: 10px auto;
    line-height: 52px;
    max-width: 560px;
    margin-bottom: -12px;
}

.login-box {
    margin-top: 30px;
}

    .login-box .btn {
      
        width: 100%;
        max-width: 268px;
        height: 40px;
        border-radius: 5px;
        border-color: transparent;
        background-color: #eb1716;
        border-color: transparent;
        font-size: 18px;
        color: #ffffff;
        margin: 0 auto;
    }

        .login-box .btn:hover, .login-box .btn.active {
            background-color: #D5B160;
            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 #bda050;
}

.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) {
    .btn {
        font-size: 14px;
        margin: 5px auto;
        line-height: 18px;
    }

    .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;
    }

    .page {

        min-height: 600px;
        margin-top: 120px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-btn {
        width: 130px;
        height: 30px;
        line-height: 32px;
        font-size: 12px;
    }
}
