@font-face {
    font-family: 'MoonGetHeavy';
    src: url('font/moon_get-Heavy.ttf') format('truetype'),
        url('font/moon_get-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3 {
    margin: 0
}

.imgbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    object-fit: cover;
    opacity: 0.5;
    z-index: -1;
}

.logo {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MoonGetHeavy
}

.main_page {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 20px 100px 30px;
    gap: 100px
}

.main_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.main_1 h1 {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 48px;
    font-weight: 500;
    line-height: 45.25px;
    margin: 0;
    text-align: left;
    margin-bottom: 2px;
    gap: 10px;
}

.main_1 p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.75px;
    text-align: left;
    margin-top: 0px;

}

.main_2 img {
    width: 100%;
    height: auto;
    gap: 0px;
    opacity: 1;

}

.blue-text {
    color: #4285F4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}


.button_discord {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    line-height: 18.75px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 12px 20px 12px 20px;
    border-radius: 0.8rem;
    background: rgba(66, 133, 244, 1);
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.button_discord:hover {
    background-color: #3367D6;
}

.box_annonce {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.annonce {
    box-shadow: 7px 13px 35px 0px rgba(0, 0, 0, 0.09);
    width: 801px;
    height: 131px;
    gap: 160px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    display: flex;
}

.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.text img {
    margin-left: 20px;
    margin-right: 20px;
}

.text h1 {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 600;
    line-height: 37.92px;
    text-align: left;
    color: #1e1e1e
}

.text h3 {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.78px;
    text-align: justified;
    width: 588px;
}

.position_img,
.position_img_2 {
    position: absolute;
}

.stagey {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stagey h1 {
    font-family: Roboto;
    font-size: 48px;
    font-weight: 500;
    line-height: 56.25px;
    text-align: center;
    color: #1e1e1e;
}

.stagey p {
    display: flex;
    justify-content: space-between;
    max-width: 465px;
    flex-wrap: nowrap;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: justified;
    flex-direction: row;
    align-items: center;
    color: #1e1e1e;
}

.sectionframe {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.frames {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
    max-width: 900px;
}

.frames_1 {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: calc(50% - 25px);
    box-sizing: border-box;
}



.frame_text h1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin: 0 0 10px 0;
    color: #2c2c2c;
}

.frame_text p {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 270px;
    margin: 0;
    text-align: left;
    color: #5a5a5a;
}

.position_img {
    left: 50px;
    z-index: -1;
}

.position_img_2 {
    left: 81vw;
    ;
    z-index: -1;
}



/* FOOTER */


@font-face {
    font-family: Santana;
    src: url('./Santana.otf');
    src: url('./Santana.ttf');
    src: local("Santana"), url('./Santana.ttf');
}

a {
    text-decoration: none;
    color: inherit;
}

.custom-footer {
    color: #333;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: normal;
    background-color: rgb(255, 255, 255);
    padding: 135px 60px 0px 60px;
    text-align: left;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
}

.footer-column {
    flex: 1;
    max-width: 200px;
    margin-right: 20px;
}

.footer-column h4 {
    margin-bottom: 20px;
    font-family: roboto;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    gap: 5px;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-logo {
    font-family: MoonGetHeavy;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-copyright {
    float: none;
    text-align: center;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {

    .position_img_2,
    .position_img {
        transition: 1s;
        display: none;
    }
}

@media (max-width: 900px) {
    .frames {
        padding: 4%;
    }

    .annonce {
        box-shadow: 7px 13px 35px 0px rgba(0, 0, 0, 0.09);
        width: 80%;
        height: auto;
        gap: 160px;
        background: rgba(255, 255, 255, 1);
        border-radius: 20px;
        display: flex;
    }

    .text h3 {
        font-family: Rubik;
        font-size: 15px;
        font-weight: 400;
        line-height: 17.78px;
        text-align: justified;
        width: auto;
        position: relative;
    }

    .main_2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_2 img {
        width: 80%;
        height: auto;
        opacity: 1;
    }

    .frames {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 50px;
        max-width: 900px;
        flex-direction: column;
        align-items: center;
    }

    .frames_1 {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        width: 100%;
        box-sizing: border-box;
    }

}



@media (max-width: 700px) {
    .annonce {
        width: 100%;
    }

    .stagey {
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0% 6% 0% 6%;
    }

    .main_page {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 20px 100px 30px;
        gap: 20px;
        flex-direction: column;
    }

    .footer-bottom {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-logo {
        font-family: MoonGetHeavy;
        font-size: 30px;
        margin-bottom: 0px;
    }

    .text h1 {
        font-family: Rubik;
        font-size: 15px;
        font-weight: 800;
        line-height: 37.92px;
        text-align: left;
    }

    .text img {
        margin-left: 20px;
        margin-right: 20px;
        width: 63px;
    }

    .text h3 {
        font-family: Rubik;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.78px;
        text-align: justified;
        width: auto;
        position: relative;
        padding: 10px 20px 21px 0px;
    }

    /* @media (max-width: 700px) {
        h1, .stagey h1, .main_1 h1 {
            font-size: 24px;
        }

        p, .stagey p, .main_1 p {
            font-size: 14px;
        }
    } */

    @media (max-width: 700px) {
        .main_1 .phrase {
            line-height: 32px;
            font-size: 28px;
        }

        .annonce .text div {
            display: flex;
            flex-direction: column;
            gap: 4px;
            padding: 15px;
        }

        .annonce .text div h1 {
            line-height: 18px;
            color: #2a2a2a;
        }

        .annonce .text div h3 {
            line-height: 14px;
            padding-top: 0;
            padding-bottom: 0;
            color: #646464;
        }
    }
}