@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1.00)
}
.bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, rgba(80, 186, 204) 0%, rgba(136, 206, 221, 1) 25%, rgba(173, 217, 224, 1) 51%, rgba(80, 186, 204, 1) 100%);
  animation: AnimateBG 20s ease infinite;
}
@keyframes AnimateBG {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.wrapper-underconstruction {
  text-align: center;
}
.wrapper-underconstruction .title-coming {
  padding-bottom: 50px;
}
.wrapper-underconstruction .title-coming h1 {
  font-size: 85px;
  line-height: 100px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
.wrapper-underconstruction .title-coming h1 span {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0px;
}
.wrapper-underconstruction .info-coming {
  font-size: 30px;
  line-height: 44px;
  font-weight: 200;
}
.wrapper-underconstruction .url-coming {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
  padding-top: 70px;
}
.wrapper-underconstruction .registered-by {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 50px;
}
.wrapper-underconstruction .registered-by img {
  width: 300px;
  height: auto;
  margin-top: 20px;
}
@media(max-width:1200px) {}
@media(max-width:991px) {}
@media(max-width:767px) {
.wrapper-underconstruction .title-coming h1 {
  font-size: 55px;
  line-height: 50px;
	font-weight: 900;
}	
.wrapper-underconstruction .info-coming {
  font-size: 18px;
  line-height: 30px;
	  font-weight: 400;
}	
	
	
}
@media(max-width:550px) {}