html {
  background-color: black;
  font-family: "poppins";
}
h1 {
  text-align: center;
}
h2 {
  margin: 0;
}
#multi-step-form-container {
  margin-top: 5rem;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.pl-0 {
  padding-left: 0;
}
.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 20;
}
.submit-btn {
  border: 1px solid #0e9594;
  background-color: #0e9594;
}
.mt-3 {
  margin-top: 2rem;
}
.d-none {
  display: none;
}
.form-step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0rem 3rem 3rem 3rem;
}
.font-normal {
  font-weight: normal;
}
ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
  position: relative;
}
ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}
.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
  flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #4361ee !important;
  color: #fff;
}
.form-stepper .form-stepper-active .label {
  color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #4361ee !important;
  color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
}
.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}
.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.form-stepper a {
  cursor: default;
}

#mainVideo {
  position: absolute;
  top: 20px !important;
  left: 36vw;
  height: 90vh;
  z-index: 10;
}


#videoButton {
  display: block;

  position: relative;
  top: 85vh;
  left: 44vw;
  width: 10vw;

  z-index: 15 !important;
  background-color: black;
  border-color: black;
  font-family: "poppins";
  border-radius: 20px;
  color: black;
  background-color: white;
  border-color: white;
  font-family: "poppins";
  font-weight: 600;
}

#displayNoneOnLoad {
  display: none;
}

.inputHolder {
  padding: 15px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 3px solid white;
  border-radius: 20px;
  background-color: black;
}

.inputHolder::placeholder {
  font-family: "poppins";
  font-weight: 700;
}

#stepOneButton {
  font-family: "poppins";
  font-weight: 600;

  position: relative;
  bottom: 25px;
  left: 42.5vw;
  border-radius: 20px;
  color: black;
  background-color: white;
  border-color: white;
}

.form-group {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
  bottom: 10px;
  left: 100px;
  width: 80vw;
}
#bottomText {
  color: white;
  position: relative;
  bottom: 10px;
  left: 40vw;
  width: 50vw;
}

i {
  color: red;
}

input {
  font-family: "poppins";

  color: white;
}

input:focus {
  border-color: red;
}

#headerDiv{
    font-family: "poppins";

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#headerDiv h1{

    color: white;
    font-size: 60px;
    margin: 0px;
    position: relative;
    bottom: 50px;
}



#headerDiv img{

    height: 100px;
    position: relative;
    bottom: 50px;
    right: 20px;
    
}

select{

  color: white;
  font-family: "poppins";
  font-weight: 700;

  padding: 15px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 3px solid white;
  border-radius: 20px;
  background-color: black;
}


option{

  color: white;

  font-family: "poppins";
}



@media only screen and (max-width: 900px) {
  html {
    background-color: black;
    font-family: "poppins";
  }
  h1 {
    text-align: center;
  }
  h2 {
    margin: 0;
  }
  #multi-step-form-container {
    margin-top: 5rem;
  }
  .text-center {
    text-align: center;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .pl-0 {
    padding-left: 0;
  }
  .button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 20;
  }
  .submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
  }
  .mt-3 {
    margin-top: 2rem;
  }
  .d-none {
    display: none;
  }
  .form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0rem 3rem 3rem 3rem;
  }
  .font-normal {
    font-weight: normal;
  }
  ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
  }
  ul.form-stepper .form-stepper-circle {
    position: relative;
  }
  ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
  }
  .form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  .form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
  }
  .form-stepper-horizontal li:after {
    background-color: #dee2e6;
  }
  .form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
  }
  .form-stepper-horizontal li:last-child {
    flex: unset;
  }
  ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
  }
  .form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
  }
  .form-stepper .form-stepper-active .label {
    color: #4361ee !important;
  }
  .form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
  }
  .form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
  }
  .form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
  }
  .form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
  }
  .form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
  }
  .form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
  }
  .form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
  }
  .form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .form-stepper a {
    cursor: default;
  }
  
  #mainVideo {
    position: absolute;
    top: 40px !important;
    left: 0px;
   width: 100vw;
   height: 75vh;
  
  
    z-index: 10;
  }
  #muteButton {
    display: block;
    position: relative;
    top: -5vh;
    left: 78vw;
    background-color: transparent;
    border-color: transparent;
  }
  
  #muteButton img {
    display: block;
  
    height: 40px;
    width: 40px;
  }
  
  #videoButton {
    display: block;
  
    position: relative;
    top: 73vh;
    left: 70vw;
    width: 25vw;
  
    z-index: 15 !important;
    background-color: black;
    border-color: black;
    font-family: "poppins";
    border-radius: 20px;
    color: black;
    background-color: white;
    border-color: white;
    font-family: "poppins";
    font-weight: 600;
  }
  
  #displayNoneOnLoad {
    display: none;
  }
  
  .inputHolder {
    padding: 15px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 3px solid white;
    border-radius: 20px;
    background-color: black;
  }
  
  .inputHolder::placeholder {
    font-family: "poppins";
    font-weight: 700;
  }
  
  #stepOneButton {
    font-family: "poppins";
    font-weight: 600;
  
    position: relative;
    bottom: 25px;
    left: 3rem;
    border-radius: 20px;
    color: black;
    background-color: white;
    border-color: white;
  }
  
  .form-group {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    color: white;
    position: relative;
    bottom: 10px;
    left: -20px;
    width: 80vw;
  }
  #bottomText {
    color: white;
    position: relative;
    bottom: 10px;

    left: 0vw;
    width: 80vw;
  }
  
  i {
    color: red;
  }
  
  input {
    font-family: "poppins";
  
    color: white;
  }
  
  input:focus {
    border-color: red;
  }
  
  #headerDiv{
      font-family: "poppins";
  
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
  }
  
  #headerDiv h1{
  
      color: white;
      font-size: 60px;
      margin: 0px;
      position: relative;
      bottom: 50px;
  }
  
  
  
  #headerDiv img{
  
      height: 100px;
      position: relative;
      bottom: 50px;
      right: 20px;
      
  }
  
  select{
  
    color: white;
    font-family: "poppins";
    font-weight: 700;
    padding: 15px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 3px solid white;
  border-radius: 20px;
  background-color: black;
  }
  
  
  option{
  
    color: white;
  
    font-family: "poppins";
  }
  
  
 
}

#warning{

  font-size: 10px;
  margin: 0px;
  margin-top: 5px;
}

