/* UMUM */
@font-face {
    font-family: 'Galantis';
    font-style: normal;
    font-weight: normal;
    src: local('Galantis'), url('https://undangandigitalbali.com/assets/fonts/Galantis.woff') format('woff');
}

*:focus {
	outline: none!important;
}

body {
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background-color: #FFF;
	color: #555555;
}

@media (max-width: 767px){
    body {
        font-size: 18px;
    }
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 24px;
}

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: #000;
}

.icon:hover {
	color: #a9d2f1;
}

/* 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 */
.ch1 {
	font-size: 36px;
}

.ch2 {
	font-size: 32px;
}

.ch3 {
	font-size: 28px;
}

.ch4 {
	font-size: 24px;
}

.ch5 {
	font-size: 20px;
}

.heading-title-img {
    max-width: 200px;
    position: relative;
    margin: 0 auto -35px;
    left: -6px;
    text-align: center;
}

.heading-title {
    font-size: 45px;
    line-height: 55px;
    font-family: Gilda Display,serif;
    font-weight: 500;
    color: #a3888c;
    display: block;
    padding-bottom: 8px;
    position: relative;
    margin: 10px 0 0;
    text-align: center;
}

@media (max-width: 575px){
    .heading-title {
        font-size: 22px;
    }
}

@media (max-width: 767px){
    .heading-title {
        font-size: 32px;
        line-height: 40px;
    }
}


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

/* BACKGROUND */
.cbg-grey {
	background-color: #fbf8f8;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat;
}

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

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

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

/* 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-n-3 {
	margin-top: -30px;
}

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

.hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100vh;
}

.hero--slide1 {
	background-image: url('../img/hero1.jpg');
}

.hero--slide2 {
	background-image: url('../img/hero2.jpg'); 
}

.hero--slide3 {
	background-image: url('../img/hero3.jpg');
}

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

.hero_title {
	font-family: 'Galantis', serif;
	font-size: 32px;
	word-spacing: -3px;
	margin-bottom: 12px;
}

.hero_ornament {
	width: 100px;
}

.hero_ornament_down {
	margin-top: -12px;
}

.hero_date {
	font-size: 24px;
	margin-top: -10px;
    margin-bottom: 4px;
}

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

.kepada-tamu {
    font-size: 23px;
    margin-bottom: -5px;  
}

.kepada-tamu-gelar {
    font-size: 20px;
    margin-bottom: 0;  
}


.shape {
    overflow: hidden;
    position: absolute;
    left: -50px;
    bottom: -5px;
    width: 165%;
    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: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media(min-width: 768px) {
    .shape svg {
        width: calc(166% + 1.3px);
        height: 72px;
    }
    
    .shape {
        width: 145%;
        bottom: -4px;
    }
}

@media(min-width: 992px) {
	.shape svg {
        width: calc(100% + 1.3px);
    }
    
    .shape {
        width: 110%;
        bottom: -3px;
    }
}

/* INTRO */
.intro {
    padding: 20px 0 90px;
}

.intro-box {
    padding: 20px 26px 30px 26px;
}

.intro-box-inner {
    background-image: url('../img/intro-bg.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
    background-color: #272727;
    padding: 260px 0 12px 0;
    border-radius: 20px;
    position: relative;
}

.intro-box-grad {
    position: absolute;
    width: 100%;
    height: 220px;
    bottom: 0px;
    border-radius: 0 0 20px 20px;
	background-image: linear-gradient(transparent, #875d74);
}

@media(min-width: 768px) {
    .intro-box-inner {
        padding: 460px 0 20px 0;
    }
    
    .intro-box-grad {
        height: 320px;
    }
}

.intro-box-text {
	font-size: 22px;
	margin-top: -10px;
    margin-bottom: 4px;
    text-align: center;
    color: #FFF;
}

@media(max-width: 768px) {
    .intro-box-text {
    	font-size: 19px;
    }
}

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

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

.mempelai-foto img {
    border-radius: 50%;
}

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

.mempelai-foto .frame-1 {
    position: absolute;
    left: -20px;
    bottom: -6px;
    z-index: -1;
    width: 120px;
}

.mempelai-foto .frame-2 {
    position: absolute;
    right: -24px;
    top: 4px;
    z-index: -1;
    width: 86px;
}

@media(min-width: 992px) {
	.mempelai-foto .frame-1 {
        left: -16px;
        bottom: -6px;
        width: 160px;
    }
    
    .mempelai-foto .frame-2 {
        width: 115px;
        right: -22px;
        top: 6px;
    }
}

.mempelai-panggilan {
	font-family: 'Galantis', serif;
	font-size: 32px;
	word-spacing: -3px;
	margin-bottom: 12px;
	text-align: center;
    color: #a3888c;
    margin-top: -18px;
}
	
.mempelai-nama {
    font-family: Gilda Display,serif;
    text-align: center;
    line-height: 1.2em;
    font-size: 32px;
    letter-spacing: -1px;
    margin-top: -12px;
    margin-bottom: -20px;
}



@media (max-width: 767px){
    .mempelai-nama {
        font-size: 28px;
    }
}

.mempelai-detail {
    text-align: center;
    margin: 30px 15px 10px 15px;
    font-style: italic;
}

.mempelai-ortu {
    text-align: center;
    margin-bottom: 12px;
}

.mempelai-alamat {
    text-align: center;
}

/* HITUNG MUNDUR */
.countdown {
	margin: 50px 0 -20px 0;
}

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

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

.counter-box {
    color: #FFF;
}

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

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

@media(max-width: 768px) {
    .counter-list {
	    margin-top: 18px;
	}
	
    .counter-list__item .counting {
        font-size: 30px;
    }
    
    .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: 50px;
	}
	
	.counter-list__item p {
        padding: 0 0 6px;
        font-size: 16px;
    }
}

/* QUOTE */
#quote {
	padding: 90px 0;
	position: relative;
}

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

/* LOKASI */
.location {
	padding: 120px 0 70px;
	position: relative;
}

.location:after, 
.location:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    content: "";
    z-index: -1;
}

.location:before {
    background: url('../img/bg-acara.jpg');
	background-repeat: no-repeat;
	background-position: top center;;
    background-size: cover;
}

.location .heading-title {
    color: #FFF;
    font-size: 45px;
    line-height: 55px;
    font-family: Gilda Display,serif;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin: 10px 0 0;
}

@media (max-width: 575px){
    .location .heading-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .location .heading-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.location .heading-title:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 40%;
    height: 1px;
    content: "";
    background: #e7e7e7;
}

.location .heading-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    content: "";
    background: #e7e7e7;
    left: 20%;
}

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

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

.acara-text {
    padding: 30px;
}

.acara-head {
    font-family: Gilda Display,serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #a3888c;
    font-weight: 400;
}

.acara-alamat {
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 2px;
}

.btn-map {
    bottom: 0;
    background-color: #875d74;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 30px;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.location .penutup {
    font-family: Gilda Display,serif;
    letter-spacing: -1px;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #a3888c;
}

@media (max-width: 767px){
    .location .penutup {
        font-size: 22px;
    }
}

.location .keluarga {
    font-style: italic;
}

@media(min-width: 768px) {
	.location {
		padding: 100px 0;
	}
}

@media(min-width: 992px) {
	.location__text--sm {
		max-width: 90%;
	}

	.location__img--sm {
		max-width: 90%;
	}
}

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

.stories__title {
	margin-bottom: 50px;
}

.stories__img {
	/*border: 10px solid #fbfbfa;*/
	padding: 5px;
}

.stories .icon {
	margin-bottom: 14px;
    margin-left: 4px;
}


/* MASONRY GRID */
.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-item,
.grid-sizer {
	width: 50%;
}

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


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

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

@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 90px 0;
}

/* BUKU TAMU */
#rsvp {
    padding: 10px 0 50px 0;
}

#kolom-ucapan {
    padding: 0 10px;
}

.ucapan-box {
    background-color: #fbf8f8;
    padding: 60px 20px 40px 20px;
    box-shadow: 0 2px 16.8px 3.2px rgb(0 0 0 / 12%);
    border-radius: 20px;
}

.scroll{
    max-height: 280px;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    margin-top: 30px;
}

.row_ucapan {
    margin-bottom: 14px;
}

.row_ucapan .nama {
    padding-left: 20px;
    font-weight: 600;
    margin-top: -4px;
    font-size: 16px;
    display: inline-block;
}

.row_ucapan .hadir {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
}

.row_ucapan .ucapan {
    margin: 10px 10px 0;
    background: #f2eaee;
    padding: 12px 18px 12px 26px;
    position: relative;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-style: italic;
}

.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: 16px solid transparent;
    border-top: 14px solid #f2eaee;
    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: rgba(163,136,140,.7); 
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(163,136,140,.7); 
}

.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 #875d74;
    background-color: #f2eaee;
    border-radius: 4px;
}

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

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 #875d74;
  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: #875d74;
    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 {
    background-color: #875d74;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 30px;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.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;
	background-image: linear-gradient(transparent, #fbf8f8);
}


footer .heading {
    font-size: 40px;
    line-height: 50px;
    font-family: Gilda Display,serif;
    font-weight: 500;
    color: #a3888c;
    text-align: center;
    display: block;
    padding-bottom: 8px;
    position: relative;
    margin: 10px 0 0;
}

@media (max-width: 575px){
    footer .heading {
        font-size: 24px;
    }
}

@media (max-width: 767px){
    footer .heading {
        font-size: 30px;
        line-height: 40px;
    }
}

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 {
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    padding: 0;
    line-height: 48px;
    right: 30px;
    z-index: 9;
    font-size: 24px;
    padding-top: 3px;
    color: #fff;
    background: #875d74;
    border-radius: 30px;
    border: 1px solid #875d74;
    display: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* MODAL */
.modal-dialog {
    position: relative;
}

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

.modal-body {
	padding: 40px 0 30px;
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.heading-modal {
	font-size:32px;
	margin-bottom:20px;
}

.modal-penerima {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 26px;
}

.modal-dari {
    font-size: 32px;
    font-weight: 600;
}


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

.btn-modal {
    background-color: #875d74;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 30px;
    margin: auto;
    cursor: pointer;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #FFF;
    box-shadow: none;
}

@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;
}

.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: 10px 15px;
    padding: 6px 0 12px;
    color: #0f0f0f;
    border-radius: 12px;
}

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

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

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

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