@import url('https://fonts.googleapis.com/css2?family=Afacad:wght@300;400;600&display=swap');

body {
    font-family: Afacad, sans-serif;
    margin: 0;
}

#banner {
    background-image: url(img/1.svg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

#banner h1 {
    font-size: 100px;
    text-align: left;
    color: white;
    margin: 0;
    position: absolute;
    left: 70px; /* Keep it close to the left side */
    bottom: 20%;
}

#img {
    height: 90px;
    width: 220px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 20px; /* Keep it fixed in the same place */
}

@media screen and (max-width:500px){
    #banner h1{
        font-size:50px;
        text-align: center;
    }
    #img {
        height: 90px;
        width: 220px;
    }
}
@media screen and (max-width:767px){
    #banner h1{
        font-size:60px;
        text-align: center;
    }
}
#terms-and-conditions {
    padding: 40px 20px;
    background-color: #fff;
    color: #333;
    font-family: Afacad, sans-serif;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

#terms-and-conditions  {
    font-size: 28px;
    color: #222;
    margin-top: 20px;
}

#terms-and-conditionsp,
#terms-and-conditions li {
    font-size: 20px;
    line-height: 1.6;
}

#terms-and-conditions ul {
    padding-left: 20px;
}

#terms-and-conditions li {
    margin-bottom: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=Afacad:wght@300;400;600&display=swap');
/* Global reset and styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Afacad', sans-serif;
    color: #36332E;
}

body {
    width: 100%;
    font-family: Afacad, sans-serif;
    background: white;
}

/* Navbar container */
.nan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px;
    color: black;
    width: 100%;
    position: relative;
}

/* Brand logo */
.brand-logo {
    flex: 1;
}

.brand-logo img {
    width: 120px;
}

/* Menu container */
.menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Menu toggle button for mobile */
.menu-toggle {
    font-size: 30px;
    cursor: pointer;
    display: none; /* Hidden in desktop view */
}

/* Register button */
.register-btn {
    background: #ff9800;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    transition: background 0.3s;
}

.register-btn:hover {
    background: #e68900;
}

/* Menu links for desktop */
.menu-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.menu-links a {
    color: black;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    transition: color 0.3s;
}

.menu-links a:hover {
    color: #F98E1C;
}

.menu-links a {
    font-family: 'Afacad', sans-serif;
}

/* Mobile View */
@media (max-width: 768px) {
    /* Ensure register button and menu toggle appear in same row */
    .nan {
        flex-direction: row; /* Make sure the items are in the same row */
        justify-content: space-between; /* Space them out */
    }

    .menu-toggle {
        display: block; /* Show the hamburger menu */
    }

    .menu-links {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50vh; /* Covers 50% of screen height */
        background: #f0f0f0;
        justify-content: flex-start;
        align-items: center;
        z-index: 1000;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        gap: 5px; /* Reduced gap between menu items */
        padding-top: 20px;
    }

    .menu-links a {
        font-size: 18px;
        padding: 8px 15px; /* Reduced padding for smaller spacing */
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu-links.active {
        display: flex;
    }

    .menu-close {
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 20px;
        cursor: pointer;
    }

    .hidden {
        display: none;
    }

    /* Ensure the register button stays in the same row as the hamburger menu */
    .register-btn {
        font-size: 16px; /* Adjust font size */
        padding: 12px 24px; /* Adjust padding for better shape */
        border-radius: 10px; /* Slightly rounded corners */
        transition: 0.3s ease-in-out;
        font-weight: bold; /* Makes text bolder */
        background-color: #FAA216; /* Button color */
        color: white; /* Text color */
    }

    /* Optional: Add hover effect */
    .register-btn:hover {
        background-color: #e69514; /* Slightly darker shade on hover */
    }
}

/* Optional: Ensure menu close button is hidden in larger screens */
@media (min-width: 769px) {
    .menu-close {
        display: none;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}


/* Ensure menu close button is hidden in larger screens */
@media (min-width: 769px) {
    .menu-close {
        display: none;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

.st-top-header-in {
    position: relative;
    width: 100%;
    padding: 20px 20px; /* Increased padding */
    height: 60px; /* Extended height to avoid hiding elements */
}

.st-top-header-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-top-header-list li {
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 20px; /* Move elements down */
}

.st-top-header-list li:first-child {
    top: 0;
    left: 10px;
}

.st-top-header-list li:last-child {
    top: 0;
    right: 10px;
}

.st-top-header-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-left: 5px;
}

.st-top-header-list svg {
    width: 24px;
    height: 24px;
    fill: #FAA216;
}