@charset "UTF-8";
@media (max-width: 1400px) {
  .inner-padding {
    /*padding: 0 20px;*/
  }
  /* CSS Document */
  @media (max-width: 1220px) {
    .grid-wrapper, .logos-gallery {
      /* grid-template-columns: auto auto auto;*/
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (max-width: 1120px) {
    .testimonial-cards-wrapper {
      column-count: 2; /* Number of columns */
    }
  }
  @media (max-width: 960px) {
    .nav-group {
      flex-direction: column;
    }
    .nav-col {
      width: 100%;
    }
    .filter-hamburger {
      display: block;
    }
    .filtering {
      position: absolute;
      z-index: 900;
      top: 0;
      left: 70px;
      flex-direction: column;
      height: 60px;
      overflow-y: hidden;
    }
    .filtering button {
      display: none;
      min-width: 150px;
      pointer-events: none;
    }
    .filtering.w--open button {
      pointer-events: auto;
    }
    .filtering button.active, .filtering.w--open button {
      display: block;
    }
    .row-card {
      padding: 2rem 1rem;
      align-items: flex-start;
    }
    .row-card:hover {
      padding: 2rem 0rem 2rem 2rem;
    }
    .row-card-text-group {
      display: flex;
      flex-direction: column;
      align-items: top;
    }
    .row-card-text-group .title {
      padding-bottom: 0.2rem;
    }
    .row-card-text-group .title, .row-card-text-group .discription {
      width: 100%;
    }
    #team-contact-wrapper.grid-wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .intro-text {
      padding-right: 0;
    }
  }
  @media (max-width: 860px) {
    .section-info h1, .section-info p, .section-text.h3 {
      padding-right: 0;
    }
    .grid-wrapper, .logos-gallery {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    #testimonials .gallery-wrapper {
      background-color: var(--white-color-1);
      border-radius: var(--radius-2);
      padding: 20px 20px 10px 20px;
      margin-bottom: 4rem;
      box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    }
    #testimonials .expand-button {
      display: inline-flex;
    }
    .testimonial-cards-wrapper {
      column-count: 1; /* Number of columns */
    }
    .testimonial-card {
      opacity: 0;
      display: none;
    }
    .testimonial-cards-wrapper .testimonial-card:nth-child(-n+2), .testimonial-cards-wrapper.open-all .testimonial-card {
      opacity: 1;
      display: block;
      animation: fadeIn 0.8s ease forwards;
    }
    .testimonial-cards-wrapper.open-all .testimonial-card:nth-child(2) {
      margin-bottom: 20px;
    }
    .testimonial-cards-wrapper .testimonial-card:nth-child(2), .testimonial-cards-wrapper.open-all .testimonial-card:nth-last-child(1) {
      margin-bottom: 0px; /*default*/
    }
  }
  @media (max-width: 800px) {
    #cs-horizontal-gallery {
      display: none;
    }
    #cs-vertical-gallery {
      display: block;
    }
    .info-wrapper {
      flex-direction: column;
      row-gap: 20px;
    }
    .info-col-right {
      padding-right: 10px;
    }
    .info-col-left {
      width: 100%;
      width: auto;
      flex-direction: row;
      justify-content: flex-start;
      gap: 10%;
    }
    .info-col-right {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    #show-reel .video-wrapper {
      aspect-ratio: 2 / 3;
    }
  }
  @media (max-width: 720px) {
    #footer-nav {
      flex-direction: column;
      column-gap: 0;
      row-gap: 5px;
    }
  }
  @media (max-width: 660px) {
    #footer-wrapper {
      flex-direction: column;
      align-items: flex-start;
      row-gap: 20px;
    }
    #footer-wrapper .section-info {
      padding-left: 0;
    }
    #case-studies-img-carousel .swiper-wrapper {
      flex-direction: column;
      gap: 0;
    }
    footer .inner-padding {
      margin: 0;
      width: 100%;
    }
    .flex-gallery.open-all .group-2, .flex-gallery.open-all .group-3 {
      flex: 100%;
    }
    .terms-content {
      padding: 0 20px;
      margin-right: 0;
    }
    .nav-is-active #logo-dash, .nav-is-active #logo-dash.ra-version {
      width: 100%;
      max-width: none;
    }
  }
  @media (max-width: 540px) {
    #team-contact-wrapper.grid-wrapper {
      grid-template-columns: 1fr;
    }
    .grid-wrapper, .logos-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 10px;
    }
    .flex-gallery .group-2, .flex-gallery .group-3, .flex-gallery.open-all .group-2, .flex-gallery.open-all .group-3 {
      flex: 100%;
    }
  }
  @media (max-width: 480px) {
    #nav-highlights .story-card {
      /*flex-direction: column;*/
      column-gap: 10px;
    }
    #nav-highlights .story-card .img-card {
      /* width: 50px;
    height: 50px;*/
    }
    .card-title {
      font-size: 1rem;
    }
    #nav-main {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    body {
      font-size: 14px;
    }
    h1, .h1 {
      font-size: 3rem;
    }
    h2, .h2 {
      font-size: 2.25rem;
    }
    h3, .h3, #nav-main li {
      font-size: 1.6rem;
    }
    h4, .h4 {
      font-size: 1.3rem;
    }
    h5, .h5 {
      font-size: 1.2rem;
    }
    h6, .h6, .card-title, .footer-title {
      font-size: 1.1rem;
    }
    .button {
      letter-spacing: 1px;
    }
    .info-col-left {
      /*width: 30%;*/
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
  }
  @media (max-width: 420px) {
    :root {
      /* border radius */
      --radius-1: 12px;
      --radius-2: 24px;
    }
    /*
  #menu-text {
    text-align: center;
  }*/
    #story-wrapper {
      grid-template-columns: auto;
      grid-row-gap: 2rem;
    }
    #story-wrapper .story-card {
      aspect-ratio: auto;
    }
    h1, .h1 {
      font-size: 2.25rem;
    }
    h2, .h2 {
      font-size: 1.75rem;
    }
    h3, .h3, #nav-main li {
      font-size: 1.4rem;
    }
    h4, .h4 {
      font-size: 1.2rem;
    }
    h5, .h5 {
      font-size: 1.1rem;
    }
    h6, .h6, .card-title, .footer-title {
      font-size: 1.05rem;
    }
    .gallery-wrapper {
      padding: 10px;
      margin-bottom: 3rem;
    }
    .info-col {
      flex-direction: column;
      gap: 10px;
    }
    .testimonial-card {
      margin-bottom: 10px;
    }
    .testimonial-cards-wrapper.open-all .testimonial-card:nth-child(2) {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 330px) {
    .grid-wrapper {
      grid-template-columns: auto;
    }
    #nav {
      padding: 1rem 1rem 0rem 1rem;
    }
    #color-setting-link {
      width: 30px;
      height: 30px;
      border-radius: 15px;
    }
    #color-setting-link .icon {
      width: 20px;
      height: 20px;
    }
    #nav-highlights .story-card .img-card {
      display: none;
    }
    #nav-main li {
      font-size: 1.6rem;
      padding-bottom: 0.6rem;
    }
  }