html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: hsl(224, 10%, 10%);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;

    overflow-x: hidden;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(224, 10%, 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    z-index: 9999;
}

.ads {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.page {
    background: linear-gradient(215deg, hsla(255, 60%, 60%, .2), transparent 40%), radial-gradient(hsla(255, 60%, 60%, .2), transparent 40%) no-repeat -60vw -40vh / 105vw 200vh, radial-gradient(hsla(255, 60%, 60%, .2), transparent 65%) no-repeat 50% calc(100% + 20rem) / 60rem 30rem;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
}

img[src=""] {
    display: none;
}

.container {
    max-width: 67.5rem;
    margin-inline: var(--sl-content-margin-inline, auto);
    margin-top: 200px;
    display: flex;
    flex-direction: column;

}

.container .title {
    color: hsl(224, 20%, 94%);
    margin-bottom: 30px;
}

.radios-container {
    max-width: 67.5rem;
    margin-inline: var(--sl-content-margin-inline, auto);
    height: 500px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.left {
    width: 60%;
    max-height: 500px;

}

.right {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 500px;
}

.item {
    border: 1px solid hsl(224, 10%, 23%);
    background-color: hsl(224, 10%, 10%);
    border-radius: 15px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.left .item:nth-child(1) {
    width: 100%;
    height: 100%;
}

.left .item img {
    width: 100%;
    height: 69%;
}

.left .item h1 {
    color: hsl(224, 20%, 94%);
    margin-left: 15px;
}

.left .item p {
    color: hsl(224, 20%, 94%);
    font-size: 16px;
    margin-left: 15px;
}




.right a {
    width: 100%;
    height: 33.33%;
}



.right .item {
    display: flex;
    flex-direction: row;
    height: 99%;
}

.right .item img {
    width: 60%;
    height: auto;
    object-fit: fill;
    aspect-ratio: 16/9;
}

.right .item h1 {
    font-size: 20px;
    color: hsl(224, 20%, 94%);
    margin-left: 25px;
}

.right .item h1 span {
    font-size: 18px;
    font-weight: 500;
    color: hsla(230, 20%, 94%, 0.685);
}





.previous-radios-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.previous-title {
    margin-top: 60px;
}

.previous-radios-container a {
    width: calc(33.33% - 10px);
    height: 200px;
}

.previous-radios-container .item {
    height: 200px;
    width: 100%;
}

.previous-radios-container img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.previous-radios-container h1 {
    font-size: 18px;
    font-weight: 500;
    color: hsl(224, 20%, 94%);
    margin-left: 15px;
    margin-top: 4px;
}

.pagination {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 50px;
}

.pagination-item {
    border: 1px solid hsl(224, 10%, 23%);
    background-color: hsl(224, 10%, 10%);
    color: hsl(224, 20%, 94%);
    padding: 10px;
    padding-inline: 15px;
    cursor: pointer;
}


.pagination-item.active {
    font-weight: bold;
    cursor: default;
}


.pagination-item:hover {}


.select_radio {
    color: #fff;
}

.title_img {
    width: 100%;
}

.select_radio p img {
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1110px) {
    .container {
        margin-top: 100px !important;
    }
}


@media only screen and (max-width: 1110px) {
    .container {
        max-width: 67.5rem;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .select_radio {
        align-items: normal !important;
        margin-inline: 10%;
    }

    .container .title {
        margin-bottom: 30px;
        font-size: 28px;
        align-self: start;
        margin-left: 5%;
    }

    .radios-container {
        max-width: 67.5rem;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .left {
        width: 90%;
        max-height: none;
    }

    .left h1 {
        font-size: 23px;
    }

    .right {
        width: 90%;
        max-height: none;
    }

    .right .item h1 {
        font-size: 31px;
        color: hsl(224, 20%, 94%);
        margin-left: 25px;
        flex-direction: column;
        display: flex;
    }

    .previous-radios-container {
        flex-direction: column;
        width: 100%;
    }

    .previous-radios-container a {
        width: 90%;
    }

    .previous-radios-container .item {
        height: 300px;
        width: 100%;
    }

    .previous-radios-container a {
        height: 300px;
    }

    .previous-radios-container img {
        width: 100%;
        height: 80%;
        object-fit: fill;
        aspect-ratio: 16 / 9;
    }

}


@media only screen and (max-width: 639px) {
    .container {
        max-width: 67.5rem;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .container .title {
        margin-bottom: 30px;
        font-size: 28px;
        align-self: start;
        margin-left: 21px;
    }

    .radios-container {
        max-width: 67.5rem;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .select_radio h1 {
        font-size: 28px;
    }

    .title_img {
        width: 100%;
    }

    .select_radio {
        margin-right: 15px;
        margin-left: 15px;
    }

    .select_radio p img {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        height: auto;
    }



    .left {
        width: 90%;
    }

    .left h1 {
        font-size: 23px;
    }

    .right {
        width: 90%;
    }

    .right .item h1 {
        margin-left: 10px;
        font-size: 19px;
    }

    .previous-radios-container {
        flex-direction: column;
        width: 100%;
    }

    .previous-radios-container a {
        width: 90%;
        height: 200px;

    }

    .previous-radios-container .item {
        height: 200px;
    }

    .previous-radios-container img {
        width: 100%;
        height: 80%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }

}

@media (max-width: 350px) {
    .select_radio h1 {
        font-size: 25px;
    }

    .select_radio p {
        font-size: 14px !important;
    }
}