*{
  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;
  

}

    .hidden{ 
        display:none !important; 
    }


.container{
    max-width: 1150px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    padding: 2vw;
    padding-top: 0;
    background-color: #fff;
    padding-top: 14.9vw;
}
.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: 80;
}
.header img{
    width: 35vw;
    height: auto;
    margin-left: 0vw;
}
.header button{
  background: linear-gradient( to bottom, #F22321,#BE1B02 );
  border-radius: 1vw;
  margin: 0vw;
  font-size: 4vw;
  padding: 1vw 3vw;
  display: flex; 
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: none;
  box-shadow: inset 0 2px 1px #fc6765;
  color: white;   
  cursor: pointer;
}

.header button img{
    width: 5vw;
    margin: 0.5vw;
}
.header a button{
  text-decoration: none;
}
.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%;
    flex-shrink: 0;
    margin-top: 0.3vw;
}
.game{
    display: flex;
    gap: 1.8vw;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 0.8vw;
    padding-bottom: 14vw;
}


.card{
    background-color: aqua;
    height: 36.8vw;
    max-width: 49%;
    position: relative;
    overflow: hidden;

}
.card .img{
    width: 100%;
    height: 100%;
}
.main{
    background-color: #FFD902;
    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: #FFD902;
    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 #FFD902;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
@media (min-width: 570px){
    container{
        max-width: 540px;
    }
}
.footer-main{
  width: 100%;
  height: 20vw;
  position: relative;
}
.bottom-nav{
  background: #000000;
  width: 100%;
  height: 15vw;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1111;
  padding: 0;
  display: grid;
  grid-template-columns: 19% 19% 25% 19% 18% ;

  
}


#top-box{
  width: 27vw;
  height: 20vw;
  border-radius: 50%;
  background: #31607E;
  position: fixed;
  bottom: 1vw;
  left: 37vw;
  z-index: 7;

}
/*.home{
  width: 25%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0vw;
  /*border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  
}*/
.foot{
  width: 100%;
}

.foot{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  font-size: 3.2vw;
  color: white;
  padding: 1vw;
  padding-top: 2vw;
  margin: 0;
  border-radius: 35px;
  z-index: 1111111;
  
}
/*.home2{
  width:22vw;
  height: 19vw;
  border-radius: 50%;
  position: absolute;
  bottom: 0vw;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column; 
  margin: 00;                                                             


}*/
.foot i{
  font-size: 8vw;
}
.foot img, i{
  width: 9vw;
  height: 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: 20px;
  padding-top: 2vw;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  color: white;
  text-align: center; 
  background-color: #1F3240;
}

.link a{
  color: #fff;
  font-size: 3.5vw;
  margin: 1vw; 
}
.col-hr{
  border: 2px solid black;
  height: 10px;
  width: 5px;
}
/*.bottom-nav {
      display: flex;
      justify-content: space-around;
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 100px;
      background: linear-gradient(to bottom, #243A48,#162731);
      display: flex;
      z-index: 99;
    }

    .bottom-nav .nav-item {
      padding: 12px 16px;
      text-align: center;
      flex: 1;
      background: linear-gradient(to bottom, #243A48,#162731);
      font-size: 16px;
      cursor: pointer;
    }*/

    .bottom-nav .nav-item.active {
      background:#FEB90D;
      color: white;
      font-weight: bold;
    }

    a{
      text-decoration: none;
    }
    .ball-icon{
      position: fixed;
      bottom: 20vw;
      right: 5vw;
      height: 40vw;
      display: flex;
      align-items: flex-end;
      width: 25vw;
      justify-content: center;
      z-index: 55;
    }
.ball-icon .icon2  img{
  width: 20vw;
  height: 20vw;
  animation-name: ball-icon;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;

}

@keyframes ball-icon {
  0% {
    margin-bottom: 0;
  }
  10% {
    margin-bottom: 0vw;
    width: 23vw;
    height: 17vw;
  }
  30%{
    margin-bottom: 20vw;
    width: 17vw;
    height: 25vw;

  }
  50% {
    margin-bottom: 0;
    width: 20vw;
    height: 20vw;
  }
  100%{
    margin-bottom: 0;
    width: 20Vw;
    height: 20vw;
  }
}
.last-logo{
  width: 100%;
  display: flex;
  background-color: #1F3240;
  justify-content: center;
  gap: 10px;
}
.last-logo .img{
  width: 38%;
  height: 12vw;
}
.last-logo .img2{
  width: auto;
  height: 10vw;
}
.all-icon{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 7vw;
  align-items: center;
  justify-content: center;
  background-color: #1F3240;
  gap: 20px;
  margin: 5vw 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.all-icon img{
  width: 7vw;
}
.all-icon p{
  height: 1px;
  width: 100%;
  background-color: blue;
}
.last-payment-system-container{
  position: relative;
  width: 100%;
  background-color: #1F3240;
  height: 20vw;
  overflow: hidden;
  margin: 4vw 0;
  padding-bottom: 35vw;
}
.last-payment-system{
  display: flex;
  flex-direction: row;
  gap: 2vw;
  animation: payment-system;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  
}
.last-payment-system img{
  padding: 2vw;
  border: 1px solid #888
}
@keyframes payment-system{
  0%{
    position: absolute;
    top: 0;
    left: 110%
  }
  100%{
    position: absolute;
    left: -900%;
  }
}
.last-work{
  background-color: #1F3240;
  margin: 0;
  padding-top: 10vw;
  margin-top: -10vw;
  width: 100vw;
  margin-left: -2vw;
}
.join-now{
  text-align: center;
  width: 100%;
}
.join-now-logo{
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  
}
.join-now-logo div{
  width: 30vw;
  display: inline;
  padding: 5px;
  color: #bbb;
  font-size: 3vw;
}
.last-text{
  color: #bbb;
  text-align: justify;
  padding: 10px;
  font-size: 3vw;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}




