@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

ul{
    list-style-type: none;
}

body{
    background-color: #ffffff;
    background: url('../images/pozadinaSiva.webp');
}

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

}

#prviTekst p{
    width: 400px;
    margin: 50px auto 20px auto;
    font-size: 30px;
    background: linear-gradient(134deg, #ffffff, #ec9da5 45%);
    background-size: 300% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#prviTekst h1{
    font-family: "Great Vibes", cursive;
    font-size: 190px;
    color: #585858;
    transform: rotate(356deg);
    width: 95%;
    margin: auto;
    font-weight: 400;
}

#prvaSlika{
    width: 100%;
    margin: auto;
    margin-top: -90px;
}

#prvaSlika img{
    width: 100%;
}

.prviNaslov{
    text-align: center;
    font-size: 70px;
    font-family: "Poppins", sans-serif;
    color: #e978da;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 1.2;
    margin-top: 50px;
}

#centralni{
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    width: 40%;
    display: grid;
    margin:100px auto;
    border-radius: 40px;
    background: linear-gradient(137deg, #e978da, #c872f2);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
}

.ikonica{
    width: 100px;
    margin: 40px auto;
}

.manjiTekst{
    font-size: 30px;
    letter-spacing: 3px;
}
.naslov{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 40px;
}

.tackice{
    width: 60px;
    margin: 30px auto;
}

.naslov span{
    text-transform: uppercase;
}

#mapa{
    width: 90%;
    margin: 30px auto;
}

#poslednjiTekst{
    font-size: 18px;
    padding: 35px;
}

#drugiDeo{
    position: relative;
}

#baloniLevo, #baloniDesno{
    position: absolute;
    top: 150px;
    width: 250px;
}

#baloniLevo{
    left: 0px;
}

#baloniDesno{
    right: 0px;
}

#tajmer{
    width: 100%;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 100px;
}

#tajmer h1{
    font-family: "Great Vibes", cursive;
    font-size: 100px;
    color: #585858;
    transform: rotate(356deg);
    width: 95%;
    margin:50px auto;
    font-weight: 400;
}

.tajmerDiv{
    width: 70%;
    margin:0px auto;
    border-radius: 40px;
    background: linear-gradient(137deg, #e978da, #c872f2);
    display: flex;
    justify-content: space-around;
    padding: 10px 22px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;

}

.box{
    width: 100%;
}

/* .box{
    padding: 10px 100px;
} */

.box:nth-child(2) {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.box:nth-child(3) {
    border-right: 3px solid #fff;
}

.transparenti{
    background: transparent !important;
    font-size: 18px;
    margin-bottom: 25px;
}

.transparenti .box{
    border: none;
}

add-to-calendar-button#css-part-example::part(atcb-button) {
    background: linear-gradient(137deg, #e978da, #c872f2);
    color: #fff;
}

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

#dugmeGalerija a{
    font-size: 15px;
    padding: .9em;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(137deg, #e978da, #c872f2);
    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;
    border:1px solid #d2d2d2;
    margin: auto;
}

#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: 4.5px;
}

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

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


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

#forma{
    width: 100%;
    background: linear-gradient(303deg, #e978da, #c872f2);
}
#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: 15px;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
}

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

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

.buttonDisable{
    cursor: not-allowed;
}

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: #c872f2;
    color: #fff;
    transition: 0.3s;
}

.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;
}

footer{
    width: 100%;
    background: 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;
}

.boxtekst{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#info {
    text-align: center;
    padding: 35px 0px 35px 0px;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    background: (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);
    width: 90%;
    max-width: 300px;
    margin: 100px auto 0px auto;
}

#info p{
    color: #e978da;
    text-transform: uppercase;
}

.player {
    width: 90%;
    max-width: 300px;
    height: 462px;
    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: 100px auto 30px auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;

}
.bx{
    color: #ddd;
}
.header {
    text-align: center;
    margin: 0px auto;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 20px;
    font-weight: bold;
    color: #e978da;
}

#title{
    color: #e978da;
}

#start{
    color: #e978da;
}

#end{
    color: #e978da;
}

.header span {
    color: #e978da;
    font-weight: 300;
}

.img {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 50%;
    background: linear-gradient(137deg, #e978da, #c872f2);
    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: #c2c2c2;
    font-size: 15px;
    margin-top: 5px;
}

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

#sendMessage{
    border: none;
}

.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(137deg, #e978da, #c872f2);
    color: #fff;
}

.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(137deg, #e978da, #c872f2);
    transition: 0.2s ease-in-out;
}
#podvucen{
    color: #fff;
}

#podvucen p:hover{
    color: #000000;
    transition: 0.3s;
}

.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;
}

@media (max-width: 1100px) {

    .omotac{
        width: 70%;
    }

    #centralni, #info{
        width: 50%;
    }
}

@media (max-width: 900px) {
    #prviTekst h1{
        font-size: 170px;
    }
}


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

    #prviTekst h1{
        font-size: 150px;
    }

    .prviNaslov{
        font-size: 60px;
    }

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

    .tajmerDiv{
        width: 80%;
    }

    #prviTekst p{
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    #prviTekst h1{
        font-size: 130px;
    }

    .naslov{
        font-size: 35px;
    }

    .ikonica{
        width: 90px;
    }

    #prvaSlika{
        margin-top: -30px;
    }
}

@media (max-width: 600px) {
    #centralni{
        width: 60%;
        margin: 50px auto;
    }
    #info{
        width: 60%;
    }
    .prviNaslov {
        font-size: 45px;
    }

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

    .tajmerDiv{
        width: 85%;
    }

    #prviTekst h1{
        font-size: 110px;
    }

    #prviTekst p{
        font-size: 25px;
        width: 300px;
    }

    .box{
        font-size: 30px;
    }

    .boxtekst{
        font-size: 15px;
    }

    #podvucen{
        font-size: 14px;
    }

    #poslednjiTekst{
        font-size: 17px;
    }

    footer a img{
        width: 200px;
    }
}

@media (max-width: 500px) {
    #prviTekst h1 {
        font-size: 90px;
    }

    .prviNaslov {
        font-size: 40px;
    }

    .ikonica {
        width: 75px;
        margin: 45px auto;
    }

    .naslov {
        font-size: 30px;
    }

    .manjiTekst{
        font-size: 28px;
    }

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

    .tajmerDiv {
        width: 90%;
    }

    #prviTekst p{
        font-size: 23px;
    }

    #centralni{
        width: 69%;
        position: relative;
        z-index: 99;
        opacity: 0.85;
    }

    #info{
        width: 69%;
    }

    #baloniLevo, #baloniDesno {
        top: 100px;
    }

    #baloniLevo {
        left: 0px;
        top: unset !important;
        bottom: 10px;
    }
}


@media (max-width: 400px) {
    #centralni, #info{
        width: 72%;
    }



    .ikonica {
        width: 70px;
    }

    .naslov {
        font-size: 28px;
    }

    .manjiTekst{
        font-size: 24px;
    }
}
