html, .main, body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
:root{
    --main-height: 91vh;
    --nav-height: 9vh;
    --groom-color: #03c0cc;
    --bride-color: #f0397d;
}
.av-loader{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: white;
    z-index: 9999;
}
.loader-inner{
    height: inherit;
    background-color: #254949;
}
.clear{
    height: 50px;
}
.main{
    padding: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    overflow: hidden;
    position: fixed;
}
.main-container{
    padding-top: var(--nav-height);
}
#couple, #loveline, #people, #wedding, #gallery, #rsvp{
    display: none;
}
.bg-container{
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    padding-top: 50px;
    height: var(--main-height);    
    overflow-y: auto;
    overflow-x: hidden;
}
.bg-overlay-1{
    background: #1e001ba6;
    overflow: hidden !important;
}
.bg-overlay-2{
    background: #ffffffab;
}
.bg{
    height: var(--main-height);
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    width: 100vw;
    position: fixed;
}
.bg-couple h2{
    font-size: 2rem;
    margin: 2rem 0;
    font-weight: 300;
    letter-spacing: 0.5rem;
}
#bride-container, #groom-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.couple-name{
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    flex-direction: column;
}
.font-gv{
    font-family: 'Great Vibes', cursive;
}
.couple-name span{
    margin: 0 2rem; 
    color: #f0394d; 
    font-size: 2rem;
}
#wedding .couple-name{
    width: auto;
    font-size: 3rem;
} 
.inside-cont{
    display: block;
    height: -webkit-fill-available;
}
.tag-line{
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}
.countdown-container{
    display: flex;
    flex-direction: row;
    margin-top: 6rem;
}
.countdown-container>div{
    border: 3.5px solid #4dc6d6;
    border-radius: 50%;
    width: 21vw;
    height: 21vw;
    margin: 2vw;
    line-height: 1.8rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #ffffff0f;
}
.countdown-container .val{
    font-size: 2rem;
    margin-top: 1rem;
}
.countdown-container .text{
    font-size: 0.7rem;
}
.couple-img{
    width: 40vh;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-radius: 50%;
}
.people-img{
    width: 30vh;
    height: 30vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px #242222d9;
}
.ppl-title{cursor: pointer;}
.ppl-groom-tab ::after{
    border-top: 15px solid var(--groom-color);
}
.ppl-bride-tab ::after{
    border-top: 15px solid var(--bride-color);
}
#people .selected ::after {
    content: " ";
    position: relative;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: -60%;
    bottom: -46px;
}
.bg-people h2{
    font-size: 1.6rem;
    padding: 0.3rem 0.4rem;
    margin: 0.4rem 0 2rem;
    font-weight: 300;
    letter-spacing: 0.5rem;
}
.ppl-groom-tab > h2{
    width: 238px;
}
.ppl-bride-tab > h2{
    width: 218px;
}
.selected .groom-color, .groom-bg-color{
    background-color: var(--groom-color);
    color: #fff;
}
.selected .bride-color, .bride-bg-color{
    background-color: var(--bride-color);
    color: #fff;
}
.color-black{color: black;}
.groom-color{color: var(--groom-color);}
.bride-color{color: var(--bride-color);}
.page-title{
    font-size: 3rem;
    color: black;
}
#pplofgroom > div, #pplofbride > div {
    align-items: center;
}
.separator-cont{
    margin: 0 0 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.separator-cont div{
    width: 75px;
    border-bottom: 1px solid #f0394d;
}
.separator-cont span{
    font-size: 1.5rem;
    margin: 0 0.4rem;
    color: #f0394d;
}
.timeline{
    list-style: none;
}
.timeline:before{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: var(--bride-color);
    left: 32px;
    margin-left: -1.5px;
}
.timeline-container{
    margin-top: 1rem;
    position: relative;
}
.timeline-container::before{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #f0394d;
    left: 50%;
    margin-left: -1.5px;
    display: none;
}
.timeline > li > .timeline-badge{
    color: var(--bride-color);
    width: 30px;
    height: 30px;
    left: 15px;
    margin-top: 3.7rem;
    line-height: 36px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.timeline-panel{
    background-color: white;
    margin: 2rem;
    padding: 0.2rem 1rem;
    text-align: left;
}

.timeline > li {
    width: 100%;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    left: 58px;
    margin-top: 1.6rem;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline-heading>.title{
    font-family: 'Great Vibes', cursive;
    color: var(--bride-color);
    font-size: 2.2rem;
}
.timeline-heading>span{
    background-color: var(--groom-color);
    padding: 0.5rem 0.6rem;
    border-radius: 4px;
}
.timeline-body{
    color: black;
    padding: 1.2rem 0 1.5rem;
    font-weight: 300;
}
.timeline-body > div{
    overflow: hidden;
}
.timeline-body img{
    width: 100%;
    height: auto;
    margin-right: 1rem;
}
.timeline-body>.flex>img{
    animation: slide 10s ease-in-out 5s infinite alternate;
}
@keyframes slide {
    0% {transform: translateX(0);}
    5% {transform: translateX(calc( -100% - 1rem ));}
    25% {transform: translateX(calc( -100% - 1rem ));}
    30% {transform: translateX(calc( -200% - 2rem ));}
    50% {transform: translateX(calc( -200% - 2rem ));}
    55% {transform: translateX(calc( -300% - 3rem ));}
    75% {transform: translateX(calc( -300% - 3rem ));}
    80% {transform: translateX(calc( -400% - 4rem ));}
    100% {transform: translateX(calc( -400% - 4rem ));}
}
.date-card{
    background-color: white;
    color: black;
    padding: 0.6rem 1rem;
    margin: 2rem 1rem;
    box-shadow: 0px 0px 24px -12px;
}
.date-card img{
    height: 60px;
    width: auto; 
    margin: 1rem 0;
}
.date-card h5{
    color: var(--bride-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.date-card p{
    font-weight: 300;
}
.date-card i{
    color: var(--bride-color);
}
#gallery .img-container{
    width: 50%;
}
.gallery-container img{
    width: 100%;
    height: auto;
    border: 1px solid white;
    cursor: zoom-in;
}

.av_modal-box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #141313d9;
    z-index: 111;
    display: none;
}
.av_modal-box>.inner-container{
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.av_modal-box>.inner-container>div{
    height: inherit;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
}
.av_modal-box>.inner-container i{
    color: #f3f3f3;
    font-size: 2rem;
    text-shadow: 2px 2px 5px #000000f5;
    position: relative;
    cursor: pointer;
}
.av_modal-box>.inner-container i.fa-chevron-circle-left{
    left: 45px;
}
.av_modal-box>.inner-container i.fa-chevron-circle-right{
    right: 45px;
}
#gallery img:hover{
    opacity: 0.5;
}
.av_modal-box>.inner-container img{
    height: max-content;
    width: 100%;
    box-shadow: 0 12px 4px #292929;
}
.av-close{
    color: white;
    top: 16px;
    position: absolute;
    right: 23px;
    background-color: var(--bride-color);
    opacity: 1;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0.1rem 0.5rem;
    font-weight: bold;
    box-shadow: 2px 2px 2px 0px #010101;
    cursor: pointer;
}
.img-nav-container{
    cursor: pointer;
    width: 75px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.img-nav-container.l{left: 42px;}
.img-nav-container.r{left: -42px;}
@media only screen and (min-width: 426px) {
    .couple-name{
        font-size: 3.5rem;
    }
    .tag-line{font-size: 1.2rem;}
    .countdown-container>div{
        width: 12vw;
        height: 12vw;
    }
    .countdown-container .val{
        font-size: 2.5rem;
        margin-top: 1rem;
    }
}
@media only screen and (min-width: 426px) {
    :root{
        --main-height: 90vh;
        --nav-height: 10vh;
    }
    #pplofgroom > div, #pplofbride > div {
        margin: 0 0.9rem;
    }
    .av_modal-box>.inner-container{
        padding: 3rem;
    }
}
@media only screen and (min-width: 769px) {
    .couple-name{
        flex-direction: row;
        font-size: 3.5rem;
        width: 100vw;
    }
    .couple-name div { width: 45%;}
    .countdown-container>div{
        width: 10vw;
        height: 10vw;
    }
    .countdown-container .text{margin-top: 0.8rem;}
    .countdown-container .val{font-size: 3.2rem;}
    .timeline{padding-left: 0;}
    .timeline:before{left: 50%;}
    .timeline > li {width: 50%;}
    .timeline > li > .timeline-badge{left: 48%;}
    .timeline > li:nth-child(odd) > .timeline-panel:before{
        left: 46%;
        border-left: 14px solid #ffffff;
    }
    .timeline > li:nth-child(even) > .timeline-panel:before{
        left: unset;
        right: 46%;
    }
    .timeline > li:nth-child(2) { margin-top: 8rem;}
    .timeline > li:nth-child(3) { margin-top: -10rem;}
    .timeline-body img{width: 31%;}
    #gallery .img-container{
        width: 25%;
    }
    .av_modal-box>.inner-container img{
        height: 100%;
        width: auto;
    }
}
@media only screen and (min-width: 1025px) {
    .couple-name{
        font-size: 5.2rem;
    }
    .couple-name div { width: 46%;}
    .countdown-container>div{
        width: 9vw;
        height: 9vw;
    }
    .countdown-container .text{
        font-size: 1rem;
        margin-top: 1rem;
    }
    .countdown-container .val{
        font-size: 3.5rem;
    }
    
    .timeline > li > .timeline-badge{left: 48.5%;}
    .timeline > li:nth-child(odd) > .timeline-panel:before{ left: 47.2%; }
    .timeline > li:nth-child(even) > .timeline-panel:before{ left: 47.3%; }
}

/* ANIMATE CSS BEGINS */  
    .av-slower{
        --animate-duration: 1.4s;
    } 
    .av-slow{
        --animate-duration: 1s;
    }
    .av-wait-3{
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
    .av-wait-6{
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .av-wait-10{
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
/* ANIMATE CSS ENDS */

/* FONT CSS BEGINS */
    .av-font_1{font-size: 0.3rem;}
    .av-font_2{font-size: 0.6rem;}
    .av-font_3{font-size: 0.9rem;}
    .av-font_4{font-size: 1.2rem;}
    .av-font_5{font-size: 1.5rem;}
    .av-font_6{font-size: 1.8rem;}
    .av-font_7{font-size: 2.1rem;}
    .av-font_8{font-size: 2.4rem;}
    .av-font_9{font-size: 2.7rem;}
    .av-font_10{font-size: 3rem;}
/* FONT CSS ENDS */
    .pr-0, .px-0{padding-right: 0 !important;}
    .pl-0, .px-0{padding-left: 0 !important;}
    .pt-0, .py-0{padding-top: 0 !important;}
    .pb-0, .py-0{padding-bottom: 0 !important;}

    .pr-1, .px-1{padding-right: 0.5rem !important;}
    .pl-1, .px-1{padding-left: 0.5rem !important;}
    .pt-1, .py-1{padding-top: 0.5rem !important;}
    .pb-1, .py-1{padding-bottom: 0.5rem !important;}
    
    .pr-2, .px-2{padding-right: 1rem !important;}
    .pl-2, .px-2{padding-left: 1rem !important;}
    .pt-2, .py-2{padding-top: 1rem !important;}
    .pb-2, .py-2{padding-bottom: 1rem !important;}
    
    .pr-3, .px-3{padding-right: 1.5rem !important;}
    .pl-3, .px-3{padding-left: 1.5rem !important;}
    .pt-3, .py-3{padding-top: 1.5rem !important;}
    .pb-3, .py-3{padding-bottom: 1.5rem !important;}
    
    .pr-4, .px-4{padding-right: 2rem !important;}
    .pl-4, .px-4{padding-left: 2rem !important;}
    .pt-4, .py-4{padding-top: 2rem !important;}
    .pb-4, .py-4{padding-bottom: 2rem !important;}
    
    .pr-5, .px-5{padding-right: 2.5rem !important;}
    .pl-5, .px-5{padding-left: 2.5rem !important;}
    .pt-5, .py-5{padding-top: 2.5rem !important;}
    .pb-5, .py-5{padding-bottom: 2.5rem !important;}
    
    .pr-6, .px-6{padding-right: 3rem !important;}
    .pl-6, .px-6{padding-left: 3rem !important;}
    .pt-6, .py-6{padding-top: 3rem !important;}
    .pb-6, .py-6{padding-bottom: 3rem !important;}
/* Padding css ends */
    .mr-0, .mx-0{margin-right: 0 !important;}
    .ml-0, .mx-0{margin-left: 0 !important;}
    .mt-0, .my-0{margin-top: 0 !important;}
    .mb-0, .my-0{margin-bottom: 0 !important;}

    .mr-1, .mx-1{margin-right: 0.5rem !important;}
    .ml-1, .mx-1{margin-left: 0.5rem !important;}
    .mt-1, .my-1{margin-top: 0.5rem !important;}
    .mb-1, .my-1{margin-bottom: 0.5rem !important;}
    
    .mr-2, .mx-2{margin-right: 1rem !important;}
    .ml-2, .mx-2{margin-left: 1rem !important;}
    .mt-2, .my-2{margin-top: 1rem !important;}
    .mb-2, .my-2{margin-bottom: 1rem !important;}
    
    .mr-3, .mx-3{margin-right: 1.5rem !important;}
    .ml-3, .mx-3{margin-left: 1.5rem !important;}
    .mt-3, .my-3{margin-top: 1.5rem !important;}
    .mb-3, .my-3{margin-bottom: 1.5rem !important;}
    
    .mr-4, .mx-4{margin-right: 2rem !important;}
    .ml-4, .mx-4{margin-left: 2rem !important;}
    .mt-4, .my-4{margin-top: 2rem !important;}
    .mb-4, .my-4{margin-bottom: 2rem !important;}
    
    .mr-5, .mx-5{margin-right: 2.5rem !important;}
    .ml-5, .mx-5{margin-left: 2.5rem !important;}
    .mt-5, .my-5{margin-top: 2.5rem !important;}
    .mb-5, .my-5{margin-bottom: 2.5rem !important;}
    
    .mr-6, .mx-6{margin-right: 3rem !important;}
    .ml-6, .mx-6{margin-left: 3rem !important;}
    .mt-6, .my-6{margin-top: 3rem !important;}
    .mb-6, .my-6{margin-bottom: 3rem !important;}
/* margin css ends */

*::-webkit-scrollbar {
    width: 3px;
}
*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
*::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.5);
}
*::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}