html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: black;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important;
    display: flex;
    background: linear-gradient(
        0deg,
        #e83500 6%,
        #e69e8e 22%,
        #1d1302 58%,
        #000000f5 71%,
        #964106 95%
    );
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.ultradv {
    padding: 0px 15px;
    max-width: 1366px;
}

.gosp {
    margin: 0 auto;
    padding: 0px 0px;
    width: 100%;
}

.disclaimer {
    background-color: #2c2c32;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
    margin-top: 1vw;
    padding: 8px 2.5vw;
    border-radius: 10px;
}

.disclaimer img {
    max-width: 3vw;
}
.disclaimer p {
    margin: auto;
    color: gray;
    font-family: 'Faculty Glyphic', sans-serif;
    font-weight: 600;
}

.hedologo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 2vw;
}

.hedologo h1 {
    color: #ffae00;
    text-transform: uppercase;
    font-size: 2vw;
}

.imgtxt_sec {
    display: flex;
    flex-direction: row;
    padding: 3vh 15px;
    gap: 1vw;
}

.imgtxt_sec_img_dv {
    max-width: 40%;
    border: 0.2vw solid var(--primary-color);
    justify-content: center;
    display: flex;
    border-radius: 10px;
}

.imgtxt_sec_img_dv img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.imgtxt_sec_txt_dv {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    max-width: 50%;
    color: white;
    padding: 1vw 10px;
}
.imgtxt_sec_txt_dv_microimg {
    text-align: right;
}
.imgtxt_sec_txt_dv_microimg img {
    max-width: 8vw;
}

.abt_text {
    text-align: left;
    padding: 4vh 0vw 0vw 0vw;
}

.abt_text_two {
    text-align: right;
    padding: 4vh 0vw 0vw 0vw;
}

footer h4 {
    text-transform: uppercase;
}

header {
    position: absolute;
    width: 98%;
    top: 0;
    padding: 13px 18px;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

:root {
    --primary-color: #b85d0b;
}

.superspan {
    color: #000000 !important;
    font-size: 2.4vw !important;
}

.hed_a {
    align-items: center;
    border-radius: 0.2vw;
    border-width: 0;
    color: white;
    cursor: pointer;
    z-index: 6;
    display: flex;
    font-family: 'Faculty Glyphic', sans-serif;
    font-size: 1.3vw !important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 0.6vw;
    margin: 0;
    padding: 1.3vw 1.3vw !important;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

.hed_a:hover {
    background-color: darkred;
    color: white;
}

header img {
    max-width: 4vw;
}

.maingame h1 {
    color: var(--primary-color);
}

.sec_threimgdv_sec {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    max-width: 1366px;
    justify-content: center;
    align-items: center;
}

.hid h1 {
    font-size: 2vw;
    font-weight: 900;
}

h1 {
    font-size: 3vw;
    margin: 0;
    color: #ffae00;
}

h2 {
    font-size: 1.4vw;
}

h3 {
    font-size: 1.2vw;
}

h4 {
    font-size: 1.1vw;
}

p {
    font-size: 1.1vw;
}

@keyframes caits {
    0% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(6deg);
    }

    100% {
        transform: rotate(-6deg);
    }
}

@keyframes pulsesens {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.spec1 {
    position: absolute;
    vertical-align: middle;
    left: auto;
    width: 33vw !important;
}

.gamecontpos {
    animation: caits 3s ease-in-out infinite;
    position: absolute;
    top: 2vh;
    right: 3%;
    z-index: 0;
    width: 7vw !important;
}

.gamecontpos_two {
    position: absolute;
    bottom: 0vw;
    left: 0%;
    border-radius: 1vw;
    z-index: 0;
    width: 18vw !important;
}

.gamecontpos_three {
    transform: rotate(35deg);
    position: absolute;
    bottom: 17vw;
    left: 63%;
    z-index: 0;
    width: 23vw;
}

.gamecontpos_four {
    transform: rotate(-44deg);
    position: absolute;
    bottom: 39vw;
    left: 19%;
    z-index: 0;
    width: 11vw !important;
}

.comimname {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: left;
    gap: 2vw;
    vertical-align: middle;
    align-items: center;
}

.sec_one .spec3 {
    animation: caits 3s ease-in-out infinite;
    position: absolute;
    bottom: 5%;
    left: 7%;
}

.spec {
    align-self: flex-start !important;
}

.sec_one img {
    width: 8vw;
    align-self: center;
}

.ggas img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24vw !important;
}

.hosso {
    height: 100%;
    backdrop-filter: blur(0vw);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
    text-align: center;
    align-items: center;
    padding: 1vh 0vw;
}

.rightplane {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24vw !important;
    animation: swing 11s ease-in-out infinite;
}
.leftplane {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 24vw !important;
    animation: swing 11s ease-in-out infinite;
}
.rotatdv {
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-12deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

.conta h1 {
    color: white;
    margin: auto;
    padding-bottom: 2vw;
}

.sec_one {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2vh;
    text-align: center;
    padding: 3vh 15px;
    border-radius: 10px;
    height: 37vw !important;
    background-image: url('./media/bg.jpg');
    background-size: 100% 100%;
    z-index: 0;
    background-position-y: 4vw;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    align-items: center;
}

.ggas {
    height: unset;
    color: #dddddd;
    align-items: center;
    padding: 0 8vw;
    position: absolute;
    border: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ggas h1 {
    font-size: 2vw;
    color: #ffffff;
    text-align: left;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    filter: drop-shadow(4px 4px 10px black);
}

.ggas p {
    font-size: 1.4vw;
    color: white;
    font-weight: 700;
    filter: drop-shadow(4px 4px 10px black);
}

.sec_one span {
    font-size: 2vw;
    color: #ffae00;
    padding: 0 20px;
    background-color: var(--primary-color);
}

.sec_one h3 {
    font-size: 1.5vw;
    color: white;
}

.sec_two {
    display: flex;
    padding: 3vh 15px !important;
    text-align: center;
    flex-direction: column !important;
    justify-content: center;
    color: white;
    border-radius: 1vw;
    position: relative;
}

.sec_two img {
    position: absolute;
    max-width: 400px;
    left: 0;
    top: 25%;
    transform: rotate(75deg);
}

.terms {
    display: flex;
    flex-direction: column;
    padding: 3vh 7vw;
    justify-content: flex-start;
    gap: 3vh;
    text-align: left;
    background-color: black;
    align-items: flex-start;
    color: white;
    margin: 1vw 0vw 1vw 0vw;
    border-radius: 10px;
}

.terms h1 {
    text-align: left;
    align-self: flex-start;
}

.terms h3 {
    text-align: left;
    align-self: flex-start;
    font-size: 1.4vw;
}

.maingame {
    display: flex;
    flex-direction: column;
    padding: 5vh 0vw;
    justify-content: center;
    gap: 1vh;
    width: 100%;
    text-align: center;
    align-items: center;
    position: relative;

    border-radius: 1vw;
}

.game_sec {
    display: flex;
    flex-direction: row;
    padding: 5vh 15px;
    justify-content: center;
    gap: 1vw;
    text-align: center;
    align-items: center;
    position: relative;
    border-radius: 1vw;
}

.game_rvdv {
    display: flex;
    flex-direction: row;
    gap: 1.2vw;
    justify-content: center;
}

.game_cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0) 0px 2px 8px 0px;
    border-radius: 0.5vw;
    position: relative;
}

.game_cell img {
    width: 25vw;
    border-radius: 0.5vw;
}

.game_cell a {
    padding: 1vh 2vw;
    border-radius: 0.5vw;
    width: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 1.3vw;

    background-color: var(--primary-color);
    color: #fff;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
}

.game_cell a:hover {
    background-color: black;
    color: white;
}

.hid {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    color: white;
    top: 0;
    width: 100%;
    border-radius: 0.5vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.game_cell:hover .hid {
    opacity: 1;
    backdrop-filter: blur(1vw);
}

.com_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vh 0px;
    flex-direction: column;
    gap: 1vw;
    border-radius: 1vw;
}

.com_cell {
    padding: 1vw;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    box-shadow: rgb(0 0 0 / 37%) 0px 2px 8px 0px;
    color: white;
    background-color: #000000;
    text-align: left;
    border-radius: 0.5vw;
    align-items: flex-start;
}

.com_cell img {
    width: 5vw;
    border-radius: 50%;
    align-self: center;
}

.four_sec {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 6vh 15px;
    flex-direction: row;
    gap: 1vw;
    border-radius: 1vw;
}

.three_sec {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 6vh 20vw;
    flex-direction: row !important;
    gap: 1vw;
}

.three_cell {
    flex-grow: 1;
    padding: 0.9vh 1vw;
    background-color: #000000;
    flex-direction: column;
    display: flex;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 8px 0px;
    color: white;
    text-align: center;
    border-radius: 0.5vw;
}

.four_cell {
    flex-grow: 1;
    padding: 1.9vh 0.5vw;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    width: 15vw;
    text-align: center;
    backdrop-filter: blur(8vw);
    border-radius: 0.5vw;
    border: 0.2vw solid var(--primary-color);
    transition: all 0.6s;
}

.four_cell:hover {
    transform: scale(1.1);
}

.four_cell p {
    text-transform: uppercase;
    text-align: center;
    max-width: 229px;
    margin-left: auto;
    margin-right: auto;
}

.four_cell img {
    width: 7vw;
    align-self: center;
}

.four_cell h1 {
    font-size: 1.3vw;
    text-transform: uppercase;
}

.three_cell p {
    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.three_cell img {
    width: 6vw !important;
    align-self: center;
}

.three_cell h1 {
    font-size: 1.3vw;
    text-transform: uppercase;
}

.com_cell h1 {
    font-size: 2vw;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.stars {
    display: flex;
    flex-direction: row;
    font-size: 1.1vw;
    color: #ffae00;
    text-align: center;
    gap: 0.3vw;
    justify-content: center;
}

footer {
    display: flex;
    flex-direction: column;
    color: white;
    gap: 1vw;
    padding: 2vh 12vw;
    background-color: #040404;
    text-align: center;
    align-items: center;
    border-top: 0.1vw solid var(--primary-color);
}

.footdv {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    justify-content: center;
}

footer img {
    width: 7vw;
}

footer p {
    font-size: 1.3vw;
}

.quick_links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1vw;
}

.aforimg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1vw;
}

.a img {
    width: 7vw;
}

iframe {
    width: 90vw;
    height: 82vh;
    border: none;
}

.conta {
    width: 40vw;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

label {
    display: block;
    font-size: 1.57vw;
    margin-bottom: 0.5vw;
    color: #ffae00;
    font-weight: 600;
}

input,
textarea {
    box-shadow: 0 0 2vw 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 1vw !important;
    box-sizing: border-box;
    border: 0.1vw solid #ffae00;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.9vw !important;
    background-color: #ffffff00;
    color: white;
    border-radius: 0px;
}

textarea {
    resize: vertical;
    height: 7.3vw;
}

.button {
    background-color: black;
    color: #ffae00;
    border: 1px solid #ffae00;
    cursor: pointer;
    font-size: 1.9vw !important;
    font-weight: 900;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: var(--primary-color);
    border: 1px solid white;
    color: white;
}

.contact_terms {
    padding: 2vh 20vw;
    text-align: left;
    color: white;
    justify-content: center;
    display: flex;
}

.contact_sec {
    display: flex;
    flex-direction: column;
    padding: 3vh 20vw;
    justify-content: center;
    gap: 3vh;
    margin-top: 7vh;
    text-align: center;
    align-items: center;
    color: white;
    margin-bottom: 1vw;
    border-radius: 10px;
}

.mob img {
    width: 5vw !important;
}

@media (max-width: 1137px) {
    .contact_sec {
        display: flex;
        flex-direction: column;
        padding: 2vh 1vw !important;
        justify-content: center;
        gap: 3vh;
        text-align: center;
        align-items: center;
        color: white;
        margin-bottom: 1vw;
        background: none;
    }

    label {
        display: block;
        font-size: 2.57vw !important;
        margin-bottom: 0.5vw;
        color: var(--primary-color);
        font-weight: 600;
    }

    textarea {
        resize: vertical;
        height: 21.3vw !important;
    }
}

@media (max-width: 786px) {
    p {
        font-size: 2.5vw;
    }
    .disclaimer img {
        max-width: 7vw;
    }
    .hed_a {
        align-items: center;
        border-radius: 0.2vw;
        border-width: 0;
        color: white;
        cursor: pointer;
        z-index: 6;
        display: flex;
        font-family: 'Faculty Glyphic', sans-serif;
        font-size: 2.3vw !important;
        font-weight: 700;
        justify-content: center;
        letter-spacing: 0.04em;
        line-height: 0.6vw;
        margin: 0;
        padding: 2.3vw 1.3vw !important;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
    }
    .ggas h1 {
        font-size: 4vw;
        color: #ffffff;
        text-align: left;
        line-height: unset;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
        filter: drop-shadow(4px 4px 10px black);
    }
    .sec_one span {
        font-size: 4vw;
        color: #19191d;
        padding: 0 20px;
        background-color: var(--primary-color);
    }

    .ggas {
        height: 48vw !important;
        color: #dddddd;
        align-items: center;
        padding: 0vw 0vw;
        position: absolute;
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    h1 {
        font-size: 4vw;
        margin: 0;
    }
    .four_cell h1 {
        font-size: 4vw;
        text-transform: uppercase;
    }
    .four_sec {
        display: flex;
        justify-content: center;
        align-items: stretch;
        padding: 6vh 15px;
        flex-direction: column;
        gap: 1vw;
        border-radius: 1vw;
    }
    .four_cell {
        flex-grow: 1;
        padding: 1.9vh 0.5vw;
        flex-direction: column;
        display: flex;
        justify-content: center;
        background-color: black;
        color: white;
        width: unset;
        text-align: center;
        backdrop-filter: blur(8vw);
        border-radius: 0.5vw;
        border: 0.2vw solid var(--primary-color);
        transition: all 0.6s;
    }
    .four_cell img {
        width: 20vw;
        align-self: center;
    }
    .imgtxt_sec {
        display: flex;
        flex-direction: column;
        padding: 3vh 15px;
        gap: 1vw;
        justify-content: center;
        align-items: center;
    }
    .imgtxt_sec_img_dv {
        max-width: unset;
        border: 0.2vw solid var(--primary-color);
        justify-content: center;
        display: flex;
        border-radius: 10px;
    }
    .imgtxt_sec_txt_dv {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        max-width: unset;
        color: white;
        padding: 1vw 10px;
    }
    h2 {
        font-size: 3.4vw;
    }

    .sec_one {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 2vh;
        text-align: center;
        padding: 3vh 15px;
        border-radius: 10px;
        height: 59vw !important;
        background-image: url(./media/bg.jpg);
        background-size: 100% 100%;
        z-index: 0;
        background-position-y: 4vw;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-attachment: scroll;
        align-items: center;
    }
    .ggas p {
        font-size: 3.4vw;
        color: white;
        font-weight: 700;
        filter: drop-shadow(4px 4px 10px black);
    }
    .imgtxt_sec_txt_dv_microimg img {
        max-width: 15vw;
    }
    .game_cell img {
        width: 26vw;
        border-radius: 0.5vw;
    }
    .hid h1 {
        font-size: 4vw;
        font-weight: 900;
    }
    .game_cell a {
        padding: 1vh 2vw;
        border-radius: 0.5vw;
        width: 50%;
        text-align: center;
        text-decoration: none;
        font-size: 3.3vw;
        background-color: var(--primary-color);
        color: white;
        transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    }
    .com_cell h1 {
        font-size: 4vw;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }
    .stars {
        display: flex;
        flex-direction: row;
        font-size: 3.1vw;
        color: var(--primary-color);
        text-align: center;
        gap: 0.3vw;
        justify-content: center;
    }
    .com_cell img {
        width: 12vw;
        border-radius: 50%;
        align-self: center;
    }

    .terms h3 {
        text-align: left;
        align-self: flex-start;
        font-size: 3.4vw;
    }
    footer {
        display: flex;
        flex-direction: column;
        color: white;
        gap: 1vw;
        padding: 2vh 2vw;
        text-align: center;
        align-items: center;
        border-top: 0.1vw solid var(--primary-color);
    }
    footer p {
        font-size: 3.3vw;
    }
    h4 {
        font-size: 2.9vw;
    }

    .mob img {
        width: 13vw !important;
    }
    .a img {
        width: 28vw;
    }
    input,
    textarea {
        box-shadow: 0 0 2vw 2px rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 1vw !important;
        box-sizing: border-box;
        border: 0.1vw solid var(--primary-color);
        margin-top: 1vw;
        margin-bottom: 1vw;
        font-size: 3.9vw !important;
        background-color: #ffffff00;
        color: white;
        border-radius: 0px;
    }
    .conta {
        width: 63vw;
        display: flex;
        justify-content: center;
        text-align: left;
        flex-direction: column;
    }
    label {
        display: block;
        font-size: 4.57vw !important;
        margin-bottom: 0.5vw;
        color: var(--primary-color);
        font-weight: 600;
    }
    .button {
        background-color: black;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        cursor: pointer;
        font-size: 3.9vw !important;
        font-weight: 900;
        transition: background-color 0.3s ease;
    }
    iframe {
        width: 80vw;
        height: 82vh;
        border: none;
    }
    .game_sec {
        display: flex;
        flex-direction: column;
        padding: 5vh 0px;
        justify-content: center;
        gap: 1vh;
        text-align: center;
        align-items: center;
        position: relative;
        border-radius: 1vw;
    }
}

@media (min-width: 587px) and (max-width: 785px) {
}
