@font-face {
    font-family: "DFVN-Lucky-Skirt";
    src: url("../image_landing/DFVN-Lucky-Skirt.otf") format("opentype"), url("../image_landing/DFVN-Lucky-Skirt.ttf") format("truetype")
}

#nano-header {
    font-family: "Montserrat", serif;
    background: #fff;
    z-index: 999;
}

#nano-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: fadeIn 300ms
}

@keyframes fadeIn {
    from {
        margin-top: -100%;
        opacity: .6
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

#nano-header .header-top {
    background: #356aaf
}

#nano-header .header-top .header-head {
    color: #fff;
    display: flex;
    padding: 8px;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch
}

#nano-header .header-top .header-head .header-info {
    display: flex;
    align-items: center;
    gap: 24px
}

#nano-header .header-top .header-head .header-info .info-box {
    display: flex;
    align-items: center;
    gap: 6px
}

#nano-header .header-top .header-head .header-info .info-box p {
    display: flex;
    margin: 0
}

@media screen and (max-width: 768px) {
    #nano-header .header-top {
        display: none
    }
}

#nano-header .header-bottom .header-menu {
    display: flex;
    padding: 10px 0 10px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch
}

#nano-header .header-bottom .header-menu .logo-head {
    width: 188px
}

@media screen and (max-width: 578px) {
    #nano-header .header-bottom .header-menu .logo-head {
        width: 120px
    }
}

#nano-header .header-bottom .header-menu .hidden {
    display: none
}

#nano-header .header-bottom .header-menu .menu-wrapper {
    display: flex;
    align-items: center;
    gap: 32px
}

#nano-header .header-bottom .header-menu .menu-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-weight: 500
}

#nano-header .header-bottom .header-menu .menu-wrapper a:hover {
    color: #f0821c;
    transition: all 300ms ease-in-out
}

#nano-header .header-bottom .header-menu .menu-wrapper .btn-cta {
    cursor: pointer
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .header-menu .menu-wrapper .btn-cta {
        display: none
    }
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .header-menu .menu-wrapper {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 99999;
        flex-direction: column;
        width: 50vw;
        align-items: start;
        padding: 40px 16px 40px 16px;
        gap: 24px;
        transition: all 300ms ease-in-out;
        background: #bcd9ff
    }
    #nano-header .header-bottom .header-menu .menu-wrapper.mobile-menu {
        left: 0
    }
}

@media screen and (max-width: 992px)and (max-width: 400px) {
    #nano-header .header-bottom .header-menu .menu-wrapper {
        padding: 40px 10px 40px 10px
    }
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .header-menu .menu-wrapper .menu-mobile-icon {
        display: flex;
        gap: 10px;
        align-items: center;
        align-self: stretch
    }
}

@media screen and (max-width: 992px)and (max-width: 400px) {
    #nano-header .header-bottom .header-menu .menu-wrapper .menu-mobile-icon {
        gap: 0
    }
}

#nano-header .header-bottom .header-menu .btn-cta {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border: 2px solid #42acea;
    border-radius: 8px;
    background: #356aaf;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, .1), 0px 2px 4px -2px rgba(16, 24, 40, .1);
    color: #fff !important;
    animation: infi 3s infinite ease-in-out
}

#nano-header .header-bottom .header-menu .btn-cta:hover {
    border: 2px solid #ff7b00;
    background: #f0821c;
    color: #fff;
    transition: all 300ms ease-in-out
}

@media screen and (max-width: 578px) {
    #nano-header .header-bottom .header-menu .btn-cta {
        padding: 7px 5px;
        font-size: 14px
    }
}

#nano-header .header-bottom .header-menu .mobile-cta {
    display: none
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .header-menu .mobile-cta {
        display: block
    }
}

#nano-header .header-bottom .background-menu {
    display: none;
    transition: all 300ms ease-in-out
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .background-menu.active {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 99998;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7)
    }
}

#nano-header .header-bottom .header-bar {
    display: none
}

@media screen and (max-width: 992px) {
    #nano-header .header-bottom .header-bar {
        display: block
    }
}


/*# sourceMappingURL=header.css.map */