@font-face {
  font-family: "Gilroy";
  src: url(../font/GILROY-MEDIUM.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url(../font/GILROY-SEMIBOLD.TTF) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.coming-soon-body {
  font-family: Gilroy-SemiBold;
  background: url(../image/coming-soon-bg.jpeg);
  background-size: cover;
  object-fit: cover;
  object-position: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  color: #333;
}
.content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.logo {
  margin-bottom: 80px;
}
.coming-soon {
  width: fit-content;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
  color: #2e2e2e;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.coming-soon-container {
  overflow-y: scroll;
  scrollbar-width: none;
  height: 100%;
  padding: 48px 0 24px 0;
}
h1 {
  color: #2e2e2e;
  text-align: center;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px; /* 158.333% */
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
p {
  color: #747474;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}
.notify-form {
  max-width: 520px;
  width: 100%;
}
.notify-input {
  display: flex;
  max-width: 520px;
  width: 100%;
  padding: 8px 8px 8px 24px;
  align-items: center;
  gap: 16px;
  height: 54px;
  border-radius: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.028px;
}
.notify-input::placeholder {
  color: #747474;
  opacity: 1; /* Firefox */
}
.notify-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 38px;
  border-radius: 40px;
  background: #00833E;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.028px;
}
.notify-btn:hover {
  background: #93D500;
  transition: all 0.3s ease-in-out;
}
.input-sub-btn {
  position: relative;
}
footer {
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #00833E;
  outline: 0;
  box-shadow: none;
}
@media (max-width: 576px) {
  .coming-soon-body {
    height: 100vh;
  }
  .logo {
    margin-bottom: 40px;
  }
  .logo img {
    width: 120px;
  }
  .coming-soon {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 6px 10px;
  }
  h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.5;
  }
  p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .coming-soon-container {
    padding: 24px 0 24px 0;
  }
}
