nav {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center;
    padding: 10px 100px;
    position: fixed;
    width: 90%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.navigation-body {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px; /* Limit the maximum width */
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin-right: 150px;
}

.navbar-nav li {
    margin-left: 65px;
}

.navbar-nav a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block; /* Make the link cover the whole list item */
    padding: 10px 0; /* Add padding for better spacing */
}

.tukilo {
    height: 44px;
    width: 120px;
}

/* Menu Toggle for Mobile */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background: #180875b6;
    margin: 4px 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    nav {
        padding: 20px;
    }

    .navigation-body {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-nav {
        display: none;
        flex-direction: column;
        width: 100%; /* Set to 100% to match the navbar width */
        position: absolute;
        top: 72px; /* Adjust based on the height of the nav */
        background-color: white;
        left: 0;
        padding: 10px;
    }

    .navbar-nav li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .navbar-nav.active {
        display: flex;
    }

    .navbar-nav a:hover {
        background-color: #ddd;
        color: black;
    }

    .menu-toggle {
        display: flex;
    }
}

/* First body conatiner css */
.first-container-of {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 500px;
    margin-top: 90px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.firstbody-text {
    flex: 1;
    padding: 20px;
    margin: 1px;
    max-width: 600px; 
}

.background-video {
    flex: 1;
    position: relative;
    overflow: hidden;
    max-width: 600px; 
}

.background-video video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.welcome-text {
    color: #04114ddc;
}

/* First page buttons */
.btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #04114ddc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn i {
    margin-right: 10px;
}

.web-btn {
    background-color: #04114ddc;
}

.web-btn:hover {
    background-color: slateblue;
}

.tutorial-btn {
    background-color: #fff;
    color: #04114ddc;
    border: 2px solid #04114ddc;
}

.tutorial-btn:hover {
    background-color: #93a8e0a8;
}

.tutorial-btn i {
    color: #04114ddc;
}

@media (max-width: 768px) {
    .first-container-of {
        flex-direction: column;
        height: auto;
        text-align: center; /* Center text for smaller screens */
        margin-top: 150px; /* Adjust the margin top to avoid overlap with navbar */
    }

    .firstbody-text, .background-video {
        max-width: 100%; /* Allow full width on smaller screens */
    }

    .products {
        float: none;
        margin-right: 0;
        margin-bottom: 20px; /* Add margin to separate from other content */
    }

    .firstbody-containing {
        margin-top: 20px;
        margin-left: 0;
    }

    .dos {
        margin-left: 0;
        font-size: 18px;
    }

    .app-download {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 3em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wordart.slate {
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
}

.wordart.slate .welcome-text {
    font-family: Times, 'Times New Roman', serif;
    font-weight: normal;
    color: #04114ddc;
    text-shadow: 0.03em 0.03em 0px #B3B3B3;
}

/* Responsive First Container */
@media (max-width: 768px) {
    .first-container-of {
        flex-direction: column;
    }

    .firstbody-text {
        margin: 5px 0;
    }

    .background-video {
        width: 100%;
        height: auto;
    }

    .background-video video {
        width: 100%;
        height: auto;
    }
}


/* tailed one */
.tailed-section {
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center;
    background-color:rgb(233, 243, 247);
    padding: 20px;
    max-width: 1400px; /* Limit the maximum width */
    margin: 0 auto; /* Center the section */
}

.tailed-one {
    text-align: center;
    color: #2d3436;

}

.tailed-one h2 {
    color: #04114ddc;
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
}

@media (max-width: 768px) {
    .tailed-section {
        flex-direction: column;
        padding: 20px; 
    }

    .tailed-one {
        margin-bottom: 20px;
    }
}

/* Differnec one */
.difference-one{
    text-align: center;
}
.sprakle{
    margin-left: 20px;
    margin-right: 20px;
    color: darkslateblue;
}

/* Info Section Css */
.info-section {
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center;
    padding: 40px;
    max-width: 1400px; /* Limit the maximum width */
    margin: 0 auto; /* Center the section */
    background-color:  rgb(238, 235, 243);
}

.info-item {
    text-align: center;
    color: #2d3436;
    margin: 0 89px; /* Add horizontal margin for spacing */
}

.info-item h2 {
    color: #04114ddc;
    font-size: 2em;
    margin: 0;
}

.info-item p {
    margin: 0;
    font-size: 1em;
    color: #636e72;
}

.star {
    color: #04114ddc;
}

@media (max-width: 768px) {
    .info-section {
        flex-direction: column;
        padding: 20px; /* Adjust padding for smaller screens */
    }

    .info-item {
        margin-bottom: 20px;
    }
}
