body {
    font-family: 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    background: url('https://images.unsplash.com/photo-1520854221256-17451cc331bf?auto=format&fit=crop&q=80') center/cover fixed;
    /* Alternatywnie możesz użyć gradientu */
    /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('tło.jpg') center/cover fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    .map iframe {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .invitation-title {
        font-size: 4em;
    }
    
    .wedding-header h1 {
        font-size: 2em;
    }
}

@font-face {
    font-family: 'Great Vibes';
    src: url('GreatVibes-Regular.ttf') format('truetype');
}

.container {
    background-color: rgba(255, 255, 255, 0);
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wedding-header h1 {
    font-display: bold;
    font-size: 3em;
    color: #333;
    margin-bottom: 20px;
}

.date {
    font-size: 1.5em;
    color: #666;
}

.invitation-content {
    font-family: 'Great Vibes', cursive;
    text-align: center;
    padding: 50px 0;
}

.invitation-text {
    font-family: 'Great Vibes', cursive;
    font-size: 3em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.countdown {
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    background-color: #f8f8f8;
    font-weight: 900;
}

#timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#timer div {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-width: 100px;
}

#timer span {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #333;
}


.wedding-details h3 {
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    font-weight: 900;
}

.wedding-info {
    /* font-family: 'Great Vibes', cursive; */
    font-size: 1em;
    /* line-height: 1.6; */
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    text-align: center;
}

.wedding-details p {
    font-size: 1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
}

.location {
    padding: 50px 0;
    text-align: center;
    /* font-weight: bold; */
}

.location h3 {
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
}

.address {
    margin: 20px 0;
}

.map {
    margin-top: 30px;
}

.map iframe {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.main-title {
    background-color: rgba(255, 255, 255, 0.7);  /* Zwiększona przezroczystość */
    text-align: center;
    padding: 40px 0;
}

.invitation-title {
    font-family: 'Great Vibes', cursive;
    font-size: 6em;
    color: #2c1810;
    text-transform: none;
    letter-spacing: 2px;
    margin: 0;
    padding: 20px 0;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.wedding-header h1 {
    /* font-family: 'Cinzel', serif; */
    font-family: 'Tangerine', cursive;
    font-size: 4em;
    text-align: center;
    color: #2c1810;
    font: bold;
}

.invitation-content h2 {
    font-family: 'Great Vibes', cursive;
    color: #2c1810;
    font-size: 3em;
    
}

.wedding-header, .invitation-content, .countdown, .location, .wedding-details {
    background-color: rgba(255, 255, 255, 0.7);  /* Zwiększona przezroczystość */
    padding: 30px;
    margin: 20px 0;
    border-radius: 5px;
}

.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to right, #d4af37, #fff, #d4af37);
}

.wedding-header::after {
    content: '❦';
    display: block;
    text-align: center;
    font-size: 2em;
    color: #d4af37;
    margin-top: 20px;
}

audio {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.language-btn {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d4af37;
    border-radius: 3px;
}

.language-btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

.language-btn img {
    vertical-align: middle;
    margin-right: 5px;
}

.thank-you-container {
    text-align: center;
    padding: 100px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.thank-you-message {
    font-size: 48px;
    margin-bottom: 40px;
    font-family: 'Times New Roman', serif;
    color: #333;
}

.gallery-link {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #333;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.gallery-link:hover {
    background-color: #333;
    color: white;
}
