/*

Five times make from scratch

*/

@import url(https://fonts.googleapis.com/css?family=Dosis|Nunito|Abel|Alice|Roboto+Mono|Astra|Spectral|Caveat|Roboto+Serif|Lora|Bebas+Neue|Rubik+Doodle+Shadow|Roboto+Slab|Shadows+Into+Light|Signika|Black+Ops+One);

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

/* Universal */

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Abel', serif;
    box-sizing: border-box;
    background-color: azure;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    a {
        text-decoration: none;
    }

    ul, li {
        list-style: none;
    }

/* Selector */

    /* Main Menu */

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
    color: midnightblue;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.logo {
    font-size: 32px;
    padding: 20px;
}

    .logo img {
        width: 227px;
        height: 80px;
    }

.menu-son a {
    color: midnightblue;
}


.menu-son a:hover {
    color: gold;
}

.menu-child {
    display: flex;
    font-size: 18px;
}

.menu-child li {
    padding: 20px;
}

.menu-child li:hover {
    transition: ease-in-out 0.3s;
    border-radius: 5px;
}

input[type=checkbox] {
    display: none;
}

.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
}

    /* End of Main Menu */

    /* Main Content */

.main-content {
    background-color: transparent;
    padding: 1em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .top-rows {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        width: 100%;
        background-color: transparent;
        border-radius: 40px;
        background-color: azure;
        padding-bottom: 20px;
    }

        .lefted {
            width: 700px;
            text-align: center;
            padding: 0;
            align-items: center;
            border-radius: 40px;
        }

            .winner-text {
                font-weight: bold;
                font-size: 20px;
                color: midnightblue;
            }

            .dettotext {
                font-family: 'Dosis', serif;
                font-size: 25px;
                font-weight: bold;
            }

        .righted {
            width: 500px;
            max-width: 700px;
            text-align: left;
            border-radius: 40px;
        }

            .righted-starter {
                max-width: 350px;
                width: 100%;
                padding-bottom: 20px;
            }

            .texto {
                margin-left: 35px;
            }

    .two-rows {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        width: 100%;
    }

        .leftwing {
            width: 450px;
            text-align: center;
            margin-right: 20px;
        }

            .leftwing-extreamist {
                border: 1px black solid;
            }

            .header-leftwing {
                background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
                font-size: 20px;
                font-weight: bold;
                padding: 1em;
            }

            .body-leftwing {
                padding: 1em;
                font-weight: bold;
                background-color: azure;
            }

                .countdown-style {
                    font-size: 36px;
                    font-family: 'Roboto Slab', serif;
                    background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
                    width: 65px;
                    height: 65px;
                    line-height: 65px;
                    display: inline-block;
                    border-radius: 5px;
                    color: midnightblue;
                    box-shadow: #00ABC2 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00ABC2 0 -3px 0 inset;
                }

                .countdown2-style {
                    font-size: 36px;
                }

        .rightwing {
            width: 750px;
            text-align: center;
            margin-left: 20px;
            border: 1px black solid;
            background-color: azure;
            height: auto;
        }

            hr.rightwingex {
                border: #00ABC2 0.01em outset;
                width: 20%;
            }

            .howplay-banner {
                width: 97%;
                background-color: #00ABC2;
                box-shadow: #00ABC2 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00ABC2 0 -3px 0 inset;
            }

            .news-box {
                width: 97%;
                border: #00ABC2 1px solid;
                box-shadow: #00ABC2 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00ABC2 0 -3px 0 inset;
                margin-left: auto;
                margin-right: auto;
                font-family: 'Nunito', serif;
            }

                .news-box p {
                    margin: 20px;
                    text-align: left;
                }

                    .news-box a {
                        color: #006f7e;
                    }

                    .news-box p a:hover {
                        color: rgb(182, 155, 0);
                    }

                    .whataboutism {
                        text-align: left;
                        padding-left: 20px;
                        padding-right: 20px;
                    }

                        .communism {
                            float: left;
                            font-size: 3em;
                            line-height: 0.8;
                            margin-right: 0.1em;
                            font-family: 'Lora', serif;
                        }

                        .imagine-dragon {
                            width: 90%;
                        }

                        .remaia {
                            text-align: left;
                            font-weight: bold;
                        }

                        .ramia-yana {
                            margin-right: 2px;
                            width: 24px;
                            height: 24px;
                            line-height: 24px;
                            font-size: 16px;
                            font-weight: bold;
                            display: inline-block;
                            background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
                            box-shadow: #00ABC2 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #00ABC2 0 -3px 0 inset;
                        }
                        
                            .ramia-yana:last-child {
                                margin-right: 0;
                            }

                        .kelestria {
                            padding-left: 20px;
                            padding-right: 20px;
                        }

    /* End of Main Content */

    /* Start of Main Footer */

.main-footer {
    background: linear-gradient(90deg, rgba(0,171,194,1) 0%, rgba(1,189,214,1) 35%, rgba(5,192,217,1) 100%);
    bottom: 0;
    text-align: center;
    padding: 1em;
}

    .main-footer p {
        font-weight: bold;
        color: midnightblue;
    }