header {
  background: url(./imges/home-bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: top;
}
header h1 {
  font-size: 80px;
}
header p {
  font-size: 20px;
}
.col-sm-6 {
  height: 90%;
}
.card-group {
  gap: 20px;
  margin-top: 100px;
}
.carousel-inner {
  margin-top: 50px;
}
.alaab img:hover {
  transform: translateY(-15px);
  transition: 0.5s;
}
.logo {
  text-align: center;
}
