* {
    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;
}

.navbar-nav .dropdown-item a:active {
    color: yellow !important;
    background-color: transparent;
    text-decoration: underline;
}

.headersection {
    background-image: url(/ExpanseWise/ExpanseWise-image/first.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    width: 100%;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content {
    width: 200%;
    border-radius: 30px;
    border: none;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #6146C6;
    border: none;
    border-radius: 15px;
    box-shadow: 10px 7px 5px #999;
}

.headerContaint {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 12% 0px;
}

.main-header {
    text-align: center;
    color: #1C1C1C;
    font-size: 80px;
    padding-left: 27%;
}

.main-easily {
    text-align: center;
    color: #1C1C1C;
    font-size: 80px;
}

.main-expensewise {
    text-align: center;
    color: #1C1C1C;
    font-size: 80px;
    padding-right: 23%;
}



/* ------ */

.app {
    background: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.app_heading h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    color: #717b91;
    text-align: center;
}

.owl-carousel .owl-item img {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.card img {
    padding: 16px 60px;

}

.card {
    text-align: center;
    height: 100%;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blogs .card-body {
    display: flex;
    flex-direction: column;
    padding: 16px;
    min-height: 200px;
}

.slider {
    padding: 50px 50px 0 50px;
}

.card-body h1 {
    font-size: 16px;
    margin: 8px 0;
}

.card-body p {
    font-size: 14px;
    margin: 8px 0 16px 0;
}

.btnbuttonapp {
    background: linear-gradient(#050A15, #050A15) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
    border-radius: 10px !important;
    border: 5px solid transparent;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    width: 151px;
    height: 60px;
    text-decoration: none;
}

.btnbuttonapp:hover {
    color: #f9f9f9;
}

/* ------------------------------------------- footer */

.footer .nav-item {
    color: #FFFFFF !important;
    opacity: 0.6 !important;
    font-size: 15px !important;
}

.footer_option {
    text-align: center;
    font-size: 24px;
}

.footer_option h5 {
    color: #FFFFFF;
}

.footer {
    padding: 20px 0px;
    background-image: url(/Glaring-image/glaringfooter.png);
    background-size: cover;
}

.logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}

.img img {
    width: 80%;
    margin-bottom: 34px;
}

.iconsocial {
    display: flex;
    gap: 15px;
}

input[type="email"] {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box;
    height: 40px;
    border-radius: 10px 0px 0px 10px;
    border: none;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    background-color: #050A15;
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 3;
}
.dwnimg a {
    display: flex;
    justify-content: flex-end;
}

.bt {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
border-radius: 0px 10px 10px 0px;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #000000;
    
   
}

.sectionh2 {
    color: #FFFFFF;
    font-size: 18px;
    /* margin-bottom: 40px; */
    font-weight: bolder;

}

.section-ul {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    padding-bottom: 30px;

}

.section-ul li {
    list-style-type: none;
}

.list {
    padding-bottom: 8px;
    font-size: 13px;
}

.nav-linkpolicy {
    color: #ffffff !important;
    font-size: 15px !important;
    text-decoration: none;
}

/* -------------------------------------------- */

/* @media screen and (max-width: 376px) {
    .headersection .headerContaint .main-header {
        font-size: 30px;
    }

    .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;
    }

    .app_heading h1 {
        font-size: 46px !important;
        line-height: 65px;
    }

    .footer .logo img {
        width: 96% !important;
        margin-bottom: 8%;
        margin-left: 2%;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .emailform {
        margin: 4% 0px;
    }

    .bt {
        left: 66%;
    }

    .footer_option h5 {
        text-align: center;
    }

    .footer_option li {
        text-align: center;
    }

    .iconsocial {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
} */

@media screen and (max-width: 480px) {
    /* .headerContaint .main-header {
        font-size: 29px;
    }

    .headerContaint .main-header img {
        width: 21%;
    }

    .headersection .headerContaint .main-easily {
        font-size: 30px;
    }

    .headersection .headerContaint .main-expensewise {
        font-size: 35px;
    }

    .app_heading h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .headersection img {
        width: 35%;
    }

    .footer .logo img {
        width: 96% !important;
        margin-bottom: 8%;
        margin-left: 2%;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .emailform {
        margin: 4% 0px;
    }

    .bt {
        left: 68%;
    }

    .footer_option h5 {
        text-align: center;
    }

    .footer_option li {
        text-align: center;
    }

    .iconsocial {
        display: flex;
        justify-content: center;
        gap: 25px;
    } */
}

@media (min-width: 320px) and (max-width: 480px) {
    .headerContaint .main-header {
        font-size: 29px !important;
    }

    .headerContaint .main-header img {
        width: 21%;
    }

    .headersection .headerContaint .main-easily {
        font-size: 30px;
    }

    .headersection .headerContaint .main-expensewise {
        font-size: 35px;
    }
    .headerContaint .main-header img {
        display: none;
    }
    .app_heading h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .headersection img {
        width: 40%;
    }

    .footer .logo img {
        width: 96% !important;
        margin-bottom: 8%;
        margin-left: 2%;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .emailform {
        margin: 4% 0px;
    }

    .bt {
        left: 68%;
    }

    .footer_option h5 {
        text-align: center;
    }

    .footer_option li {
        text-align: center;
    }

    .iconsocial {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .footer .img{
        width: 100%;
    }
    .dwnimg a{
        display: flex;
        justify-content: center;
    }
}

/* @media screen and (max-width: 800px) {
    .navbar-nav .dropdown-menu {
        width: 100% !important;
    }

    .headerContaint .main-header {
        font-size: 57px !important;
    }

    .headersection .headerContaint .main-easily {
        font-size: 66px;
    }

    .headersection .headerContaint .main-expensewise {
        font-size: 74px;
        padding-right: 28%
    }
} */

@media screen and (max-width: 900px) {
    .headersection{ 
        background-image: none;
    }
    .headerContaint .main-header img {
        display: none;
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .headerContaint .main-header {
        font-size: 37px !important;
        padding: 0px;
    }

    .headersection .headerContaint .main-easily {
        font-size: 35px;
    }

    .headersection .headerContaint .main-expensewise {
        font-size: 56px;
        padding-right: 28%;
    }
}