.header .header-element .links-div .menu-items {
    width: 50%;
    display: flex;
    justify-content: space-around;
    padding: 5px;
    border-radius: 30px;
    min-width: 530px;
    background-color: #ffffffd5;
    backdrop-filter: blur(5px);
    align-items: center;
    /* justify-content: space-between; */
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2), 0 -2px 5px rgba(128, 128, 128, 0.2), 2px 0 5px rgba(128, 128, 128, 0.2), -2px 0 5px rgba(128, 128, 128, 0.2);
    position: relative;
}

.mega-menu-control {
    cursor: pointer;
    z-index: 5;
}

.mega-item {
    border-radius: 25px;
    margin-top: 40px;
    display: none;
    width: 15vw;
    min-width: 200px;
    min-height: 12vw;
    position: relative;
}

.hamburger-cross-button i {
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    margin: 0 !important;
    color: #fff;
}

.close-menu-btn.hamburger-cross-parent .hamburger-cross-button span {
    display: none;
}

.clicked {
    padding: 20px;
}

.clicked .mega-item {
    display: block;
}

.mega-menus {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mega-menu {
    background-color: white;
    backdrop-filter: blur(15px);
    position: absolute;
    left: 0;
    top: 0px;
    width: auto;
    min-width: 100%;
    border-radius: 20px;
    /* display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 20px; */
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        /* Bottom shadow */
        0 -2px 5px rgba(128, 128, 128, 0.2),
        /* Top shadow */
        2px 0 5px rgba(128, 128, 128, 0.2),
        /* Right shadow */
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.menu-item-services,
.menu-item-parrot,
.menu-item-kea {
    background-color: rgb(255, 255, 255);
}

.mega-menu-card {
    padding: 0px 20px 20px 20px;
}

.mega-menu-border-asset {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.icon-title h4 {
    margin: 1.33em 0;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px;
}

.mega-item .button-white-background {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: 0;
    bottom: 0px;
}

.mega-item .white-purple-arrow {
    padding: 4px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    width: auto;
    height: auto;
}

.mega-menu .so-widget-ap-header {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
}

.mega-item:hover {
    background: linear-gradient(180deg, #F9EBFF 23.59%, #FFF 104.87%);
}

.menu-item-kea:hover {
    background: linear-gradient(180deg, #DCEAFF 0%, #FFF 115.21%);
}

.menu-item-parrot:hover {
    background: linear-gradient(180deg, #FFF2D0 0%, #FFF 100%);
}

.menu-item-services:hover {
    background: linear-gradient(180deg, #F9EBFF 23.59%, #FFF 104.87%);
}

.mega-item:hover .button {
    background-color: #F6E2FF;
    fill: #4B006E;
    border: none;
    transition: linear 0.1s;
}

.mega-item:hover .white-purple-arrow {
    background-color: #F6E2FF;
    fill: #4B006E;
    background-color: #F6E2FF;
    transition: linear 0.2s;
}

.menu-item-services {
    display: none !important;
}


.kea-hambur {
    display: none;
}

.hamburger-button-kea {
    background-color: white;
    border-radius: 30px;
    margin-right: 15px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
        /* Bottom shadow */
        0 -2px 5px rgba(128, 128, 128, 0.2),
        /* Top shadow */
        2px 0 5px rgba(128, 128, 128, 0.2),
        /* Right shadow */
        -2px 0 5px rgba(128, 128, 128, 0.2);
}

.header-nav-kea-Parrot-btn {
    display: flex;
    align-items: center;
    width: max-content;
}

.header-nav-kea-Parrot-btn p {
    margin-left: 10px;
    margin-right: 10px;
    color: #120321;
    font-weight: 700;
    font-size: calc(16px + (24.0 - 16) * ((100vw - 1001px) / (2200 - 1001)));
}

.header.header-keaParrot-home .header-element .links-div .menu-items-left {
    min-width: 710px;
    width: max-content !important;
    padding: 5px;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
}

.header-keaParrot-home .hamburger-button-left .menu a {
    margin-right: 0px;
}

.header.header-keaParrot-home .header-element .links-div .menu-items.menu-items-active {
    justify-content: space-between;
    padding-left: 10px;
    min-width: 535px;
}

.header-keaParrot-home .menu-items-active .close-menu.close-menu-btn {
    display: block;
}

.header-keaParrot-home .menu-items-active .close-menu-btn .hamburger-cross-button {
    display: flex;
    color: #fff !important;
}

.header-keaParrot-home .hamburger-cross-button i {
    width: 25px !important;
    height: 25px !important;
    font-size: 24px !important;
    padding-left: 1px;
}

.header-keaParrot-home .menu-items-active .mega-menus {
    right: 0;
    top: 0;
    left: auto;
}

.header-keaParrot-home .menu-items-active .mega-menu {
    right: 0;
    left: auto;
    top: 0px;
}
.header-keaParrot-home .header-link-div .links{
    justify-content: space-between;
}

@media only screen and (max-width: 1350px) {
    .kea-hambur {
        background-color: white;
        border-radius: 30px;
        margin-right: 15px;
        padding: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 5px rgba(128, 128, 128, 0.2),
            /* Bottom shadow */
            0 -2px 5px rgba(128, 128, 128, 0.2),
            /* Top shadow */
            2px 0 5px rgba(128, 128, 128, 0.2),
            /* Right shadow */
            -2px 0 5px rgba(128, 128, 128, 0.2);
    }

    .hamburger-button-kea {
        padding: 0px;
        margin-left: 10px;
        margin-right: 0;
        justify-content: end;
    }

    .menu-items-left {
        display: none !important;
    }

    .menu-items-left.active {
        display: flex !important;
        padding-right: 5px !important;
    }

    .header-keaParrot-home .close-menu {
        display: block;
    }

    .header-keaParrot-home .hamburger-cross-button {
        display: flex;
        color: #fff !important;
    }

    .header-keaParrot-home .hamburger-cross-button i {
        width: 25px !important;
        height: 25px !important;
        font-size: 24px !important;
        padding-left: 1px;
    }

    .hamburger-parent-left.hidden {
        display: none;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left {
        min-width: 700px;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left.d-none {
        display: none !important;
    }
}

@media only screen and (max-width: 1080px) {
    .menu-items {
        width: 100% !important;
        display: none !important;
    }

    .menu-items.active {
        display: flex !important;
    }

    .menu-items {
        min-width: 400px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 10px !important;
        padding-right: 5px !important;
        justify-content: space-between !important;
    }

    .mega-menu .so-widget-ap-header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 30px;
    }

    .mega-item {
        width: auto;
        min-height: 23vw;
        min-width: 100px;
    }

    .hamburger-parent.hidden {
        display: none;
    }

    .header-demo-button.hidden {
        display: none;
    }

    .mega-item .button {
        padding: 3px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .header-nav-kea-Parrot-btn p {
        font-size: 19px;
    }

    /* .header.header-keaParrot-home .menu-items.menu-items-active{
        display: flex !important;
    } */
    .header.header-keaParrot-home .header-element .links-div .menu-items-left-active {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        padding-top: 80px !important;
        padding-left: 80px !important;
        border-radius: 0 !important;
        z-index: 1 !important;
        min-width: auto !important;
        max-width: none !important;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left-active .mega-menu-control {
        display: block;
        margin-top: 15px;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left-active .menu-item {
        font-size: 24px !important;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left-active .hamburger-cross-parent {
        position: fixed;
        z-index: 5;
        top: 30px;
        left: 92vw;
        margin: 0;
    }

    .kea-menu-group .mega-menu-control {
        display: flex !important;
    }


    .header-keaParrot-home .menu-items.menu-items-active {
        display: flex !important;
    }

    .header-keaParrot-home .menu-items.menu-items-active.d-none {
        display: none !important;
    }

    .header .header-element .links-div .menu-items-active .close-menu-btn i {
        font-size: 20px !important;
    }

    .header-keaParrot-home .hamburger-cross-button i {
        width: 19px !important;
        height: 19px !important;
    }

    .header .header-element .links-div .menu-items-left .close-menu-left-btn i {
        width: 32px !important;
        height: 32px !important;
    }

}

@media (max-width: 767px) {
    .menu-items.active {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        padding-top: 65px !important;
        padding-left: 40px !important;
        border-radius: 0 !important;
        z-index: 1 !important;
        min-width: auto !important;
        max-width: none !important;
    }

    .menu-items a {
        display: block;
        margin-top: 15px;
    }

    .menu-item {
        font-size: 24px !important;
    }

    .menu-items.active .hamburger-cross-parent {
        position: fixed;
        z-index: 5;
        top: 30px !important;
        left: 82vw !important;
        margin: 0;
    }

    .hamburger-cross-button i {
        width: 29px !important;
        height: 29px !important;
        font-size: 27px !important;
    }

    .mega-menus {
        width: 100%;
    }

    .mega-menu .so-widget-ap-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0;
        background-color: white;
    }

    .mega-menu.clicked {
        height: 100vh;
        padding: 30px;
        padding-top: 20px;
        display: flex;
        /* align-items: center; */
    }

    .mega-item {
        margin-top: 20px;
        padding-top: 20px;
        min-width: 220px;
        width: 25vw;
        height: auto;
        min-height: 150px;
    }

    .mega-menu-card p,
    .mega-item a {
        margin-top: 0;
    }

    .mega-item .white-purple-arrow {
        padding: 2px !important;
        width: 22px;
    }

    .mega-menu-card {
        margin-bottom: 16px;
    }

    .logins.active .kia-login {
        display: flex !important;
        position: absolute;
        left: 40px;
        top: 315px;
        z-index: 99;
    }

    .logins.active .parrot-login {
        display: flex !important;
        position: absolute;
        left: 40px;
        top: 370px;
        z-index: 99;
    }

    .logins.active .kia-login p {
        display: flex !important;
        font-size: calc(16px + (18.0 - 16) * ((100vw - 340px) / (750 - 340)));
        padding-left: 5px;
    }

    .logins.active .parrot-login p {
        display: block !important;
        font-size: calc(16px + (18.0 - 16) * ((100vw - 340px) / (750 - 340)));
        padding-left: 5px;
    }

    .header-keaParrot-home .menu-items.menu-items-active {
        border-radius: 0px !important;
        backdrop-filter: blur(5px) !important;
        position: fixed !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        padding-top: 65px !important;
        padding-left: 40px !important;
        z-index: 99 !important;
    }

    .header.header-keaParrot-home .header-element .links-div .menu-items-left-active {
        padding-top: 65px !important;
        padding-left: 40px !important;
    }

    .header-keaParrot-home .menu-items.menu-items-active {
        display: block !important;
    }

    .header-keaParrot-home .menu-items-active .close-menu-btn.hamburger-cross-parent {
        position: fixed;
        z-index: 5;
        top: 30px;
        left: 82vw;
        margin: 0;
    }

    .header .header-element .links-div .menu-items-left .close-menu-left-btn i,
    .header-keaParrot-home .hamburger-cross-button i {
        width: 29px !important;
        height: 29px !important;
    }

    .header-keaParrot-home .hamburger-cross-button i {
        padding-left: 0px;
    }

    .header-keaParrot-home .header-element .links-div .menu-items-active .close-menu-btn .hamburger-cross-button i {
        font-size: 25px !important;
    }

    .header-keaParrot-home .mobileHide-demo-btn {
        position: absolute;
        z-index: 99;
        top: 306px;
        left: 40px;
        display: none !important;
    }

    .header-keaParrot-home .mobileHide-demo-btn.active {
        display: flex !important;
    }

    .header-keaParrot-home .logins.active .kia-login {
        left: 40px;
        top: 363px;
    }

    .header-keaParrot-home .logins.active .parrot-login {
        left: 40px;
        top: 417px;
    }

    .header-nav-kea-Parrot-btn p {
        display: none;
    }

    .header-nav-kea-Parrot-btn img {
        margin-right: 10px;
    }

    .feature-product-header .hamburger-button img {
        width: 19px !important;
    }

    .header-keaParrot-home .links {
        align-items: stretch;
    }
}

/* dark mode */
.dark-mode .menu-items {
    background-color: #120321d0 !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 5px #f6e2ff2a,
        /* Bottom shadow */
        0 -2px 5px #f6e2ff2a,
        /* Top shadow */
        2px 0 5px #f6e2ff2a,
        /* Right shadow */
        -2px 0 5px #f6e2ff2a !important;
}

.dark-mode .menu-items .menu-item {
    color: white !important;
}

.dark-mode .mega-menu {
    background-color: #120321e3 !important;
}

.dark-mode .menu-item-kea {
    background-color: #120321 !important;
    color: white !important;
}

.dark-mode .menu-item-parrot,
.dark-mode .menu-item-kea,
.dark-mode .menu-item-services {
    background-color: #120321 !important;
    color: white !important;
}

.dark-mode .mega-item:hover {
    background: linear-gradient(180deg, #4B006E 23.59%, #120321 104.87%) !important;
}

.dark-mode .menu-item-kea:hover {
    background: linear-gradient(180deg, #4E6C9C 0%, #120321 115.21%) !important;
    color: white !important;

}

.dark-mode .menu-item-parrot:hover {
    background: linear-gradient(180deg, #967B34 0%, #120321 100%) !important;
    color: white !important;
}

.dark-mode .mega-item .button-white-background {
    background-color: #12032100 !important;
    box-shadow: none !important;
}

.dark-mode .mega-item:hover .button {
    background-color: #4B006E !important;
    border: 1px solid #4B006E !important;
}

.dark-mode .mega-item:hover .white-purple-arrow {
    fill: #f6e2ff !important;
    background-color: #4B006E !important;
}

.dark-mode .mega-menu .so-widget-ap-header {
    background-color: transparent;
}