@font-face {
    font-family: 'bebas';
    src: url(../font/Bebas-Regular.ttf);
}

@font-face {
    font-family: 'lemonmilk';
    src: url(../font/LEMONMILK-Regular.otf);
}

@font-face {
    font-family: 'june';
    src: url(../font/Junicode-Ansund-Regular.otf);

}

@font-face {
    font-family: 'helve';
    src: url(../font/HelveticaNeueLight.otf);

}


body {
    background-image: url("../image/back.jpg");
    background-size: cover;
    

}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;

    margin: none;
    height: 94px;
    padding-left: 10px;
    font-family: 'helve';
    margin-left: 43px;


}

#nav-list {
    display: flex;
    list-style: none;
    padding-right: 75px;
    gap: 3rem;
    transition: transform 1s;
}

a {
    text-decoration: none;
    color: #000000;
    transition: transform 1s;
    font-size: 24px;

}

h1 {
    font-family: 'helve';
    font-size: 96px;
    margin-left: 50px;
}

#gras {
    font-family: 'bebas';
    color: lightskyblue;
}

#dyna {
    font-family: 'lemonmilk';
    color:#D373FF;
}

#intro {
    display: flex;
    justify-content: space-between;

}

#watch {

    margin-top: 54px;
}

#mp4 {
    border: solid 6px;
    border-radius: 35px;
    margin-right: -210px;
    width: 76%;

    margin-top: 10px;
}

#histoire {
    display: flex;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#place {
    width: 977px;
    height: 721px;
    border: solid 6px;
    border-radius: 35px;
    font-family: 'helve';
    font-size: 34px;
    padding: 10px;

}

#first {
    font-size: 90px;
}

#encien {
    width: 763px;
    height: 500px;

    margin-left: 72px;
    margin-top: 107px;
}

h3 {
    text-align: center;
    font-family: 'bebas';
    font-size: 128px;
}

#cart {

    width: 1692;
    height: 813;
    border: solid 6px;
    border-radius: 35px;
    margin-top: 76px;
    margin-left: 100px;
    margin-right: 100px;

}

#insidecart {
    display: flex;
    justify-content: space-around;

}

#para {
    width: 405px;
    font-family: 'helve';
    font-size: 28px;
    margin-top: -30px;
    text-align: center;
}

#paradeux {
    width: 438px;
    font-family: 'helve';
    font-size: 38px;
}

#infos {
    font-size: 64px;
}

h4 {
    font-size: 49px;
    font-family: 'june';
    text-align: center;
}

#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: none;
    height: 94px;
    padding-left: 10px;
    font-family: 'helve';
}

.btn {
    border: none;
    width: 15em;
    height: 5em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #1C1A1C;
    cursor: pointer;
    transition: all 450ms ease-in-out;
    margin-left: 45%;
    margin-bottom: 50px;
}

.sparkle {
    fill: #AAAAAA;
    transition: all 800ms ease;
}

.text {
    font-weight: normal;
    color: #ffffff;
    font-size: medium;
    font-family: 'helve';
}

.btn:hover {
    background: linear-gradient(0deg, #FFCEFF, #3D3C42);
    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 rgba(255, 255, 255, 0.2),
        0px 0px 180px 0px #9917FF;
    transform: translateY(-2px);
}

.btn:hover .text {
    color: white;
}

.btn:hover .sparkle {
    fill: white;
    transform: scale(1.2);
}









a:hover {
    color: #9917FF;
}






.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background-image: linear-gradient(#7AE2CF 10%, #f095eb);
    filter: blur(250px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: -1;
}