@media all and (min-width: 700px){
  /* .section-details p{
    display: none;
  } */
  /* .demo-info{
    display:none;
  }*/
  .build-info{
    display:block;
    text-align: center;
}
}
@media  all and  (max-width: 600px) {
  #home .home-div{
    background: none;
  }
  #home .info-div h4{
    color: white;
  }
  #home .info-div h1{
    color: white;
  }
  .mobile{
    display:none;
  }
  
  .mobile h1{
    font-weight: 900;
    color: white;
    font-size: 35;
  }
  .mobile-button-img{
    height:10rem;
    width: auto;
    border-radius: 10%;
    border: 4px solid #CD85EF;
}
.continue-button h3{
    color: white;
}
.footer h3{
  color: white;
}
.footer{
  position: absolute;
  bottom: 1%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
/* #background-video {
  position: relative;
  width: auto;
  min-height: 100%;
  height: auto;
  background: transparent url(video-bg.jpg) no-repeat;
  background-size: cover;
  object-fit: fill;
}
video {
  display: block;
}
.video-container {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left:0;
  z-index: -100;
}  */
#home {
  background-image: url("background-vid.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* .mobile {
    display: block;
    justify-content: center;
    position: relative;
  } */
  .continue-button{
    margin: auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .continue-button img{
    height: 15%;
    width: auto;
  }
  .base-div{
    display:none;
  }
  
  .option-images {
    display: inline-block;
  }
  .qnum h2 {
    margin: 0;
    padding: 0;
    font-size: smaller;
  }
  #options{
    display: none;
  }
  .img-label {
    margin-top: 2px;
    font-size: smaller;
}

.options-div h3 {
  font-size: smaller;
}

  nav {
    height: 70px;
    padding: 2%;
  }

  /* Home Page css*/

  /* .home-div {
    flex-direction: column-reverse;
  }*/

  .info-div{
    margin: 20px;
    align-items: center;
  }
  
  .info-div h1 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
  }
  .info-div h4 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
  }



  /* Login page css */
  .login-img {
    display: none;
  }
  
  .login-form {
    margin-top: 10%;
  }

  /* Sign UP page css */

  .register-img{
    display: none;
  }

  .register-main{
    margin: 5%;
    margin-top: 2%;
    /* margin-top: 5%; */
  }



  /* Question Page CSS */

  .ques-div{
    font-size: 20px;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 2%;
  }
  label{
    margin-bottom: 0;
  }
  .qnum{
    font-size: smaller;
  }

  .ques-heading{
    font-size: 25px;
  }
  .clicked {
    border: 1px solid black;
    outline: 2px solid #CD85EF;
    outline-offset: 5px;
  }

  .options-div{
    margin-top: 1%;
  }
  .options-div img{
    height: 200px;
  }

  .options-div label{
    font-size: 17px;
  }
  .sub-btn{
    margin-left: auto;
    margin-right: auto;
  }



  /* Score Page csss */

  .highest-score{
    margin-top: 30px;
    font-size: 18px;
    width: 80%;
  }

  
  .score-head {
    font-size: 35px;
    margin-top: 40px;
  }

  .score-circle {
    border-width: 8px;
    width: 120px;
    height: 120px;
    margin-top: 32px;
  }

  .score-circle h1{
    font-size: 40px;
    padding: 17px;
  }

  .congrats-cls{
    margin-top: 35px;
    font-size: 30px;
  }

  .redirect-links{
    margin-top: 0px;
    width: 70%;
  }
  
  
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

footer{
  display: block;
}
footer p {
  text-align: center;
  font-size: 7px;
}
footer h4{
  text-align: center;
  color: white;
}