@font-face { font-family: Nau-Sea; src: url(/fonts/Nau\ Sea.otf); }

body {
    margin: 0;
    background: linear-gradient(#000000,#0f1424);
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
    color: white;
    font-family: "Lexend", sans-serif;
}

.page {
    width: 1200px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #000000;
    border-left: rgba(0, 102, 255, 0.664) 1px solid;
    border-right: rgba(0, 102, 255, 0.664) 1px solid;
    box-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.convex{
    position: absolute;
    margin-left: 3%;
    top: 413px; /* 413 */
    width: 140px;
    z-index: 6;
    animation-name: convex;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes convex {
    0% { transform: rotate(0deg);}
    50%  { transform: rotate(-2deg);}
    100%   { transform: rotate(0deg);}    
}

.notice{
    text-align: center;
    padding: 0px;
    font-family: Nau-Sea;
    font-size: 50px;
    background: linear-gradient(#ffd000,#ff9900);
    color: #000000be;
    display: flex;
    border: #ffd579 2px outset;
    border-radius: 5px;
}

.game-header{
    text-align: center;
    text-shadow: rgb(255, 255, 255) 0px 0px 10px;
    display: flex;
    padding: 20px;
}

.game-header a{
    color: #fff;
    text-decoration: none;
    font-family: Nau-Sea;
    letter-spacing: 1px;
    padding: 13px 40px;
    display: block;
    text-align: center;
    border: rgb(0, 25, 61) solid 2px;
    background-color: #002453;
    text-shadow: rgba(255, 255, 255, 0.445) 0px 0px 7px;
    border-style: outset;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    transition: 0.5s;
}

.game-header a:hover{
    background-color: #001335;
    padding: 13px 45px;
    letter-spacing: 3px;
    animation-timing-function: ease-in-out;
}

.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    box-shadow: rgb(0, 0, 0) 0px 0px 20px;
    background: linear-gradient(#002363, #001b3d);
    display: flex;
    align-items: center;
    border: rgb(0, 53, 102) solid 1px;
}

.navbar .logo {
    width: 100px;
    
    margin-left: 5px;
}

.navbar ul{
    list-style-type: none;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 0px 10px;
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.navbar a{
    color: aliceblue;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 30px;
    display: block;
    text-align: center;
    border: rgba(18, 48, 92, 0.98) solid 1px;
    background: linear-gradient(0deg, rgba(18, 30, 70, 0.8) 0%, rgba(10, 23, 39, 0.96) 48%, rgba(10, 23, 46, 0.96) 49%, rgba(7, 14, 34, 0.9) 68%, rgba(18, 48, 92, 0.98) 96%); 
    text-shadow: rgba(255, 255, 255, 0.445) 0px 0px 7px;
    margin: 0 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 2px #001022;
    transition: 0.3s;
}

.navbar p{
    padding: 0 15px;
}

.navbar a:hover{
    background: linear-gradient(#357cff,#1e589e);
    border: rgb(182, 213, 255) solid 1px;
    box-shadow: 0px 0px 5px 2px #79b8ff85;
    animation-timing-function: ease-in-out;
}

.navbar li{
    float: left;
}

.navbar p{
    padding: 0px 40px;
    display: block;
    text-align: center;
}

.navbar marquee{
    width: 100%;
    padding: 2px 5px;
    display: block;
    border: rgb(0, 69, 165) solid 1x;
    background: linear-gradient(#1f2b3b,#000000);
    font-size: 15px;
    text-shadow: rgb(255, 255, 255) 0px 0px 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    
}

.heading {
    display: block;
    padding: 50px 30px;
    text-align: center;
    background-image: url(/images/blue_background.jpg);
    font-family: Nau-Sea;
    background-repeat: no-repeat;
    text-shadow: rgba(255, 255, 255, 0.514) 0px 0px 20px;
    font-size: 50px;
}

.donotwork{
    font-family: "Lexend", sans-serif;
    font-size: 10px;
    text-align: center;
    color: #ffffff85;
    margin: 0px 10px;
}

.heading img{
    width: 100%;
    z-index: -54;
    transition: 1s;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.heading img:hover{
    scale: 105%;
}

@keyframes floating {
    0% { transform: translate(0,  0px);}
    50%  { transform: translate(0, 15px);}
    100%   { transform: translate(0, -0px);}    
}

.trending-games{
    display: flex;
    flex-direction: row;
    padding: 0 5px;
    justify-content: center;
    
}

.trending-games img{
    width: 97%;
    padding: 10px;
    transition: 0.5s;
}

.trending-games img:hover{
    scale: 102%;
    transform: translate(0, -10px);
}

.trending-games-title {
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.521) 0px 0px 17px;
    font-family: Nau-Sea;
    font-size: 40px;
    letter-spacing: 3px;
}

.footer{
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.774);
    background-color: #000000;
}

hr {
    border: 1px solid rgba(0, 102, 255, 0.664);
    border-radius: 100px;
}

.games {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    padding: 20px;
}

.games img{
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.games .not-working{
    filter: blur(5px);
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 0px 17px;
}

.games img:hover{
    scale: 105%;
    box-shadow: rgb(255, 255, 255) 0px 0px 20px;
    z-index: 5;
}

.about{
    text-align: center;
    padding: 100px 30px;
}

.search-container{
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: rgb(0, 69, 165) solid 2px;
    background: linear-gradient(#1f2b3b,#000000);
    border-style: outset;
    border-radius: 5px;
    text-shadow: rgb(255, 255, 255) 0px 0px 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.search-container input {
    all: unset;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
    font-family: "Lexend", sans-serif;
}

::placeholder {
    color: #fff;
    opacity: 0.7; 
    font-family: "Lexend", sans-serif;
}

button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

svg {
    color: #fff;
    fill: currentColor;
    width: 24px;
    height: 24px;
    padding: 10px;
}

.chat-area{
    background-color: #001022;
}
.side-ads1 {
    position: fixed;
    top: 70px;
    padding: 10px;
    width: 100px;
    height: 100%;
}