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

/* Wide Screens */

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

  h1 {
    font-size: 12vw;
  }

  h2 {
    font-size: 3vw;
  }

  .fourth h2 {
    font-size: 6vw;
  }
}

/* Desktop */

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

/* Desktop Small */

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

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
  /* h1 {
    font-size: 92px;
    line-height: 80px;
  } */

  h2 {
    font-size: 7vw;
  }

  .big-type {
    font-size: 17px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }

  .features {
    max-width: 1000px;
    margin-top: 20px;
  }

  .feature video {
    width: 30%;
  }

  .first-feature div {
    padding: 10px 20px 10px 10px;
    font-size: 20px;
  }

  .feature {
    padding: 10px 10px 20px 10px;
  }

  .feature h3 {
    font-size: 60px;
  }

  .feature p {
    font-size: 14px;
    margin: 0px;
    line-height: 120%;
  }

  .how-bg {
    top: 0px;
  }

  .invest-img img:nth-child(1),
  .invest-img img:nth-child(2) {
    max-height: 280px;
  }

  .fourth p {
    font-size: 24px;
    line-height: 120%;
  }

  .fourth h2 {
    font-size: 8vw;
  }

  .sixth .container {
    width: 95%;
  }

  .coins img:nth-child(1) {
    left: -15%;
  }

  .coins img:nth-child(3) {
    top: -30%;
    right: -20%;
  }

  .coins img:nth-child(5) {
    bottom: -10%;
    right: -10%;
  }

  .funding-left h4,
  .funding-right h4 {
    font-size: 40px;
    line-height: 80%;
  }

  .card {
    padding: 10px;
    margin-top: 5px;
  }

  .frame {
    height: 420px;
  }

  .grid-top,
  .grid-back {
    top: 0;
  }

  .logo-footer {
    left: -14%;
  }

  .sixth h2 {
    font-size: 6vw;
  }

  .card h3 {
    font-size: 28px;
  }

  .coins img:nth-child(2) {
    bottom: 0;
    right: 20%;
  }

  .footer-cols {
    width: 95%;
    margin: 0px auto;
  }

  .text-large {
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (min-device-width: 1130px) and (max-device-width: 1300px) {
  .how-bg {
    top: -6vh;
  }
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }

  .w-50 {
    width: 100%;
  }

  .invest-img img:nth-child(1) {
    max-width: 350px;
    right: -10%;
    bottom: 10%;
  }

  .invest-img img:nth-child(3) {
    top: 8%;
  }

  .fifth {
    background-size: contain;
  }

  .coins img:nth-child(1) {
    left: -25%;
  }

  .seventh h2 {
    font-size: 15vh;
  }

  #mc_embed_signup {
    display: flex;
    justify-content: space-between;
  }

  .signup {
    bottom: 0;
    top: inherit;
    left: 2.5%;
    width: 95%;
    max-width: 100%;
    border-radius: 10px;
    padding-top: 0px;
  }

  .top-img {
    top: 40px;
    left: 0;
    position: relative;
    width: 30%;
    object-fit: contain;
  }

  #mc_embed_signup form {
    width: 70%;
  }

  #mc_embed_signup_scroll p {
    max-width: 100%;
  }

  .footer-cols {
    width: 90%;
    margin-left: 5%;
    padding: 5vh 0;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-items: center;
  }

  .footer-cols div {
    width: 100%;
  }

  .buy-lumia {
    grid-column: span 3;
    justify-self: center;
    margin: 20px;
  }

  .footer-cols div:first-child {
    display: none;
  }
}

/* Tablet Portrait */

@media (max-width: 768px) {
  .show-mobile {
    display: flex;
  }

  .container-tiny {
    width: 100%;
  }

  header .btn-container {
    display: none;
  }

  .second-vid {
    left: 0;
  }

  .second h2 {
    font-size: 14vw;
  }

  .second .m-dir-col,
  .fifth .m-dir-col,
  .sixth .m-dir-col,
  .seventh .m-dir-col {
    flex-direction: column;
    justify-content: center;
  }

  .fourth .m-dir-col {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .features {
    grid-template-columns: 100%;
    gap: 2%;
    margin-top: 0px;
  }

  .feature {
    box-sizing: border-box;
  }

  .feature:nth-child(1),
  .feature:nth-child(5) {
    grid-column: span 1;
  }

  .feature:nth-child(5) {
    width: 100%;
  }

  .feature-content {
    width: inherit;
    padding: 10px;
    box-sizing: border-box;
  }

  .feature video {
    width: 120px;
  }

  .invest-img {
    height: 50vh;
  }

  .invest-img img:nth-child(1) {
    right: 10%;
  }

  .invest-img img:nth-child(3) {
    top: -15%;
  }

  .fifth {
    text-align: center;
  }

  .funding-left,
  .funding-right {
    width: 100%;
  }

  .coins img:nth-child(1) {
    left: -30%;
  }

  .coins img:nth-child(2) {
    bottom: 25%;
    right: -5%;
  }

  .coins img:nth-child(4) {
    left: -10%;
  }

  .funding-left h4,
  .funding-right h4 {
    font-size: 30px;
    line-height: 70%;
  }

  .funding-right {
    margin-top: 40px;
  }

  .sixth h2 {
    font-size: 10vw;
  }

  .card {
    flex-direction: column;
  }

  .card h3,
  .card-interior {
    width: 90%;
  }

  .card-info {
    padding: 0;
  }
}
/* Mobile Landscape */

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

/* Mobile */

@media (max-width: 642px) {
  .w-40,
  .w-50,
  .w-60,
  .w-70 {
    width: 100%;
    margin: 5vh 0;
  }

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

  h1 {
    font-size: 20vw;
  }

  h2 {
    font-size: 14vw;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .m-dir-col {
    flex-direction: column;
  }

  .hero-content {
    margin-top: 35vh;
  }

  .second .hero-content {
    margin-top: 10vh;
  }

  .hero-vid {
    position: absolute;
    width: 100%;
    height: 35vh;
    overflow: hidden;
    top: 10vh;
  }

  .hero-vid video {
    position: absolute;
    width: 680px;
    height: 330px;
    min-width: auto;
    min-height: auto;
    transform: none;
    top: 0;
    left: calc(50% - 340px);
  }

  .hero-vid::after {
    content: "";
    display: flex;
    width: 100%;
    height: 10vh;
    background: rgb(8, 11, 44);
    background: linear-gradient(
      0deg,
      rgba(8, 11, 44, 0) 0%,
      rgba(8, 11, 44, 1) 100%
    );
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 999;
  }

  .powered {
    margin-left: 0;
    justify-content: center;
  }

  .capital {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
  }

  .top-vid {
    top: 10vh;
    width: 800px;
    left: calc(50% - 400px) !important;
  }

  .second-vid {
    width: 600px;
    left: calc(50% - 300px) !important;
  }

  .top-vid {
    top: 5vh;
  }

  .second-text {
    width: 100%;
  }

  .first-feature div {
    padding: 15px;
    font-size: 14px;
  }

  .first-feature span {
    width: 20px;
    height: 20px;
  }

  .arrow {
    padding: 0px !important;
    position: relative;
    z-index: 1;
    transform: scale(0.65);
    margin-right: -10px;
  }

  .first-feature div:nth-child(1),
  .first-feature div:nth-child(3) {
    margin-right: -20px;
    z-index: 2;
  }

  .feature h4 {
    font-size: 24px !important;
    line-height: 100%;
  }

  .feature {
    padding: 10px 10px 20px 10px;
  }

  .feature video {
    width: 72px;
  }

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

  .feature-content .ml-10 {
    margin: 0px;
  }

  .feature h3 {
    font-size: 42px;
    line-height: 90%;
    margin-bottom: 5px;
  }

  .feature-title h4 {
    margin: 0px !important;
  }

  .feature:nth-child(2) h4 {
    width: 100%;
  }

  .feature p {
    font-size: 13px;
  }

  .invest-img {
    height: 30vh;
  }

  .invest-img img:nth-child(1),
  .invest-img img:nth-child(2) {
    max-width: 170px;
  }

  .invest-img img:nth-child(3) {
    top: -25%;
  }

  .fourth h2 {
    font-size: 15vw;
  }

  .fourth .w-50 {
    position: relative;
    z-index: 3;
    margin-top: 0px;
  }

  .fifth {
    background-size: contain;
    background-position: center;
  }

  .fifth .w-50 {
    margin: 0px;
  }

  .fifth h2 {
    font-size: 20vw;
  }

  .fifth h3 {
    font-size: 28px;
  }

  .fifth .text-large {
    font-size: 14px;
    line-height: 140%;
  }

  .coins img:nth-child(1) {
    left: -50%;
    bottom: -5%;
  }

  .coins img:nth-child(2) {
    bottom: 50%;
    right: -20%;
  }

  .coins img:nth-child(3) {
    width: 200px;
    right: -20%;
    top: -10%;
  }

  .coins img:nth-child(4) {
    left: -30%;
  }

  .coins img:nth-child(5) {
    right: -20%;
    bottom: 0;
  }

  .sixth .container {
    width: 98%;
  }

  .sixth h2 {
    font-size: 15vw;
    text-align: center;
  }

  .sixth h4 {
    font-size: 30px;
  }

  .card {
    grid-template-columns: 80% 10%;
    padding: 10px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
  }

  .card h3 {
    font-size: 26px;
  }

  .card h5 {
    font-size: 24px;
  }

  .funding {
    margin-top: 20px;
  }

  .card-interior {
    height: 165px;
  }

  /* .card p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  } */

  .card p {
    display: none;
  }

  .funding-left h4,
  .funding-right h4 {
    margin-top: -50px;
    padding: 10px;
    border-radius: 10px;
  }

  .seventh h2 {
    font-size: 25vw;
  }

  .frame {
    height: 250px;
  }

  .footer {
    background: url("/img/footer.jpg") no-repeat;
    background-position: bottom center;
    background-size: 300%;
  }

  .footer-cols {
    padding: 10vh 0 5vh 0;
  }

  #mc_embed_signup {
    bottom: -25px;
  }

  .top-img {
    position: absolute;
    width: 250px;
    top: -30px;
    left: -40px;
  }

  #mc_embed_signup form {
    width: 100%;
  }

  #mc_embed_signup h2 {
    margin: 0px !important;
    font-size: 30px !important;
    text-align: right;
  }

  #mc_embed_signup_scroll p {
    margin-top: 5px !important;
    text-align: right;
    max-width: 65%;
    margin-left: 35%;
    font-size: 12px;
  }

  #mc_embed_signup .mc-field-group input {
    height: 30px;
  }

  #mc_embed_signup .mc-field-group {
    min-height: inherit !important;
  }

  #mc_embed_signup .button {
    font-size: 12px !important;
    line-height: 100% !important;
  }

  .buy-lumia h3 {
    font-size: 30px;
    z-index: 3;
  }

  .buy-cta img {
    margin-left: 30px;
  }

  .buy-token {
    margin-left: -50px;
  }

  .hyper-list li {
    font-size: 16px;
  }

  .invest-img img:nth-child(1) {
    bottom: -10%;
  }

  .hyper-end {
    line-height: 100%;
  }

  .second-text p {
    font-size: 18px;
    line-height: 125%;
  }

  .feature:nth-child(1) {
    margin-bottom: 0px;
  }

  .how-bg {
    top: 0;
  }

  .container-small {
    width: 80%;
  }

  .inner {
    padding-top: 10vh;
  }
}

/* Mobile Small */
@media (max-width: 380px) {
  h1 {
    font-size: 42px !important;
    line-height: 42px;
  }
}
