@font-face {
    font-family: 'josephin';
    src: url('fonts/Josephin.ttf') format('truetype');
}

@font-face {
    font-family: 'plato';
    src: url('fonts/STPlatoSansDisplay-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'funnel';
    src: url('fonts/FunnelDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'mother';
    src: url('fonts/StylishMother.woff2') format('woff2'), url('fonts/StylishMother.woff') format('woff'), url('fonts/StylishMother.ttf') format('truetype');
}

html, body {
    background-color: #f7ede4;
    overflow-x: hidden;
    max-width: 100vw;
}

/* site nav */

.nav-header {
    display: flex;
    flex-direction: row;
    position: absolute;
    max-width: 100vw;
    left: 0;
    top: 0;
    margin: 0 2%; 
}

.nav-logo {
    position: flex;
    flex-direction: column;
    scale: 0.76;
    margin-right: 10vw;
    margin-left: 2vw;
}

.nav-logo-text {
    font-family: 'josephin';
    font-weight: bold;
    text-transform: uppercase;
    color: #c96f3d;
    text-decoration: none;
}

.nav-the {
    font-size: 26px;
    margin-bottom: -48px;
}

.nav-yawpers {
    font-size: 36px;
}

.nav-buttons {
    position: relative;
    top: 30px;
    max-width: 100vw;
}

.nav-about {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    margin-right: 1.2vw;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nav-tour {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    text-transform: uppercase;
    letter-spacing: .1em;  
}

.nav-contact {
    color: #7d9967;
    font-family: 'plato';
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: .2em 1.2em;
    margin-left: 1.2vw;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nav-about:hover {
    color: #e1b658;
}

.nav-tour:hover {
    color: #e1b658;
}

.nav-contact:hover {
    color: #e1b658;
}

.nav-shirts {
    position: absolute;
    top: 90px;
    right: 0;
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    z-index: 1000;
}

.nav-shop {
    position: relative;
    color: #768b9e;
    font-weight: bold;
    border: 1.7px solid rgba(118, 139, 158, 0.9);
    border-radius: 28px 0 0 28px;
    font-size: 16px;
    font-family: 'mother';
    text-decoration: none;
    letter-spacing: .06em;
    padding: 0.05em 1.3em .02em 1.3em;
    background-color: rgba(118, 139, 158, 0.2);
    display: block;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.nav-shop:hover {
    background-color: rgba(118, 139, 158, 0.3);
    display: none;
}

/* .nav-shop { */
    /* display: none;} */

/* About Page */

.about-content {
    margin-top: 170px;
    width: 100vw;
}

.band-image img {
    width: 260px;
    position: absolute;
    margin-left: 43%;
    transform: translateY(-3vw);
    transform: translateX(-1vw);
}

.about-text {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: 180px auto;
    width: 100vw;
    transform: translateY(1vw);
}

.about-text h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #7c7a93;
    letter-spacing: .06em;
}

.about-text p {
    font-family: 'funnel';
    font-size: 18px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.3;
    text-align: left;
    margin-top: 16px;
}

/* about WHO */

.about-who {
    margin-bottom: 0;
    margin-left: 32%;
    margin-right: 8%;
    margin-top: 0;
    max-width: 940px;
    transform: translateX(-8vw);
}

.about-who h1 {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 30px;
}

.about-who p {
    margin-top: 8px;
    margin-bottom: 30px;
}

/* about WHY */

.about-why {
    background: radial-gradient(rgba(225, 182, 88, 0.5) 0, rgba(225, 182, 88, 0.1) 90%, transparent 99%);
    border-radius: 50%;
    box-shadow: 0px 0px 80px rgba(225, 182, 88, 0.4);
    padding: 60px 90px 120px 100px;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;

}

.about-why h1 {
    margin-bottom: 3%;
    text-align: center;
}

.about-why h2 {
    color: #e1b658;
    font-family: 'plato';
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2%;
    letter-spacing: .1em;
}

.about-why p {
    text-align: right;
    font-weight: bold;
    margin-left: 0;
    margin-right: 19%;
    margin-bottom: 1px;
}
    
/* about DTTW */

.about-dttw {
    margin-bottom: 0;
    margin-left: 32%;
    margin-right: 8%;
    margin-top: 90px;
    max-width: 940px;
    transform: translateX(-8vw);
}

.about-dttw h1 {
    text-align: right;
    margin-top: 36px;
    margin-bottom: 30px;
    margin-right: 15%;
}

.about-dttw p {
    margin-top: 8px;
    margin-bottom: 30px;
}

/* Contact Page */

.contact-text {
    position: absolute;
    top: 32%;
    left: 14vw;
    right: 14vw;
    width: calc(100vw - 28vw);
    max-width: calc(100vw - 28vw);
    box-sizing: border-box;
}

.contact-text h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    color: #7c7a93;
    letter-spacing: .08em;
    margin-bottom: 7vh;
    margin-left: 1vw;
}

.contact-text h2 {
    font-family: 'funnel';
    font-weight: bold;
    font-size: 16px;
    color: #7d9967;
    letter-spacing: .06em;
    line-height: 0;
    text-align: left;
    margin-left: 1vw;
}

.contact-text a {
    font-family: 'funnel';
    font-weight: normal;
    font-size: 16px;
    color: #9eadbb;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: left;
    margin-left: 1vw;
}

.contact-band {
    margin-bottom: 6vh;
}

.contact-management {
    margin-bottom: 6vh;
}

.contact-booking {
    margin-bottom: 6vh;
}

.contact-dttw {
    margin-bottom: 6vh;
}

/* Home Page */

.home-content {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
}

.home-text h1 {
    font-family: 'funnel';
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    letter-spacing: .01em;
    color: #e1b658;
    line-height: 1.02;
    text-shadow: 0.05px 0.05px 20px rgba(247, 237, 228, 0.7);
}

.home-text {
    position: absolute;
    top: 190px;
    max-width: 410px;
    margin-left: 65%;
    transform: translate(-140%, -4vw);
    z-index: 1000;
}

.home-image img {
    position: relative;
    width: 75%;
    max-width: 550px;
    margin-left: 47%;
    margin-top: 237px;
    margin-bottom: 2vw;
    transform: translate(-44%, -7vw);
    z-index: 100;
}

.home-bio-group {
    position: absolute;
    margin-top: -95px;
    left: 39%;
    margin-left: 2%;
    width: 80vw;
    max-width: 80vw;
    background: radial-gradient(rgba(225, 182, 88, 0.5) 0, rgba(225, 182, 88, 0.1) 90%, transparent 99%);
    border-radius: 56%;
    box-shadow: 0px 0px 80px rgba(225, 182, 88, 0.4);
    padding: 100px 8% 160px 10%;
    transform: translate(-40%, -9vw);
    box-sizing: border-box;
}
    
.home-bio-group h2 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    letter-spacing: .06em;
    color: #7c7a93;
    margin-bottom: 2%;
    max-width: 60%;
    margin-left: 28%;
}

.home-bio-group p {
    font-family: 'funnel';
    font-size: 18px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.2;
    text-align: left;
    max-width: 70%;
    margin-left: 28%;
    margin-right: 16%;
}

/* Tour Page */

.tour-content {
    margin-top: 280px;
    width: 86vw;
    margin-left: 7%;
    overflow: hidden;
}

.tour-title {
    margin-bottom: 10px;
}

.tour-title h1 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-bottom: 20px;
}

.bandsintown-dates {
    margin: 0 auto;
    padding: 20px 0;
}

.loading {
    font-family: 'funnel';
    font-size: 16px;
    color: #9eadbb;
    text-align: center;
    padding: 40px;
}

.no-events, .error-message {
    font-family: 'funnel';
    font-size: 16px;
    color: #708461;
    text-align: center;
    letter-spacing: .06em;
}

.error-message {
    color: #c96f3d;
}

.event-card {
    display: flex;
    align-items: center;
    background-color: rgba(125, 153, 103, 0.7);
    border: none;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 10px 6px;
    margin-right: 24px;
    background-color: rgba(247, 230, 194, 0.2);
    border-radius: 8px;
}

.event-month {
    font-family: 'plato';
    font-size: 12px;
    font-weight: bold;
    color: rgba(201, 111, 61, 0.9);
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.event-day {
    font-family: 'plato';
    font-size: 28px;
    font-weight: bold;
    color: #c96f3d;
    line-height: 1;
    letter-spacing: .05em;
}

.event-details {
    flex: 1;
    padding-right: 20px;
}

.event-venue {
    font-family: 'plato';
    font-size: 16px;
    font-weight: bold;
    color: #debe7f;
    letter-spacing: .04em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.event-location {
    font-family: 'funnel';
    font-size: 12px;
    color: #708461;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.event-time {
    display: none;
    font-family: 'funnel';
    font-size: 13px;
    color: #9eadbb;
    letter-spacing: .04em;
}

.event-actions {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.ticket-btn {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #7c7a93;
    color: #8fa87b;
}

.ticket-btn:hover {
    background-color: #e1b658;
}

.info-btn {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: rgba(124, 122, 147, 0.05);
    color: #7c7a93;
    border: 2px solid #7c7a93;
    margin-left: 10px;
}

.info-btn:hover {
    background-color: rgba(118, 139, 158, 0.1);
    color: #e1b658;
    border-color: #e1b658;
}

/* press kit page */

.press-content {
    display: flex;
    justify-content: center;
    margin-top: 180px;
    width: 100vw;
    overflow: hidden;
    transition: all 0.1s ease;
}

.press-image img {
    width: 80%;
    max-width: 700px;
    margin-left: 5%;
}

.press-text {
    position: absolute;
    margin-top: 616px;
    width: 60%;
    max-width: 600px;
    transform: translate(-20%, -24%);
    margin-left: 20%;
}

.press-text h1 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 26px;
    text-align: right;
    color: #7d9967;
    letter-spacing: .08em;
}

.press-text h2 {
    font-family: plato;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-top: -8px;
    margin-bottom: 6%;
}

.press-text p {
    font-family: funnel;
    font-size: 16px;
    color: #708461;
    letter-spacing: .06em;
    line-height: 1.4;
    text-align: left;
}

/* Press Audio Players */

.press-players-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin: 1200px auto 10px auto;
    max-width: 400px;
    padding: 0 8%;
    transform: translateY(-40vw);
}

.player-card {
    flex: 1;
    background-color: rgba(125, 153, 103, 0.7);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.new-material-title h2 {
    font-family: 'plato';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #7c7a93;
    letter-spacing: .06em;
    margin-bottom: 6px;
    text-align: center;
}

.player-title {
    font-family: 'mother';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #ddc494;
    letter-spacing: .08em;
    margin-bottom: 16px;
    text-align: center;
}

.custom-player {
    display: flex;
    align-items: center;
    gap: 12px;
}

.play-btn {
    background-color: transparent;
    border: none;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.play-icon, .pause-icon {
    font-size: 28px;
    color: #c96f3d;
    font-weight: bold;
}

.progress-container {
    flex: 1;
    height: 8px;
    background-color: rgba(247, 230, 194, 0.2);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #7c7a93;
    width: 0%;
    transition: width 0.1s linear;
    border-radius: 4px;
}

.time-display {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'funnel';
    font-size: 11px;
    color: #708461;
    letter-spacing: .04em;
    min-width: 40px;
    flex-shrink: 0;
}

.duration {
    display: none;
}

audio {
    display: none;
}

/* image downloas */

.image-download {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.image-download a {
    font-family: 'funnel';
    font-size: 14px;
    letter-spacing: 0.06em;
    text-decoration: none;
    padding: 10px 20px 11px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #7c7a93;
    color: #b2c1a6;
}

.image-download a:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(124, 122, 147, 0.3);
}

@media (max-width: 768px) {

    html, body {
        width: 100vw;
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    /* nav */ 

    .nav-header {
        margin-left: 0;
        position: relative;
    }
    
    .nav-logo {
        margin-right: 1%;
    }

    .nav-buttons {
        top: 28px;
        left: -5px;
    }

    .nav-about {
        margin-right: -20px;
        font-size: 12px;
    }

    .nav-tour {
        font-size: 12px;
    }

    .nav-contact {
        margin-left: -16px;
        font-size: 12px;
    }

    .nav-shirts {
        right: 0;
        margin-right: 0;
        top: 80px;
        width: 150px;
        max-width: 150px;
        padding: 0;
    }

    .nav-shop {
        font-size: 14px;
        display: none;
    }

    /* home page */ 

    .home-text h1 {
        font-size: 30px;
    }

    .home-text {
        margin-left: 11%;
        top: 22%;
        transform: translate(0, 0);
    }

    .home-image img {
        margin-top: 24%;
    }

    .home-bio-group {
        left: 22px;
        transform: translate(0, 0);
        max-width: 100vw;
        padding: 90px 4px 100px 16px;
    }

    .home-bio-group h2 {
        margin-left: 15%;
        font-size: 14px;
        max-width: 62%;

    }
    
    .home-bio-group p {
        margin-left: 15%;
        font-size: 16px;
    }
    
    /* contact page */

    .contact-text {
        left: 8vw;
        right: 8vw;
        width: calc(100vw - 16vw);
        max-width: 100vw;
    }
    
    /* tour page */

    .event-actions {
        flex-direction: column;
        max-width: 60px;
    }

    .ticket-btn {
        margin-bottom: 10px;
        width: 100%;
        padding: 4px 7px 4px 8px;
        font-size: 10px;
        position: relative;
        right: 0px;
        text-align: center;
    }

    .info-btn {
        width: 98%;
        padding: 3px 5px 3px 7px;
        font-size: 10px;
        position: relative;
        top: -5px;
        right: 5px;
        text-align: center;
    }

    .event-details {
        margin-left: -10px;
    }

    /* press page */

    .press-content {
        overflow-x: hidden;
        width: 100vw;
        max-width: 100vw;
        margin-top: 30px;
        margin-right: 4px;
        margin-left: 6px;
    }

    .press-text {
        width: 70%;
        margin-left: 10px;
        transform: translate(0, 0);
        margin-top: 290px;
    }

    .press-text h1 {
        font-size: 18px;
    }

    .press-text h2 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .press-text p {
        font-size: 16px;
    }

    .press-players-container {
        position: relative;
        transform: translateY(-200vw);
        margin-top: 2000px;
        margin-bottom: -700px;
    }

    .new-material-title h2 {
        margin-top: 90px;
    }

    .image-download a {
        margin-top: -40px;
    }

    /* about page */

    .about-content {
        margin-top: 10px;
    }

    .band-image img {
        margin-left: 30%;
    }

    .about-text {
        top: 190px;
    }

    .about-text p {
        line-height: 1.4;
        font-size: 16px;
    }

    .about-who {
        margin-left: 20%;
        margin-right: 6%;
    }

    .about-who h1 {
        margin-bottom: 24px;
    }

    .about-why {
        padding: 50px 50px 80px 60px;
    }

    .about-why h1 {
        text-align: right;
        margin-right: 18%;
    }

    .about-why h2 {
        text-align: right;
        margin-right: 18%;
    }   

    .about-why p {
        margin-right: 18%;
    }

    .about-dttw {
        margin-left: 20%;
        margin-right: 6%;
    }

    .about-dttw h1 {
        margin-bottom: 24px;
        margin-right: 18%;
    }

    .about-dttw p {
        line-height: 1.4;
        font-size: 16px;
    }

}