@import url('https://fonts.googleapis.com/css2?family=Playwrite+NG+Modern:wght@100..400&family=Playwrite+US+Trad:wght@100..400');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+MX:wght@100..400&family=Raleway+Dots&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+QLD:wght@100..400&display=swap');
body,html {
    height: 100%;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    color: #FFFFFF;
    background: radial-gradient(circle, #545453, #1B1C1C);
}

p{
    margin-bottom: 0.5rem;
}
h2{
    font-family: "Kaushan Script", cursive;
    font-weight: 700;
    font-size: 1.5rem;
    color: #CC9933;
}

.btn-gift {
    background: linear-gradient(to right, #ffffff 0%, #688E3D 100%);
    color: #8B5E3C;
    font-weight: 600;
}

h3.heading-title{
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Kaushan Script", cursive;
    color: #CC9933;
}

.text-heading{
 margin-top: 100px;
 color: #FFFFFF;
}

.heading-subtitle{
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    width: auto;
    justify-content: center;
    text-align: center;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
}

.image-cover {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.star-shape {
    width: 200px;
    height: 200px;
    background-image: url('/theme/graduation/triumph/cover.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.img-cover {
    border-radius: 50%;
    width: 145px;
    height: 145px;
    object-fit: cover;
    background-blend-mode: lighten;
    position: absolute;
}


.cover-img{
    margin-right: 5px;
}

.bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.princess-img {
    width: 450px;
    height: 200px;
}

.poni {
    margin-top: 25px;
}

.animasi{
    width: 40%;
}

.img-round {
    border-radius: 50%;
    width: 50%;
    height: auto;
}

@media (max-width: 768px) {
.heading-subtitle {
        font-size: 1.2rem;
        width: auto;
        justify-content: center;
        text-align: center;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
        .princess-img {
            width: 380px;
            height: 220px;
        }
                .poni {
                    padding-top: 10px;
                    width: 40%;
                }
            .animasi {
                    width: 50%;
                }

        .cover-img{
            width: 45%;
        }
}

.mobile-layout{
    max-width: 414px;
    margin: 0px auto;
    height: 100%;
}
.mobile-layout.not-open{
    position: fixed;
    margin: auto;
}
@media screen and (min-width: 768px) {
    .mobile-layout.not-open{
        position: initial;
        margin: auto;
    }
}
.cover {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/theme/graduation/triumph/bg-triumph.webp') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#rsvp{
    position: relative;
    width: 100%;
    background: radial-gradient(circle, #545453, #1B1C1C);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#cover.opened{
    transition: 4s;
    left: 0;
}

.black-cover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba( 0,0,0,0.8);
}
.white-cover{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba( 252,252,252,0.65);
}
.container.greetings{
    position: relative;
    top: 120px;
    z-index: 3;
}
.left{
    float: left;
}
.w30percent{
    width: 30%;
}
.right{
    float: right;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.text-gold{
    color:#a79171 !important;
}

.btn.open-invitation {
    background: #CC9933;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    font-weight: 700;
    border-radius: 70px;
    height: 50%;
}

.btn.btn-peta {
    background: #CC9933;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    font-weight: 700;
    border-radius: 70px;
}

.inviters{
    font-family: "Ubuntu", sans-serif;
    color: #754C29;
    font-weight: 600;
    font-size: 15;
    color: #FFFFFF;
}


.logo-wrapper {
    background: url('/theme/birthday/princess/mahkota.webp') no-repeat center center;
    background-size: cover;
    display: inline-block;
    background-size: 50%;
    padding: 10px;
    border-radius: 5px;
}


.grom-bride-cover{
    font-family: "Satisfy", cursive;
    font-size: 1.8rem;
}
.top-cover-area{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
}
.bottom-cover-area{
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
img.right{
    float: right;
}
img.left{
    float: left;
}
.content{
    height: 100%;
}
.content.dark p,.content.dark h1,.content.dark h2,.content.dark h3,.content.dark h4,.content.dark h5,.content.dark h6{
    color: #3e3d3c;
}
.content .container{
    padding: 50px 20px !important;
}
.content .container.paper{
    padding: 16px 20px !important;
}
.content .container.paper .row.paper{
    height: 100%;
    margin: 0px;
    border-radius: 10px;
    padding: 30px 0px 0px 0px;
}
.p5{
    padding: 5px;
}
.with{
    font-family: 'halosense';
}

.circle-couple{
    background: url(../images/circle.png) center center/100% no-repeat local;
    width: 150px;
    height: 150px;
    display: table;
    z-index: 10;
    margin: 5px auto;
}
.circle-couple img{
    margin: 20px 0px;
}
.title-inviter,h2.title-inviter{
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    color: #CC9933;
    font-weight: 400;
    font-size: 1.2rem;
}
h2.title-inviter{
    font-size: 1.5rem;
}
.heading{
    font-size: 1.2rem;
    font-family: "Playwrite NG Modern", cursive;
    color: #695e5f;
    transition: 1s;
    left: 0;
}
.subheading{
    font-size: 1.5rem;
    font-family: 'bufallo';
}
p.text{
    font-size: 0.99rem;
}
p.opening_quote,p.parent{
    font-size: 0.85rem;
}
p.location, p.information{
    font-weight: 600;
    font-size: 0.95rem;;
}
p.powered{
    font-size: 0.8rem;
}
p.family{
    font-size: 1.3rem;
    font-family: 'bufallo';
}
.powered_by{
    width: 100%;
    margin: 50px 0px;
}
.table.no-padding td, .tableno-padding th {
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 200;
    font-size: 0.8rem;
}
.table.no-padding td.countdown{
    font-weight: 600;
    color: #222025;
    font-size: 1rem;
    text-align: center;
}
.border-top{
    border-top: 1px dashed #222025;;
}
.border-bottom{
    border-bottom: 1px dashed #222025;;
}
.table.no-padding td.day{
    font-size: 1.9rem;
    font-weight: 800 !important;
    color: #5d5d5d !important;
}
.top-ornament{
    position: absolute;
    top:0px;
    right: 0px;
}
.right-bottom-ornament{
    position: absolute;
    bottom: 0px;
    right:0px;
}
.left-bottom-ornament{
    position: absolute;
    bottom: 0px;
    left:0px;
}
img.top-ornament, img.left-bottom-ornament , img.right-bottom-ornament{
    opacity: 0.5;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #c8af8a;
}
.flip-vertical{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.flip-horizontal{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#map {
    height: 350px;
    width: 100%;
}
.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#control_audio{
    position: fixed;
    bottom: 20%;
    right: 6px;
    z-index: 1;
    border-radius: 100%;
    padding: 5px 10px;
    background: linear-gradient(138deg, #d3bc61, #eea61b);
}
.cover_scroll{
    overflow-y: scroll;
    scroll-behavior: smooth;
}

@media screen and (min-height: 480px) {
    .container.greetings{
        top: 15%;
    }
}
@media screen and (min-height: 680px) {
    .container.greetings{
        top: 20%;
    }
}


.hero .text{
    padding-top: 50px;
    z-index: 1;
}
.bg-primary {
    background-color: #5b8144!important;
    color: #fff;
}
#aniimated-thumbnials img{
    border-radius: 10px;
}
.container.gallery{
    padding:15px !important;
}

@media screen and (max-height: 600px){
    .hero.cover {
        max-width: 250px;
        height: 250px;
    }
    .grom-bride-cover {
        font-size: 1.5rem;
    }
}
.gallery{
    column-count: 2;
}
.gift-recommendation p {
    color: #000 !important;
}
.bride-cover-title{
    font-family: "Playwrite NG Modern", cursive;
    font-optical-sizing: auto;
}
.rotate {
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.event {
    position: relative;
    background: radial-gradient(circle, #545453, #1B1C1C);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

#map {
    height: 350px;
    width: 90%;
    border: 5px solid #CC9933;
    margin: auto;
    display: block;
}

.gift {
    position: relative;
    background: radial-gradient(circle, #545453, #1B1C1C);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
}

.galleries {
    position: relative;
    background: radial-gradient(circle, #545453, #1B1C1C);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.closing {
    position: relative;
    background: radial-gradient(circle, #545453, #1B1C1C);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
}

.countdown-box {
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    border: 3px solid #CC9933;
}


.countdown {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

#gift-recommendation {
    color: #ffffff;
}

.text-gift{
    color: #FFFFFF;
}

.day {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 700;
}

#galleries_thumbail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 5px;
}

.gallery-item {
    display: block;
    width: 100%;
}

.gallery-item figure {
    margin: 0;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.bank-details-box {
    background: linear-gradient(90deg, rgba(15, 12, 57, 1)0%, rgba(66, 66, 180, 1)39%, rgba(0, 212, 255, 1)100%);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
}

.bank-details p {
    text-align: center;
    margin-left: 50px;
}

.bank-name {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 16px;
    box-sizing: border-box;
}

.atm-chip {
    width: 70px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .bank-details-box {
        border-radius: 10px;
        padding: 20px;
        max-width: 300px;
        margin: 0 auto;
    }
}

.top-image {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.top-image img {
    width: 400px;
    height: auto;
}

.image-container{
    bottom: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            display: flex;
            justify-content: center;
}

#galleries .gallery-item {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}

#galleries .gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

@keyframes minion-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.astronaut {
    animation: float 3s ease-in-out infinite;
}


 .image-container {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .side-image {
     object-fit: cover;
     margin: 0 10px;
 }

 .rocket-left {
     animation: fly-left 4s ease-in-out infinite;
 }

 .rocket-right {
     animation: fly-right 4s ease-in-out infinite;
 }

 @keyframes fly-left {
     0% {
         transform: translate(0, 0);
     }

     25% {
         transform: translate(-10px, -20px) rotate(-10deg);
     }

     50% {
         transform: translate(-20px, 0) rotate(-5deg);
     }

     75% {
         transform: translate(-10px, 20px) rotate(0deg);
     }

     100% {
         transform: translate(0, 0);
     }
 }

 @keyframes fly-right {
     0% {
         transform: translate(0, 0);
     }

     25% {
         transform: translate(10px, -20px) rotate(10deg);
     }

     50% {
         transform: translate(20px, 0) rotate(5deg);
     }

     75% {
         transform: translate(10px, 20px) rotate(0deg);
     }

     100% {
         transform: translate(0, 0);
     }
 }




