@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import "fonts.css";

:root {
    --header1Height: 78px;
    --header2Height: 100px;
    --headerParentDivHeight: calc(var(--header1Height) + var(--header2Height));
}

.mobilViewHeader {
    display: none;
}

.header2 {
    height: var(--header2Height);
    background: #FFFFFF;
    padding: 0px 10%;
    display: flex;
    border-bottom: 1px solid lightgray;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap !important;
    transition: all 0.1s;
    z-index: 1;

    display: flex;
    justify-content: space-between;
}

.header2LeftBox {
    /* border: 1px solid #000; */
    /* width: 144px; */
    display: flex;
    align-items: center;
    /* height: 47px; */
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.01em;
}

.header2LeftBox a {
    text-decoration: none;
    color: #000000;
}

.header2LeftBox:hover a {
    text-decoration: none;
    color: #b94cd5;
    transition: 0.3s;
}

.header2CenterBox {
    /* border: 1px solid #000; */
    /* width: 286.7px; */
    height: 19px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10%;
    flex: 1;
}

.header2CenterBox span {
    width: 53px;
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 130%;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.1s;
}

.header2CenterBox span a:hover {
    color: #FF13EF;
}

.header2CenterBox span a {
    text-decoration: none;
    color: black;
}


.header1RightBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    padding: 0 !important;
}

.header1RightBox a {
    height: 100%;
    display: flex;
    align-items: center;
}

.header1RightBox a img {
    height: 80%;
}

.navButtons {
    width: 177px !important;
    /* border: 1px solid; */
    /* height: 100%; */
    display: flex;
    gap: 12%;
    padding: 0px;
    margin: 0px;
}

.navButtons span {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 900;
    font-size: 0.9em;
    text-transform: uppercase;
    /* color: #D3C3F1; */
    cursor: pointer;
    transition: all .6s linear;
}

.navButtons span a:hover {
    color: #e99ae4;
}

.navButtons span a {
    text-decoration: none;
    color: #ff13ef;
    transition: all .2s linear;

}


@media only screen and (max-height: 678px) {
    .header2 {
        height: var(--header2Height);
    }

    .header2LeftBox {
        font-size: 24px;
    }

    .header2CenterBox {
        /* gap: 30px; */
        gap: 11%;
    }

    .header2CenterBox span {
        /* font-size: 0.7em; */
        font-size: 1em;
    }
}


@media (max-width:1010px) {
    .header2 {
        height: var(--header2Height);
    }

    .header2LeftBox {
        font-size: 24px;
    }

    .header2CenterBox {
        /* gap: 30px; */
        gap: 7%;
    }

    .header2CenterBox span {
        font-size: 1em;
    }
}


@media (max-width:1000px) {
    .headerBox {
        height: 100px;
    }

    .header1,
    .header2 {
        display: none !important;
    }

    .mobilViewHeader {
        /* border: 1px solid red; */
        height: 100px;
        width: 100vw;
        position: relative;
        padding: 0 !important;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        justify-content: space-between;
        align-items: center;
        padding: 0px 10% !important;
        transition: all 0.1s;


    }

    .mobilViewHeader .centerHeading {
        font-family: 'Inconsolata';
        font-style: normal;
        font-weight: 900;
        font-size: 1.5em;
        /* text-transform: uppercase; */
        color: black;
        cursor: pointer;
        transition: all .6s linear;
        transform: translateX(0.5em);
    }



    .mobileHeaderLoginButton {
        padding: 0px 7px;
        border-radius: 25%;

        background: #FF13EF;
        color: white;
        border-radius: 18px;
        transition: all 0.3s;
        cursor: pointer;
        transform: scale(1.1);
    }

    .mobileHeaderLogoutButton {
        /* padding: 3px 7px;
        border-radius: 25%;

        background: #6e4a9b;
        color: white;
        border-radius: 18px;
        transition: all 0.3s;
        cursor: pointer;
        transform: scale(1.1); */

        padding: 6px 14px;
        background: #bd0cb1 !important;
        color: white;
        border-radius: 5px;
        transition: all 0.3s;
        cursor: pointer;
        text-decoration: none;
        transform: scale(1.1);
    }

    .mobileHeaderLoginButton:hover,
    .mobileHeaderLogoutButton:hover {
        transform: scale(1.15);
        box-shadow: 0 4px 8px rgba(235, 230, 230, 0.9);
    }

    /* ------------------------------- */
    .top-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #00BAF0;
        background: linear-gradient(to left, #f46b45, #eea849);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #FFF;
        height: 50px;
        padding: 1em;
    }

    .menu {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .menu>li {
        margin: 0 1rem;
        overflow: hidden;
    }

    .menu-button-container {
        /* border: 1px solid; */
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0 !important;
    }

    #menu-toggle {
        display: none;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #fff;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }

    .menu-button::before {
        content: '';
        margin-top: -8px;
    }

    .menu-button::after {
        content: '';
        margin-top: 8px;
    }

    #menu-toggle:checked+.menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
    }

    #menu-toggle:checked+.menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }

    .menu-button ion-icon {
        font-size: 2em;
        transform: translateY(-0.4em);
    }

    #menu-toggle:checked+.menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: fixed;
        top: 0;
        margin-top: 100px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 1.5em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu>li a {
        display: flex;
        justify-content: center;
        margin: 0;
        /* padding: 0.5em 0; */
        width: 100%;
        color: white;
        background-color: #222;
        text-decoration: none;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}