/* ==========================================================================
   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: 50px;
    line-height: 60px;
  }

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

  h3 {
    font-size: 20px;
    font-weight: normal;
  }

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

  header .nav li {
    display: inline-block;
    font-size: 12px;
  }
  .big-type {
    font-size: 18px;
    line-height: 22px;
  }

  .roadmap-col h4 {
    font-size: 22px;
  }

  .roadmap-col {
    width: 35%;
    height: 50vh;
    padding: 20px;
    margin: 1vw;
  }

  .coming-soon {
    font-size: 12px;
  }
  .team h2 {
    margin-top: 10vh;
  }

  .avatar {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    margin-top: 0;
    object-fit: contain;
  }

  .team-member h4,
  .team-bio h4 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
  }

  .team-member-large {
    margin-bottom: 10px;
  }

  .linked {
    padding: 5px;
    margin-top: 10px;
    border-radius: 50%;
    transition: 0.3s all;
    width: 30px;
  }

  .team-member {
    width: 48%;
    padding: 10px 10px;
    margin-bottom: 10px;
  }

  .team-bio p {
    font-size: 12px;
    line-height: 17px;
  }

  .team-bio p {
    font-size: 12px;
    line-height: 17px;
  }
  .team-member .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
  }

  .team-member strong,
  .team-bio strong {
    font-size: 12px;
  }
  .partners img {
    width: 18%;
    max-width: 120px;
  }
}

/* Tablet Landscape */

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

  .container {
    width: 80% !important;
  }

  .first .container,
  .third .container {
    flex-direction: column-reverse;
    justify-content: center;
  }

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

  .second-img img,
  .third-img img {
    height: 30vh;
  }

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

  .hero-title,
  .second .container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 5vh;
  }

  .w-50 {
    align-items: center;
  }

  .second-img {
    margin-bottom: 5vh;
  }

  .third .w-40 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .third .container .w-50 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-title {
    z-index: 99;
  }

  .horizontal-scroll__inner {
    flex-direction: column;
    justify-content: space-around;
  }

  .first-roadmap {
    width: 80%;
    justify-content: center;
  }

  .roadmap-col {
    width: 80%;
    height: 300px;
    padding: 20px;
    margin-bottom: 50px;
  }

  .bg-video video {
    height: 180%;
    width: 180%;
  }

  .team h2 {
    margin-top: 0;
  }

  .bg-video::before {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(1, 0, 7);
    background: linear-gradient(
      180deg,
      rgba(1, 0, 7, 1) 0%,
      rgba(1, 0, 7, 0) 70%
    );
    z-index: 9;
  }

  .load-content {
    flex-direction: column;
  }

  .loading {
    background: rgb(1, 0, 7);
    background: linear-gradient(
      180deg,
      rgba(1, 0, 7, 1) 0%,
      rgba(12, 0, 89, 1) 70%
    );
  }

  .loading-container {
    width: 80%;
    justify-content: center !important;
  }

  .counter {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  .load-message {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .load-bar {
    transform: rotate(90deg);
  }

  .progress {
    width: 30% !important;
  }
  .team-container {
    display: flex;
    flex-direction: column;
  }
  .team-left,
  .team-right {
    width: 100%;
  }
  .partners {
    width: 90%;
  }
}

/* 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: rgb(12, 0, 89);
    background: linear-gradient(
      180deg,
      rgba(12, 0, 89, 1) 0%,
      rgb(0, 0, 2) 70%
    );
    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: 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) {
}

/* Mobile Large */

@media (max-width: 642px) {
  .powered {
    width: 80%;
  }

  .powered img {
    width: 100%;
  }

  .main section {
    height: inherit;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
  }

  h3 {
    font-size: 16px;
    font-weight: normal;
  }

  h4 {
    font-size: 17px;
  }

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

  header {
    display: flex;
    justify-content: center;
    padding: 25px 0;
  }

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

  .hero {
    height: 100vh !important;
    background-image: none;
  }

  header .logo,
  header .logo img {
    width: 200px;
  }

  .hero-title {
    margin: 0;
    width: 90%;
    padding-bottom: 10vh;
  }

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

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .copyright {
    flex-direction: column;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .copyright div {
    margin: 20px 0px;
  }

  .third-img,
  .third-img video {
    width: 120% !important;
  }

  .roadmap-col h4 {
    font-size: 14px;
  }

  .copyright > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .roadmap-item-title::before,
  .roadmap-item-title::after {
    display: none;
  }

  .roadmap h1 {
    margin-bottom: 8vh;
  }

  .roadmap-col {
    height: inherit;
  }

  .hero-img {
    width: 130% !important;
    margin-left: -5%;
  }

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

  .team-member {
    width: 100%;
    margin-bottom: 5vh;
  }

  .team-details .robot-left {
    left: 5%;
    top: inherit;
    bottom: 5%;
  }

  .team-details .robot-right {
    display: none;
  }

  .first-roadmap {
    margin-bottom: 5vh;
  }

  .team-container {
    height: inherit;
  }

  .avatar {
    width: 180px;
  }

  .team h2 {
    margin-bottom: 5vh;
  }

  .fifth {
    padding-bottom: 0;
  }

  .team-member-large {
    flex-direction: column;
  }

  .team-member-large .avatar {
    margin-bottom: 20px;
  }

  .team-bio {
    text-align: center;
    align-items: center;
  }

  .partners {
    flex-wrap: wrap;
  }

  .partners img {
    width: 48%;
  }

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

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

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