#inv-popup:before {
    content: "";
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#inv-popup.header{
    padding: 30px;
    background-size: cover;
    background-position: center;
}
#inv-popup .footer-inv {
    bottom: 22vh;
    position: absolute;
    width: inherit;
}
.inv-title {
    margin-top: 10vh;
}
.inv-title p, .inv-title2 p {
    line-height: normal;
    text-align: center;
    color: #f3f3f3;
}
.header .caption h1 {
    font-family: 'DancingScript';
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 64px;
    color: #FFF;
    display: block;
    line-height: 1em;
    position: relative;
}
.inv-title2 h3.kepada {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
#inv-popup.header .arrow {
    position: relative;
    width: 100%;
    z-index: 8;
}
.invitation-section a.link {
    color: #e2e2e2;
}
.invitation-section a.btn.buttono:hover {
  background: #e2e2e2 ;
  border: 1px solid #BD945A;
}

@media (max-width: 767px) { 
    .inv-title {
        margin-top: 10%;
    }
    .inv-title h1 {
        font-size: 40px;
    }
    .inv-title2 h3.kepada {
        font-size: 1.75rem;
    }
    #inv-popup .footer-inv {
        bottom: 12%;
        position: absolute;
        width: calc(100% - 60px);
    }
    #inv-popup.header .arrow {
        top: 0;
    }
    .header .caption h1 {
        font-size: 36px;
        margin: 20px 0;
    }
}