@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
  width: 100vw;
  font-family: "Poppins", sans-serif;
}
main {
  height: 100%;
  width: 100%;
  display: flex;
}
.sec1 {
  height: 100%;
  width: 50%;
}
.sec1 .first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40%;
  /* padding-bottom: 1rem; */
}
.sec1 .first h1 {
  padding-bottom: 1rem;
  font-size: 2.5vw;
  font-weight: 500;

  /* animation: animate 5s linear infinite; */
}
.sec1 .first h1 span {
  font-family: "Dancing Script", cursive;
  margin-right: 1rem;
}

.sec1 .first input {
  width: 100%;
  height: 3rem;
  border-radius: 7px;
  margin-bottom: 1rem;
  padding-left: 25px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec1 .first button {
  width: 100%;
  height: 2.5rem;
  border-radius: 7px;
  font-size: 0.9rem;
  background-color: #eb5757;
  border: none;
  color: #fff;
}
.sec1 img {
  width: 100px;
  height: 80px;

  margin-left: 5rem;
  margin-top: 1rem;
}

.sec2 {
  /* background: url(background.mp4); */
  background-image: url(room.jpg);

  background-size: cover;
  height: 100%;
  width: 50%;
}
.coming-soon-app {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

/* .video-container {
  max-width: 800px;
  width: 100%;
  height: 100vh;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}

video {
  width: 100%;
  height: auto;
  border-radius: 8px;
} */

footer {
  display: flex;
  justify-content: space-around;
  align-items: end;
  height: 20%;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.launch-time {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.launch-time div {
  flex-basis: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.launch-time div p {
  font-size: 40px;

  margin-bottom: -14px;
}
/* .launch-time div span {
  
} */
.launch-time .one {
  background-color: rgb(251, 255, 254);
  padding: 10px 15px;
  margin-left: 10px;
  border-radius: 5px;
}
.icon i {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .sec1 .first h1 {
    padding-bottom: 1rem;
    font-size: 2.5vw;
    font-weight: 500;
    color: #ffffff;

    /* animation: animate 5s linear infinite; */
  }
  .sec1 {
    height: 100%;
    width: 100%;
    background-image: url(room.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec1 .first {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40%;
    /* padding-bottom: 1rem; */
  }
  .sec1 .first h1 {
    padding-bottom: 1rem;
    font-size: 5vw;
    font-weight: 500;

    animation: animate 5s linear infinite;
  }
  .sec1 .first input {
    width: 100%;
    height: 3rem;
    border-radius: 7px;
    margin-bottom: 1rem;
  }
  .sec1 .first button {
    width: 100%;
    height: 3rem;
    border-radius: 7px;
    font-size: 1.1 rem;
    background-color: #eb5757;
    border: none;
  }
  .sec1 img {
    width: 100px;
    height: 80px;
    /* position: relative;
left: 5rem;
top: 1rem; */
    margin-left: 5rem;
    margin-top: 1rem;
  }
  .sec2 {
    background-image: none;
    background-size: cover;
    height: 0%;
    width: 0%;
  }
  footer {
    display: flex;
    justify-content: space-around;
    align-items: end;
    height: 15%;
    color: #fff;
  }
  .sec1 .first input {
    margin-top: 2rem;
  }
  .launch-time {
    margin-top: 2rem;
  }
}
@media (max-width: 550px) {
  .hero {
    height: 16%;
  }
  .launch-time div p {
    font-size: 28px;
  }
  .launch-time div span {
    font-size: 12px;
  }
}
