button.add-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #220d5780 50%;
    border: 0;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

button.add-close-btn:hover {
    background: #220d57;
}

.add-banner>a {
    opacity: 1;
}

.add-banner.hidden {
    display: none;
}

.add-banner {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.add-banner .main-sec {
    padding: 32px 64px 37px;
    position: relative;
}

.main-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    background: #220d57;
    width: 41.65%;
}

.add_contact-wrap,
.footer_head {
    position: relative;
}

.footer_banner_logo img {
    display: block;
}

.add-banner .VNC_add-title p {
    margin: 16px 0;
    font-family: Manrope;
    font-size: 53.3px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #f8fcfe;
}

.add-banner .VNC_add-desc p {
    margin: 16px 0 0 0;
    font-family: Manrope;
    font-size: 20.1px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #ffffff;
}

.VNC_meta_image.mobile-view {
    display: none;
}

.meta-desktop-image {
    vertical-align: bottom;
}

@media only screen and (min-width: 1501px) {
     .main-sec:before {
        min-width: 800px;
    }
}
@media only screen and (max-width: 1500px) {
    .main-sec:before {
        width: 45%;
    }

    .add-banner .VNC_add-title p {
        font-size: 40px;
    }

    .add-banner .VNC_add-desc p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-sec:before {width: 60%; }
    .add-banner .main-sec {padding: 32px;}
    .add-banner .VNC_add-title p {
        font-size: 30px;
    }

}
@media only screen and (max-width: 767px) {
    .VNC_meta_image.mobile-view {
        display: block;
        margin-left: -24px;
        margin-right: -24px;
        margin-top: 24px;
    }

    .main-sec:before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .add-banner .VNC_add-title p {
        font-size: 30px;
    }

    .add-banner .main-sec {
        padding: 24px 24px 0;
        position: relative;
    }

    button.add-close-btn {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        color: #fff;
        background: rgb(255 255 255 / 15%);
    }

    button.add-close-btn:hover {
        background: rgb(255 255 255 / 100%);
        color: #220d57;
    }

    .meta-desktop-image {
        vertical-align: bottom;
        height: 180px;
        object-fit: cover;
        object-position: center;
    }
}
