.thebg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/field.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 30px;
}
.thebg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.thebg h2{
    color: #fff;
    font-weight: bolder;
    font-size: 30px;
}


.package-card{
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.package-head{
    width: 100%;
    height: 60px;
    background: #072003;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.package-head h4{
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    font-weight: bolder;
    font-family: quantico;
}
/*.package-head h5{
    color: #fff;
    font-size: 20px;
    font-family: quantico;

}*/
.package-body{
    padding: 20px;
}
.package-body h4{
    font-size: 15px;
}
.package-body a{
    width: 100%;
}
#package1{
background: linear-gradient(to left,#072003, #01EEEE );
transition: 0.5s ease-in;
}
#package2{
background: linear-gradient(to right,#072003, #01EEEE );
}
#package1:hover{
    background: linear-gradient(to right,#072003, #01EEEE );
    transition: 0.5s;
}
#package2:hover{
background: linear-gradient(to left,#072003, #01EEEE );
transition: 0.5s;
}
.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/payment.jpg);
    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;  
}

.plans{
    padding: 20px;
}



.plans-card{
    width: 100%;
    height: auto;
    border-radius: 9px;
    background: #fff;
    border:1px solid #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    cursor: pointer;
}
.plans-card:hover{
    box-shadow: 0 4px 12px #003F3E;
}
.plan01{
    width: 100%;
    padding: 10px;
    text-align: center;
}
.plan01 h4{
    font-family: quantico;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.plan01 h6{
    font-family: quantico;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2db155;
}
.plan02{
    width: 100%;
    padding: 10px;
    text-align: center;
}

.plan02 label{
    font-size: 24px;
    color: #FE0581;
    font-family: quantico;
    font-weight: bold;
}
.plan02 span{
    font-family: quantico;
    font-size: 24px;
    font-weight: bold;
}
.plan02 a{
    width: 100%;
    background: linear-gradient(to left, #2db155, #003F3E);
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.plan02 a:hover{
    transition: 0.4s;
    width: 100%;
    background: linear-gradient(to right, #2db155, #003F3E);
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.plan2 h6{
    font-size: 15px;
}


#boxA, #boxB{
    display: none;
}


.content-bg{
    /*background-image: url(../images/field.jpg);*/
    /*background: #62C7A1;*/
    padding-top: 60px;
    position: relative;

}
/*.content-bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}*/


