

/*background: linear-gradient(to right, #B408E1,  #363CEF);*/


/*Styles for front view starts here*/
.hero{
    width: 100%;
    height: auto;
   /*background: #003F3E;*/
   padding-bottom: 60px;
   background-image: url(../images/stadium3.avif);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;

}
.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}

.hero-section{
    position: relative;
    width: 100%;
    height: 65vh;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 5px;
}

.hero-section span{
    font-size: 61px;
    color: #fff;
    font-family: quantico;
    font-weight: bold;
}
.hero-section h5{
    font-size: 40px;
    color: #2db155;
    font-family: quantico;
    font-weight: bolder;
}

.hero-section button{    
    padding: 10px;
    color: #1A90EF;
    font-weight: bold;
    font-size: 13px;
    border:none;
    outline: none;
    background: #fff;
    border-radius: 13px;
}
.header-content h6{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 25px;
    font-family: sans-serif;
}
.header-btn{
    margin-top: 30px
}
.header-btn button{
    width: 49%;
    height: auto;
    padding: 17px;
    background: linear-gradient(to left, #2db155, #003F3E);
    border:1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.header-btn button:hover{
    background: #2db155;
    transition: 0.5s;
}
.button-area{
    margin-top: -20px;
}

.button-area button{
    width: 230px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 17px;
}


.button-area .btn1{
    background: #2db155;
}
.button-area .btn1:hover{
    background: #6BE890;
}
.button-area .btn2{
    background: #F60B80;
}
.button-area .btn2:hover{
    background: #EF5AA4;
}
.button-area .btn3{
    background: linear-gradient(to left, #2db155, #003F3E);
    border-left: 1px solid #fff;
}
.button-area .btn4{
    background: #336799;
    animation-name: button;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.button-area .btn4:hover{
    background: #1B8DFB;
}
.down-cont{
    width: 100%;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: 20px;
    background: #013231;
    height: auto;
    border-radius: 5px;
    border:1px solid #547575;
    text-align: center;
    position: relative;
}


.down-cont h5{
    line-height: 60px;
    font-size: 13.5px;
    color: #fff;
    font-weight: normal;
}
/*@media(max-width: 992px){
    .button-area button{
        width: 100%;
    }
}*/

@media(max-width: 992px){
    .hero-section{
       padding-top: 100px;
       text-align: center; 
    }
    .hero-section span{
        font-size: 35px;
        position: relative;
    }
    .hero-section h5{
        font-size: 20px;
    }
    .button-area{
        margin-top: 1px;
        padding-top: 8px;
    }
    .button-area button{
        width: auto;
       /* height: auto;*/
       height: 40px;
        margin-top: 15px;
    }
    .down-cont{
        margin-top: 40px;
        width: auto;
        padding-right: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .down-cont h5{
        line-height: 25px;
        padding: 10px;
    }
    .header-content h6{
        font-size: 15px;
        padding-top: 5px;
    }
}

.table-border{
    width: 100%;
    padding: 10px;
    padding-top: 20px;
}
.table-header{
    width: 100%;
    height: 40px;
   /* padding: 10px;*/
    background: #003F3E;
    text-align: center;
}
.table-header h5{
    line-height: 40px;
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.daily_links{
    width: 100%;
    padding: 7px;
    display: flex;
    justify-content: space-between;
}
.daily_links a{
    margin: 10px;
    width: 250px;
    padding: 7px;
    border-radius: 7px;
    border:1px solid #547575;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #F60B80;
}
.daily_links a:hover{
    color: #003F3E;
}
.daily_links .active{
    background: #003F3E;
    color: #fff;
}
.daily_links .active:hover{
    background: #fff;
    color: #F60B80;
}
.table-border td{
    background: #003F3E;
    color: #fff;
    padding: 5px;
    text-align: center;
    border:1px solid #547575;
}
.table-border tbody td{
    background: #fff;
    color: #003F3E;
}
.daily_tips{
    width: 100%;
    height: 250px;
    background: #003F3E;
    border-radius: 2px;
    /*padding-top: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}
.tips-head{
    width: 100%;
    height: 50px;
}
.tips-head span{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
.sliding-post{
    width: 100%;
    height: 130px;
    background: #fff;
}

.idiot button{
    width: 100%;
    position: relative;
    text-align: center;
    color: #003F3E;
    border-radius: 10px;
    border:none;
    padding: 7px;
    font-size: 16px;
    background: #fff;
    margin-top: 10px;
}
.link-btns{
    padding: 10px;

}

.link-btns #btn1{
    background: #003F3E;
    color: #fff;
    width: 100%;
}
.link-btns #btn2{
    background: #FF007F;
    color: #fff;
    width: 100%;
}
.link-btns #btn3{
    background: #2DB155;
    color: #fff;
    width: 100%;
    animation-name: butt;
    animation-delay: 3s;
    animation-duration: 2s;
    transition: 0.5s;
    animation-iteration-count: infinite;
}
.link-btns #btn4{
    background: #229ED9;
    color: #fff;
    width: 100%;
}
.sides{
    /*padding: 20px;*/
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.bg-image{
    background-image: url(../images/stadium2.avif);
    width: 100%;
    height: 220px;
    padding-bottom: 20px;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.color-img{
   
    background: #003F3E;
    width: 100%;
    height: 220px;
    padding-bottom: 20px;
}
.bg-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
}
.top_cont{
    position: relative;
    text-align: center;
    padding: 15px;


}
.top_cont h4{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: quantico;
}
.top_cont span{
    color: #fff;
}
.top_cont a{
    background: linear-gradient(to left, #2db155, #003F3E);
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    animation-name: blink;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes blink{  
    50%{
        color: #2db155;
    }
    100%{
        color: #fff;
    }
}
@keyframes butt{  
    50%{
        color: #2db155;
    }
    100%{
        color: #fff;
    }
}
@keyframes button{  
    30%{
        color: #336799;
    }
    100%{
        color: #fff;
    }
}

.vip-result{
    width: 100%;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    

}
.vip-result span{
    color: #fff;
    font-size: 27px;
    font-family: quantico;
    font-weight: bolder;
}
.vip-result td{
    border:none;
    color:#fff;
    font-size: 13px;
    font-weight: bolder;
    margin: 1px;
}
.vip-result td i{
    font-size: 25px;
   
}

.vip-packages{
    width: 100%;
    height: auto;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*background: #003F3E;*/
}
@media(max-width: 992px){
    .vip-packages{
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}
.package-title{
    background: #003F3E;
    height: auto;
    padding: 5px;
    text-align: center;
}
.package-title label{
    font-size: 20px;
    color: #fff;
    font-family: quantico;
    font-weight: bolder;
    text-transform: uppercase;
}
.package-title button{
    border:none;
    background: #fff;
    border-radius: 15px;
    padding: 7px;
    text-transform: uppercase;
    color: #229ED9;
    font-weight: bolder;

}
.vip-card-bg{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.vip-card{
    width: 90%;
    height: 200px;
    background: #034140;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.7);
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media(max-width: 992px){
    .vip-card{
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }
}
 a{
    text-decoration: none;
}
.vip-card span{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: quantico;
    text-transform: uppercase;
}
.vip-card label{
    font-size: 25px;
    font-family: quantico;
    color: #FFD012;
}
.articles-area{
    background: #f2f2f2;
    position: relative;
    padding: 15px;
}
.article-bg{
    width: 100%;
    height: 300px;
    background: #fff;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.7);*/


}
.article-bg img{
    width: 100%;
    height: 220px;
    border-radius: 7px;
}
.article-bg img:hover{

}
.article-content{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.article-content a{
    font-size: 20px;
    font-family: quantico;
    color: #034140;

}
.article-content #button{
    width: 130px;
    height: auto;
    padding: 5px;
    border-radius: 8px;
    background: linear-gradient(to left, #034140, green);
    font-size: 16px;
    color: #fff;
    border:1px solid #fff;
}
.tip_1{
    width: 40%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    text-align: center;
    background: #034140;
}
.tip_1 label{
    color: #fff;
    font-size: 20px;
}

.category-section{
    padding: 30px;
    text-align: center;
}
.category-section label{
    font-family: quantico;
    font-size: 25px;
    font-weight: bold;
}
.cat-card{
    width: 100%;
    height: 100px;
    background: #034140;
    border-radius: 10px;
    text-align: center;
}
.cat-card span{
    color: #fff;
    line-height: 100px;
    font-family: quantico;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bolder;
}
.cat-card:hover{
    background: #28A745;
}
.predict-content{
    padding-top: 10px;
    text-align: justify;
    padding-bottom: 80px;
}

.predict-title{
    text-align: center;
}
.predict-title h4{
    font-size: 25px;
    font-weight: bold;
    font-family: quantico;
}
.predict-content label{
    font-size: 15px;
    font-family: quantico;
    text-align: justify-all;
    font-weight: normal;
}

.footer{
    width: 100%;
    background: #034140;
    height: auto;
    padding-bottom: 20px;
    padding-top: 100px;
}
@media(max-width: 992px){
    .footer{
       padding-left: 15px;
       padding-right: 15px;
    }
    .predict-content{
        padding-left: 15px;
        padding-right: 15px;   
    }
}
.footer-title h5{
    color: #fff;
    font-family: quantico;
    font-size: 20px;
}
.footer-title hr{
    border:1px solid #fff;
    background: #fff;
    color: #fff;
    position: relative;

}
.footer p{
    text-align: justify;
    color: #d5d5d5;
    font-size: 15px;
}
.footer a{
    color: #d5d5d5;
    font-size: 15px;
    white-space: 5px;
}



.hero-vip-page{
    width: 100%; height: auto; 
    /*background: #fff;*/
    background-image: url(../images/stadium1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 20px;
}
.hero-vip-page:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);

}
.hero-vip-content{
    width: 100%;
    background: #fff;
    height: auto;
    position: relative;
    padding-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    
}
.vip-header{
    width: 100%;
    text-align: center;
}
.vip-header h4{
    color: green;
    font-size: 25px;
}
.vip-header hr{
    position: relative;
    z-index: 9;
    border:1px solid green;

}

.continent{
    width: 100%;
    padding: 10px;
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
}.continent label{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.continent select{
    height: 40px;
    padding-left: 20px;
    border-radius: 5px;
    outline: none;
}
.continent-content{
    padding:10px;
    text-align: justify;
    font-family: quantico;
}
.continent-content h2{
    font-size: 20px;
    font-weight: bold;
    color: #28A745
}
.form-page{
    padding-top: 40px;
    position: relative;
    width: 100%;
    height: 500px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-bg{
    width: 400px;
    height: 400px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    padding: 20px;

}
.form-head{
    width: 100%;
    text-align: center;
}
.form-head h4{
    font-size: 20px;
    font-family: quantico;
    color: green;
}
.form-button{
    margin-top: 20px;
    width: 200px;
    background: linear-gradient(to left, #2db155, #003F3E);
    color: #fff;
    font-family: quantico;
    font-size: 25px;
    transition: 0.5s;
}
.form-button:hover{
    background: linear-gradient(to right, #2db155, #003F3E);   
    color: #fff;
    transition: 0.6s;
}
.login-page{
    width: 100%;
    height: auto;
    background-image: url(../images/stadium2.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.login-bg{
    width: 500px;
    height: auto;
    /*background: #fff;*/
    background: #000;
    opacity: 0.9;
    border-radius: 10px;
    padding: 70px 30px 30px 30px;
}
.login-head{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;

}
.login-head h4{
    color: #fff;
    font-size: 25px;
    font-family: quantico;
    /*font-weight: bold;*/
}
.login-head img{
    width: 100px;
    height: 50px;
}
.input-area{
    padding-top: 20px;
}
.input-area .form-group input, select{
    margin-top: 30px;
    z-index: 9999;
}
#login-btn{
 background: linear-gradient(to left, #2db155, #003F3E); 
 color: #fff;
 font-size: 20px;  
}
.login-bg span, label{
    color: #fff;
}
.login-bg span a{
    color: green
}
.login-bg label a{
    color: #02E905;
}
#login-btn:hover{
 background: linear-gradient(to right, #2db155, #003F3E); 
 color: #fff;
 font-size: 20px;  
}




/*Dashbaord for user starts here*/

.dashboard-hero{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-image: url(../images/stadium3.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.dashboard-hero::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}

.dashboard-overlay{
    position: relative;
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 90px;
}

.dashboard-overlay span{
    font-size: 30px;
    color: green;
    font-weight: bold;
}

.dashboard-overlay h3{
    font-size: 20px;
    color: #000;
}
.button-action a{
    background: linear-gradient(to left, #2db155, #003F3E);
    padding: 8px;
    color: #fff;
    font-size: 20px;
    margin: 4px;
}

.button-action a:hover{
    background: linear-gradient(to right, #2db155, #003F3E);
    color: #fff;
}

.down-text{
    position: relative;
}
.profile-title{
    text-align: center;
    width: auto;
}
.profile-title h5{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.down-text .form-group{
    margin-top: 20px;
}