* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', '', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-color: black;
}

iframe {
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: purple;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1vw 8vw;
    justify-content: space-between;
    transform: translateX(0%);
    transition: 0.4s ease-in-out;
}

.navigation h1 {
    color: white;
}

nav.active {
    position: fixed;
    top: 0;
    transform: translateX(0);
    width: 100%;
    background-color: black;
    box-shadow: 0px 2px 10px purple;

}

.hamburger {
    display: none;
    cursor: pointer;
}

.canclebtn {
    display: none;
    cursor: pointer;
}

.menu ul {
    display: flex;
    flex-direction: row;
}

.menu li {
    list-style: none;
    margin: 20px;
}

.animation {
    position: relative;
    text-decoration: none;
    color: orangered;
    font-size: 20px;
}

#header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.922), rgba(255, 0, 255, 0.3), rgba(217, 76, 10, 0.765), rgba(0, 0, 0, 0.839)), url(./img/grand-theft-auto-san-andreas-fanart-tw.jpg);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header h1 {
    color: orangered;
    text-shadow: 0px 2px 10px black;
    font-size: 80px;
    font-weight: 8100;
    animation: hemate 2s linear infinite;
}

@keyframes hemate {
    0% {
        color: orangered;
        text-shadow: 0px 2px 10px black;
    }

    25% {
        color: black;
        text-shadow: 0px 2px 10px orangered;
    }

    25% {
        color: purple;
        text-shadow: 0px 2px 10px black;
    }
}

.hedd {
    margin: 30px;
}

.download {
    margin: 20px;
}

.down {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.download h1 {
    color: orangered;
    font-size: 40px;
    text-align: center;
    padding: 20px;
    animation: downmate 1s linear infinite;
}

@keyframes downmate {
    0% {
        color: yellow;
        text-shadow: 0px 2px 10px orangered;
    }

    25% {
        color: orange;
        text-shadow: 0px 2px 10px orangered;
    }
}

.load_text {
    text-align: start;
    outline: 2px solid purple;
    padding: 10px;
    border-radius: 10px;
}

.load_text h3 {
    font-size: 20px;
}

.load_text a {
    text-decoration: none;
    color: orange;
}

.load_text p {
    color: white;
}

.load img {
    border-radius: 10px;
    transition: 0.5s;
    object-fit: fill;
    margin-bottom: 10px;
    cursor: pointer;
    height: 40vh;
}

.load img:hover {
    transform: scale(1.4);
    pointer-events: auto;
    width: 100%;
    outline: 2px solid orangered;
}

.cod_state {
    margin: 40px;
}

.cord {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 10px;
}

.cod_des {
    color: white;
}

.get_cod {
    width: 90%;
    color: white;
}

.get_cod h2 {
    text-align: start;
    font-size: 30px;
}

.get_text {
    font-size: 20px;
}

.cods {
    display: flex;
    flex-direction: row;
    margin: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem;
    outline: 3px solid orangered;
}

.img_cod {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
    flex: 1;
}

.get_down {
    margin: 5px;
}

.get_down a {
    padding: 10px 15px 10px;
    background-color: purple;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
}

.cods img {
    width: 20%;
    border-radius: 6px;
}

.vid iframe {
    width: 95%;
}

.vod iframe {
    width: 95%;
    margin-top: 10px;
}

.cod_des {
    padding: 10px;
}

.vid h2 {
    color: white;
    margin: 10px;
    font-size: 40px;
    color: yellow;
    text-shadow: 0px 2px 10px purple;
}

.pdf_cheat {
    margin: 5px;
}

.p_che {
    background-color: rgb(68, 18, 0);
    padding: 1rem;
}

.pdf_btn {
    margin-top: 20px;
}

.pdf_btn a {
    text-decoration: none;
    background-color: black;
    padding: 10px 15px 10px;
    color: white;
    border-radius: 10px;
}

.sanan {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.934),
            rgba(253, 72, 0, 0.424),
            rgba(131, 4, 103, 0.786), rgba(0, 0, 0, 0.926)),
        url(./img/grand-theft-auto-grand-theft-auto-san-andreaswallpaper-preview.jpg);
    width: 100%;
    height: 60vh;
    background-position: top;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sanan h1 {
    font-size: 80px;
    font-weight: 2000;
    color: orangered;
    text-shadow: 0px 2px 10px black;
}

.get_san {
    margin: 30px;
}

.reach_gta {
    margin: 40px;
}

.reach_gta h1 {
    color: white;
    margin-bottom: 15px;
    text-align: center;
    font-size: 50px;
}

.gen_reach {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.image {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5),
            rgba(255, 242, 3, 0.626), rgba(252, 71, 5, 0.675)), url(./img/hq720.jpg);
    width: 100%;
    height: 65vh;
    background-position: top;
    background-size: cover;
    border-radius: 10px;
}

.reach_form {
    color: white;
}

.form_input label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.form_input input {
    width: 90%;
    padding: 10px;
    background-color: transparent;
    border: none;
    outline: 3px solid orangered;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
}

.form_input textarea {
    width: 90%;
    background-color: black;
    border: none;
    outline: 3px solid orangered;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    padding: 10px;
}

.send_btn {
    margin-top: 10px;
}

.send_btn button {
    padding: 0.5rem;
    width: 40%;
    border: none;
    background-color: purple;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

/**
Get money in gta san
**/

.gta_money {
    color: white;
    margin: 50px;
}

.money_gta h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: orange;
}

.gta_exploit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2px;
}


.exploit_gta h2 {
    margin-bottom: 5px;
}

.exploit_gta {
    outline: 2px solid orangered;
    padding: 1rem;
    width: 90%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.exploit_text {
    margin-bottom: 10px;
}

.exploit_text p {
    line-height: 30px;
}

.exploit_text h3 {
    color: orange;
}

.see_exploit a {
    padding: 10px 15px 10px;
    background-color: purple;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
}


.exploit_text {
    margin-top: 10px;
}

.exploit_text h1 {
    color: white;
}

.see_exploit a:hover {
    background-color: orangered;
    color: white;
}

.see_exploit {
    margin: 10px;
}

.test_gta {
    color: white;
    margin: 40px;
}

.question_gta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    outline: 3px solid orangered;
    padding: 2rem;
}

.list_out {
    padding: 1rem;
}

.list_gat h3 {
    color: orange;
    font-size: 25px;
}

.get_pdf {
    margin: 2px;
    background-color: rgb(121, 34, 3);
    padding: 1rem;
    border-radius: 20px;
}

.list_btn {
    margin: 20px;
}

.apple {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

.list_btn a {
    background-color: rgb(55, 1, 55);
    color: white;
    padding: 1rem;
    text-decoration: none;
    animation: limate 0.5s linear infinite;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
}



@keyframes limate {
    0% {
        background-color: rgb(255, 255, 255);
        color: black;
    }

    25% {
        background-color: yellow;
        color: black;
    }
}

.list_gta {
    margin-bottom: 20px;
    margin: 20px;
}

.list_gta h4 {
    color: orangered;
}

.answer_list span {
    display: block;
}

.list_out h2 {
    color: yellow;
    font-size: 25px;
}

/**
Get money in gta san closed
**/

@media (max-width:1200px) {
    .hamburger {
        display: initial;
        color: white;
        line-height: 12px;
        font-weight: 1000;
    }

    .canclebtn {
        position: absolute;
        display: initial;
        color: white;
        top: 30px;
        font-size: 30px;
        right: 30px;
    }

    .navigation {
        width: 100%;
        margin-top: 20px;
    }

    nav.active {
        margin-top: 0;
        padding: 3rem;
        height: 2%;
    }

    .menu {
        position: absolute;
        width: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        height: 100vh;
        bottom: 0;
        background-color: black;
        opacity: 0;
        transform: translateX(50%, 100%);
        pointer-events: none;
        transition: opacity 0.4s ease-in-out, transform 0.46s ease-in-out;
    }

    .menu ul {
        position: absolute;
        top: 30px;
        display: flex;
        flex-direction: column;
    }

    .menu.active {
        pointer-events: auto;
        transform: translateX(0, 0);
        opacity: 0.94;
    }

    #header {
        width: 100%;
        height: 40vh;
        background-position: top;
        background-size: cover;
        align-items: center;
        justify-content: center;
    }

    .header h1 {
        color: orangered;
        text-shadow: 0px 2px 10px black;
        font-size: 40px;
        margin: 20px;
        font-weight: 500;
    }

    .load img {
        height: 23vh;
    }

    .cod_state {
        margin: 20px;
    }

    .get_cod {
        width: 100%;
    }

    .cods {
        margin: 15px;
    }

    .cod_des h2 {
        color: orangered;
        font-size: 24px;
        text-align: center;
    }

    .cod_des p {
        outline: 2px solid orchid;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }

    .cods img {
        width: 30%;
        height: 5vh;
        border-radius: 5px;
    }

    .vod iframe {
        width: 100%;
    }

    .vod {
        margin: 20px;
    }

    .vid iframe {
        width: 100%;
    }

    .vid h2 {
        font-size: 31px;
    }

    .vid {
        margin: 20px;
    }

    .sanan h1 {
        font-size: 10px;
        display: none;
    }

    .sanan {
        width: 100%;
        height: 30vh;
    }

    .reach_gta h1 {
        font-size: 35px;
    }

    .vid_money iframe {
        width: 100%;
    }

    .gtav_exploit iframe {
        width: 100%;
    }

    .exploit_gta {
        width: 100%;
    }

    .gta_money {
        color: white;
        margin: 20px;
    }

    .list_gat iframe {
        width: 100%;
        height: 25vh;
    }

    .test_gta {
        margin: 10px;
    }

    .list_out {
        margin: 2px;
    }

    .list_gta {
        padding: 2px;
    }

    .list_gta {
        margin-bottom: 10px;
        margin: 0px;
    }
}

@media (max-width:650px) {

    .reach_gta {
        margin: 45px;
    }

    .reach_gta h1 {
        color: white;
        font-size: 30px;
        text-align: start;
        outline: 2px solid orangered;
        padding: 1rem;
        animation: remate 3s linear infinite;
    }

    @keyframes remate {
        0% {
            background-color: rgb(29, 29, 29);
        }

        25% {
            background-color: rgb(183, 40, 4);
        }
    }

    .gen_reach {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .image {
        width: 100%;
        height: 30vh;
        background-position: top;
        background-size: cover;
        border-radius: 10px;
    }

    .reach_form {
        color: white;
    }

    .form_input label {
        font-size: 20px;
    }

    .form_input input {
        width: 100%;
        padding: 10px;
        border-radius: 2px;
    }

    .form_input textarea {
        width: 100%;
        padding: 10px;
    }

    .send_btn {
        margin-top: 10px;
    }

    .send_btn button {
        padding: 0.8rem;
        width: 90%;
        border-radius: 10px;
    }

    .download {
        margin: 40px;
    }

    .download h1 {
        font-size: 30px;
        text-align: start;
        outline: 3px solid orange;
        padding: 0.5rem;
        margin-bottom: 10px;
    }

    .gta_money {
        color: white;
        margin: 30px;
    }

    .get_text {
        font-size: 13px;
    }

}