@import url('https://fonts.googleapis.com/css?family=Sanchez&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap'); @import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"); @import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap'); @import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap'); @import url('https://fonts.googleapis.com/css?family=Questrial&display=swap'); body { font-family: 'Nunito', sans-serif; letter-spacing: 1px; background:#f7f6f1; } #float-sample { position: fixed; background: #000; width: 100%; height: 55px; top: 0px; z-index: 999; color: #FFF; padding: 15px; font-size: 17px; letter-spacing: 2px; font-family: 'Quicksand', sans-serif;} /* AUDIO */ #btn-audio { position: fixed; right: 15px; bottom: 25px; display: flex; align-items: center; z-index: 1000; } #click-btn { z-index: 100; border: none; background-color: transparent; display: flex; justify-content: center; align-items: center; } #playPausebtn { width: 35px; } /* POPUP */ #modal { font-family: 'Nunito', sans-serif; height: 100%; width: 100%; text-align: center; background: #f7f6f1 url('../../assets/images/popup1.png') no-repeat; background-size: 300px 202px; background-position: center top; z-index: 1000; position: fixed; left: 0; top: 0; transition: 1s; color: #5b5b5b; } #modal .popup { position: relative; width: 100%; height: 100%; } #modal .popup-content { margin: 0px auto; padding: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 1000; } #modal .popup-content h1 { padding-bottom: 10px; font-family: 'Playfair Display SC', serif; font-size:43px; line-height: 55px; font-weight: bold; letter-spacing: 1.7px; } #modal .popup-content h2 { font-size: 15px; letter-spacing: 2px; line-height: 5px; } #modal .img-profil { width: 220px; height: 220px; border-radius: 50%; position: relative; margin-top: 30px; } #modal .popup-content .nama-tamu { text-transform: uppercase; font-size: 16px; line-height: 10px; margin: 10px; font-weight: bold; letter-spacing: 2px; } #modal .popup button { border: none; padding: 5px; border-radius: 25px; width: 190px; background: #e14b4b; color: #fff; margin: 0px auto; margin-top: 10px; } /*HEADER */ #header-top { z-index: 2; display: flex; align-items: center; width: 300px; height: 209px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; } #header-bg { display: block; width: auto; height: auto; margin: auto; } #header .header-tittle { background:#deb3a7; padding-top:175px; width: 400px; height: 500px; text-align: center; margin:0px auto; z-index: 1; color: #FFF; position: relative; top: 40px; left: 0; bottom: 0; right: 0; clear: both; } #header h1 { font-family: 'Playfair Display SC', serif; font-size:45px; font-weight: bold; letter-spacing: 1.7px; line-height: 55px; } #header h2 { font-family: 'Sanchez', serif; letter-spacing: 5px; font-size: 13px; } #header h3 { font-family: 'Sanchez', serif; letter-spacing: 2px; font-size: 13px; line-height:10px; } .tittle-section { font-size:35px; text-align:center; padding-bottom:20px; letter-spacing: 0px; padding-top:5px; font-family: 'Sacramento', cursive; color: #625664;} .tittle-section2 { font-size: 35px; font-family: 'Parisienne', cursive; text-align: center; padding-bottom: 20px; letter-spacing: 0px; padding-top: 10px; line-height: 50px; } .tittle-section3 { width:50px; height:2px; background:#deb3a7; border-radius:1px; margin:auto; bottom: 0; } /* CAROUSEL SLIDE */ .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } html, body,.carousel, .carousel-inner, .carousel-inner .item { height: auto; } .bg-bottom { height: 150px; position: relative; bottom: 0; left: 0; width: 100%; margin-top: -150px; /*----PENTING-----*/ background: rgb(247,246,241); background: linear-gradient(0deg, rgba(247,246,241,1) 21%, rgba(255,255,255,0) 93%); z-index: 99; } #bg-wave-top { margin-top: 90px; padding: 0px; height: 0px; position: relative; z-index: 99; } #bg-wave-top .wave-top { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; } #bg-wave-top .wave-top svg { position: relative; display: block; width: calc(100% + 1.3px); height: 50px; } #bg-wave-top .shape-fill { background-color:#f7f6f1; } /* PENGANTAR/PENUTUP */ #pengantar { letter-spacing: 1px; color:#333; } #pengantar img { padding: 20px 0px; } #penutup { letter-spacing: 1px; color:#333; } #penutup img { padding: 20px 0px; } /* SANG MEMPELAI */ #tentang-pasangan { padding: 0px 0 10px 0; font-family: 'Nunito', sans-serif; color: #7a7975; clear: both; } #tentang-pasangan h2 { font-size: 33px; font-family: 'Sacramento', cursive; color: #625664; } #tentang-pasangan p { margin-bottom: 20px; font-size: 15px; } #tentang-pasangan .container-pic { position: relative; width: 75%; margin: 0px auto; } #tentang-pasangan .pic { padding: 0px; margin: 0px; overflow: hidden; } #tentang-pasangan .pic img { width: 100%; display: block; } span.picframe { border: 2px #fff solid; display: block; width: 94%; position: absolute; top: 0px; left: 0px; height: 95%; margin: 3%; z-index:777; } #tentang-pasangan .fa-location-dot { color: #c38080; } #tentang-pasangan .fa-instagram { font-size: 27px; color: #c38080; padding: 7px; } #tentang-pasangan .fa-facebook-f { font-size: 25px; color: #c38080; padding: 7px; } #tentang-pasangan .fa-heart-o { margin: 3px; color: #d6563f; font-size: 15px; } /* INFO ACARA */ #acara { background: #deb3a7; padding: 20px; color: #606060; font-family: 'Questrial', sans-serif;} #acara .box { padding: 50px 20px; border-radius: 20px; background-position: center bottom; background-repeat: no-repeat; background-size: cover; background-image: url(../images/bg-acara.jpg), linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 56%); background-blend-mode: color; width: 100%; } #acara h1 { font-size:18px; letter-spacing: 1px; font-weight: bold; } #acara h2 { font-size:17px; letter-spacing: 2px; line-height: 10px;} #acara h3 { font-size:14px; letter-spacing: 2px; line-height: 20px; } #acara .btn-map { font-size: 15px; background-color: #d6563f; color: #fff; padding: 10px 20px; border-radius: 20px; } #acara .btn-map:hover { text-decoration: none; background-color: #fff; color: #d6563f; border:1px #d6563f solid; } #acara .btn-protkes { width: 250px; font-size: 15px; padding: 10px 20px; border-radius: 20px; margin: 0px auto; background: #fff; color: #d6563f; border: solid 1px #d6563f; } #covid { line-height: 25px; letter-spacing: 1px; margin-top:20px; } /* COUNTER */ #countdown .inline { display: inline-block; font-family: 'Poppins', sans-serif; font-weight:300; } #countdown .main-counter { position: relative; z-index: 3; } #countdown .main-counter .counter { background: #fff; width:70px; margin-right: 5px; margin-bottom: 10px; color:#bb4c38; text-align: center; border-radius: 10px; opacity: 0.9; } #countdown .main-counter .counter .head { font-weight: bold; } #countdown .main-counter .counter .head h1 { font-size: 25px; font-weight:500; line-height: 3px; letter-spacing: 1px; padding: 3px 0px; } #countdown .main-counter .counter .foot { padding-bottom: 5px; font-size: 15px; padding: 5px 0px; text-align: center; color: #f0a23c; } #countdown .tgl { padding: 0px 10%; } @media(max-width: 766px) { #countdown .main-counter .counter .head { padding: 0px 0px; } } @media(max-width: 587px) { #countdown .acara .container { padding: 0px; } #countdown .main-counter .counter{ width: auto; margin-right: 4px; } } @media(max-width: 500px) { #countdown .main-counter .counter{ width: 64px; margin-right: 2px; } #countdown .main-counter .counter .head { padding: 0px; } #countdown .main-counter .counter .foot { padding: 5px 0px; } } /* GALLERY - NEW*/ .fancy-gallery { text-align: center; } .fancy-gallery .container .gallery-item { -moz-column-count: 3; column-count: 3; -moz-column-gap: 1rem; column-gap: 1rem;} .fancy-gallery .container .gallery-item img { width: 100%; display: block; margin-bottom: 1rem; border-radius: 5px; transition: transform 0.3s ease;} @media (max-width: 768px) { .fancy-gallery .container .gallery-item { -moz-column-count: 2; column-count: 2; } } /* RSVP - NEW*/ #konfirmasi { padding: 0px 15px; letter-spacing: 1px; width: auto; } #konfirmasi label { padding: 10px 0px 7px 0px; } #konfirmasi button { width: 100%; background: #d6563f; color: #fff; padding: 7px; border: none; letter-spacing: 2px; } #konfirmasi .back { margin:0px auto; padding: 0px 15px ; } #konfirmasi .btn-back { background: #000; color: #fff; border-radius: 4px; font-size: 14px; } .form-group{ margin-bottom: 5px; } .form-group .has-error em.help-block{ font-size: 12px; color: #ff0000; margin-bottom: 0px; } /* KOMENTAR - NEW*/ #komentar { margin:0px auto; padding:5px; } #komentar .komentar-box { padding:25px; } #komentar .grid { border-bottom: #D6D6D6 dotted 1px; ; margin-bottom: 20px; } #komentar h2 { font-size: 15px; font-weight: bold; line-height: 15px; margin-bottom: 5px; } #komentar h4 { font-size: 14px; font-style: italic; } #komentar h5 { font-size: 11px; color: #A8A8A8; line-height: 10px; } /*QUOTE */ #quote { margin: 0px auto; font-size: 35px; font-family: 'Italianno', cursive; line-height: 30px; padding: 20px; } #quote .box { } #quote h2 { font-size: 16px; letter-spacing: 1px; font-family: 'Questrial', sans-serif; line-height: 27px; padding-top: 10px; } #quote h3 { font-size: 14px; letter-spacing: 1px; line-height: 5px; font-family: 'Quicksand', sans-serif; } /* FOOTER */ #footer { width: 100%; height: 550px; text-align: center; padding:30px; background: url("../images/bg-footer.jpg") bottom right no-repeat;font-family: 'Nunito', sans-serif; } #footer img { border-radius: 50%; width: 200px; } #footer .bottom { margin: 0px auto; position: relative; right: 0; } #footer h1 { margin-top: 50px; font-family: 'Sacramento', cursive; font-size: 33px; letter-spacing: 1px; line-height: 40px; } #footer h2 { font-size: 17px; margin-bottom: 70px; letter-spacing: 3px; line-height: 20px; } #footer h3 { font-size: 13px; line-height: 20px; } #footer h3 a { text-decoration: none; color:#d6563f; } #footer .social a { background:#d6563f; } #footer .social a i { color: #fff; } #footer a > img { width: 100px; } #footer .social { display: block; margin-bottom: 70px; } #footer .social a { padding: 10px 15px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; display: inline-block; margin: 2px; } @media(max-width:768px) { #header .header-tittle { width: 70%; padding-top: 400px ; height: 550px; } #header h1 { line-height: 60px; padding-bottom: 20px; } #header h2 { padding-top: 160px; font-size: 13px; } #header h3 { font-size: 13px; } #acara { padding: 7px; padding-top: 25px; } #acara .box { width: 98%; line-height: 25px; } #acara .btn-map { font-size: 13px; } #acara .btn-protkes { font-size: 13px; width: 200px; border-radius: 27px; padding: 5px; } #tentang-pasangan .pic { margin-top:10px; } #footer { padding: 0px; } #komentar { margin: 0px auto; padding:0px; } } @media(max-width:991px) { #header .header-tittle { width:90%; padding:20px; } }