*{
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
  margin: 0;
  padding-top: 16vw;
  background-color: #F0ECE1;


}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}


.header{
    display: flex;
    padding: 2vw;
    width: 100%;
    background-color: #000000/* #006442*/;
    justify-content: space-between;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}
.login{
    
  /*  margin: 20px;*/
    display: flex;
    padding-left: 1vw;
    text-decoration: none;
    
    
}
.login a{
    text-decoration: none;
}
.reg, .log{
   /* padding: 8px 16px;*/
    width: 25vw;
    height: 9vw;
    margin: 0 0.5vw;
    font-size: 3.5vw;
    font-family: Roboto;
    border: 1vw solid black;
    box-shadow: inset 0 0.5px #eee;
    border-radius: 1.5vw;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: arial;


}
.reg{
    background: linear-gradient( to bottom, #666, #333);

    text-align: center;
    padding: 8px;
    
}
.log{
    background: linear-gradient( to bottom,   #f22321, #bb1c00);
    text-align: center;
    margin-right: 0;
    padding: 4px 8px;
}
.login a h1 img{
    width: 6.5vw;
    height: auto;
    
}




/*.header{
  background-color: #160F20;
  width: 100%;
  height: 15vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
}
.header img{
    width: 35vw;
    height: auto;
    margin-left: 0vw;
}
.header button{
  background-color: #F80286;
  border-radius: 1vw;
  margin: 0vw;
  font-size: 3.5vw;
  padding: 1vw 6vw;
  display: flex; 
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: none;
  box-shadow: inset 0 2px 1px #f996d7;
}
#login{
  text-decoration: none;
}*/
.eye-image{
  width: 2vw
}
.header button img{
    width: 5vw;
    margin: 0.5vw;
}
/*.slider-container{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
}
.slider{
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slider img{
    width: 100%;
    height:100%;
    flex-shrink: 0;
    margin-top: 0.3vw;
}*/
.slider-container{
width: 100%;
height: auto;
}
.slid{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1VW;
}
.game{
    display: flex;
    gap: 1.8vw;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 1.8vw;
    padding-bottom: 14vw;
    padding: 1.5vw;
}



.card{
    background-color: #CDD4DA;
    height: 36.8vw;
    width: 49%;
    max-width: 49%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    

}
.card .img{
    width: 100%;
    height: 100%;
}
.main{
    background-color: #F80286;
    height: 40vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.main .img{
    width: 100%;
    height: 100%;
}
.main-logo{
    width: 20vw;
    position: absolute;
    top: -2vw;
    left: -2vw;
}
.main-logo2{
    width: 12vw;
    position: absolute;
    top: -1vw;
    left: -1vw;
}

.foot-right{
    width: 18vw;
    height: 7vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #68EFC1;
    position: absolute;
    z-index: 6;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
    font-weight: 1000;
    font-size: 3vw;
    animation-name: play-name;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    padding-left: 2vw;
}
@keyframes play-name{
        50%{
            color: blue;
        }
        70%{
            color:red;
        }
    }
.foot-left{
    width: 100%;
    height: 7vw;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    padding-left: 1vw;
    color: white;
    font-size: 3.5vw;
    font-weight: 1000;
    z-index: 5;
    border-bottom: 1vw solid #68EFC1;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.footer-main{
  width: 100%;
  height: 14vw;
  position: fixed;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000000,#162731);
  z-index: 8;
}
.promot{
  width: 20vw;
  position: fixed;
  z-index: 9;
  bottom: -2vw;
  left: -2vw;
  background: linear-gradient(to bottom, #000000,#162731);
  padding: 1VW;
  border-radius: 50%;
  cursor: pointer;
}
.bottom-nav{
  background: linear-gradient(to bottom, #000000,#162731);
  width: 85%;
  height: 14vw;
  justify-content: space-between;
  align-items: center;
  padding: 0vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  padding: 0;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20% ;

  
}

.foot{
  width: 100%;
}

.foot, .home1{
  height: 100%;
  height: 14vw;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  font-size: 3.2vw;
  color: white;
  padding: 1vw;
  margin: 0;

  
}
.bottom-nav a{
  text-decoration: none;
}



.home1 img{
  width: 8vw;
}
.foot img{
  width: 8vw;
}
.icon{
  width: 18vw;
  height: 18vw;
  position: fixed;
  left: 2vw;
  bottom: 20vw;
  border-radius: 50%;
  z-index: 8;
  padding: 0;
}
.icon img{
  width: 18vw;
  height: 18vw;
  margin: 0;
}
.link{
  padding-bottom: 20vw;
  padding-top: 2vw;

  color: #666666;
  text-align: center; 
  background-color: #F0ECE1;
}
.link div a{
  color: #666666;
  font-size: 3.5vw;
  margin: 1vw; 
}
.link img{
  margin-top: 10vw;
  width: 40vw;
}
.col-hr{
  border: 2px solid black;
  height: 10px;
  width: 5px;
}

    .bottom-nav .nav-item.active {
      background: #67F0C2 ;
      color: black;
      font-weight: bold;
      z-index: 100;

    }



    .socail{
      display: flex;
      flex-direction: column;
      background-color: blue;
      width: 100%;
      height: auto;
    }
    .btn1{
      display: flex;
      align-items: center;
      padding: 7vw;
      width: 90%;
      height: 10vw;
      margin: 2vw auto;
      border-radius: 2vw;
      background-color: #F8F7F3;
      border: 0;
    }
    .btn1 a{
      display: flex;
      align-items: center;
      font-size: 3.5vw;
    }
    .btn1 img{
      height: 9vw;
    }
    .btn1 a{
      color: black;
      padding: 0 1vw;
      text-decoration: none;
    }
    #btn1 img{
      opacity: 0.8;
    }
    .btn-container2{
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      width: 90%;
      height: auto;
      border-radius: 7px;
      margin: 7px auto;
      padding: 0px;
      padding-bottom: 4vw;
      
    }
    .btn2{
      width: 32%;
      height: 100%;
      border-radius: 2vw;
      background: #F8F7F3;
      border: 0;
      padding: 1vw;
    }
    .btn2 a{
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      font-size: 3vw;
      font-weight: 1500;
    }
   
    .btn2 a img{
      height: 7vw;
      opacity: 0.8;
    }
    .hr-line{
      margin: 4vw;
    }
    .link{
      color: black;
      padding-bottom: 8vw;
    }
    .link a{
      color: black;
      padding: 2vw;
      font-size: 3.5vw;
    }
    .last-logo{
      display: flex;
      flex-direction: row;
      width: 80%;
      margin: 0 auto;
  

    }
    .last-logo img{
      width: 50%;
      height: 14vw;
      margin-bottom: 20vw;
      cursor: pointer;
    }
    






