@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Rubik:500,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Playball");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
html,
body {
  height: 100vh;
  margin: 0;
  padding: 0;
}
* {
  transition: 0.4s all;
}
.coming-soon {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/background.png);
  background-size: cover;
  transition: 0.5s all;
  animation: cloud 9s infinite;
}

@keyframes cloud {
  50% {
    background-position: right;
  }
}
.timer {
  margin-top: 26%;
}
.timer .block {
  padding: 20px 30px;
  border: 1px solid #027a5a;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 0 30px;
}
.timer .block h1 {
  font-family: "Roboto";
  font-weight: bolder;
  font-size: 50px;
  margin: 0;
  color: #027a5a;
}
.timer .block span {
  font-family: "raleway";
  font-size: 14px;
  color: #027a5a;
}
.banner {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.banner h6 {
  color: white;
  text-align: center;
  font-family: "Playball";
  font-weight: 100;
  font-size: 40px;
  margin: 0;
  text-shadow: 1px 1px rgb(31, 31, 31);
}
.banner p {
  color: white;
  text-align: center;
  font-family: "raleway";
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.banner h1 {
  color: #696969;
  text-align: center;
  font-family: "Fredoka One", cursive;
  position: relative;
  font-size: 80px;
  width: 44%;
  margin: 0 auto;
  -webkit-text-stroke: 1px #3f3f3f;
}
.banner h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  overflow: hidden;
  color: #ffff;
  -webkit-text-stroke: 0 #3f3f3f;
  animation: animate 10s normal;
}

@keyframes animate {
  0%,
  10% {
    width: 0%;
  }

  70%,
  100% {
    width: 101%;
  }
}
.logo img {
  width: 100px;
  margin: 30px auto;
  display: block;
}

.hospital-scenario {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hospital-image {
  width: 270px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hospital-scenario img {
  width: 150px;
  transition: 2s all;
}
.ambulance-image {
  right: 0;
  position: absolute;
  bottom: 0;
}
.ambulance-image-2 {
  left: 0;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ambulance-image-3 {
  right: 140px;
  position: absolute;
  bottom: 0;
}
.stretcher-image {
  left: 30%;
  position: absolute;
  bottom: 0;
}
.wheel-chair-image {
  left: 50%;
  position: absolute;
  bottom: 0;
  transition: 4s all !important;
}

@media screen and (max-width: 1194px) {
  .banner {
    padding-top: 20%;
  }
  .logo img {
    width: 150px;
  }
  .banner h1 {
    font-size: 80px;
    width: 59%;
  }
  .timer {
    margin-top: 66%;
  }
  .hospital-image {
    width: 350px !important;
  }
  .hospital-scenario img {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding-top: 12%;
  }
  .banner h1 {
    font-size: 80px;
    width: 78%;
  }
  .timer {
    margin-top: 70%;
  }
  .hospital-image {
    width: 300px !important;
  }
  .hospital-scenario img {
    width: 170px;
  }
}

@media screen and (max-width: 763px) {
  .banner {
    padding-top: 0;
  }
  .logo img {
    width: 100px;
  }
  .banner h6 {
    font-size: 30px;
  }
  .banner p {
    font-size: 16px;
  }
  .banner h1 {
    font-size: 58px;
    width: 88%;
  }
  .timer {
    margin-top: 65%;
  }
  .timer .block {
    padding: 10px 0;
    width: 50px;
    margin: 0 10px;
  }
  .timer .block h1 {
    font-size: 40px;
  }
  .timer .block span {
    font-size: 12px;
  }
  .hospital-image {
    width: 200px !important;
  }
  .hospital-scenario img {
    width: 120px;
  }
}

@media screen and (max-width: 603px) {
  .banner {
    padding-top: 80px;
  }
  .logo img {
    width: 80px;
    margin: 10px auto;
    margin-top: 30px;
  }
  .banner h6 {
    font-size: 26px;
  }
  .banner p {
    font-size: 14px;
  }
  .banner h1 {
    font-size: 40px;
    width: 56%;
  }
  .timer {
    margin-top: 60%;
  }
  .timer .block {
    width: 70px;
    margin: 0 5px;
  }
  .timer .block h1 {
    font-size: 30px;
  }
  .timer .block span {
    font-size: 8px;
  }
  .hospital-image {
    width: 170px !important;
  }
  .hospital-scenario img {
    width: 120px;
  }
}

@media screen and (max-width: 530px) {
  .timer {
    margin-top: 90%;
  }
  .banner h1 {
    font-size: 40px;
    width: 84%;
  }
}
@media screen and (max-width: 330px) {
  .banner {
    padding-top: 40px;
  }
  .banner h6 {
    font-size: 22px;
  }
  .banner h1 {
    font-size: 38px;
    width: 90%;
  }
  .timer {
    margin-top: 90%;
  }
  .timer .block {
    width: 65px;
    margin: 0 3px;
  }
  .hospital-image {
    width: 180px !important;
  }
  .hospital-scenario img {
    width: 80px;
  }
}

@media screen and (max-width: 290px) {
}
