/* UMUM */
@font-face {
    font-family: 'Modernline';
    src: url('https://undangandigitalbali.com/assets/fonts/modernline.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	height: 100%;

}

@font-face {
    font-family: 'Greenlight';
    src: url('https://undangandigitalbali.com/assets/fonts/Greenlight.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	height: 100%;

}

*:focus {
	outline: none!important;
}

body {
	font-family: 'Cardo', serif;
    font-weight: 400;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background-color: #fffbf5;
	color: #2c2c2c;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

section .heading,
footer .heading {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 3px;
    text-align: center;
    margin-top: -8px;
    z-index: 10;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

@media (max-width: 767px){
    section .heading,
    footer .heading{
        font-size: 26px;
    }
}

@media (max-width: 1024){
    section .sub-heading,
    footer .sub-heading{
        font-size: 38px;
    }
}

.section-title-img {
    margin-bottom: -10px;
    width: 58px;
    display: inline-block;
}

ul {
	margin: 0;
	padding: 0;
}

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

svg {
	max-width: 100%;
}

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

/* ANIMASI */
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.2, 0.2); opacity: 0;}
    50% {opacity: 1;}
    100% {-webkit-transform: scale(1.5, 1.5); opacity: 0;}
}

.animation-pulse {
	animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
}

/* ICON */
.icon {
	transition: color .4s ease;
}

.icon--sm {
	font-size: 20px;
}

.icon--md {
	font-size: 30px;
}

.icon--lg {
	font-size: 50px;
}

.icon--xl {
	font-size: 70px;
}

.icon--primary {
	color: #a9d2f1;
}

.icon--white {
	color: #fff;
}

.icon--black {
	color: #2c2c2c;
}

.icon:hover {
	color: #2c2c2c;
}

/* IE */
.icon--sm {
	width: 20px;
	height: 20px;
}

.icon--md {
	width: 30px;
	height: 30px;
}

.icon--lg {
	width: 50px;
	height: 50px;
}

.icon--xl {
	width: 70px;
	height: 70px;
}

.icon svg {
	fill: currentColor;
	display: block;
	width: 100%;
	height: 100%;
}

.icon .icon-inner {
	display: block;
	width: 100%;
	height: 100%;
}

/* PENGTURAN DASAR */

/* FONT */
.cfont-script {
	font-family: 'Modernline', cursive;
}

.ch1 {
	font-size: 36px;
}

.ch2 {
	font-size: 32px;
}

.ch3 {
	font-size: 28px;
}

.ch4 {
	font-size: 24px;
}

.ch5 {
	font-size: 20px;
}

/* BORDER */
.cborder-b-grey {
	border-bottom: 1px solid #f0eae8;
}

/* BACKGROUND */
.cbg-grey {
    background-color: #f0eae8;
}

.cbg-white {
	background-color: #fff;
}

.cbg-primary {
	background-color: #a9d2f1;
}

.cbg-black {
	background-color: #000000;
}

.img-grey {
    position:relative;
    width: 100%;
}

.img-grey .section-img-left {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 220px;
}

.img-grey .section-img-right{
    position: absolute;
    bottom: 5%;
    right: 0px;
    width: 190px;
}

@media(min-width: 768px) {
    .img-grey .section-img-right{
        width: 470px;
    }
    
    .img-grey .section-img-left {
        width: 460px;
    }
}

/* MARGIN */
.cmb-1 {
	margin-bottom: 10px;
}

.cmb-2 {
	margin-bottom: 20px;
}

.cmb-3 {
	margin-bottom: 30px;
}

.cmb-5 {
	margin-bottom: 50px;
}

.cmb-8 {
	margin-bottom: 80px;
}

.cmt-2 {
	margin-top: 20px;
}

.cmt-3 {
	margin-top: 30px;
}

.cmt-5 {
	margin-top: 50px;
}

.cmt-7 {
	margin-top: 70px;
}

.cmt-n-2 {
	margin-top: -20px;
}

.cmt-n-3 {
	margin-top: -30px;
}

/* HERO */
header {
    position: relative;
}

.hero {
	background-image: url('../img/hero.jpg'); /* Change to your image here */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 69vh;
	color: #fff;
	position: relative;
}

.hero--slide1 {
	background-image: url('../img/hero1.jpg'); /* Change to your image here */
}

.hero--slide2 {
	background-image: url('../img/hero2.jpg'); /* Change to your image here */
}

.hero--slide3 {
	background-image: url('../img/hero3.jpg'); /* Change to your image here */
}

.hero-body {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.hero img {
    display: inline-block;
}

.hero_title {
	font-size: 42px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 16px;
}

.hero_ornament {
	width: 120px;
	margin-top: -5px;
}

.hero_date {
	font-size: 22px;
	font-weight: 500;
	font-style: initial;
}

.shape {
    overflow: hidden;
    position: absolute;
    left: -50px;
    bottom: -5px;
    width: calc(265% + 1.3px);
    line-height: 0;
    direction: ltr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape svg {
    display: block;
    width: calc(265% + 1.3px);
    height: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape-fill {
    fill: #fffbf5;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media(min-width: 768px) {
	.hero__title {
		font-size: 52px;
	}
	
	.hero {
    	height: 90vh;
    }
	
	.shape svg {
        width: calc(166% + 1.3px);
        height: 72px;
    }
    
    .shape {
        width: calc(166% + 1.3px);
        bottom: -4px;
    }
}

@media(min-width: 992px) {
    .hero_title {
    	font-size: 58px;
    }
	
	.shape svg {
        width: calc(100% + 1.3px);
    }
    
    .shape {
        width: calc(140% + 1.3px);
        bottom: -3px;
    }
}

/* INTRO */
.intro {
	margin: 20px 0 40px;
}

.intro-content .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}

.intro-content__text {
	padding: 30px;
}

.intro-content__text h4 {
	font-weight: 600;
	font-style: initial;
	margin-bottom: 15px;
}

.intro-content__col {
	margin: 5px;
}

.intro-content__img {
	height: 100%;
	min-height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media(min-width: 992px) {
	.intro-content__col {
		width: 50%;
		position: relative;
	}

	.intro-content__img {
		min-height: 360px;
	}

	.intro-content__text {
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 100px 60px 35px 60px;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease;
	}

	.intro-content__col:hover .intro-content__text {
		opacity: 1;
	}
}

/* MEMPELAI */
.mempelai {
    margin-top: -50px;
}

.mempelai-foto{
    position: relative;
	margin: 50px;
}

.mempelai-foto .frame {
    border-radius: 255px;
    border: solid 3px #eed9ab;
}

.mempelai-foto .frame-1 {
    position: absolute;
    top: -2px;
    width: 100%;
}

@media(min-width: 992px) {
	.mempelai-foto{
	    margin: 50px auto;
        max-width: 260px;
    }
}

.mempelai-foto .daun-1 {
    position: absolute;
    left: -12%;
    bottom: 9%;
    width: 70px;
    z-index: 2;
}

.mempelai-foto .daun-2 {
    position: absolute;
    right: -12%;
    bottom: 9%;
    width: 70px;
    z-index: 2;
}

@media(min-width: 768) {
    .mempelai-foto .daun-1 {
        width: 150px;
        right: -16%;
        bottom: 10%;
    }
    
	.mempelai-foto .daun-2 {
        width: 135px;
        left: -11%;
        bottom: 10%;
    }
}
	
.mempelai-nama {
    font-family: 'Greenlight', serif;
    text-align: center;
    line-height: 1.4em;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: -50px;
    margin-bottom: 6px;
}

.mempelai-detail {
    text-align: center;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 10px;
}

.mempelai-ortu {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 19px;
}

/* QUOTE */
#quote {
    padding: 70px 0 70px;
    width: 100%;
    text-align: center;
}

.quote__text {
    margin-top: 10px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-style: initial;
}

.petik {
    font-size: 70px;
    margin-bottom: -35px;
    font-family: 'Secular One', sans-serif;
}

.petik-bawah {
    font-size: 70px;
    margin-top: -5px;
    font-family: 'Secular One', sans-serif;
}

/* HITUNG MUNDUR */
#countdown{
    padding: 70px 0;
	text-align: center;
	position: relative;
}

.countdown {
    padding-right: 22px;
    padding-left: 22px;
}

.countdown-box {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 0 6px 3px rgb(28 31 86 / 12%);
    background: #fffbf5;
    border-radius: 20px;
}

.countdown-img img {
    border-radius: 20px 20px 0 0;
}

.countdown-text {
    padding: 20px 5px 50px;
}

.countdown-box-text {
    margin-top: -10px;
    font-style: italic;
}

.counter-list {
	list-style: none;
	text-align: center;
	margin-top: 38px;
	padding-right: 0;
    padding-left: 0;
}

.counter-list__item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 4px;
}

.counter-box {
    background-color: #ef8f69;
    border-radius: 10px;
    padding: 20px 0 18px;
    color: #000;
}

.counter-list__item .counting {
    display: block;
    margin: 0 auto -3px;
    font-size: 32px;
    line-height: 1em;
}

.counter-list__item p {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

@media(max-width: 768px) {
    .counter-list {
	    margin-top: 18px;
	}

    .counter-box {
        padding: 16px 0 9px;
    }

    .counter-list__item {
        padding: 0 3px;
    }
	
    .counter-list__item .counting {
        font-size: 24px;
    }
    
    .counter-list__item p {
        padding: 0 0 6px;
        font-size: 14px;
    }
}

@media(min-width: 992px) {
	.counter-list__item .icon {
		top: 40%;
	}

	.counter-list__item .counting {
		font-size: 40px;
	}
	
	.counter-list__item p {
        padding: 0 0 6px;
        font-size: 16px;
    }
}

/* LOKASI */
#location {
	padding: 70px 0;
}

#location .card {
    background-image: url(../img/pawiwahan-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px;
	border-radius: 20px;
	box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
	transition: all .3s ease-in-out;
	padding: 56px 15px 26px;
	position: relative;
	margin: 30px 10px 50px 10px;
}

#location .card.resepsi {
    background-image: url(../img/resepsi-bg.jpg);
}

@media(max-width: 768px) {
	#location .card.resepsi {
        margin-top: -30px;
    }
}

#location .card:hover {
	transform: scale(1.05);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#location .card .card-header {
	background-color: transparent;
	border-bottom: 0px;
	-moz-text-align-last: center;
	text-align-last: center;
}

#location .card .card-title {
	margin-bottom: -20px;
	color: #3c3c3c;
	text-align: center;
}

#location .card .card-block {
	padding-top: 0;
	text-align: center;
}

#location .card .list-group-item {
	border: 0px;
	padding: 5px;
	color: #3c3c3c;
	font-weight: 300;
}

#location .card h3 .currency {
	font-size: 12px;
	position: relative;
	font-weight: 700;
	top: -18px;
	letter-spacing: 0px;
}

#location .card .acara-title {
    font-family: 'Modernline', cursive;
    font-size: 38px;
    text-align: center;
    letter-spacing: -1px;
    margin: 10px 0 20px;
    color: #000000;
}

#location .card .acara-detail {
    font-style: italic;
    margin-bottom: 6px;
}

#location .card .acara-alamat {
    font-style: italic;
    margin-bottom: -12px;
}

#location .card .acara-alamat span {
    font-size: 18px;
}

#location .card hr {
    width: 100px;
    border-bottom: 2px solid #000;
}

#location .card h3 .period {
	font-size: 16px;
	color: #6c67a3;
	letter-spacing: 0px;
}

#location .card .list-group {
	margin-bottom: 15px;
}

#location .card .btn {
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    background: #ef8f69;
    color: #0f0f0f;
    letter-spacing: 1.5px;
    padding: 9px 32px;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

#location .wedding-icon {
    width: 60px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: -20px;
}

/* STORY */
.stories {
	padding: 70px 0 70px 0; 
}

/* MASONRY GRID */
.grid-item,
.grid-sizer {
	width: 49%;
}

.grid-item {
	margin-bottom: 2%;
}

.gutter-sizer {
	width: 2%;
}

@media(min-width: 576px) {
	.grid-item,
	.grid-sizer {
		width: 48%;
	}

	.gutter-sizer {
		width: 2%;
	}
}

@media(min-width: 768px) {
	.grid-item,
	.grid-sizer {
		width: 31.333%;
	}

	.grid-item {
		margin-bottom: 3%;
	}

	.gutter-sizer {
		width: 3%;
	}
}

/* VIDEO */
.video {
    padding: 20px 0 70px 0;
}

/* BUKU TAMU */
.ucapan {
    padding: 70px 0;
    width: 100%;
    text-align: center;
}

.scroll{
    max-height: 400px;
    padding: 12px 18px 12px 2px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

@media(min-width: 768px) {
	.scroll{
	    width: 60%;
        margin: auto;
    }

}

.row_ucapan {
    margin-bottom: 24px;
}

.row_ucapan .nama {
    padding-left: 20px;
    margin-top: -4px;
    font-size: 16px;
}

.row_ucapan .hadir {
    font-size: 15px;
    font-style: italic;
}

.row_ucapan .ucapan {
    margin: 10px 10px 0;
    background: #ef8f69;
    padding: 20px 24px;
    position: relative;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-style: italic;
    text-align: left;
}

.row_ucapan .ucapan:before, 
.row_ucapan .ucapan:after {
	content: "\201C";
	position: absolute;
	font-size: 20px;
	padding: 10px;
	line-height: 1;
	color: #000;
}

.row_ucapan .ucapan:before {
	top: 0;
	left: 4px;
}
.row_ucapan .ucapan:after {
	content: "\201D";
	right: 4px;
	bottom: -.5em;
}

.row_ucapan .quote {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #ef8f69;
    margin: 0 0 0 40px;
    margin-bottom: 2px;
}

/* width */
.scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #ef8f69; 
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #ef8f69; 
}

.rsvp-box .rsvp-form {
	margin-top: 50px;
}

.rsvp-form input,
.rsvp-form textarea,
.rsvp-form select {
	width: 100%;
	font-style: initial;
	color: #1c1c1c;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 0;
	background-color: transparent;
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea{
	border: 0;
	border-bottom: 1px solid #898989;
}

.rsvp-form select {
    background: none;
    border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #5f5f55;
}

.rsvp-form textarea{
	margin-top: 12px;
}

.radio-wrapper{
    
}

input[type="radio"] + label{
    font-size: 16px;
    font-weight: inherit;
    font-family: inherit;
    text-transform: none;
    width: initial;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

input[type="radio"] + label:not(:last-child){
  margin-right: 25px;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after{
  content: "";
  display: block;
  position: absolute;
}

input[type="radio"] + label::before{
  background: transparent;
  border: 1px solid #262626;
  left: 0;
  top: 2px;
}

input[type="radio"] + label::before{
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

input[type="radio"] + label::after{
  opacity: 0;
  visibility: hidden;
}

input[type="radio"] + label::after{
    left: 6px;
    top: 8px;
    border-radius: 50%;
    background-color: #262626;
    width: 8px;
    height: 8px;
}


input[type="radio"]:checked + label::after{
  opacity: 1;
  visibility: visible;
}

.rsvp-form-field {
	position: relative;
	text-align: left;
}

.rsvp-form-field label{
	margin-left: 10px;
	margin-bottom: 4px;
}

.rsvp-form-field__error {
	display: none;
	font-size: 15px;
	color: #c64141;
	font-style: initial;
	position: absolute;
	bottom: -18px;
	left: 5px;
}

.rsvp-form input.error {
	border-bottom: 1px solid #c64141;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5f5f55;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #5f5f55;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #5f5f55;
}
:-moz-placeholder { /* Firefox 18- */
	color: #5f5f55;
}

.rsvp-form-submit {
	text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    background: #ef8f69;
    color: #0f0f0f;
    letter-spacing: 1.5px;
    padding: 10px 32px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    border: none;
}

.rsvp-form-submit .icon {
	display: none;
	position: absolute;
}

.rsvp-confirmation {
	display: none;
}

.rsvp-form__right {
	margin-top: 10px;
}

@media(min-width: 768px) {
	.rsvp-form__left {
		width: 45%;
	}

	.rsvp-form__right {
		width: 49%;
		margin-top: 0;
	}

	.rsvp-form select {
		margin-bottom: 0;
	}

	.rsvp-form-submit {
		max-width: 300px;
	}

	.rsvp-form-submit .icon:first-of-type {
		left: 100px;
	}

	.rsvp-form-submit:hover .icon {
		display: inline;
	}
}

/*FOOTER*/
.footer {
	padding: 60px 0 20px;
}

footer .heading-protokol {
    font-size:28px;
    font-weight: bold;
}

footer .protokol {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .protokol-item {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

footer .protokol-item img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

footer .protokol-item p{
    font-size: 14px;
}

@media(max-width: 768px) {
	footer .protokol-item{
	    width: 33.3%;
	}
}

.footer .icon {
	margin: 0 -2px;
}

.footer__social {
	list-style: none;
	margin-top: 60px;
}

.footer__social li {
	display: inline-block;
	margin: 0 5px;
}

.footer__copy {
	font-size: 16px;
}

@media(min-width: 768px) {
	.footer {
		padding: 80px 0 20px;
	}
}


/* MUSIC */
#buttonmusic {
    position: fixed;
    bottom: 15px;
    padding: 10px 12px 2px 12px;
    right: 10px;
    background: #ef8f69;
    color: #000;
    font-size: 26px;
    z-index: 99;
    display: none;
    border-radius: 50%;
}

/* MODAL */
.modal {
    background: rgb(252,246,236);
    background: linear-gradient(22deg, rgba(252,246,236,1) 0%, rgba(255,251,245,1) 50%, rgba(247,240,229,1) 100%);
}

.modal-open .modal {
    overflow: hidden;
}

.modal.show .modal-dialog {
    position: relative;
    margin: 0 auto;
    height: 100vh;
}

.modal-img-left {
    position: absolute;
    bottom: -60px;
    left: -56px;
    width: 240px;
}

.modal-img-right{
    position: absolute;
    right: -85px;
    top: -85px;
    width: 280px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.modal-foto {
    position: relative;
    width: 28vh;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal-foto .frame {
    width: 100%;
    border-radius: 50%;
    border: solid 3px #eed9ab;
}

.modal-body {
	padding: 40px 0 30px;
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.heading-modal {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 18px;
}

.paragraph-modal {
    margin-bottom: -5px; 
}

.paragraph-yth {
    margin-bottom: -5px; 
    font-size: 17px;
}

.modal-dari {
    font-family: 'Modernline', cursive;
    font-size: 38px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.modal-penerima{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: -8px;
}

.btn-modal {
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    background: #ef8f69;
    color: #0f0f0f;
    letter-spacing: 1.5px;
    padding: 10px 32px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;

}

@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    }
}

/* AMPLOP */
.amplop {
	position: relative;
    padding: 70px 0 50px;
    text-align: center;
}

.modal-amplop {
    background: transparent;
    margin: 0px;
    background-image: none;
}

.modal-amplop .modal-content {
    padding: 0 12px 12px;
    height: auto;
    background-color: transparent;
}

.modal-amplop .modal-body {
    padding: 40px 22px 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 12px;
}
        
.modal-amplop .modal-title {
    padding: 0 10px;
    margin-bottom: -4px;
    font-size: 16px;
}
        
.modal-amplop .modal-text {
    font-size: 16px;
}

.modal-amplop .modal-body hr {
    border-top: 1px solid #000;
    width: 80%;
    margin-top: 24px;
    margin-bottom: 20px;
}

.modal-amplop .modal-header {
    background-color: #fff;
    color: #000;
}
        
.modal-close{
    position: absolute;
    right: 10px;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 30px;
    z-index: 999;
}

.box-gift {
    text-align: center;
    background: #ebebeb;
    margin: 20px 0;
    padding: 14px 8px 16px;
    border-radius: 12px;
}

.box-gift .card-title img {
    width: 150px;
    margin-bottom: -8px;
}

.box-gift .btn {
    font-size: 12px;
    margin-top: 14px;
    padding: 8px 24px;
    letter-spacing: .5px;
}

.box-gift .alert-success {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.num-temp {
    height: 0;
    opacity: 0;
}