body {
    background: #f7f7f7;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


.grid2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 1rem;
}

.boxed-shadow {
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 30px -10px rgb(0 0 0 / 20%);
    box-shadow: 0px 15px 30px -10px rgb(0 0 0 / 20%);
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.5) 100%);
    border-left: 3px solid #b82025;
}

.boxed-shadow.alt {

    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 100%);
    border-left: 3px solid #b82025;
}

.list-flag {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-flag li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
}

.list-flag li::before {
    content: "";
    background-image: url(../images/valentines26/ico-flag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 5px;
}


.heading {
    display: inline;
    box-shadow: inset 0 -3px #fff, inset 0 -12px #f7c0b7;

}

.valentines-checklist {
    list-style: none;
    border-left: 0;
    margin: 0;
    padding-bottom: 18px;
}

.valentines-checklist li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    opacity: 0;
    animation: slideInFade 0.6s forwards ease-out;
}

/* The Custom Checkbox Square */
.valentines-checklist li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 2px solid #e3c4c3;
    border-radius: 5px;
    background: #fff;
    transition: background 0.3s;
}

.valentines-checklist li::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b82025'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
    opacity: 0;
    animation: checkPop 0.5s forwards cubic-bezier(0.175, 0.885, 0.32, 1.5);
}

/* Animations */
@keyframes slideInFade {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes checkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    70% {
        transform: scale(2.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Sequential Staggered Delays */
.valentines-checklist li:nth-child(1),
.valentines-checklist li:nth-child(1)::after {
    animation-delay: 0.2s;
}

.valentines-checklist li:nth-child(2),
.valentines-checklist li:nth-child(2)::after {
    animation-delay: 0.4s;
}

.valentines-checklist li:nth-child(3),
.valentines-checklist li:nth-child(3)::after {
    animation-delay: 0.6s;
}

.valentines-checklist li:nth-child(4),
.valentines-checklist li:nth-child(4)::after {
    animation-delay: 0.8s;
}

.valentines-checklist li:nth-child(5),
.valentines-checklist li:nth-child(5)::after {
    animation-delay: 1s;
}

@media (max-width: 1699px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .grid2x2 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
    }
}





.balloons3 {
    position: absolute;
    top: 0;
    right: -7%;
    padding: 0;
}

.balloons4 {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 50px 0 0 0;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    
.balloons3 {
    display: none;
}

}


.hero-valentines-26 {
    background-color: #b82025;
    display: flex;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.6);
    box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.6);
    border-radius: 0 0 25px 25px;
    padding: 50px;
    margin: 0px 100px 0 100px;
}


.content-valentines-26 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content-valentines-26 h1 {
    font-size: calc(12px + 1.5vw);
    font-family: "A1Serif-Regular";
    color: #b82025;
}

.content-valentines-26 h1 span {
    font-size: calc(16px + 2.5vw);
    color: rgba(255, 255, 255, 0);
    font-family: "A1Serif-Bold";
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b82025;
    line-height: 1;
    display: inline-block;
    margin: 10px 0;
}

.content-valentines-26 .text {
    position: relative;
    top: 0;
}


.content-valentines-26 .balloons {
    position: absolute;
    top: 0;
    left: -5%;
    padding: 200px 0 0 0;
}

.content-valentines-26 .balloons2 {
    position: absolute;
    top: 0;
    left: 45%;
    padding: 100px 0 0 0;
}




@media (max-width: 1199px) {
    .hero-valentines-26 {
        margin: 0px 50px 0 50px;
    }
}


@media (max-width: 991px) {}

@media (max-width: 767px) {
    .hero-valentines-26 {
        border-radius: 0 0 25px 25px;
        padding: 15px;
        margin: 0px 15px 0 15px;
    }

    .content-valentines-26 h1 {
        font-size: 1.5rem;
        font-family: "A1Serif-Bold";
    }

    .content-valentines-26 h1 span {
        font-size: 2.25rem;

    }

    .content-valentines-26 h4 {
        font-size: 1.25rem;
    }
}











.valentines-26-zapomni-top {
    background: #b82025;
    border-radius: 25px 25px 0 0;
    height: 50px;
    margin: 0px 100px 0 100px;
}


.potsetnik-valentines-26 {
    background: #811517;
    -webkit-box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.valentines-26-zapomni {
    background: #b82025;
    color: #fff;
    padding: 50px;
    background-origin: bottom center;
    -webkit-box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.6);
    box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.6);
    border-radius: 0 0 25px 25px;
    margin: 0px 100px 50px 100px;
    position: relative;
}

.valentines-26-zapomni .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 100px;
}

.valentines-26-zapomni .list .item {
    display: flex;
    align-items: flex-start;
}

.valentines-26-zapomni .list .item span {
    font-size: 3.8rem;
    font-family: "A1Serif-Bold";
    line-height: 1;
    color: #811517;
    margin-right: 25px;
}





@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .valentines-26-zapomni-top {
        height: 25px;
        margin: 0px 15px 0 15px;
    }

    .valentines-26-zapomni {
        padding: 15px;
        margin: 0px 15px 0 15px;
    }

    .valentines-26-zapomni .list {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
    }

    .valentines-26-zapomni .list .item {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 0;
    }
    .valentines-26-zapomni .list .item:last-of-type {
        border-bottom: 0;
    }
    .valentines-26-zapomni .list .item span {
        font-size: 2rem;
        margin-right: 15px;
    }

        .valentines-26-zapomni h2{
            font-size: 1.75rem;
    }

}