::-webkit-input-placeholder {
  /* Edge */
  color: white !important;
}

@font-face {
  font-family: "FZDaHei-B02S";
  src: url("../fonts/futureforceshalfital.ttf");
}
@font-face {
  font-family: "FZYaoTi";
  src: url("../fonts/Montserrat-Medium.otf");
}
@font-face {
  font-family: "Montserrat-semiBold";
  src: url("../fonts/Montserrat-SemiBold.otf");
}
.fonts-1 {
  font-family: "FZDaHei-B02S" !important;
}
.fonts-2 {
  font-family: "Montserrat-semiBold" !important;
}
.fonts-3 {
  font-family: "FZYaoTi" !important;
}

body {
  font-family: "FZYaoTi" !important;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/Background.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero .container {
  /* position: relative; */
  text-align: center;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

.custom-input {
  background-color: hsla(60, 1%, 55%, 0.3) !important;
  width: 25% !important;
  padding: 9px;
  border-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fee101;
}

.calander-btn {
  width: 25%;
  font-size: 2vh;
  padding: 9px;
  background-color: #fee101;
  border-radius: 5px;
}

.hide {
  visibility: hidden !important;
}

@media only screen and (max-width: 600px) {
  .custom-btn {
    width: 50% !important;
  }
  .input-container {
    width: 50% !important;
  }
  .custom-img {
    width: 40% !important;
  }
}

@media only screen and (min-width: 200px) {
  .custom-btn {
    width: 100% !important;
  }
  .input-container {
    width: 100% !important;
  }
  .custom-img {
    width: 85% !important;
  }
}

@media only screen and (min-width: 992px) {
  .custom-btn {
    width: 35% !important;
  }
  .input-container {
    width: 35% !important;
  }
  .custom-img {
    width: 70% !important;
  }

}

.input-container {
  margin: 0 auto;
  font-size: 2vh;
  padding: 0 50px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-input {
  width: 100%!important;
}

.custom-btn {
  width: 100% !important ;
  font-size: 2vh;
  padding: 9px;
  background-color: #fee101;
  border-radius: 5px;
}