@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/Circular-Std-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Circular Std';
    src: url('assets/fonts/Circular-Std-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
} */
:root {
    --accent: #1fa4b5;
}
* {
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Circular Std';
    background: #0a1823;
    font-size: 16px;
}
h1 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 42px;
}
h2 {
    font-family: 'Montserrat';
    font-size: 42px;
}
h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 22px;
}
h4 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 17px;
}
p {
    font-weight: 500;
}
header {
    position: sticky;
    top: 0; /* Sticky at the top of the page */
    z-index: 1000; /* Ensures the navbar stays on top of other content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}
#home {
    background-attachment: fixed;
    margin-top: -50px;
    height: 100vh;
    scroll-margin-top: 75px;
    /* max-height: 1000px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: -64px; */
    padding: 0px 20px;
}
#world {
    background: url('./assets/images/world.jpg') no-repeat;
    /* -webkit-mask-image: linear-gradient(
        45deg,
        rgba(0, 0, 0, 1) 30%,
        rgba(0, 0, 0, 0) 80%
    ); */
    mask-image: radial-gradient(
        circle at bottom left,
        rgba(0, 0, 0, 1) 40%,
        rgba(0, 0, 0, 0) 50%
    );
    mask-size: 100%;
    transform: translatez(0);
    -webkit-transform: translatez(0);
    position: fixed;
    background-size: 80%; /* Resize the image to 50% of its original size */
    background-position: -130% 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#line_bg {
    background: url('./assets/images/LineBackgroundBlue.png') no-repeat;
    /* -webkit-mask-image: linear-gradient(
        45deg,
        rgba(0, 0, 0, 1) 30%,
        rgba(0, 0, 0, 0) 80%
    ); */
    transform: translatez(0);
    -webkit-transform: translatez(0);
    position: fixed;
    background-size: 60%;
    background-position: 120% 10%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#gradient_bg {
    background: linear-gradient(
        132deg,
        rgba(19, 35, 58, 1) 0%,
        rgba(19, 35, 58, 1) 45%,
        rgba(12, 18, 32, 1) 80%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.nav-container {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-inline: 20px;
    /* overflow: hidden; */
    position: relative;
    background-color: #0c1220;
}
.nav-wrapper {
    padding: 24px 0;
    width: 100%;
    max-width: 1300px;
    background-color: #0c1220;
    display: flex;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}
#mobile_logo {
    display: none;
    position: relative;
}
.mobile {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #0c1220;
}
.mobile .nav-wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.nav-items {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
    /* margin-right: -52px; */
}
.mobile .nav-items {
    padding: 24px 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 200px;
    z-index: 1000;
    /* margin-right: -52px; */
    background-color: #0c1220;
}
.brand {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.mobile .brand {
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.brand-logo-container {
    position: relative;
}
.brand-logo-container img {
    z-index: 10;
}
.brand-logo-container .swoosh {
    left: 0px;
    top: -40px;
    transform: rotateY(180deg); /* Flip horizontally */
    width: 150px;
    height: 150px;
    z-index: 0;
}
/* .mobile .swoosh {
    border: 1px solid #abacad;
    padding: 8px;
    border-radius: 8px;
    z-index: 100;
    display: none;
} */
.mobile .hamburger {
    padding: 8px;
    padding-right: 0;
    border-radius: 8px;
    z-index: 100;
    position: relative;
}
.hamburger input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburger span:first-child {
    transform-origin: 0% 0%;
}
.hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
.hamburger input:checked ~ ul {
    transform: none;
}
.logo {
    position: relative;
    width: clamp(150px, 20vw + 100px, 200px);
    z-index: 10;
}
.swoosh {
    content: '';
    position: absolute;
    right: 0px;
    top: -70px;
    background: url('./assets/images/CircleLineArt.png') no-repeat;
    background-size: cover;
    transform: translateX(200px) rotateY(180deg); /* Flip horizontally */
    width: 250px;
    height: 250px;
    color: #fff;
    z-index: 1000;
}
.footer-logo .swoosh {
    content: '';
    position: absolute;
    right: 0px;
    top: -70px;
    background: url('./assets/images/CircleLineArt.png') no-repeat;
    background-size: cover;
    transform: translateX(110px) rotateY(180deg); /* Flip horizontally */
    width: 250px;
    height: 250px;
    color: #fff;
    z-index: 1;
}
.nav-items li {
    align-items: center;
    padding: 4px 12px;
}
.nav-items a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.nav-items li.active {
    border-bottom: 4px solid var(--accent);
}
.language {
    color: #ffffff9c;
    padding: 4px 12px;
    padding-right: 0;
    font-weight: normal;
}
.language a {
    text-decoration: none;
    color: #ffffff9c;
    font-size: 12px;
    font-weight: normal;
}
section {
    width: 100%;
}
.header-contents-container {
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 4;
}
.header-content-blank {
    flex: 4;
}
.header-content {
    max-width: 800px;
    /* margin-top: 64px; */
    flex: 5;
    display: flex;
    align-items: end;
    text-align: right;
    flex-direction: column;
    gap: 20px;
}
.header-content .brand {
    width: clamp(300px, 30vw + 100px, 700px);
    transition: width 0.3s ease; /* Smooth transition */
}
.primary-btn {
    background-color: var(--accent);
    padding: 12px 64px;
    font-family: 'Montserrat';
    font-weight: 700;
    border-radius: 32px;
    color: #fff;
    font-size: 18px;
    border: 0;
    cursor: pointer;
}
.partners-container {
    flex: 1;
}
.partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Maximum of 3 columns */
    gap: 24px;
    max-height: fit-content;
    /* padding-inline: 12px; */
}
.partner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner img {
    height: 24px;
}
#our-story {
    padding-inline: 20px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    height: 100vh;
    scroll-margin-top: 75px;
}
.story-content-container {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    overflow: hidden;
    gap: 48px;
}
#story-bg {
    position: absolute;
    left: -350px;
    top: -280px;
    width: 1400px;
    height: auto;
    transform: rotate(280deg);
    transform-origin: center;
    z-index: 0;
}
.content-container {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.story {
    flex: 1;
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 640px;
}
.story-image-container {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    z-index: 20;
}
#story-img {
    width: inherit;
    object-fit: cover;
    /* flex: 1; */
}
#our-team {
    display: flex;
    justify-content: center;
    position: relative;
    /* background: linear-gradient(
        178deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(0, 255, 0, 1) 80%,
        rgba(12, 18, 32, 0) 100%
    ); */
    background: linear-gradient(
        178deg,
        rgba(0, 212, 255, 1) -20%,
        rgba(30, 156, 173, 1) 0%,
        rgba(12, 18, 32, 0) 80%,
        rgba(12, 18, 32, 0) 100%
    );
    height: fit-content;
    min-height: 100vh;
    padding: 60px 20px;
    scroll-margin-top: 75px;
}
#our-team::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 18, 32);
    z-index: -1;
}
#team-bg {
    opacity: 0.04;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#team-bg2 {
    opacity: 1;
    position: absolute;
    object-fit: cover;
    object-position: 0% 0%;
    right: 0px;
    top: -250px;
    width: 400px;
    height: 100%;
    z-index: 10;
}
.team-content-container {
    display: flex;
    gap: 32px;
    color: #fff;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    z-index: 20;
}
.team-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto; /* Let the image control the width */
    max-width: 600px;
    /* width: clamp(500px,(800px - 500px) * (100vw - 1024px) / (1440 - 1024) + 500px,800px); */
}
.team-image img {
    /* width: 800px; */
    height: auto;
    width: 100%;
    transition: width 0.3s ease; /* Smooth transition */
    object-fit: cover;
}
.team-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 18px;
    text-align: end;
}
#our-skills {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    z-index: 1;
    /* height: 120vh; */
    /* max-height: 1600px; */
    scroll-margin-top: 75px;
}
.skills-content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    /* max-width: 1300px; */
}
.skill-bottom-text {
    max-width: 1000px;
}
.skills-title-container {
    align-items: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1300px;
    text-align: center;
}
.light h1 {
    color: #28313a;
}
.light h2 {
    color: #28313a;
}
.skillsets {
    width: 100%;
    display: grid;
    /* grid-template-columns: repeat(
        auto-fill,
        minmax(250px, 1fr)
    );  */
    grid-template-columns: repeat(
        auto-fill,
        minmax(250px, 1fr)
    ); /* Dynamic columns */
    gap: 18px;
}
.skill {
    /* padding: 40px 32px; */
    background-color: #fff;
    padding: 20px 24px;
    border: 5px solid var(--accent);
    z-index: 10;
}
.skill-image-container {
    position: relative;
    display: flex;
    justify-content: center;
}
.skill-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent);
    mix-blend-mode: screen;
    pointer-events: none;
}
.skill img {
    margin-bottom: 10px;
}
.state-of-art {
    width: 100%;
    padding: 18px;
    background: linear-gradient(
        to right,
        rgba(30, 156, 173, 1) 0%,
        rgba(25, 119, 134, 1) 50%,
        rgba(20, 79, 93, 1) 100%
    );
    color: #fff;
    font-size: 24px;
}
.state-of-art p {
    font-weight: 700;
}
#our-services {
    padding: 60px 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    background: linear-gradient(
        178deg,
        rgba(0, 212, 255, 1) -20%,
        rgba(30, 156, 173, 0.5) 0%,
        rgba(12, 18, 32, 0) 80%,
        rgba(12, 18, 32, 0) 100%
    );
    scroll-margin-top: 75px;
    /* height: 120vh; */
    /* max-height: 1700px; */
}
#our-services::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 18, 32);
    z-index: -1;
}
#world-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* bottom: -100px; */
    z-index: -1;
}
#swoosh-services {
    opacity: 1;
    position: absolute;
    object-fit: cover;
    object-position: 0% 0%;
    left: 0px;
    top: -300px;
    transform: translateX(0px) rotateY(180deg); /* Flip horizontally */
    width: 400px;
    height: 100%;
    z-index: 0;
}
.services-content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    max-width: 1300px;
    z-index: 20;
}
.services-title-container {
    align-items: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1300px;
    text-align: center;
    color: #fff;
    z-index: 20;
}
.services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Maximum of 3 columns */
    gap: 20px;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; */
}
.service .skill-image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}
.service {
    text-align: start;
    background-color: #fff;
    /* max-width: 460px; */
    padding: 28px;
    position: relative;
    z-index: 10;
}
.service h2 {
    /* margin-bottom: 0.32em; */
}
.triangle {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    aspect-ratio: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: var(--accent);
}
.inner-triangle {
    border-left: 20px solid transparent;
    border-right: 20px solid var(--accent);
    border-bottom: 20px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}
.outer-triangle {
    border-left: 22px solid transparent;
    border-right: 22px solid var(--accent);
    border-bottom: 22px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
}
#contact-us {
    padding: 60px 12px;
    scroll-margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    height: fit-content;
    min-height: 100vh;
    background-color: #0c0c0c;
    position: relative;
}
#swoosh-contact {
    opacity: 1;
    position: absolute;
    object-fit: cover;
    object-position: 0% 0%;
    right: 0px;
    top: -250px;
    width: 400px;
    height: 100%;
    z-index: 0;
}
.contact-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 1300px;
}
.contact-form {
    margin-top: 20px;
    display: flex;
    gap: 18px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.fields-container {
    display: flex;
    gap: 18px;
    width: 100%;
}
.contact-form .primary-btn {
    color: #fff;
    width: 50%;
}
.form-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-col:nth-child(1) {
    flex: 1;
}
.form-col:nth-child(2) {
    flex: 1;
    /* margin-left: 12px; */
}
input[type='text'] {
    background-color: #fff;
    padding: 12px 18px;
    font-family: 'Circular Std';
    border: 0;
    z-index: 10;
    border-radius: 4px;
}
input[type='email'] {
    background-color: #fff;
    padding: 12px 18px;
    font-family: 'Circular Std';
    border: 0;
    z-index: 10;
    border-radius: 4px;
}
textarea {
    font-family: 'Circular Std';
    width: 100%;
    height: 100%;
    padding: 12px 18px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    z-index: 10;
}
.email_link {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    margin-top: 8px;
    cursor: pointer;
}
.email_link a {
    text-decoration: none;
    font-weight: 600;
    color: var(--accent);
}
.email_link a:hover {
    text-decoration: underline;
}
footer {
    width: 100%;
    background-color: #0c1220;
    color: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-size: 12px;
    padding-inline: 20px;
}
.footer-content-container {
    width: 100%;
    padding: 24px 0;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-socials-container {
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.socials {
    display: flex;
    gap: 4px;
    justify-content: flex-end;
    z-index: 10;
}
.impessum-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
#impressum {
    text-decoration: underline;
    /* height: 100%; */
    padding-right: 12px;
    border-right: 2px solid #fff;
    cursor: pointer;
}
#privacy {
    text-decoration: underline;
    /* height: 100%; */
    padding-right: 12px;
    border-right: 2px solid #fff;
    cursor: pointer;
}
/*Dialog Styles*/
dialog {
    padding: 1rem 3rem;
    background: white;
    max-width: 1000px;
    padding: 4em 2em;
    border: 0;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
dialog::backdrop {
    animation: fadeIn 1s ease both;
    background: rgb(0, 0, 0, 40%);
    z-index: 2;
}
.dialog-close-btn {
    border: none;
    outline: 0;
    background-color: none;
    background: none;
    padding: 12px 24px;
    position: absolute;
    top: 15px;
    right: 24px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
    font-weight: 600;
    text-transform: uppercase;
}
.dialog-title {
    display: flex;
    gap: 4px;
    align-items: center;
}
.contact-us-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* For small screen sizes (320px or lower) */
@media (max-width: 320px) {
    .story-content-container {
        padding: 10px; /* Adds padding to the container */
    }
    .story {
        padding: 10px;
    }
    .story h1 {
        font-size: 1.5em; /* Adjust font size for small screens */
    }
    .story h2 {
        font-size: 1.5em; /* Adjust font size for small screens */
    }
    .story p {
        font-size: 1em; /* Adjust font size for small screens */
    }
}
@media (max-width: 580px) {
    .footer-content-container {
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }
    .partners {
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .impessum-container {
        justify-content: center;
    }
    .footer-socials-container {
        align-items: center;
    }
    .primary-btn {
        padding: 12px 24px;
    }
}
@media (max-width: 768px) {
    .nav-wrapper {
        flex-direction: column;
    }
    .partner img {
        height: 18px;
    }
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    .state-of-art {
        font-size: 18px;
    }
    .partners {
        gap: 24px;
    }
    .header-content {
        padding-inline: 32px;
    }
    #swoosh-services {
        top: -240px;
        left: 0;
        transform: translateX(0px) rotateY(180deg); /* Flip horizontally */
        width: 150px;
    }
}
@media (max-width: 1080px) {
    .nav-wrapper {
    }
    .header-content-blank {
        display: none;
    }
    .header-content {
        align-items: center;
        text-align: center;
    }
    #world {
        display: none;
    }
    dialog {
        width: 80%;
    }
    /* .skillsets {
        grid-template-columns: repeat(
            2,
            1fr
        );
    } */
}
@media (max-width: 1100px) {
    .skillsets {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .skillsets {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1024px) {
    .services-list {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
    .team-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .team-content-container {
        flex-direction: column-reverse;
        align-items: center;
    }
    .team-content {
        align-items: center;
        text-align: center;
        flex: 0;
    }
    .contact-form {
        max-width: 600px;
        flex-direction: column;
    }
    .fields-container {
        max-width: 600px;
        flex-direction: column;
    }
    .fields-container textarea {
        height: 150px;
    }
    #our-story {
        padding: 12px;
        height: auto;
        text-align: center;
    }
    .story-content-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 12px;
        gap: 12px;
        max-width: 600px;
    }
    .story-image-container img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .content-container {
        justify-content: center;
        flex: unset;
    }
    .story {
        justify-content: center;
        align-items: center;
    }
    .desktop {
        display: none;
    }
    #mobile_logo {
        display: block;
    }
    #web_logo {
        display: none;
    }
    #contact_web_logo {
        display: block;
        min-height: 28px;
        max-height: 32px;
        height: auto;
        margin: 8px 0;
    }
    .primary-btn {
        padding: 12px 32px;
    }
    .mobile {
        display: block;
    }
}
@media (min-width: 1024px) {
    /* .mobile {
        display: none;
    } */
}
@media (max-width: 600px) {
    .services-list {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}
.show-on-scroll {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
