/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 2000px) and (max-width: 4000px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }

  .hero-vid {
    max-width: 1200px;
    top: 10vh;
  }
}

/* Desktop */

@media (max-width: 1600px) {
}

/* Desktop Small */

@media (max-width: 1400px) {
  .hero-vid {
    top: 0;
    max-width: 100vh;
  }
}

/* Laptop */

@media screen and (min-device-width: 768px) and (max-device-width: 1600px) {
  /* h1 {
    font-size: 92px;
    line-height: 80px;
  } */

  .big-type {
    font-size: 17px;
    line-height: 22px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }

  .feature-item p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }

  .rotate-text {
    font-size: 58px;
  }

  .advisor-title {
    margin-bottom: -17px;
    font-size: 20px;
    line-height: 100%;
  }

  .investors {
    width: 100%;
  }

  .advisor h5 {
    font-size: 14px;
  }

  .phase .big-type {
    margin: 10px 0px;
    font-size: 16px;
  }

  .title-label {
    font-size: 15px;
    padding: 10px 20px 10px 5px;
  }

  header .logo img {
    max-width: 180px;
  }

  .build-item div {
    margin-bottom: 5px;
  }

  .build-item img {
    width: 60px;
  }

  .fourth h3 {
    font-size: 34px;
    line-height: 42px;
  }

  .logo-footer img {
    max-width: 180px;
  }
}

/* Tablet Landscape */

@media (max-width: 1024px) {
  section {
    height: inherit;
  }

  header .nav li {
    font-size: 12px;
  }

  header .nav li a {
    padding: 0px 10px 0px 10px;
  }
  .hide-mobile {
    display: none;
  }
  .w-50 {
    width: 100%;
  }

  .hero {
    height: inherit;
    background: rgb(106, 65, 248);
  }

  .hero-title {
    margin-top: 20vh;
    padding-bottom: 80vh;
  }

  .hero-vid {
    position: absolute;
    top: 20vh;
    right: inherit;
    max-width: 100vh;
  }

  .hero-title .big-type::after {
    content: url(/images/arrow.svg);
    position: absolute;
    width: 150px;
    height: 60px;
    top: 90px;
    right: 0;
    left: 0;
    transform: rotate(135deg);
    display: block;
  }

  .m-f-dir-col {
    flex-direction: column;
  }

  .m-f-dir-col-rev {
    flex-direction: column-reverse;
  }

  .hero-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    align-items: center;
  }

  .hero-title .big-type {
    margin-top: 30px;
    margin-right: 0;
    position: relative;
  }

  .main section {
    height: inherit;
    padding: 10vh 0;
  }

  .second .w-50,
  .third .w-50,
  .fourth .w-50,
  .footer h1 {
    text-align: center;
  }

  .footer h1 {
    font-size: 72px;
    line-height: 74px;
  }
  .networks,
  .footer .d-grid {
    margin-bottom: 5vh;
  }

  .hero-title {
    margin-top: 5vh;
    padding-bottom: 50vh;
    text-align: left;
  }

  .second video {
    width: 60%;
  }

  .second .w-50 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .third img {
    width: 40%;
  }

  .compare-vid {
    width: 70%;
    margin-bottom: 5%;
  }

  .sixth .m-f-dir-col {
    flex-direction: row;
  }

  .partners img,
  .logo-footer img {
    max-width: 180px;
  }
}

/* Tablet Portrait */

@media (max-width: 768px) {
  .container-tiny {
    width: 100%;
  }

  #nav-icon {
    display: block;
    z-index: 999;
  }

  header .nav {
    position: fixed;
    top: 0;
    right: -20vw;
    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;
  }

  header .nav.open {
    width: 100vw;
    right: 0px;
  }

  header .nav a {
    opacity: 0;
    transition: 0.6s all;
    width: 90%;
    text-align: center;
  }

  header .nav.open a {
    opacity: 1;
  }

  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;
  }
  .hide-desktop,
  .desktop-nav-item {
    display: block !important;
    font-size: 22px;
    margin-bottom: 18px;
    text-transform: none;
    font-family: var(--font-title);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
  }

  h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  nav .btn {
    width: 60%;
    margin-top: 30px;
  }

  .hero {
    background: linear-gradient(
      0deg,
      rgba(106, 65, 248, 1) 80%,
      rgba(159, 95, 176, 1) 90%,
      rgba(254, 174, 70, 1) 100%
    );
  }

  .hero-vid {
    position: absolute;
    top: 30vh;
  }

  .hero-title .big-type::after {
    width: 120px;
    height: 60px;
    top: 25px;
    left: -120px;
  }

  .hero-overlay {
    display: none;
  }

  .compare-text {
    margin: 0px auto;
  }

  .compare-vid {
    margin-bottom: 5vh;
  }

  .fifth {
    padding: 0px !important;
    height: 100vh !important;
  }

  .feature-vid {
    position: relative;
    right: 0;
    z-index: 1;
    width: 150%;
    top: 35%;
  }

  .chain-logos {
    max-width: 400px;
  }

  .rotate-text {
    font-size: 68px;
  }

  .rotation-small {
    text-align: left;
  }
  .second video {
    width: 80%;
  }

  .third img {
    width: 80%;
  }

  .compare-vid {
    width: 90%;
  }

  .sixth .m-f-dir-col {
    flex-direction: column;
  }

  .partner-container {
    margin-top: 20px;
  }

  .seven h1 {
    text-align: center;
  }
  .investors {
    grid-template-columns: 22% 22% 22% 22%;
  }

  .partners {
    margin: 50px auto;
    width: 60%;
  }
}
/* 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%;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  h1 {
    font-size: 56px;
    line-height: 50px;
  }

  .small-rot-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-label {
    font-size: 13px;
    margin-top: 5px;
  }

  .rotation-small {
    max-width: 100px;
  }

  .build-item {
    width: 95%;
    grid-template-columns: 23% 23% 23% 23%;
  }

  .build-item div {
    font-size: 13px;
    border-radius: 16px;
  }

  .build-item img {
    width: 50px;
    margin-bottom: 10px;
  }

  .fourth .w-80 {
    width: 90%;
    line-height: 150%;
  }

  header .logo {
    width: 180px;
  }

  .hero-vid {
    position: absolute;
    width: 180%;
    top: 25%;
    right: -40%;
  }

  .hero-title .big-type::after {
    display: none;
  }

  .big-type {
    font-size: 18px;
    line-height: 22px;
  }

  .coming-soon {
    bottom: 2%;
  }

  .pagination {
    display: none;
  }

  .compare-text {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  .second {
    border-radius: 30px 30px 0px 0px;
  }

  .second video {
    margin-top: -10vh;
    width: 150%;
  }

  .third h1,
  .fourth h1,
  .sixth h1 {
    font-size: 48px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 32px;
  }

  .f-grid-half {
    grid-template-columns: 100%;
  }

  .third {
    background: var(--color-yellow);
  }

  .feature-vid {
    position: relative;
    width: 150%;
    height: 90vh;
    right: 0;
    z-index: 1;
    top: 12vh;
  }

  .compare-vid,
  .compare-vid video {
    border-radius: 10px;
  }

  .fifth {
    height: 125vh !important;
    padding-bottom: 0px !important;
  }

  .label {
    font-size: 12px;
    width: 100px;
    text-align: center;
  }

  .phase .label {
    width: 25%;
  }

  .phase .big-type {
    width: 75%;
  }

  .sixth .big-type {
    font-size: 16px;
  }

  .networks {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .supported {
    background: var(--color-yellow);
    color: var(--color-dark-purple);
    height: 50px;
    padding: 20px;
    width: 90%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 20px;
  }

  .chain-logos {
    margin: 0px;
    width: 90%;
    height: 60px;
  }

  .chain-logos a {
    color: var(--color-dark-purple);
    font-size: 36px;
    line-height: 36px;
    margin-right: 20px;
    display: flex;
    width: 36px;
    height: 36px;
  }

  .footer h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .footer .f-grid-one-forth {
    grid-template-columns: 48% 48%;
    column-gap: 3%;
  }

  .copyright {
    flex-direction: column;
  }

  .copyright .d-flex {
    margin: 20px 0px;
  }

  .powered {
    left: 10%;
    bottom: 3%;
  }
  .copyright {
    padding-top: 5vh;
  }
  .networks {
    padding-bottom: 5vh;
  }

  .newsletter input {
    width: inherit;
  }

  .newsletter button {
    font-size: 13px;
    padding: 17px 10px;
  }

  .footer-links {
    flex-direction: column;
    text-align: center;
  }

  .footer-links a {
    margin: 15px 0px;
  }

  .footer-links .mr-20 {
    margin-right: 0px;
  }

  .scroll--mouse {
    bottom: 10%;
  }

  .rotate-text {
    font-size: 38px;
  }

  .small-rotation,
  .small-rotation div {
    margin-top: 0px;
    font-size: 30px;
    line-height: 100%;
  }

  .fifth .d-grid {
    margin-top: 20px;
  }
  .sixth,
  .footer {
    padding-top: 0px !important;
  }

  .partner-container .f-grid-one-third {
    grid-template-columns: 100%;
    margin-bottom: 0px;
  }

  .team-container {
    grid-template-columns: 48% 48%;
  }

  .team-member img {
    height: 180px;
    object-fit: contain;
  }

  .advisor-container {
    grid-template-columns: 45% 45%;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
  }

  .advisor {
    margin-bottom: 20px;
  }

  .advisor-title {
    margin-bottom: -10px;
  }

  .advisor img {
    width: 100%;
    object-fit: contain;
  }

  .advisor h5 {
    font-size: 12px;
  }

  .investors {
    width: 100%;
    grid-template-columns: 48% 48%;
  }

  .investors div {
    margin: 10px 0px;
  }
  .investors h5 {
    background: var(--color-messageSuccess);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
  }

  .investors h4 {
    font-size: 16px;
  }

  .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .member-title {
    font-size: 10px;
  }

  .btn-default {
    font-size: 16px !important;
    padding: 14px 24px !important;
  }

  .partners {
    width: 90%;
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    margin-top: 10px;
  }

  .investors div:first-child {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }

  .footer {
    padding-bottom: 20px !important;
  }

  .fourth h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .info {
    padding: 10px;
    width: 90%;
  }

  .popup .count p {
    font-size: 38px;
    padding: 30px 20px;
    width: 24%;
  }

  .popup .count span {
    width: 60%;
    bottom: -30%;
    font-size: 12px;
  }

  .popup a {
    padding: 15px 10px;
    width: 42%;
    font-size: 12px;
  }

  .notification {
    flex-direction: column;
    font-size: 12px;
  }

  .notification div {
    margin-bottom: 5px;
  }

  #nav-icon {
    top: 95px;
  }

  .notification-close {
    display: none;
  }
}

/* Mobile Small */
@media (max-width: 380px) {
  h1 {
    font-size: 42px !important;
    line-height: 42px;
  }

  .copyright .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .copyright .d-flex a {
    margin: 10px 0px;
  }
}
