/* ==========================================================================
   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;
  }

  .hero-video {
    transform: scale(0.85);
  }

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

  h2 {
    font-size: 42px;
    line-height: 46px;
  }

  h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .team-member img {
    width: 180px;
  }

  .bold {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .image-zoom-out img {
    width: 190px;
    height: 210px;
  }
  .viewer {
    width: 260% !important;
    margin-right: -20%;
    transform: scale(0.7);
    height: 140% !important;
  }
  .text-block {
    padding: 5% 0 0 5%;
    text-align: left;
  }
  .panel img {
    max-width: 400px;
  }

  .scroll-container {
    width: 90%;
  }

  .stack-imgs {
    width: 40%;
  }

  .text-wrap {
    width: 60% !important;
  }

  .doge-footer {
    width: 450px;
  }

  .stack-1 img,
  .stack-2 img,
  .stack-3 img,
  .stack-4 img {
    left: calc(65% - 275px);
  }

  .sparkle {
    right: 0;
  }
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  .hero-video video,
  .hero-text {
    width: 80%;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .panel img {
    max-width: 300px;
  }

  .stack-1 img,
  .stack-2 img,
  .stack-3 img,
  .stack-4 img {
    left: calc(50% - 150px);
  }

  .stack-3 img {
    top: 28vh;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
  .w-40,
  .w-50 {
    width: 90% !important;
    margin: 0px auto;
  }

  .first .container,
  .sprite-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .second {
    justify-content: center;
  }

  .hero-video {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 600px !important;
  }

  .hero .container {
    flex-direction: column-reverse;
  }

  .hero-text {
    position: absolute;
    width: 300px;
    height: 260px;
  }

  .hero-cta a {
    width: 100%;
  }

  .hero-wow {
    width: 100px;
  }

  .hero-woof {
    right: 0;
  }

  .first .container,
  .sprite-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .scroll-container {
    flex-direction: column-reverse;
    height: 100vh;
  }

  .stack-imgs {
    width: 100%;
    height: 40vh;
  }
  .text-wrap {
    height: 60vh;
  }
  .panel-text {
    justify-content: flex-start;
  }

  .stack-1 img {
    top: 25vh;
  }
  .stack-2 img {
    top: 21vh;
  }

  .stack-3 img {
    top: 18vh;
  }

  .stack-4 img {
    top: 9vh;
  }

  .much-stake::before {
    top: 150px;
  }
}

/* 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-secondary);
    transition: width 0.4s;
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

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

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

  header .nav li a {
    display: block;
    padding: 15px;
    font-size: 24px;
    z-index: 9999;
  }
  .container-small {
    width: 80%;
  }
}

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

/* Mobile Large */

@media (max-width: 642px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

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

  .container {
    flex-direction: column;
    width: 90% !important;
  }

  .hero p {
    margin-bottom: 20px;
  }

  header {
    display: flex;
    justify-content: center;
  }

  header .container {
    margin: 0;
    display: flex;
    align-items: flex-start;
  }

  .w-40,
  .w-50 {
    width: 90% !important;
    margin: 0px auto;
  }

  .first .container,
  .sprite-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .second {
    justify-content: center;
  }

  .sprite-container {
    width: 90%;
  }

  .scroll--mouse {
    left: calc(50% - 20px);
    position: absolute;
  }

  .hero-title {
    animation: none;
  }

  .hero-title h1 {
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-title p {
    text-align: center;
  }

  .hero-video::before {
    display: none;
  }

  .forth .wrapper {
    display: flex;
  }

  .camera-wrapper {
    display: none;
  }

  .content div {
    width: 60%;
  }

  .scroll-down {
    bottom: 20%;
  }

  .big-type {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .feature-container {
    margin-top: 3vh;
  }

  .hero-video {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    width: 250px !important;
  }

  .hero .container {
    flex-direction: column-reverse;
  }

  .hero-text {
    position: absolute;
    width: 300px;
    height: 260px;
  }

  .hero-cta a {
    width: 100%;
  }

  .hero-wow {
    width: 100px;
  }

  .hero-woof {
    right: 0;
  }

  .hero-many {
    display: none;
  }

  .hero-such {
    left: 0;
  }

  .hero-stake {
    right: 0%;
    width: 100px;
  }

  .scroll-container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .stack-imgs {
    width: 90%;
    margin: 0px auto;
    height: 30vh;
  }
  .text-wrap {
    height: 58vh;
  }
  .panel-text {
    height: 60vh;
    display: flex;
    justify-content: flex-start;
  }

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

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

  .feature-item {
    margin: 10px 0x;
  }

  .much-wow::before {
    display: none;
  }

  .much-stake li {
    width: 100%;
    margin: 10px 0px;
  }

  .much-stake::before {
    display: none;
  }

  .panel img {
    width: 50%;
  }
  .stack-1 img {
    top: 18vh;
  }

  .stack-2 img {
    top: 15vh;
  }

  .stack-3 img {
    top: 12vh;
  }

  .stack-4 img {
    top: 6vh;
  }

  .stack-1 img,
  .stack-2 img,
  .stack-3 img,
  .stack-4 img {
    left: 28%;
  }

  .footer .d-grid {
    height: inherit;
  }
  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .doge-footer {
    width: 90%;
  }

  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    margin-bottom: 50px;
  }

  .footer {
    padding-bottom: 50vh;
  }

  .copyright {
    margin-top: 20px;
  }

  form input[type="button"] {
    width: 100%;
  }
  .copyright {
    display: none;
  }

  .feature-item {
    padding: 15px;
    margin-bottom: 10px;
  }
  .feature-img {
    display: none;
  }
  .paw:before {
    display: none;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .hero-video,
  .hero-text {
    width: 180px;
  }

  .hero-wow {
    width: 70px;
  }

  .hero-woof {
    right: -60px;
    width: 100px;
  }

  .hero-such {
    width: 100px;
    bottom: inherit;
    top: 140px;
  }

  .hero-stake {
    bottom: inherit;
    top: 100px;
  }

  .btn {
    font-size: 14px;
  }

  .underline::after {
    display: none;
  }

  .stack-imgs {
    height: 35vh;
  }
  .text-wrap {
    height: 65vh;
  }
  .much-stake::before {
    top: 34vh;
  }
  .footer {
    padding-bottom: 80vh;
  }
  .stack-1 img,
  .stack-2 img,
  .stack-3 img,
  .stack-4 img {
    left: 25%;
  }

  .panel img {
    width: 50%;
  }

  .feature-img {
    display: none;
  }
}
