/*
Theme Name: AlphaGameTheme
Theme URI: https://wordpress.org/themes/alphagametheme/
Author: Madeeha
version:1.0.01
Author URI: https://wordpress.org
...*/

body{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    
} 

p{
    line-height: 1.65rem;
    color: black;
}
a:link,
a:visited {
    color: #28282B;
}
.container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}
/*footer*/
.site-footer{
    border-top: 2px solid #999;
}
/*header*/
.custom-header{
    border-bottom: 2px solid #999;
}
article.post{
    border-bottom: 2px dotted #bbbbbb;
}
article.post:last-of-type{
    border-bottom: none;
}
/* ===== HEADER BASE ===== */
.custom-header {
    width: 100%;
    background: linear-gradient(90deg, #0f172a, #020617);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

/* ===== CONTAINER ===== */
.custom-header .containers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== LOGO ===== */
.logo img {
    height: 45px;
    transition: 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

/* ===== NAV MENU ===== */
.nav-menu .menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu .menu li a {
    text-decoration: none;
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}

/* Hover Effect */
.nav-menu .menu li a:hover {
    color: #38bdf8;
}

/* Underline Animation */
.nav-menu .menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #38bdf8;
    transition: 0.3s;
}

.nav-menu .menu li a:hover::after {
    width: 100%;
}

/* ===== SEARCH ICON ===== */
.search-icon {
    font-size: 18px;
    color: #e2e8f0;
    cursor: pointer;
    transition: 0.3s;
}

.search-icon:hover {
    color: #38bdf8;
    transform: scale(1.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .search-icon {
        font-size: 20px;
    }
}
/**{*/
/*margin:0;*/
/*padding:0;*/
/*box-sizing:border-box;*/
/*font-family:Arial, Helvetica, sans-serif;*/
/*}*/

/*.hero{*/
/*height:100vh;*/
/*background:url("gaming.jpg") center/cover no-repeat;*/
/*position:relative;*/
/*display:flex;*/
/*align-items:center;*/
/*justify-content:center;*/
/*text-align:center;*/
/*color:white;*/
/*overflow:hidden;*/
/*}*/

/* dark overlay */
/*.overlay{*/
/*position:absolute;*/
/*top:0;*/
/*left:0;*/
/*width:100%;*/
/*height:100%;*/
/*background:rgba(0,0,0,0.55);*/
/*}*/

/* big background text */
/*.bg-text{*/
/*position:absolute;*/
/*font-size:160px;*/
/*font-weight:800;*/
/*color:transparent;*/
/*-webkit-text-stroke:1px rgba(255,255,255,0.15);*/
/*letter-spacing:10px;*/
/*z-index:1;*/
/*}*/

/* main heading */
/*.content{*/
/*position:relative;*/
/*z-index:2;*/
/*}*/

/*.content h2{*/
/*font-size:55px;*/
/*font-weight:700;*/
/*letter-spacing:2px;*/
/*line-height:1.2;*/
/*}*/

/* responsive */
/*@media(max-width:768px){*/

/*.bg-text{*/
/*font-size:70px;*/
/*}*/

/*.content h2{*/
/*font-size:32px;*/
/*}*/

/*}*/