body {
    padding: 0;
    margin: 0;

    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6em;
    color: #333;

}

/**
Menu
 */

nav {
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

/* Logo */
.logo {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

/* Menu list */
.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin-left: 20px;
}

.menu a {
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    padding: 8px 12px;
    transition: background 0.3s;
    font-size: 16px;
}

.menu a:hover {
    background: red;
    border-radius: 5px;
    color: #fff;

}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #fff;
    margin: 4px 0;
    transition: 0.4s;
    color: red;
}

.hidden-compute {
    display: none;
}

.logo-nav {
    width: 80px;
    display: none;
}

.nav-cart {
    display: none;
}

.nav-cart a {
    color: red;
}

/* Responsive */
@media (max-width: 968px) {
    .logo-nav {
        width: 80px;
        display: block;

    }

    .logo-large {
        width: 100px;
        top: 30px;
        position: absolute;
        left: 100px;
        display: none;
    }

    .hidden-compute {
        display: block;
    }

    nav {
        background: #fff;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-interior {
        background: #fff;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 68px;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: red;
        position: absolute;
        top: 85px;
        left: 0;
        --animate-duration: 0.4s;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 15px 0;
        text-align: center;
    }

    .hamburger {
        display: flex;
        border: 3px solid red;
        padding: 6px 6px;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgb(202, 202, 202);
        transition: transform .12s ease, box-shadow .2s ease, background .12s ease;
        will-change: transform;
        width: 38px;
        height: 38px;
        font-size: 38px;
        text-align: center;
    }

    .hamburger span {
        height: 3px;
        width: 40px;
        background: red;
        margin: 6px 2px;
        transition: 0.4s;
        color: red;
    }

    .nav-cart {
        display: block;
        font-size: 40px;
        color: red;
    }
    .menu a {
        font-size: 20px;
    }

}

/**
End Menu
 */

/**
Header
 */
.main-title-santi {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-family: "p22-mackinac-pro", "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.main-title-santi-pre {
    width: 100%;
    margin-top: 350px;
    text-align: center;
    font-family: "p22-mackinac-pro", "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main-title-santi-pre p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    /**
    End header
     */


h2 {
    font-family: "p22-mackinac-pro", "Times New Roman", serif;
}

body #main-container > .header-bg {
    background-position: top center;
    height: 940px;
    background-color: #666;
    width: 100%;
    background-image: url(/img2025/main.jpg);
    color: #fff;
}

@media (max-width: 750px) {
    body #main-container > .header-bg {
        background-image: url(/img2025/main.jpg);
    }
}



.header-title {
    margin-right: auto;
    margin-left: auto;
    font-size: 70px;
    width: 900px;
    text-align: center;
    line-height: 1.2em;
}



.logo-large {
    width: 100px; top: 30px;
    position: absolute;
    left: 100px;
}

.social-media-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.review-media-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slide-review-element {
    min-height: 180px;
    width: 250px;
    display: block;
    background: #ffdfb0;
    text-align: left;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    font-weight: normal;
    font-size: 16px;
}

.footer-bg {
    background-color: red;
    width: 100%;
    min-height: 100px;
    color: #fff;
}


.video-main {

    width: 100%;

    color: #fff;
    text-align: center;
    background-position: top center;
}

.mobile-computer {
    display: none;
}
.full-computer {
    display: block;
}

.video-mobile-wrap {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 470px;
}

@media (max-width: 750px) {
    .video-main {
        width: 100%;
        min-height: 400px;
        color: #fff;
        background-position: top center;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        border-radius: 22px;
        object-fit: cover !important;
        border-radius: 10px !important;
        border-radius: 10px;
        overflow: hidden;
        border-radius: 20px; overflow: hidden; -webkit-transform: translateZ(0);
    }

    .mobile-computer {
        display: block;
        object-fit: cover !important;
        border-radius: 10px !important;
    }
    .full-computer {
        display: none;
    }
    .video-mobile-wrap {
        border-radius: 20px;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        height: 470px;
    }
}


.swiper-slide {
    height: 480px;

    line-height: 1.5em;
    text-align: center;
    width: 200px;

    font-size: 16px;

    display: flex;
    justify-content: center;
    align-items: center;


    width: 100%; height: 545px; margin: 0; transition: all .3s; overflow: hidden; position: relative;;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;

}

.video-mask{
    width: 270px;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 22px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07);
    height: 440px;
    margin: auto;
}


@media (max-width: 960px) {
    .section_3 {
        .swiper-container { padding-top: 0; width: 100%; }
        .swiper-slide {
            width: 100%; height: 40vh;

            &:not(.swiper-slide-active) { opacity: 1; }
            &.swiper-slide-active { margin-top: 0; }
        }
    }
}



.container {
    display: flex;
    gap: 20px; /* space between columns */
}

.column {
    flex: 1; /* equal width columns */
    padding: 20px;
    border-radius: 8px;
}

/* Optional: Make it responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}


.video-social-target {
    position: absolute;

    top: 400px;
    /*left: 43px;*/
    background: #fff;
    width: 271px;
    height: 60px;
    color: #333;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.video-social-target a {
    position: absolute;
    color: #333;
    top: 30px;
    left: 50px;
    display: block;
    height: 50px;

}


.column-footer-bottom {
width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.column-footer-bottom a {

    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    color: #fff;
    text-decoration: none;
}


.cta-btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 9999px;
    background: #ff0000;
    color: #fff;
    font: 600 16px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 8px 20px rgb(225, 29, 29);
    transition: transform .12s ease, box-shadow .2s ease, background .12s ease;
    will-change: transform;
    min-width: 200px;
    margin-top: 30px;
}
.cta-btn:hover {
    background: #b80000;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgb(147, 0, 0);
}
.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgb(191, 0, 0);
}
.cta-btn:focus-visible {
    outline: none;
    box-shadow:
            0 0 0 3px #fff,
            0 0 0 6px rgb(255, 0, 0);
}






.cta-btn-hero {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 9999px;
    background: #ff0000;
    color: #fff;
    font: 600 16px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 8px 20px rgb(255, 255, 255);
    transition: transform .12s ease, box-shadow .2s ease, background .12s ease;
    min-width: 200px;
    margin-top: 30px;
}
.cta-btn-hero:hover {
    background: #b80000;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgb(147, 0, 0);
}
.cta-btn-hero:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgb(191, 0, 0);
}
.cta-btn-hero:focus-visible {
    outline: none;
    box-shadow:
            0 0 0 3px #fff,
            0 0 0 6px rgb(255, 0, 0);
}


@keyframes cta-pop {
    0% { transform: scale(.98); }
    60% { transform: scale(1.02); }
    100% { transform: scale(1); }
}
.cta-btn { animation: cta-pop .35s ease-out; }


.magic-footer-link {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    font-weight: normal;
}

.magic-footer-link li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.magic-footer-link li {
    color: #fff;
    font-size: 16px;
}

.inter-footer-magic-box-span {
    font-size: 22px;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: #333;
    color: #fff;
    transform: scale(1.1);
}

.logo-payment {
    width: 150px;
}

.logo-visa {
    width: 150px;
}

.logo-bottom {
    width: 80px;
}




.container-two {
    display: flex;
}

.left-two {
    flex: 1;


}

.right-two {
    flex: 1;


}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
    .container-two {
        flex-direction: column;
    }
}


.main-movie-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F27173;
    color: #fff;
}

.main-social-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    color: #fff;
}
.main-phone-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00aa40;
    color: #fff;
}

.main-review-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9de00;
    color: #fff;
}


.main-toletter-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ead1c8;
    color: #fff;
}

.main-help-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e60064;
    color: #fff;
}

.main-letter-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(119, 27, 6, 0.77);
    color: #fff;
}



.box-main-description {
    max-width: 800px; font-size: 18px; line-height: 1.5em; margin-left: auto; margin-right: auto;
     font-weight: normal;
    padding: 20px;
    font-family: Cera Pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.helpimageratunek {
    width: 300px;
}




.banner {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 32px;
    text-align: center;
    max-width: 680px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}


.banner h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #111827;
}


.banner .highlight {
    font-size: 42px;
    font-weight: 800;
    color: #dc2626;
}


.banner p {
    margin: 0;
    color: #374151;
    font-size: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family:swiper-icons;
    font-size:50px;
    text-transform:none !important;

    font-variant:initial;

    color: #980000;
    font-weight: bold;
}


@media (max-width: 1280px) {
    .logo-large {
        width: 100px; top: 50px;
        position: absolute;
        left: 100px;
    }

}
