/* * {
    font-family: 'Poppins', sans-serif;
} */

.navbar-nav li {
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-nav {
    margin: auto;
}

.homescreen h1 {
    font-size: 96px;
    line-height: 112px;
    display: flex;
    align-items: center;
    color: #000000;

}

.homescreen h5 {
    font-size: 66px;
    display: flex;
    align-items: center;
    color: #6146C6;
}

.homescreen p {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 8%;
}

.homescreen img {
    float: right;
}

.mainbutton {
    display: flex;
    gap: 4%;
}

.flex-content {
    display: flex;
    align-items: center;
    gap: 5%;
    margin: 7% 0px;
}

.flex-contenth1 {
    font-size: 40px;
    font-weight: 600;
}

.flex-contenth2 {
    font-size: 24px;
    font-weight: 500;
    color: #525A69;
}

.home-main-content {
    padding: 4% 0px;
}

.backgroundhome {
    padding: 4% 0px;
    position: relative;
}

.CardImage {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999999;
}

.homecard {
    margin: 10% 0px;
}

.homecard h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 600;
}

.homecard p {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}

.Main-Ellipsis {
    position: relative;
    margin-bottom: 8%;
}

.Ellipse2 {
    position: absolute;
    left: 4%;
}

.Ellipse3 {
    position: absolute;
    left: 8%;
}

.Ellipse4 {
    position: absolute;
    left: 13%;
}

.Ellipse5 {
    position: absolute;
    left: 18%;
}

.shape {
    position: absolute;
    top: 85%;
}

.footer {
    padding: 13% 0px 3% 0px;
}

input[type="email"] {

    width: 90%;
    padding: 10px 13px;
    border: 1px solid #E7E1FF;
    height: 40px;
    border-radius: 20px;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 3;
}

.bt {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
border-radius: 0px 10px 10px 0px;
    border: 1px solid #E7E1FF;
    cursor: pointer;
    background-color: #E7E1FF;
    color: #6146C6;
    position: absolute;
    left: 26%;
    margin: 0px;
    border-radius: 20px;
}

.weblogo {
    margin-bottom: 5%;
}

.footer_option {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headerSection {
    background-image: url(/ExpanseWise/ExpanseWise-image/first.png);
    background-blend-mode: multiply; 
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}


@media screen and (max-width: 376px) {
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .headerSection .headercontaint .main-header {
        font-size: 29px !important;
    }

    .headerSection .headercontaint .main-header img {
        width: 21% !important;
    }

    .headerSection .headercontaint .main-Easily {
        font-size: 30px !important;
    }

    .headerSection .headercontaint .main-ExpenseWise {
        font-size: 35px !important;
    }

    .headerSection img {
        width: 35% !important;
    }

    .home-main-content {
        padding: 7% 0px;
    }

    .home-main-content .backgroundcontent {
        padding: 10% 0px 0px 0px;
    }

    .home-main-content .homescreen img {
        display: none;
    }

    .home-main-content .homescreen h2 {
        font-size: 80px !important;
    }

    .home-main-content .homescreen .mainbutton .button {
        padding: 15px 16px;
    }

    .home-main-content .homescreen p {
        font-size: 16px;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth1 {
        font-size: 31px;
    }

    .backgroundhome .homecard h1 {
        font-size: 31px;
    }

    .backgroundhome .homecard p {
        font-size: 16px;
    }

    .backgroundhome .homecard .Main-Ellipsis {
        position: relative;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse2 {
        position: absolute;
        left: 8%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse3 {
        position: absolute;
        left: 17%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse4 {
        position: absolute;
        left: 26%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse5 {
        position: absolute;
        left: 35%;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .homecard .mainbutton .button {
        padding: 15px 16px;
    }

    .shape {
        display: none;
    }

    .bt {
        left: 68%;
    }

    .footer .weblogo img {
        width: 90%;
    }

    .footer .footer_option {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .headerSection .headercontaint .main-header {
        font-size: 29px;
    }

    .headerSection .headercontaint .main-header img {
        width: 21%;
    }

    .headerSection .headercontaint .main-Easily {
        font-size: 30px;
    }

    .headerSection .headercontaint .main-ExpenseWise {
        font-size: 35px;
    }

    .headerSection img {
        width: 35%;
    }

    .home-main-content {
        padding: 7% 0px;
    }

    .home-main-content .backgroundcontent {
        padding: 14% 0px 0px 0px;
    }

    .home-main-content .homescreen img {
        display: none;
    }

    .home-main-content .homescreen h2 {
        font-size: 80px;
    }

    .home-main-content .homescreen .mainbutton .button {
        padding: 15px 16px;
    }

    .home-main-content .homescreen p {
        font-size: 16px;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth1 {
        font-size: 31px;
    }

    .backgroundhome .homecard h1 {
        font-size: 39px;
    }

    .backgroundhome .homecard p {
        font-size: 16px;
    }

    .backgroundhome .homecard .Main-Ellipsis {
        position: relative;
        margin-left: 87px;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse2 {
        position: absolute;
        left: 8%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse3 {
        position: absolute;
        left: 17%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse4 {
        position: absolute;
        left: 26%;
    }

    .backgroundhome .homecard .Main-Ellipsis .Ellipse5 {
        position: absolute;
        left: 35%;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .homecard .mainbutton .button {
        padding: 15px 16px;
    }

    .backgroundhome {
        padding: 4% 0px 10% 0px;
        text-align: center;
    }

    .shape {
        display: none;
    }

    .bt {
        left: 68%;
    }

    .footer .weblogo img {
        width: 90%;
    }

    .footer .footer_option {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 800px) {

    .navbar-nav .dropdown-menu {
        width: 100% !important;
    }

    .headerSection .headercontaint .main-header {
        font-size: 57px;
    }

    .headerSection .headercontaint .main-Easily {
        font-size: 66px;
    }

    .headerSection .headercontaint .main-ExpenseWise {
        font-size: 74px;
        padding-right: 28%
    }

    .home-main-content .homescreen h1 {
        font-size: 110px;
    }

    .home-main-content .homescreen h2 {
        font-size: 110px;
    }

    .home-main-content .homescreen p {
        font-size: 33px;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth1 {
        font-size: 50px;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth2 {
        font-size: 30px;
    }

    .home-main-content .backgroundcontent {
        padding-top: 5%;
    }


    .backgroundhome .homecard h1 {
        font-size: 30px;
    }

    .backgroundhome .homecard p {
        font-size: 16px;
    }

    .backgroundhome .homecard .mainbutton .button {
        padding: 12px 9px;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .shape {
        position: absolute;
        top: 81%;
        left: 10%;
        width: 80%;
    }

    .footer .footer_option {
        margin-top: 0px !important;
    }

    .input[type="email"] {}

    .bt {
        left: 23%;
    }

    .weblogo img {
        width: 90%;
    }

    .Ellipse2 {
        position: absolute;
        left: 12%;
    }

    .Ellipse3 {
        position: absolute;
        left: 20%;
    }

    .Ellipse4 {
        position: absolute;
        left: 29%;
    }

    .Ellipse5 {
        position: absolute;
        left: 38%;
    }
}

@media screen and (max-width: 900px) {

    .navbar-nav .dropdown-menu {
        width: 100% !important;
    }

    .headerSection .headercontaint .main-header {
        font-size: 57px;
    }

    .headerSection .headercontaint .main-Easily {
        font-size: 66px;
    }

    .headerSection .headercontaint .main-ExpenseWise {
        font-size: 74px;
        padding-right: 28%
    }
    .homescreen{display: flex;flex-direction: column;align-items: center;}
    .home-main-content .homescreen h1 {
        font-size: 70px;
        line-height: 50px;
    }

    .home-main-content .homescreen h2 {
        font-size: 60px;
    }

    .home-main-content .homescreen p {
        font-size: 25px;
        text-align: center;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth1 {
        font-size: 32px;
    }

    .home-main-content .backgroundcontent .flex-content .flex-contenth2 {
        font-size: 20px;
    }

    .home-main-content .backgroundcontent {
        padding-top: 10%;
    }


    .backgroundhome .homecard h1 {
        font-size: 34px;
    }

    .backgroundhome .homecard p {
        font-size: 16px;
    }

    .backgroundhome .homecard .mainbutton .button {
        padding: 12px 9px;
    }

    .backgroundhome .CardImage img {
        width: 100%;
    }

    .backgroundhome .shape {
        position: absolute;
        top: 81%;
        left: 10%;
        width: 80%;
    }

    .footer .footer_option {
        margin-top: 0px !important;
    }

    .bt {
        left: 23%;
    }

    .weblogo img {
        width: 90%;
    }

    .Ellipse2 {
        position: absolute;
        left: 12%;
    }

    .Ellipse3 {
        position: absolute;
        left: 20%;
    }

    .Ellipse4 {
        position: absolute;
        left: 29%;
    }

    .Ellipse5 {
        position: absolute;
        left: 38%;
    }

    .footer {
        padding: 7% 0px 3% 0px;
    }
}

#menu {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin: -75px 0 0 -75px; */
    list-style: none;
    font-size: 200%;
}

.menu-button {
    opacity: 0;
    z-index: -1;
}

.menu-button {
    width: 40%;
    height: 40%;
    position: absolute;
    left: 63%;
    top: 66%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu:not(:target)>a:first-of-type,
#menu:target>a:last-of-type {
    opacity: 1;
    z-index: 1;
}

#menu:not(:target)>.icon-plus:before,
#menu:target>.icon-minus:before {
    opacity: 1;
}

.menu-item {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 61%;
    line-height: 5px;
    top: 57%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    /* background-color: #fff; */
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.menu-item a {
    color: #fff;
    position: relative;

    left: 0;
    text-decoration: none;
}

#menu:target>.menu-item:nth-child(6) {
    transform: rotate(8deg) translateY(-150px) rotate(15deg);
    transition-delay: 0s;
}

#menu:target>.menu-item:nth-child(5) {
    transform: rotate(-13deg) translateY(-155px) rotate(-2deg);
    transition-delay: 0.1s;
}

#menu:target>.menu-item:nth-child(3) {
    transform: rotate(-34deg) translateY(-155px) rotate(9deg);
    transition-delay: 0.2s;
}

#menu:target>.menu-item:nth-child(4) {
    transform: rotate(-56deg) translateY(-150px) rotate(1deg);
    transition-delay: 0.3s;
}

#menu:target>.menu-item:nth-child(7) {
    transform: rotate(-78deg) translateY(-150px) rotate(-4deg);
    transition-delay: 0.3s;
}
#menu:target>.menu-item:nth-child(8) {
    transform:rotate(-100deg) translateY(-150px) rotate(-1deg);
    transition-delay: 0.3s;
}
