.home-banner {
  min-height: 100vh;
  max-height: 80%;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.2), rgba(4, 9, 30, 0.2)),
    url(../img/events.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.info-hover:hover {
  background-color: #6c55f9;
}

.navbar img {
  width: 120px;
  height: 80px;
}
.page-section-hiring-logo img {
  width: 320px;
  height: 220px;
  border-radius: 15px;
}
.page-footer img {
  width: 50%;
  height: 50%;
}
#navbarContent ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ff0000;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#navbarContent ul li:hover::after {
  width: 70%;
}
.ml-auto a:hover {
  background-color: #5137ff;
  color: white;
}
.page-footer a {
  color: rgb(211, 211, 211);
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  #navbarContent ul li::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #6a46fa;
    margin: auto;
    transition: 0.5s;
  }
  #navbarContent ul li:hover::after {
    width: 20%;
  }
  .ml-auto {
    display: flex;
    justify-content: center;
  }
  #navbarContent ul {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-section {
    text-align: center;
  }
  .page-footer img {
    width: 120px;
    height: 80px;
  }
  .page-banner.home-banner {
    margin-top: 0;
  }
  .home-banner-mob {
    margin-top: 14px;
  }
  .icon-page {
    text-align: center;
  }
}
