html {
  scroll-behavior: smooth;
  transition-duration: 1000ms;
}

.announcement {
  margin-top: -44px;
}

.jumbotron {
  margin-bottom: 0px !important;
}

.header-menu {
  position: relative;
  display: flex;
  padding-left: 60px;
  margin-right: 20px;
}

.ppdb-menu {
  position: relative;
  justify-content: center;
  display: flex;
  margin-right: 20px;
}

.ppdb-menu h5 span {
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.btn-darkteal {
  background-color: #00a65a;
  border-color: #00a65a;
  color: white;
}

.display-5 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.header-menu h5 span {
  color: #666;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.navbar-navy {
  /* box-shadow: 0px 8px 12px rgb(0 0 0 / 5%); */
  background-color: #1f3c55 !important;
}

.navbar-teal {
  /* box-shadow: 0px 8px 12px rgb(0 0 0 / 5%); */
  background-color: #00a65a !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  color: rgb(255, 255, 255) !important;
  margin-right: 24px;
  font-size: 17px;
}

.nav-link:hover {
  color: #0fdcb3 !important;
}

.nav-link.active {
  color: #ffd904 !important;
  /* color: #04be99 !important; */
  font-weight: bold;
}

.text-blues {
  color: #0d5189 !important;
}

.text-teal {
  color: #00a65a !important;
}

.text-teal:hover {
  color: #00a65a !important;
}

.text-gold {
  color: gold !important;
}

.text-truncate-hover {
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-hover:hover {
  white-space: normal;
  overflow: auto;
}

.cool-link {
  display: inline-block;
  color: #000 !important;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.cool-link:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.bg-login {
  background-color: #e9e9e9 !important;
  border: none;
}

.bg-login:focus {
  box-shadow: 0 2px 5px #4892d3;
  outline-offset: 0px;
  outline: none;
}

.btn-login {
  background-color: #0d5189 !important;
  border: none;
}

.btn-login:hover {
  background-color: white !important;
  color: #0d5189;
  box-shadow: 0 0 5px #0d5189;
  outline-offset: 0px;
  outline: none;
}

.bg-hero {
  background-image: linear-gradient(
      to bottom,
      rgb(0 0 0 / 50%),
      rgba(0, 0, 0, 50%)
    ),
    url(/img/logo/hero-smk.png) !important;
  background-size: cover;
  color: #fff;
}

.bg-hero-2 {
  background-image: linear-gradient(
      to bottom,
      rgb(55 55 55 / 50%),
      rgba(21, 21, 21, 50%)
    ),
    url(/img/logo/bg-ppdb.png) !important;
  background-size: cover;
  color: #fff;
}

.bg-teal {
  background-color: #00a65a!important;
}

.hero-section {
  height: 600px !important;
}
/* .hero-section h2 {
  border-bottom: 5px solid #2fc0a5 !important;
} */

.text-desc {
  color: #e9e9e9 !important;
}

.features {
  background-color: #f7fbfe;
  padding: 48px 0px;
}

.features h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.features h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.features h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #469de3;
  bottom: 0;
  left: calc(50% - 20px);
}

.card-features {
  box-shadow: none !important;
  border-radius: 12px;
}

.card-news {
  box-shadow: none !important;
}

.card-news:hover {
  border-color: #fff !important;
  box-shadow: 0px 0 25px 0 rgba(37, 37, 37, 0.1) !important;
  border-radius: 12px !important;
  /* border-left: 4px solid #0d5189 !important; */
}

.card-features:hover {
  border-color: #fff !important;
  box-shadow: 0px 0 25px 0 rgba(37, 37, 37, 0.1) !important;
  border-radius: 12px !important;
  /* border-left: 4px solid #0d5189 !important; */
}

.card-features:hover h4 {
  color: #0d5189 !important;
  /* color: #00a65a !important; */
}

.card-features:hover a {
  background-color: #0d5189 !important;
  color: white !important;
}

.card-features:hover a i {
  color: white !important;
}

.about-bg {
  border-radius: 20px;
}

.bg-footer {
  background-color: #eff8ff !important;
}

.hr-footer {
  width: 30%;
  border-top: 2px solid #00a65a;
  /* border-top: 2px solid rgb(20 162 184); */
}

.footer-copyright {
  background-color: #eff8ff;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.copyright {
  border-top: 1px solid #cfd9e0;
  color: #505c66;
  padding-top: 20px;
}

.list-item-footer {
  padding-left: 0;
}

.list-item-footer li {
  list-style: none;
}

.list-item-footer li a {
  color: rgb(65, 65, 65);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1.5s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.revealX {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  transition: 1.5s all ease;
}

.revealX.active {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .about-bg {
    width: 320px !important;
    height: 160px !important;
  }

  .display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
