@media screen and (max-width: 700px) {

#falling-images-container {
  display: none;
}


  header {
  font-size: 6vw;
}

  .mobile-nav is-active{
    background-color: grey;
  }
  .page {
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
  }

  .one {
    min-height: 72rem;
    max-height: 120vh;
  }

  .one-main {
    margin-top: 50px;
  }
  
  .two {
    min-height: 30rem;
    max-height: 80vh;
  }

.three {
    min-height: 30rem;
    max-height: 100vh;
  }

  .four {
    min-height: 35rem;
    max-height: 80vh;
  }

  .five {
    min-height: 40rem;
    max-height: 80vh;
  }

  .six {
    min-height: 40rem;
    max-height: 80vh;
  }
  
  .accordion {
    height: 100vw;
    aspect-ratio: auto;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav a { display: block;
      }


  .nav-list-item:not(.logo) {
    display: none;
  }
  
  .hamburger {
  display: block;
}

  .cssbuttons-io-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
  width: 50%;
  max-height: 10%;
  min-height: 8%;
 border-radius: 0.8vw;
 box-shadow: 0.1em 0.1em 0.6em 0.2em gold;
  color: white;
    font-family: Poppins Bold;
    font-size: 5vw;
  }
.cssbuttons-io-button .icon{
  display: none;
}


  #topBtn{
    padding: 1vh;
    font-size: 3vh;
    border-radius: 10px;
  }

  .one-main-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 110vh;
    aspect-ratio: auto;
}

  .one-main-text {
  text-align: center;
  height: 60%;
  width: 100%;
}

  .one-main-text span {
  font-size: 4vh;
  text-align: center;
}

.one-main-text p {
  font-size: 2vh;
  text-align: center;
}
  
.fade3 {
  width: 60vw;
  border-radius: 30vw;
}

.fade2 {
  border-radius: 27vw;
}

.fade1 {
  border-radius: 25vw;
}
  
.image-container {
  border-radius: 23vw;
}


.quantumcheats img {
  height: auto;
  width: 35vw;
}

  

.two-wrapper {
  width: 80vw;
  min-height: 100%;
  aspect-ratio: auto;
}

  .two-main {
  height: 100%;
  aspect-ratio: auto;
}

.two-card-slider {
  width: 80%;
  height: 100%;
}
  
.two-card {
  width: 55vw;
  min-height: 75vw;
}

.two-card-info span {
    font-size: 2vh;
}
  

.two-buttons {
  width: 100%;
}

.right-button button {
    padding: 5vw;
}
  
.left-button button{
    padding: 5vw;
}

.right-button embed {
    min-height: 1rem;
  min-width: 1rem;
}

.left-button embed {
    min-height: 1rem;
  min-width: 1rem;
}

.three-main {
  height: 100%;
  width: 100%;
}

.three-main-body {
  flex-direction: column;
  aspect-ratio: auto;
  width: 100%;
  height: 80vh;
}

  .three-main-body p{
  font-size: 1.2vh;

  }
  .three-main-body span{
  font-size: 1.7vh;

  }
.three-main-body ul{
height: 40%;

}

.three-main-body ul li{
  margin: 0;
}

.three-main-body img {
  margin: 0;
  width: 35vh;
  height: auto;
}
.four-main {
  min-height: 70vh;
  width: 100%;
}

.four-main-body {
  min-height: 70vh;
  width: 100vw;
}

  .four-main-body ul {
  font-size: 1vh;
}


.four-main-body ul li{
  margin: 5vw 0;
}

  .four-list-one {
    width: 22vw;
    padding: 0;
    margin: 0;
    height: 54%;
  }
    .four-list-two {
    width: 22vw;
    padding: 0;
    margin: 0;
    height: 54%;
  }

  .four-list {
  font-size: 3vw;
  }

.four-image-container {
  width: 40vw;
}

  .four-image {
  margin-left: 7vw;
}
  
.four-list-item-one:nth-child(1){
  transform: translate(1vw, -5vw);
}

.four-list-item-one:nth-child(2){
  transform: translate(4vw, 4vw);
}


.four-list-item-one:nth-child(3){
  transform: translate(2vw, 5vw);
}


.four-list-item-two:nth-child(1){
  transform: translate(-5vw);
}

.four-list-item-two:nth-child(2){
  transform: translate(-4vw, 4vw);
}

.four-list-item-two:nth-child(3){
  transform: translate(-7vw, 3vw);
}


.four-main-body img {
  transform: translate(-11vw);
  width: 60vw;
  height: auto;
}



.five-container {
  width: 55vw;
  height: 130vw;
  aspect-ratio: auto;
}
  .five-name {

  font-size: 3.5vw;

}

  .five-info {
    font-size: 2.5vw;
  }

.five-main-body {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  width: 84vw;
  height: 130vw;
}

.five-review-container {
  overflow-x: scroll;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 42vw;
  gap: 8.75vw 5vw;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.five-review-container::-webkit-scrollbar {
  display: none; /* change to "none" */
}


.review-card {
  aspect-ratio: 6/5;
  border-radius: 2vw;
  width: 39vw;
  background-color: #1B150F;
}


.review-button-container {
height: 10vw;
  width: 15vw;
  border-radius: 5vw;
}


  .container {
  height: 10vw;
  width: 15vw;
  border-radius: 5vw;

}

  .slider { 
    height: 8vw;
    border-radius: 5vw;
     top: calc(50% - 8vw/2);
    left: calc(50% - 8vw/2 - 2.05vw);
  }
  
.review-button-container button {
  height: 8vw;
  font-size: 3vw;
}

  .accordion-title {
    font-size: 2.5vw; 
  }
.accordion-title::after{
  font-size: 2.5vw; 
}
  
.accordion-answer {
  font-size: 2vw; 
}

  

  .app-header-link{
    display: none;
  }
  

.contact h2 {
  font-size: 4vw;
}


.contact a {
  font-size: 4vw;
}

.contact p {
  font-size: 3vw;
}

  .one-main-image{
display: f;
    }

@-moz-document url-prefix() {
  #topBtn{
            padding: 1%;
            width: 6%;
            height: 5%;
        }
      }
    }

    

@media screen and (max-width: 1550px) and (max-height: 1150px){
    .footer-list-item a {
      font-size: 70%;
  
    }
  }
