
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


body{

	 font-family: "Nunito", sans-serif !important;
     font-optical-sizing: auto;
     font-style: normal;
	font-size:14px;
	color: #000000 !important;
    background-color: #ffffff !important;
    padding: 0px 0px;
}

a:focus, a:hover{
	color: #ffffff ;
}

.no-pad {
    padding:0;
}

a{
	color:#ffffff !important;
    text-decoration: none !important;
}
.container{
	position:relative;
}
button,
a:active,
a:focus,
a:hover{
	text-decoration:none;
	outline:none;
}
.wrapper{
	width: 100%;
	max-width: 720px;
	margin: auto;
	padding-bottom: 0px;
    position: relative;
}

.wrapper .container{
	width: 100%;
	max-width: 720px;
	margin: auto;

}
.mt-15{
    margin-top: 15px !important;
}
.pl{
    margin: 0px 0px;
}

/* Header */
.header{
    background: rgb(255,231,4);
    background: linear-gradient(180deg, rgba(255,231,4,1) 50%, rgba(247,181,25,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position: relative;
}
.logo{
    width: 150px;
    margin: auto;
}
.logo img{
    width: 100%;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
/*.menu-btn{
    border: none !important;
    border-radius: 25px !important;
    padding: 5px 10px;
    background: transparent !important;
    color: #000000 !important;
    font-size: 24px !important;
} */

.menu-btn {
    border: none !important;
    border-radius: 25px !important;
    padding: 5px 10px;
    background: transparent !important;
    color: #000000 !important;
    font-size: 24px !important;
    margin-left: -12px;
}

.dropdown-item{
    background: #ffffff !important;
    color: #000000 !important;
}

.dropdown-item:hover{
    background: #000000 !important;
    color: #ffffff !important;
}
.dropdown-item:active{
    background: #000000 !important;
    color: #ffffff !important;
}

/* Slider */
.slider{
    margin: 15px 0px;
   }
.slider-item{
    position: relative;
}
.slider img{
    border-radius: 16px !important;
}
.slide-btn{
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.slide-btn button{
    width: 200px;
    background: transparent;
    border: none;
}

.game-ply-btn{
    background:#ffffff !important;
    color: #333333 !important;
    text-align: center;
    padding: 5px;
    border: none;
    max-width: 200px;
    width: 100%;
}
.game-list-btn{
    background: #333333 !important;
    color:  #ffffff;
    text-align: center;
    padding: 5px;
    border: none;
    max-width: 200px;
    width: 100%;
}

/* game-box */
.title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.center{
    text-align: center !important;
}



/*Game page */

.banner{
    width: 100%;
}

.banner img{
    width: 100%;
    border-radius: 30px;
}

.get-game{
    background: #ffffff;
    color: #000000;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
}

.game-btn-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 10px;
}
.game-btn{
    background: #333333;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border: none;
    width: 100%;
}
p{
    font-size: 12px;
}


/* game box */

.game-section{
    background: #0b3b69;
    color: #ffffff;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 100vh;
}

.game-slider{
background: rgb(15,66,109);
background: linear-gradient(180deg, rgba(15,66,109,1) 50%, rgba(200,198,27,1) 100%);
padding: 10px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: auto;
width: 90%;
}

.subscribe-btn{
    background: rgb(255,231,4);
    background: linear-gradient(180deg, rgba(255,231,4,1) 50%, rgba(247,181,25,1) 100%);
    color: #0b3b69 !important;
    font-weight: bold;
    text-align: center;
    margin:10px auto;
     width: 60%;
     padding: 8px 5px;
     box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
     border: none;
     border-radius: 25px;
     display: block;

}

.dropdown-menu{
    max-width: 700px !important;
    width: 65vw !important;
    background: #0b3b69 !important;
    color: #ffffff !important;
}
.dropdown-item{
    background: #0b3b69 !important;
    color: #ffffff !important;

}

.myGame{
    background: rgb(200,198,27);
    background: linear-gradient(180deg, rgba(200,198,27,1) 0%, rgba(15,66,109,1) 50%, rgba(200,198,27,1) 100%);
    border-radius: 18px;
    padding: 10px;
}
.game-name{
    font-size: 12px;
    font-weight: bold;
}
.gray-star{
    color: #989898;

}
.fa-bars{
    color: #0d08acc9; 
}

.flex-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.game-icon{
    max-width: 100px;
    }
.game-icon img{
        width: 100%;
    }
.download-btn{
background: #fedf0a;
color: #0d3e69;
border-radius: 18px;
box-shadow: rgba(255, 255, 255, .5) 0px 10px 29px 0px;
border: none;
padding: 5px 10px;
margin: 8px 0px;
width: 100%;
display: block;
}
.upercase{
    text-transform: uppercase;
}

.unsub{
    background: #0b3b69 !important;
    color: #ffffff;
}
.slick-slide{
    height: auto !important;
}

.game-title{
    width: 90%;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* search section */

.search-container {
  position: absolute;
  top: 100px; /* adjust depending on header height */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
}

  .search-container input {
    width: 100%;
    padding: 10px 35px 10px 10px; /* Add padding to make room for the icon */
    font-size: 16px;
    border: 2px solid #ffd100;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease;
    background: #556a49;
    color: #fff; 
  }

  .search-container input:focus {
    border-color: #ffd100;
  }

  .search-container input::placeholder {
    color: #fff; /* Change this to your desired color */
    opacity: 1; /* Ensure full visibility of the placeholder */
  }

  .search-container .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ffffff;
    pointer-events: none;
  }

