/*
Theme Name: Sandarch Theme
Author: unknown
Version: 1.0
*/


/* ========================================================= */
/* RESET */
/* ========================================================= */

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

/* body{
    font-family: "Jakarta-Sans";
    font-weight: ;
} */


/* ========================================================= */
/* HEADER */
/* ========================================================= */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9999;
}


/* ========================================================= */
/* HEADER CONTAINER */
/* ========================================================= */

.header-container {
    width: 90%;
    max-width: 2000px;
    margin: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ========================================================= */
/* LOGO */
/* ========================================================= */

/* .logo{
    font-size:26px;
    font-weight:700;
    letter-spacing:2px;
}

.logo a{
    color:#111;
    text-decoration:none;
} */

/* ========================================================= */
/* LOGO */
/* ========================================================= */

.logo {
    display: flex;
    align-items: center;
}

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

.logo img {
    display: block;
    width: 250px;
    height: auto;
}

/* ========================================================= */
/* NAVIGATION */
/* ========================================================= */

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    font-family: "Jakarta-Sans";
    font-weight: 500;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: lowercase;
    transition: .3s;
}

nav ul li a:hover {
    color: #999;
}


/* ========================================================= */
/* MOBILE MENU */
/* ========================================================= */

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media(max-width:768px) {

    .menu-toggle {
        display: block;
    }

    nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        border-top: 1px solid #eee;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
    }

    nav ul li {
        border-bottom: 1px solid #eee;
    }

    nav ul li a {
        display: block;
        padding: 18px 25px;
    }

}

/*
Theme Name: Sandarch Theme
Author: unknown
Version: 1.0
*/


/* ========================================================= */
/* RESET */
/* ========================================================= */

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

/* body{
    font-family: "Jakarta-Sans";
    font-weight: ;
} */


/* ========================================================= */
/* HEADER */
/* ========================================================= */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9999;
}


/* ========================================================= */
/* HEADER CONTAINER */
/* ========================================================= */

.header-container {
    width: 90%;
    max-width: 2000px;
    margin: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ========================================================= */
/* LOGO */
/* ========================================================= */

/* .logo{
    font-size:26px;
    font-weight:700;
    letter-spacing:2px;
}

.logo a{
    color:#111;
    text-decoration:none;
} */

/* ========================================================= */
/* LOGO */
/* ========================================================= */

.logo {
    display: flex;
    align-items: center;
}

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

.logo img {
    display: block;
    width: 250px;
    height: auto;
}

/* ========================================================= */
/* NAVIGATION */
/* ========================================================= */

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    font-family: "Jakarta-Sans";
    font-weight: 500;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: lowercase;
    transition: .3s;
}

nav ul li a:hover {
    color: #999;
}


/* ========================================================= */
/* MOBILE MENU */
/* ========================================================= */

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media(max-width:768px) {

    .menu-toggle {
        display: block;
    }

    nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        border-top: 1px solid #eee;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        gap: 0;
    }

    nav ul li {
        border-bottom: 1px solid #eee;
    }

    nav ul li a {
        display: block;
        padding: 18px 25px;
    }

}