@font-face {
    font-family: 'Sacramento-Regular';
    src: url('../fonts/Sacramento-Regular.ttf');
    font-display: fallback;
}

@font-face {
    font-family: 'Tangerine-Regular';
    src: url('../fonts/Tangerine-Regular.ttf');
    font-display: fallback;
}

@font-face {
    font-family: 'PoiretOne-Regular';
    src: url('../fonts/PoiretOne-Regular.ttf');
    font-display: fallback;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
    background-color: #EFE6DF;
}

header, footer {
    font-size: 1.2rem;
}

p {
    font-family: 'PoiretOne-Regular';
    font-size: 1.5rem;
}

nav ul li {
    margin-left: 25px;
}

nav {
    background-color: #F4F3EF;
}

.header-absolute {
    position: absolute;
    top: 0;
    height: 50px;
    z-index: 1030;
    border-bottom: 0px solid #F0F0F2;
    transition: all .5s ease-in-out 0ms;

}

.bg-wedding {
   background-color:  #F4F3EF;
}

.centered {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    flex: 0;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 25px;
}

    .footer a {
        color: black;
        text-decoration: none;
    }

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.wedding-plan{
    width: 50%;
}


.background-wedding-image {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px inset;
    background-image: url('/images/marina-und-frederik/hintergrund-01.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    border-radius: 30px;
}

.footer-part {
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.my-breathing {
    margin-top: 75px;
    margin-bottom: 50px;
    text-align: center;
}

h1, h2 {
    font-family: 'Tangerine-Regular';
    font-size: 4.5rem;
}

/*.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

    .timeline-with-icons .timeline-item {
        position: relative;
    }

        .timeline-with-icons .timeline-item:after {
            position: absolute;
            display: block;
            top: 0;
        }

    .timeline-with-icons .timeline-icon {
        position: absolute;
        left: -48px;
        background-color: hsl(217, 88.2%, 90%);
        color: hsl(217, 88.8%, 35.1%);
        border-radius: 50%;
        height: 31px;
        width: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

.timeline-1 {
    border-left: 3px solid #b565a7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(177, 99, 163, 0.09);
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline-1 {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-1 .event {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-1 .event {
        padding-top: 30px;
    }
}

.timeline-1 .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-1 .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline-1 .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline-1 .event:after {
    -webkit-box-shadow: 0 0 0 3px #b565a7;
    box-shadow: 0 0 0 3px #b565a7;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline-1 .event:after {
        left: -31.8px;
    }
}


.heart {
    width: 200px;
    height: 200px;
    background-color: red;
    position: relative;
    clip-path: path("M 100 30 C 130 0, 200 0, 200 70 C 200 110, 150 150, 100 200 C 50 150, 0 110, 0 70 C 0 0, 70 0, 100 30 Z");
    overflow: hidden;
    padding: 0;
}

    .heart img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: auto;
    }

.countdown {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

    .countdown span {
        display: block;
        font-size: 4.5rem;
    }

.emoji {
    display: none;
    padding: 1rem;
}

    .emoji span {
        font-size: 4rem;
        padding: 0 .5rem;
    }


.container-big {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.container-start {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@media (max-width: 1200px) {
    

    .wedding-plan {
        width: 75%;
    }

    .background-wedding-image {
        background-size: cover;
        height: 70vh;
    }
}

@media (max-width: 768px) {


    .countdown {
        display: inline-block;
        font-size: 1.05em;
        list-style-type: none;
        padding: 0.75em;
        text-transform: uppercase;
    }

    .wedding-plan {
        width: 100%;
    }


}


@media (max-width: 500px) {
   

}