/*
Theme Name: Boda Theme
Theme URI: https://jefrien.dev
Author: Jefrien Alvizures
Author URI: https://jefrien.dev
Description: Theme for Yesenia Y Jefrien Wedding
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bodas-theme
*/

body,
html {
    margin: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'darrel';
    src: url('/wp-content/themes/bodas-theme/fonts/DarrelAlluraPersonalUse.woff2') format('woff2'),
        url('/wp-content/themes/bodas-theme/fonts/DarrelAlluraPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.darrel {
    font-family: 'darrel', sans-serif;
}



@media screen and (min-width: 600px) {
    .home main {
        max-width: 500px;
        position: relative;
        margin: auto;
        box-shadow: 0 0 10px #cccccc;
        overflow: hidden;
    }

    .home #intro-video {
        width: auto !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: auto;
        max-height: 100vh;
        box-shadow: 0 0 10px #cccccc;
        overflow: hidden;
    }
}

#intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .fixed {
    position: fixed !important;
    width: 100% !important;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999999;
    background-color: #fff7f7;
}

/* MAIN PHOTO BLEND */
.main-photo {
    position: relative !important;
    aspect-ratio: 22 / 25;
}

.main-photo:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/12/Image-Border-1.png);
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    height: 35px;
    object-fit: contain;
}

.main-photo img {
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 22 / 25;
    object-fit: cover;
}

.main-blend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    mix-blend-mode: screen;
    object-fit: cover;
    filter: brightness(1.1) contrast(2);
    user-select: none;
    pointer-events: none;
}

.ring-img {
    margin-bottom: 0 !important;
}

.ring-img img {
    width: 65px;
    margin-bottom: 10px;
}

.title-text h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.title-text center {
    letter-spacing: .2em;
    font-size: 1rem;
    line-height: 1.5rem;
}

.bg-quote {
    background-image: url(/wp-content/uploads/2025/12/Background-Quote.png);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    padding: 0 50px;
    line-height: 33px;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
}

.title2 img {
    max-width: 300px !important;
}

.vc_custom_1766026729241 {
    background-color: rgba(255, 255, 255, .5);
    background-blend-mode: lighten;
}

.flower {
    max-width: 300px !important;
    transform: rotate(20deg) translateX(-35px) translateY(-60px) !important;
}

.quote-big {
    height: 300px;
    background-size: cover;
}

.assis-button img {
    width: 100px;
}

.audio-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
}

.audio-button svg {
    width: 40px;
    height: 40px;
}

@keyframes lightrotation {

    0%,
    to {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }
}

.animate-lightrotation {
    animation: lightrotation 3s ease-in-out infinite
}

.qr-code img {
    max-width: 250px !important;
    margin-top: -30px;
}

#contador {
    display: flex;
    gap: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 20px;
}

#contador div {
    padding: 10px;
    background-color: #f8e8e8;
    border-radius: 5px;
}

#contador span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.end img {
    max-width: 200px !important;
    position: relative;
    top: -120px;
}

.vc_custom_1766026729241 {
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
}

.vc_custom_1766085720629,
.title2 {
    position: relative;
    z-index: 9;
    margin-bottom: 20px !important;
}