@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

header {
    padding: 10px 20px;
    position: relative;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(166, 68, 115, 0.3);
    background: url('../image/header-bg.png') no-repeat;
    background-size: cover;
    /* Make image stretch full width and height */
    background-position: center;
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    /* Ensures it stays on top of other elements */
    background-color: #fff;
    /* or your desired background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Optional shadow for visibility */
}

header::after {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    height: 20px;

}

main {
    padding-top: 100px;
}

header {
    border: black;
    border-width: 2px;
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
}

.head_container {
    padding: 20px;
    overflow: hidden;
}

.logo {
    float: left;
    margin-left: 20px;
}

.logo img {
    height: 50px;
}

.menu {
    margin-top: 5px;
    float: right;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.menu ul {
    list-style-type: none;
    margin: 0;
}

.menu li {
    display: inline;
    margin: 0;
}

.menu a {
    text-decoration: none;
    color: #0C1312;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
}

.menu a:hover {
    color: #851F41;
}

.icon {
    display: none;
}

menu.responsive {
    position: relative;
}

menu.responsive {
    float: none;
    display: block;
    text-align: left;
}

header .container.header-flex {
    display: flex;
}

@media screen and (max-width: 835px) {


    ul>li:first-of-type {
        display: none;
    }

    .menu {
        margin: 0;
    }
}

@media screen and (min-width: 1201px) {
    .moblie-logo {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    header .container.header-flex {
        justify-content: space-between;
    }

    .menu li {
        display: none;
    }

    .icon {
        font-weight: 900 !important;
        font-size: 27px !important;
        padding: 0;
        margin: 0;
        display: flex;
    }

    header {
        background: #fff !important;
    }

    .header-img {
        display: none;
    }

    .menu a {
        color: #000;
    }

    .desktop-logo {
        display: none;
    }
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 40px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #0C1312;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #851F41;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
}

.header-img {
    padding-top: 10px;
}

.menu a.nav-btn {
    font-weight: 500;
    font-size: 16px;
    background: #851F41;
    font-family: "Geist", sans-serif;
    /* padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px; */
    border: 1px solid #851F41;
    color: #fff;
    border-radius: 4px;
    padding: 14px 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.menu a.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background: white;
    color: #851F41;
    border: 1px solid #851F41;
    transition: all 0.3s ease;
}

.power_by_div {
    width: 8%;
}

.power_by_div p {
    margin-bottom: 0;
    font-size: 10px;
}

@media screen and (max-width: 1200px) {

    header .container.header-flex {
        display: block;
    }

    header .container.header-flex .logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-left: 0px;
        align-items: center;
    }

    .menu a.nav-btn {

        font-size: 13px;

        padding: 9px 15px;

    }
}

/* moblie-header */
@media screen and (min-width: 576px) {
    .moblie-header {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    header {
        display: none;
    }

    .moblie-header {
        padding: 10px 10px;
        position: relative;
        min-height: 75px;
        box-shadow: 0 4px 15px rgba(166, 68, 115, 0.3);
        background: url('../image/moblie-header.png') no-repeat;
        background-size: cover;
        /* Make image stretch full width and height */
        background-position: center;
        width: 100%;
    }

    .moblie-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        /* Ensures it stays on top of other elements */
        background-color: #fff;
        /* or your desired background */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* Optional shadow for visibility */
    }

    .moblie-header .d-flex {
        align-items: center;
        justify-content: space-evenly;
        gap: 10px;
        margin-top: 10px;
    }

    .moblie-header img {
        width: 100%;
    }

    .moblie-header .logo1 {
        width: 30%;
        padding-right: 10px;
        margin-bottom: 15px;
    }

    .moblie-header .logo1 a {
        border: none !important;
        text-decoration: none;
    }

    .moblie-header a {
        border: 1px solid #fff !important;
    }

    .moblie-header .menu a.nav-btn {
        font-size: 10px;
    }

    .moblie-header .logo2 {
        width: 18%;
    }

    .moblie-header .power_by_div {
        width: 10%;
    }

    .moblie-header .menu {
        width: 30%;
    }

    .moblie-header .power_by_div p {
        font-size: 6px;
        line-height: 0;
    }

    .moblie-header .icon {
        border: none !important;
        text-decoration: none;
        color: #fff;
        margin-bottom: 15px;
    }

    .sidenav {
        z-index: 9999;
    }

    main {
        padding-top: 75px;
    }
}
