@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

*{
    margin: 0px;
    padding: 0px;
    color: #000000;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    background-color: #fff;
    background: url('../images/pozadinaFlora.webp');
    font-family: "Old Standard TT", serif;
}

ul{
    list-style-type: none;
}

.gornjiPatern{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

#prviDeo{
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 300px;
}

#save{
    width: 280px;
}

#datum{
    text-align: center;
    display: flex;
    margin: 50px auto;
    width: fit-content;
}

#tacka {
    font-size: 25px;
    margin-right: 5px;
}

#datum p{
    font-family: "Old Standard TT", serif;
    color: #000000;
    font-weight: 600;
}

#danDatum{
    font-size: 90px;
}

#godinaDatum{
    font-size: 30px;
    margin-top: 12px;
    text-align: left;
}

#heder{
    width: 50%;
}

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

#tajmer h1, #galerija h1{
    font-size: 50px;
    margin:0px auto;
    font-weight: 400;
    margin-bottom: 70px;
    width: 400px;
    font-family: "Old Standard TT", serif;

}

#galerija h1{
    position: relative;
    z-index: 99;
    text-shadow: 1px 1px 1px #e1e2db;
}

#cvet{
    width: 100%;
    text-align: center;
    height: auto;
}

#cvet .separatorCvet{
    margin: 50px 0px 150px 0px;
}

.tajmerDiv{
    width: 60%;
    margin:0px auto;
    display: flex;
    justify-content: space-around;
    font-size: 60px;
    font-family: "Old Standard TT", serif;
}

.box{
    width: 100%;
}

.transparenti{
    font-size: 30px;
    font-weight: 400;
    font-family: "Old Standard TT", serif;
    margin-bottom: 100px;
}

.transparenti .box{
    border: none;
}

.sat .box{
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #ffe9c9, #ab7b38);
    border-image-slice: 1;
    margin: 20px;
}

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

}

.separatorCvet{
    width: 200px;
    margin: 70px;
}

#drugiDeo h1{
    font-size: 50px;
    margin:0px auto;
    font-weight: 400;
    margin-bottom: 70px;
    width: 400px;
    font-family: "Old Standard TT", serif;
    margin-top: 100px;
}

#prica{
    width: 60%;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
}

#pricaTekst{
    width: 40%;
    text-align: left;
    font-family: "Old Standard TT", serif;
}

#prica img{
    width: 40%;
    height: auto;
    border-radius: 50%;
}

#pricaTekst h2{
    border-bottom: 3px solid #c9a471;
    margin: 0px 0px 15px 0px;
    font-size: 40px;
    font-weight: 400;
}

#pricaTekst p{
    margin-bottom: 4px;
    text-shadow: 1px 1px 0px #e1e6d9, -1px 1px 0px #e1e6d9, 1px -1px 0px #e1e6d9, -1px -1px 0px #e1e6d9;
}



.elementVreme h1:first-of-type{
    font-family: "Caveat", cursive;
}

.elementVreme p{
    margin: 5px;
    font-size: 20px;
    text-shadow: 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white, -1px -1px 0px white;
}

.elementVreme h1{
    font-size: 60px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 300;
}

.elementVreme{
    margin: 150px auto;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    z-index: 99;
    font-family: "Caveat", cursive;
    color: #4b4b4b;
}

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

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

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

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

.slikaGore, .slikaDole{
    position: absolute;
    width: 400px;
}

.sati{
    color: #c9a471;
    font-size: 50px !important;
    font-weight: 100;
}

.levoUkras{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
}

.levoUkrasGore{
    top: -160px;
}

.desnoUkras{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 450px;
}


.desnoUkrasDole{
    position: absolute;
    bottom: -800px;
    right: 0px
}

#potvrda{
    width: 60%;
    background-color: #fff;
    border: 3px solid #c9a471;
    margin: auto;
    position: relative;
    z-index: 99;
}

#potvrda h1{
    text-align: center;
}

form{
    width: 70%;
    margin: auto;
}

ul{
    list-style-type: none;
}

form input,textarea,select{
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    background-color: #fff;
    border: 3px solid #c9a471;
    color: #000;
}

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

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

.dugme{
    padding: 10px 30px;
    background-color: #fff;
    border:1px solid #c9a471;
    font-family: "Caveat", cursive;
    cursor:pointer;
    font-size: 20px;
    color: #c9a471;
}

.dugme:hover{
    background-color: #63462e9f;
    color: #f3f2ee;
    transition: 0.3s;
}

.radioDugme{
    width: auto;
}

.radioRed{
    display: block;
}

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


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

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

.buttonDisable{
    cursor: not-allowed;
}


.spanRadio{
    display: flex;
    justify-content: start;
}
.maliSpan{
    margin-top: 2px;
    font-size: 12px;
}

#potvrdaTekst{
    margin: 50px auto 10px auto;
    font-family: "Caveat", cursive;
    text-align: center;
    width:
    300px;
    color: #c9a471;
    font-size: 28px;

}

#potvrdaTimer{
    text-align: center;
    font-size: 15px;
    margin-bottom: 100px;
}

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



.player {

    width: 90%;
    max-width: 300px;
    height: 450px;
    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);
    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 150px auto;
}

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

.header span {
    color: #171717;
}

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

#title{
    color: #171717;
}

.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,  #ffe9c9, #ab7b38);
    color: #fff;
}

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

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

#progress::-webkit-slider-thumb {
    background: #c9a471;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: linear-gradient(135deg, #ffe9c9, #ab7b38);
    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;
}

#galerija{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 200px;

}

#dugmeGalerija{
    margin: 90px auto 30px auto;
    position: relative;
    z-index: 99;

}

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

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


#dugmeGalerija p {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: #000000;
    margin-bottom: 80px;
}


#dugmeGalerija a{
    font-size: 15px;
    padding: .8em;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    background-color: #c9a471;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    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;
}

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


footer{
    width: 100%;
    margin-top: 100px;
    padding: 60px 0px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99;
}

footer a img{
    width: 250px;
}

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

footer ul li{
    text-align: center;
}

#donjiUgao{
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
}

#donjiUgao img{
    position: absolute;
    bottom: 0px;

}

.levoUkrasDole{
    top: unset !important;
    bottom: 0px;
}

@media (max-width: 1000px) {
    .levoUkras{
        width: 250px;
        top: 600px;
    }

    .levoUkrasDole{
        top: 400px;
    }

    .desnoUkras{
        width: 300px;
    }

    #heder {
        width: 65%;
    }

    #prica{
        width: 80%;
    }

}

@media (max-width: 700px) {
    #prviDeo{
        padding-top: 200px;
    }

    #save {
        width: 240px;
    }

    .tajmerDiv{
        width: 100%;
    }

    footer a img {
        width: 200px;
    }

    #potvrda{
        width: 65%;
    }

    .elementVreme h1{
        font-size: 50px;
    }

    .tajmerDiv{
        font-size: 40px;
    }

    .transparenti{
        font-size: 24px;
    }

    #tajmer h1, #galerija h1{
        font-size: 45px;
    }

    #danDatum{
        font-size: 75px;
    }

    #godinaDatum {
        font-size: 25px;
        margin-top: 10px;
    }

    #prica{
        display: block;
    }

    #pricaTekst{
        width: 60%;
        margin: 50px auto;
    }

    #prica img{
        width: 60%;
    }

    .elementVreme img {
        width: 140px;
    }

    .desnoUkras {
        width: 200px;
    }
}

@media (max-width: 700px) {

    #prviDeo {
        padding-top: 150px;
    }

    #save {
        width: 225px;
    }

    #tajmer h1, #galerija h1, #drugiDeo h1 {
        font-size: 40px;
    }

    .levoUkras {
        width: 220px;
    }

    .desnoUkras {
        width: 180px;
    }

    #potvrda {
        width: 75%;
    }

    .separatorCvet {
        width: 170px;
    }

    .player{
        margin: 100px auto;
    }

    #tajmer h1, #galerija h1,#drugiDeo h1 {
        width: 90%;
    }

    .elementVreme h1 {
        font-size: 40px;
    }

    .elementVreme img {
        width: 130px;
    }

    .tajmerDiv{
        font-size: 35px;
    }

    .transparenti{
        font-size: 20px;
    }

    .sat .box{
        margin: 10px;
    }

    #heder {
        width: 99%;
    }

    #pricaTekst {
        width: 100%;
    }

    #prica img {
        width: 85%;
    }

    .elementVreme img {
        background-color: #fff;
        border-radius: 51%;
        padding: 10px;
    }

    .sati{
        font-size: 40px !important;
    }

    #potvrda {
        width: 85%;
    }

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

    #potvrdaTekst{
        width: 100%;
    }

    #potvrda .tekstPisan{
        margin-bottom: 40px;
        font-size: 30px;
    }
}
