*{
    box-sizing: border-box;

}
body{
   
    margin: 0 auto;
    
}
.header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 1px;
}
.header-top{
    display: flex;
    padding: 10px;
    height: 10%;
    background-color: #15805f /* #006442*/;
    justify-content: flex-end;
    margin: 0;
}
.login{
    
  /*  margin: 20px;*/
    display: flex;
    padding-left: 5px;
    text-decoration: none;
    
    
}
.login a{
    text-decoration: none;
}
.reg, .log{
   /* padding: 8px 16px;*/
    margin: 0 2px;
    font-size: 15px;
    font-family: Roboto;
    border: 1px solid black;
    box-shadow: inset 0 0.5px #eee;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: arial;


}
.reg{
    background: linear-gradient( to bottom, #666, #333);
    width: 70px;
    text-align: center;
    padding: 8px;
    
}
.log{
    background: linear-gradient( to bottom,   #f22321, #bb1c00);
    width: 95px;
    text-align: center;
    margin-right: 0;
    padding: 4px 8px;
}
.log::before{
    content: '\f007';
    font-family: 'Font Awesome 6 Free';
    font-size: 15px;
    padding: 5px;
}
.login img{
    width: 35px;
    height: auto;
    
}
.header-down{
    margin: 0;
    padding: 0px;
    height: auto;
    z-index: -3;
    background: linear-gradient( to bottom, #2f4240, #151f22);
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    
}
.news-text {
      position: absolute;
      white-space: nowrap;
      background: #00bfff;
      animation: slide-left 55s linear infinite;
      font-size: 10px;
      padding: 0px;
      color: white;
      z-index: 0;
      border-radius: 2px;
      padding-left: 5px;
      font-family: comfortaa, 'Indie Flower';
    }

    @keyframes slide-left {
      0% {
        right: -450%;
      }
      80% {
        right: 100%;
      }
      100% {
        right: 100%; /* এখানেই কিছু সময় "বিরতি" */
      }
    }
.news{
    display: flex;
    height: 20px;
    z-index: 2;
    align-items: center;
    

}
.news .h3{
    padding: 2px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    padding: 5px;
    width: 70px;
    z-index: 4;
    text-align: end;
    font-family: roboto;
    background: linear-gradient( to bottom, #2f4240, #151f22);
}
.news img{
    width: 30px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
    right: -10px;


    
}
.h3 div::before{
    content: '\f130';
    font-family: 'font awesome 6 free';
    padding: 0 5px;
    margin-left: 5px;
    font-size: 15px;
}

.slider-container{
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    margin: 2px 0;
}
.slider{
    display: flex;
    transition: transform 0.4s ease-in-out;
    

}

.slider img{
    width: 100%;
    flex-shrink: 0;
    
    height: 120px;
}
.game-container{
    display: flex;
    height: auto;
    width: 100%;
    padding: 5px 2px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
    scroll-behavior: smooth;
    background: #fff;

}
.game{
    height: auto;
    width: 55px;
    margin: 0 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    
   
    
        
    
    
}
.game-logo{
    height: 55px;
    display: block;
    width: 55px;
    background:  white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game-logo img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
   
    
}
.fire-game{
    background:  #15805e;
    height: 55px;
    border-radius: 0 10px 10px 0;
    margin-left: 5px;
    display: block;
    width: 52px;
  
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: c;   
    
    
}
.football{
    background: #1bb886;
    border-radius: 7px;
}
.football img{
    width: 30px;
    height:auto;
}


.game-logo i{
   /* height: 60px;
    width: 60px;*/
    display: inline-block;
    font-size: 20px;
    background: ;
    
    
    
}
.game-name{
    font-size: 13px;
    margin: 5px;
    
}


.card-container{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
   
    padding: 10px;


}

.card{
    background-color: aqua;
    height: 120px;
    width: 48.5%;
    max-width: 180px;
    border-top-left-radius: 5px;
    border-top-right-radius:5px ;
    position: relative;
    overflow: hidden;

}
.card img{
    min-width: 100%;
    height: 100%;
    

}
.foot-right{
    width: 62px;
    height: 23px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #15805e;
    position: absolute;
    z-index: 6;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
    font-weight: bolder;
    font-size: 10px;
    font-family: roboto;
    animation-name: play-name;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;

}
@keyframes play-name{
        50%{
            color: blue;
        }
        70%{
            color:red;
            
       /* }
        66%{
            color: yellow;
        }
        100%{
        color: blue;
            
       */ }
    }
.foot-left{
    width: 100%;
    height: 23px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    padding-left: 5px;
    color: white;
    font-family: roboto;
    font-size: 15px;
    z-index: 5;
    border-bottom: 5px solid #15805e;
}
.max-img img{
    width: 100%;
    height: auto;
}
.about-container{}
.about-container h4{
    text-align: center;
    margin-bottom: 5px;
    font-family: roboto;
}
.payment-container{}
.payment-container h4{
    text-align: center;
    margin-bottom: 10px;
    font-family: roboto;
}
.payment-logo{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    


}
.payment-logo img{
    width: 18.7%;
}
.about-container p{
    text-align: justify;
    word-spacing: 3px; 
    font-size: 13px;
    line-height: 2.5;
    padding: 10px;
    font-family: roboto;
    
}
.social-container h4{
    text-align: center;
    margin-bottom: 10px;
    font-family: roboto;

}
.social-logo{
    padding: 10px;
    display: flex;
    gap: 5px;
}
.all-information{
    background: #eee;
    padding-top: 10px;
}
.liceneses{
    padding: 10px;
    
}
.licenses h4{
    text-align: center;
}
.licenses-logo img{
    width: 50px;
    padding-bottom: 70px;


}
#facebook{
    font-size: 25px;
    color: white;
    background: #3b5990;
    border-radius: 50%;
    padding: 15px;
}

.instagram{
    font-size: 25px;
    color: white;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 50%;
    padding: 15px;
}


.whatsapp{
    font-size: 25px;
    color: white;
    background: #00b900;
    border-radius: 50%;
    padding: 15px;
}

.telegram{
    display: inline;
    width: 50px;
    color: white;
    background: #0088cc;
    border-radius: 50%;
    padding: 15px;
}

.twitter{
    font-size: 25px;
    color: white;
    background: #000000;
    border-radius: 50%;
    padding: 15px;
}


.email{
    font-size: 25px;
    color: white;
    background: #425565;
    border-radius: 50%;
    padding: 15px;
}

.youtube{
    position: fixed;
    bottom: 40px;
    right: 10px;
    width:50px;
    height: 50px;
    z-index: 9;
}
.youtube div{
    height: 30px;
    width: 30px;
    position: absolute;
    background: white;
    left: 10px;
    top: 10px;
    z-index: 5;

}
.youtube i{
    position: fixed;
    font-size: 50px;
    color: red;
    z-index: 9;
    font-size: 55px;
}
.footer{
    width: 100%;
    height: 50px;
    position: fixed;
    background: #40868b;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: flex;
}
.footer img {
    width: 17%;
}

