:root{
    --pink: #222222;
    --bg: #FAF3E1;
    --shadow: 0 2px 2px rgba(0, 0, 0, 0.9);

}

body{
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;;
    min-height: 2000PX;
}
.hero::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: sepia();
}
.hero{
    position: relative;
    color: #FAF3E1;
    MIN-height: 100vh;
}

.hero h1, .hero h4, .hero p {
    text-shadow: var(--shadow);
}
.hero h1{
    font-family: "Monsieur La Doulaise", cursive;
    font-size: 6rem;
}
.hero h4{
    font-size: 1.3rem;
}
.hero p{
    font-size: 1rem;
}
.hero a{
    color: var(--pink);
    background-color: #FA8112;
    border: 2px solid #222222;
    border-radius: 1rem;
}
.hero a:hover{
    background-color: var(--pink);
    color: #F5E7C6;
}
.mynavbar{
background-color: rgba(255, 255, 255, 0.6) !important ;
}

.home h2, .info h2, .story h2, .gallery h2, .rsvp h2, .gifts h2{
    color: #FA8112;
    font-family: "Monsieur La Doulaise", cursive;
    font-size: 4rem;
    font-weight: bold;
}
.home h3{
    color: #222222;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.home p{
    color: #444;
    font-size: 1.1rem;
}

.mynavbar .navbar-brand, .mynavbar .offcanvas-title{
    font-family: 'Monsieur La Doulaise', cursive;
    font-size: 3rem;
    font-weight: bold;
}

.mynavbar .nav-link{
    text-transform: uppercase;

}
.home {
    background-image: url(img/bgfloral2.png);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    margin-top: -6rem;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.home .couple {
    margin-top: 100px;
}

.home .couple h3{
    font-family: "Monsieur La Doulaise", cursive;
    font-size: 2.4rem;
    color: #FA8112;
    text-shadow: var(--shadow);
}

.home .couple img{
    width: 100%;
}

.home .heart {
    width: 50px;
    height: 50px;
    background-color: #F5E7C6;

    display: flex;
    border-radius: 50%;
    box-shadow: var(--shadow);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(65px);
}

.home .heart i {
    margin: auto;
    color: #FA8112;
}
.info, .rsvp{
    background-color: #222222;
    background-image: url(img/bg2.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    color: #F5E7C6;
    padding-top: 10rem;
    padding-bottom: 8rem;
}
 .info .card{
    background-color: rgba(255, 255, 255, 0.2)!important;
    color: #F5E7C6 !important;
    border: 1px solid #999;
 }

 .info .card-header {
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
 }

 .info .card-body{
    font-size: 1rem;
 }
 .info .card-footer{
    border-top: 1px solid #999;
    font-size: 0.9rem;
    font-weight: 300;
 }

 .story, .gallery, .rsvp, .gifts{
    padding-top: 10rem;
    padding-bottom: 8rem;
 }
 .story span, .gallery span, .gifts span{
    text-transform: uppercase;
    color: #444;
    font-size: 0.9rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.5rem;
 }
 .story p, .gallery p, .rsvp p, .gifts p{
    font-size: 1rem;
    font-weight: 300;
 }
 .timeline {
    list-style: none;
    padding: 1.4rem 0;
    margin-top: 1rem;
    position: relative;
 }

 .timeline::before{
    content: '';
    top : 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    background-color: #222222;
    left: 50%;
 }

 .timeline li{
    margin-bottom: 1.5rem;
    position: relative;

 }

 .timeline li::before, .timeline li::after{
    content: '';
    display: table;

 }

 .timeline li::after{
    clear: both;
 }

 .timeline li .timeline-image {
    width: 160px;
    height: 160px;
    background-color: #222222;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-size: cover;
 }

 .timeline li .timeline-panel{
    width: 40%;
    float: left;
    border: 1px solid #222222;
    padding: 2rem;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
 }
 .timeline li .timeline-panel::before{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 14px solid #222222;
    border-right: 0 solid #222222;
    border-bottom: 14px solid transparent;
    top: 60px;
    right: -14px;
}

.timeline li .timeline-panel::after{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    top: 60px;
    right: -13px;
}

.timeline li.timeline-inverted .timeline-panel{
    width: 40%;
    float: right;
    border: 1px solid #222222;
    padding: 2rem;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
 }

 .timeline li.timeline-inverted .timeline-panel::before{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 0 solid #222222;
    border-right: 14px solid #222222;
    border-bottom: 14px solid transparent;
    top: 60px;
    left: -14px;
    right: auto;
}
.timeline li.timeline-inverted .timeline-panel::after{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    top: 60px;
    left: -13px;
    right: auto;
}

.gallery{
    background-color: #F5E7C6;
    min-height: 100vh;
}

.rsvp{
    background-color: #222222;
}
.rsvp button, .gifts .container .atmCard ul li button{
    background-color: #FA8112;
    color: var(--pink);
    border: 1px solid #FA8112;
}

.rsvp button:hover, .gifts .card-body button:hover{
    background-color: var(--pink);
    color: #F5E7C6;
    border: 1px solid #F5E7C6;
}
.gifts{
    min-height: 87vh;
}
.gifts .card{
    max-width: fit-content;
    height: auto;    
    left: 50%;
    transform: translateX(-50%);
}
.gifts .card-body{
    background-image: url(img/cradit-card.png);
    background-size: cover;
    height: 190px;
    width: 300px;
}
.gifts .card-body .bank{
    color: #fff;
    display: flex;
    justify-content: end;
    font-weight: bold;
    padding: 3px;
    margin-bottom: 45px;
    font-size: 40px;
}
.gifts .card-body .norek{
    color: #fff;
    display: flex;
    justify-content: start;
    font-weight: bold;
    font-size: 15px;
    align-items: end;
}
.container .card-body button{
    align-items: end;
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: 1rem;
    color: #fff;
    height: 30px;
    font-size: 12px;
}

footer{
    padding: 3rem;
    background-color: #FA8112;
    color: #F5E7C6;
}

footer a{
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
footer a:hover{
    color: #F5E7C6;
}
footer li{
    list-style: none;
    display: inline;
}

.audio-icon-wrapper{
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position:fixed ;
    bottom: 2.5rem;
    right: 2rem;
    cursor: pointer;
    color: white;
    opacity: 0.5;
    mix-blend-mode: difference;
    animation: rotating 4s linear infinite;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

/* Media query*/
/* extra large */

@media (max-width : 1200px){
    .home .heart {
        transform: translateX(-50%) translateY(45px);
    }
}
/* Laptop*/
@media (max-width: 992px){
html {
    font-size: 75%;
}
.home .heart {
    display: none;
}

.timeline::before{
    left: 60px;
}
.timeline li .timeline-image{
    left: 15px;
    margin-left: 45px;
    top: 16px;
}
.timeline li .timeline-panel{
    width: calc((100% - 200px));
    float: right;
}
.timeline li.timeline-inverted .timeline-panel{
    width: calc((100% - 200px));
    float: right;
}
.timeline li .timeline-panel::before{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 0 solid #222222;
    border-right: 14px solid #222222;
    border-bottom: 14px solid transparent;
    top: 60px;
    left: -14px;
    right: auto;
}
.timeline li .timeline-panel::after{
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    top: 60px;
    left: -13px;
    right: auto;
}
}
/* tablet */
@media (max-width: 768px){
    html {
        font-size: 65% ;
    }
    .mynavbar .nav-link{
        font-size: 2rem;
        text-align: center;
    
    }
    .timeline li .timeline-image{
        width: 130px;
        height: 130px;
    }
    
}
/* media phone */
@media (max-width: 576px){
    html {
        font-size: 60% ;
    }
    .timeline li .timeline-image{
        width: 80px;
        height: 80px;
    }

    .timeline li .timeline-panel{
        width: 60%;
        transform: translateX(-20px);
    }
    .timeline li.timeline-inverted .timeline-panel{
        width: 60%;
        transform: translateX(-20px);
    }
    .timeline li .timeline-panel::before{
        top: 37px;
    }
    .timeline li .timeline-panel::after{
        top: 37px;
    }
    .timeline li.timeline-inverted .timeline-panel::before{
        top: 37px;
    }
    .timeline li.timeline-inverted .timeline-panel::after{
        top: 37px;
    }

}