
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding:0;
    margin:0;
}
body{
    background-color: white;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-family: 'Exo 2', sans-serif;


}
.header{
    width:90%;
    margin:auto;
    margin-top: 10%;
    text-align:center;
    font-size:24px;
    font-weight:700;
}
.search{
    width:100%;
    margin:auto;
    position:relative;
    margin-top:5%;
}
.search input{
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    color: #333;
    padding: 0 0 0 0;
    font-size: 1em;
    text-indent: 40px;
    font-size:14px;
}
.search i{
    font-size:20px;
    position:absolute;
    left:10px;
    top:12px;
    color:#6c757d;
}
::placeholder{
    font-style: italic;
    color:#6c757d;
    font-size:14px;
}
.search input:focus{
    outline:0;
    border:0;
}
.content{
    width: 90%;
    margin:auto;
    margin-top:20px;
}
.row{
    margin-bottom:25px;
    position: relative;
    border-radius: 7px;
    margin-bottom: 25px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.row .logo{
    width:60px;
    height:60px;
}
.row .logo img{
    width:100%;
    height:100%;
    border-radius:15px;
}
.row .text{
 width:80%;
 margin-left:15px;
}
.row .text span{
    font-weight:500;
    font-size: 15px;
    color:#333;
    font-weight:700;
}
strong{
    color:#9D9D9F;
    font-size:14px;
    font-weight:400;
}
.row .text p{
    font-size:14px;
    font-weight: 500;
    color: #9D9D9F;
    padding:5px 0px;
}
.row .btn{
    display:flex;
    background: linear-gradient(90deg, #1c72e2, #0f49b4);
    box-shadow: 0 0 10px rgba(30, 200, 206, 0.8);
    border-radius:5px;
    align-items:center;
    padding:10px;
    border-radius:50%;
}
.row .btn i{
    color:white; 
    font-size: 1.0em;
    font-size:20px;
}
.categories{
   width: 90%;
   margin:auto;
   margin-top:20px;
}
.line1{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.lwl{
    width:45%;

    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    text-align:center;
    padding:10px 0px;
    border-radius:10px;
    min-height: 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: rgb(246,246,246);
    background: linear-gradient(324deg, rgba(246,246,246,1) 13%, rgba(237,237,237,1) 57%, rgb(225 225 225 / 97%) 100%);
}
.line2{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-top:10px;
}
.lwl .categoryimg{
    width:40%;
    margin:auto;
}
.lwl .categoryimg img{
    width:100%;
}
.lastimg{
    width:65% !important;
}
.lwl p{
    padding-top:5px;
    font-size:16px;
    color:#333;
    font-style:italic;
    font-weight:600;
}
.define{
    display:flex;
    color:#333;
    font-size:18px;
    margin-bottom:20px;
    align-items: center;
    font-weight:600;
}
.define p{
    margin-left:10px;
}
.define i{
    font-size:20px;
}
.records{
    display:flex;
    font-size:13px;
    align-items:center;
    color:#ddd;
}
.records span{
    color:#9D9D9F !important;
    font-weight:400 !important;
    margin-left:10px;
}
.records i{
    padding-right:10px;
}
.overlay{
    position:fixed;
    z-index:1000;
    background-color: rgba(0, 0, 0, 0.507);
    width:100%;
    height:100vh;
    top:0;
    display:none;
}
#mods{
    display:none;
}
#apps{
    display:none;
}
#games{
    display:none;
}