.alexbrush{
    font-family: 'Alex Brush';
}
/* .playfairdisplay{
    font-family: 'Playfair Display';
} */
.poppins{
    font-family: 'Poppins';
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background: none;
}
.navbar-logo-black{
    height: 64px;
    width: 64px;
}
.navbar-logo-white{
    height: 30px;
    width: 30px;
}
@media (min-width: 768px){
    .navbar-logo-white:not(.active){
        display: none;
    }
}
@media (max-width: 767px){
    .navbar-logo-white{
        height: 30px;
        width: 30px;
    }
    .navbar-logo-black{
        display: none;
    }
}
.nav-main-title{
    /* font-family: 'Poppins'; */
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}
@media (min-width: 768px){
    .nav-main-title.big{
        font-size: 2rem;
        padding: 1rem;
    }
}
@media (min-width: 768px){
    .navbar-collapse.line{
        border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    }
}
.navbar .nav-link{
    font-family: 'Poppins';
}
.navbar .nav-link.active .underline.black{
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}
.navbar .nav-link.active .underline.white{
    border-bottom: 1px solid #f8f9fa;
}
@media (max-width: 767px){
    .navbar .nav-link.active .underline.black{
        border-bottom: 1px solid #f8f9fa;
    }
}
@media (max-width: 767px){
    .navbar{
        background-color: rgba(0, 0, 0, 0.75) !important;
    }
    .navbar .nav-heart{
        display: none;
    }
}
.navbar.bg-tran-bk{
    background-color: rgba(0, 0, 0, 0.75) !important;
}
.navbar .nav-heart{
    padding: 16px 8px;
    font-size: 8px;
}

.navbar-text-color.black{
    color: rgba(0, 0, 0, 0.50);
}
.navbar-text-color.white{
    color: #f8f9fa;
}
@media (max-width: 767px){
    .navbar-text-color.black{
        color: #f8f9fa;
    }
}

@media (max-width: 767px){
    #main_banner{
        padding-top: 49px;
    }
}
.banner-carousel .overlayer{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    z-index: 1;
    opacity: 0.3;
}
.banner-carousel{
    padding: 0 0;
}
.banner-carousel .carousel-item img{
    /* min-height: 90vh; */
    /* max-height: 90vh; */
    object-fit: cover;
    object-position: center;
}

.banner-carousel .carousel-indicators li{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 10;
}
.banner-carousel .banner-content{
    position: absolute;
    top: 40%;
}
.banner-carousel .banner-content.banner-content-bottom{
    top: 60%;
}
.banner-carousel .banner-content .top-msg,
.banner-carousel .banner-content .bottom-msg{
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.50);
    text-align: center;
}
.banner-carousel .banner-content .top-msg{
    font-size: 4vh;
    animation: fadeInDown linear 1s;
    -webkit-animation: fadeInDown linear 1s;
    -moz-animation: fadeInDown linear 1s;
    -o-animation: fadeInDown linear 1s;
    -ms-animation: fadeInDown linear 1s;
}
.banner-carousel .banner-content .bottom-msg{
    font-size: 6vh;
    animation: fadeInUp linear 1s;
    -webkit-animation: fadeInUp linear 1s;
    -moz-animation: fadeInUp linear 1s;
    -o-animation: fadeInUp linear 1s;
    -ms-animation: fadeInUp linear 1s;
}
@keyframes fadeInDown {
    0% {opacity:0;transform: translateY(-40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-moz-keyframes fadeInDown {
    0% {opacity:0;transform: translateY(-40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes fadeInDown {
    0% {opacity:0;-webkit-transform: translateY(-40px);}
    100% {opacity:1;-webkit-transform: translateY(0);}
}

@-o-keyframes fadeInDown {
    0% {opacity:0;transform: translateY(-40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-ms-keyframes fadeInDown {
    0% {opacity:0;transform: translateY(-40px);}
    100% {opacity:1;transform: translateY(0);}
}
@keyframes fadeInUp {
    0% {opacity:0;transform: translateY(40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-moz-keyframes fadeInUp {
    0% {opacity:0;transform: translateY(40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-webkit-keyframes fadeInUp {
    0% {opacity:0;-webkit-transform: translateY(40px);}
    100% {opacity:1;-webkit-transform: translateY(0);}
}

@-o-keyframes fadeInUp {
    0% {opacity:0;transform: translateY(40px);}
    100% {opacity:1;transform: translateY(0);}
}

@-ms-keyframes fadeInUp {
    0% {opacity:0;transform: translateY(40px);}
    100% {opacity:1;transform: translateY(0);}
}

@media (max-width: 767px){
    .banner-carousel .banner-content .top-msg{
        font-size: 24px;
    }
    .banner-carousel .banner-content .bottom-msg{
        font-size: 32px;
    }
}

.countdown-container .date{
    font-size: 24px;
}
.countdown-container .address{
    
}
.countdown-box{
    width: 6vw;
    height: 6vw;
    padding: 8px;
    background-color: white;
}
@media (max-width: 1008px){
    .countdown-box{
        width: 10vw;
        height: 10vw;
    }
}
@media (max-width: 640px){
    .countdown-box{
        width: 16vw;
        height: 16vw;
        font-size: 12px;
    }
}
.countdown-amount{
    font: 400 20px/20px poppins;
}

.countdown-period{
    font: 400 12px/12px poppins;
}

.back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.container-title{
    font-family: 'Alex Brush';
    text-align: center;
    font-size: 5vh;
}

.event-map{
    height: 40vh;
}

@-webkit-keyframes flower_rotate {
    0% { -webkit-transform: rotate(0) }  
    100% { -webkit-transform: rotate(360deg) }
}
  
@keyframes flower_rotate {
    0% { transform: rotate(0) }  
    100% { transform: rotate(360deg) }
}

#lightSlider li {
    text-align: center;
}

.default-text{
    font-family: 'Poppins';
}
.sub-title{
    font-family: 'Playfair Display';
}
.btn{
    /* font-family: 'opensans'; */
}
.rsvp{
    /* margin-top: 5rem; */
    /* padding-top: 5rem; */
    /* padding-bottom: 5rem; */
}
#rsvp_form label{
    font-size: 14px;
    margin: 0;
}
.rsvp img{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 0.5;
}
#rsvp_form{
    overflow: hidden;
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s;
}

.time-line-box {
    /* height: 25rem;  */
    padding-top: 5rem;
    width: 100%;
    /* font-family: 'opensans'; */
}
.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}
.time-line-box .timestamp {
    margin: auto;
    /* margin-bottom: 5px; */
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.time-line-box .status {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    border-top: 2px solid #CACACA;
    position: relative;
    transition: all 200ms ease-in;
    flex-direction: column;
}
.time-line-box .status .time {
    color: #CACACA;
}
.time-line-box .status span:before {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #CACACA;
    /* border-radius: 12px; */
    border: 1px solid #CACACA;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}
.swiper-container {
    width: 95%; 
    margin: auto;
    overflow-y: auto;
}
.swiper-wrapper{
    display: inline-flex;
    flex-direction: row;
    overflow-y:auto;
    justify-content: center;
}
.swiper-container::-webkit-scrollbar-track{
    background:#000;
}
.swiper-container::-webkit-scrollbar{
    height: 0px;
}
.swiper-container::-webkit-scrollbar-thumb{
    background: #4F4F4F !important;
}
.swiper-slide{
    text-align: center;
    height: 100%;
    position: relative;
}
.time-line-box img{
    height: 5rem;
}
@media (max-width: 640px){
    .swiper-slide{
        width: 40vw;
    }
}
@media (min-width: 641px){
    .swiper-slide{
        width: 20vw;
    }
}

.carousel-item {
    transition: -webkit-transform 1.6s ease-in-out;
    transition: transform 1.6s ease-in-out;
    transition: transform 1.6s ease-in-out, -webkit-transform 1.6s ease-in-out;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: 0s 1.6s opacity;
}

.story .outer-circle{
    background-color: #f7f7f7;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 4px;
}
.story .inner-circle{
    background-color: #71a076;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.story .vertical-line{
    background-color: #f7f7f7;
    width: 4px;
    height: 100%;
}
.story .line-circle{
    background-color: #f7f7f7;
    height: 48px;
    width: 48px;
    transform: translateX(-22px);
    position: absolute;
    top: calc(50% - 24px);
    border-radius: 50%;
}
.gallery-item img{
    height: 30vw;
    object-fit: cover;
    cursor: pointer;
}
@media (min-width: 641px){
    .gallery-item img{
        height: 20vw;
    }
}
.gallery-item img:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.splide__slide img {
	width : 100%;
	height: auto;
}
.rsvp .form-control{
    background-color: rgb(0,0,0,0.2);
    border: none;
}
.rsvp-message{
    resize: none;
}

.img-container{
    overflow: hidden;
}
.img-container img{
    transition: transform .4s;
}
.img-container img:hover{
    transform: scale(1.1);
}

.gallery .page-container{
    display:none;
}
.gallery .page-active{
    display:block;
}
.gallery .page-item.first,
.gallery .page-item.last{
    /* display:none; */
}
.gallery .pagination{
    font-size: 14px;
}
.page-item.active .page-link{
    background-color: #6c757d;
    border-color: #6c757d;
}
.youtude-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-right: 80px;
}
.youtude-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabs {
    /* max-width: 600px; */
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  
  .tabs * {
    /* box-sizing: border-box; */
  }
  
  .tabs__bar-wrap {
    position: relative;
  }
  
  .tabs__bar-wrap.has-left-overflow::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
  }
  
  .tabs__bar-wrap.has-right-overflow::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
  }
  
  .tabs__bar-wrap.has-left-overflow::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  }
  
  .tabs__bar-wrap.has-right-overflow::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  }
  
  .tabs__bar {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 -5px 5px -3px rgba(0, 0, 0, 0.05);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  @media (min-width: 480px) {
    .tabs__bar {
      min-width: auto;
      overflow: hidden;
    }
  }
  
  .tabs__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #4285f4;
    will-change: transform;
    transform-origin: left;
  }
  
  .tabs__controls {
    flex: 1 0 auto;
    /* min-width: 150px; */
    display: block;
    padding: 16px 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #f7f7f7;
  }
  
  .tabs__controls.is-active {
    color: #4285f4;
  }
  
  @media (min-width: 480px) {
    .tabs__controls {
      min-width: auto;
    }
  }
  
  .tabs__controls:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  
  .tabs__controls:active {
    -webkit-user-select: none;
            user-select: none;
  }
  
  .tabs__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    /* width: calc(600px * 3); */
    overflow-y: hidden;
    /* background-color: #fff; */
    will-change: transform, height;
  }
  
  .tabs__content.has-grab {
    cursor: grabbing;
  }
  
  .tabs__section {
    /* padding: 30px; */
    /* width: 600px; */
  }