@charset "utf-8";

html {
    height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
    min-height: 100%;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    /*font-family: helvetica, sans-serif;*/
    font-weight: 400;
}

img {
    width: 100%;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

h3, h4, h1 {
    margin: 0;
}

label {
    font-size: 13px;
    font-weight: 500;
}

p {
    margin-bottom: 0;
}

.form-control {
    border-color: #afafaf;
}

.form-control:focus, .form-control:hover {
    border-color: #102b4e !important;
}

.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}

.form-control.error {
    border: 1px solid red !important;
}

.error {
    color: red;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.container {
    width: 100%;
    padding: 0 60px;
}

.swal2-title {
    font-size: 16px;
    font-weight: 300;
}

/* Header */
/*.marquee {
    height: 50px;
    width: 100%;

    overflow: hidden;
    position: fixed;
    z-index: 1;
}

.marquee div {
    display: block;
    width: 200%;
    height: 50px;

    position: absolute;
    overflow: hidden;
    padding-top: 10px;

    animation: marquee 30s linear infinite;
}

.marquee span {
    float: right;
    width: auto;
    padding: 6px 20px;
    border: 1px solid #f9dfb5;
    background: #f9dfb5;
    border-radius: 25px;
    margin-right: 20px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}*/

.marquee {
    margin: 0 auto;
    width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.marquee__content {
    width: fit-content !important;
    display: flex;
    animation: marquee linear infinite;
}


.marquee__content:hover {
    animation-play-state: paused
}

.list-inline {
    display: flex;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-66.6%)
    }
}

.marquee ul li:first-child {
    margin-left: 100vw
}

.marquee ul li {
    color: black;
    background: rgba(249, 217, 166, 0.8);
    /*padding: .3rem;
    border-radius: .8rem;*/
    padding: 6px 20px;
    border-radius: 25px;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px
}

div.main-slide-message {
    top: 5px;
    left: 0;
    right: 0;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    font-size: 14px;
    z-index: 2;
}

/** Footer **/
.footer-content {
    padding: 18px;
    text-align: center;
}

/* Sidebar */
.music-area,
.register-area {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 1;
}

.register-area {
    top: 103px;
}

.btn-music,
.btn-register {
    font-family: 'Boogaloo';
    background: rgba(0, 0, 0, 0.65);
    color: #edf000;
    padding: 6px 18px;
    border: 2px solid #edf000;
    border-radius: 25px;
    font-size: 15px;
    letter-spacing: 1px;
}

.btn-music:hover,
.btn-register:hover {
    color: #333;
    background: #edf000;
}

/** Banner area **/
.banner-area {
    position: relative;
}

.banner-video {
    height: 550px;
    overflow: hidden;
}

.banner-video video {
    width: 100%;
    height: auto;
}

.banner-caption-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.35); */
    color: #ffffff;
    padding: 35px 15px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.banner-box {
    position: relative;
    height: 100%;
    width: 100%;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.banner-caption h3 {
    font-family: 'Boogaloo';
    font-size: 30px;
    letter-spacing: 8px;
}

.banner-caption h1 {
    z-index: 1;
}

.banner-caption h1,
.banner-caption h1 span {
    /* position: relative;
    font-family: 'Mr De Haviland';
    font-size: 115px; */
}

.banner-caption h1 span {
    /* position: absolute;
    width: 100%;
    color: #464646;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; */
}

.banner-caption h3:first-child, .banner-caption h1 {
    padding-bottom: 25px;
}

/** Photo area **/
.photo-wrapper {
    position: relative;
    width: 100%;
}

.photo-wrapper::before {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 95%;
    border: 1px solid #ffffff;
    /*-webkit-box-shadow:0 0 5px rgba(255,255,255,0.8);
    -moz-box-shadow:0 0 5px rgba(255,255,255,0.8);
    box-shadow:0 0 5px rgba(255,255,255,0.8);*/
}

.wedding-caption {
    font-family: 'Mr De Haviland';
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    letter-spacing: 5px;
}

.wedding-caption h3 {
    font-size: 55px;
}

/* Youtube Embed Link */
.youtube-embed-area {
    max-width: 800px;
    margin: auto;
    padding: 60px 0;
}

/** Countdown area **/
.countdown-bg {
    background-image: url('/assets/images/background/countdown-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.countdown-content {
    padding-top: 60px;
}

.countdown-header,
.invitation-header,
.location-time-header {
    text-align: center;
    font-family: 'Boogaloo';
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.countdown-header h3,
.invitation-header h3,
.location-time-header h3 {
    font-size: 32px;
}

.countdown-date {
    text-align: center;
}

#timer {
    font-size: 3em;
    font-weight: 100;
    color: white;
    /*text-shadow: 0 0 20px #48C8FF;*/
}

#timer div {
    display: inline-block;
    min-width: 90px;
    border: 2px solid #ddd;
    color: #333;
    font-weight: 400;
    border-radius: 8px;
    margin-right: 10px;
}

#timer div:last-child {
    margin-right: 0;
}

#timer span {
    color: #84ade0;
    display: block;
    font-size: .35em;
    font-weight: 300;
    padding: 5px 0;
    border-top: 2px solid #ddd;
}

/** Invitation area **/
.invitation-bg {
    background-image: url('/assets/images/background/invitation.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.invitation-content {
    padding: 50px 0 60px;
}

.invitation-form {
    width: 800px;
    border: 2px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

.guest-1,
.guest-2,
.guest-3,
.guest-4,
.guest-5 {
    display: none;
}

.invitation-remark {
    padding-bottom: 20px;
    font-size: 12px;
    color: #ec8888;
}

.submit-form {
    padding-top: 20px;
    text-align: center;
}

.btn-submit {
    padding: 4px 20px;
    border: 2px solid #333;
    background: #333;
    color: #ffffff;
    font-family: 'Boogaloo';
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}

.btn-submit:hover {
    background: transparent;
    color: #333;
}

/* Location & Time */
.location-time {
    /* padding-top: 60px; */
}

.location-content,
.time-content {
    text-align: center;
    padding-bottom: 30px;
}

.location-header h4,
.time-header h4 {
    font-size: 15px;
    padding-bottom: 15px;
}

.time-info p {
    font-size: 16px;
    font-weight: 500;
    color: #776767;
}

.location-link {
    padding-top: 15px;
}

.location-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-link li:first-child {
    margin-right: 30px;
}

.location-img {
    height: 50px;
}

.location-img img {
    width: auto;
    max-height: 100%;
}

.additional-content {
    padding-top: 30px;
}

/* Preloader */
.preloader-content {
    position: fixed;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 3;
}

.preloader-open {
    position: absolute;
    z-index: 2;
    top: 50%;
    /*left: 38%;
    transform: translate(-50%, -70%);*/
    left: calc(50% - 160px);
    transform: translateY(-70%);
}

.open-img {
    position: relative;
    height: 70px;
}

.open-img img {
    position: absolute;
    max-height: 100%;
    width: auto;
}

.preloader-left,
.preloader-right {
    position: absolute;
    width: 100%;
}

.left-img,
.right-img {
    position: relative;
    height: 100vh;
    width: 100%;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.left-img {
    /* background-image: url('/assets/images/background/envelope-left-fullwidth.png'); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.right-img {
    /* background-image: url('/assets/images/background/envelope-right-fullwidth.png'); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
}

.left-img img,
.right-img img {
    position: absolute;
    max-height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animated-pulse {
    -webkit-animation: pulse linear .8s infinite;
    animation: pulse linear .8s infinite;
}

.transform-active {
    width: 0;
}

/*.transform-active img {
    background-color: #333335;
    width: 0;
    -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -o-transition: all 2s ease;
      -ms-transition: all 2s ease;
      transition: all 2s ease;
}*/

/* Animation */
@-webkit-keyframes pulse {
    0% {
        height: 70px;
    }
    50% {
        height: 75px;
    }
    100% {
        height: 70px;
    }
}

@keyframes pulse {
    0% {
        height: 70px;
    }
    50% {
        height: 75px;
    }
    100% {
        height: 70px;
    }
}

/* Slideshow Page */
.slideshow-section {
    /* cursor: pointer; */
    /* background-color: #000; */
    height: 100%;
    width: 32vw;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    /* background-color: #fff; */
}

.slideshow-section:hover {
    /* cursor:grab; */
}

.slideshow-section:active {
    /* cursor: grabbing;  */
}

.slideshow-section .contents-container {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.slideshow-section .background {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-blend-mode: color-burn; */
    background-color:#fff;
}

.slideshow-section .background.no-image{
    background-image:none !important;
}

.slideshow-section .album-container {
    display: flex;
    flex-direction: column;
}

.slideshow-section .limit-width {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24vw;
    /* background-color: #000; */
}

.slideshow-section .labels-container {
    /* display: flex; */
    flex-direction: column;
    height: 100%;
    /* background-color: #000; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.slideshow-section .labels-container .label-text {
    width: 100%;
    height: 33.33%;
    /* color:#fff; */
    z-index: 1;

    /* font-size: 26px; */
    /* color:red; */

    /* display: flex; */
    align-items: center;
    justify-content: center;

    /* margin-bottom: 10vh; */
}

.slideshow-section .album-container,
.slideshow-section .album-col {
    height: 100%;
    /* height:100vh; */
    position: relative;
}

/* .slideshow-section .labels-container.active{
    display:flex !important;
}
.slideshow-section .img-container.active{
    display:block !important;
}
.slideshow-section .img-container.cover.active{
    display:inline-flex !important;
} */

.slideshow-section .img-container {
    background-color: transparent;
    height: 100%;
    border: none;
    outline: none;
}

.slideshow-section .img-container.cover {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    /* background-color: #000; */
    display: inline-flex;

    height: 65%;
}

.slideshow-section .img-container.image1 {
    /* display: inline-flex;
    align-items: stretch; */
}

.slideshow-section .img-container.image1 img {
    height: 100%;
}

.slideshow-section .img-container.image2 img {
    height: 50%;
}

.slideshow-section .img-container.image3 img {
    height: 33.33%;
}

.slideshow-section .img-container img {
    object-fit: cover;
    object-position: center;

    width: 100%;
    max-width: 100%;
}

.slideshow-section .img-container video {
    background-color: #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideLeft {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}

@keyframes slideRight {
    from {
        right: 100%;
    }
    to {
        right: -100%;
    }
}

/* Right Layer */
.right-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 100%;
    bottom: auto;
    right: 0;
    background: #fff;
    /*transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;*/
    z-index: 100;

}

/*.right-layer.none-transition{*/
/*    transition-property: none;*/
/*}*/
.right-layer.active {
    animation: slideLeft 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.right-layer--2 {
    width: 10%;
    background: #f4f1eb;
    /*transition-delay: 0.05s;*/
    z-index: 101;

    animation-delay: 0.05s !important;
}

.right-layer--3 {
    width: 90%;
    background: #fff;
    /*transition-delay: 0.1s;*/
    z-index: 102;

    animation-delay: 0.1s !important;
}

/* Left Layer */
.left-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    /*left: 0;*/
    bottom: auto;
    right: 100%;
    background: #fff;
    /*transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;*/
    z-index: 100;
}

/*.left-layer.none-transition{*/
/*transition-property: none;*/
/*}*/

.left-layer.active {
    /*left: 100%;*/
    animation: slideRight 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.left-layer--2 {
    width: 10%;
    background: #f4f1eb;
    /*animation: 0.05s;*/
    z-index: 103;

    animation-delay: 0.05s !important;
}

.left-layer--3 {
    width: 90%;
    background: #fff;
    /*animation: 0.1s;*/
    z-index: 102;

    animation-delay: 0.1s !important;
}

.slideshow-section .left-layout-btn-container,
.slideshow-section .right-layout-btn-container {
    width: 100px;
    height: 100%;
    /* background-color: #000; */
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.slideshow-section .left-layout-btn-container {
    left: 0;
}

.slideshow-section .left-layout-btn-container i,
.slideshow-section .right-layout-btn-container i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 600;
    /* color: #ffffff; */
    color: #808080;
}

.slideshow-section .left-layout-btn-container i{
    left: 10%;
}
.slideshow-section .right-layout-btn-container i{
    right: 10%;
}

.slideshow-section .right-layout-btn-container {
    right: 0;
}

.slideshow-section .loader-container {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for transparency */
    z-index: 1000; /* Ensure it's on top of other elements */
}

.slideshow-section .loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#0000 calc(1 * 100% / 6), #fff 0 calc(3 * 100% / 6), #0000 0),
    linear-gradient(#0000 calc(2 * 100% / 6), #fff 0 calc(4 * 100% / 6), #0000 0),
    linear-gradient(#0000 calc(3 * 100% / 6), #fff 0 calc(5 * 100% / 6), #0000 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
}

.slideshow-section .e-album-gallery-content{
    position: relative;
    padding-bottom: 5px;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slideshow-section .e-album-gallery-content h3{
    font-family: 'poor-weekdays';
    font-size: 50px;
    font-weight: 550;
}

.slideshow-section .e-album-gallery-content p{
    text-align:center;
    margin-top: 8px;
    letter-spacing:0.08em;
    color: #808080;
}

.slideshow-section .enquiry-btn{
    color: #bec8ae;
    border: 2px solid #bec8ae;
    padding: 6px 40px;
    font-size: 15px;
    margin: 30px;
}

.slideshow-section .enquiry-btn:hover{
    background-color:#bec8ae;
    color:#fff;
}

.slideshow-section .e-album-gallery-content img{
    width: 260px;
    object-fit: contain;
    object-position: center;
    margin-top: 30px;
}

.slideshow-section .footer-area{
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #808080;
    font-weight: 500;
    width:100%;
}

@keyframes matrix {
    0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
    }

    100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
    }
}

@media only screen and (width < 1200px

), screen and

(max-device-width:

1199px

) {
    .slideshow-section {
        width: 40vw;
    }


    .slideshow-section .limit-width {
        width: 28vw;
    }
}

@media only screen and (width < 992px

), screen and

(max-device-width:

991px

) {
    .slideshow-section {
        width: 42vw;
    }

    .slideshow-section .limit-width {
        width: 34vw;
    }
}

@media only screen and (width < 768px

), screen and

(max-device-width:

767px

) {
    .slideshow-section {
        width: 52vw;
    }

    .slideshow-section .limit-width {
        width: 44vw;
    }
}

@media only screen and (width < 576px

), screen and

(max-device-width:

575px

) {
    .slideshow-section {
        width: 70vw;
    }

    .slideshow-section .limit-width {
        width: 58vw;
    }
}

@media only screen and (width < 501px

), screen and

(max-device-width:

500px

) {
    .slideshow-section {
        width: 80vw;
    }

    .slideshow-section .limit-width {
        width: 66vw;
    }
}

@media only screen and (width < 481px

), screen and

(max-device-width:

480px

) {
    .slideshow-section {
        width: 100vw;
    }

    .slideshow-section .limit-width {
        width: 72vw;
    }
}

@media (max-width: 767px) {
    .youtube-embed-area {
        /* width: 100%; */
        padding-left: 0px;
        padding-right: 0px;
        /* padding-bottom: 0; */
    }

    /* .youtube-embed-area iframe {
        height: 250px;
    } */
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .btn-tab {
        padding: 5px 12px;
        margin-right: 2px;
        margin-bottom: 5px;
        display: flex;
    }
}


