body {
    margin: 0%;
}

* {
    margin: 0%;
    padding: 0%;
}

@font-face {
    font-family: viet;
    src: url(Asset-Galaxie/BeVietnamPro_Complete/Fonts/OTF/BeVietnamPro-Black.otf);
}

@font-face {
    font-family: nunito;
    src: url(Asset-Galaxie/Nunito_Complete/Fonts/OTF/Nunito-ExtraLight.otf);
}

@font-face {
    font-family: zodiac;
    src: url(Asset-Galaxie/Zodiak_Complete/Fonts/OTF/Zodiak-Bold.otf);
}

.bg-galaxie {
    background: url(Galaxie-background.mp4);
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    object-fit: cover;
    z-index: -1;

    pointer-events: none;

}

nav {
    z-index: 1000;
    top: 10px;


}



.menu-container {
    display: flex;
    min-height: 10dvh;
    justify-content: space-between;
    align-items: center;
    font-size: 2em;
    font-weight: 200;
}

.menu-item {
    list-style: none;
}

.menu-link {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    padding: 40px;

}


/*récyclable*/
.nunito {
    font-family: nunito;

}

.viet {
    font-family: viet;
    font-weight: 100;
}

.zodiac {
    font-family: zodiac;

}

.shadow {
    box-shadow: rgba(14, 25, 49, 0.747) 0px 202px 700px 300px;
}

.grid-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

h2 {
    margin-bottom: 20px;
}

/*Intro*/
.tittle {
    font-size: 120px;
    color: aliceblue;
    grid-column: 1/2;
    grid-area: 1 / 1 / 2 / 2;
    position: fixed;
    padding-left: 15px;
    padding-right: 3000px;
    z-index: 1;
}

.intro {
    color: white;
    background: #141e30a6;

    border-radius: 15px;
    font-size: 14px;
    grid-area: 1 / 2 / 2 / 3;
    margin-top: 350%;
    z-index: 10;
    margin-bottom: 800px;
    margin-right: 140px;
    padding: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(50px);
}

/*infos galaxtie*/
.notion-galaxie {
    display: flex;
    justify-content: center;
    padding-bottom: 300px;
    padding-top: 300PX;
    background: #141e309a;

    z-index: 9999;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(50px);
}

.emoji {
    width: 10%;
}

.btn {
    border: none;
    width: 50em;
    height: 10em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #1C1A1C;
    cursor: pointer;
    transition: all 450ms ease-in-out;
}

.sparkle {
    fill: #AAAAAA;
    transition: all 800ms ease;
}

.text {
    font-weight: 600;
    color: #AAAAAA;
    font-size: large;
}

.btn:hover {
    background: linear-gradient(0deg, #fd884496, #171e81);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
        inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
        0px 0px 0px 4px #fd884496,
        0px 0px 180px 0px #171e81;
    transform: translateY(-2px);
}

.btn:hover .text {
    color: white;
}

.btn:hover .sparkle {
    fill: white;
    transform: scale(1.2);
}












.bg-dark {
    background-color: rgb(36, 31, 42);
    color: bisque;
}

.v-padding {
    padding-top: 8dvh;
    padding-bottom: 8dvh;
}

.text-center {
    text-align: center;
}

.small {
    font-size: small;
}

.deco-footer {
    text-decoration: none;
    font-style: normal;
    color: bisque;
}