/* ╔═════════════════════════════════════════════════════╗
 *  🖥️ ==> PROJECT CSS                                  
 * ╚═════════════════════════════════════════════════════╝ */

/* -------------------------------------------------------
 * 🛠️ PROJECT 
 * ------------------------------------------------------- */
#project {
  width: 100%;
  height: 1775px;
  margin: 0 auto;
  position: relative;
  background-color: var(--back-page);
}

/* -------------------------------------------------------
 * 🛠️ IMAGE DE FOND => BACKGROUND
 * ------------------------------------------------------- */
.fond-project-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 1166px;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

/* -------------------------------------------------------
 * 🛠️ project-header
 * ------------------------------------------------------- */
.project-header h2 {
  font-family: "Isidora", sans-serif;
  color: var(--color-black);
  font-size: 80px;
  padding: 185px 0 50px;
  margin-bottom: 0;
  line-height: 1.2em;
  letter-spacing: -2px;
  font-weight: bold;
}
/* -------------------------------------------------------
 * 🛠️ project-header-box
 * ------------------------------------------------------- */
.project-header-box {
  width: 1165px;
  height: 650px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
  border-radius: 75px;
  z-index: 3;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.7);
}

.project-header-box-img {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  z-index: 5;
  object-fit: cover;
}

/* -------------------------------------------------------
 * 🛠️ images billetterie
 * ------------------------------------------------------- */
.link-video {
  position: absolute;
  background-color: var(--color-black);
  max-width: 205px;
  width: 100%;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 102.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 350ms ease-out;
  z-index: 39;
}
.link-video:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.link-video-img {
  width: 100%;
  max-width: 160px;
  height: auto;
  animation: 40s linear 0s infinite normal none running rotate;
}

.link-video::after {
  content: "";
  position: absolute;
  background: url(../images/eyes-big.png);
  width: 71px;
  height: 55px;
  animation: 3s linear 0s infinite normal none running scale;
}

/* -------------------------------------------------------
 * 🛠️ project-main
 * ------------------------------------------------------- */
.project-main {
  margin: 85px 0 75px;
}

.project-main-text {
  font-family: "Roboto Flex", serif;
  color: #c69a21;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
 * 🛠️ BOUTON DE HEADER-EVENTS
 * ------------------------------------------------------- */

.project-button {
  position: relative;
  max-width: 421px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: var(--color-black);
  border: none;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 3;
  cursor: pointer;
  transition: all 350ms ease-out;
  padding-left: 20px;
}

.project-button:hover {
  transform: scale(1.02);
}

.project-text {
  font-family: "Roboto Flex", serif;
  font-size: 25px;
  color: var(--site-color2);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.project-icon-container {
  width: 61px;
  height: 61px;
  background-color: var(--site-color2);
  border-radius: 30.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-icon {
  width: 31px;
  height: 25px;
  object-fit: contain;
  animation: 3s linear 0s infinite normal none running scale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ===> 🖥️ MEDIA QUERY : Max-width 1920px
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1920px) {
  /* 🛠️ PROJECT */
  #project {
    height: 92.447vw;
  }

  /* 🛠️ IMAGE DE FOND => BACKGROUND */
  .fond-project-img {
    height: 60.729vw;
  }

  /* 🛠️ project-header */
  .project-header h2 {
    font-size: 4.166vw;
    padding: 9.635vw 0 2.604vw;
    line-height: 1.2em;
    letter-spacing: -0.104vw;
  }
  /* 🛠️ project-header-box */
  .project-header-box {
    width: 60.677vw;
    height: 33.854vw;
    border-radius: 3.906vw;
    box-shadow: 0px 0px 5.208vw rgba(255, 255, 255, 0.7);
  }

  /* 🛠️ images billetterie */
  .link-video {
    max-width: 10.677vw;
    height: 10.677vw;
    border-radius: 5.338vw;
  }

  .link-video-img {
    max-width: 8.333vw;
    animation: 40s linear 0s infinite normal none running rotate;
  }

  .link-video::after {
    content: "";
    width: 3.697vw;
    height: 2.864vw;
    background-size: contain;
    animation: 3s linear 0s infinite normal none running scale;
  }

  /* 🛠️ project-main */
  .project-main {
    margin: 4.427vw 0 3.906vw;
  }

  .project-main-text {
    max-width: 65.625vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    margin-bottom: 2.604vw;
    letter-spacing: 0.052vw;
  }

  /* 🛠️ BOUTON DE HEADER-EVENTS */

  .project-button {
    max-width: 21.927vw;
    height: 5.208vw;
    border-radius: 2.604vw;
    gap: 1.041vw;
    padding-left: 1.041vw;
  }

  .project-text {
    font-size: 1.302vw;
    letter-spacing: 0.052vw;
  }

  .project-icon-container {
    width: 3.177vw;
    height: 3.177vw;
    border-radius: 1.588vw;
  }

  .project-icon {
    width: 1.614vw;
    height: 1.302vw;
    animation: 3s linear 0s infinite normal none running scale;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ===> 🖥️ MEDIA QUERY : Max-width 1000px
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1000px) {
  /* 🛠️ PROJECT */
  #project {
    width: 100%;
    height: 940px;
    padding: 0 10px;
  }

  /* 🛠️ IMAGE DE FOND => BACKGROUND */
  .fond-project-img {
    opacity: 0;
  }

  /* 🛠️ project-header */
  .project-header h2 {
    font-size: 30px;
    padding: 57px 0 45px;
    margin-bottom: 0;
  }

  /* -------------------------------------------------------
 * 🛠️ project-header-box
 * ------------------------------------------------------- */
  .project-header-box {
    max-width: 405px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    border-radius: 30px;
    overflow: visible;
    z-index: 3;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.7);
  }

  .project-header-box-img {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    z-index: 5;
    object-fit: cover;
    border-radius: 30px;
  }

  /* 🛠️ images billetterie */
  .link-video {
    max-width: 130px;
    width: 100%;
    height: 130px;
    border-radius: 65px;
  }
  .link-video:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }

  .link-video-img {
    max-width: 105px;
  }

  .link-video::after {
    width: 40px;
    height: 30px;
    object-fit: contain;
  }

  /* 🛠️ project-main */
  .project-main {
    margin: 35px auto 42px;
    padding: 0 10px;
  }

  .project-main-text {
    color: #af8a20;
    max-width: 400px;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0px;
  }

  /* 🛠️ BOUTON DE HEADER-EVENTS */
  .project-button {
    max-width: 245px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    gap: 10px;
    z-index: 3;
    padding-left: 21px;
    margin-bottom: 10px;
  }

  .project-text {
    font-size: 15px;
  }

  .project-icon-container {
    width: 33px;
    height: 33px;
    border-radius: 16.5px;
  }

  .project-icon {
    width: 20px;
    height: 15px;
    object-fit: contain;
  }
}
