::-webkit-scrollbar {
  display: none;
}
body {
  overflow-x: hidden;
}
nav {
  position: fixed !important;
  width: 100% !important;
  z-index: 10 !important;
  background-color: #fff !important;
}

.symbol {
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px;
}

.header-text {
  color: #2f3231;
  font-weight: 500;
}

.header-text:hover {
  color: #2aaec6;
  font-weight: 500;
}

.active {
  background-color: #2aaec6 !important;
  color: #2f3231 !important;
  font-weight: 500 !important;
  border-radius: 10px;
}

.footer-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("/assets/banner-footer.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
  /* border-radius: 20px 20px 0 0; */
}

.footer-text {
  color: #fff !important;
}

.logo img {
  width: 120px;
  margin-right: 50px;
}
.nav-link {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-right: 30px !important;
}

@media only screen and (max-width: 900px) {
  nav {
    position: static !important;
  }

  .mii-logo {
    display: none;
  }

  .active {
    background-color: transparent !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 10px;
  }

  .header-text {
    color: #eaeaea;
    font-weight: 500;
  }
}

@media only screen and (max-width: 500px) {
  .symbol {
    width: 250px !important;
    height: 60px !important;
    border-radius: 10px;
  }
}
