.hero {
    background: url(../img/slider/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero section {
    background: none !important;
}

/* Social Media Icon */

.elementor-social-icon-instagram {
    background-image: linear-gradient(to bottom right, #643DBF, #EA1F54) !important;
    border-radius: 50px;
}

.elementor-social-icon-whatsapp {
    background: #00A035 !important;
    border-radius: 50px;
}

.ig-couple {
    border-radius: 20px;
    background-color: #1F3E4B !important;
}

/* XL */

@media screen and (min-width: 1200px) {
    .nama-acara {
        margin-top: 2rem;
    }
    .event-description .elementor-column-wrap {
        margin-bottom: 0px !important;
        margin-top: 200px !important;
    }
    .event-div {
        margin: -250px 0 0 0 !important;
    }
    .font-20 {
        font-size: 20px;
    }
    .event-description {
        top: -7rem !important
    }
    .hero {
        background-position: 0 -65rem;
    }
}

/* LG */

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .nama-acara {
        margin-top: 0 !important;
    }
    .event-description {
        top: 5rem !important;
    }
    .event-description .elementor-column-wrap {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .event-description .elementor-widget:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .font-20 {
        font-size: 20px;
    }
    .hero {
        background-position: 0 -40rem;
    }

}

/* SM */

@media screen and (max-width: 768px) and (min-width: 0px) {
    .hero {
        background-position: 0 -12rem;
    }
    .nama-acara {
        margin-top: 0 !important;
    }
    .event-description {
        top: -5rem;
    }
    .event-description .elementor-column-wrap {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .event-description .elementor-widget:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .foto-vendor {
        height: 5rem;
        width: 7rem;
        margin-bottom: 2rem;
    }
    .landscape-item {
        padding-top: 14rem;
    }
}

/* MD */

@media screen and (max-width: 992px) and (min-width: 768px) {
    .nama-acara {
        margin-top: 0 !important;
    }
    .event-description {
        top: 5rem !important;
    }
    .event-description .elementor-column-wrap {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .event-description .elementor-widget:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .foto-vendor {
        height: 5rem;
        width: 7rem;
        margin-bottom: 2rem;
    }
    .hero {
        background-position: 0 -26em;
    }
}