* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #353f46;
    color: #FFFFFF;
   

}

header {
    background-color: #353f46;
    padding: 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(210, 210, 210);
    overflow-x: hidden;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-icon span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin-bottom: 4px;
    border-radius: 2px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.logo-container {
    display: flex;
    align-items: center;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.logo-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.logo-container img {
    margin-right: -5px;
    margin-top: 7px;
}

#Beta {
    font-size: 15px;
    transform: translateY(6px);
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: white;
}

.download-container {
    display: flex;
    align-items: center;
}

.btn-download-header {
    display: inline-block;
    padding: 7.5px 15px;
    background: linear-gradient(to right, #00AAD8, #38BDEC);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border: 1.5px solid #93E8FF;
}

.btn-download-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    pointer-events: none;
}

.btn-download-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1), 0 12px 16px rgba(0, 0, 0, 0.2);
}

.btn-download-header:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.2);
}

.sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #353f46;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 60px 20px;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.sidebar.active {
    transform: translateX(0);
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.sidebar-links li {
    margin-bottom: 20px;
}

.sidebar-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.hero {
    position: relative;
    padding: 0px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(100vh - 72px); /* Adjust according to the header height */
    overflow: hidden;
    border-bottom: 2px solid rgb(210, 210, 210);
    overflow-x: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.7; /* Optional: to make the background slightly transparent */
    filter: blur(10px);
    -webkit-filter: blur(10px);

}

.desktop-video {
    display: none;
}

.mobile-video {
    display: block;
}

.hero-image-container {
    position: relative;
    z-index: 2;
    margin-right: 0px;
    opacity: 2;
    align-self: flex-end;
}
.hero-image-container img {
    width: 450px;
    vertical-align: bottom;
}
.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    align-self: center;
    vertical-align: top;

    transform: translateX(-70px); /* Move the content more to the left */
    
}

.hero-title {
    margin-bottom: 20px;
}

.title-2 {
    font-size: 3.5em;
    font-weight: 580;
    color: #38BDEC;
    margin: 0;
    text-shadow: none;
    transform: translateY(-50px);
    max-lines: 1;
    font-family: "Murecho";
}

.title {
    font-size: 3.5em;
    font-weight: 580;
    color: white;
    margin: 0;
    text-shadow: none;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-50px);
    max-lines: 2;
    font-family: "Murecho";
}

.subtitle {
    font-size: 1.25em;
    max-width: 600px;
    margin: 0;
    color: white;
    font-family: "Murecho";
    transform: translateY(-50px);
}

.btn-download-main {
    align-items: center;
    text-align: center;
}

.btn-download-main img {
    width: 200px;
    margin-top: 20px;
    transition: transform 0.2s;
    align-items: center;
}

.btn-download-main img:hover {
    transform: scale(1.05);
}

.features {
    padding: 50px 0px;
    background-color: #353f46;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features h2 {
    align-items: center;
    margin-bottom: 40px;
    font-size: 2.5em;
    color: #ffffff;
}

.feature-section {
    width: 100%;
    padding-right: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    padding-bottom: 50px;
}

.feature-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    align-self: center;
    text-align: center;
    background-color: #313131;
}

.feature-header h3 {
    font-size: 2.75em;
    margin-bottom: 20px;
    color: #ffffff;
}

.feature-header p {
    font-size: 1.5em;
    color: lightgray;
    padding-bottom: 40px;
}

.feature-body {
    display: flex;
    flex-direction: row;
}

.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    align-self: center;
    max-width: 80%;
    margin-bottom: 20px;
    padding-right: 20px;
}

.category-card {
    flex: 1 1 300px; /* Flex-grow, flex-shrink, and min-width */
    max-width: 300px;
    padding: 10px;
    margin: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.4em;
    font-weight: 500;
    text-align: left;
    background-color: #313131;
}

.category-card:hover {
    background: linear-gradient(to right, #00AAD8, #38BDEC);
    transform: scale(1.05);
    color: white;
}

.category-card.active {
    background: linear-gradient(to right, #00AAD8, #38BDEC);
    color: white;
}

.category-text-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.category-text h3 {
    font-size: 1.4em;
    margin-right: 25px;
    color: #ffffff;
}

.category-text p {
    font-size: 0.8em;
    font-weight: 400;
    padding-top: 5px;
    color: lightgray;
}

.category-text img {
    margin-top: -5px;
}

.images-container {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.feature-images {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    animation: fadeIn 0.5s ease-in-out;
}

.feature-images.active {
    display: flex;
}

.feature-image-container {
    text-align: center;
    margin: 10px;
    animation: slideUp 0.5s ease-in-out;
}

.feature-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: cover;
}

footer {
    background-color: #313131;
    color: #FFFFFF;

    text-align: center;
    border-top: 2px solid rgb(210, 210, 210);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin: 20px 10px;
}

.footer-column h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-column p, .footer-column ul {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 5px 0;
}

.footer-column ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #00AAD8;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons a img {
    width: 30px;
    height: 30px;
    transition: transform 0.2s;
}

.social-icons a img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid rgb(210, 210, 210);
    padding-top: 10px;
    margin-top: 20px;
    font-size: 0.9em;
    color: lightgray;
    padding-bottom: 20px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}



/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 0px 20px;
        height: auto; /* Allow height to adjust based on content */
        overflow-x: hidden;
    }

    .hero-image-container {
        order: 2; /* Move image below text */
        margin: 0px 0; /* Add some margin for spacing */
    }

    .hero-image-container img {
        width: 90%; /* Adjust width for mobile */
    }

    .hero-content {
        order: 1; /* Ensure text content is above image */
        text-align: center;
        align-items: center;
        transform: translateX(0px);
        vertical-align: center;
    }

    .btn-download-main {
        order: 3; /* Move download button below image */
        width: 60%; /* Adjust width for mobile */
    }

    .title, .title-2 {
        font-size: 2.3em;
        font-weight: 500;
        transform: translateY(0px);
    }
    
  

    .subtitle {
        font-size: 1em;
        transform: translateY(0px);
    }

    .nav-links {
        display: none;
    }

    .menu-icon {
        display: flex;
    }

    .logo-container {
        flex: 1;
        justify-content: center;
    }

    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }

    .features {
        padding: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .feature-card {
        text-align: center;
        align-items: center;
    }

    .category-card {
        width: 100%;
    }


    .category-text h3 {
        font-size: 1em;
    }

    .category-text p {
        font-size: 0.6em;
    }
    .feature-header h3 {
        font-size: 2em;
    }

    .feature-header p {
        font-size: 1.2em;
    }

    .feature-body {
        flex-direction: column;
    }

    .feature-images {
        flex-direction: column;
        align-items: center;
    }

    .feature-image-container {
        width: 100%;
    }

    .feature-image {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .feature-text {
        max-width: 100%;
        margin-bottom: 0; /* Remove bottom margin */
    }

    .feature-text h3 {
        font-size: 1.5em;
    }

    .feature-text p {
        font-size: 1em;
    }

    .image-subtitle {
        font-size: 0.9em;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        max-width: 100%;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}







