@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Carattere&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poiret+One&display=swap');

*{
    margin: 0px;
    padding: 0px;
    color: #fff;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    background-color: #000;
}

ul{
    list-style-type: none;
}

#prviDeo{
    width: 100%;
    position: relative;
    text-align: center;
}

#prviDeo img{
    width: 100%;
}

#prviDeo p{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6%;
    font-size: 90px;
    font-family: "Big Shoulders Display", sans-serif;
    letter-spacing: 1px;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.76);
}

#prviDeo h1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    font-size: 140px;
    font-family: "Big Shoulders Display", sans-serif;
    text-transform: uppercase;
    background: linear-gradient( #ffffff, rgb(151, 128, 83));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    color: #fff;
}

#prviDeo h2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    font-size: 90px;
    font-family: "Carattere", cursive;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 2px 2px 3px rgb(151, 128, 83);
}

#drugiDeo{
    width: 100%;
    background: url('../images/pozadinaIkonice.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.elementVreme p{
    font-family: "Poiret One", sans-serif;
}

.elementVreme{
    padding: 100px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
}

.elementVreme img{
    width: 120px;
    margin-bottom: 10px;
}

.elementVreme a{
    color: #c8a4a1;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}

.elementVreme a p:hover{
    color: #e1bb71;
    transition: 0.3s;
}

#vremeDatum{
    position: relative;
    width: 100%;
}

#mapa{
    margin: 30px auto;
}
#mapa img{
    width: 500px;
}

.lokacija{
    font-size: 20px;
    text-decoration: underline;
    margin: 30px 0px;
}

#sampanjac{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
}

#levoBaloni{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 300px;
}

#desnoBaloni{
    width: 400px;
    top: 100px;
    position: absolute;
    right: 0px;
}

#tajmer{
    padding: 100px 0px;
    text-align: center;
}
#tajmer h1{
    font-family: "Carattere", cursive;
    font-weight: 300;
    font-size: 70px;
    color: #fff;
    text-align: center;
}

#tajmerBox{
    position: relative;
    z-index: 99;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
}

.box{
    background: linear-gradient(45deg, #e1bb71, #341f14);
    padding: 25px 0px 30px 00px;
    font-size: 50px;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin: 10px;
    width: 250px;
}

#tajmerBox p{
    font-size: 18px;
    color: #db9f56;
    font-family: "Poppins", sans-serif;
    margin-top: 13px;
}

add-to-calendar-button#css-part-example::part(atcb-button) {
    background: linear-gradient(45deg, #e1bb71, #341f14);
    color: #fff;
    border: none;
}

#dugmeGalerija{
    margin: 100px auto 200px auto;
    position: relative;
    z-index: 99;
    text-align: center;
}

#dugmeGalerija a{
    font-size: 15px;
    padding: .8em;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(45deg, #e1bb71, #341f14);
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0 0 0 / 10%) 0 4px 10px -2px, rgba(0 0 0 / 15%) 0 2px 2px -1px;
    margin: auto;
    background-color: #db9f56;
}

#dugmeGalerija a:hover{
    box-shadow: rgba(0 0 0 / 25%) 0 5px 12px -2px, rgba(0 0 0 / 25%) 0 3px 5px -2px;
}

#dugmeGalerija i{
    margin-right: 5px;
    color: #ffffff;
}

#dostupno ,#nedostupno{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #008000;
    margin: 6px 0px 4.5px 4.5px;
}

#nedostupno{
    background-color: #be0a0a !important;
}

#dugmeGalerija p {
    margin-top: 20px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}



#forma{
    width: 100%;
    background: url('../images/forma.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tekstPisan{
    text-align: center;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

#potvrda{
    padding: 100px 0px;
}

#potvrdaTekst{
    margin: 0px auto 20px auto;
    text-align: center;
    width:250px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

#potvrdaTimer{
    text-align: center;
    font-size: 13px;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    color: #e1bb71;
}

input[type="radio"]{
    width: auto;
}

.greska{
    font-size: 13px;
    color: #ff0000;
}

.buttonDisable{
    cursor: not-allowed !important;
}

form{
    width: 100%;
    margin: auto;
    font-family: "Poppins", sans-serif;
    margin-top: 50px;
}

ul{
    list-style-type: none;
}

form input,textarea,select{
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    background-color: #ffffff;
    border:none;
    color: #000;
    border-radius: 20px;
}

form ul li{
    width: 100%;
    margin-bottom: 30px;
}

.radioDugme{
    width: auto;
}

form span{
    font-size: 16px;
    font-weight: 400;
}

.maliSpan{
    margin-top: 2px;
    font-size: 12px;
}

option{
    color: #000;
}

.dugme{
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    color:#000;
    cursor: pointer;
}

.dugme:hover{
    background-color: #db9f56;
    color: #fff;
    transition: 0.3s;
}

.omotac{
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 99;
}

footer{
    width: 100%;
    background-color: transparent;
    padding: 60px 0px;
    display: flex;
    justify-content: center;
}

footer a img{
    width: 250px;
}

.footerLink{
    font-size: 13px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

footer ul li{
    text-align: center;
}


.player {
    width: 90%;
    max-width: 300px;
    height: 460px;
    overflow: hidden;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 80px auto 50px auto;
    font-family: "Poppins", sans-serif;
}
.bx{
    color: #ddd;
}
.header {
    text-align: center;
    margin: 0px auto;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#title{
    color: #fff;
}

#start, #end{
    color:#fff;
}

.header span {
    color: #fff;
}

.img {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 50%;
    background: linear-gradient(45deg, #e1bb71, #341f14);
    overflow: hidden;
    margin-top: 15px;
}

.img img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 20px auto;
    border-radius: 50%;
    object-fit: cover;
    z-index: 9999;
}

.img img.play {
    animation: 15s rotate linear infinite;
}

@keyframes rotate {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

.details {
    text-align: center;
}

.details p {
    color: #9d9d9d;
    font-size: 15px;
    margin-top: 5px;
}

.action {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.action button {
    background: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.028);
    border-radius: 50%;
    padding: 10px;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    margin: 10px;
    border: 2px solid #f8f8f8;
    cursor: pointer;
    color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action button.play {
    background: linear-gradient(45deg, #e1bb71, #341f14);
    color: #fff;
    background-color: #db9f56;
}

.time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 10px auto;
    width: 90%;
    color: #777;
}

#progress {
    margin: 0px auto;
    display: block;
    width: 90%;
    -webkit-appearance: none;
    height: 6px;
    background: #f7f7f7;
}

#progress::-webkit-slider-thumb {
    background: #db9f56;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(45deg, #e1bb71, #341f14);
    transition: 0.2s ease-in-out;
}

.message {
    padding: 10px;
    margin: 50px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
.message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#info{
    text-align: center;
    padding: 50px 0px;
    font-family: "Poppins", sans-serif;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 90%;
    max-width: 300px;
    margin: auto;
}

#info p{
    text-transform: uppercase;
    font-size: 15px;
}



#info p:last-child{
    color: #ff0202;
}

@media (max-width: 1100px) {

    .omotac{
        width: 70%;
    }
}


@media (max-width: 800px) {
    .omotac {
        width: 80%;
    }

    #prviDeo p, #prviDeo h2{
        width: 100%;
    }

    #prviDeo h1{
        font-size: 19vw;
        bottom: 13%;
    }

    #prviDeo h2{
        font-size: 14vw;
        bottom: 5%;
    }

    #prviDeo p{
        font-size: 10vw;
        text-shadow:1px 2px 1px rgba(0, 0, 0, 0.76);
    }

    .box{
        width: 200px;
        padding: 28px;
    }
}


@media (max-width: 600px) {
    .omotac {
        width: 90%;
    }


    #mapa img {
        width: 90%;
    }

    .elementVreme img{
        width: 90px;
    }

    .elementVreme{
        font-size: 35px;
    }

    #sampanjac{
        width: 200px;
    }

    #levoBaloni,#desnoBaloni{
        width: 250px;
    }

    #tajmer h1{
        font-size: 60px;
    }

    .elementVreme p {
        width: 298px;
        margin: 0px auto 20px auto;
    }

    footer a img {
        width: 200px;
    }

    #dugmeGalerija {
        margin: 50px auto 150px auto;
    }
}
