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


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}









/* --- Home Page --- */

body {
    font-family: 'Inder', sans-serif;
    background: url("../images/pattern.png") 0 0 / 300px 300px repeat,#E8E7E7;
   
}

h1, h2, h3 {
    margin: 0;
    
}

.heading-1 {
    font-family: 'Lunasima', sans-serif;
    font-size: 68px;
    text-align: center;
}

.heading-2 {
    font-family: 'Lunasima', sans-serif;
    font-size: 44px;
    text-align: center;
}

.heading-3 {
    font-family: 'Inder', sans-serif;
    font-size: 36px;
    text-align: center;
}

.subtitle-1 {
    font-family: 'Inder', sans-serif;
    font-size: 20px;
}

.subtitle-2 {
    font-family: 'Inder', sans-serif;
    font-size: 16px;
}

.body-1 {
    font-family: 'Inder', sans-serif;
    font-size: 16px;
}

.body-2 {
    font-family: 'Inder', sans-serif;
    font-size: 12px;
}


.topnav {
    display: flex;
    width: 1920px;
    height: 160px;
    padding: 12px 200px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 5px solid #000;
}

.nav-elements {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
   gap: 800px;
    
}
  

.topnav, .main-nav {
    display: flex;
}

.main-nav {
    margin: 0 auto;
    padding: 24px 0;
    
}

.logo {
    margin: 0;
    padding: 0px;
    filter: drop-shadow(10px 10px 12px rgba(0, 0, 0, 0.7));
    width: 211.645px;
    height: 136.481px;
}

.main-nav a {
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
}
.main-nav a:hover {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

header {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1920px;
    height: 846px;
    margin: 0 auto;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}




header h1 {
    font-family: 'Lunasima',sans-serif;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: Lunasima;
    font-size: 68px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.08px;
      
}

header h2 {
    font-family: 'Inder',sans-serif;
    font-size: 36px;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.titles-banner {
    margin-top: 200px;
    margin-bottom: 40px;
    text-align: center;
        
}

.cta-banner {
    margin-top: 100px;

}

.center {
    margin: 0 auto;
}

.center2 {
     text-align: center;
     margin-top: 10px;
}

.cta {
    display: flex;        
    justify-content: center;
    align-items: center;

    padding: 12px 24px; 
    text-decoration: none;
    border-radius: 50px;
    border: 5px solid #E8E7E7;
    background: #FF5C00;
    box-shadow: 4px 7px 4px 0 rgba(0, 0, 0, 0.25);

    font-family: 'Inder', sans-serif;
    font-size: 20px;
    letter-spacing: 0.48px;
    color: #FFF;
    text-align: center;

   

}

.cta:hover {
    border: 5px solid #022A67;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    background-color: #022A67;
    border: 5px solid #FFF;
    border-radius: 50px;
}

.cta-reverse {
    display: flex;        
    justify-content: center;
    align-items: center;

    padding: 12px 24px; 
    text-decoration: none;
    border-radius: 50px;
    border: 5px solid #E8E7E7;
    background: #022A67;
    box-shadow: 4px 7px 4px 0 rgba(0, 0, 0, 0.25);

    font-family: 'Inder', sans-serif;
    font-size: 20px;
    letter-spacing: 0.48px;
    color: #FFF;
    text-align: center; 

}


.cta-reverse:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF5C00;
    border: 5px solid #FFF;
    border-radius: 50px;
}






/* --- Artist Section --- */

.artists-section {
    width: 1920px;
    padding: 80px 0; 

    background-image: url("../images/sponsors%20section.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.artists-inner {
    width: 1000px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.artists-text {
   width: 980px;
    text-align: center;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 20px;
}


.artists {
    display: flex;
    width: 1248px;
    justify-content: center;
    gap: 24px;
    flex-shrink: 0;
}


.artists-section h2 {
    color: #FFF;
}

/* --- End section --- */




/* --- Past Events section --- */

.events {
    display: flex;
    width: 1920px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 80px 0;
    
    
  
}

.three-boxes {
    display: flex;
    width: 1000px;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.event-box {
    width: 300px;
    
    
}

.event-image {
    width: 100%;
    height: 200px;
    display: block;
   
    height: 343px;
    align-self: stretch;
    border-radius: 15px;
}

.event-content {
    position: relative;
    margin-top: -60px; 
    width: 260px;
    height: 105px;

    background: white;
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
   
}

/* --- End section --- */






/* --- Sounds of Summer section --- */

.concert-inner {
    width: 1440px;
    margin: 0 auto;

    display: flex;
       
    align-items: center;     
    justify-content: center;  

    gap: 62px;

}

.concert {
     display: flex;
    width: 1920px;
    
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 80px 0;
        
}

.concert-img {
    width: 219px;
    display: block;
}

.concert-content {
    width: 600px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;

    color: #FFF;
}

.concert-content .cta-reverse {
    width: 600px;
    justify-content: center;
}

/* --- End section --- */






/* --- Quick Links section --- */


.links-section {
    width: 1920px;
    padding: 80px 0; 


}


.links {
    display: flex;
    width: 1920px;
    padding: 40px 240px 80px 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.links-inner {
    width: 1440px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}


.links-text {
   width: 980px;
    text-align: center;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
}



.card-dimension {
    width: 364px;
    height: 120px;
 
    display: flex;
    
}


.link-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 40px;
    
    width: 850px;
}





.card-blue{
   
    width: 132px;
    padding: 27px;
    justify-content: center;
    align-items: center;

    border-radius: 15px 0px 0px 15px;
    border: 3px solid #000;

    background: #022A67;
}


.card-white {
    width: 232px;
    display: inline-flex;
    padding: 42px 10px;
    justify-content: center;
    align-items: center;

    border-radius: 0px 15px 15px 0px;
    background: #FFF;
}


/* --- End of section --- */










/* --- Partners section --- */

.partners-section {
    width: 1920px;
    padding: 80px 0; 

    background-image: url("../images/sponsors%20section.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partners-inner {
    width: 1440px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.partners {
    display: flex;
    justify-content: center;
    gap: 60px;
    

}


.partners-section h2 {
    color: #FFF;
}

/* --- End of section --- */











/* --- Footer --- */

footer {
    display: flex;
    width: 1920px;
    padding: 80px 240px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-top: 5px solid #000;
   
}

.footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid black;
    width: 920px;


}

.info {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 80px;
    width: 1350px;
    margin: 40px 0;
    
}

.music {
    text-align: left;
    
}

.donate {
    text-align: center;
}

.aboutus {
    text-align: right;
}

.footlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.info a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.info a:hover {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.copy {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

/* --- Footer End --- */













/* --- ..........Donate Page............. --- */







/* --- Start Donation Banner section --- */

.donation-banner {
    background-image: url("../images/donatepage-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    
    
    display: flex;
    width: 1920px;
    padding: 148px 95px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
}


.donation-banner h1 {
    font-family: 'Lunasima',sans-serif;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: Lunasima;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.08px;
      
}

.donation-banner h2 {
    font-family: 'Inder',sans-serif;
    font-size: 36px;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    line-height: normal;
   
}
/* --- End of section --- */







/* --- start of Support the Music section --- */


.support_music {
    display: flex;
    width: 1920px;
    margin: 0 auto;
    padding: 80px 240px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    
 
    
}

.support_music-inner{
    display: flex;
    flex-direction: row;
    margin: o auto;
    width: 1440px;
    align-items: center;
    justify-content: center;
    align-content: center;
   
    gap: auto;
}

.sm-leftcolumn{
    display: flex;
    width: 375px;
    flex-direction: column;
    
    justify-content: center;
    align-items: center;
   
    gap: 20px;
}



.subcolumns {
    display: flex;
    width: 658px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    
}

.sm-subcolumn1 {
    display: flex;
height: 88px;
padding: 9px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
    
}

.sm-subcolumn2{
    display: flex;
height: 88px;
padding: 9px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
}


.cta-options {
   
    width: 188px;
    
    display: flex;        
    justify-content: center;
    align-items: center;
  
    padding: 12px 24px; 
    text-decoration: none;
    border-radius: 18px;
    border: 5px solid #E8E7E7;
    background: #022A67;
    box-shadow: 4px 7px 4px 0 rgba(0, 0, 0, 0.25);

    font-family: 'Inder', sans-serif;
    font-size: 20px;
    letter-spacing: 0.48px;
    color: #FFF;
    text-align: center;

    white-space: nowrap; 

}

.cta-options:hover {
    border: 5px solid #022A67;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF5C00;
    border: 5px solid #FFF;
    border-radius: 18px;
    
}

.cta_make-an-impact {
    width: 430px;
    margin: 0 auto;
    padding-top: 80px;
}


.sm-leftcolumn h2 {
    text-align: left;
}



/* --- End of section --- */




/* --- start of Explore the Community section --- */

.community {
    background-image: url("../images/community-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    
    display: flex;
    width: 1920px;
    justify-content: center;
    align-items: center;
    align-items: center;
    padding: 80px 240px;
    gap: 80px;
}

.community-inner {
    display: flex;              
    flex-direction: column;      
    align-items: center;        
    gap: 40px;   
    
    text-align: center;
   
}

.community p {
    color: #FFF;
}





/* --- End of section --- */










/* --- Start of VIP Experience --- */

.vip-section {
    display: flex;
    margin: 0 auto;
    width: 1920px;
    padding: 80px 0; 
 justify-content: center;
    
}

.vip-title {
  
    font-family: 'Lunasima', sans-serif;
    font-size: 44px;
    text-align: center;
    color: #FF5C00;
}

.vip-maintext  {
    
    font-family: 'Inder', sans-serif;
    font-size: 16px;
    border-top: 5px solid #FF5C00;
    border-bottom: 5px solid #FF5C00;
    
    padding: 20px;

}



.vip-inner {
    width: 1000px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: flex-start;   
    gap: 40px;
   
}

.vip-inner h2 {
    text-align: left;
}


.vip-inner p {
    text-align: left;
}



.vip-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.vip-card {
    width: 100%;

    display: flex;
    align-items: center;   
    gap: 20px;

    padding: 20px;
    border: 5px solid #FF5C00;
    border-radius: 15px;
    

    text-decoration: none;
    color: inherit;
}

.vip-text {
    display: flex;
    flex-direction: column;
   
    gap: 8px;
    width: 100%;
    
    
}

.vip-paragraph {
    borde: 3px 0px 3px 0px solid #FF5C00;
    border-radius: 15px;
}

.vip-arrow {
    width: 24px;
    
}


.vip-card:hover {
    
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #FF5C00;
    border: 5px solid #FFF;
    border-radius: 15px;
    
}

/* --- End of section --- */








/* --- Backgrounds--- */

.pattern-bg {
     background: 
        url("../images/pattern.png") 0 0 / 300px 300px repeat,
        #FF5C00;
    
}



.concert-bg {
    background: 
        url("../images/sounds%20of%20summer-bg.png");
    background-size: cover;
    
}


/* --- end --- */










