@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
  .about-section > .container {
    flex-direction: column;
    padding: 48px 20px 78px;
    gap: 24px;
  }
  .about-section-title,
  .about-section-p {
    flex-basis: initial;
  }
  .about-section-uptitle,
  .about-section-title svg {
    display: none;
  }
  .vs,
  .column-titlec,
  .column-titler {
    display: none;
  }
  .challenge-header {
    text-align: right;
  }
  .challenge-header p {
    font-size: 14px;
  }
  .mobile-toggle {
    display: flex;
    overflow: hidden;
  }
  .toggle-btn {
    display: none;
  }
  .toggle-btn.is-active {
    display: flex;
  }
  .scroll-pagination {
    display: flex;
  }
  .table-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .column {
    min-width: 100%;
    scroll-snap-align: start;
  }
  .form-section-left {
    flex: 0 1 100%;
    margin-top: 24px;
  }

  .form-section-right {
    flex: 0 1 100%;
  }

  .form-img p {
    font-size: 36px;
  }
  .form-btn {
    width: 100%;
  }
  .result-section-box[data-card-count='4'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .portfolio-logo-wrapper {
    width: 660px;
    max-width: 660px !important;
  }
}
@media screen and (max-width: 768px) {
  .about-section {
    padding: initial;
  }
  .about-section > .container {
    border-radius: initial;
  }
  .about-section-title {
    font-size: 48px;
  }
  .about-section-p .bold {
    font-size: 20px;
  }
  .related-boxes {
    flex-wrap: wrap;
  }
  .related-button {
    display: none;
  }
  .related-button-mobile {
    display: flex;
    gap: 8px;
    height: 40px;
    padding: 0px 12px 0px 10px;
    background-color: var(--color-primary);
    border-radius: 10px;
    color: #ffffff;
    align-items: center;
    align-self: center;
    margin-top: 24px;
  }
  .related-button-mobile span {
    font-size: 15px;
    font-weight: 400;
  }
  .showcase-section > .container-showcase {
    height: calc(var(--slides-count) * 100dvh);
    scroll-snap-align: start;
  }
  html {
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
  }
  .showcase-sticky {
    height: 100vh;
  }
  .showcase-inner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
  }
  .showcase-media-side,
  .showcase-text-side {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .showcase-media-wrapper {
    width: 100%;
    height: 100%;
    max-width: unset;
    border-radius: 0;
  }
  .media-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(80px);
    transition:
      opacity 0.9s ease,
      transform 0.9s ease;
  }
  .media-item.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }
  .mobile-pos-one img,
  .mobile-pos-one video,
  .mobile-pos-two img,
  .mobile-pos-two video,
  .mobile-pos-three img,
  .mobile-pos-three video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .media-item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .gradient-one::after,
  .gradient-two::after,
  .gradient-three::after {
    background: linear-gradient(
      0deg,
      rgba(0, 20, 31, 0.9) 6.09%,
      rgba(0, 20, 31, 0.8) 17.54%,
      rgba(0, 20, 31, 0.7) 26.09%,
      rgba(0, 20, 31, 0.6) 36.3%,
      rgba(0, 20, 31, 0.5) 43.43%,
      rgba(0, 63, 97, 0) 87.09%
    );
  }
  .showcase-text-side {
    z-index: 5;
    overflow: hidden;
    pointer-events: none;
  }
  .text-track {
    position: absolute;
    inset: 0;
  }
  .text-item {
    position: absolute;
    inset: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 0 24px calc(env(safe-area-inset-bottom) + 48px);

    color: white;

    opacity: 0;

    visibility: hidden;
    pointer-events: none;
    z-index: 1;

    transform: translateY(60px);

    transition:
      transform 0.6s ease,
      opacity 0.6s ease,
      visibility 0.6s ease;
  }
  .text-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0);
  }

  .text-item span {
    color: #aebcc5;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .text-item h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .text-item p {
    color: #e9ecee;
    font-size: 16px;
    line-height: 1.8;
  }
  .container-showcase {
    padding: 0;
    margin: 0 auto;
  }
  .showcase-text-side::after {
    display: none;
  }
  .hero-section {
    aspect-ratio: 9 / 17;
    height: auto;
    padding: 19px;
    padding-bottom: 122px;
  }

  .hero-section .desktop-file {
    display: none;
  }

  .hero-section .mobile-file {
    display: block;
    width: 100%;
  }

  .hero-section video,
  .hero-section .bg-gif,
  .hero-section .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    text-align: right;
    display: flex;
    flex-direction: column;
  }
  .hero-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 30%;
  }
  .hero-category p {
    font-size: 13px;
  }
  .hero-title {
    font-size: 24px;
    padding-left: 850px;
  }
  .hero-meta-inner {
    font-size: 13px;
  }
  .hero-scroll-down span {
    font-size: 12px;
    margin-top: 8px;
  }

  .portfolio-floating-nav {
    width: fit-content;
    max-width: calc(100vw - 16px);
    bottom: -140px;
  }

  .portfolio-floating-nav.show {
    bottom: 16px;
  }

  .portfolio-nav-inner {
    width: fit-content;
    max-width: 100%;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 24px;
  }
  .portfolio-nav-action {
    display: none;
  }

  .portfolio-nav-scroll-wrapper,
  .portfolio-nav-scroll {
    flex: 1;
    min-width: 0;
  }

  .portfolio-nav-scroll {
    width: 100%;
    overflow-x: auto;
  }

  .portfolio-nav-links {
    gap: 6px;
    padding: 8px;
  }

  .portfolio-nav-btn {
    font-size: 12px;
    padding: 7px 10px;
    white-space: nowrap;
  }
  .portfolio-logo-wrapper {
   /* width: 550px !important; */
   max-width: 550px !important;
  }

  .portfolio-nav-meeting {
    min-width: auto;
    flex-shrink: 0;
    font-size: 12px;
    padding: 7px 10px;
    white-space: nowrap;
  }
  .portfolio-scroll-track {
    transform: translateX(-50%);
    bottom: 6px;
    right: 187px;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: #d9d9d9;
    overflow: hidden;
  }

  .portfolio-scroll-thumb {
    width: 28px;
    right: 0;
  }

  .next-popup,
  .prev-popup {
    display: none;
  }
  .down-txt {
    display: block;
  }
  .img-popup-img {
    width: 390px;
    height: 292px;
    border-radius: 0;
  }
  .close-popup svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 576px) {
  .about-section-circleup {
    top: -192px;
    right: -210px;
  }
  .about-section-circledown {
    bottom: -240px;
    left: -220px;
  }
  .process-section > .container {
    padding: 0;
  }
  .process-title {
    padding: 0 20px;
  }
  .step {
    padding: 24px 67px 24px 20px;
  }
  .step-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .step.active .step-title {
    font-size: 18px;
    padding-left: 10px;
  }
  .toggle-icon {
    width: 24px;
    height: 24px;
  }
  .step-number-bg {
    right: 15px;
    top: 6px;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -5px;
    transform: initial;
  }
  .step-list li,
  .step-intro {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-body-text);
  }
  .star-form {
    top: 35px;
    left: 20px;
    width: 56px;
    height: 56px;
  }
  .form-section-text h2 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .form-section-text p,
  .result-section-header p,
  .process-title p,
  .related-titlep {
    font-size: 14px;
  }
  .form-input,
  .form-text {
    flex-basis: 100%;
  }
  .side-buttons {
    display: none;
  }
  .container-hero {
    max-width: 1240px;
    padding: 0;
    margin: 0 auto;
  }
}
