*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}


header {
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.navbar {
    position: absolute;
    padding: 50px;
    display: flex;
    justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.navbar a {
    color: white;
}


.navbar .nav-links ul{
    display: flex;
}

.navbar .nav-links ul button{
    margin: -10px 75px;
    font-size: 3em;
    font-weight: bold;
}

.bloc button{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 7vh;
    z-index: 100;
    
}
.bloc button{
    border: 0;
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1.5em;
    box-shadow: 0px -0px 0px 0px 
    rgba(143, 64, 248, .5),
     0px 0px 0px 0px rgba(39, 200, 255, .5);
    transition: all .2s;
}

.bloc button::after {
    content: "";
    width: 800px;
    height: 800px;
    background: linear-gradient(225deg,
     #27d86c 0%, #26caf8 50%, #c625d0 100%);
    position: absolute;
    top: -50px;
    left: -180px;
    z-index: -10;
    transition: all .5s;
}

button:hover::after{
    transform: rotate(150deg);
}

button:hover{
    transform: translate(0, -6px);
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
     -10px 10px 25px 0px rgba(39, 200, 255, .25);
}

.navbar.bloc{
    position: relative;
    height: 100vh;
    width: 100%;
    scale: 100%;
    overflow: hidden;
}

.navbar .bloc video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 410px;
    left: 50%;
    z-index: -100;
    transform: translate(-50%, -50%);
    filter: blur(5px);
    
}
.bloc video::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}
.header {
background-color: #2424244f;
  padding: 70px 0;
  width: 100%;
  position: fixed;
  top: 0PX;
  z-index: -5;
}


.navbar .img1{
    position: absolute;
    width: 15%;
    top: 230px;
    z-index: -5;
    border-radius: 50px;
    left: 15%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo1 .img1 {
    transition: transform 400ms;
}

.photo1:hover .img1{
    transform: scale(1.2);
}
.navbar .img2{
    position: absolute;
    width: 18%;
    top: 600px;
    z-index: -5;
    border-radius: 50px;
    left: 13.5%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo2 .img2 {
    transition: transform 400ms;
}

.photo2:hover .img2{
    transform: scale(1.2);
}

.bloc b{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 10%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 17%;
    top: 430PX;
    font-size: 2em;
    text-align: center;
}
.bloc h1{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 10%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 17%;
    top: 825PX;
    font-size: 2em;
    text-align: center;
}
.navbar .img3{
    position: absolute;
    width: 13%;
    top: 230px;
    z-index: -5;
    border-radius: 50px;
    left: 42.5%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo3 .img3 {
    transition: transform 400ms;
}

.photo3:hover .img3{
    transform: scale(1.2);
}

.bloc h2{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 10%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 43.5%;
    top: 430PX;
    font-size: 2em;
    text-align: center;
}
.navbar .img4{
    position: absolute;
    width: 19%;
    top: 600px;
    z-index: -5;
    border-radius: 50px;
    left: 39.5%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo4 .img4 {
    transition: transform 400ms;
}

.photo4:hover .img4{
    transform: scale(1.2);
}

.bloc h3{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 10%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 43.5%;
    top: 825PX;
    font-size: 2em;
    text-align: center;
}
.navbar .img5{
    position: absolute;
    width: 19%;
    top: 600px;
    z-index: -5;
    border-radius: 50px;
    left: 65.5%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo5 .img5 {
    transition: transform 400ms;
}

.photo5:hover .img5{
    transform: scale(1.2);
}

.bloc h4{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 10%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 69.5%;
    top: 810PX;
    font-size: 2em;
    text-align: center;
}

.bloc h5{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 12%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 43%;
    top: 160px;
    font-size: 2em;
    text-align: center;
}
.navbar .img6{
    position: absolute;
    width: 15%;
    top: 230px;
    z-index: -5;
    border-radius: 50px;
    left: 67.5%;
    cursor: pointer;
    box-shadow: 10px -10px 10px 10px rgba(4, 4, 4, 0.25);
}
.photo6 .img6 {
    transition: transform 400ms;
}

.photo6:hover .img6{
    transform: scale(1.2);
}
.bloc h6{
    position: absolute;
    background-color: #292a7e70;
    padding: 5px 10px;
    text-align: justify;
    width: 12%;
    box-shadow: 10px -10px 10px 10px rgba(143, 64, 248, .25),
    -10px 10px 10px 10px rgba(39, 200, 255, .25);
    font-size: 22px;
    line-height: 1.5;
    color: white;
    border-radius: 100px;
    left: 68.5%;
    top: 430px;
    font-size: 2em;
    text-align: center;
}
