@font-face {
    font-family: 'Pressura';
    src: url('fonts/GT-Pressura-Mono-Bold-Trial.woff2') format('woff2'),
        url('fonts/GT-Pressura-Mono-Bold-Trial.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pressura-Regular';
    src: url('fonts/GT-Pressura-Mono-Regular-Trial.woff2') format('woff2'),
        url('fonts/GT-Pressura-Mono-Regular-Trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pressura-Medium';
    src: url('fonts/GT-Pressura-Mono-Medium-Trial.woff2') format('woff2'),
        url('fonts/GT-Pressura-Mono-Medium-Trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pressura-Text';
    src: url('fonts/GT-Pressura-Mono-Text-Trial.woff2') format('woff2'),
        url('fonts/GT-Pressura-Mono-Text-Trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bacalar';
    src: url('fonts/Bacalar-Regular.otf') format('otf'),
        url('fonts/Bacalar-Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}

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

html {
    height: 100%;
}

body {
    height: 100vh;
    height: 100dvh;
}

a {
    text-decoration: none;
}

.nav-1 {
    font-family: 'Pressura', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1px;
    justify-content: space-between;
    padding: 1rem 0.6rem 1rem 0.6rem; 
    border-bottom: #1D1D1B 0.5px solid;
}

.nav-1 ul {
    display: flex;
    justify-content: space-between;
}

.nav-1 ul li {
    list-style: none;
}

.nav-1 ul li a {
    text-decoration: none;
    color: #1D1D1B;
    padding: 0.1rem 0.4rem 0.2rem 0.4rem;
    border: transparent 0.5px solid;
}

.nav-1 ul li a:hover {
    border: #1D1D1B solid 0.5px;
    padding: 0.1rem 0.4rem 0.2rem 0.4rem;
}

.checkbtn {
    display: none;
}

p {
    font-family: 'Pressura-Text', sans-serif;
}

.header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: #1D1D1B 0.5px solid;
    align-items: center;
    padding: 0rem 0rem 0rem 1rem;
}

.main-title {
    color: #1D1D1B;
    text-decoration: none;
}

.main-title-style {
    font-family: 'Pressura', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 2px;
} 

.info-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dates {
    font-family: 'Pressura-Text' ,sans-serif;
    font-size: 0.75rem;
    padding: 0rem 1rem;
}

#direccio {
    text-transform: uppercase;
    padding: 0rem 1rem;
}

#countdown {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    gap: 2rem;
    text-transform: uppercase;
    padding: 0rem 1rem;
}

.countdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.time {
    font-family: 'Pressura-Text', sans-serif;
    color: #1D1D1B;
    display: flex;
    font-size: 1rem;
    width: 100%;
}

.image-containter {
    height: calc(100vh - 1rem);
    height: calc(100dvh - 1rem);
    background-image: url("img/cover\ png.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#btn {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    color: #FFFFFF;
    background-color: #1D1D1B;
    border: none;
    position: relative; 
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease;
    z-index: 1; 
}

#btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #E94E1B; 
    z-index: -1;
    transition: height 0.2s ease;
}

#btn:hover::before {
    height: 100%; 
}

#btn:hover {
    color: #FFFFFF;
}

.preu {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.15rem;
    border-top: #1D1D1B 0.5px solid;
    color: #1D1D1B;
    padding: 0.5rem 1rem;
}

.words1 {
    animation: slide 5s linear infinite;
}

@keyframes slide {
    0% {margin-top: -300px;}
    5% {margin-top: -200px;}
    33% {margin-top: -200px;}
    38% {margin-top: -100px;}
    66% {margin-top: -100px;}
    71% {margin-top: 0px;}
    100% {margin-top: 0px;}
}

/* tiquets */

.activelink a {
    background-color: #E94E1B;
}   

.tickets-container {
    display: flex;
    justify-content: left;
    gap: 2rem;
    background-color: #F0F0F0;
    padding-bottom: 1rem;
}

.tickets-card {
    border: #1D1D1B 0.5px solid;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    margin-top: 1rem;
}

.concepte {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.80rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.content-tickets {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F0;
    padding: 3rem 10rem;
}

.card-title {
    font-family: 'Pressura-Text', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    margin: 1.5rem 0rem;
    color: #1D1D1B;
    padding: 0rem 2rem;
    letter-spacing: 4px;
    line-height: 2rem;;
}

.puntitos {
    background: radial-gradient(circle, #1D1D1B 15%, transparent 1%) center/5px 5px;
    background-size: 8px 25px;
    background-position: center;
    height: 10px;
}

.text-card {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.35rem;
}

.text-card-container {
    padding: 1rem 2rem;
}

.text-card-container p {
    margin-bottom: 0.75rem;
    margin-top: 0.45rem;
}

.bottom-card {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    align-items: center;
}

.btn-2 {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
    border: none;
    color: #FFFFFF; 
    letter-spacing: 0.1rem;
    width: 100%;
    text-align: left;
    border-top: #1D1D1B solid 0.5px;
    border-right: #1D1D1B solid 0.5px;
    background-color: #1D1D1B;
    position: relative; 
    cursor: pointer;
    overflow: hidden;
    transition: color 0.2s ease;
    z-index: 1; 
}

.btn-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #E94E1B; 
    z-index: -1;
    transition: height 0.2s ease;
}

.btn-2:hover::before {
    height: 100%; 
}

.btn-2:hover {
    color: #FFFFFF; 
}

.button-link {
    width: 100%;
}

.preu {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.15rem;
    border-top: #1D1D1B 0.5px solid;
    color: #1D1D1B;
    padding: 0.85rem 2.5rem;
}

.iban {
    margin: 2rem;
    text-align: center;
}

/* horaris */

.activelink2 a {
    background-color: #E94E1B;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem; 
}

.activelink2 a:hover {
    background-color:#E94E1B;
    color: #1D1D1B;
    border-radius: 0rem;
}

.horaris-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background-color: #F0F0F0;
}

.dia-container {
    width: 600px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.title-horaris {
    font-family: 'Pressura', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #E94E1B;
}

ul.leaders {
    max-width: 40rem;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
". . . . . . . . . . . . . . . . . . . . "
}

ul.leaders span:first-child {
    padding-right: 0.33em;
    background-color: #F0F0F0;
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background-color: #F0F0F0;
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.horaris-line {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

p.parlament {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    line-height: 1.25rem;
}

/*Cartell*/

.main-title :hover {
    color: #E94E1B;
}

.activelink3 a {
    background-color: #C9D9F0;
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem; 
    color: #1D1D1B;
}

.activelink3 a:hover {
    background-color:#DEE8F6;
    color: #1D1D1B;
    border-radius: 0rem;
}

.artistes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F0F0F0;
    padding: 3rem;
    gap: 0.75rem;
}

.djs-container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
}

.djs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dj {
    width: 320px;
}

.dj img {
    height: 320px;
    width: 100%;
    border: #1D1D1B 0.5px solid;
    margin-bottom: 0.25rem;
}

.dj-name {
    font-family: 'Pressura-Medium', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.35rem 0.5rem;
    margin-bottom: 0.5rem;
    border: #1D1D1B 0.5px solid;
    color: #1D1D1B;
}

.bottom-cardj {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.day-name {
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    border: #1D1D1B 0.5px solid;
    padding: 0.15rem 0.25rem 0.25rem 0.25rem;
}

/*Info*/

.title-info {
    width: 600px;
}

.sub-list-info {
    margin-left: 1rem;
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.title-subinfo {
    font-family: 'Pressura-Medium', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.dia-container-info {
    width: 600px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

a.link {
    text-decoration: underline;
    color: #1D1D1B;
}

ul.leaders2 {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: 'Pressura-Text', sans-serif;
    font-size: 0.85rem;
    line-height: 1.2rem;
    text-transform: uppercase;

}

.horaris-container2 {
        padding: 2.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        background-color: #F0F0F0;
}

/*media-queries*/

@media (max-width: 768px) {

    .header {
        flex-direction: column;
        padding: 0rem;
    }

    .main-title-style {
        font-size: 1.5rem;
    }

    p.time ,p.dates {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .countdown-item {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .time {
        font-size: 1rem;
    }
    
    #countdown p {
        font-size: 0.75rem;
    }

    #btn {
        margin-bottom: 1rem;
    }

    .checkbtn {
        display: block;
        cursor: pointer;
        font-size: 1rem;
        color: #1D1D1B;
        text-align: center;
        padding-top: 0.5rem;
        padding-bottom: 0.65rem;
    }

    .image-containter {
    height: calc(100vh - 6.3rem);
    height: calc(100dvh - 6.3rem);
    background-image: url("img/cover-mobile.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

    .nav-1 {
        height: 0;
        padding: 0px;  
        position: absolute;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: #FFFFFF;
        transition: 0.5s;  
        overflow: hidden;  
        border-bottom: #1D1D1B 0.1px solid;
    }

    .nav-1 ul {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin: 20px auto 20px auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
        gap: 0.25rem;
    }  

    .nav-1 ul li {
        margin-bottom: 1rem;
    }
    
    .nav-1.active {
        height: auto;
    }

    .nav-1.active ul {
        opacity: 1;
    }

    #countdown {
        margin: 0.75rem 0rem 1.75rem 0rem;
    }

    /*Tiquets*/

    .tickets-container {
        flex-direction: column;
        width: 100%;
    }

    .content-tickets {
        padding: 2.5rem;
    }

    .tickets-card {
        width: 100%;
        height: auto;
    }

    .text-card-container {
        margin-bottom: 2rem;
        width: 100%;
    }

    .concepte {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    /*Horaris*/

    .dia-container {
        width: 100%;
    }

    .horaris-container {
        padding: 2.5rem;
    }

    /*Cartell*/

    .artistes {
        padding: 2.5rem 0rem;
        align-items: center;
        gap: 1rem;
    }

    .djs-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .djs-container img {
        width: 100%;
    }

    .djs {
        width: 100%;
    }

    /*Info*/

    .dia-container-info {
        width: 100%;
    }

    .title-info {
        width: 100%;
    }

    }