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

body {
    font-family: 'Inter', sans-serif;
    background-color: #04361C;
}

h1 {
    font-family: 'Rammetto One', sans-serif;
    color: #F7F4EC;
}


h2 {
    font-family: 'Rammetto One', sans-serif;
    color: #F7F4EC;
}

h3 {
    font-family: 'Rammetto One', sans-serif;
    color: #F7F4EC;
}

a {
    text-decoration: none;
    color: inherit;
 }

.festival-nav-wrap {
    width: 1440px;
    margin: 0 auto;
}

.home-hero-copy {
    width: 1440px;
    margin: 0 auto;
 }

.education-container {
    width: 1440px;
    margin: 0 auto;
 }

.site-header {
    width: 100%;
    padding-top: 78px;
}

.festival-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}


.festival-nav {
    width: 900px;
    height: 90px;
    background-color: #E36A4A;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.festival-mark {
    width: 270px;
    transform: rotate(-4deg) translate(-30px, -6px);
    margin-right: -182px;
    position: relative;
    z-index: 2;
 }

.festival-nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    transform: translateX(30px);
}

.festival-nav a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.6px;
}

.festival-nav a:hover {
    opacity: 0.8;
 

}

.home-hero {
    background-image:
        linear-gradient(rgba(9, 60, 44, 0.68), rgba(1, 18, 9, 0.68)),
        url("images/hero.png");
        
        background-size: 112%;
    background-position: 82% top;
    height: 1100px;
    padding: 0 0 78px;
}


.home-hero-copy {
     
    color: #F7F4EC;
    padding-top: 168px;
    padding-left: 240px;

}



.home-hero h1 {
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 3.6px;
}

.home-hero h2 {
    margin-top: 35px;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    letter-spacing: 3.6px;

  }



.home-hero p {
    max-width: 550px;
    margin-top: 65px;
    font-size: 20px;
    letter-spacing: 3px;
    color: #F7F4EC;


 }

 
 .festival-outline-button {
    display: inline-block;
    margin-top: 60px;
    border: 2px solid #F7F4EC;
    border-radius: 8px;
    padding: 12px 24px;
    color: #F7F4EC;
 
} 

.festival-outline-button:hover {
    opacity: 0.88;
}

 
.home-hero .festival-outline-button {
    
    border: 4px solid #E36A4A;
    background-color: rgba(227, 106, 74, 0.18);
    padding: 14px 34px;
    font-family: 'Rammetto One', sans-serif;
    font-size: 16px;
}




.festival-fill-button {
    display: inline-block;
    margin-top: 20px;
    border-radius: 8px;
    padding: 12px 24px;
    background-color: #E36A4A;
    color: #F7F4EC;
    font-weight: 700;
}



.festival-fill-button:hover {
    background-color: #cf6042;
}

.live-wave-panel {
    width: 100%;
    margin-top: -150px;
    line-height: 0;

}



.live-wave-panel svg {
    display: block;
    width: 100%;
    height: 760px;
}





.live-copy {
    
    height: 600px;
    padding: 102px 0 124px;
    background-color: #E36A4A;
    text-align: center;
}

.live-copy-inner {
    width: 1180px;
    margin: 0 auto;
}

.live-copy h2 {
    font-size: 60px;
    line-height: 1.12;
}



.live-copy p {
    
    margin: 40px auto 0;
    color: #F7F4EC;
    font-size: 24px;
    font-weight: 500;
    width: 900px;
    line-height: 1.5;
}


.live-copy .festival-outline-button {
    
    margin-top: 58px;
    border: 4px solid #F7F4EC;
    padding: 16px 34px;
    font-family: 'Rammetto One', sans-serif;
    font-size: 21px;
}



.live-bottom-wave {
    
    width: 100%;
    margin-top: -34px;
    margin-bottom: -86px;
    position: relative;
    z-index: 3;
    line-height: 0;
}




.live-bottom-wave svg {
    
    display: block;
    width: 100%;
    height: 120px;
}


.vendors-preview {
    
   
    padding: 236px 0 108px;
    background-color: #04361C;



}

.vendors-heading {
    

    margin: 0 auto;
    padding-left: 164px;
    width: 1440px;
    text-align: left;
}

.vendors-preview h2 {
    
    font-size: 60px;
    line-height: 1.1;
}




.vendors-coral {
    width: 100%;
    margin-top: 92px;
    line-height: 0;
}

.vendors-coral img {
    display: block;
    width: 100%;
    height: auto;
}

.vendors-cards-shell {
    
    width: 1440px;
    margin: -470px auto 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.card 

{
   
    height: 518px;
    padding: 10px 10px 15px;
    width: 352px;
    background-color: #F7F4EC;
    border-radius: 0 0 20px 20px;
    box-shadow: -7px 9px 9px -2px rgba(0, 0, 0, 0.45);
    display: flex;
     flex-direction: column;
    align-items: center;
}

.card img {
    
    width: 320px;
    height: 400px;
    margin-top: 20px;
    object-fit: cover;
}

  

.card h3 {
    
    padding-top: 0;
    padding-bottom: 14px;
     color: #143724;
    margin-top: auto;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}



.vendors-button {
   
   
    margin-top: 58px;
    border: 4px solid #F7F4EC;
    border-radius: 8px;
    padding: 16px 34px;
    font-family: 'Rammetto One', sans-serif;
    font-size: 21px;
    line-height: 1;
    min-width: 280px;
    text-align: center;
}

.education {
    padding: 30px 0;
    background-color: #F7F4EC;
}

 
.education-container {
    
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 70px;
}

.education-image {
   
    height: 600px;
    
    width: 560px;
    object-fit: cover;
  
  }



.education-text {
    
    width: 620px;
}

.education-text h2 {
     color: #143724;
    font-size: 58px;
    line-height: 1.1;
}

.education-text p 
{
    
    color: #143724;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 32px;
}

 
.education-text .festival-fill-button {
    
     margin-top: 46px;
    padding: 16px 34px;
    border-radius: 10px;
    font-family: 'Rammetto One', sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.2px;

}

.site-footer  {
    
    height: 520px;
    padding: 92px 0 70px;
    background-color: #04361C;
    background-image: url("images/footerguitar.png");
     background-repeat: no-repeat;
    background-position: -190px -55px;
    background-size: 990px auto;
    color: #F7F4EC;
    overflow: hidden;
}



.site-footer-inner {
    width: 1440px;
    margin: 0 auto;
     padding-right: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}



.footer-brand {
    width: 560px;
    text-align: center;
}


.site-footer h3 {
    font-size: 30px;
    line-height: 1.1;

 }



.footer-address {
     margin-top: 10px;
    font-size: 18px;
}


.footer-socials {
    width: 560px;
    margin-top: 42px;
    display: flex;
    justify-content: center;
     gap: 14px;
    list-style: none;
  }



  .footer-socials img {
    display: block;
    width: 100px;
    height: auto;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.20));
}

.footer-socials a {
    display: block;
    line-height: 0;
}


.footer-socials a:hover  {
    opacity: 0.85;
}


.footer-copy {
    width: 560px;
    margin-top: 84px;
    color: rgba(247, 244, 236, 0.88);
    font-size: 15px;
    text-align: center;


  }
 
.vendors-page .site-header   {
    padding-top: 62px;
}

.vendors-hero {
 
    height: 900px;
    background-image:
        linear-gradient(rgba(9, 60, 44, 0.72), rgba(13, 75, 43, 0.72)),
        url("images/hero2.png");
    background-size: cover;
    background-position: center top;
}

 
.vendors-hero-content {
    
    width: 1440px;
    margin: 0 auto;
    padding: 96px 0 120px;
    color: #F7F4EC;
    text-align: center;
}

.vendors-hero-content h1 {
     font-size: 68px;
     line-height: 1.08;
}

.vendors-hero-content p {
     
    width: 620px;
    margin: 26px auto 0;
    font-size: 21px;
    line-height: 1.55;
}

  .vendor-first-panel  {
    
    margin-top: -240px;
    position: relative;
    z-index: 2;
}

.vendor-sections {
    
    background-color: #04361C;
 
}

 .vendor-first-visual {
    width: 100%;
    line-height: 0;
}

.vendor-first-visual svg {
    display: block;
    width: 100%;
    height: 860px;
}

 
.vendor-row {
      width: 100%;
      display: flex;
 }

.vendor-row-first {
    margin-top: -540px;
    position: relative;
    z-index: 2;
 
}

.vendor-copy {
    width: 50%;
}

.vendor-photo {
    width: 50%;
}

.vendor-first-spacer {
    width: 50%;

}

 .vendor-copy {
    min-height: 540px;
    padding: 82px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.vendor-row .vendor-copy:first-child {
    padding-left: 240px;
 }

.vendor-row .vendor-copy:last-child {
    padding-right: 240px;
 
}

 .vendor-copy h2 {
    
    font-size: 44px;
    line-height: 1.08;
}

.vendor-copy p {
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.58;
}


.vendor-copy-green {
    background-color: #04361C;
 }


.vendor-copy-green p {
    color: #F7F4EC;
 
}
 

 .vendor-copy-coral {
    background-color: #E36A4A;
}

.vendor-copy-coral p  {
    color: #F7F4EC;
}

.vendor-photo img {
    display: block;
    width: 100%;
    height: 630px;
    object-fit: cover;
 
}

.vendor-last-wave {

    line-height: 0;
    margin-top: -125px;
 

}

.vendor-last-wave svg {
    display: block;
    width: 100%;
    height: 240px;
 

}

.become {
    padding: 90px 0 120px;
    background-color: #F7F4EC;
}

.become-inner {
    width: 760px;
    margin: 0 auto;
    text-align: center;
}

.become h2 {
    color: #143724;
    font-size: 56px;
    line-height: 1.08;
}

 .become p  {
   
    
    color: #143724;
    font-size: 22px;
    line-height: 1.55;
    margin-top: 22px;
 
}


.become-actions {
    
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.become-primary {
    
    margin-top: 0;
    min-width: 170px;
    text-align: center;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;

}

 .become-secondary {

    margin-top: 0;
    text-align: center;
    font-size: 18px;
    border-color: #E36A4A;
     min-width: 170px;
    color: #E36A4A;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
