h1 {
    font-family: "Mea Culpa", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    color: #D4AF37;
    text-align: center;
    margin: 20px 0;
}

img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.datum {
    font-family: "Pacifico", serif;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    color: #333;
    font-style: normal;
    margin: 20px 0;
}

.mladenci-zajednicka {
    display: flex;
    flex-flow: column;
}

.datum-svadbe {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    min-height: 280px;
    border-radius: 0;
    background: #F7E7CE;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.datum-svadbe .right-image {
    right: 0;
    bottom: 0;
}

.datum-svadbe .left-image {
    left: 0;
    top: 0;
}

.datum-svadbe .right-image,
.datum-svadbe .left-image {
    position: absolute;
    max-width: 120px;
}

.mladenci__slika {
    display: flex;
    order: 1;
}

.mladenci__text {
    order: 2;
    padding: 0 20px;
}

.informacije__text {
    text-align: center;
    margin: 45px 0;
}

.informacije__text p {
    font-family: "Pacifico", serif;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #D4AF37;
    font-style: normal;
    margin: 20px 0;
}

.tekst-pozivnice {
    text-align: center;
    margin-bottom: 40px;
}

.tekst-pozivnice h2 {
    font-family: "Mea Culpa", serif;
    font-size: 52px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #D4AF37;
    margin-bottom: 15px;
}

.tekst-pozivnice p {
    font-family: "Pacifico", serif;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #D4AF37;
    font-style: normal;
}

.informacije__text p:has(strong) {
    margin: 0;
}

.wpcf7-form p {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form label {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 8px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    font-family: "Pacifico", serif;
    color: #333;
    font-size: 12px;
}

.wpcf7-form label .title {
    font-family: "Pacifico", serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    text-align: left;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-family: "Pacifico", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-submit {
    cursor: pointer;
    font-family: "Pacifico", serif;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333;
    font-style: normal;
    background: #D4AF37;
    border: 1px solid #D4AF37;
    letter-spacing: 1px;
    padding: 10px 0;
    transition: all 500ms ease;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #fff;
    color: #D4AF37;
}

.wpcf7-form .wpcf7-submit,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
}

.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #D4AF37;
    border-radius: 4px;
    padding: 4px 12px;
    font-family: "Pacifico", serif;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.wpcf7-form textarea {
    resize: none;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .mladenci {
        display: flex;
        flex-flow: column;
        align-content: center;
        justify-content: center;
    }

    .col-lg-10 {
        padding: 0;
    }
}

@media only screen and (min-width: 575px) {
    .datum {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 120px;
    }

    .datum-svadbe {
        text-align: center;
        min-height: 167px;
        border-radius: 12px;
    }

    .datum-svadbe .right-image,
    .datum-svadbe .left-image {
        position: absolute;
        top: 0;
        max-width: 160px;
    }

    .mladenci {
        display: flex;
        flex-flow: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .mladenci__text {
        order: 1;
    }

    .row:nth-of-type(even) .mladenci__text {
        order: 2;
    }

    .mladenci__slika {
        order: 2;
    }

    .row:nth-of-type(even) .mladenci__slika {
        order: 1;
    }

    .informacije__text {
        margin: 0;
    }

    .mladenci-zajednicka {
        display: flex;
        flex-flow: row;
        align-items: center;
    }

    .mladenci-zajednicka__slika {
        width: 50%;
        order: 2;
    }

    .mladenci-zajednicka__text {
        width: 50%;
        order: 1;
    }

    .mladenci__text,
    .mladenci__slika {
        flex: 0 0 50%;
    }

    .mladenci__slika img {
        aspect-ratio: 1/1;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) {
    .datum {
        font-size: 72px;
    }
}