.nav-item {
  align-content: center;
}

.social li {
  display: flex;
}

.nav-scroll .social a {
  color: white !important;
}

.clients-carsouel .line-head h6 {
  line-height: 1.75;
}

.news-picture {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.news-date {
  text-align: left;
  color: #800000;
  margin-top: 20px;
}

.news-title {
  text-align: left;
  font-weight: 600 !important;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.login-card {
  margin: 0.5rem auto;
  border-radius: 25px !important;
}

.login-container {
  padding: 2rem;
  text-align: center;
}

.login-title {
  color: red;
  font-size: xx-large;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}

.login-card form label {
  text-align: left;
  color: black !important;
  float: left;
}

.login-options {
  margin-top: 1rem;
}

.login-options span {
  display: block;
}

.login-forgot,
.login-register,
.login-signin {
  color: gray;
  font-size: small;
  margin: auto;
}

.login-forgot .url,
.login-register .url,
.login-signin .url {
  color: red;
  text-transform: uppercase;
}


.profile-picture {
  padding: 0 !important;
  width: 75%;
}


.profile-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value for the overlay color */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.profile-container:hover .overlay {
  opacity: 1;
}

.overlay-text {
  color: #fff;
  /* Text color for the overlay */
}

.banner-success {
  margin: 100px auto;
  border-radius: 3cap;
  box-shadow: 10px 10px 10px 10px #888888;
}

.banner-heroes {
  width: 30%;
  margin: -10% 34% 20px;
  text-align: center;
}

.banner-confetti {
  width: 75%;
  z-index: -999;
  position: absolute;
  margin: -11% 7%;
}

.banner-heroes-text {
  text-align: center;
  line-height: 1.2;
}

.highlight {
  font-weight: bold;
  /* or any other styling to indicate the highlighted link */
  color: #ff0000;
  /* change the color to your preference */
}


.card.profile {
  margin: 0 !important;
  border: none !important;
}

.profile-background.top {
  background-image: linear-gradient(-270deg, #06001E 0%, #690087 100%);
  min-height: 150px;
  border-radius: 0 0 10px 10px;
}

.section-picture.profile {
  width: 128px;
  height: 128px;
  object-fit: cover;
  object-position: center center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.container-picture.profile {
  margin-top: -80px;
  margin-bottom: 20px
}

.container.picture {
  margin-top: 100px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: white !important;
}

.section-title.dashboard {
  color: gray;
  font-size: larger !important;
  font-weight: 700 !important;
  text-align: left;
  text-transform: none !important;
  margin-top: 0 !important;
}

.section-subtitle.dashboard {
  color: black;
  font-size: xx-large !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.gallery-tiles {
  min-height: 50vh;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1100px;
}

.close {
  color: white;
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.2);
}


.nav-scroll {
  background: #1f2229 !important;
}

.competition-container {
  background-color: #181b31;
  padding: 2rem;
}

.clients-carsouel {
  padding: 75px 0;
}

.swiper-slide {
  place-self: center;
}

.showcase {
  background-color: #05092b !important;
}

.view-item-btn {
  display: -webkit-box;
  /* Crucial */
  -webkit-box-orient: vertical;
  /* Crucial */
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.sub-bg {
  background-color: #181b31;
}