/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 2560px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {
}

/* Desktop Small */

@media (max-width: 1400px) {
}

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
  .container {
    width: 90% !important;
  }

  h1 {
    font-size: 62px;
    line-height: 64px;
  }

  h4 {
    font-size: 36px;
    margin-bottom: 22px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .big-type {
    font-size: 20px;
    line-height: 22px;
  }

  .arrows {
    left: 5%;
    bottom: 10%;
  }

  .window {
    top: 5%;
    left: 10%;
    max-width: 150px;
  }

  .features,
  .copyright {
    width: 80% !important;
  }

  .feature img {
    width: 120px;
  }

  .copyright {
    font-size: 12px;
  }

  .slick-arrow {
    width: 60px;
  }

  .reveal-content {
    width: 90%;
  }

  .reveal-content img {
    max-width: 180px;
  }

  .reveal-content h3 {
    margin-bottom: 0;
  }

  .rats {
    width: 170px;
    height: 160px;
    bottom: -20px;
    left: 0;
  }

  .powered {
    left: 5%;
    font-size: 12px;
  }
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  section {
    height: inherit;
    padding: 5vh 0;
  }

  .container {
    width: 80% !important;
  }

  h3 {
    font-size: 28px;
  }

  .w-50,
  .w-45 {
    width: 100% !important;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
}

/* Macbook 13 Inch */

@media (min-device-width: 700px) and (max-device-width: 1200px) {
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  #nav-icon {
    display: block;
    z-index: 999;
  }

  header .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: var(--color-black);
    transition: width 0.4s;
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  header .nav.open {
    width: 100vw;
  }

  header .nav li {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 70vw;
  }

  header .nav li a {
    display: block;
    padding: 15px;
    font-size: 24px;
    z-index: 9999;
  }
  .container-small {
    width: 80%;
  }
  .f-grid-half {
    grid-template-columns: 100%;
  }
  .social-header {
    justify-content: center;
  }

  .hero-video {
    top: 0;
    width: 130%;
    right: 0;
  }

  .hero-title {
    margin-top: 50vh;
  }

  #nav-icon {
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
  }

  .second .container {
    flex-direction: column;
  }

  .w-40,
  .w-60 {
    width: 100%;
  }

  .main section {
    height: inherit;
  }

  .arrows {
    position: relative;
    width: 40%;
    left: 10%;
  }

  .fourth,
  .slide {
    flex-direction: column-reverse;
  }

  .features {
    grid-template-columns: 80%;
    justify-content: center;
  }

  .feature {
    margin: 7% 0;
  }

  .window {
    top: 2%;
    left: 3%;
  }

  .copyright {
    flex-direction: column;
  }

  .copyright div {
    margin-bottom: 20px;
  }

  .bars img {
    width: 40%;
  }

  .bars img {
    height: 135vh;
  }

  #top {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #top p {
    color: var(--color-white);
  }

  .reveal-content {
    padding: 5vh 0;
  }

  .f-dir-col-reverse-mobile {
    flex-direction: column-reverse;
  }

  .f-dir-col-mobile {
    flex-direction: column;
  }

  .scroll-down {
    display: none;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
}

/* Mobile Large */

@media (max-width: 642px) {
  .main section {
    height: inherit;
  }

  h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h4 {
    font-size: 30px;
    margin-bottom: 36px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .big-type {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-video {
    width: 180%;
  }

  .underline::after {
    bottom: -35px;
  }

  .second .w-60 {
    width: 130%;
  }

  .slider-img img:first-child {
    max-width: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
  }

  .bars {
    display: none;
  }

  .fifth h1 {
    margin-top: 20vh;
  }

  .window {
    top: 0%;
    left: calc(50% - 100px);
  }

  .window img {
    max-width: 200px;
  }

  .features {
    grid-template-columns: 100%;
  }

  .copyright {
    margin-top: 10vh;
  }

  .copyright div {
    font-size: 12px;
    text-align: center;
  }

  .reveal-content {
    height: inherit;
    width: 80%;
  }

  .spider {
    width: 200px;
  }

  .sound-button {
    right: 25px;
  }

  .rats {
    display: none;
  }

  .powered {
    left: 10%;
    bottom: 3%;
    font-size: 12px;
  }

  .newsletter {
    width: 80%;
  }

  .newsletter,
  .newsletter .d-flex {
    flex-direction: column;
  }

  .newsletter h4,
  .newsletter form {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .newsletter input,
  .newsletter .btn {
    width: 100%;
  }

  .newsletter h4 {
    margin-bottom: 20px;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
}
