body {
  color: #222222;
  position: relative;
  font-weight: 400;
  background: #ffffff;
  font-size: 150%;
  line-height: 150%;
  font-family: "Hind", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
  word-break: break-word;
}

body,
html {
  overflow-x: hidden;
}

.construction__title {
  font-size: 48px;
  white-space: nowrap;
  line-height: 150%;
  letter-spacing: 2px;
  color: #222222;
  font-weight: 700;
  text-transform: none;
}

.construction__overlay-tablet {
  display: none;
}

.construction {
  width: 100vw;
  height: 100vh;
}

.construction__image {
  background-repeat: no-repeat;
  background-position: 30% 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url("../images/bg1.jpg");
}

.construction__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f3fbff;
  width: 100vw;
  opacity: 88%;
}

.construction__inner {
  top: 50%;
  position: absolute;
  padding: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.construction__logo {
  display: block;
  max-width: 100%;
  width: 140px;
  height: 35.28px;
  margin-left: 100%;
  transform: translateX(-100%);
}

.construction__subtitle {
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
  color: #666666;
  font-size: 24px;
}

@media (max-width: 900px) {
  .construction__title {
    font-size: 36px;
  }

  .construction__subtitle {
    font-size: 20px;
    line-height: normal;
  }

  .construction__logo {
    width: 115px;
    height: 28.98px;
  }
}

@media (max-width: 600px) {

  .construction__title {
    font-size: 30px;
  }

  .construction__subtitle {
    font-size: 16px;
  }

  .construction__logo {
    width: 100px;
    height: 25.2px;
  }

  .construction__image{
    background-position:50% 100%;
  }
}

@media (max-width: 400px){
    .construction__inner {
        padding: 20px;
    }
    
    h1.construction__title {
        font-size: 8vw;
    }
    
    img.construction__logo {
        width: 90px;
        height: 22.68px;
    }
}
