*{
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
      font-family: "Oswald", sans-serif;
}
#headerpart{
    background-color: black;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.container{
    width: 1270px;
    margin: 0 auto;
}
ul , li {
  list-style-type: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
.headerwrapper{
    display: flex;
    align-items: center;
}
.menu ul{
    display: flex;
    margin: 0 30px;
}
.menu ul li {
    padding: 0 20px;
}
.menu ul li a {
    color: white;
     text-shadow:  0 0 50px rgb(226, 10, 143);
     font-family: "Oswald", sans-serif;
     font-size: 16px;
     font-weight: 400;
}
.logo img:hover{
    box-shadow: -4px -27px 143px 9px rgba(5, 113, 202, 0.75);
-webkit-box-shadow: -4px -27px 143px 9px rgba(236, 58, 192, 0.75);
-moz-box-shadow: -4px -27px 143px 9px rgba(109,108,122,0.75);
}

.menu ul li a:hover {
    color: deeppink;
}
.logo{
    width: 20%;
}
.menu{
    width: 60%;

}
.social{
    width: 10%;
    color: aliceblue;
    text-align: right;
}
.social a{
    padding: 0  0 0 5px;
    color: aliceblue;
        font-family: "Oswald", sans-serif;
     font-size: 16px;
     font-weight: 400;
}
.social a:hover{
  color: deeppink;
}
               /* <!-- Ekhane menu ar kaj ses  -->  <!-- Ekhane menu ar kaj ses  -->  */
#bannerpart{
    padding-top: 350px ;
    padding-bottom: 100px ;
    background: url(../images/banner\ 2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bannertext h3{
  font-size:27px ;
  font-weight: 400;
 color: #FFFF;
 padding-bottom: 20px;
}
.bannertext h1{
  font-size:60px ;
  font-weight: 600;
 color: #FFFF;
 padding-bottom: 20px;
 position: relative;
 display: inline-block;
}
.bannertext h1:hover{
    text-shadow: 0 0 50px deeppink;
}
.bannertext h1::after {
    position: absolute;
    height: 4px;
    width: 89px;
    background-color: white;
    content: "";
    bottom: 38px;
    right: -126px;
}
.bannertext p{
  font-size:16px ;
  font-weight: 400;
 color: #FFFF;
 width: 520px;
}
.view-more{
padding-top: 45px;
 padding-bottom: 300px;
}
.view-more a{
    padding: 20px 30px;
     font-size:16px;
     font-weight: 400;
     color:black;
     background-color: aliceblue;
     border-radius: 5px;
    
}
.view-more a:hover{
  background-color: deeppink;
  transition: .4s;
  box-shadow: 13px -11px 52px 21px rgba(117,32,32,0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(117,32,32,0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(117,32,32,0.75);
    
}
.icon{
display: flex;

}
.icon a{
    
    color:black;
    background-color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}  
.icon a:hover{
   
    background-color:deeppink;
    transition: .4s;
      box-shadow: 0px 0px 52px  rgba(248, 245, 245, 0.75);
}  
     /* Ekhane notun arektar kaj suro  */
     #about{
        padding: 250px;
        background-color: black;
     }
     .aboutwrapper h2{
        font-size: 38px;
        font-weight: 600;
        color: #FFFF;
        width: 518px;
        position: relative;
        
     }
    .aboutwrapper h2::after {
    position: absolute;
    height: 5px;
    width: 149px;
    background-color: red;
    content: "";
    bottom: 17px;
    right: 170px;
}
.logo-file img:hover{
    box-shadow: 13px -11px 52px 21px rgba(0,8,201,0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(0,8,201,0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(0,8,201,0.75);
}
.logo-wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.logo-text h3{
  font-size: 27px;
  font-weight: 600;
  color: white;
  padding-bottom: 20px;
}
.logo-text h4{
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding-bottom: 15px;
    
}
.logo-text a{
    color: red;
    gap: 10px;
}
.logo-text h4 a i{
    padding-right: 10px;
}
.logo-text p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding-top: 15px;
    width: 467px;
}
.view-more a{
    padding: 20px 30px;
     font-size:16px;
     font-weight: 400;
     color:black;
     background-color: aliceblue;
     border-radius: 5px;
    
}
.tick-more{
   padding-top: 25px;
  
}
.tick-more a{
      padding: 20px 30px;
     font-size:16px;
     font-weight: 400;
     color:black;
     background-color: aliceblue;
     border-radius: 5px;
     margin-bottom: 50px;
     
}
.tick-more a:hover{
 background-color: deeppink;
 transition: 0.2s;
    box-shadow: 13px -11px 52px 21px rgba(28, 5, 54, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(105, 16, 207, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
}
.community{
    display: flex;
    justify-content: space-between;
}
.member{
 background-color: #212121;
 width: 23%;
 padding: 20px 0;
 text-align: center;
 color: white;
 border-top-right-radius: 20px;
 border-bottom-left-radius: 20px;
 transition: .3s;
 position: relative;
}
.member h2{
    font-size: 60px;
    font-weight: 600;
    color: white;
    
}
.member p{
    font-size: 18px;
    font-weight: 400;
    color: white;
    
}
.member:hover{
         box-shadow: 13px -11px 52px 21px rgba(40, 129, 107, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(79, 81, 119, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(57, 179, 201, 0.75);
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 83px;
    right: 74px;
}
                                       /* Ekhane popular ar kaj suro  */   
#two-logo{
    
    background-color: black;
    color: white;
    padding-bottom: 100px;
    
}
.popular{
    display: flex;
    justify-content: end;
}
.popular h2 {
    font-size: 38px;
    font-weight: 600;
    color: #FFFF;
    width: 474px;
    text-align: right;
    position: relative;
}
.popular h2::after{
  position: absolute;
    height: 5px;
    width: 149px;
    background-color: red;
    content: "";
    bottom: 17px;
    right: 170px;
}
.Game{
    display: flex;
     justify-content: space-between;
     align-items: center;
}
.Around {
    width: 50%;
    height: 500px;
}
.trend{
    width: 50%;
    height: 513px;
    padding-top: 163px;
}
     /* onek jamelar kaj ses ei porjonto  */
     /* Ekhon arektar kaj suro  */
     #video{
        padding: 100px;
        background-color:black;
     }
     .live-sream h2{
         font-size: 38px;
    font-weight: 600;
    color: #FFFF;
    width: 474px;
    position: relative;
     }
     .live-sream h2::before{
          position: absolute;
    height: 5px;
    width: 149px;
    background-color: red;
    content: "";
    bottom: 17px;
    right: 170px;
     }
     .three-wrapper{
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding-top: 80px;
     }
     .zero img{
     filter: grayscale(100%);
    transition: filter 0.4s ease;
     }
     .zero img:hover{
         filter: grayscale(0%);
    transition: filter 0.4s ease;
     }
     .league img :hover{
         filter: grayscale(100%);
    transition: filter 0.4s ease;
     }
     .league img{
 filter: grayscale(0%);
    transition: filter 0.4s ease;
} 
   .palding img{
      filter: grayscale(100%);
    transition: filter 0.4s ease;
   }
   .palding img:hover{
       filter: grayscale(0%);
    transition: filter 0.4s ease;
   }
 .Match h3{
    font-size: 25px;
    font-weight: 500;
    margin-left:40%;
    color: #FFFF;
    padding-top: 60px;
 }
 .Team{
    padding-top: 50px ;
    display: flex;
    justify-content: space-between;
 }
 .Team-delta img:hover{
        background-color:transparent;
 transition: 0.2s;
    box-shadow: 13px -11px 52px 21px rgba(28, 5, 54, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(105, 16, 207, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75); 
 }
 .Team-alpa img:hover{
         background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(210, 206, 214, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(168, 169, 177, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
 }
 .Team-devil img:hover{
             background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(197, 188, 206, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(18, 180, 209, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
 }
 .Team-ninza img:hover{
                 background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(197, 188, 206, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(230, 217, 36, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
 }
 .Team h3 {
    color: #FFFF;
    font-size: 40px;
    font-weight: 500px;
 }
 .team{
       padding-top: 50px ;
    display: flex;
    justify-content: space-between;
 }
 .team h3{
      color: #FFFF;
    font-size: 40px;
    font-weight: 500px;
 }
           /* Ekhane 1 ta section ses korlam  */
#Top-Game{
    padding: 70px;
    background-color: black;
}
.Flex-wrapper{
      display: flex;
    justify-content: end;
}
.Flex-wrapper h2{
     font-size: 38px;
    font-weight: 600;
    color: #FFFF;
    width: 474px;
    text-align: right;
    position: relative;
}
.Flex-wrapper h2::after{
  position: absolute;
    height: 5px;
    width: 149px;
    background-color: red;
    content: "";
    bottom: 17px;
    right: 170px;
}
.Four-Display{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 50px;
}
.Horizon img:hover{
     background-color:transparent;
 transition: 0.2s;
    box-shadow: 13px -11px 52px 21px rgba(28, 5, 54, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(105, 16, 207, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
}
.Libaration img:hover{
     background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(210, 206, 214, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(168, 169, 177, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
}
.Fotball img:hover{
         background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(197, 188, 206, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(18, 180, 209, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
}
.Update img:hover{
             background-color:transparent;
      transition: 0.2s;
          box-shadow: 13px -11px 52px 21px rgba(197, 188, 206, 0.75);
-webkit-box-shadow: 13px -11px 52px 21px rgba(230, 217, 36, 0.75);
-moz-box-shadow: 13px -11px 52px 21px rgba(81, 11, 83, 0.75);
}