.navbar-wrapper {
  width: 100%;
  background: rgb(8, 47, 49);
  background: linear-gradient(
    180deg,
    rgba(8, 47, 49, 0.7010154403558299) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  z-index: 999;
}

p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.navbar-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.navbar-links a {
  cursor: pointer;
}
.news-header {
  color: #ffffff !important;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo-div img {
  max-width: 173px;
}

.list-property a {
  background-color: #ffffff;
  padding: 5px;
  color: #000 !important;
  font-weight: 700;
  border-radius: 5px;
  font-size: 12.5px;
  cursor: pointer;
}

.list-property a span {
  background-color: #8924ff;
  font-weight: bold;
  border-radius: 5px;
  padding: 2px 10px;
  color: #fff;
  font-size: 10.5px;
}

.hamburger-icon {
  margin-left: 50px;
  border: unset;
  background-color: transparent;
}

.navbar-banner {
  background-image: url(../img/Asssets-V1/Asset-sidebar.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media only screen and (max-width: 500px) {
  .list-property {
    display: none;
  }
  .news-header {
    display: none;
  }
}
