@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Teko&display=swap");
@import url('https://fonts.cdnfonts.com/css/gobold?styles=26021,26039,26045');
html,
body {
  margin: 0;
  padding: 0;
}

.hero__content {
  bottom: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}

h1 {
  font-family: Teko;
  font-weight: bold;
  font-size: 70px;
  color: white;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 0.8;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: 'Gobold Bold', sans-serif;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  font-size:38px;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Gobold Thin', sans-serif;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  font-size:20px;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  margin-bottom: 10px;
}

a {
  background: rgb(138, 0, 7);
  border-radius: 20px;
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-family: monospace;
}

.hero__video {
  background: url("IMAGES/four_papier.jpg")
    center center no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.hero__video video {
  object-fit: cover;
  height: 100vh;
  object-position: center center;
  width: 100%;
  z-index: 2;
}

.svg {
  bottom: 0;
  display: flex;
  flex-direction:column;
  justify-content: center;
  left: 43%;
  position: absolute;
  right: 50%;
  text-align: center;
  bottom: 10%;
  height: 15%;
  width: 15%;
  z-index: 3;
}


.container_video {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.flex-container
    {
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 100vh; /* Full viewport height */
    }