/* 
.page-top-navigaation {
  padding: 15px 0;
  text-align: center;
}
.page-top-navigaation ul {
  display: inline-flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 5px;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  gap: 10px;
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 90%;
}

.page-top-navigaation ul > li {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 16px;
}
.page-top-navigaation ul li:hover {
  color: #C00000;
}
.page-top-navigaation ul li.active {
  background: #C00000;
  color: #ffffff;
}
.awardTopimg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 595px;
  color: white;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 35px;
  margin-bottom: 20px;
  padding: 2px;
}
.awardTopimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}
.networktext {
  margin-right: 0;
  position: relative;
  z-index: 1;
  right: 5rem;
  bottom: -5rem;
}
 */

