.nacolor {
    background-color: rgb(26, 23, 27);
 }  

.abdiv {
    border: 1px solid;

}
.card-img-top {
    /* background-color: rgb(79, 78, 78); */
    /* border: 1px solid; */
    height: 170px;

}
#footer {
    /* position: fixed; */
    padding:20px;
    bottom: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #adacac;;
    color: #fff;
    font-size: x-large;
    display: flex;
    justify-content: center;
    text-align: center;
    column-gap: 20px;
}
#footer a {
    color: #000;
    transition: color 0.3s;
}
 
#footer a:hover {
    color: #fff;
}
 


.about-img{
    width: 100%;
    height: 446px;
    background-image: url(image/pexels-sonny-sixteen-3330009.jpg) ;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    
 
   
  }
  .content{
    height: 560px;
    text-align: justify;
  }
  content p{
    text-align: justify;
  }
  .about-img::before{
  content: "";
  position: absolute;
  background:rgba(0,0,0, 0.6) ;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
 
 
 
.why-us {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
    margin-top: -100px;
   
}
 
  .why-us .content {
    padding: 30px;
   background: whitesmoke;
    border-radius: 14px;
    color:black;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
   
    box-shadow: rgba(209, 236, 212, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
 
 
  .why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
  }
 
 
  .content {
    border-radius: 4px;
    background: #f9f9f9;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
 
}
 
.content:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, .06);
}
 


 

  
