/*
Theme Name: MMD
Description: Custom styles for the MMD WordPress theme, including site-specific adjustments and enhancements.
Author: MMD Team
Author URI: https://rym.nl
Version: 1.0.0
*/

html {
    box-sizing: border-box;
    font-size: 1rem;
}
body {
    font-size: 1rem;
}
body .row-width {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
body .inner-width {
    width: 100%;
}
* {
    box-sizing: border-box;
}
body .frame-group {
    max-width: 100%;
    width: 100%;
}
body .rectangle-parent {
    padding: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 8rem;
    background-position: center bottom;
    position: relative;
}
body .partners-container {
    flex-wrap:wrap;
}
body .social-links-parent {
    max-width: 100.875rem;
    margin: 0 auto;
    left: unset;
    padding: 0 1.5rem;
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
}
body .het-is-bijna-feest-parent {
    padding: 4rem 0;
    max-width: 100%;
    width: 100%;
}
body .hero-banner-wrapper {
    background-color: #F4F3EF;
    display: block;
    padding: 0;
}
body .frame-parent {
    position: relative;
}
body .frame-container {
    height: unset;
    padding: unset;
}
body .banner-content {
    padding-bottom: 7rem;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 100.875rem;
    margin: 0 auto;
    left: unset;
}
.privacy-policy {
    text-decoration: unset;
}
body .privacy-policy a {
    color: #fff;
}
body .privacy-policy a:hover, footer a:hover {
    opacity: 0.8
}
body .tickets-bestellen1, body .tickets-bestellen {
    text-decoration: none
}
body .tickets-bestellen1:hover, body .tickets-bestellen:hover {}
body .hero-banner {
    display: block;
}
body .frame-container {
    background-color: #F4F3EF;
}
body .partners-section+.frame-container {
    background-color: #FF931E;
}
.quote-padding {
    padding: 5rem 0;
}
.quote {
    z-index: 2;
}
.component-3-wrapper {
    width: unset;
    z-index: 2;
    position: relative;
}
.link-text1 {
    width: unset;
}
/**
 * Carousel custom styles
 */

.img-carousel {
    position: relative;
    overflow: hidden;
}
.curved-carousel {
    width: 100%;
}
.swiper-wrapper {
    cursor: grab;
}
.curved-carousel .swiper-slide {
    border-radius: 2rem;
}
.curved-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.swiper-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -4.375rem;
}
.swiper-nav button {
    width: 4rem;
    height: 4rem;
    background-color: #ff6b00;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 1;
}
.swiper-nav button:hover {
    background-color: rgb(255 107 0 / 80%);
    opacity: 0.8
}
.swiper-nav button img {}
.swiper.curved-carousel {
    height: 32rem;
}
.curved-carousel .swiper-slide {
    height: 25rem;
}
.swiper-slide.img-slide {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide.img-slide img {
    max-height: 12rem;
    width: unset;
    border-radius: unset;
}
.swiper-slide img {
    max-width: 100%;
}
.accordion-content a {
    color: #fff;
}
.accordion-content a:hover {
    opacity: 0.8
}
/* 
  myCurvedCarousel.css
  --------------------
  EXACT approach re: ensuring overflow is visible
  and matches your sample's "grab" style.
*/

.curved-carousel {
    overflow: visible;
    /* Ensure the "curved" parts aren’t clipped */
    width: 100%;
    position: relative;
}
.curved-carousel .swiper-wrapper {
    overflow: visible !important;
    /* override any hidden overflow from Swiper */
    cursor: grab;
    /* same style from snippet */
}
.curved-carousel .swiper-slide {
    will-change: transform;
    /* A mild transition, if you want to reduce jumpiness, though snippet didn't have it: */
    /* transition: transform 0.2s ease-out; */
    transform-style: preserve-3d;
    /* Let Swiper handle the width. We match your snippet’s margin-right by spaceBetween. */
}
/* The nav container (if you want it to match your sample) */

.swiper-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.swiper-prev, .swiper-next {
    background: none;
    border: none;
    cursor: pointer;
}
.page-header-video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-header-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Image with 'data' attribute is hidden */

img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */

img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}
body .card-content {
    gap: unset;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
}
.mobile-visible {
    display: none;
}
.mobile-visible .quote {
    padding: 0 1.5rem;
}
@media (max-width: 375px) {
    body .rectangle-parent {
        gap: unset;
        padding-bottom: 5rem;
    }
    .het-is-bijna-feest-parent {
        margin-top: -3.5rem;
    }
    body .landingpage .rectangle-parent {
        position: relative;
        min-height: 760px;
    }
}
@media (max-width: 420px) {
    body .landingpage .rectangle-parent {
        max-height: 706px;
        min-height: 706px;
    }
}
@media (max-width: 420px) and (min-height:300px) {
    body .landingpage .rectangle-parent {
        max-height: 706px;
        min-height: unset;
        height: 448px;
        padding-bottom: 86px;
    }
}
@media (max-width: 1023px) {
    body .rectangle-parent {
        position: relative;
        min-height: 800px;
    }
    .social-links-parent .component-31 {
        display: none;
    }
    .quote {
        width: unset;
        padding: 0 1.5rem;
    }
    .mobile-hidden {
        display: none;
    }
    body .accordion-content2 {
        width: unset;
    }
    body .container {
        gap: 2.5rem;
        display: flex;
        flex-direction: column;
    }
    body .answer {
        padding: 0;
    }
    body .countdown-timer {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }
    .credits .row {
        display: flex;
        flex-direction: column
    }
    body .card-content {
        padding: 0 1.5rem;
    }
    body .tabs-menu {
        min-width: unset;
    }
    body .component-32, .tickets-bestellen-wrapper {
        height: unset;
    }
    body .component-1frame-672 {
        height: 3.531rem;
    }
    body .tab-pane-1 {
        min-width: unset;
        width: unset;
        align-self: unset;
    }
    .countdown-timer>div {
        width: unset;
        padding: 0.5rem;
        height: unset;
        border-radius: 0.5rem;
        display: block;
        min-width: 5.375rem;
        font-size: 1rem;
    }
    .empty-timer {
        height: unset;
    }
    .timer-numbers {
        display: block
    }
    .banner-content {
        padding: 5rem 0;
    }
    .quote1 {
        width: 100%;
        height: unset;
    }
    body .quote {
        height: unset;
    }
    .main-content {
        padding: 0 1rem;
    }
    .accordion-list1 {
        width: 100%
    }
    .accordion-contentaccordion-def {
        width: 100%;
    }
    .container1 {
        width: 100%;
    }
    .links-and-icons {
        width: 100%;
    }
    .schelpen-icon1, .zonnebril-icon1 {
        display: none;
    }
    .mobile-visible {
        display: block;
    }
    body .het-is-bijna-feest-parent {
        padding: 2.5rem 0;
    }
    body .main-content {
        gap: 2.5rem;
        padding-left: unset;
        padding-right: unset;
    }
    body .link-text {
        width: 100%;
    }
    body .link-text1 {
        width: 100%;
    }
    body .links-and-icons {
        flex-direction: column;
    }
    body .link-icon-pairs1 {
        height: 2.5rem;
    }
    body .column {
        width: 100%;
    }
    body .image-carousel-container {}
    .swiper.curved-carousel {
        height: 26rem;
    }
    .curved-carousel .swiper-slide {
        height: 20rem;
    }
    body .banner-content {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .footer-links {
        gap: 0.5rem;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        max-width: 100%;
        justify-content: center;
    }
    body .bal-icon1 {
        display: none;
    }
    footer .card-content {
        display: block;
    }
    footer .column1 {
        flex-direction: column;
        gap: 1rem;
    }
    .quote-padding {
        padding: 2.5rem 0
    }
    body .links-and-icons-parent {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    body .emmer-icon {
        display: none;
    }
    body .answer1 {
        width: 100%;
    }
    body .social-links-parent {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding-top: 1.5rem;
    }
}
@media (max-width: 1280px) {
    body .credits {
        max-width: 100.875rem;
        margin: 0 auto;
        left: unset;
        padding: 0 1.5rem;
        max-width: 100.875rem;
        width: 100%;
        margin: 0 auto;
        left: unset;
        padding: 0 1.5rem;
    }
    .card-content {
        gap: unset;
    }
    footer.card {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1600px) {
    .bal-icon, .schelpen-icon, .zonnebril-icon, .emmer-icon, .schelpen-icon1, .zonnebril-icon1, .vliegtuig-icon {
        display: none;
    }
}
@media (min-width: 1024px) {
    .links-and-icons {
        justify-content: space-evenly;
    }
}
@media (min-width: 1600px) {
    body .rectangle-parent {
        padding-bottom: 5.5rem;
    }
}