@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,400;0,600;0,800;1,400&display=swap');
body {
    overflow-x: hidden;
    width: 100%;
    /* background-image: linear-gradient(90deg, #cfd9df, #e2ebf0); */
    background-image: url("../images/aboutusimg/abtus-bg-img.jpg");
    /* background-repeat:  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100% 100%; */
    /* background-blend-mode: overlay; */
}

.forlogo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar {
    background-color: rgb(229, 224, 241);
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    font-family: 'Poppins', sans-serif;
    position: relative;
    box-shadow: 0px 3px grey;
}

.fa-bars {
    color: black;
}

.navbar-css {
    /*height: 10vh;*/
    background-color: #ffffff;
}

.nav-item {
    display: inline-block;
    justify-content: center;
}

.nav-item a {
    text-decoration: none;
    color: #444 !important;
    /* font-family: 'cabin', sans-serif; */
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    margin-right: 12px;
    font-weight: 400;
    /* text-decoration: underline; */
}

.fancy-link {
    display: inline-block;
}

.fancy-link::after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: crimson;
    transition: 300ms;
}

.fancy-link:hover::after {
    width: 100%;
}


/* story */

.aboutbg {
    background-color: #FAACA8;
    background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);
}