@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Lacquer&display=swap");

body {
  background-color: #000000;
  margin-left: 5rem;
  margin-right: 5rem;
}

.VidAnim .Title h1 {
  color: white;
}

.AnimLogo video {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 120%;
}

.Eracom video {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 120%;
}

.Title {
  font-family: "Krona One", serif;
  font-size: 90px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container h3 {
  color: white;
  font-family: "Krona One", serif;
}

.container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.container h3 {
  margin-bottom: 3rem;
  font-size: 50px;
}

.BackButton {
  display: flex;
  margin-top: 5rem;
  line-height: 0;
  padding-top: 0;
  flex-direction: column;
}

.BackButton a {
  font-size: 25px;
  text-decoration: none;
  color: white;
  font-family: "Krona One", serif;
}

.container p {
  color: white;
  font-family: "Krona One", serif;
  font-size: 25px;
}

.Animlogo,
.Eracom {
  align-items: center;
}

.container {
  align-items: left;
}

.Eracom,
.AnimLogo,
.Santai {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.NartanMenu a {
  font-size: 25px;
  color: white;
  text-decoration: none;
  font-family: "Krona One", serif;
}

.NartanMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  margin-top: 5rem;
  padding: 0;
}

.description {
  line-height: 5rem;
}

footer a {
  color: white;
  text-decoration: none;
  font-family: "Krona One", serif;
  font-size: 25px;
  display: flex;
  justify-content: right;
}

.SocialMedia {
  gap: 2rem;
  align-items: center;
}

footer {
  line-height: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5rem;
}

footer .SocialMedia {
  display: flex;
  flex-direction: row;
  align-items: right;
}

footer .SocialMedia .LinkedIn,
.Instagram {
  font-size: 20px;
}

footer .Year {
  font-size: 15px;
}

.Year {
  color: white;
  font-family: "Krona One", serif;
  font-size: 25px;
}

li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: white;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

li a:hover::after {
  transform: scale(1);
}

li ul {
  padding: 0;
}

.NartanMenu li {
  list-style-type: none;
}

video {
  width: 80%;
}

.Santai {
  align-items: center;
}

.Eracom video {
  width: 80%;
}

.AnimLogo video {
  width: 80%;
}

@media (max-width: 720px) {
  body {
    margin: 5px;
    font-family: "Krona One", serif;
  }

  .NartanMenu {
    margin-left: 5px;
    margin-top: 15px;
    margin-right: 5px;
  }

  .NartanMenu a {
    font-size: 15px;
  }

  .Title h1 {
    font-size: 50px;
  }

  .Arrow {
    margin-top: 2rem;
    padding: 0;
  }

  .chiffre1 h3,
  .chiffre2 h3,
  .chiffre3 h3 {
    font-size: 20px;
  }

  .Arrow img {
    height: 60%;
  }

  .container1,
  .container2 h3 {
    font-size: 20px;
  }

  .container1,
  .container2 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
  }

  .description p {
    font-size: 20px;
    line-height: 30px;
  }

  #Navigation ul {
    line-height: 3rem;
  }

  html {
    scroll-behavior: smooth;
  }

  /* -------------FOOTER------------------------------------------------------- */

  footer .Year p {
    font-size: 8px;
    line-height: 1rem;
    margin-left: 10px;
  }

  footer .SocialMedia a {
    font-size: 15px;
  }

  footer .SocialMedia .LinkedIn {
    font-size: 15px;
  }

  .container1,
  .container2 {
    margin-bottom: 0rem;
  }

  .container2 {
    margin-bottom: 1rem;
  }

  footer .SocialMedia {
    gap: 15px;
    margin-right: 10px;
  }

  footer {
    margin-bottom: 0;
  }
}
