#maps{
width: 94%;
margin: 0 3% !important;
}

#rsvp.rsvp-top{
    position: relative;
    top: -1rem;
}


#maps .google-maps{
border: 10px solid #8d9db1;
box-shadow: 3px 0px 2px 5px #f9eced4f;
border-radius: 10px;
}

.shapeGalleries2 .elementor-shape-fill{
fill: #8d9db1;
}
.shapeGalleries2{
display: block !important;
bottom: 0 !important;
transform: rotate(180deg) scale(2) !important;
z-index: 1;
}

#coupleProfile h4 b{
font-family: brittney-signature;
color: #fdf4f9;
}
#coupleProfile .cover {
    background: #f1f6f985;
    width: 90%;
    margin: 5%;
    border-radius: 15px;
}
#coupleProfile .cover .container {
padding: 1rem;
}
#quote .container .text-center img{
width: 20% !important;
animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#coupleProfile .female {
margin-bottom: 40px;
}

#coupleProfile.minimalis .cover {
background: transparent;
}

#coupleProfile.minimalis .box-female img, #coupleProfile.minimalis .box img {
border-top-right-radius: 50%;
border-top-left-radius: 50%;
padding: 6px;
}

#coupleProfile.minimalis .grid-profile .imgWrapper{
width: 160px;
left: -5px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
color: #fdf4f9;
}

.stories {
padding-top: 4rem;
padding-bottom: 2rem;
}

#story{
padding:0;
}
#story , #rsvp{
border: 10px solid #8d9db1;
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/7tB7bgXZLCVKPmlBjCVMbu/2ac690d77c3a50478605279e153f2226/RSVP_5X3.5-.jpg');
background-size: cover;
border-radius: 15px;
width: 94%;
 margin: 0 3%;
}

#story .container {
padding-top: 20px;
width: 100% !important:
}


#quote .container .text-center:nth-child(3){
display: none;
}

#welcome .wrapper .text-wrapper .welcome-text{
font-size: 3rem !important;
}

#coupleProfile .col-lg-2 h1{
font-size: 2.5rem !important;
}

#coupleProfile h1{
color: #fdf4f9;
}

#quote .shapeBottom2{
bottom: -105px !important;
}

#story-slider{
max-height: 200px;
}
.quotes{
font-size: 16px !important;
font-weight: 400 !Important;
padding: 1rem; 
color: #8d9db1 !important;
}

.shape3{
display:block !important;
}
.shape-fill{
fill: #fdf4f9;
}

#quote {
height: max-content;
margin-bottom: 2rem;
position: relative;
padding: 0 !important;
}

#quote .container{
padding:0;
}

.video .cover, #galleries{
padding-bottom: 0;
}

.video {
margin-top: -1px;
padding-top: 2rem;
}


.video .cover{
border: 10px solid #8d9db1;
width: 94%;
margin: 0 3%;
border-radius: 15px;
}

#galleries{
padding-top: 0 !important;
}

.main-page, .layout-cover{
background-color: #fdf4f9 !Important;
}

#coupleProfile{
margin: 1rem 0;
padding-top: 4rem;
padding-bottom: 4rem;
background-color: #8d9db1;
position: relative;
border-radius: 130px;
}

#coupleProfile h5 b{
font-family: brittney-signature;
}
#coupleProfile.default .female .box-female::before, 
#coupleProfile.minimalis::before,
#countdown::before {
content: "";
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/6ukDKQlnzuk2PtOOzkSiJy/829758eee544c2e1aee29cb7bd282e29/New_Project__18_.png');
position: absolute;
background-size: cover;
background-repeat: no-repeat;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
z-index: 2;
}

#countdown::after {
content: "";
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/1t8pngDi3NPD1N9O4i1SJu/ef0b2a5c4a3308586a98bedea4027e7a/New_Project__18___1_.png');
 top: 34%;
   margin-left: 100%;
    width: 142px;
    height: 166px;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
animation-name: pulse;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#coupleProfile.default .female .box-female::before {
animation-name: profil;
width: 150px;
height: 170px;
}

#coupleProfile.default .male .box::before {
animation-name: profil;
   bottom: 0;
margin-left: 100px;
width: 150px;
height: 170px;
transform:scaleX(-1);
content: "";
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/1t8pngDi3NPD1N9O4i1SJu/ef0b2a5c4a3308586a98bedea4027e7a/New_Project__18___1_.png');
position: absolute;
background-size: cover;
background-repeat: no-repeat;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
z-index: 2;
}

#coupleProfile.default .female .box-female, #coupleProfile.default .male .box {
position: relative;
}

#coupleProfile.default .female .box-female::before {
   top:25px;
margin-left: -157px;
}

#coupleProfile.new_style::before {
   top: 42%;
}


#countdown::before {
animation-name: pulse;
 top: 50%;
    margin-left: -85px;
    width: 260px;
    height: 300px;
}

@keyframes pulse {
   0% {left:-85px; transform:rotate(-5deg);}
	25% {left:-78px; transform:rotate(5deg);}
	50% {left:-85px; transform:rotate(-5deg);}
	75% {left:-78px; transform:rotate(5deg);}
	100% {left:-85px; transform:rotate(-5deg);}
}

@keyframes profil {
   0% {left:100px; transform:rotate(-5deg);}
	25% {left:107px; transform:rotate(5deg);}
	50% {left:100px; transform:rotate(-5deg);}
	75% {left:107px; transform:rotate(5deg);}
	100% {left:100px; transform:rotate(-5deg);}
}


#story .container{
    padding-bottom: 1rem;
}

#countdown.finish, #countdown.going_on {
background-color: #fdf4f9;
padding-top: 5rem;
}
#countdown{
background-color: #8d9db1;
position: relative;
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/5M1fxaZZyyWhhVddo8BWXx/85d32fd404f606aa566dc1c9a3fcc8ea/New_Project__22_.png');
background-position-x: right;
    background-size: cover;
    background-position-y: center;
}

.countdown-section li span{
font-size: 2rem !important;
color: #8d9db1 !important;
}
#countdown li span b{
font-family: brittney-signature;
color: #fdf4f9;
}

.countdown-section li {
color: #fdf4f9 !important;
}

#countdown li#days span{
font-size: 3rem !important;
}

#countdown li span b{
font-weight: normal;
}

.countdown-section h1{
color: #fdf4f9 !important;
padding-top: 4rem;
}

#countdown .shapeCountdown{
display: block !important;
}

#countdown .shapeCountdown .elementor-shape-fill{
fill: #8d9db1;
}

#galleries .container p{
margin-bottom: 0 !important;
}

.quoteGalleries{
padding-top: 2rem;
position: relative;
padding-bottom: 4rem;
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/3ExyoIpLCtgpKgK8EgfhlE/35c9d1769f2d3c4c6a934baf67301e37/New_Project__24_.png');
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
}

.quoteGalleries p,  .quoteGalleries h1{
color: #8d9db1;
}

.shapeWeDetail{
display: block !important;
bottom: -50px;
}

.shapeWeDetail .elementor-shape-fill{
fill: #f6ffff;
}

.weddingDetailWrapper{
position: relative;
float: left;
}

#weddingDetail{
margin-bottom: 3rem;
position: relative;
background-color: #f6ffff;
padding-top: 0;
}
#countdown li#days span{
border: none;
}

#countdown .container.wrapBtn{
padding-bottom: 1rem;
    margin-bottom: 6rem;}

.tgl-acara{
margin-bottom: 2.5rem;
}

.btn-lokasi { border-radius: 5px !important;}

#countdown .btn-info, #countdown .btn-calendar{
background-color: #fdf4f9;
color: #8d9db1;
border-color: #8d9db1;
margin-bottom: 5px;
font-size: 14px;
border-radius: 5px !important;
}

.content-layout .btn.btn-outline-primary {
color: #f6ffff;
background-color: #8d9db1;
}
.content-layout .btn.btn-outline-primary:hover {
color: #8d9db1;
}
.adress p{
margin-bottom: 0px;
padding-bottom: 1rem;
color: #8d9db1;
}

#rsvp{
border-radius: 15px;
 margin: 2rem 3%;
padding-top: 1rem;
}

#rsvp .btn-success {
margin: 1rem 0;
color: #8d9db1;
background-color:#fdf4f9;
 border-color: #fdf4f9;
};

.lihat-lokasi{
margin: 0;
}

#live, #instagram-filter{
border: 10px solid #8d9db1;
width: 94%;
margin: 4rem 3% 3rem 3%;
border-radius: 15px;
}

 #instagram-filter{
z-index: 9;
position: relative;
}

#maps .google-maps{
padding-top: 1rem !important;
}

.rundown{
padding-top: 2rem;
padding-bottom: 1rem;
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/5sNdBJFePGQWXv7UH5njbu/aba0e5e639be082f6d71d8deaef28d5c/New_Project__26_.png');
background-size: cover;
 background-position: center;
}


.galleriSection #owl-slider .item, .owl-carousel .item{
height: 70vh !important;
}
.rundown .item-rundown{
padding-bottom: 3rem;
background-size: unset;
    background: #fdf4f938;
    box-shadow: 0px 3px 7px #d4d0d0;
    border-radius: 15px;
    padding: 2rem 1rem;
}

#adressWrapper{
border-radius: 10px;
float: left;
width:100%;
position: relative;
margin: 2rem 0;
}


#section-bottom{
padding-top: 0;
margin-top: 2rem;
    background-position-x: center;
    background-position-y: top;
}

.rundown .container{
width: 94% !important;
}

.rundown .container .cover {
margin-top: 2rem;
}

.rundown .container .cover p, #also_inviting li{
color: #333333 !important;
}


#wishes .cover h1{
padding-bottom: 2rem;
margin-bottom: 0;
padding-top: 2rem;
}

#wishes{
background-color: transparent !important;
padding-top: 0 !important;
}

.adress p{
font-size: 14px;
}

.moment-list {
box-shadow: 0px 3px 7px #d4d0d0;
width: 94% !important;
margin: 0 3%;
border-radius: 15px;
}

.wish_noimage_wrap{
max-height: 400px !Important;
margin: 0.5rem auto;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0px 3px 7px #d4d0d0;
}

.wishes{
margin: 0.5rem auto;
padding-top: 2rem;
padding-bottom: 10px;
}

.wishes .btn.btn-primary {
background-color: #8d9db1 !important;
color: #fdf4f9 !important;
border-radius : 10px !important;
padding: 10px;
}

.wishes input, .wishes textarea {
border: 1px solid #8d9db1ba;
}

#footer{
padding-top: 0;
margin-top: 3rem;
background-color: transparent !important;
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/33Onyi3NGCX59yQdesnUL4/d97bb5a544bdee8ff598f422554e96dc/New_Project__29_.png');
background-size: cover;
}

 @media only screen and (min-width: 1024px) {
    .layout-cover:not(.mobile) {
#quote{
background-size: contain;
}
}
}
#countdown p {position:relative; z-index:9;}

.container {
width: 100% !important;
}

#coupleProfile .couple-detail p{
font-size: 15px !important;
}

#section-bottom #leaves {
display: block !important;
}

#section-bottom #leaves i {
background-image: url('https://images.ctfassets.net/q40z6pfqje6o/6YNRkhiP3Re9ho3FevuzbL/98598f3acd23e06804ed687f471ea529/8.png');
}

#section-bottom #leaves i:nth-of-type(2n+2) {
background-image: url ('https://images.ctfassets.net/q40z6pfqje6o/z3PyHCC1mv54mXgRxWJKq/0b3c8d778cb2e8d622711183ca14dad2/4.png');
}

#section-bottom #leaves i:nth-of-type(4n+1) {
background-image: url ('https://images.ctfassets.net/q40z6pfqje6o/4Us1RJsSK28k59cMIEb3zq/e124cde24b2a0d9135771e86705299af/Branch_of_sakura_flowers_hand_drawn_cartoon_art_illustration-ai__2_.png');
}

.item-wish .message-wish{
background-color: transparent !important;
border: 1px solid #fdf4f9;
}
#wishes {position:relative; z-index:97;}
