.MainBlock {
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    font-family: var(--plus-jakarta);
    background-color: var(--secondary);
    width: 96%;
    position: fixed;
    gap: 28%;
    padding: 0.8% 2%;
    top: 0px;
    z-index: 10;
}

.ColorHeadNavbar {
    color: #46467C;
}

.NavbarMain {
    font-size: 18px;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 36%;
    display: flex;
    justify-content: start;
    align-items: center !important;
    text-align: center;
    margin-left: 20px;
}

.NavbarEnd {
    font-size: 18px;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 25%;
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.HeadNavbar {
    font-weight: 400;
    font-size: 17px;
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 40px;
    height: fit-content;
}

.mr-inline-start {
    margin-inline-start: 0.7rem;
    /* margin-right: 4%; */

}

.LogOutBtn {
    height: 2rem;
    width: 4.5rem;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    color: #46467C;
    border: 1px solid #46467C;
    background-color: transparent;
}

.LogOutBtn:hover {
    background-color: #DFDFFE;
    border: 1px solid #DFDFFE;
}

.ContactUsBtn {
    height: 2rem;
    width: 6rem;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    color: #46467C;
    border: 1px solid #46467C;
    cursor: pointer;
    background-color: transparent;
}


.ContactUsBtn:hover {
    background-color: #DFDFFE;
    border: 1px solid #DFDFFE;
    transition: 0.4s;
}

.HeadNavbar a {
    text-decoration: none;
}

/* services dropdown */

.dropbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    margin-top: 20px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 3;

}

.dropdown-content a {
    border: 1px solid white;
    background-color: white;
    color: #464F60;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
}

.show {
    display: block;
}

.top-border-radius {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bottom-border-radius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.header {
    /* background-color: var(--primary); */
    background-color: transparent;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    padding: 1rem 3rem;
    height: fit-content;
    font-family: var(--plus-jakarta);
    gap: 10%;
    z-index: 3;
    transition: all 0.3s ease-out;

    /* border-bottom: 1px solid rgb(252, 233, 203); */
}



.list-items {
    list-style: none;
    display: flex;

}



.li-hover {
    margin-inline: 2rem;
    cursor: pointer;
    display: inline-flex;


}



.hoverclass {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--plus-jakarta);
    color: var(--primaryTextColor);
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 0px;
    opacity: 0.8;
    position: relative;

}

.newPadding {
    padding: 1px 0px !important;
}

.shrink-top {
    top: 26px !important;
}

.hoverclass:hover {
    opacity: 1;
    transform: scale(1.1);
}

.hoverclass::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    height: 2px;
    top: 40px;
    background-color: var(--primaryTextColor);
    transition: width 0.5s;
    opacity: 1;
}

.hoverclass:hover:after {
    width: 100%;
}

.header.shrink {
    padding: 0.2rem 3rem;

}


.active-heading {
    font-weight: 600;
    color: var(--primaryTextColor);
    border-bottom: 3px solid var(--primaryTextColor);
    opacity: 1;

}

.paddingImp {
    padding: 10px 0px !important
}

.logout-btn {
    width: 95.58px;
    height: 40px;
    color: rgb(25, 0, 65);
    font-weight: 700;
    font-size: 18px;
    padding: 8px, 15.58px, 8px, 16px;
    border-radius: 8px;
    border: 2px solid rgb(25, 0, 65);
    cursor: pointer;
    background-color: var(--primary);
}



.button {
    width: 100%;
    padding: 16px 30px;
    background-color: var(--primaryTextColor);
    color: var(--primary);
    font-size: 17px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    line-height: 23px;
    cursor: pointer;
}

.haumbergIcon {
    display: flex;
    justify-content: space-between;
}


.menu-icons {
    font-size: 2.8rem;
    position: absolute;
    right: 4%;
    top: 10%;
    display: none;
    transition: 0.3s all ease-in-out;

}


#cancel-icon {
    display: none;
}


.flexdr {
    display: flex;
    flex-direction: row;


}

.aline-item-c {
    align-items: center;
}

.jcsb {
    justify-content: space-between;
}

.service-option-container {
    display: none;

    position: absolute;
    top: 100%;
    margin-left: 23.4rem;
    width: 238px;
    z-index: 1;
}

.service-options {

    display: flex;
    flex-direction: column;
    justify-content: start;
}

.service-options-lists {
    list-style: none;
    width: 238px;
    padding-top: 0px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08), 0px 15px 35px -5px rgba(17, 24, 38, 0.2), 0px 0px 0px 1px rgba(152, 161, 178, 0.1);
    height: 253px;
}

.service-options-lists li {
    text-align: start;
    padding: 5% 12%;
}

.service-options-lists li:hover {
    background-color: rgba(70, 70, 124, 0.08);
}


.arrow-up {
    margin-left: 36%;
    width: 100px;
    height: 41px;
    top: -16.2%;
    position: absolute;
    overflow: hidden;

}

.arrow-up::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    top: 80%;
    left: 5%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08), 0px 15px 35px -5px rgba(17, 24, 38, 0.2), 0px 0px 0px 1px rgba(152, 161, 178, 0.1);
}

.service-name {
    text-decoration: none;
    color: rgba(70, 79, 96, 1);
    font-family: var(--plus-jakarta);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--about-us-text);
}

.li-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

@media (max-width:1490px) {
    .li-hover {
        margin-inline: 1.5rem;
        cursor: pointer;
        display: inline-flex;


    }

    .shrink-top {
        top: 26px !important;
    }

    .service-options-lists {
        list-style: none;
        width: 238px;
        padding-top: 0px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08), 0px 15px 35px -5px rgba(17, 24, 38, 0.2), 0px 0px 0px 1px rgba(152, 161, 178, 0.1);
        height: 253px;
    }

    .service-option-container {
        position: absolute;
        top: 100%;
        margin-left: 20.2rem;
        width: 230px !important;
        z-index: 1;
    }



}



@media (max-width:1195px) {
    .li-hover {
        margin-inline: 1rem;
        display: inline-flex;



    }



    .service-option-container {
        position: absolute;
        top: 100%;
        margin-left: 16.8rem;
        width: 230px !important;
        z-index: 1;
    }



}

@media (max-width:1090px) {
    .li-hover {
        margin-inline: 0.7rem;
        cursor: pointer;
        display: inline-flex;


    }

    .service-option-container {
        position: absolute;
        top: 100%;
        left: 36%;

        width: 230px !important;
        z-index: 1;
    }



}

@media (max-width:968px) {
    .header {
        /* background-color: var(--primary); */
        background-color: transparent;
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        position: sticky;
        top: 0;
        padding: 1rem 3rem 1rem 1rem;
        height: fit-content;
        font-family: var(--plus-jakarta);
        gap: 10%;
        z-index: 3;

        /* border-bottom: 1px solid rgb(252, 233, 203); */
    }

    .menu-icons {
        display: block;
    }

    .li-items {
        display: flex;
        /* justify-content: center;
        align-items: center; */
        width: 73%;
        cursor: pointer;
        margin-left: 50px;

    }

    .mr-inline-start {
        /* margin-inline-start: 17rem; */
        /* padding-top: 8px; */

    }

    .navbar-heightfull {
        height: 100vh;
    }

    .list-items {
        position: absolute;
        display: none;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
        left: 0px;
        top: 76px;
        width: 93.4%;
        height: 100vh;
        /* background-color: var(--primary); */
        padding: 30px;
        /* gap: 20px; */
        background: rgb(255, 251, 245);
        background: linear-gradient(167deg, rgba(255, 251, 245, 1) 0%, rgba(254, 228, 190, 1) 100%);

    }

    .li-hover:hover {
        /* background-color: transparent !important;
        width: 100%;
        text-align: center;
        border-radius: 18px; */

    }

    .service-list-mobile {
        height: 525px !important;
        display: flex !important;
        justify-content: start !important;
        align-items: start !important;
        transition: height 0.5s ease !important;
        display: flex !important;
        justify-content: space-between !important;
        padding-top: 3% !important;
    }

    .serviceOption {
        /* background: rgb(255, 251, 245); */
        /* background: linear-gradient(167deg, rgba(255, 251, 245, 1) 0%, rgba(254, 228, 190, 1) 100%); */
        height: 200px !important;
        transition: height 0.5s ease !important;
        top: 13rem;
        left: 25%;

    }

    /* .hoverclass::after {
        content: '';
        display: block;
        width: 0;
        position: absolute;
        height: 4px;
        left: 0%;
        top: 29px;
        background-color: black;
        transition: width 0.3s;
    }

    .hoverclass:hover:after {
        width: 100%;
    } */


    /* .button {
        width: 20%;
        padding: 10px 15px;
        background-color: var(--activeSlide);
        font-size: 12px;
        border: none;
        border-radius: 6px;
        font-weight: 700;
        line-height: 23px;
        cursor: pointer;
        margin: 0% 40%;
    } */

    .service-option-container {
        display: block;
        position: absolute;
        top: 13rem;
        left: -21rem !important;
        width: 100% !important;
        z-index: 1;

        height: 0px;
        overflow: hidden;

    }



    .borderFormobile {
        border: 2px solid;
        border-image: linear-gradient(to right, #e0e0e0, #333333);
        border-image-slice: 1;
        border-left: none;
        border-right: none;
        /* width: 91%; */
        height: 40px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;

    }



    .service-options {

        display: flex;
        flex-direction: column;
        justify-content: start;

    }

    .service-options-lists {
        list-style: none;
        height: 200px;
        width: 90%;
        padding-top: 0px;
        border-radius: 12px;
        margin-left: 4rem;
        background: rgb(255, 243, 224, 0.5);
        /* background: linear-gradient(167deg, rgba(255, 251, 245, 1) 0%, rgba(254, 228, 190, 1) 100%); */
        box-shadow: none;
        margin-top: 0.7rem;
    }

    .service-options-lists li {

        text-align: start;
        padding: 1% 3% !important;

    }

    .service-options-lists li:hover {
        background-color: rgba(70, 70, 124, 0.08);

    }


    .arrow-up {
        display: none;
        margin-left: 4%;
        width: 100px;
        height: 40px;
        top: -18%;
        position: absolute;
        overflow: hidden;

    }

    .arrow-up::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 1);
        transform: rotate(45deg);
        top: 80%;
        left: 25%;
        /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08), 0px 15px 35px -5px rgba(17, 24, 38, 0.2), 0px 0px 0px 1px rgba(152, 161, 178, 0.1); */
    }

    .margin-top {
        margin-top: 255px;
    }

    .header.shrink {
        padding: 0.2rem 3rem 1rem 1rem;

    }
}

.li-items:hover span {
    display: block !important;
}

@media (max-width:650px) {
    .service-list-mobile {
        height: 500px !important;
    }
}