*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btnn {
    width: 100%;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}

.btnn:hover {
    background: #fff;
    color: #ff7200;
}

.btnn a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

/* Ensure the content is not affected by the menu */
.content {
    position: relative;
    z-index: 1; /* Make sure content stays behind the menu when it's open */
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #fff;
    position: relative;
    padding: 0 20px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px; /* Adds space at the bottom to avoid overlap with the footer */
}

.content h1 {
    font-family: Arial, sans-serif;
    font-size: 50px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .par {
    padding-bottom: 25px;
    font-family: Arial, sans-serif;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content .cn {
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s ease;
}

.content .cn a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}

.cn:hover {
    background-color: #fff;
}

.form {
    width: 90%;
    max-width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%);
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 10px;
    padding: 25px;
}

.form h2 {
    font-family: sans-serif;
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input {
    width: 100%;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #ff7200;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus {
    outline: none;
}

.form .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.form .link a {
    text-decoration: none;
    color: #ff7200;
}

footer {
    width: 100%;
    background-color: #6a0dad;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: relative; /* Keeps footer at the bottom of the page if content is too short */
    bottom: 0;
    left: 0;
}

footer p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* Hide the menu and show the hamburger icon on smaller screens */
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.image-text-container {
    display: flex;
    justify-content: space-between; /* Distributes space between videos */
    align-items: flex-start; /* Aligns videos to the top of the container */
    padding: 20px; /* Adds space around the videos */
    flex-wrap: wrap; /* Ensures the videos wrap if the screen is too small */
    gap: 20px; /* Adds 20px space between each video */
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #6a0dad;
}

.logo {
    color: #ff7200;
    font-size: 35px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.main {
    min-height: auto; /* Allow the main container height to adjust dynamically */
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.5) 1%), url(images/content1.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 20px; /* Add padding at the bottom to ensure space between content and footer */
}

.menu {
    flex: 1;
}

/* Menu becomes visible as a fixed overlay when the menu-active class is added */
.menu.menu-active {
    display: block;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #6a0dad;
    z-index: 1000; /* Ensure it appears above other content */
}

.navbar {
    width: 100%;
    max-width: 1200px;
    height: 75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #6a0dad; /* Purple background color */
    color: #fff; /* Ensures text color is white for contrast */
}

.navbar .logo {
    color: #fff; /* Adjust logo color if necessary */
}

.navbar .menu ul li a {
    color: #fff; /* Ensure menu items are white */
}

.navbar .menu ul li a:hover {
    color: #ff7200; /* Color on hover */
}

::placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
}

.social-media {
    text-align: center; /* Center the inline-block elements inside */
    margin-top: 20px; /* Optional: Adds space above social media icons */
}

.social-media a {
    color: #fff;
    font-size: 100px; /* Adjust icon size for large screens */
    margin: 0 30px; /* Space between icons */
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block; /* Ensure links are inline-block */
}

/* Hover effect */
.social-media a:hover {
    color: #ff7200; /* Color change on hover */
}

.tiktok-embed {
    flex: 1 1 30%; /* Each video takes about 30% of the available space */
    margin: 10px; /* Adds some space between the videos */
    max-width: 320px; /* Ensures the video width does not exceed 325px */
    min-width: 200px; /* Ensures the video does not get too small */
    height: 800px; /* Let height adjust based on width */
    max-height: calc(100vh - 150px);
    border-radius: 18px;
}

.textbox {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #fff;
}

ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin-left: 20px;
    font-size: 14px;
}

ul li a {
    text-decoration: none;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover {
    color: #ff7200;
}

/* Media Queries for Mobile */
@media screen and (max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: auto;
        text-align: center;
    }

    .logo {
        font-size: 28px;
    }

    .hamburger {
        display: block; /* Show the hamburger icon */
    }

    .menu {
        display: none; /* Hide the menu initially */
    }

    ul {
        flex-direction: column;
    }

    ul li {
        margin-left: 0;
        margin-top: 20px;
    }

    .social-media a {
        font-size: 30px; /* Decrease icon size for smaller screens */
        margin: 0 10px; /* Reduce space between icons */
    }

    .image-text-container {
        flex-direction: column; /* Stack the TikTok videos vertically on smaller screens */
        align-items: center; /* Center the videos */
    }

    .tiktok-embed {
        max-width: 100%; /* Make sure the videos adjust to the width of the screen */
        height: auto; /* Let the height adjust automatically */
    }
}



/* Additional Mobile Adjustments */
@media screen and (max-width: 480px) {
    .logo {
        font-size: 24px;
    }

    ul li {
        font-size: 12px;
    }

    .content h1 {
        font-size: 24px;
    }

    .btnn {
        font-size: 14px;
    }

    .social-media a {
        font-size: 25px; /* Further reduce icon size for very small screens */
        margin: 0 8px; /* Reduce margin between icons */
    }
}

/*CUT*/

.notification-bar {
    background-color: #ff7200;
    color: white;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    position: sticky; /* Use sticky instead of fixed */
    top: 0; /* Sticks to the top of the viewport */
    margin-bottom: 20px;
    text-align: center;
    z-index: 10; /* Ensure it's above other content */
}


.notification-bar p {
    margin: 0;
}

.notification-bar strong {
    color: #fff;
}

.language-switch button {
    background-color: #6a0dad;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.language-switch button:hover {
    background-color: #ff7200;
}