.slide-1 {
    background-image: url("/images/AdobeStock_125908329.jpeg");
}

.main-page-slide-bc0-half {
    width: 58%;
}

.events-search {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.events-search .search-form {
    margin: 0 auto;
}

.welcome-block {
    margin-top: 0;
}

.content-container {
    margin-top: 70px;
}

.card-body a {
    color: #000;
    text-decoration: none;
}

.card-body h5 {
    font-weight: 700;
    font-size: 23px;
}

.card-body p:first-of-type {
    font-size: 16px;
}

.card-body p:last-of-type {
    font-size: 14px;
    margin-top: -1.5rem;
}

.card-actions {
    text-transform: uppercase;
    font-weight: 700;
}

.card-body .card-btn {
    background: #00a0e3;
    color: #fff;
    border-radius: 40px;
    font-size: 0.9rem;
    padding: 12px 22.5px;
    font-weight: 600;
}

.card-hidden-events-list {
    list-style: none;
    padding: 0;
    margin: 0 3rem;
}

.card-hidden-events-list li:not(:last-child) {
    border-bottom: #fff 1px solid;
}

.card-hidden-events-list a {
    color: #00a0e3;
}

.more-btn {
    background-color: #00a0e3;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
}

.more-btn:hover {
    color: #fff;
}

.google-calendar {
    background-color: #fff;
    border-radius: 7px;
    padding: 2px 8px;
    max-width: 185px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.result-container {
    min-height: 248px;
    border-radius: 7px;
    font-weight: 600;
    background-color: #fff;
}

.result-container-promoted {
    margin: 8px;
}

.result-container img {
    object-fit: contain;
}

.all-events-selector {
    background-color: #EFF3F9;
}

.discount-over-soon {
    right: 20px;
    top: 0;
    background-color: #f6b70e;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
    .discount-over-soon {
        font-size: 11px;
        position: relative !important;
        width: 100%;
        right: 0;
        text-align: center;
        top: 13px;
    }

    .welcome-block {
        margin-top: -10rem;
    }

    .welcome-block h1 {
        font-size: 2rem;
    }

    .events-search {
        bottom: 120px;
    }

    .card-body h5 {
        font-size: 20px;
    }

    .card-body p:first-of-type {
        font-size: 16px;
    }

    .card-actions {
        font-size: 16px;
    }
}
