/*
 Theme Name: Game Changer 5
 Theme URI: #
 Author: Game Changer 5 Team
 Author URI: #
 Description: A WordPress theme for Game Changer 5 MOD APK, the ultimate cricket game for Android with 4K visuals, speed hack, and no ads.
 Version: 1.0
 Text Domain: game-changer-5
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #1a1a1a;
    color: #fff;
}

header {
    background: linear-gradient(90deg, #ff4500, #ff8c00);
    padding: 20px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

header h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #000;
}

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('https://source.unsplash.com/1600x900/?cricket') no-repeat center/cover;
    text-align: center;
    padding-top: 80px;
}

.hero-content {
    perspective: 1000px;
}

.hero-content h2 {
    font-size: 3.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    transform: rotateX(10deg);
    transition: transform 0.5s;
}

.hero-content h2:hover {
    transform: rotateX(0deg);
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.btn {
    background-color: #ff4500;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
    transform: translateZ(20px);
}

.btn:hover {
    background-color: #e03e00;
    transform: translateZ(30px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.features {
    padding: 50px 20px;
    text-align: center;
    background-color: #222;
}

.features h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    transform: rotateX(10deg);
    transition: transform 0.5s;
}

.features h2:hover {
    transform: rotateX(0deg);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px;
}

.feature-card {
    background-color: #28a745;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    transform: rotateY(10deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.feature-card:hover {
    background-color: #218838;
    transform: rotateY(0deg) translateZ(20px);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}

.feature-card h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.download {
    padding: 50px 20px;
    text-align: center;
    background-color: #1a1a1a;
    perspective: 1000px;
}

.download h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    transform: rotateX(10deg);
    transition: transform 0.5s;
}

.download h2:hover {
    transform: rotateX(0deg);
}

.download p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.article, .about-us, .contact-us, .dmca, .privacy-policy, .terms-services {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #222;
    text-align: left;
    perspective: 1000px;
}

.article h2, .about-us h2, .contact-us h2, .dmca h2, .privacy-policy h2, .terms-services h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center;
    transform: rotateX(10deg);
    transition: transform 0.5s;
}

.article h2:hover, .about-us h2:hover, .contact-us h2:hover, .dmca h2:hover, .privacy-policy h2:hover, .terms-services h2:hover {
    transform: rotateX(0deg);
}

.article h3, .about-us h3, .contact-us h3, .dmca h3, .privacy-policy h3, .terms-services h3 {
    font-size: 1.8em;
    margin: 20px 0 10px;
    transform: rotateX(5deg);
    transition: transform 0.5s;
}

.article h3:hover, .about-us h3:hover, .contact-us h3:hover, .dmca h3:hover, .privacy-policy h3:hover, .terms-services h3:hover {
    transform: rotateX(0deg);
}

.article p, .about-us p, .contact-us p, .dmca p, .privacy-policy p, .terms-services p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.article ul, .article ol, .about-us ul, .contact-us ul, .dmca ul, .privacy-policy ul, .terms-services ul {
    margin: 15px 0 15px 20px;
    font-size: 1.1em;
}

.article li, .about-us li, .contact-us li, .dmca li, .privacy-policy li, .terms-services li {
    margin-bottom: 10px;
}

.highlight-box {
    background-color: #28a745;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    transform: rotateY(10deg) translateZ(20px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.highlight-box:hover {
    background-color: #218838;
    transform: rotateY(0deg) translateZ(30px);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}

footer {
    background-color: #111;
    padding: 20px;
    text-align: center;
}

footer p {
    font-size: 0.9em;
}

footer a {
    color: #ff4500;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

footer a:hover {
    color: #28a745;
}

@media (max-width: 768px) {
    .hero-content h2 {
        font-size: 2em;
    }

    .hero-content p {
        font-size: 1em;
    }

    header h1 {
        font-size: 1.8em;
    }

    .article h2, .about-us h2, .contact-us h2, .dmca h2, .privacy-policy h2, .terms-services h2 {
        font-size: 2em;
    }

    .article h3, .about-us h3, .contact-us h3, .dmca h3, .privacy-policy h3, .terms-services h3 {
        font-size: 1.5em;
    }

    .feature-card, .highlight-box {
        transform: rotateY(5deg);
    }

    .feature-card:hover, .highlight-box:hover {
        transform: rotateY(0deg) translateZ(10px);
    }
}