/* ==========================================================================
   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) {
  .banner-text {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

/* Laptop */

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

  h2 {
    font-size: 42px;
  }

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

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

  .banner-text {
    font-size: 15px;
  }

  .brokers video {
    max-width: 550px;
  }

  .benefit {
    width: 230px;
    height: 230px;
  }

  .feature-content {
    font-size: 14px;
  }

  .socials a {
    font-size: 30px;
  }

  .fourth .coin-1 {
    width: 120px;
  }

  .fourth .coin-3 {
    left: 6%;
  }

  .benefit img {
    margin-bottom: 5px;
  }

  .benefit h3 {
    font-size: 16px;
    width: 80%;
  }

  .second .coin-1 video {
    max-width: 100px;
  }

  .second .coin-3 {
    width: 100px;
    bottom: -15%;
  }

  .network {
    height: 45vh;
  }

  /* .no-1 {
    top: 0;
    left: 31%;
  }

  .no-2 {
    top: 0;
    right: 31%;
  }

  .no-3 {
    top: calc(50% - 115px);
    left: 20%;
  }

  .no-4 {
    top: calc(50% - 115px);
    right: 20%;
  }

  .no-5 {
    bottom: 0;
    left: 31%;
  }

  .no-6 {
    bottom: 0;
    right: 31%;
  } */

  .third.active .no-1 {
    left: 31%;
  }

  .third.active .no-2 {
    right: 31%;
  }

  .third.active .no-3 {
    top: calc(50% - 115px);
    left: 20%;
  }

  .third.active .no-4 {
    top: calc(50% - 115px);
    right: 20%;
  }

  .third.active .no-5 {
    left: 31%;
  }

  .third.active .no-6 {
    right: 31%;
  }
  .fourth .coin-2 {
    top: -5%;
  }
}

/* Tablet Landscape */

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

  .container {
    width: 80% !important;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-video {
    top: 25%;
  }

  .banner-text {
    font-size: 10px;
    letter-spacing: 2px;
  }

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

  .second .coin-3 {
    width: 100px;
    bottom: 0%;
    left: -25%;
  }

  .second .star-1 {
    position: absolute;
    left: -5%;
  }

  .third.active .no-1,
  .third.active .no-5 {
    left: 15%;
  }
  .third.active .no-2,
  .third.active .no-6 {
    right: 15%;
  }

  .third.active .no-3 {
    left: 0%;
  }

  .third.active .no-4 {
    right: 0%;
  }

  .fourth .coin-3 {
    left: -8%;
  }
  .fourth .coin-2 {
    position: absolute;
    right: 0%;
    top: 0%;
  }
  .fourth .coin-1 {
    display: none;
  }
  .ve-container {
    width: 100% !important;
  }
  .ve-tokens {
    width: 50% !important;
  }
  .sixth {
    height: 100vh !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 {
    z-index: 99;
  }

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

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

  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%;
  }
  .f-grid-half {
    grid-template-columns: 100%;
  }
}

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

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

/* Mobile Large */

@media (max-width: 768px) {
  .w-40,
  .w-45,
  .w-50,
  .w-60 {
    width: 100% !important;
  }

  header .btn {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block !important;
    line-height: 22px;
  }

  h1 {
    font-size: 34px;
    line-height: 40px;
  }

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

  h4 {
    font-size: 17px;
  }

  p,
  .big-type {
    font-size: 16px;
    line-height: 20px;
  }

  section {
    position: relative;
  }

  .second,
  .third,
  .fourth,
  .fifth,
  .sixth {
    padding: 10vh 0 0 0;
    background-size: contain;
  }

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

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

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

  .hero .banner {
    display: none;
  }

  .hero-video {
    width: 120%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10%;
  }

  .hero-bg {
    position: absolute;
    top: inherit;
    bottom: -10px;
    left: 60%;
    z-index: 1;
    width: 200%;
    height: 50vh;
  }

  .hero-bg video {
    height: inherit;
  }

  .banner {
    display: none;
  }

  .fourth .container,
  .sixth .container,
  .sixth {
    flex-direction: column;
  }

  .insight-text .coin-1 {
    position: absolute;
    right: -40%;
    top: -20%;
    width: 200px;
  }
  .second .star-1 {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
  }

  .second .coin-3 {
    position: absolute;
    width: 150px;
    left: -45%;
    bottom: inherit;
    top: -10%;
  }

  .second .star-2 {
    position: absolute;
    left: 100%;
    bottom: 2%;
  }

  .brokers {
    padding-bottom: 10vh;
  }

  .network-img {
    padding-bottom: 10vh;
  }

  .network {
    text-align: center;
  }

  .fourth .coin-1 {
    display: block;
    right: -30%;
    bottom: 0%;
    left: inherit;
    top: inherit;
  }

  .fourth .coin-2 {
    position: absolute;
    right: -10%;
    top: 0%;
  }

  .fourth .coin-3 {
    left: -25%;
    bottom: inherit;
  }

  .networks {
    position: relative;
    background: var(--color-black);
    padding: 20px 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .networks:before {
    display: none;
  }

  .networks a {
    font-size: 64px;
    width: 90px;
    margin: 0;
    color: var(--color-primary);
  }

  .fourth .star-2 {
    right: 5%;
    bottom: 50%;
  }

  .fifth .container,
  .ve-tokens {
    flex-direction: column;
    text-align: center;
  }

  .ve-container {
    width: 100% !important;
  }

  .ve-tokens {
    margin-bottom: 5vh;
    padding-bottom: 5vh;
  }

  .ve-tokens h4 {
    font-size: 42px;
  }

  .ve-tokens img {
    margin: 0px 0px 20px 0px;
  }

  .ve-tokens p {
    padding: 0;
  }

  .ecosystem-details .coin-1 {
    top: 35%;
    left: -5%;
  }

  .ecosystem-details .coin-2 {
    right: -10%;
    bottom: 5%;
  }

  .fifth .star-1 {
    top: 2%;
    left: 25%;
  }

  .fifth .star-2 {
    bottom: 60%;
    right: 10%;
  }

  .fifth .star-3 {
    bottom: 0%;
  }

  .footer {
    position: relative;
    margin: 0;
    padding-top: 5vh;
    left: 0;
  }

  .ecosystem-container {
    margin: 0px;
  }

  .ecosystem h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .feature-header {
    font-size: 24px;
  }

  .fourth {
    padding-bottom: 30vh;
  }

  .benefits {
    flex-direction: column;
    height: inherit;
  }

  .benefit {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
  }

  .benefit h3 {
    font-size: 16px;
  }

  .benefit img {
    width: 24px;
    margin: 0px;
  }

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

  .benefit:hover img {
    margin-bottom: 0px;
  }

  .third.active .no-3 {
    top: 0;
  }

  .no-3 {
    background: linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
      linear-gradient(to bottom, #c1ff00, #000000) border-box;
  }

  .no-4 {
    margin-top: 20vh;
    background: linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
      linear-gradient(to bottom, #000000, #c1ff00) border-box;
  }

  .no-6 {
    background: linear-gradient(rgb(0, 0, 0) 0 0) padding-box,
      linear-gradient(to bottom, #000000, #c1ff00) border-box;
  }

  .benefit-center {
    top: 28vh;
  }

  .third .star-1 {
    left: 10%;
    top: 2%;
  }
  .third .star-3 {
    right: 0%;
  }
  .third .star-4 {
    left: 70%;
    top: 0%;
  }
  .third .star-5 {
    right: 80%;
    bottom: 55%;
  }

  .third .star-2 {
    right: 10%;
    bottom: 0%;
  }

  .third .star-6 {
    left: 10%;
    top: 90%;
  }

  .nav-socials a {
    font-size: 32px;
    transition: 0.3s all;
    margin: 15px 5px;
  }

  .highlight-text:after {
    width: 130%;
    left: -4px;
  }
  .sixth {
    padding-bottom: 10vh;
  }

  .network h2 {
    width: 100%;
  }
  .banner.sticky {
    display: none;
  }
}

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

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