



/* Header Section */

.bg{
    background-color: rgb(62, 85, 61);
}

.nav-item a{
    color: #ffffffc2 !important;
}

.nav-item .active{
    color: rgb(226, 167, 143) !important;
}


/* about-image Section */

.about-container{
    background-color: rgb(168, 221, 217);
}

.about-container .display-4{
    display: flex;
    justify-content: center;
    z-index: 1;
}

.display-4 p{
    margin-top: -45vh;
    z-index: 1;
    font-family: Canela, serif;
    font-size: 4vw;
    /* color: rgb(245, 186, 168); */
    color: rgb(250, 243, 237);
}

.about-image{
    background-image: url('../images/about/oriental-spices-cloth.jpg');
    background-size:  contain;
    background-position: center center;
    height: 100vh;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;  
    box-shadow: 0 0 10rem 1px beige;
}



/* about link section */

.about-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-link a{
    text-decoration: none;
    padding-left: 5vw;
    color: rgb(62, 85, 61);
    font-size: 20px;
    font-family: canela serif;
}



/* about us section */

.about-us{
    margin-top: 6rem !important;
}

.about-us-img img{
    width: 40vw;
    border-radius: 40px;
    box-shadow: 0 0 1rem 1px rgb(72, 44, 37);
    margin-bottom: 2rem;
    transition: transform 0.5s ease-out;
}

.about-us-img img:hover{
    transform: scale(1.02);
}

.about-us-para{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: canela serif;
    gap: 80px;
}


/* vision section */

.v-para{
    margin-top: -3rem !important;
}