body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x:hidden;
}

.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: 85px;
}

.main-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    max-width: 600px;
    min-height: 130px;
    margin: 60px auto;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

.caps-fix {
    text-transform: none !important;
}

h1, .h1 {
  
    font-size: 58px;
    color: #fe00fe;
}

h2, .h2 {
    font-size: 22px;
    color: #ffffff;
}

h3, .h3 {
    font-size: 30px;
    color: #050f19;
}

p {
    color: #ffffff;
    font-size: 14px;
}

.nav {
    /* background-color: rgb(26, 43, 69); */
    position: relative;
    z-index: 1;
}

    .nav .btn {
        margin-top: 20px;
    }

    .h6, h6 {
        font-size: 17px;
    }

.btn {
 
    margin: 0 auto;
    color: #fff;
    background: #fe00fe;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .btn:hover {
        background-color: #2adfec;
    }

    .modal-content h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        color: #fee00c;
    }

.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 0;
    border-radius: 10px;
    margin: 30px auto;
}

.main-info h3 {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    font-family: 'Roboto', sans-serif;
    color: #fdd217;
    margin: 0px auto;
    padding: 0px;
}

.points {
    background-color: #00000075;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 560px;
}


table {
    width: 100%;
    margin: 30px auto;
}




th {
    background: #0bb6c2;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px;
    text-align: left;
    font-size: 17px;
}

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-footer {
        border-top:none;
    }
    
    .modal-footer {
        text-align:center;
    }


    .modal-close-btn {
        /* margin-left: 25px; */
        margin: 0 auto;
        color: #fff;
        background: #fe00fe;
        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;
        margin: 0 auto;
    }

.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: 15px;
    line-height: 27px;
    text-align: left;
 
}

.game-info {
    background-color: #0bb6c2;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    margin: 10px auto;
    line-height: 52px;
    max-width: 560px;
    margin-bottom: -12px;
}

.btnmain {
    width: 100%;
    max-width: 268px;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
    background-color: #fe00fe;
    border-color: transparent;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}

button.submitPoints {
    height: 40px;
    /* border-radius: 5px; */
    border-color: transparent;
    background-color: #fe00fe;
    border-color: transparent;
    font-size: 18px;
    color: #ffffff;
}


    button.submitPoints p {
        margin: 0;
        padding: 7px 0;
    }




    button.submitPoints:hover {
        background: #2adfec;
   
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.login-box {
    margin-top: 10px;
}

.button.submitPoints h6 {
    font-size:18px;
}

    .login-box .btn {
      
        width: 100%;
        max-width: 268px;
        height: 40px;
        border-radius: 5px;
        border-color: transparent;
        background-color: #fe00fe;
        border-color: transparent;
        font-size: 18px;
        color: #ffffff;
        margin: 0 auto;
    }

        .login-box .btn:hover, .login-box .btn.active {
            background-color: #2adfec;
            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) {

    .main-info {
        min-height: 150px;
       
    }

    .btn {
        font-size: 14px;
        margin: 5px auto;
        line-height: 18px;
    }

    .nav .col-6, .nav .col-3 {
        padding: 0;
    }

    .about-btn {
        margin: 0 auto;
        color: #fff;
        background: #fe00fe;
        border-radius: 5px;
        padding: 6px 25px 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

    .btntsandcs a {
        margin: 0 auto;
        color: #fff;
        background: #fe00fe;
        border-radius: 5px;
        padding: 6px 25px 8px 25px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    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: 60px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .about-btn {
        width: 130px;
        height: 30px;
        line-height: 32px;
        font-size: 12px;
    }
}
