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

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

.Title h1 {
  color: white;
}

video {
  height: 60%;
  width: 60%;
}

.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;
}

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

.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;
}

.Zinema,
.Valezy,
.Fleurs,
.Eau {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container1,
.container2,
.container3,
.container4,
.container5 .chiffre {
  align-items: left;
}

.container1,
.container2,
.container3,
.container4,
.container5 h3 {
  margin-bottom: 3rem;
}

.container1,
.container2,
.container3,
.container4,
.container5 {
  margin-bottom: 10rem;
}

.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;
}

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

.container1,
.container2,
.container3,
.container4,
.container5 p {
  color: white;
  font-family: "Krona One", serif;
  font-size: 25px;
}

.container5 {
  font-size: 25px;
}
.Zinema {
  display: flex;
  gap: 5rem;
}

.Zinema img {
  width: 30%;
}

html {
  scroll-behavior: smooth;
}

.description {
  line-height: 5rem;
}

.Valezy {
  gap: 5rem;
}

.Valezy img {
  width: 30%;
}

.Valezy video {
  height: 62.5%;
  width: 66.5%;
}

.Valezy p {
  height: 95%;
  width: 95%;
}

.Arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0rem;
}

.Packshot {
  display: flex;
  gap: 5rem;
}

.Packshot img {
  width: 30%;
  height: 30%;
}

.chiffre1,
.chiffre2,
.chiffre3,
.chiffre4,
.chiffre5 {
  font-size: 50px;
}

.Fleurs {
  gap: 5.5rem;
  margin-right: 5rem;
  margin-left: 5rem;
}

.Fleurs img {
  width: 70%;
}
video:hover {
  transform: scale(1.05);
}

img:hover {
  transform: scale(1.05);
}

img,
video {
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}

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;
}

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;
}

.Eau img {
  width: 65%;
}

/* RESPONSIVE------------------------------------------------------ */

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

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

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

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

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

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

  .Arrow img {
    height: 60%;
  }

  .Zinema,
  .Valezy,
  .Fleurs,
  .Eau {
    display: flex;
    flex-direction: column;
  }

  .Zinema img {
    height: 95%;
    width: 95%;
  }

  .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;
  }

  .Valezy {
    gap: 20px;
  }

  .Valezy img {
    height: 100%;
    width: 100%;
  }

  #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;
  }
}
