.section--maintenance {
  position: relative;
  z-index: 6;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.84);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.container {
  max-width: 1440px;
}

.maintenance__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 60px 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.maintainance__text-wrapoer {
  position: relative;
  z-index: 5;
}

.maintance__header {
  margin-bottom: 20px;
  color: #0e0e52;
  font-size: 36px;
}

.maintenance__subtext {
  max-width: 600px;
  color: #0e0e52;
  font-size: 16px;
  font-weight: 500;
}

.background-colours {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.55);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.maintainance__background__blue-stripe {
  position: absolute;
  left: 15%;
  top: -46%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 800px;
  height: 200vh;
  background-color: #49c6e5;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.maintainance__background__red-stripe {
  position: absolute;
  left: 39%;
  bottom: 96%;
  z-index: 2;
  width: 100vw;
  height: 50vh;
  background-color: #f05781;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-decoration: none;
}

.vallonic-logo {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .maintenance__inner {
    padding: 30px;
  }

  .maintance__header {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section--maintenance {
    height: 100%;
  }

  .container {
    height: 100%;
  }

  .maintenance__inner {
    height: 100%;
    padding: 30px;
  }

  .maintance__header {
    font-size: 24px;
    line-height: 1.5em;
  }

  .maintenance__subtext {
    line-height: 1.5em;
  }

  .background-colours {
    height: 100%;
  }

  .maintainance__background__blue-stripe {
    top: 10%;
  }

  .maintainance__background__red-stripe {
    left: auto;
    top: -10%;
    right: 0%;
    bottom: auto;
  }

  .vallonic-logo {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body {
    overflow: hidden;
    height: 100%;
  }

  .inner__logo {
    position: relative;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }
}

