@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,300,400&display=swap" rel="stylesheet');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Satoshi', sans-serif;
}

:root{
    --sidebar-color: #0f0f0f;
    --primary-color: #171717;
    --primary-color-light: #3e3e3e;
    --toggle-color: #fff;
    --text-color: #ffffff;
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}
body{
    min-height: 100vh;
    background-color: #000;
    padding: 0;
    margin-left: 15px;
    animation: fadeInAnimation ease 0.3s;
    animation-fill-mode: forwards;
}
  .topbar{
    position: fixed;
    transform: translateY(-70px) translateX(-15px);
    height: 63px;
    z-index: 9999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.898);
    backdrop-filter: blur(10px);
    border-bottom: #3f3f3f 1px solid;
}
.topbar #menuicon{
    color: #dedede;
    transform: translateY(16px) translateX(23px);
    font-size: 30px;
    z-index: 9999;
}
.topbar img{
    height: 39px;
    margin-left: 37px;
    transform: translateY(11px);
    vertical-align: middle;
    cursor: pointer;
}
.adbox{
    margin-top: 10px;
    border-radius: 10px;
    width: 210px;
    outline: 1px solid #414141;
    background-color: #1e1e1e;
    text-align: center;
}
.adbox .addisc{
    color: #a8a8a8;
    letter-spacing: 1.1px;
    font-size: 13px;
}
.adbox .adsbygoogle{
    width: 210px;
    height: 150px;
    border-radius: 10px;
}
.channelinfo{
    color: #b3b3b3;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    display: flex;
    margin-right: 35px;
    border-radius: 13px;
    font-size: 21px;
    text-align: center;
    right: 0;
    transform: translateY(-35px);
}
.channelinfo h1{
    color: #b3b3b3;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
}
.channelinfo h2{
    color: #b3b3b3;
    font-weight: 500;
    font-size: 19px;
    transform: translateY(-3px);
}
.channelinfo .channeltext{
    margin-right: 20px;
}
.channelcontrols button{
    font-size: 17px;
    padding-left: 10px;
    padding-right: 17px;
    margin-left: 2px;
    height: 35px;
    border: none;
    color: hsl(0, 0%, 82%);
    border-radius: 15px;
    transition: ease 0.5s;
    cursor: pointer;
    background-color: #171717;
    outline: 1px solid #434343;
}
.channelcontrols button:hover{
    font-size: 17px;
    padding-left: 10px;
    padding-right: 17px;
    margin-left: 2px;
    height: 35px;
    border: none;
    color: hsl(0, 0%, 0%);
    border-radius: 15px;
    background-color: #d7d7d7;
    outline: 1px solid #434343;
}
.channelcontrols #inactive{
    font-size: 17px;
    padding-left: 10px;
    padding-right: 17px;
    margin-left: 2px;
    height: 35px;
    cursor: default;
    border: none;
    color: hsl(0, 0%, 46%);
    border-radius: 15px;
    background-color: #171717;
    outline: 1px solid #434343;
}
.channelcontrols button span{
    display: inline-block;
    transform: translateY(-8px);
}
.channelcontrols button i{
    font-size: 35px;
    transform: translateY(1px);
}
.channelcontrols #inactive i{
    font-size: 35px;
    color: #5d5d5d;
    transform: translateY(1px);
}
.allchannel{
    height: 34px;
    border: none;
    transform: translateY(13px);
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 9px;
    font-size: 19px;
    background-color: #212121;
    color: #fff;
    outline: 1px solid #414141;
    transition: 0.5s ease;
    cursor: pointer;
}
.allchannel:hover{
    background-color: #121212;
}
.allchannelhome{
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    margin-right: 80px;
    transform: translateY(16px);
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    background-color: #212121;
    color: #fff;
    outline: 1px solid #414141;
    transition: 0.5s ease;
    cursor: pointer;
}
.contactbuttons{
    margin-left: 90px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.standardbtn{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 3px;
    font-size: 21px;
    border: none;
    background-color: #303030;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.standardbtn:hover{
    background-color: #4e4e4e;
}
.footer{
    background-color: #ffffff1a;
    width: calc(100% - 10px);
    margin-left: 30px;
    height: 115px;
    padding-top: 10px;
    padding-bottom: 15px;
    outline: 1px solid #434343;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.footer .leftelems{
    position: absolute;
    margin-left: 70px;
    left: 0;
}
.footer .rightelems{
    position: absolute;
    right: 0;
    margin-right: 40px;
}
.footer .rightelems button{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 4px;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    background-color: #303030;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.footer .rightelems button:hover{
    background-color: #4e4e4e;
}
.footer img{
    height: 33px;
    margin-bottom: 5px;
}
.footer h1{
    color: #fff;
    transform: translateY(-11px) translateX(7px);
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.5px;
}
.footer h3{
    transform: translateX(7px) translateY(-5px);
    color: #ffffffba;
    font-weight: 300;
}
.footer b{
    font-weight: 500;
    color: #ffffffd4;
}
#channelbarlist{
    margin-top: 10px;
    height: calc(100% - 320px);
}
.channelplayer{
    border: none;
    outline: none;
    position: fixed;
    height: 100vh;
    transform: translateX(-15px);
    width: calc(100% - 250px);
    background-color: #101010c8;
}
.playbackarea{
    display: flex;
}
.playbackarea .sidebarselector{
    background-color: #131313;
    transform: translateX(-15px);
    width: 250px;
    height: 100vh;
    color: #fff;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
}
.playbackarea .sidebarselector .sidechannelselector{
    height: 100%;
    overflow: auto;
}
.playbackarea .sidebarselector .sidebarlogo{
    height: 45px;
    cursor: pointer;
}
.sidebarselector .channelrownp{
    background-color: #fff;
    color: #000000;
    border-radius: 12px;
    margin-top: 10px;
    padding: 10px;
    cursor: default;
}
.sidebarselector .channelrow{
    background-color: #090909;
    color: #d2d2d2;
    border-radius: 12px;
    margin-top: 8px;
    outline: 1px solid #393939;
    padding: 10px;
    cursor: pointer;
    transition: ease 0.5s;
    transform: scale(0.98);
}
.sidebarselector .channelrow:hover{
    background-color: #232323;
    transform: scale(0.9);
}
.sidebarselector .channelrownp .nowplayingtitle{
    font-size: 20px;
}
.sidebarselector .channelrownp .nowplayingchannel{
    font-weight: 500;
    font-size: 20px;
}
.sidebarselector .channelrownp .nowplayingchannel b{
    font-weight: 400;
    font-size: 18px;
}
.sidebarselector .channelrow .channeldisplay{
    font-weight: 500;
    font-size: 18px;
}
.sidebarselector .channelrow .channeldisplay b{
    font-weight: 400;
    font-size: 17px;
}
.home{
    position: fixed;
    top: 0;
    z-index: -999;
    left: 220px;
    height: 100vh;
    width: calc(100% - 70px);
}
.homepage{
    position: relative;
    margin-top: 69px;
    top: 0;
    width: calc(100% - 70px);
}

.gameslist .letter{
    display: absolute;
    text-align: center;
    transform: translateY(20px);
    border-radius: 15px;
    margin-bottom: -50px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.home-gamename a{
    text-decoration: none;
    display: block;
    text-align: center;
    margin-left: -2px;
    color: #fff;
    transform: translateY(20px);
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    transition: ease-out 0.2s;
}
.home-gamename a:hover{
    color: #c4c4c4;
    font-size: 44px;
    z-index: 99999;
}
.home-gamename{    
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    padding: 60px;
}
.gameslist .aztitle{
    color: #fff;
    margin-left: 80px;
    padding: 10px;
    font-size: 40px;
    letter-spacing: -0.7px;
}
.gameslist hr{
    border-top: 1.5px solid #ffffff44;
    border-bottom: 1.3px solid #ffffff44;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 35px;
}
.gameslist .gameletter{
    color: #fff;
    margin-left: 80px;
    padding: 10px;
    font-size: 35px;
    font-weight: 400;
}
.addemo{
    width: 900px;
    height: 100px;
}
.azadbanner{
    background-color: #52525247;
    margin-left: 80px;
    margin-bottom: 12px;
    margin-right: 50px;
    height: 145px;
    border-radius: 20px;
    padding-right: 20px;
    text-align: center;
    padding: 10px;
}
.azadbanner h4{
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.gameslist .azgame{
    background-color: #67676747;
    margin-left: 80px;
    margin-bottom: 12px;
    margin-right: 50px;
    outline: 1px solid #525252;
    height: 165px;
    border-radius: 20px;
    padding-right: 20px;
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
}
.gameslist .azgame:hover{
    transform: scale(1.05);
}
.gameslist .azgame .azgameicon{
    float: left;
    height: 100%;
    width: 25%;
    padding: 15px;
    border-radius: 35px;
    object-fit: cover;
}
.gameslist .azgame .azgametitle{
    padding-top: 15px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.7px;
}
.gameslist .azgame .azgamedesc{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 13px;
}
.gameslist .azgame .azcategories{
    color: #fff;
    position: absolute;
    font-weight: 500;
    bottom: 0;
    margin-bottom: 22px;
    margin-left: calc(25% - 6px);

}
.gameslist .azgame .azcategories .info{
    background-color: #323232;
    padding: 5px;
    border-radius: 9px;
    margin-right: 2px;
}
.atoz h1{
    display: inline;
    margin-left: 90px;
    letter-spacing: -1px;
    font-size: 30px;
    color: #fff;
}
.atoz a{
    font-size: 25px;
    color: #fff;
}
.letterselector{
    margin-left: 90px;
    display: flex;
}
.letterselector .lettericon{
    width: 30px;
    margin-right: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background-color: #363636;
    cursor: pointer;
    transition: ease 0.3s;
}
.letterselector .lettericon:hover{
    width: 30px;
    margin-right: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background-color: #5c5c5c;
    cursor: pointer;
    transition: ease 0.3s;
}
.letterselector .lettericonactive{
    width: 30px;
    margin-right: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
}
.gameslist .letter{
    display: absolute;
    text-align: center;
    transform: translateY(20px);
    border-radius: 15px;
    margin-bottom: -50px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.hometext{
    display: flex;
    margin-bottom: 4px;
    margin-left: 8px;
}
.featuredtitle{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-left: 15px;
}
.featuredmonth .divider{
    margin-right: 9px;
    color: #696969;
}
.featuredmonth{
    background: linear-gradient(to right, rgb(194, 194, 194), rgb(136, 136, 136));
    font-size: 30px;
    font-weight: 500;
    background-clip: text;
    color: transparent;
}
.hometext .category{
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-left: 15px;
}
.hometext .viewallbtn{
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 21px;
    border: none;
    border-radius: 10px;
    transition: 0.5s ease;
}
.hometext .viewallbtn:hover{
    transform: translateY(-3px);
    background-color: #bebebe;
    cursor: pointer;
}
.carousels{
    margin-left: 10px;
    margin-top: 20px;
}
.headline{
    color: #fff;
    font-size: 32px;
    margin-left: 90px;
    margin-bottom: 5px;
    width: 100%;
}
.subheading{
    margin-left: 90px;
    color: #cbcbcb;
    margin-bottom: 10px;
}
.bodytext{
    color: #cbcbcb;
    font-size: 22px;
    margin-left: 90px;
    width: calc(100% - 90px);
    margin-bottom: 15px;
}
.footnote{
    color: #fff;
    margin-left: 90px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider::-webkit-scrollbar {
    display: none;
  }
  .slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
  }
  
  .slide {
    min-width: 200px;
    flex: 0 0 auto;
    margin-right: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  #longslide{
    width: 515px;
  }
  
  .slide img {
    width: 250px;
    height: 140px;
    outline: 1px solid #6b6a6a;
    object-fit: cover;
    border-radius: 20px;
    transition: ease 0.5s;
  }
  
  .slide img:hover {
    transform: scale(1.05);
    outline: 3.5px solid #fff;
  }
  
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: rgb(0, 0, 0);
    font-size: 41px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 1;
    height: 100%;
  }
  .nav-btn.prev {
    left: 0;
    background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .nav-btn.next {
    right: 0;
    background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .slider-container .nav-btn i{
    opacity: 0;
    transition: ease 0.2s;
  }
  .slider-container:hover .nav-btn i{
    opacity: 1;
    border-radius: 9px;
    background-color: #ffffffb9;
    pointer-events: auto;
  }
  .hidden {
    opacity: 0;
    pointer-events: none;
  }
.mobiledisplay{
    display: none;
    transform: translateY(40px);
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    color: #3e3e3e;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(112, 112, 112, 0.441); 
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #7e7e7e; 

  }
@media screen and (max-width: 600px) {
    
     .sidebar{
        display: none;
    }
    .sidebar.close{
        width: 0px;
    }
    .carousels{
        display: none;
    }
    .slider-container{
        display: none;
    }
      .topbar{
        position: fixed;
        transform: translateY(-70px) translateX(-14px);
        height: 63px;
        z-index: 999;
        width: 100%;
        background-color: var(--sidebar-color);
    }
    .topbar #menuicon{
        color: #dedede;
        transform: translateY(13px);
        margin-right: 50px;
        font-size: 27px;
        z-index: 9999;
        padding: 4px;
        width: 40px;
        border-radius: 10px;
        text-align: center;
        background-color: #232323;
        float: right;
    }
    .topbar img{
        height: 38px;
        vertical-align: middle;
        margin-top: 1px;
        margin-left: 35px;
    }
    .topbar .search{
        display: none;
    }
    .right-icons{
        display: none;
    }
    .footer{
        display: none;
    }
    .atoz{
        margin-left: 62px;
        margin-top: 70px;
        transform: translateY(-5px);
    }
    .gameframe h1{
        margin-left: 20px;
        transform: translateY(30px);
        width: 230px;
        font-size: 31px;
        color: #fff;
        font-weight: 500;
    }
    .gameframe .ad-box{
        margin-top: 240px;
        transform: translateX(-237px);
        background-color: #1a1a1a;
        border-radius: 15px;
        width: 270px;
        height: 216px;
    }
    .gameframe .ad-box h1{
        text-transform: uppercase;
        text-align: center;
        color: #717171;
        transform: translateY(6px);
        letter-spacing: 1.01px;
        font-size: 11px;
    }
    .game-controls .age-rating{
        color: #fff;
        margin-left: 20px;
        padding: 4px;
        cursor: default;
        border-radius: 10px;
        padding-inline: 10px;
        margin-top: 20px;
        font-weight: 600;
        font-size: 17px;
        background-color: #1e1e1e;
    }
    .game-controls .tags{
        display: flex;
        position: inline-block;
    }
    .game-controls .category{
        color: #fff;
        margin-left: 10px;
        padding: 4px;
        cursor: default;
        border-radius: 10px;
        padding-left: 10px;
        padding-inline: 12px;
        margin-top: 20px;
        font-weight: 500;
        font-size: 17px;
        background-color: #1e1e1e;
    }
    .azadbanner{
        display: none;
    }
    .control-buttons{
        display: flex;
        position: inline-block;
    }
    .game-controls button{
        margin-top: 40px;
        transform: translateX(20px);
        width: 140px;
        height: 35px;
        border-radius: 15px;
        font-size: 18px;
        border: none;
        color: #fff;
        background-color: #f1f1f129;
        cursor: pointer;
        transition: ease 0.3s;
    }
    .game-controls .share{
        margin-left: 8px;
        width: 100px;
    
    }
    .related-games{
        margin-left: 80px;
        white-space: nowrap;
    }
    .related-games h3{
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        margin-left: 15px;
        margin-bottom: 22px;
    }
    .related-games img {
        position: relative;
        object-fit: cover;
        margin-left: 15px;
        border-radius: 21px;
        height: 150px;
        width: 195px;
        transition: .3s ease;
      }
    .related-games img:hover{
        cursor: pointer;
        opacity: 0.9;
        outline: #97bcc5 solid 3.5px;
        transform: scale(1.05);
    }
    .game-controls button:hover{
        background-color: #1e1e1e;
    }
    .game-controls i{
        color: #fff;
        transform: translateY(1px) translateX(-2px);
    }
    .gameframe{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 5px;
    }
    .gameslist{
        display: none;
    }
    .gamelist{
        transform: translateX(-10px);
        text-align: center;
    }
    .gamelist .letter{
        color: #fff;
        font-size: 32px;
        padding-top: 20px;
    }
    .gamelist .gamename{
        color: #fff;
        font-size: 26px;
        text-decoration: none;
        height: 55px;
        padding-top: 9px;
        border-radius: 20px;
        display: block;
        background-color: #171717;
        margin-top: 10px;
    }
    .mobiletitletext{
        transform: translateY(-30px) translateX(25px);
    }
    .mobiledisplay{
        display: block;
    }
    .mobhometitle{
        color: #fff;
        font-size: 30px;
        letter-spacing: -0.3px;
    }
    .mobhomesubtitle{
        color: #b3b3b3;
        font-size: 20px;
        transform: translateY(-4px);
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    .gamerow{
        transform: translateY(-15px) translateX(18px);
        width: 100%;
        display: flex;
        margin-bottom: 7px;
    }
    .gamerow .gameimg{
        height: 135px;
        width: calc(50%);
        margin-top: 3px;
        margin-right: 10px;
        border-radius: 28px;
        object-fit: cover;
    }
    .gamelist{
        text-align: center;
    }
    .gamelist .letter{
        color: #fff;
        font-size: 32px;
        padding-top: 20px;
    }
    .gamelist .gamename{
        color: #fff;
        font-size: 26px;
        text-decoration: none;
        display: block;
    }
    .homepage{
        position: relative;
        margin-top: 69px;
        top: 0;
    }
    .atoz .text{
        font-size: 60px;
        z-index: 999;
        text-align: center;
        letter-spacing: -1px;
        font-weight: 500;
        background-image: url(images/gradient.jpg);
        color: #e0e0e0;
        height: 90px;
    }
    .atoz h1{
        display: inline;
        margin-left: 90px;
        letter-spacing: -1px;
        font-size: 30px;
        color: #fff;
    }
    .atoz a{
        font-size: 25px;
        color: #fff;
    }
    .gameslist .letter{
        display: absolute;
        text-align: center;
        transform: translateY(20px);
        border-radius: 15px;
        margin-bottom: -50px;
        font-size: 35px;
        font-weight: 600;
        color: #fff;
    }
    .home-gamename a{
        text-decoration: none;
        display: block;
        text-align: center;
        margin-left: -2px;
        color: #fff;
        transform: translateY(20px);
        font-size: 35px;
        font-weight: 400;
        color: #ffffff;
        transition: ease-out 0.2s;
    }
    .home-gamename a:hover{
        color: #c4c4c4;
        font-size: 44px;
        z-index: 99999;
    }
    .home-gamename{    
        font-size: 30px;
        font-weight: 400;
        color: #ffffff;
        padding: 60px;
    }
    .gameslist{
        width: 80%;
    }
    .gameslist .aztitle{
        color: #fff;
        margin-left: 80px;
        padding: 10px;
        font-size: 40px;
        letter-spacing: -0.7px;
    }
    .gameslist hr{
        border-top: 1.5px solid #ffffff44;
        border-bottom: 1.3px solid #ffffff44;
        border-radius: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 35px;
    }
    .gameslist .gameletter{
        color: #fff;
        margin-left: 80px;
        padding: 10px;
        font-size: 35px;
        font-weight: 400;
    }
    .channelinfo{
        display: none;
    }
    .addemo{
        width: 900px;
        height: 100px;
    }
    .gameslist iframe{
        border-radius: 15px;
        outline: none;
    }
    .azadbanner{
        background-color: #52525247;
        margin-left: 80px;
        margin-bottom: 12px;
        margin-right: 50px;
        height: 145px;
        border-radius: 20px;
        padding-right: 20px;
        text-align: center;
        padding: 10px;
    }
    .azadbanner h4{
        color: #fff;
        font-weight: 400;
        letter-spacing: 1.5px;
    }
    .gameslist .azgame{
        background-color: #7e7e7e47;
        margin-left: 80px;
        margin-bottom: 12px;
        height: 165px;
        border-radius: 20px;
        padding-right: 20px;
        transition: 0.5s ease;
        cursor: pointer;
        position: relative;
    }
    .gameslist .azgame:hover{
        transform: scale(1.05);
    }
    .gameslist .azgame .azgameicon{
        float: left;
        height: 100%;
        width: 25%;
        padding: 15px;
        border-radius: 35px;
        object-fit: cover;
    }
    .gameslist .azgame .azgametitle{
        padding-top: 15px;
        padding-bottom: 3px;
        color: #fff;
        font-size: 30px;
        letter-spacing: -0.7px;
    }
    .gameslist .azgame .azgamedesc{
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        padding-bottom: 13px;
    }
    .gameslist .azgame .azcategories{
        color: #fff;
        position: absolute;
        font-weight: 500;
        bottom: 0;
        margin-bottom: 22px;
        margin-left: calc(25% - 6px);
    
    }
    .gameslist .azgame .azcategories .info{
        background-color: #565656;
        padding: 5px;
        border-radius: 9px;
        margin-right: 2px;
    }
    .atoz h1{
        display: inline;
        margin-left: 90px;
        letter-spacing: -1px;
        font-size: 30px;
        color: #fff;
    }
    .atoz a{
        font-size: 25px;
        color: #fff;
    }
    .letterselector{
        margin-left: 90px;
        display: flex;
    }
    .letterselector .lettericon{
        width: 30px;
        margin-right: 6px;
        margin-top: 10px;
        margin-bottom: 20px;
        border-radius: 8px;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        background-color: #363636;
        cursor: pointer;
        transition: ease 0.3s;
    }
    .letterselector .lettericon:hover{
        width: 30px;
        margin-right: 6px;
        margin-top: 10px;
        margin-bottom: 20px;
        border-radius: 8px;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        background-color: #5c5c5c;
        cursor: pointer;
        transition: ease 0.3s;
    }
    .letterselector .lettericonactive{
        width: 30px;
        margin-right: 6px;
        margin-top: 10px;
        margin-bottom: 20px;
        border-radius: 8px;
        text-align: center;
        color: #000;
        background-color: #ffffff;
        cursor: pointer;
    }
    .gameslist .letter{
        display: absolute;
        text-align: center;
        transform: translateY(20px);
        border-radius: 15px;
        margin-bottom: -50px;
        font-size: 35px;
        font-weight: 600;
        color: #fff;
    }
    .azwrapper{
        display: flex;
    }
    .azwrapper .adrailing{
        position: fixed;
        z-index: 999;
        height: 490px;
        background-color: #1a1a1a;
        width: 180px;
        margin-top: 10px;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
    }
    .adrailing h4{
        color: #ffffffb0;
        font-weight: 500;
        font-size: 1ch;
        letter-spacing: 1.3px;
    }
    .topbar .form-search{
        display: none;
    }
    .game-wrapper .game{
        margin: 0px;
        border: none;
        height: calc(100vh - 85px);
        width: 100%;
        border-radius: 13px;
        background-color: #101010c8;
    }
    .game-controls{
        display: none;
    }
    .ad-box{
        display: none;
    }
    .gameadbox{
        display: none;
    }
    .gameazbanner{
        display: none;
    }
    .game-wrapper{
        display: flex;
        margin: 0px;
    }
    .gameframe{
        display: flex;
    }
    #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.5s ease;
}
.spinnertext{
    display: flex;
    transform: translateY(-15px);
}
.spinnertext h1{
    margin-left: 13px;
    transform: translateY(-3px);
    letter-spacing: -0.9px;
    font-size: 27px;
    font-weight: 400;
}
.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ddd;
    border-top: 4px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loadingimg{
    transform: translateY(-60px);
    height: 50px;
    position: absolute;
}
.sidebarselector{
    display: none;
}
.allchannel{
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    margin-right: 45px;
    transform: translateY(16px);
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    background-color: #212121;
    color: #fff;
    outline: 1px solid #414141;
    transition: 0.5s ease;
    cursor: pointer;
}
.allchannelhome{
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    margin-right: 45px;
    transform: translateY(16px);
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    background-color: #212121;
    color: #fff;
    outline: 1px solid #414141;
    transition: 0.5s ease;
    cursor: pointer;
}
.channelplayer{
    border: none;
    outline: none;
    position: fixed;
    height: 100%;
    transform: translateX(-15px);
    width: 100%;
    background-color: #101010c8;
}
.creatorbadge{
    height: 120px;
    position: absolute;
    margin-bottom: 130px;
    bottom: 0;
}
}