@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Saira:wght@400;700&display=swap');

* { 
    box-sizing: border-box; 
}

body {
    margin: 0;
    padding: 0;
    width: 1920px;
    background-color: #3FA2D7;
    font-family: 'Saira', sans-serif;
}


.topnav {
    width: 1920px;
    background-color: #1b5e83; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 100px; /* Lower height */
    margin: 0 auto;
}

.logo img { 
    height: 60px;
 }

.main-nav {
    display: flex;
    list-style: none;
}

.main-nav a:hover {
    color: #D17F29;
}

.main-nav a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 0 20px;
}

.hero {
    display: flex;
    padding: 60px 150px;
    justify-content: space-between;
    align-items: center;
}

.hero-content { 
    width: 40%; 
}
.hero-content h1 { 
    font-family: 'Playfair Display', serif; 
    font-size: 70px; 
    
 }

.hero-visual { 
    width: 55%; 
}


.hero-img-wrapper { 
    position: relative; 
}


.hero-img { 
    width: 100%; 
    border-radius: 60px; 
    display: block; 

}

.hero-text-overlay {
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    width: 100%;
}

.hero-text-overlay h2 {
     font-size: 55px;
      margin: 0; 
      text-shadow: 2px 2px 8px rgba(0,0,0,0.7); 
    
    }


.big-date { 
    font-size: 32px; 
    font-weight: bold; 
    margin-top: 10px; 
} 

.date-row {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.date-box {
    background: #fff;
    padding: 15px 30px;
    margin: 0 10px;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 24px;
}

.scholarships { 
    background-color: #d69e0f;
     padding: 80px 0; 
     text-align: center; 
    }
.scholar-list { 
    list-style: none; 
    padding: 0; 
    margin: 20px 0; 
    justify-content: space-around;
}
.scholar-list a { 
    color: #000; 
    font-weight: bold; 
    text-decoration: underline; 
display: block;
 margin-bottom: 8px;
  font-size: 20px;

  
 }
.btn-apply { 
    background: #000; 
    color: #fff; 
    padding: 12px 40px; 
    border-radius: 25px; 
    text-decoration: none; 
    font-weight: bold;
     display: inline-block; 
    }


.history {
    padding: 80px 0;
    text-align: center;
    background-color: #3FA2D7;
   
}

.history-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 55px; 
    margin-bottom: 80px; 
}
.history-flex { 
    display: flex; 
    justify-content: center; 
    
}
.h-card { 
    width: 450px; 

}
.h-poster { width: 100%; 
    border: 3px solid #000; 
    border-radius: 10px; 
}

.h-card { 
    width: 450px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px; 
}

.h-card .btn-apply {
    margin: 20px 0; 
}


.h-card h2 {
    margin-top: 10px;
}

.headliners { 
    background-color: #61C9A8;
     padding: 80px 0; 
     text-align: center;
     }
.band-card {
     display: flex; 
     justify-content: center; 
     align-items: center;
      width: 1300px; 
      margin: 40px auto; 
    }

.reverse { 
    flex-direction: row-reverse; 
}

.band-card img { 
    width: 380px; 
    border-radius: 40px; 
}

.band-info { 
    background-color: #3FA2D7; 
    padding: 40px; 
    border-radius: 30px; 
    width: 500px; 
    margin: 0 40px; 
    text-align: left; 
}


.form-container { 
    width: 1500px;
     margin: 80px auto; 
     display: flex;
      background-color: #1b5e83; 
      border-radius: 40px; 
   
     }

.form-image img {
     width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.form-fields { 
    padding: 60px; 
    display: flex; 
    flex-direction: column; 
}
.form-fields input, .form-fields textarea { 
    padding: 18px;
    margin-bottom: 12px; 
    background-color: #61C9A8; 
    border: none; 
    font-family: inherit; 

}


.form-fields button { 
padding: 18px; 
    background-color: #3FA2D7; 
    border: none; 
    font-weight: bold; 
    color: #fff; 
}


.footer {
     background-color: #d69e0f; 
     padding: 60px 0; 
     text-align: center; 
    }

.small-icons {
     width: 450px; 
    } 

.footer-grid {
    display: flex;
    justify-content: space-around;
    width: 1100px;
    margin: 30px auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 30px 0;
}

.copyright { 
    font-weight: bold; 
    margin-top: 15px; 
}





.news-container {
    width: 1920px;
    margin: 60px auto;
}

.news-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.news-card {
    background-color: #1b5e83;
    color: #fff;
    width: 750px;
    border-radius: 40px;
    display: flex; 
    align-items: center;
}

.news-thumb {
    width: 300px;
    height: 300px;
}

.news-text {
    padding: 30px;
}

.news-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #61C9A8;
    margin-top: 0;
}

.learn-more {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    color: #61C9A8;
    font-weight: bold;
    text-decoration: underline;
}