@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;
  
   
}

h1, h2, h3 {
    margin: 0;
    text-align: center;
}

.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-style: normal;
    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: inline-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;

    white-space: nowrap; 

}

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

.cta-reverse {
    display: inline-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;

    white-space: nowrap; 

}

.cta-reverse:hover {
    border: 5px solid #022A67;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    background-color: #FF5C00;
    border: 3px 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: 1440px;
    margin: 0 auto;

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

.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: 40px;
    padding: 80px 0;
    
    
  
}

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

.event-box {
    width: 300px;
    position: relative;
    border-radius: 16px;
}

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

.event-content {
    position: relative;
    margin-top: -60px; 

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

/* --- 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: 824px;

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

    color: #FFF;
}

.concert-content .cta-reverse {
    width: 100%;
    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: grid;
    grid-template-columns: repeat(2, 364px);
    gap: 24px;
    justify-content: center;
}





.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 --- */


.cards {
    display: flex;
    flex-direction: column;
    width: 1440px;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(180deg,#8E71FF 0%, #8BDEFE 100%);
    padding: 3% 0;
}

.pcard {
    background-color: white;
    border-radius: 16px;
    width: 70%;
    display: flex;
    margin: 2%;
}


.pimg1 {
    background-image: url(../images/skaters.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 35%;
    border-radius: 16px 0 0 16px;
}

.pimg2 {
     background-image: url(../images/lab.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 35%;
    border-radius: 16px 0 0 16px;
}

.pimg3 {
     background-image: url(../images/galaxylounge.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #ccc;
    width: 35%;
    border-radius: 16px 0 0 16px;
}


.p-info {
    text-align: center;
    padding: 50px 150px;
    
}

.pcard h2 {
    font-weight: 700;
    font-size: 60px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px black;
}

.pink-text2 {
     color: #ff00ff;
    text-decoration: none;
    
}

.pink-text2:hover {
    color: blueviolet;
}









/* --- Backgrounds--- */

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

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

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


/* --- end --- */










