body {

    margin: 0;

    padding-top: 0;

    background-color: #f4f4f9;

    font-family: 'Soin Sans Pro';

    color: #333;

  }



  .header {

    background-color: #212529;

    color: #ffffff;

    padding: 10px 15px;

    position: fixed;

    width: 100%;

    top: 0;

    z-index: 1000;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  }



  .header h1 {

    margin: 0;

    font-size: 2rem;

  }

  .header nav {

display: flex;

gap: 20px;

}



.header .nav-link {

color: #ffffff !important;

padding: 5px 15px;

text-decoration: none;

font-weight: 500;

position: relative;

transition: color 0.3s ease;

}



.header .nav-link::after {

content: '';

display: block;

width: 0;

height: 2px;

background: #ffffff;

transition: width 0.3s;

}



.header .nav-link:hover::after {

width: 100%;

}



.header .nav-link:hover {

color: #ffce00 !important;

}

  .navbar-nav {

    display: flex;

    gap: 15px;

  }



  .nav-link {

    color: #ffffff !important;

    padding: 5px 10px;

    text-decoration: none;

    font-weight: 500;

    position: relative;

    transition: color 0.3s ease;

  }



  .nav-link:hover {

    color: #ffce00 !important;

  }



  .navbar-toggler {

    border: none;

  }



  .main-content {

    padding-top: 70px;

  }



  .main-content {

    padding-top: 54px;

  }



  .bg-section {

    position: relative;

    width: 100%;

    height: 100vh;

  

    background-size: cover;

    background-position: center;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #ffffff;

    text-align: center;

  }

.text-container {

    z-index: 1;

    max-width: 100%;

    margin: 0 auto;

  }



  .text-container h1 {

    font-family: 'Rama Gothic';

    font-size: 4rem;

    margin-bottom: 20px;

  }



  .text-container p {

    font-size: 1.5rem;

    margin-bottom: 10px;

  }



  .underline {

    width: 100px;

    height: 4px;

    background-color: #ffffff;

    margin: 0 auto;

  }



  .album {

    padding: 60px 0;

    background-color: #e9ecef;

  }



  .dropdown-container {

    display: flex;

    justify-content: space-between;

    gap: 10px; 

  }



  .dropdown .btn-outline-dark {

    width: 10%;

  padding: 10px; 

  }



  .card {

border: none;

border-radius: 15px;

overflow: hidden;

transition: transform 0.3s, box-shadow 0.3s;

height:500px; 

}



  .card:hover {

    transform: translateY(-10px);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);

  }



  .card-img-top {

    height: 225px;

    object-fit: cover;

  }



 .card-body {
background-color: #ffffff;
padding: 20px;
border-radius: 0 0 15px 15px;
height: 200px; 
}

.card-text {
font-size: 1.1rem;
color: #555;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: auto;
text-align: left;
}


.card-text:last-of-type {
margin-top: 10px; 
font-weight: bold;
color: #333; 
text-align: left;
}

.card-title {
font-size: 1.6rem;
margin-bottom: 10px;
color: #333;
text-align: left;
}    .btn-view {

    background-color: #007bff;

    color: #ffffff;

    border: none;

    padding: 10px 20px;

    transition: background-color 0.3s;

    border-radius: 50px;

  }



  .btn-view:hover {

    background-color: #0056b3;

  }

  .logo {

width: 50px; 

height: auto; 

}



  .footer {

    background-color: #212529;

    color: #ffffff;

    padding: 30px 0;

    text-align: center;

    font-size: 0.9rem;

  }



  .footer p {

    margin-bottom: 5px;

  }



h5{

font-size: 60px;

text-align: center;

}

  @media (max-width: 768px) {

    .text-container h1 {

      font-size: 2.5rem;

    }



    .text-container p {

      font-size: 1.2rem;

    }



    .navbar-nav {

      flex-direction: column;

      gap: 10px;

    }

  }
@media (max-width: 576px) {

    .text-container h1 {

      font-size: 2rem;

    }



    .text-container p {

      font-size: 1rem;

    }

  }
.date-text {
font-size: 0.9rem; 
color: #666; 
} 