@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yesteryear&display=swap');

*{
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}

ul{
    list-style-type: none;
}

body{
    /* background: url('../../images/rodjendani/prva/headerPozadina.webp'); */
}

#prvi{
    width: 100%;
    position: relative;
    text-align: center;
    overflow-x: hidden;
}

#header{
    top: 0;
    left: 0;
    width: 105%;
    z-index: 99;
    position: relative;
    left: -2.5%;
}

#frame{
    width: 45%;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#ime{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
    font-size: 120px;
    font-family: "Anton", sans-serif;
    background: linear-gradient( #e07baa, #a32d63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#prvi h2, #prvi p{
    position: absolute;
}

#prvi h2{
    bottom: 13%;
    left: 50%;
    transform: translate(-50%);
    font-size: 150px;
    font-family: "Anton", sans-serif;
    background: linear-gradient( #e07baa, #a32d63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#prvi p{
    font-family: "Yesteryear", cursive;
    color: #222222;
    font-size: 40px;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%);
}

#konfete {
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0;
    margin-top: 0px !important;
}

#prviTekst p{
    color: #fff;
    font-size: 35px;
    margin-top: 20px;
}

#prviTekst h1{
    font-size: 50px;
    margin-top: 20px;
}

#drugi{
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 40px 0px 120px 0px;
    background: url('../images/formaPozadina.webp');
    top: -5px;
}

#ikoniceBox{
    width: 300px;
    margin: 50px auto;
    z-index: 22;
    position: relative;
}

#drugiLokacija{
    position: relative;
    z-index: 22;
}

.prviSat{
    position: absolute;
    top: 15%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-shadow: 3px 4px 4px rgba(255, 255, 255, 0.571);
    z-index: 22;

}

.prviSat h1{
    font-size: 35px;
    color: #a32d63;
}

.prviSat p{
    font-size: 30px;
    color: #a32d63;
}

.drugiSat{
    top: unset !important;
    bottom: 61.5%;
}

.drugiSat h1{
    font-size: 26px;
}

.drugiSat p{
    font-size: 30px;
    font-weight: bold;
}

#drugiLokacija h1{
    font-size: 28px;
    margin: 10px 0px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.629);
    color: #e15f9b;
}

#drugiLokacija p{
    font-size: 14px;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.668);
    text-decoration: underline;
    margin-bottom: 20px;
    color: #e15f9b;
}

.dugmeAdresa{
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #e15f9b;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
}

.dugmeAdresa:hover{
    background-color: #e15f9b;
    color: #fff;
    transition: 0.3s;
}

.balonZuti, .balonPlavi, .balonLjubicasti{
    position: absolute;

}

.balonPlavi{
    width: 200px;
    top: 0;
    left: 20px;
}

.balonZuti{
    width: 350px;
    right: 0px;
    top: 120px;
}

.balonLjubicasti{
    left: 0px;
    width: 350px;
    top: 540px;
}
#pozadinaTriCetiri{
    background: url('../images/pozadina3.webp');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#treciDeo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;

}


.omotac{
    width: 60%;
    margin: auto;
}

.box {
    width: 300px; /* Fiksna širina svakog diva */
    text-align: center; /* Centriranje sadržaja */
    padding: 40px 60px;
    border: 6px dashed #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    background-color: #e15f9b;
}

.box span{
    font-size: 85px;
    font-weight: bold;
    color:#d2e650;
}

.box p{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

#vreme{
    width: 100%;
}

.vremeBox{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#forma{
    width: 100%;
    margin-top: 160px;
    position: relative;
    z-index: 99;
    border: 6px dashed #e15f9b;
    border-radius: 60px;
}

#potvrdaTekst{
    margin: 80px auto 0px auto;
    text-align: center;
    width:250px;
    color: #e15f9b;
    font-size: 16px;
}

#potvrdaTimer{
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
    color: #a32d63;
    margin-top: 15px;
}

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

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

.buttonDisable{
    cursor: not-allowed;
}

#forma h1{
    text-align: center;
    margin-top: 50px;
}

form{
    padding: 80px 100px;
    border-radius: 40px;
    margin-top: 20px;

}

#forma h1{
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    text-align: center;
    color:#e15f9b;
}

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

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

}

#potvrda .tekstPisan{
    margin-bottom: 25px;
}

add-to-calendar-button#css-part-example::part(atcb-button) {
    background-color: #e15f9b;
    color: #fff;

}

.dugme{
    padding: 10px 25px;
    background-color: #f3f2ee;
    border:none;
    cursor:pointer;
    font-size: 18px;
    border-radius: 20px;
    color: #e15f9b;
    font-weight: bold;
}

.radioDugme{
    width: auto;
}

.radioRed{
    display: block;
}

form span{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #e15f9b;
}


input[type="radio"]{
    background-color: #f3f2ee;
    border:1px solid #e15f9b;
    padding: 5px;
}

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

#cetvrtiDeo{
    width: 100%;
    padding: 50px 0px 100px 0px;
}

.zastavice{
    position: absolute;
    bottom: -200px;
    width: 100%;
    z-index: 99;
}

#cetvrtiDeo{
    position: relative;
    z-index: 22;

}

#velikiNaslov{
    text-align: center;
    margin: 70px 0px;
}

#velikiNaslov p{
    font-family: "Yesteryear", cursive;
    color: #222222;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 3px;
}

#velikiNaslov h1{
    font-family: "Anton", sans-serif;
    font-size: 80px;
    color: #a32d63;
}

#velikiNaslov h2{
    font-family: "Anton", sans-serif;
    font-size: 49px;
    color: #a32d63;
    margin-bottom: 20px;
}

#krug{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translatex(-50%);
    width: 70px;
}

#dugmeGalerija{
    margin: 150px auto 20px 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-color: #e15f9b;
    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;
}

#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: 14px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
}


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

footer a img{
    width: 250px;
}

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

footer ul li{
    text-align: center;
}


.player {
    width: 90%;
    max-width: 300px;
    height: 463px;
    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: 120px auto 50px auto;
}
.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: #e15f9b;
}

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

.header span {
    color: #e15f9b;
}

.img {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff84bd, #a32d62);
    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(135deg, #ff84bd, #a32d62);
    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(135deg, #ff84bd, #a32d62);
    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;
}


@media (max-width: 1300px) {

    #vreme{
        top: 45%;
    }
}

@media (max-width: 1100px) {
    .omotac{
        width: 70%;
    }

    .box{
        width: 250px;
        padding: 15px 20px;
        margin-bottom: 40px;
    }

    .box span{
        font-size: 70px;
    }

}

@media (max-width: 900px) {
    #ime{
        font-size: 100px;
        top: 4%;
    }

}

@media (max-width: 800px) {


    .omotac {
        width: 80%;
    }

    .box{
        margin-bottom: 30px;
    }

    .box span{
        font-size: 65px;
    }

    .box p{
        font-size: 25px;
    }

    form{
        padding: 20px 30px;
    }

}

@media (max-width: 700px) {

    .box{
        margin-bottom: 20px;
        padding: 15px 20px;
        width: 200px;
    }

    .box span{
        font-size: 55px;
    }

    .box p{
        font-size: 20px;
    }

    #ime{
        font-size: 80px;
    }
}

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

    .box{
        margin-bottom: 20px;
        width: 48%;
        border: 3px dash #fff;
    }

    .box span{
        font-size: 48px;
    }

    .box p{
        font-size: 20px;
    }

    form{
        margin-bottom: 20px;
    }

    #forma{
        padding-bottom: 20px;
    }

    #ime{
        font-size: 70px;
    }

    #velikiNaslov p{
        font-size: 45px
    }

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

    #velikiNaslov h2{
        font-size: 35px;
    }

    #krug{
        width: 60px;
    }

    #konfete{
        top: 100px;
    }

    #forma h1{
        font-size: 45px;
    }

    .drugiSat h1{
        font-size: 24px;
    }
    
    .drugiSat p{
        font-size: 27px;
        font-weight: bold;
    }
}

@media (max-width: 500px) {
    .omotac{
        width: 95%;
    }

    #ikoniceBox{
        width: 240px;
    }

    .box{
        margin-bottom: 20px;
    }

    .box span{
        font-size: 38px;
    }

    .box p{
        font-size: 16px;
    }

    .drugiSat {
        bottom: 65.6%;
    }

    #ime{
        font-size: 60px;
    }

    footer a img{
        width: 200px;
    }

    .prviSat {
        top: 14%;
    }

}

@media (max-width: 400px) {
    .balonZuti, .balonLjubicasti{
        width: 270px;
    }

    #ikoniceBox{
        width: 230px;
    }

    .prviSat {
        top: 13.5%;
    }

    .drugiSat {
        bottom: 66%;
    }

    .box span{
        font-size: 35px;
    }

    .box p{
        font-size: 15px;
    }

    #ime{
        top: 2%;
    }

}

@media (max-width:360px){
    .drugiSat {
        bottom: 66.5%;
    }
}
