@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* SEKCIJE */
section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* NAVIGACIJA */
nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.756);
    height: 70px;
}

.navigacija {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 40px;
    position: absolute;
    margin-left: -150px;
}

.meni {
    width: 100%;
    text-align: center;
}

.meni a {
    color: #F9A153;
    text-decoration: none;
    padding: 0 15px;
    line-height: 70px;
    font-size: 15pt;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.meni a:hover {
    color: #1748e9;
}

.meni a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 20px;
    left: 15px;
    background-color: #1748e9;
    transition: width 0.3s ease;
}

.meni a:hover::after {
    width: calc(100% - 30px);
}

#prekidac,
label {
    display: none;
}


/* POCETNA */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: fixed;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


h1 {
    color: #fdfbfb;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 110px;
    margin-bottom: 0px;
}

h2 {
    color: #030303;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 10px;
    color: #F9A153;
}


.pozadina {
    background-image: url('Pozadine/pozadina.png');
    background-size: cover;
    background-position: center;
    min-height: 500vh;
}



/* PROGRAM */
article {
    margin-right: 35%;
    margin-top: 6%;
}

/*vanjska pozornica*/
.kvadrat1 {
    position: absolute;
    z-index: 3;
    width: 200px;
    height: 160px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    float: left;
    margin-top: -30px;
}

.krug1 {
    width: 700px;
    height: 500px;
    background-color: #ffffff81;
    border-radius: 50%;
    z-index: 1;
    float: right;
    position: absolute;

    box-shadow: 2px 2px 10px #456cec;
}

.vrijeme1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 45px;
    margin-right: 5px;
    margin-top: 80px;
    margin-bottom: -15px;
}

.grupe1 {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 10px;
    text-align: left;
    margin-left: 240px;
}

/*unutarnji podij*/
.kvadrat2 {
    position: absolute;
    z-index: 4;
    width: 200px;
    height: 160px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    float: right;
    margin-left: 65%;
    margin-top: -30px;
}

.krug2 {
    width: 700px;
    height: 500px;
    background-color: #ffffff81;
    border-radius: 50%;
    z-index: 2;
    float: left;
    margin-left: 70%;
    box-shadow: 2px 2px 10px #456cec;


}

.vrijeme2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 45px;
    margin-left: 20px;
    margin-top: 80px;
    margin-bottom: -15px;
}

.grupe2 {
    font-family: "Open Sans", sans-serif;
    font-size: px;
    line-height: 10px;
    text-align: right;
    margin-right: 230px;
}

h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}

h3 {
    margin-top: -26px;
    text-align: center;
}

p {
    text-align: center;
    font-size: 30px;
}


/*IZVOĐAČI*/
.izvodjaciH1 {
    background-color: #456cec;
    color: white;
    width: 250px;
    height: 80px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: 130%;
}

/*mreza*/
.mreza {
    display: grid;
    grid-template-columns: repeat(3, 0.2fr);
    grid-template-rows: 0.6fr 0.2fr;
    gap: 50px;
    width: 65%;
    margin: auto;
    padding-top: 100px;
}

.AlphaBeats {
    background-color: #305ae4;
    border-radius: 25px;

    grid-row: 2/3;
    grid-column: 1/2;
}

.BetaBlast {
    background-color: #305ae4;
    border-radius: 25px;

    grid-row: 2/3;
    grid-column: 2/3;

}

.DeltaAvenue {
    background-color: #305ae4;
    border-radius: 25px;

    grid-row: 2/3;
    grid-column: 3/4;
}


.GammaGroove {
    background-color: #305ae4;
    border-radius: 25px;
    float: left;

    grid-row: 3/4;
    grid-column: 1/2;
}

.LambdaLoop {
    background-color: #305ae4;
    border-radius: 25px;

    grid-row: 3/4;
    grid-column: 2/3;
}

.ZetaZing {
    background-color: #305ae4;
    border-radius: 25px;
    float: right;

    grid-row: 3/4;
    grid-column: 3/4;
}


.slike {
    width: 100%;
    height: 50%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.imenaIzvođaca {
    font-size: 40px;
    margin-top: 60px;
}

.opisIzvodjaca {
    font-size: 25px;
    margin-top: -15px;
    text-align: left;
    line-height: 30px;
    color: #313131;
}

.h2opis {
    font-size: 50px;
    text-align: left;
    color: #1748e9;
}



/* flip card */
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 400px;
    perspective: 1000px;
    border-radius: 25px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 25px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
}

.flip-card-front {
    background-color: #305ae4;
    color: white;
}

.flip-card-back {
    background-color: #ffffff;
    color: black;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}




/*ULAZNICE*/
.ulaznice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Pulaznice {
    background-color: white;
    width: 1000px;
    height: 100px;
    font-size: 25px;
    text-align: center;
    color: #5e5d5c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 10px;
}

.kupnja {
    background-color: #305ae4;
    color: #ffffff;
    width: 450px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    margin-bottom: 150px;
}

.border {
    border-bottom: #0c0b0b 2px solid;
    font-size: 35px;
    width: 80%;
    padding-bottom: 20px;
}

.kupiodmah {
    background-color: #456cec;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px;

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.kupiodmah:hover {
    background-color: #305ae4;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*GALERIJA*/
.galerija {
    height: 100vh;
}

.galerijaNaslov {
    background-color: #456cec;
    color: white;
    width: 230px;
    height: 60px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
}


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 80px;
}


.slideSlika {
    width: 800px;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* strelice */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

/* tockice */
.dots-container {
    text-align: center;
    padding: 20px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active,
.dot:hover {
    background-color: #305ae4;
    transform: scale(1.2);
}





/*LOKACIJA*/
.lokacija {
    background-color: #F9A153;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.OpisLokacije {
    width: 80%;
    color: #313131;
    margin-top: 70px;
    margin-bottom: 20px;
}

.plokacija {
    font-size: 20px;
}

.mapa {
    width: 70%;
}

/*PITANJA*/

.pitanja {
    background-color: #000000c6;
    min-height: 80vh;
}

.cestapitanja {
    width: 50%;
}

.pitanje {
    color: #5b5b5b;
    font-size: 20px;
    margin-bottom: -20px;

}

.odgovor {
    color: #5b5b5b;
    font-size: 18px;
    margin-bottom: 30px;
}


/* FOOTER*/

footer {
    margin-top: -20px;
    background-color: #000000;
    color: white;
    height: 300px;
}

.copy {
    font-size: 18px;
    padding-top: 20px;
}

.ikone {
    width: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.ikonediv {
    margin-left: 43%;
}

.ikone:hover {
    width: 33px;
    background-color: #1748e9;
}

/* ODBROJAVANJE */
.countdown-bar {
    color: #F9A153;
    padding: 40px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.countdown-item span:first-child {
    font-size: 24px;
    font-weight: bold;
}

.countdown-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



@media only screen and (max-width: 900px) {

    /* NAVIGACIJA */
    .navigacija {
        max-width: 90%;
    }

    .logo {
        margin-left: 0;
        left: 20px;
    }

    .meni a {
        padding: 0 10px;
        font-size: 13pt;
    }

    /*PROGRAM*/

    article {
        margin-right: 35%;
        margin-top: 6%;
    }

    /*vanjska pozornica*/
    .kvadrat1 {
        width: 220px;
        height: 130px;
    }

    .krug1 {
        width: 450px;
        height: 450px;
        background-color: #ffffff81;
        border-radius: 50%;
        z-index: 1;
        float: right;
        position: absolute;

        box-shadow: 2px 2px 10px #456cec;
    }

    .vrijeme1 {
        font-size: 40px;
        margin-right: 50px;
        margin-top: 110px;
    }

    .grupe1 {
        font-size: 30px;
        margin-left: 105px;
    }

    /*unutarnji podij*/
    .kvadrat2 {
        width: 220px;
        height: 130px;
    }

    .krug2 {
        width: 450px;
        height: 450px;
    }

    .vrijeme2 {
        font-size: 40px;
        margin-left: 50px;
        margin-top: 110px;
    }

    .grupe2 {
        font-size: 30px;
        margin-right: 105px;
    }

    h2 {
        font-size: 35px;
        margin-top: 20px;
    }

    .doljnjevrijeme {
        margin-top: -55px;
    }


    /*IZVOĐAČI*/
    .izvodaci {
        margin-top: 2%;
        height: 200vh;

    }

    .izvodjaciH1 {
        width: 200px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 0%;
        margin-left: 65%;
        margin-top: -1370px;
    }

    /*mreza*/
    .mreza {
        grid-template-columns: repeat(2, 0.2fr);
        grid-template-rows: repeat(3, 0.2fr);
        gap: 20px;
        margin: auto;
        margin-top: 100px;

    }

    .AlphaBeats {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .BetaBlast {
        grid-row: 1/2;
        grid-column: 2/3;

    }

    .DeltaAvenue {
        grid-row: 2/3;
        grid-column: 1/2;
    }


    .GammaGroove {
        grid-row: 2/3;
        grid-column: 2/3;
    }

    .LambdaLoop {
        grid-row: 3/4;
        grid-column: 1/2;
    }

    .ZetaZing {
        grid-row: 3/4;
        grid-column: 2/3;
    }

    /*ULAZNICE*/

    .Pulaznice {
        width: 800px;
        height: 85px;
        font-size: 23px;
    }


    /*GALERIJA*/

    .galerijaNaslov {
        width: 200px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 20px;
    }



    /*LOKACIJA*/

    .OpisLokacije {
        width: 75%;
    }

    .plokacija {
        font-size: 19px;
    }

    .mapa {
        width: 60%;
        margin-bottom: 20px;
    }

    /*PITANJA*/
    .pitanja {
        min-height: 90vh;
    }

    .cestapitanja {
        width: 70%;
    }

    .pitanje {
        font-size: 19px;
        margin-bottom: -10px;
    }

    .odgovor {
        font-size: 16px;
    }


    /* FOOTER*/

    footer {
        margin-top: -20px;
        height: 300px;
    }

    .copy {
        font-size: 18px;
        padding-top: 0px;
    }

    .ikone {
        width: 30px;
        margin-left: 20px;
        margin-bottom: 20px;
        align-items: center;
    }

    .ikonediv {
        margin-left: 37%;
    }

    .ikone:hover {
        width: 33px;
        background-color: #1748e9;
    }

    /* ODBROJAVANJE */
    .countdown-bar {
        color: #F9A153;
        padding: 40px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .countdown-container {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .countdown-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 80px;
    }

    .countdown-item span:first-child {
        font-size: 24px;
        font-weight: bold;
    }

    .countdown-label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

}

@media only screen and (max-width: 600px) {

    /* NAVIGACIJA */
    .navigacija {
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .logo {
        position: static;
    }

    label {
        display: block;
        color: #F9A153;
        font-size: 30px;
        z-index: 1001;
    }

    .meni {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        transition: all 0.5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .meni a {
        display: block;
        padding: 20px 0;
        font-size: 20px;
        line-height: normal;
    }

    #prekidac:checked~.meni {
        left: 0;
    }


    /*POCETNA*/

    .naslov {
        font-size: 70px;
    }

    .opisnaslova {
        font-size: 30px;
    }


    /* PROGRAM */

    article {
        margin-right: 0;
        margin-top: 15%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        min-height: 110vh;
    }

    /* Vanjska pozornica */
    .kvadrat1 {
        width: 180px;
        height: 120px;
        margin-right: 200px;
        margin-top: 10px;
    }

    .krug1 {
        width: 420px;
        height: 320px;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Unutarnji podij */
    .kvadrat2 {
        width: 180px;
        height: 140px;
        margin-left: 200px;
        top: 420px;
    }

    .krug2 {
        width: 420px;
        height: 320px;
        position: absolute;
        top: 450px;
        left: 50%;
        transform: translateX(-50%);
    }

    .vrijeme1,
    .vrijeme2 {
        font-size: 35px;
        text-align: center;
        margin-top: 19%;
    }

    .grupe1 {
        font-size: 25px;
        text-align: left;
    }

    .grupe2 {
        font-size: 25px;
        text-align: right;

    }

    .doljnjevrijeme {
        margin-top: -15%;
    }


    /*IZVOĐAČI*/
    .izvodaci {
        min-height: 300vh;
    }

    .izvodjaciH1 {
        margin: auto;
        margin-top: -80px;
        width: 200px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mreza {
        grid-template-columns: 1fr;
        grid-template-rows: auto;

    }

    .flip-card {
        height: 300px;
        margin-bottom: 15px;
    }

    .AlphaBeats,
    .BetaBlast,
    .DeltaAvenue,
    .GammaGroove,
    .LambdaLoop,
    .ZetaZing {
        grid-row: auto;
        grid-column: auto;
    }

    .slike {
        height: 60%;
    }

    .imenaIzvođaca {
        margin-top: 20px;
        font-size: 30px;
    }




    /*ULAZNICE*/
    .Pulaznice {
        width: 80%;
        height: 150px;
        font-size: 23px;
        margin-left: 35px;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .kupnja {
        width: 400px;
        height: 350px;
        margin-bottom: 0px;
        margin-top: -30px;
    }

    /*GALERIJA*/
    .galerija {
        height: 100vh;
    }

    .galerijaNaslov {
        width: 200px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 700px;
        margin-top: 130px;
    }

    .slideSlika {
        width: 450px;
        height: 300px;
    }

    /*LOKACIJA*/

    .OpisLokacije {
        width: 80%;
    }

    .mapa {
        width: 75%;
        height: 250px;
        margin-bottom: 20px;
    }

    /*PITANJA*/
    .pitanja {
        min-height: 100vh;
    }


    /* FOOTER*/

    .copy {
        font-size: 18px;
        padding-top: -20px;
    }

    .ikone {
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .ikonediv {
        margin-left: 28%;
    }



}