
@media screen and (max-width: 600px) {
  body,
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  body{
    overflow-x:hidden;
  }
  #main {
    width: 100%;
  }

  #v1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* position: fixed; */
    z-index: -1;
  }

  #nav #logo-main {
    margin-left: 5%;
    height: 50px;
    /* background-color: red; */
  }
  #main {
    position: relative;
    background-color: rgba(0, 0, 0, 0.689);

    width: 116%;
  }

  /* #nav {
    padding-top: 6%;
    height: 18%;
    /* width: 100vw; */
  /* }  */

  /*
  .nav-top {
    margin-left: -9%;
    /* position: fixed; */
  /* width: 130%; */
  /* margin-top: -40px;
  } */

  #nav {
    width: 100%;
  }

  .nav-top #nav-contests,
  #nav-faqs,
  #nav-accounts,
  #nav-about-us {
    display: none;
    /* background-color: red; */
  }
  .nav-top #nav-home {
    font-size: 2vmax;
  }

  .nav-top #nav-about-us {
    font-size: 15px;
  }
  .nav-top #nav-accounts {
    font-size: 15px;
  }

  #nav #login-register {
    width: 150px;
    position: absolute;
    left: 35%;
  }

  #nav #login-register #register {
    margin-left: 100px;
    font-size: 15px;
    width: 190px;
  }
  #nav #login-register #login {
    margin-left: 210px;
    position: absolute;
    font-size: 15px;
  }
  #page1 p {
    width: 80%;
  }
  #page1 #buttons {
    gap: 20px;
  }

  #page1 #arrow-container {
    height: 20vmax;
    width: 20vmax;
  }
  #page1 #arrow-container #arrow {
    height: 20vmax;
    width: 20vmax;
  }
  #why-zescoot .header {
    width: 100%;
    text-align: center;
  }
  #why-zescoot-div1 h4,
  #why-zescoot-div2 h4 {
    font-size: 15px;
  }
  #about-us-in p {
    width: 80%;
    font-size: 10px;
    text-align: center;
    margin-left: -4px;
  }
  #about-us #thumbsupman,
  #people {
    display: none;
  }
  #about-us p {
    text-align: center;
    width: 100%;
    margin-left: 5px;
  }

  #abover-cards-container .header {
    text-align: center;
    font-size: 40px;
    width: 100%;
    font-weight: 800;
    height: 100%;
  }
  #cards-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 20%;
    height: 100%;
    /* background-color: red; */
  }

  #cards-container .card {
    height: 20%;
    width: 100%;
  }

  #cards-container .card .overlay p {
    position: relative;
    bottom: 10px;
  }
  #page3 p {
    padding: 0px 5px 0px 5px;
    width: 100%;
  }
  #page4 {
    padding: 10px 10px 10px 10px;
    gap: 20px;
    font-size: 10px;
  }
  #page4 #hOne {
    width: 100%;
    text-align: center;
    font-size: 5.5vw;
  }
  #page4 .elements {
    margin-left: 10px;
    gap: -10px;
    height: 30%;
    width: 130%;
    text-align: center;
  }
  #page4 .elements h2 {
    font-size: 3vw;
  }

  .page14-inner {
    width: 116%;
  }
  .page14-inner h1 {
    font-size: 5vw;
  }
  .page14-inner > i {
    font-size: 5vw;
  }
}
