/* .libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* * {
    border: 1px solid blue;
  } */
  
* {
    margin: 0;
}
  
.wrapper {
    max-width: 1120px;
    margin: 0 auto;
}
  
.content-wrapper {
    max-width: 930px;
    margin: 0 auto;
}
   
h1 {
    font-size: 64px;
    line-height: 100%;
    color: white;
} 
  
h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff
}
  
h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.05em;
    /* line-height: 115%; */
}
  
h4 {
    font-size: 12px;
    font-weight: 600;
    color: white
}
  
body {
    font-family: "Libre Franklin", sans-serif; 
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background-color: rgb(13, 13, 13);
    color: #ffffff;
    background-image: url(../images/background-image.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 0px 67px;
}

  
p {
    font-size: 16px;
    font-weight: 100;
    color:white;
    letter-spacing: 0.02em;
}
  
.white-text {
    color: #fff;
}
  
.text-space {
    margin: 0 40px 40px 0;
}
  
.justif-end {
    justify-content: flex-end;
} 


  
/* -----------NAV Styles------------- */
  
.nav {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #DF0077;
}
   
.row {
    display: flex;
}

.row-to-column {
    display: flex;
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
   
.nav-align {
    align-items: center;
}

.nav-links {

}
   
.logo {
   width: 68px;
}
   
   
.nav-menu ul {
    list-style-type: none;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
}
   
nav li {
    display: inline;
    margin-left: 32px;
    font-weight: 500;
    font-size: 12px;
}
   
nav li a:link {
   text-decoration: none;
   color: white;
}
   
nav li a:visited {
    text-decoration: none;
    color: white;
}
   
nav li a:hover {
    text-decoration: none;
    font-weight: 700;
    color: black;
}
   
nav li a:active {
    color: black;
}

.burger {
display: none;
}

.burger div {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: white;
    margin: 4px;
    transition: all 0.3s ease;
}
   
.menu-button {
    border: none;
    height: 24px;
    padding: 0 24px 0 0;
    background-color: rgba(0, 0, 0, 0);
    justify-content: right;
}
   
.menu-button:hover {
   color:rgb(23, 23, 23);
}
  
.menu-button:last-of-type {
    padding: 0px;
}


/* <---------hero section--------> */

.hero-button {
    height: 40px;
    width: 140px;
    background-color: #DF0077;
    font-size: 15px;
    font-weight: 500;
    color: white;
    border-radius: 10px;
    border: none;
    margin-top: 103px;
    margin-left: 32px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
    transition-duration: 0.2s;
}

.hero-button:hover {
    background-color: #bd0065;
    cursor: pointer;
}

.justify-btw {
    justify-content: space-between;
}

.hero-sentence {
    /* margin-right: 32px; */
    margin-top: 40px;
    margin-right: 32px;
}

.season-padding {
    padding-top: 16px;
    padding-bottom: 108px;
}

span.season {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05em;
}

span.words {
    font-size: 14px;
    font-weight: 500;
    color: #C9A8F5;
   letter-spacing: 0.05em;
}

span.quote-mark {
font-size: 64px;
color: #DF0077;
}

span.quotation {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: white;
}

.sentence-margin {
    margin-top: 20px;
}

.sentence-lines {
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.line-margin-bottom {
    margin-bottom: 12px;
}

.line-margin-top {
    margin-top: 24px;
}

.sep-lines {
    border: none;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.2);   
}


/* <---------margins--------> */

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-8 {
    margin-top: 8px; 
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.padding-left-4 {
    padding-left: 4px;
}


/* <---------upcoming concerts section--------> */

.primary-button {
    background-color: #DF0077;
    align-items: center;
    padding: 0 11px 0 11px;
    justify-content: space-between;
    color: white;
    border: none;
    border-radius: 8px; 
    width: 112px;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition-duration: 0.2s;
}

.primary-button:hover {
   background-color: #bd0065;
   cursor: pointer;
}


.secondary-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #DF0077;
    color: white;
    border-radius: 8px;
    width: 112px;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
    transition-duration: 0.2s;
}

.secondary-button:hover {
    background-color:rgb(23, 23, 23);
    cursor: pointer;
}

.terciary-button {
    background-color:rgba(0, 0, 0, 0);
    border: 1px solid #DF0077;
    color: white;
    border-radius: 8px;
    width: 112px;
    height: 44px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 16px;
    padding: 0;
    transition-duration: 0.2s;
}

.terciary-button:hover {
    background-color:rgb(23, 23, 23);
    cursor: pointer;
 }

.title-button {
    max-width: 450px;
    justify-content:space-between;
    align-items: baseline;
}

.margin-left-8 {
    margin-left: 8px;
}

.buttons-space {
    max-width: 231px;
    justify-content: space-between;
}

.buttons-bottom-1-3 {
    margin-top: 42px;
    margin-bottom:0px;
}

.buttons-bottom-2 {
    margin-top: 18px;
    margin-bottom:0px;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

span.date-time {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.05em;
}

span.location {
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.05em;
}

.align-center {
    align-items: center;
}

.cards {
    max-width: 930px;
    justify-content: space-between;
}

.card-content {
    max-height:400px;
    max-width: 294px;
    margin-top: 0;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.justify-baseline {
    justify-items: baseline;
}

.image {
padding: 0;
size: 100%;
max-width: 292px;
height: auto;
/* max-height: 219px; */
}

/* <---------Artistic Director Section--------> */

.director-image {
    mix-blend-mode: luminosity;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
    max-height: 281px;
    max-width: 100%; /* evita desbordamientos */
    height: auto;
    align-self: flex-end;
}

.director-card {
    background-color: rgba(0, 0, 0, 0.5);
 
}

.pink-line {
    border: none;
    color: #B60363;
    background-color: #B60363;
    width: 8px;
}

span.director-title {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.02em;
}

span.mr {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgba(223, 0, 119, 0.8);
}

.director-text {
    max-width: 579px;
    line-height: 125%;
}

.director-card-text {
    margin-left: 24px;
    max-width: 581px;

}

/* <---------banner--------> */

.banner {
    background: url(../images/star.svg),
    repeating-linear-gradient(-45deg,#1E1C21,rgba(199, 102, 154, 0.2) 0.5px, #1E1C21 1px, #1E1C21 4px)
    ;
    background-size: 130vh, auto;
    background-position: right, center;
    background-color: #1E1C21;
    background-repeat: no-repeat, repeat;
    height: auto;
}

/* .star {
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    height: 210px;
    align-items: flex-end;
} */

span.help-us {
    font-size: 12px;
    font-weight: 500;
    color: #DF0077;
}

span.small-text {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.support-wrapper {
    max-width: 265px;
    margin: 16px 40px 40px 0;
}

.donate-button {
    margin-top: 175px;
   
}

/* <---------footer--------> */

.footer {
    background-color: #DF0077;
    height: 436px;
}

.footer-wrap {
    display: flex;
}
  
  
.footer ul {
    list-style-type: none;
    padding-inline-start: 0;
}
  
.footer li {
    font-size: 12px;
    font-weight: 400;
    color:white
}
  
.line-ft {
    border: 1px solid white;
}
  
.footer-side {
    max-width: 600px;
    margin-left: 32px;
}
  
.menu-items {
    max-width: 150px;
    margin-left: 0px;
    margin-top: 40px;
   
}
  
.menu-items li {
    justify-content: left;
    margin-left: 0px;
    padding-bottom: 16px;
}
  
.menu-items li:last-of-type {
    padding-bottom: 0;
}
  
.right-logos {
    margin-top:40px;
    margin-bottom: 32px;
    justify-content:flex-end;
    max-width: 275px;
}

.logo-southbank {
    max-width: 275px;
}

.logo-arts {
    max-width: 275px;
}
  
.left-logo {
    max-height: 100px;
    max-width: 230px;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 100px;
    justify-content: flex-start;
}
  
.top-items {
    max-width: 600px;
    justify-content: space-between;
}
  
.social-icons {
    padding-right: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 24px;
    align-content: center;
}
  
.footer-text {
    display: flex;
  
}

.footer p {
    font-size: 12px;
    font-weight: 100;
    width: 600px;
}
  
.footer p:-type {
    padding-top: 16px;
}


@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
transform: rotate(-45deg) translate(-4px, 5px);
}

.toggle .line2{
    opacity: 0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-4px, -5px); 
}