* {
    margin: 0px;
    padding: 0px;
    font-family: "IBM Plex Serif", serif;
    font-weight: 400;
    font-style: normal;
}

#home-icon{
    width: 90px;
   /* box-shadow: 2px; */
}
.sticky {
    position: fixed;
    /* top: 0;*/
    z-index: 1;
    width: 100%; 
  }

.nav-item{
    padding: 20px;
    font-size: 1.1rem;
}

.hero-img{
    /* width: 100%; */
    /* opacity: .5; */
    height: 85vh;

    /* background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-image: url('./pics/image2.jpeg'); */
    
    
}

.hero-txt{
    /* margin-top: 70px; */
    color: rgb(49, 36, 36);
    font-size: 3vw;
    text-align: center;
   
    /* text-wrap: wrap; */
    /* background-image: url('./pics/bd2.jpeg'); */
    background-position: center;
    background-size: cover;
}

.about{
    margin: 50px;
    padding: 50px;
    background-color:  rgb(248, 207, 111);
    text-align: justify;
    color: black;
}

.card-img-top{
    height: 13rem;

}

.card-text{
   
    color: rgb(37, 37, 37);
}
 
.card-body{
    background-color:  rgb(187, 219, 246);
}

.card{
    width: 16rem;
}
.services{
    margin-left: 70px;
    margin-right: 70px;
}
#about{
    background-image: url('./pics/image1.jpeg');
    margin-top: 100px;
}