.navbar{
    background: url("fon2\ copy.JPG") center center/cover no-repeat;
}
.imagin {
    border-radius: 70px;
}

.collapse{
    margin-left: 55%;
    
}
.heading{
    font-size: 17px;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    text-decoration:none;
    color:#000000;
    font-weight:500;
}
    

.nav-link{
    font-size: 17px;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    text-decoration:none;
    color:#000000;
    font-weight:500;

}
.about{
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}
h2{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color:#000000;
    font-weight:700;

}



.container{
    display: flex;
    flex-wrap: wrap;
    margin-right: 10%;
    

}

.item{
    display: flex;
    flex-direction: column;
    margin: 9px;
    position: relative;
    gap: 10px;
    

}
.img{
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 16%;
}
.ser{
    display: flex;
    flex-wrap: wrap;
  }
  .item1{
    display: flex;
    flex-direction: column;
    margin-left: 13%;
    margin-top: 5%;
    position: relative;
    gap: 5px;
    
}
.footer{
    display: flex;
    justify-content: space-around;
    font-family:'Montserrat', sans-serif ;
    font-size: 5px;
    padding: 2px;
    margin-top:5% ;
    background: url("fon2\ copy.JPG") center center/cover no-repeat;
    
}
.text{
    color: #000000;
    font-family:'Montserrat', sans-serif ;
    font-size: 15px;
    margin: 8%;

}
.icons{
    display: flex;
    flex-direction: column;
    color: white;
    
}


@media(max-width:800px){
    .about{
       
        display: flex;
        flex-direction: column;
        align-items: center;

        
    }
    
   .img{
       width: 450px;
       margin-left: 1%;
       
    
   }
   .item1{
    width: 450px;
    margin-left: 19%;
    
}
   h6{
       margin-left: 7%;
   }
   .imagin{
       width: 100px;
       border-radius: 60%;
   }
  img{
      width: 30px;
  }
  .text{
    font-size: 10px;
}

}
@media(max-width:500px){
    .about{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .img{
        width: 320px;
    }
    .item1{
        width: 320px;
        margin-left: 5%;
    }
    a{
        color: #000000;
    }
    .text{
        font-size: 10px;
    }
}