@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*,body{
    /* background: #F8FAFF; */
    /* background-color: aqua; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.navbar{
    background-color: white;
    /* --bs-navbar-padding-y: 0 !important; */
}

.navbar-toggler{
    border: none;
    font-weight: bold;
}

.navbar-toggler:focus-visible{
    border: none;
}

.btn{
    transition: transform 0.4s;
}

.btn:hover{
    transform: scale(1.05);
}

hr{
    color: #53535359;
}


/* Navigation bar */

.nav-link{
    font-size: 15px;
    font-weight: bold;
}

h4{
    font-weight: bold;
    color: #1D2433;
    background-color: transparent;
    margin-bottom: 0;
}

h4 span{
    color: #407BFF;
}

.navbar-collapse{
    flex-grow: 0 !important;
    justify-content: space-between;
}

.btn{
    font-size: 13px;
    /* border-radius: 10px; */
}


/* Home section */

.home-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading{
    font-weight: bold;
    color: #1D2433;
}

.headImage{
    max-width: 400px;
}

p{
    font-size: 14px;
    color: #959899bb;
    font-weight: bold;
}

small{
    font-size:14px;
    font-weight: 900;
    margin-left: 10px;
}

.bi-patch-check-fill{
    font-size: 14px;
    color: #407BFF;
}

/* Features section */

.features-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.features-heading{
    max-width: 70%;
    margin-bottom: 50px;
}

.cards{
    border-radius: 30px;
    border: 0.5px solid rgba(131, 131, 131, 0.178);
    background-color: #fff;
    -webkit-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    -moz-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    transition: transform 0.4s;
    max-width: 250px;
    display: inline-block;
    margin: 15px;
    align-items: center;
    justify-content: center;
}

.cards:hover{
    transform: scale(1.05);
}


.logo-container1,.logo-container2,.logo-container3,.logo-container4{
    width: 60px;
    height: 60px;
    /* background-color: #407BFF; */
    border-radius: 50px;
    margin: 0 auto;
}

.logo-container1{
    background-color: #d4e2fdc4;
}

.logo-container2{
    background-color: #adeee76e;
}

.logo-container3{
    background-color: #fde4ebbd;
}

.logo-container4{
    background-color: #c8fcc1bd;
}

.bi-3-circle-fill{
    display: flex;
    justify-content: center;
    padding-top: 12px;
    color: #407BFF;
    font-size: 35px;
    background-color: transparent;
}

.bi-receipt{
    display: flex;
    justify-content: center;
    padding-top: 12px;
    color: #3269ff;
    font-size: 35px;
    background-color: transparent;
}

.bi-emoji-smile-fill{
    display: flex;
    justify-content: center;
    padding-top: 12px;
    color: #ff43d0;
    font-size: 35px;
    background-color: transparent;
}

h5{
    background-color: transparent;
    font-weight: bold;
    color: #1D2433;
    font-size: 17px;
}

/* .cards{
    max-width: 300px;
    display: inline-block;
    margin: 20px;
    align-items: center;
    justify-content: center;
} */

.cards p{
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

/* Invoice Steps */

.Invoice-steps-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.steps-container{
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 33px -6px rgba(125,203,245,0.52);
    -moz-box-shadow: 0px 0px 33px -6px rgba(125,203,245,0.52);
    box-shadow: 0px 0px 33px -6px rgba(125,203,245,0.52);
    /* -webkit-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    -moz-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52); */
}

.bi-collection,.bi-file-text,.bi-cloud-arrow-down{
    font-size: 400%;
    background-color: #fff;
    color: #1D2433;
}

.steps{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
}

.steps{
    background-color: #fff;
}

/* Invoice templates */

.template{
    border: 1px solid #49526680;
    width: 250px;
    height: 350px;
    border-radius: 5px;
    object-fit: fill;
    padding: 3px;
    margin: 20px;
    background-color: #fff;
    -webkit-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    -moz-box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    box-shadow: -18px 13px 58px -29px rgba(125,203,245,0.52);
    transition: transform 0.4s;
}

.template:hover{
    transform: scale(1.05);
    border-color: #407BFF;
}

/* ready-section */

.ready-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.text,.heading1,.pt-1{
    color: #fff;
    background-color: #1D2433;

}

.text{
    max-width: 100%;
    padding: 40px
}

/* footer-section */
.bi-github{
    font-size: 25px;
    color: #1D2433;
    margin-bottom: 30px;
    background-color: transparent;
}

.h3{
    font-weight: 1000;
    color: #1D2433;
    background-color: transparent;
    margin-bottom: 0;
}

h3 span{
    color: #407BFF;
}



@media only screen and (max-width: 320px) {
    .logo-img{
        width: 150px;
        height: 30px;
    }
}

.modal-backdrop{
    position: unset !important;
}

.user-pic{
    display: flex;
    align-items: center;
}
.bi-person-circle{
    font-size: 30px;
    cursor: pointer;
    color: #48BCFF;
}
.bi-chevron-down{
    font-size: 15px;
    cursor: pointer;
    color: #48BCFF;
}

.submenu-wrap{
    position: absolute;
    top: 100%;
    right: 3%;
    width: 280px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.submenu-wrap.open-menu{
    max-height: 300px;
}

.sub-menu{
    border: 1px solid rgba(156, 156, 156, 0.342);
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
}

.user-info{
    display: flex;
    align-items: center;
}

.user-info h6{
    font-weight: 500;
    margin-bottom: 0;
}

.user-info i{
    font-size: 35px;
    margin-right: 15px;
}

.sub-menu hr{
    height: 1px;
    width: 100%;
    background: #000;
}

.sub-menu-link{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    margin: 12px 0;
}

.sub-menu-link p{
    width: 100%;
    color: #000;
    font-weight: 100;
    margin-bottom: 0;
}

.sub-menu-link span{
    font-size: 20px;
    transition: transform 0.5s;
}

.sub-menu-link:hover span{
    transform:  translate(2px);
}

.sub-menu-link:hover p{
    font-weight: bold;
    color: #3269ff;
}

@media only screen and (max-width: 768px) {
    .submenu-wrap{
        right: unset;
    }
}