/* BASE */

* {
  box-sizing: border-box;
}

a  {
  text-decoration: none;
  color: white;
}

html, body {
  margin: 0;
  width: 100%;
  font-family: "EverettRegular";
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 100;
  font-family: "EverettMedium";
}


.content-type-7 .menu__item {
  margin: 0 50px;
  font-family: "EverettMedium";
}

.content-type-7 .btn a  {
  font-size: 10px;
}

/* POLICES */ 

@font-face {
font-family: "EverettMedium";
src: url("../fonts/Everett-Medium-web.woff");
}

@font-face {
font-family: "EverettRegular";
src: url("../fonts/Everett-Regular-web.woff");
}

@font-face {
font-family: "EverettLight";
src: url("../fonts/Everett-Light-web.woff");
}

.infos {
  margin: 0 auto;
  padding: 0 50px;
  text-transform: uppercase;
}

.shapes-pool {
  display: none;
}

.shapes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.shapes .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shapes:nth-child(1) {
  mix-blend-mode: overlay;
}

.shapes .shape .shape-rect {
  animation-name: animation-test;
  animation-duration: 100s;
  animation-fill-mode: forwards;
}

li {
  list-style-type: none;
}
.welcome  {
  color: white;
  width: 87%;
  height: 80%;
  padding-top: 100px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,1));
  border-radius: 20px;
  font-size: 40px;
  margin: 0 auto;
  overflow:scroll;
  position: relative;
  z-index: 90000000000;
  text-align: center;
}

.welcome p {
  text-align: center;
  padding: 0;
}

.textWelcome .changeMode {
  color: rgba(0,0,0,0.05)
  background-color: white;
}

@keyframes animation-test {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.content-pool {
  display: none;
}

.timeline {
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
}


h1 { 
  font-size: 150px; 
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 60px; 
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px; 
  text-align: center;
  font-family: "EverettLight";
}

h4 {
  font-size: 100px; 
  text-align: center;
  margin-top: 20px;
}

p {font-size: 27px;
  padding: 20px;
    width: 90%;
  margin-left: auto;
   margin-right: auto;
  display: block;
  margin-top: 0;
}

.division {
  height: 5px;
  width: 100%;
  background-color: white;
}

.nice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  pointer-events: none;
}

.annotation {
  font-size: 15px;
  padding: 20px;
  text-align: center;

}

.content-type-1,
.content-type-2,
.content-type-3,
.content-type-4,
.content-type-5,
.content-type-6,
.final-type-1,
.final-type-2,
.final-type-3,
.final-type-4,
.final-type-5,
.final-type-6 {
    padding: 100px 10px;
}

.content {
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,1));
  border-radius: 20px;
  font-size: 40px;
  margin: 10px auto;
  color: white;
  overflow:scroll;
  text-align: center;
  animation-name: bounceIn;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.content .btn {
  margin: 50px;
}

.initial-type-1 p {
  text-align: center;
}

img {
  mix-blend-mode: screen;
   opacity: 0.8;
   border-radius: 20px;
  width: 90%;
  margin-left: auto;
   margin-right: auto;
  display: block;
  margin-bottom: 40px;
}

.changeMode {
  border: solid 3px white;
  width: 90%;
   border-radius: 20px;
       margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
    color: (0,0,0,1);
}

.menu {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu__item {
  padding: 20px;
  xbackground-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
  border-radius: 20px;
  margin: 10px 8px;
  font-size: 40px;
  color: white;
  border: 3px white solid;
}

.menu__item_different {
  padding: 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff);
  opacity: 0.8;
  animation: gradient 5s ease infinite;
  background-size: 300% 300%;
  border-radius: 20px;
  border:  3px solid;
  margin: 10px 8px;
  font-size: 40px;
  color: white;
  letter-spacing: 5;
}

#background-images img,
#background-images video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
 }


#background-images {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

.gray {
  filter: grayscale();
}


.wrongAnswer {
  position: absolute;
  bottom: 10%;
  left: 20%;
  transform: translate(-20%, -0%);
  height: 500px;
  width: 500px;
  border: 3px solid white;
  border-radius: 50%;
  animation: rotate .60s infinite;
  padding-top: 180px;
  font-size: 50px;
  display: none;
}

.content--wrong .wrongAnswer {
  display: block;
}

.invisible {
  display: none;
}

.visible {
  display: block;
  z-index: 90000000000000;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -250px;
}

.up{
  bottom:20px;
  right: 20px;
}

.down {
  bottom: -250px;
  right: 20px;
}


@keyframes rotate {
  0% {transform:rotate(0deg);}
  50% {transform:rotate(40deg);}
  100% {transform:rotate(0deg);}
}


@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.8) translate3d(0,0,0);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}

.btn {
  animation: gradient 10s ease infinite;
  background-size: 300% 300%;
  margin-top: 100px;
  font-family: "EverettRegular";
}

@keyframes gradient { 
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-15px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-15px) rotate(-360deg);
  }
}

.letters {
  height: 21em;
  width: 13em;
  position: fixed;
  z-index: 50000000000;

}
.letters__letter {
  position: absolute;
  font-size: 50em;
  margin: 0;
  animation: circle 3s infinite linear;
  mix-blend-mode: multiply;
}
.letters__letter--blue {
  color: #ec6b82;
  animation-delay: 0s;
}
.letters__letter--green {
  color: #1473b8;
  animation-delay: -1s;
}
.letters__letter--red {
  color: #eecb12;
  animation-delay: -2s;
}


.thisthing {
  width: 200px;
  height: 200px;
  margin: 1% auto;
  position: relative;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-top: 500px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle {
  opacity: 0.8;
  background: blue;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  color: white;
  font-size: 40px;
}
.right {
  right: 50px;
}
.left {
  left: 50px;
}
.bottom {
  bottom: 50px;
}
.top {
  top: 50px;
}
/* Colors*/
.blue {
  background: #32a836;
   background-blend-mode: multiply;
}
.green {
  background: #e95824;
   background-blend-mode: multiply;
}
.red {
  background: #ec6981;
   background-blend-mode: multiply;
}
.yellow {
  background: #0f72b8;
   background-blend-mode: multiply;
}
/*Animations*/
/* from top left to bottom right*/
.animation_tl_br {
  animation: move_tl_br 1.7000000000000002s ease-in-out infinite;
}
@keyframes move_tl_br {
  50% {
    transform: translate(50px, 50px);
  }
}
/* from top right to bottom left*/
.animation_tr_bl {
  animation: move_tr_bl 1.7000000000000002s ease-in-out infinite;
}
@keyframes move_tr_bl {
  50% {
    transform: translate(calc(-50px), 50px);
  }
}
/* from top left to bottom right*/
.animation_br_tl {
  animation: move_br_tl 1.7000000000000002s ease-in-out infinite;
}
@keyframes move_br_tl {
  50% {
    transform: translate(50px, calc(-50px));
  }
}
/* from bottom left to top right*/
.animation_bl_tr {
  animation: move_bl_tr 1.7000000000000002s ease-in-out infinite;
}
@keyframes move_bl_tr {
  50% {
    transform: translate(calc(-50px), calc(-50px));
  }
}

@media screen and (min-width: 500px) {
  a {
    font-size: 90px;
  }

.chooseMenu .buttonMenu {
  width: 75%;
  margin-top: 0px;
}


.chooseMenu {
  margin-top: 100px;
}

.logo {
  width: 40%;
}

.circle {
transform: translate(-50%, -60%);
margin-top: 0px;
}



.description {
  border-top: none;
  border-bottom: none;
  margin: -200px 0 0 0;
}


@media screen and (min-width: 1000px) {


.content-type-1,
.content-type-2,
.content-type-3,
.content-type-4,
.content-type-5,
.content-type-6,
.final-type-1,
.final-type-2,
.final-type-3,
.final-type-4,
.final-type-5,
.final-type-6 {
    padding: 50px 10px;
}

.wrongAnswer {
  left: 30%;
  transform: translate(-20%, -0%);
}

  a {
    font-size: 80px;
  }

  ul .changeMode {
    font-size: 30px;
  }

  .content h2 {
    font-size: 30px;
  }

  .changeMode {
    border-radius: 15px;
  }

.chooseMenu .buttonMenu {
  padding: 0 400px;
  margin-top: 0px;
}

img {
  width: 60%;
}

.buttonMenu {
  margin-top: -100px;
}

.chooseMenu {
  margin-top: 250px;
}

.btn {
  margin-top: 0px;
}

.shapes {
  top: -800px;
}

.menu__item,
.menu__item_different {
  padding: 10px;
  font-size: 30px;
}

h1 {
  font-size: 130px;
}

.welcome {
  height: 88%;
  padding-top: 80px;
}

.logo {
  width: 70%;
}

.circle {
transform: translate(-50%, -60%);
margin-top: 0px;
}

h3 {
  font-size: 40px;
}

a  {
  text-decoration: none;
  color: white;
}


.description {
  border-top: none;
  border-bottom: none;
  margin: -250px 0 0 0;
}

}
