*{
  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: 14.9vw;

}
.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;
}
.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: 18vw;
    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: 1.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: #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: #F80286;
    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 #F80286;
    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: linear-gradient(to bottom, #243A48,#162731);
  width: 100%;
  height: 15vw;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  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: linear-gradient(to bottom, #243A48,#162731);
  position: absolute;
  top: 0vw;
  /*border-top-left-radius: 60px;
  border-top-right-radius: 60px;*/
  
}
.foot{
  width: 100%;
}

.foot, .home{
  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;
  
}
.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;                                                             


}
.home img{
  width: 10.5vw;
}
.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 {
      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: linear-gradient(to bottom, #32617F, #1F4258) ;
      color: white;
      font-weight: bold;
    }







