*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--popins-font);
}
body,section,header,footer,p,nav,h1,h2,h3,h4,h5,h6,a,img,i,span,ul,li{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a,a:hover{
    text-decoration: none ;
    color: unset;
}

/* font  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --popins-font:"Poppins", serif;
    --primary-color:#0a0b0f;
    --secondary-color:#599aef;
    --third-color:#f75262;
    --text-color:#f73a00;
    --text-color2:#F64916;
    --box-color:#fffeed;
    --background-color:#2b4834;
}



html, body {
   
    margin: 0;
    padding: 0;
}

/* Background section */
.background 
 {
    width: 100%;
    height: 100%;        /* FULL PAGE height */
    background-size: cover;   /* cover screen */
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
}

/* Dark overlay so text is readable */
.background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* adjust as needed */
    z-index: 1;
}

/* Make sure your content appears above overlay */
.background  * {
    position: relative;
    z-index: 2;
}




.logo{
    color: var(--text-color2) !important;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
.contact{
    color: var(--text-color2) !important;
    font-weight: 500;
    margin-left: 5px;
    letter-spacing: 1px;
}
.about{
    background-color: #F16311;
    color: #fff;
    padding: .3rem 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}
/* =============== */
.live_results{
    position: relative;
}
.live_results h5{
    color: white;
    font-weight: 800;
    letter-spacing: 1.2px;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.live_results h6{
    color: #F8E400;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10%;
    margin-bottom: 15px;
}
.live_date{
    text-align: right;
}
.live_date h6{
    color: var(--text-color2);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.live_date h5{
    color: var(--text-color2);
    font-weight:700;
    font-size: 30px;
    letter-spacing: 1px;
}
.comming {
    
    position: absolute;
    bottom: 0;
    width: 200px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #F16311;
    padding: 5px;
    padding-bottom: 4px;
    margin-bottom: 12px;
    left: 43.5%;
    marging-top: 19px;
    border-radious: 10px;
    border-radius: 4px;
}
.comming p{
    background-color: #fff;

}
/* ==================== */
.results_timeing{
    background-color: #4a9a00;
    padding: 31px 0 20px ;
}

.main_box{
    background-color: #7D00C7;
    padding: 4px;
    padding-top: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 142px;
    margin: 0 10px;
    border-radius: 5px;
}

.bg-one{
   background: linear-gradient(to bottom, #097ea9, #67dee3);
}

.bg-two{
    background: linear-gradient(to bottom, #5D8EF9, #A45CFF, #FF5DB1);
}
.bg-three{
   background: linear-gradient(to bottom, #FE3A33, #FE854A);
}
.imgbox{
    display: flex;
    justify-content: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        height: 86%;
}
.imgaes_back {
    width: 80px;
    height: 100px;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.imgaes_back h4{
    color:#267c00;
    font-size: 25px;
    font-weight: 700;
}
.imgaes_back h5{
    color:#000;
    font-size: 20px;
    font-weight: 700;
}
.imgaes_back h6{
    color:var(--third-color);
    font-size: 20px;
    font-weight: 700;
}
.input_number{
   width:70%;
   height: 15px;
   padding:0px 0 !important;
   background-color: transparent;
   border: 0;
   

}
.yesterday_line h1{
    color:var(--text-color2) ;
    font-size: 28px;
    font-style: italic;
    text-transform: uppercase   ;
    font-weight: 700;

}
.date {
    background-color: var(--box-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    padding: 5px 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
}
#yesterday{
    padding: 70px 0 50px;
}
.imgbox1{
    display: flex;
    flex-direction: column;
}
.imgbox1 h1{
    color: #267c00;
    font-size: 25px;
    font-weight: 700;
}
.imgbox1 h2{
    color: var(--third-color);
    font-size: 22px;
    font-weight: 700;
}
.imgbox1 h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.infosec {
    margin-bottom: 72px;
}
.infosec h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
.infosec p {
    color: #fff;
    font-size: 16px;
}
.left-text p {
    padding: 89px 0;
}
table.has-fixed-layout {
    width: 100%;
    text-align: center;
}
.infosec img {
    width: 100%;
    margin-bottom: 26px;
}
li.list {
    color: #fff;
        font-size: 16px;
}
li.list i.fa-solid.fa-clock {
    color: #F64916;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #fff;
    border-style: solid;
    border-width: 0;
    color: #fff;
    border: 1px solid;
    padding: 14px;
}
.infosec h5 {
    color: #fff;
    margin: 26px 0;
    font-size: 25px;
}
p.titmer {
    color: #f75262;
}
section#yesterdayss {
    padding-bottom: 50px;
}
.towsec .pl-15 {
    padding-left: 5% !important;
}

@media only screen and (max-width: 600px) {
    .imgbox1 h1{
    color: #267c00;
    font-size: 52px;
    font-weight: 900;
}
.imgbox1 h2{
    color: var(--third-color);
    font-size: 47px;
    font-weight: 900;
}
.imgbox1 h3{
    color: #000;
    font-size: 42px;
    font-weight: 900;
}
}
