
        *{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif ;
}
.title-img{
    background-image: url('img/Banner.jpg');
    background-size: cover; 
    background-position: center;
    margin-top: 90px;
    width: 100%; 
    height: 100vh;
    position: relative;
}
.title{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.title-text{
  margin-top: 200px;
}
#gallary-row{
    margin-top:30px;
}

.gallary{
    margin-top: 50px;
}
.gallary .card{
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 12px;
    cursor: pointer;
}
.gallary .card img{
    border-radius: 10px;
    transition: 0.5s;
}
.gallary .card img:hover{
    transform: scale(1.1);
}
.logo  {
  height: 70px; 
  width: auto;
}
.navbar{
  overflow: hidden;
}
@media screen and (max-width:450px) {
  .terms{
    font-size: 13px;
  }
}