@import url(variable.css);

html{
    font-size: 22px;
    font-family: var(--font-Primary-Regular);
}
body.fullscreen{
    background-color: var(--white);
    height: 100vh !important;
    overflow: hidden !important;
}

    

*{
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
p,ul,li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
iframe{
    margin: 0;
    padding: 0;
}
.mt-30{
    margin-top: 30px;
}
.cmn-box.mr-20{
    margin-right: 20px;
}
.mt-60{
    margin-top: 60px;
}
.padding-top-40{
    padding-top: 40px;
}

/* Loader CSS Start */
.loader {
    width: 40px;
    height: 20px;
    --c:no-repeat radial-gradient(farthest-side,#041f78 93%,#99b7f7);
    background:
      var(--c) 0    0,
      var(--c) 50%  0,
      var(--c) 100% 0;
    background-size: 8px 8px;
    position: relative;
    animation: l4-0 1s linear infinite alternate;
  }
  .loader:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: #fff;
    left: 0;
    top: 0;
    animation: 
      l4-1 1s  linear infinite alternate,
      l4-2 0.5s cubic-bezier(0,200,.8,200) infinite;
  }



  .iframeloader {
    width: 40px;
    height: 20px;
    --c:no-repeat radial-gradient(farthest-side,#041f78 93%,#99b7f7);
    background:
      var(--c) 0    0,
      var(--c) 50%  0,
      var(--c) 100% 0;
    background-size: 8px 8px;
    position: relative;
    animation: l4-0 1s linear infinite alternate;
  }
  .iframeloader:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: #fff;
    left: 0;
    top: 0;
    animation: 
      l4-1 1s  linear infinite alternate,
      l4-2 0.5s cubic-bezier(0,200,.8,200) infinite;
  }
  @keyframes l4-0 {
    0%      {background-position: 0  100%,50% 0   ,100% 0}
    8%,42%  {background-position: 0  0   ,50% 0   ,100% 0}
    50%     {background-position: 0  0   ,50% 100%,100% 0}
    58%,92% {background-position: 0  0   ,50% 0   ,100% 0}
    100%    {background-position: 0  0   ,50% 0   ,100% 100%}
  }
  @keyframes l4-1 {
    100% {left:calc(100% - 8px)}
  }
  @keyframes l4-2 {
    100% {top:-0.1px}
  }
  /* Loader CSS End */




/* Common Style */

.column-spacing{
    margin-bottom: 30px;
}

.custom-container{
    max-width: 1600px;
    /* padding: 0 40px; */
}
.cmn-section{
    padding-top: 85px;
}
.banner-section{
    background-color: var(--black);   
    border: 1px solid var(--secondary);
    padding: 40px 60px;
    height: 100%;
}
.cmn-section .cmn-box{
    background-color: var(--black);   
    /* border: 1px solid var(--secondary); */
    border-radius: 40px;
    padding: 40px 60px;
    height: 100%;
}
.ads-section.cmn-section .cmn-box{
    padding: 10px;
}
.ads-section .ads-img{   
    min-height: 279px;
}
.btn-container{
    display: flex;
}
.btn-container.jutify-center{
    justify-content: center;
}
.btn-container.jutify-end{
    justify-content: flex-end;
}
/* Header Part Start */
header{
    height: 110px;
}
.my-nav .navbar-brand img{
    width: 100px;
}

.my-nav.navbar{
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.nav-item:not(:last-child){
    margin-right: 3.636rem;
}
.my-nav.navbar .nav-link{
    text-align: center;
    /* min-height: 110px; */
    padding: 0.909rem 0 !important;
    position: relative;
    color: var(--black);
    transition: 0.3s all;
}

.my-nav.navbar .nav-link.active .link{
    color: var(--primary);
}
.my-nav.navbar .nav-link:focus, .my-nav.navbar .nav-link:hover{
    color: var(--primary);
}
.my-nav.navbar .nav-link:hover .regular-icon{
    display: none;
}
.my-nav.navbar .nav-link:hover .active-icon{
    display: block;
}
.active-icon{
    display: none;
}
.regular-icon{
    display: block;
}
/* .my-nav.navbar .nav-link.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--primary);
    left: 50%;
    transform: translate(-50%, 0);
} */
.my-nav.navbar .nav-link.active .active-icon{
    display: block;
}
.my-nav.navbar .nav-link.active .regular-icon{
    display: none;
}
.my-nav.navbar .nav-link .icon{
    margin-bottom: 10px;
}

.link{
    line-height: 1rem;
}
/* Header Part End */


/* Section Styles */
.title-btn-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cmn-section .cmn-box .title-group{
    display: flex;
}
.cmn-section .cmn-box .section-title{
    font-family: var(--font-Primary-Medium);
    font-size: 1.545rem;
    margin-right: 0.636rem;
    color: var(--white);
}
.cmn-btn{
    color: var(--white);
    font-family: var(--font-Primary-Regular);
    font-size: 1.273rem;
    line-height: 1.373rem;
    /* background-color: var(--btn-color); */
    position: relative;
    border-radius: 2.727rem;
    padding: 0.636rem 2.273rem 0.636rem 1.091rem;
    transition: .5s all;
}

.cmn-btn::after{
    content: '';
    position: absolute;
    /* background:url(../img/btn-arrow.svg); */
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    transition: .5s all;
}
.cmn-btn:hover, .cmn-btn.btn:focus, .cmn-btn.btn:active, .cmn-btn.btn:focus-visible{
    color: var(--secondary);
    text-decoration: underline;
    /* background-color: var(--primary); */
}
.cmn-btn:hover::after{
    right: 16px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.cmn-slider .slick-slide:not(:last-child){
    margin-right: 24px;
}
.slider-box{
    background: url('../img/game-bg.png') no-repeat center;
    width: 100%;
    background-size: cover;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slider-box .slider-img img{
    border-radius: 1.364rem;
}
.slider-box .slider-title{
    font-size: 1.091rem;
    font-family: var(--font-Primary-Regular);
    color: var(--white);
    text-align: center;
    margin-top: 20px;
}
.slick-next, .slick-prev{
    width: 2.909rem;
    height: 2.909rem;
    -webkit-transform: translate(0, -84%);
    -ms-transform: translate(0, -84%);
    transform: translate(0, -84%);
    z-index: 1;
}
.slick-next{
    right: -32px;
}
.slick-prev{
    left: -32px;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before{
    opacity: 0;
}
.slick-next:before, .slick-prev:before{
    content: '';
    display: block;
    background: url(../img/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 26px;
    /* background-size: 2rem; */
    width: 2.909rem;
    height: 2.909rem;
    border-radius: 40px;
    background-color: var(--primary);
    opacity: 1;
}
.slick-prev:before{
    transform: rotate(180deg);
    background-position: center right 23px;
}
.bottom-btn{
    display: none;
    margin-top: 30px;
}
.cmn-section .advanture-box.cmn-box{
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 60px;
}
.footer-sec{
    background-color: var(--rgba);
    margin-top: 60px;
}
.footer-content, .footer-version{
    color: var(--white);
    font-family: var(--font-Primary-Regular);
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-content p{
    margin-bottom: 22px;
    font-size: var(--fs-18);
}
.footer-sec .nav .nav-item:not(:last-child){
    margin-right: 1.818rem;
}
.footer-sec .nav .nav-item .nav-link{
    color: var(--white);
    font-family: var(--font-Primary-Regular);
    font-size: 1rem;
    transition: 0.5s all;
}
.footer-sec .nav .nav-item .nav-link:hover{
    color: var(--secondary);
    text-decoration: underline;
}
.underline-1px{
    border-top: 1px solid var(--secondary);
}
.footer-logo-links{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.909rem;
}
.featured-box{
    clip-path: polygon(84% 100%,100% 88%,100% 5%,92% 0%,14% 0%,0% 11%,0% 94%,6% 100%);
}
 .navbar-toggler-icon{
    background-image: url('../img/bars-solid.svg') !important;
  font-size: 20px !important;
}






 
/* img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
    border-radius: 16px;
}  */
/* .navbar-brand{
    color: var(--primary) !important;
} */

/* Main CSS */
/* .grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 100%;
} */

 .grid-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: row dense;
    margin: 0 auto 0 auto;
    padding: 20px;
    position: relative;
}
.grid-wrapper > div > a{
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}

.grid-wrapper > div > .main-frame{
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
    .game-container.gameexpand{
    width: 100%;
    background: #fff !important;
    left: 0 !important;
    height: 100%;
    position: fixed !important;
    top:0 !important;
    z-index: 9999 !important;
}

.grid-wrapper > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    cursor: pointer;
}


.grid-wrapper .tall {
	grid-row: span 2;
}

.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.big > a{
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.grid-wrapper .wide {
	grid-column: span 4;
	grid-row: span 3;
    position: relative;
}
.wide.gameexpand{
    width: 100%;
    background: #fff !important;
    left: 0 !important;
    height: 100%;
    position: fixed !important;
    top:0 !important;
    z-index: 9999 !important;
    

}
.wide.fullscreen{
    width: 100%;
    background: #fff !important;
    left: 0 !important;
    height: 100%;
    position: fixed !important;
    top:0 !important;
    z-index: 9999 !important;
}

.grid-wrapper .adv-2 {
	grid-column: span 4;
}
.adv-2 > a{
    display: flex !important;
    justify-content: center;
    align-items: center;
} 
.mb-gamename{
    display: none;
}
.mb-gamename  h4{
    font-family: var(--font-Primary-Medium);
    font-size: var(--fs-20);
    color: var(--primary);
}
/* .play-btn{
    position: absolute;
    content:"";
    transform: translate(-50%, -50%);
    left:50%;
    top:50%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
} */
.play-btn i{
    display: none;
}


.game-data{
    display: flex;
    gap: 10px;
    align-items: center;
}
.game-logo{
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    width:40px;
}
/* .game-logo > img{
    max-width: 100%;
} */
.game-data > p{
    display: inline-block;
    font-size: var(--fs-14);
    font-family: var(--font-Primary-Medium);
}
.game-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.game-container-inner{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.game-player{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 70px);
}
.game-player-inner{
    position: absolute;
    content:"";
    top:0;
    left: 0;
    bottom:0;
    right: 0;
    
}
.game-player-inner > iframe{
    position: absolute;
    content:"";
    top:0;
    left: 0;
    border:0;
    width: 100%;
    height: 100%;
}

.game-bio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: var(--white);
    position: absolute;
    content:"";
    bottom:0;
    width: 100%;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    padding: 0 16px;
    z-index: 3;
    overflow: hidden;
    height: 70px;

}
.game-subscribe-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.like-dislike-btn{
    display: flex;
    gap: 30px;
    width: 100%;
    text-align: center;
}

.play-btn > h2{
    display: none;
}



.game-subscribe-list span{
    font-size: var(--fs-12);
    color: var(--primary);
    font-family: var(--font-Primary-Medium);
    display: inline-block;
}

.favourite .like{
    display: none;
}

.favourite .dislike{
    display: none;
}
.favourite .bug{
    display: none;
}
  .fa-minimize{
    display: none;
}





.favourite:hover .likenumber{
    display: none;
}
.favourite:hover .dislike-number{
    display: none;
}
.favourite:hover .like{
    display: inline-block;
}
.favourite:hover .bug{
display: inline-block;
}

.bottom-game-list > a:hover{
    border: 1px solid white;
    color: var(--primary);
    background: var(--white);
} 
.game-subscribe-list img{
    max-width: 16px;
    height: 16px;
    display: block;
}
.back-to-home{
    position: fixed;
    content:"";
    top: 10px;
    display: inline-block;
    z-index: 9999;
    visibility: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
}
.back-to-home i{
    font-size: 16px;
}
.back-to-home > a{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
   /* .gameexpand {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}    */

   /* .fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}    */
/* .none{
    display: none;
} */




/* .menu-container{
position: fixed;
bottom:20px;
width: 100%;
display: flex;
justify-content: center;
transition: all .4s ease;
z-index: 999;
}
.menu-inner{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: all .4s ease;
    padding: 10px;
    min-width: 720px;
    background-color: var(--black);
}
.menu-inner .is-open{
    max-height: 520px !important;
    transition: all .4s ease;
}  */
/* .search{
    display: inline-block;
    width: 100%;
    max-width: 160px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
} */
/* .my-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.my-menu li{
    display: inline-block;
    margin: 0 20px 0 0;
}
.my-menu a{
    color: white;
}
.search-bar i{
    color: #fff;
    cursor: pointer;
}
.search-close i{
    cursor: pointer;
}


.top-menu{
    max-width: 520px;
    transition: all .4s ease;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background-color: var(--secondary);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 10px auto;
    position: relative;
    display: none;
}
.top-menu-data{
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 16px;
}
.top-menu .popular-games{
    overflow: hidden;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}
.top-menu img{
    width: 100%;
    max-width: 70px;
}


.bottom-menu{
    max-width: 520px;
    transition: all .4s ease;
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: var(--primary);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    display: none;
}
.bottom-menu-data{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bottom-menu i{
    color: var(--white);
} */
.grid-wrapper .toggle-btn{
    position: absolute;
}

.toggle-btn {
    position: fixed;
    display: inline-block;
    width: 24px;
    height: 24px;
    background:  url('../img/magnifying-glass-solid-2.svg') no-repeat center;
    border: none;
    z-index: 100;
    bottom: 4px;
}
.menu-open .toggle-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url('../img/xmark-solid.svg') no-repeat center;
    background-size: 20px;
    left: 50%;
    top:0;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, 50%);
}

.mobile-menu-main {
    display: block;
    position: fixed;
    left: -50%;
    width: 50%;
    height: 100%;
    transition: 0.3s ease;
    overflow: hidden;
    background: rgba(150, 181, 241, 0.9);
    backdrop-filter: blur(12px);
    z-index: 100;
    top:0;
    bottom: 0;
    overflow-x: hidden;
   
}

.menu-open .mobile-menu-main {
    left: 0;
    width: 50%;
}


.mobile-link-main-bx {
    padding: 30px 20px;
    overflow-x: hidden;
}
.header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.search-bar{
    position: relative;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}

 .search-bar i{
    position: absolute;
    content:"";
    left: 90%;
    top:40%;
} 
.header img{
    width: 50%;
}
.home{
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
}
/* i.fa-solid.fa-magnifying-glass{
    visibility: visible;
    background: none;
    color: var(--black);
    position: absolute;
    content:"";
} */
 .top-menu-data {
    display: flex;
    gap: 30px;
    width: 100%;
}
.top-menu-data .popular-games {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    max-width: 100px;
    height: 100px;
} 
.mobile-menu-main h6{
    font-size: var(--fs-24);
    text-transform: capitalize;
}
.search-bar input{
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    font-size: var(--fs-16);
}


.search-bar input:focus{
    outline: 2px solid #99b7f7 !important;
    
}
.search-bar i {
    visibility: visible; /* Make the icon visible by default */
  }
  
  .search-bar input:not(:placeholder-shown) + i {
    visibility: hidden; /* Hide the icon when input field is not empty */
    border: 1px solid #99b7f7 !important;
  }

/* .category-slider {
    position: relative;
  } */
/* .category-slider .icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
  }
  .icon:first-child {
    left: -50px;
    display: none;
    background: linear-gradient(90deg, #99b7f7 50%, transparent);
  }
  .icon:last-child {
    right: -50px;
    justify-content: flex-end;
    background: linear-gradient(-90deg, #99b7f7 50%, transparent);
  }
  .icon i {
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: var(--white);
  }
  .icon i:hover {
    color: #212121;
    background: var(--secondary);
  }
  .icon:first-child i {
    margin-left: 15px;
  }
  .icon:last-child i {
    margin-right: 15px;
  } */

/* .category-slider .tabs-box {
    display: flex;
     gap: 12px; 
    list-style: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-y: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .tabs-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
  }
  .tabs-box .tab {
    cursor: pointer;
    font-size: var(--fs-12);
    white-space: nowrap;
    background: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    user-select: none;
    display: inline-block;
    color: var(--primary);
    text-transform: uppercase;
  }
  .tabs-box .tab:hover {
    background: var(--primary);
    color: var(--white);
  }
  .tabs-box.dragging .tab {
    user-select: none;
    pointer-events: none;
  }
  .tabs-box .tab.active {
    color: var(--white);
    background: var(--primary);
    border-color: transparent;
  } */

  .pill-container{
    margin: 16px -32px 0;
  position: relative;
  transition: opacity .1s ease-out;
  will-change: opacity;
  z-index: 2;

  }
  .pill-container:after, .pill-container:before{
    content: "";
  height: 72px;
  pointer-events: none;
  position: absolute;
  top: 0;
  }
  .pill-container:before{
    background: linear-gradient(270deg, #83ffe700, #83ffe7);
    left: 0;
    width: 20px;
    z-index: 1;
  }
  .pill{
    -ms-overflow-style: none;
  align-items: center;
  display: flex;
  height: 64px;
  margin: 0 0 -22px;
  overflow-x: scroll;
  padding: 0 32px 0 29px;
  scrollbar-width: none;
  white-space: nowrap;
  }
  .pill a{
    -webkit-tap-highlight-color: transparent;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 1px 0px #5d6b842e,0px 2px 2px 0px #5d6b8426,0px 4px 3px 0px #5d6b8417,0px 8px 3px 0px #5d6b8408;
  color: var(--primary);
  display: inline-block;
 font-family: var(--font-Primary-Medium);
 font-size: var(--fs-14);
  /* height: 36px; */
  margin: 0 10px 10px 0;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  }

  .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white);
    font-size: 12px;
    line-height: 36px;
  }
  .breadcrumb{
    margin-bottom: unset !important;
  }
  .game-info a{
    color: var(--white);
    font-size: var(--fs-9);
    font-family: var(--font-Primary-Medium);
    padding: 0 10px;
  }
  .game-dec span:only-of-type{
    color: var(--white);
    font-size: var(--fs-9);
    font-family: var(--font-Primary-Medium);
  }
  .game-details h6{
   font-size: var(--fs-20);
   font-family: var(--font-Primary-Medium);
   color: var(--white);
  }
  .game-details p{
    font-size: var(--fs-12);
    font-family: var(--font-Primary-Medium);
    color: var(--white);
    display: inline-block;
  }
  .game-details span{
    font-size: var(--fs-12);
    font-family: var(--font-Primary-Medium);
    color: var(--white);
    border-radius: 10px;
    display: inline-block;
    border: 1px solid white;
    padding: 0 8px;
  }
 .game-content ul{
    margin-bottom: 16px;
    font-family: var(--font-Primary-Regular);
    font-size: var(--fs-16);
 }
  .game-content li{
    list-style-type:disc;
    color: var(--white);
    margin: 0 0 0 40px;
  }
  .game-content h4:not(:last-child) {
    margin-bottom: 16px;
    font-family: var(--font-Primary-Medium);
    font-size: var(--fs-20);
}
  .game-content p:not(:last-child) {
    margin-bottom: 20px;
    font-family: var(--font-Primary-Regular);
    font-size: var(--fs-16);
}
.bottom-game-list > a{
    display: inline-block;
    border-radius: 10px;
    background: var(--white);
    color: var(--black);
    font-size: var(--fs-12);
    border: 1px solid transparent;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.game-details > span > i{
margin: 0 5px 0 0;
}
.game-logo img{
    width: 100%;
    object-fit: cover;
}

 
.footer-sec img{
    width: 100px;
    height: auto;
}


.wide.fullscreen .fa-minimize{
    display: block;
}
.wide .fa-minimize{
    display: none;
}
.wide.fullscreen .fa-expand{
    display: none;
}
.wide .fa-expand{
    display: block;
}
.cmg-soon{
    position: relative;
    pointer-events: none;
}
.cmg-soon:before{
    position: absolute;
    content: "Comming Soon";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.grid-wrapper > div > a:hover{
    transition: 0.5s ease;
}
.grid-wrapper > div > a > img:hover{
    transition: 0.5s ease;
    transform: scale(1.1);
}





.section-one{
    width: 100%;
    background: url('../img/poki-background-img.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    color: var(--white);
}
 .section{
    width: 100%;
    padding: 100px 0;
    
} 
.section-two{
    background: linear-gradient(180deg, #041f78 35%, #99b7f7 100%);
    color: var(--white);
}
.section-three{
    width: 100%;
    background: url('../img/poki-background-img.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    color: var(--white);
}
.section-content h2{
    font-family: var(--font-Primary-Bold);
    font-size: var(--fs-50);
}
.section-content p{
    padding: 40px 0;
    font-family: var(--font-Primary-Regular);
    font-size: var(--fs-20);
}
.section-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary);
    border-radius: 20px;
    width: 100%;
    max-width: 300px;
}
.section-btn a{
    font-family: var(--font-Primary-Medium);
    font-size: var(--fs-24);
    color: var(--primary);
    padding: 10px 30px;
}
.milestone-box{
    background: var(--white);
    display: flex;
    gap: 20px;
    padding: 20px;
}
.milestone-box .icon i{
    font-size: 40px;
    color: var(--primary);
}
.milestone-box h5{
    color: var(--primary);
    font-size: var(--fs-24);
    font-family: var(--font-Primary-Bold);
    padding: 0 0 10px 0;
}
.icon-content p{
    color: var(--black);
    font-size: var(--fs-18);
    font-family: var(--font-Primary-Medium);
    padding: 0 0 15px 0;
}
.game-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-slider .slick-slide{
    margin: 20px;
}
.game-slider .game-item img{
    height: 512px;
} 


.policy-content h1{
    padding-bottom: 30px;
    font-family: var(--font-Primary-Bold);
    color: var(--primary);
    font-size: var(--fs-50);
}
.policy-content h2:not(:last-child){
    padding-bottom: 20px;
    font-family: var(--font-Primary-SemiBold);
    font-size: var(--fs-24);
    color: var(--black);
}
.policy-content span{
    font-family: var(--font-Primary-Bold);
    color: var(--black);
}

.policy-content p{
    padding-bottom: 15px;
    font-family: var(--font-Primary-Regular);
    font-size: var(--fs-18);
    text-align: justify;
}

.contact h3{
    padding-bottom: 20px;
    color: var(--white);
    font-family: var(--font-Primary-Bold);
    font-size: var(--fs-24);
}
.contact p{
    padding-bottom: 20px;
    color: var(--white);
    font-family: var(--font-Primary-Regular);
    font-size: var(--fs-18);
}
.offcanvas-header img{
    width: 100px;
}

.footer-content h1{
padding-bottom: 20px;
font-size: var(--fs-50);
font-family: var(--font-Primary-Bold);
}

.footer-content h2{
    padding-bottom: 20px;
    font-size: var(--fs-24);
    font-family: var(--font-Primary-Medium);
}
.grid-header{
    display: none;
}
.policy{
    padding: 70px 0 0 0;
}
.contact{
    background: linear-gradient(180deg, #041f78 0%, #99b7f7 100%);
    padding: 120px 0;
    position: relative;
}
.contact-wrap{
    position: relative;
}
.contact:before{
    position: absolute;
    content:"";
    width: 50%;
    height: 100%;
    top:0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(26, 26, 25, 0.8), rgba(26, 26, 25, 0.8)), url('../img/Artboard 1.svg') no-repeat center;
    background-size: contain;
}


.filter-games{
    position: absolute;
    content:"";
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0;
    scrollbar-width: none;
    top:0;
    bottom: 0;
    width: 100%;
    padding: 120px 0;
    display: none;
}
.category-list-games{
    flex-grow: 1;
    height: 100%;
    padding: 20px;
    /* margin: 0 0 10px 0; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: start;
    align-content: start;
    /* justify-content: center; */
  
    /* width: calc(100% + 20px); */
}
.category-listgames-content{
    margin: 24px 20px 0 0;
    padding-bottom: 24px;

}
.category-list-games > div{
    max-width: 80px;

}
.category-list-games img{
    width: 100%;
    height: 80px;
    border-radius: 20px;
}
.search-games{
    position: absolute;
    content:"";
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0;
    scrollbar-width: none;
    top:0;
    bottom: 0;
    width: 100%;
    padding: 120px 0;
    display: none;
}
 .search-games-list{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    align-items: start;
    align-content: start;
    height: 100%;
    padding: 20px;
}

  
.search-games-list > div{
    max-width: 80px;
}


.search-games-list img{
    max-width: 100%;
    height: 80px;
    border-radius: 20px;
}
.search-games{
    display: none;
}
.search-games.active {
    display: flex; /* Show when active */
  }

.filter-games {
    display: none; /* Initially hidden */
  }
  
  .filter-games.active {
    display: flex; /* Show when active */
  }
  
  .popular-games-container {
    display: block; /* Assuming there's a container for popular games */
  }
  
  .popular-games-container.hidden {
    display: none; /* Hide when a category is selected */
  }
  
   #close-icon {
    display: none; /* Initially hidden */
     cursor: pointer;
   }

  input[type="search"]::-webkit-search-cancel-button {
    display: none;
  }
  
  .no-clear::-webkit-search-cancel-button {
    display: none;
  }
  .btn-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
  }

   .submit-btn{
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-Primary-Medium);
    font-size: var(--fs-18);
    width: 100%;
  }
  .submit-btn:hover{
    background-color: var(--primary);
    color: var(--white);
  }
  .contact a{
    color: var(--white);
    text-decoration: underline;
}

.form{
    position: relative;
}
.err-msg{
    display: none;
    color: red;
    font-size: var(--fs-16);
    font-family: var(--font-Primary-Medium);
}
.submit-msg{
    display: none;
    color: var(--white);
    font-size: var(--fs-16);
    font-family: var(--font-Primary-Medium);
    padding-left: 10px;
}

.form-control{
    font-size: var(--fs-16);
    font-family: var(--font-Primary-Regular);
}
.contact-form ::placeholder{
    font-size: var(--fs-16);
    font-family: var(--font-Primary-Regular);
}
.search-bar ::placeholder{
    font-size: var(--fs-16);
}


















  
 

    
 
