#activeS {
  color: #002c5f;
}
.navbar-nav .nav-link#activeS::after,
.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002c5f;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/*-------------------- Cover About Us-------------------- */

.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  /* font-weight: bold; */
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  /* top: 5rem; */
}

.row {
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.name {
  font-family: HyundaiSansRegular !important;
  margin-top: -1.5rem !important;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-consent button {
  margin-left: 10px;
  padding: 10px;
  border: none;
  color: white;
  background-color: #002c5f;
  cursor: pointer;
}

.cookie-consent button.refuse {
  background-color: #ffff;
  border: solid 1px #002c5f;
  color: #002c5f;
}

#cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 100;
}

#cookieOverlay.show {
  display: flex;
}

@media (max-width: 480px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .cookie-consent button {
    padding: 10px 20px;
    font-size: 12px;
  }
  .cookie-consent button.refuse {
    margin-top: 5px;
    font-size: 12px;
  }
  .cookie-consent {
    padding: 20px 20px !important;
  }
  .bg {
    margin-top: 7rem;
  }
}
