::-webkit-input-placeholder {
  /* Edge */
  color: rgb(120,186,246) !important;
  font-size: 11px;
  padding:8px;
}

@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;
  color:rgb(120,186,246);
}

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

#hero {
  width: 100vw;
  height: 100% !important;
  /* background: url("../images/s2/2021background.jpg") top center; */
  background: url("../images/s2/background-01_desktop.jpg") top center;

  background-size: cover;
}

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


#event_logo{
  position:absolute;
  width: 40%;
  transform: translate(-80%, 70%);
  top: 120px;
  z-index: 1;
  z-index:1;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    width:100vw;
    height:100vh !important;
    overflow: auto;
  }
}

.custom-input {
  background-color:white !important;
  width: 25% !important;
  padding: 6px 5px 6px 5px;
  border-color: transparent;
  color: rgb(120,186,246);
  border-bottom: 1px solid white;
  border:none;
  border-radius:5px;
  font-size: 11px;
}
.custom-btn {
  width: 10%;
  font-size: 11px;
  padding: 9px;
  color:black;
  background-color:rgb(120,186,246);
  border-radius: 10px;
  border:none;
  text-transform: uppercase;
  float: right;
  margin-right: 33%;
}
.calander-btn {
  width: 25%;
  font-size: 2vh;
  padding: 9px;
  background-color: #fee101;
  border-radius: 5px;
}

.dropdown{
  font-size:11px;
  padding: 7px 4px 7px 8px;
  border-radius:5px;
}

.gender-container{
  margin-left: 32.5%;
  width: 8%;
  font-size: 2vh;
  text-align: center;
  margin-bottom: 10px;
}

.custom-logo{
    left: 74px;
    position: absolute;
    top: 80px;
    width: 10%;
}

.hide {
  visibility: hidden !important;
}
@media (min-width: 600px) and (max-width:991px) {
  #hero {
    height: 100vh !important;
  }
  #myForm label{
    margin-left: 32.5% !important;
  }
  .input-container {
    margin-left: 32.5% !important;
  }
  #hero .container {
      max-width: 585px !important;
  }
}
@media only screen and (max-width: 600px) {
  #hero {
    background: url("../images/s2/background-01_mobile.jpg") top center;
    background-size: cover;
    width:100vw;
    height:100%;
    padding-bottom: 100px;
  }
  
  #event_logo{
    position:absolute;
    width:100%;
    transform: translate(0%, 0%);
    top: 0;
  }
  .custom-btn {
    width: 30% !important;
    margin-right: 40px;
  }
  .input-container {
    width: 50% !important;
  }
  .custom-img {
    width: 40% !important;
  }

  .custom-logo {
    left: 70%;
      position: absolute;
      top: 10px;
      width: 23%;
  }

  #myForm{
    padding-top:46%;
    z-index:9999 !important;
  }

  .gender-container{
    margin-left: 10%;
    width: 20%;
  }
}

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

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

}

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

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