@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap'); @import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap'); @import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap'); @import url('https://fonts.googleapis.com/css?family=Questrial&display=swap'); body { font-family: 'Nunito', sans-serif; letter-spacing: 1px; background: #fff; } #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 { height: 100%; width: 100%; text-align: center; background: #fff url('../../assets/images/popup1.png') no-repeat; background-size: 630px 456px; background-position: center 380px; z-index: 1000; position: fixed; left: 0; top: 0; transition: 1s; } #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: 20px; font-family: 'Mr De Haviland', cursive; text-align: center; font-size: 57px; line-height: 25px; } #modal .popup-content h2 { font-size: 15px; letter-spacing: 2px; } #modal .img-profil { width: 200px; height: 200px; border-radius: 50%; position: relative; border: solid 1px #e14b4b; padding: 7px; background: #fff; 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; } /* INTRO */ .intro { margin: 40px 0 40px; } /*HEADER */ #header { text-align: center; background: url(../images/bg-header.jpg) no-repeat bottom center; height: 500px; padding-top: 50px; } #header .header-tittle { background: #FFF; padding: 30px 0px; width: 550px; text-align: center; margin:0px auto; box-shadow: 0 0 10px #d8d8d8; border-radius: 20px; } #header h1 { font-family: 'Mr De Haviland', cursive; font-size: 55px; letter-spacing: 1px; line-height: 55px; } #header h2 { font-size: 15px; letter-spacing: 2px; line-height: 1px } #header h3 { font-size: 15px; line-height: 5px; padding-top: 5px; } .tittle-section { font-size: 20px; text-align: center; padding-bottom: 30px; letter-spacing: 4px; padding-top: 10px; } .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: #d6563f; 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; } #carouselHacked { width:100%; height:auto; position: relative !important; } #carouselHacked img { border-top-right-radius: 20px; border-top-left-radius: 20px; } /* PENGANTAR/PENUTUP */ #pengantar { letter-spacing: 1px; color:#817a75; } #pengantar img { padding: 20px 0px; } #penutup { letter-spacing: 1px; color:#817a75; } #penutup img { padding: 20px 0px; } /* SANG MEMPELAI */ #tentang-pasangan { padding: 25px 0 10px 0; font-family: 'Quicksand', sans-serif; position: relative; z-index: 77; } #tentang-pasangan h2 { font-size: 23px; letter-spacing: 0px; line-height:33px; } #tentang-pasangan p { margin-bottom: 20px; font-size: 15px; } #tentang-pasangan .img-profil { width: 260px; border-radius: 50%; margin-top: 30px; } #tentang-pasangan .fa-location-dot { color: #d6563f; } #tentang-pasangan .fa-instagram { font-size: 27px; color: #d6563f; padding:7px; } #tentang-pasangan .fa-facebook-f { font-size: 25px; color: #d6563f; padding:7px; } /* INFO ACARA */ #acara { background: #c15245; padding: 10px 5px; color: #606060; font-family: 'Questrial', sans-serif; } #acara .box { padding: 30px; background:#fff; margin: 0px auto; margin-top: -75px; padding: 10px; border-radius: 20px; } #acara h1 { font-size: 19px; letter-spacing: 1px; font-weight: bold; line-height: 10px; } #acara h2 { font-size: 16px; letter-spacing: 1px; line-height: 10px; } #acara h3 { font-size: 14px; letter-spacing: 1px; line-height: 19px; } #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 { font-size: 15px; padding: 7px 0px; border-radius: 20px; width: 230px; margin: 0px auto; background: #fff; color: #d6563f; border: solid 1px #d6563f; } #covid { line-height: 25px; letter-spacing: 1px; margin-top:20px; font-size: 15px; } /* 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; border: solid 1px #c15245; width:70px; margin-right: 5px; margin-bottom: 10px; color:#c15245; text-align: center; border-radius: 10px; } #countdown .main-counter .counter .head { font-weight: bold; } #countdown .main-counter .counter .head h1 { font-size: 25px; font-weight:500; line-height: 0px; letter-spacing: 0px; } #countdown .main-counter .counter .foot { padding-bottom: 5px; text-align: center; color: #c15245; border-radius: 0px 0px 10px 10px; } #countdown .tgl { padding: 0px 10%; } @media(max-width:766px) { #countdown .main-counter .counter .head { padding: 10px 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: 70px; margin-right: 2px; } #countdown .main-counter .counter .head { padding: 0px; } #countdown .main-counter .counter .foot { padding: 5px 0px; } } /* NEW GALERI */ #main-gallery { margin-top: 30px; position: relative; max-width: 100%; width: 100%; margin: 0px 5px; } .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 { color: #fff; background: #c15245; padding: 20px 15px 20px 15px; letter-spacing: 1px; } #konfirmasi .box { color: #000; background:#fff; border-radius: 10px; margin: 10px; padding:20px 10px 5px 10px; } #konfirmasi label { padding: 10px 0px 7px 0px; } #konfirmasi button { width: 100%; background: #c15245; color: #fff; margin: 10px 0px; 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 { font-family: 'Questrial', sans-serif; margin:0px auto; padding:5px; } #komentar .komentar-box { padding:25px; } #komentar .grid { border-bottom: #D6D6D6 dotted 1px; ; margin-bottom: 20px; } #komentar h2 { font-size: 14px; font-weight: bold; line-height: 15px; margin-bottom: 5px; } #komentar h4 { font-size: 13px; 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; font-family: 'Quicksand', sans-serif; } /* FOOTER */ #footer { width: 100%; height: 600px; text-align: center; padding:30px; background: url("../images/bg-footer.jpg") bottom right no-repeat; font-family: 'Quicksand', sans-serif; } #footer img { border-radius: 50%; width: 200px; } #footer h1 { margin-top:20px; font-family: 'Parisienne', cursive; font-size:25px; letter-spacing: 1px; line-height:30px; } #footer h2 { font-size:17px; margin-bottom:70px; letter-spacing: 2px; line-height:20px; } #footer h3 { font-size:13px; line-height:20px; letter-spacing: 1px; } #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 { text-align:center; background:url(../images/bg-header.jpg) no-repeat center center; background-size:cover; } #header .header-tittle { width: 90%; height: 310px; } .tittle-h2 { line-height: 60px; padding-bottom: 10px; font-size: 45px; } .tittle-h1 { padding-top: 30px; } #acara { padding: 5px; } #acara .box { width: 96%; line-height: 30px; } #acara .btn-map { font-size: 13px; } #acara .btn-protkes { font-size: 13px; padding: 3px 0px; width: 200px; } #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:10px; padding-top:20px; } .img-modal { width:90%; height: auto; } }