
.jarallax-computer-1 {
    background-image: url('../images/Event/event-1.jpg') !important;
    background-position: center center;
}

.jarallax-mobile-1 {
    background-image: url('../images/Event/event-m-1.jpg') !important;
    background-position: center center;
}

.jarallax-computer-2 {
    background-image: url('../images/Achievements/sharing_banner.jpg') !important;
    background-position: center center;
}

.jarallax-mobile-2 {
    background-image: url('../images/Achievements/sharing_banner_mobile.jpg') !important;
    background-position: center center;
}


.event-content-area {
    background-color: #fff !important;
    border-radius: 0.8rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.event-date {
    background-color: #1E53A4;
    color: #fff !important;
    font-weight: 400;
    font-size: 0.85rem;
}

.event-title {
    color: #1E53A4;
    background: linear-gradient(to bottom, #CF1F51 26%, #65489A 68%) left top / 4px 100% no-repeat;
    padding-left: 20px;
}

.event-info-box {
    border-width: 0.25rem;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.5rem;
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #CF1F51, #65489A);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 2rem !important
}

.event-text-info p {
    color: #3E3A39;
}

.event-info-label {
    background: linear-gradient(to bottom, #CF1F51 26%, #65489A 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 1.1rem;
}

.event-divider {
    border-top: 1px solid #D9D9D9;
    margin: 1.5rem 0;
}

.event-describe {
    line-height: 2;
    color: #3E3A39;
}

.register-btn {
    background-color: #CF1F51;
    color: #fff !important;
}
