body {
    font-family: 'Noto Serif', serif;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 1.125rem;
    font-weight: 900;
    color: #da327b;
    font-style: italic;

}

.hero-description {
    font-size: 2.25rem;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.hero-description-note {
    font-size: 1rem;
    color: #828292;
    margin-bottom: 30px;
    text-align: justify;
}

.hero-image {
    max-width: 100%;
    max-height: 400px;
}

.btn {
    padding: 10px 24px;
    font-size: 1rem;
    background-color: #da327b;
    color: black;
    font-weight: 600;
}


.about-text p{
  text-align: justify;
  color: #828292;
}

.card-words{
  color: #828292;
}

.card-title-words{
  color:#2e2e2e;
  font-weight: 900;
}

.marquee-container {
    width: 100%;
    padding: 15px 0;
  }
 
  .marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
  }
 
  .marquee-item {
    flex: 0 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #495057;
  }

  .search-container {
    position: relative;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}
 
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
 
    100% {
      transform: translateX(-100%);
    }
  }
 
  /* Optional: Pause animation on hover */
  .marquee-container:hover .marquee-content {
    animation-play-state: paused;
  }

  .three-cs{
    font-size: 48px;
  }

  .startNumbers h2{
    font-size: 90px;
  }

.card.no-outline:focus,
.card.no-outline:active {
  outline: none !important;
  box-shadow: none !important;
}

.logo p{
  color: DD498D;
}