@import url('https://fonts.googleapis.com/css2?family=Cardo&display=swap');


:root {
    --clr-red: rgba(160, 0, 0, 1);
    --clr-red-button-hover: rgba(160, 0, 0, .6);
    --clr-red-link-hover: rgb(210, 60, 60);
    --clr-gold: #F0D588;
    --clr-gold-circle-link: #C09C4B;
    --clr-blue-circles-album-match: #14222C;
    --clr-bgdarkblue-circles-album-match: #0a131b;
    --large-container-border-radius: 5em;
    --space-between-containers: 5rem;
}

* {
    background-color: var(--clr-bgdarkblue-circles-album-match);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    scroll-behavior: smooth;
    font-family: 'Cardo', serif;
    box-sizing: border-box;
    letter-spacing: .05rem;
}

body {
    overflow-x: hidden;
}

html {
    font-size: 10px;
}

h1 { 
    text-align: center;
    color: var(--clr-gold);
    font-size: 4rem;
    padding: 0 2rem 2rem 1rem;
    letter-spacing: .1rem;
}

.thin {
    text-align: center;
    color: var(--clr-gold);
    font-size: 4rem;
    font-weight: lighter !important;
    padding: 0 2rem 2rem 1rem;
    text-transform: lowercase !important;
}

h2 {
    text-decoration: underline;
    text-underline-offset: .8rem;
    padding: 1rem;
}

h4 {
    font-style: italic;
    padding: 6px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 1.5rem;
    }
    .kw {
        margin-left: 20px;
    }
    h1.kw {
        font-size: 3.5em;
    }
    button.hamburger {
        margin: 10px auto;
    }
}

@media (max-width: 425px) {
    h1 {
        font-size: 2.5rem;
    }
    h1.kw {
        margin: .7vh;
        margin-left: 1vh;
        font-size: 3.1rem;
    }
    button.hamburger {
        margin: 13px -15px 13px 10px;
    }
    .album_art {
        flex-direction: column;
    }
    .hero_text h1{
        text-align: center !important;
    }
}

@media (max-width:320px) {
    h1.kw {
        font-size: 2.7em;
        margin-left: -10px;
    }
    button.hamburger {
        margin: 13px -15px 13px 10px;
    }
    .album_art {
        flex-direction: column;
    }
}

img { 
    max-width: 100%; 
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5em 0;
    /* border-bottom: #AD0201 solid 3px; */
}

li, a, button {
    font-family: 'Cardo', serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #F0D588;
    text-decoration: none;
    list-style: none;
}

button {
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 5em;
    background-color: var(--clr-red);
    transition: all 0.6s ease 0s;
}

button:hover {
    background-color: var(--clr-red-button-hover);
}

.header {
    background: var(--clr-blue-circles-album-match);
    height: 7vh;
    
}

.container {
    display: flex;
    justify-content: space-between;
    background-color: var(--clr-blue-circles-album-match);
    width: 95vw;
    margin: 0 auto;
    max-width: 120rem;
    height: 5vh;
}

.kw {
    letter-spacing: .15em;
    background-color: var(--clr-blue-circles-album-match);
    margin: 0;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-blue-circles-album-match);
    /* border: #C09C4B solid 2px; */
}

.nav[data-visibile="true"] {
    transform: translateX(0%);
}

.hamburger {
    display: block;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 99;
    user-select: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;  
    margin-top: .4rem;
}

.hamburger span {
    display: none;
    width: 3rem;
    height: .3rem;
    margin-bottom: .4rem;
    position: relative;
    background-color: var(--clr-gold);
    z-index: 99;
}

@media (min-width: 923px) {
    .hamburger, .hamburger:hover, button.hamburger {
        display: none;
        z-index: 99;
    }
    .nav { 
        display: flex;
    }

}

@media (max-width: 922px) {
    .nav {
        position: fixed;
        inset: 0 0 0 25%;
        flex-direction: column;
        z-index: 98;
        background: rgba(17,28,37,.7);
        backdrop-filter: blur(1em);
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }
    .nav_links {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #AD0201;
        font-size: 30px;
    }
    li {
        margin-bottom: 1em;
        background: hsl(0 0% 100% / 0.1);
        background-color: hsl(0 0% 100% / 0.1);
        border-radius: 1000px;
        padding: 0 -4em;
        display: none;
    }
    li, a, ul {
        padding: -20em;
    }

    button {
        margin-left: -1.2em;
    }
    .hamburger span {
        display: block;
        z-index: 99;
    }
}

/* .mobile_nav_toggle {
    position: absolute;
    background: red;
    width: 3em;
    aspect-ratio: 1;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
    background: url();
} */

.nav_links {
    background-color: transparent;
}

.nav_links li {
    display: inline;
    padding: 0 .7em;
    background-color: var(--clr-blue-circles-album-match);
    background: var(--clr-blue-circles-album-match);
}

.nav_links li a {
    transition: all 0.6s ease 0s;
    letter-spacing: .15em;
    background-color: var(--clr-blue-circles-album-match);
}

.nav_links li a:hover {
    color: rgb(210, 60, 60);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact_btn {
    margin-left: 2rem;
    background-color: #22201b;
}

.album_art {
    width: 75%;
    margin: 3vw auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3vw;
}

.hero_text h1 {
    text-align: left;
}

/* .album_pulse {
        background: none;
        border-radius: 50%;
        box-shadow: 5em 5em 5em 5em rgba(0, 0, 0, 1);
        margin: 2em;
        height: 50%;
        width: 50%;
        transform: scale(1);
        animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(204, 158, 22, 0.7);
    }
    
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(204, 158, 22, 0.7);
    }
    
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(204, 158, 22, 0.7);
    }
  } */

.album_art_img {
    border-radius: .5rem;
    box-shadow: var(--clr-red-button-hover) -9px 9px 6px;
    /* border: var(--clr-gold) solid 2px; */
    transform: scale(1);
    transition: 0.4s ease-in-out;
    margin-top: 5%;
    margin-bottom: 4%;
}

.album_art_img:hover {
    transform: scale(1.05);
    transition: .4s ease-in-out;
}

.shows_page_circle_link {
    height: 8em;
    width: 8em;
    background: #349ee900;
    border-radius: 50%;
    position: absolute;
    left: 48em;
    top: 54.4em;
    animation: link_appears 0s 2s forwards;
    visibility: hidden;
    z-index: 9982;
}

@keyframes link_appears {
    to   { visibility: visible; }
}

/* 
.shows_circle_link_animation {
    border-radius: 50%;
    width: 5vw;
    height: 5vw;
    background-color: var(--clr-red-button-hover); 
    position: relative; 
    left: 230px;
    bottom: 300px;
    opacity: 0;
    animation: pulseOut 5.5s infinite reverse cubic-bezier(.50, .11, .44, .77);
    animation-delay: 2s;
    z-index: 9981;
} */

@media (max-width: 768px) {
    .shows_circle_link_animation {
        top: -43.2vw;
    }
}
@media (max-width: 425px) {
    .shows_circle_link_animation {
        top: -43.9vw;

    }
}
@media (max-width: 320px) {
    .shows_circle_link_animation {
        top: -44.2vw;
    }
}

@keyframes pulseOut {
    from {
        transform: scale(.01, .01);
        opacity: .9;
    }
    to {
        transform: scale(9.3, 9.3);
        opacity: .01;
    }
}

/* Gallery section */


.wrapper {
    padding: 3vh 1vw;
    width: 85vw;
    flex-grow: 1;
    margin: auto;
    max-width: 120vw;
    max-height: 120vh;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 2vmin;
    justify-items: center;
    align-items: center;
}


.diamond {
    z-index: 1;
    cursor: pointer;
    grid-column: span 2;
    max-width: 99%;
    margin-bottom: -52%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: scale(1);
    transition: all 0.5s;
}

.diamong img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}


.diamond:nth-child(7n + 1) {
    grid-column: 2 / span 2;
}
.diamond:hover {
    z-index: 2;
    transform: scale(1.5);
}

.popup-image {
    position: fixed;
    top: 0; left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.popup-span {
    position: absolute;
    top: 0; right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: var(--clr-gold);
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
}

.pop-img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    width: 700px;
    object-fit: cover;
}

@media (max-width:768px){
    .pop-img {
        width: 95%;
    }
}

/* Bands in Town section */
.bitwidget {
    width: 85vw;
    margin: 3em auto;
    max-width: 85vw;
    /* border: solid gold 2px; */
}

.bit-offers.bit-button {
    border-radius: 5rem;
    background-color: rgba(160, 0, 0, 1) !important;
    transition: all 0.6s ease 0s;
}
.bit-offers.bit-button:hover {
    background-color: rgba(160, 0, 0, 0.65);
}
.bit-rsvp.bit-button {
    border-radius: 5rem;
    background-color: black;
}
.bit-offers-text {
    background-color: rgba(160, 0, 0, 1) !important;    
}
.bit-logo {
    color: rgba(160, 0, 0, 0.65);
}

/* Music */
.music {
    position: relative;
}
.music-container {
    display: flex;
    width: 85vw;
    margin: 0 auto;
    overflow: hidden;
    transform: skew(5deg);
    position: relative;
}
.music-container .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 55vmin;
    position: relative;
}
.music-container .card .card__head {
    color: #F0D588;
    background: rgba(170, 0, 0, 0.75);
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}
.music-container .card:hover {
    flex-grow: 2;
}
.music-container .card:hover img {
    filter: grayscale(0);
}
.music-container .card:hover .card__head {
    text-align: center;
    top: calc(100% - 2em);
    color: #cea953;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    transform: rotate(0deg) skew(-5deg);
}
.music-container .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}
.music-container .card:not(:nth-child(5)) {
    margin-right: 1em;
}

/* Contact section */
.contact-container {
    margin: 3rem auto;
    width: 85vw;
}

.contact-container h1 {
    margin: 0 auto;
    width: 85vw;
    margin-left: -1.5vw;
}

.contact-col {
    color: #C09C4B;
    font-size: 2rem;
}

/* @media (max-width: 900px ) {
    .contact-col {
        display: flex;
       flex-direction: column;		
   }
} */

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.col {
    text-align: center;
}

.col h4 {
    color: #F0D588;
}

.col h5 {
    color: #F0D588;
    margin-bottom: .5em;
}

.col a {
    color: #da0303;
    padding-bottom: 2em;
}

/* Footer* */
.footer {
    width: 100%;
    height: 10vh;
}

@media (max-width: 500px) {
    .footer {
        height: 20vh;
    }
}

.icons {
    background-color: none !important;
    background: none !important; 
}
.icons a {
    font-size: 2.5rem;
    padding: 0 1rem;
    transition: all 0.6s ease 0s;
    background: none;
    background-color: none;
    margin: 0 auto;
}
.icons a:hover {
    color: rgb(210, 60, 60);
    text-decoration: none;
}
.bwl {
    font-size: 1.2em;
    color: #cea953;
    text-transform: lowercase;
    letter-spacing: .1rem;
}

/* SITEMAP */

.sitemap_container {
    margin: 4em 12em;
}

.sitemaph1 {
    text-align: left;
    text-decoration: underline var(--clr-red) 3px;
    text-underline-offset: 10px;
}

.list_item {
    margin-left: 1.3em;
}
 
/* .lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.lightbox_inner {
    position: relative;
    width: 100%;
    max-width: 800px;
    min-height: 100px;
    background: white;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.lightbox_close {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    font-size: 40px;
    cursor: pointer;
    color: rgba(0 0 0 0.5);
}

.lightbox_close:hover {
    color: rgba(0 0 0 0.8);
} */