@font-face {
  font-family: "font pixel";
  src: url("fonts/uni05_53.ttf");
}

@font-face {
  font-family: "Montserrat medium";
  src: url("fonts/Montserrat-Medium.ttf");
}

body {
  font-family: "font pixel";
  padding-top: 100vh;
  overflow-x: hidden;
  background: var(--bg-color);
}

body p {
  font-family: "Montserrat medium";
}

* {
  --bg-color: #000000;
  --text-color: #ffffff;
  --primary-color: #f125c6;
  --secondary-color: #14fcde;

  --title-size: 5rem;
  --text-size: 2rem;
  --bg-black-alpha: rgba(0, 0, 0, 0.95);
}

html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  padding: 0 !important;
  top: 0;
  z-index: 2;
  height: 5%;
  background: var(--bg-black-alpha);
}

.modal-dialog {
  max-width: 80% !important;
}
.modal-content {
  background-color: #191919;
}

#menuNavbar {
  position: absolute;
  right: 1rem;
}
.nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
#main-illus {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 5%;
}

iframe {
  border: #00fcdf 3px solid;
}

.mainvideo {
  position: absolute;
  top: 55%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translateX(-50%) translateY(-55%);
}

.fondu_noir {
  position: absolute;
  height: 10rem;
  width: 100%;
}
/* in the bottom of header */
.fondu_noir_top {
  top: 100%;
  background: linear-gradient(to bottom, var(--bg-black-alpha), transparent);
}
.fondu_noir_top_content {
  height: 5rem;
  top: -5rem;
  background: linear-gradient(to top, var(--bg-color), transparent);
}
.fondu_noir_bottom {
  bottom: 0;
  background: linear-gradient(to top, var(--bg-color), transparent);
}

#main-illus .row {
  position: absolute;
  top: 62%;
  text-align: center;
  width: 100%;
}

#main-illus .title {
  color: white;
}

/*** MAIN CONTENT ***/

.trailer{
  padding-top: 10rem;
}


#main-content {
  position: relative;
  background-color: var(--bg-color);
  padding-top: 1px;
}

.carousel-item {
  width: 80%;
  left: 10%;
}

.carousel-control-prev {
  background-color: black;
  opacity: 100%;
  width: 10%;
}

.carousel-control-next {
  background-color: black;
  opacity: 100%;
  width: 10%;
}

.titles {
  text-align: center;
  color: white;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.titles > * {
  font-size: 3rem;
}

.titles .pictos {
  width: 100%;
  float: left;
  height: 3rem;
  margin-top: -2.5rem;
  background-image: url("../img/png/pictos_allonges.png");
  background-repeat: no-repeat;
  background-size: 270%;
  background-position-x: 50%;
}

.row.features {
  margin: 1rem;
}
.row.features > div {
  display: flex;
  align-items: center;
}

.colReverse {
  flex-direction: row-reverse;
}

.video-features {
  border: #00fcdf 3px solid;
  padding: 0;
  max-width: 80%;
}
.video-features:nth-child(2),
.video-features.background-pink {
  border: #e624cc 3px solid;
}

.content-features {
  border: 40px solid transparent;
  background: none;
  border-image-slice: 250 150 150 150 fill;
  border-image-width: 80px 80px 80px;
  max-width: 40rem;
}

.content-features.background-blue {
  border-image-source: url("../img/png/Contour_1.png");
}

.content-features.background-pink {
  border-image-source: url("../img/png/Contour_1_rose.png");
}

.title-features {
  text-align: center;
  color: var(--text-color);
  margin-top: -0.75rem;
  margin-bottom: 1.75rem;
}

.row.patchnote {
  width: 100%;
  height: 100%;
  text-align: center;
}

footer {
  background-color: #191919;
}
.row.footer p {
  margin-left: 0rem;
}

.espace {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.twitter {
  margin-bottom: 5px;
  margin-left: 2rem;
}

.nav-link {
  color: white;
  text-align: center;
  z-index: 101;
}

.fondu_noir_1 {
  margin-left: -2rem;
  margin-top: -2rem;
  position: fixed;
  z-index: 1;
}

.nav {
  z-index: 100;
}

.navbar {
  z-index: 1000;
}

.logo {
  width: 6rem;
  z-index: 1000;
}

.btn_sttings {
  width: 12rem;
  position: absolute;
  margin-top: -3.8rem;
  margin-left: -0.9rem;
  z-index: -1;
}

p {
  color: white;
}

.header-title {
  margin-bottom: 1.5rem;
  margin-top: -5%;
  margin-left: 5%;
}

.btn_play {
  background-position: center;
  width: 10rem;
  height: 5rem;
  background-image: url("../img/png/BTN_PLAY.png");
  background-image: scaleY(-1);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 5%;
  margin-top: -12px;
  animation-name: test;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes test {
  100% {
    background-image: url("../img/png/BTN_PLAY.png");
  }
  0% {
    background-image: url("../img/png/BTN_PLAY_PINK.png");
  }
}

.btn_play:hover {
  background-image: url("../img/png/BTN_PLAY_PINK.png");
  width: 11rem;
  margin-top: -12px;
  animation-iteration-count: 0;
}

.scroll {
  margin-top: 8rem;
  margin-left: calc(50% - 25px);
  position: fixed;
}

.btn {
  min-width: 8rem;
  min-height: 4rem;
  padding: 0.3rem 1.4rem;
  padding-bottom: 0.85rem;
  color: white;
  background-image: url("../img/png/Patchnote/btn_idle.png");
  background-size: 100% 100%;
}
.btn:hover {
  background-image: url("../img/png/Patchnote/btn_over.png");
}

.featurestitles {
  color: white;
  float: right;
  margin-bottom: -50rem;
}

.roadmap-dekstop {
  background-position: center;
  width: 100%;
  height: 30rem;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../img/png/roadMap-dekstop.png");
}

.patchnote {
  width: 100%;
}

.designfond {
  width: 140%;
  margin-top: -115rem;
  padding-right: 40rem;
  background-position: center;
}

#patchnoteModal {
  margin-top: 2rem;
}

#patchnoteModal p {
  font-family: "Montserrat medium";
}

#patchnoteModal h3 {
  color: #00fcdf;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

#patchnoteModal h5 {
  color: #e624cc;
  margin-left: 6rem;
  margin-top: 2rem;
  text-decoration: underline;
}

#patchnoteModal li {
  color: white;
  margin-left: 5rem;
  margin-top: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

#patchnoteModal ul {
  color: white;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#patchnoteModal img {
  width: 70%;
  margin-left: 15%;
}

#patchnoteModal iframe {
  margin-left: 20%;
  margin-top: 0;
}

.copyright {
  background-color: #f125c6;
}

@media (max-width: 992px) {
  body iframe {
    margin-top: -100%;
    margin-bottom: 3%;
    border: #00fcdf 3px solid;
  }

  .fixed {
    position: fixed;
    margin-top: 2rem;
  }

  .btn_play {
    margin-left: 0;
  }

  * {
    --title-size: 2.5rem;
    --text-size: 1rem;
  }

  .carousel.slide {
    width: 100%;
  }
}

@media (max-width: 580px) {
  body iframe {
    max-width: 367px;
    max-height: auto;
  }
}
