/* Event Card */
#featured-events-container .event-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 275px;
    /* Adjust based on your design */
}

#featured-events-container .content-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    /* Default padding */
}

/* If the title is short, add more padding to the bottom */
#featured-events-container .content-box h4 {
    min-height: 60px;
    /* Adjust based on your design */
    display: flex;
    align-items: center;
    /* Vertically center the text */
    margin-bottom: auto;
}

/* Event Card */

/* Resposive */

.widget-title-row {

    flex-flow: nowrap;
    position: relative;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .widget-title-row {
        flex-wrap: wrap !important;
        flex-flow: nowrap;
        position: relative;
        display: flex;
    }

    .slider1 {
        width: 100%;
        min-height: 270px !important;
        background: #3a3089;
        position: static !important;
        padding-top: 108px;
    }

    /* .dots-container {
        position: absolute;
        top: 480px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }

    .slider-btn {
        position: absolute;
        top: 30% !important;
        transform: translateY(-50%);
        background: rgb(248 102 158 / 48%);
        color: white;
        border: none;
        cursor: pointer;
        z-index: 10;
        font-size: 24px !important;
        border-radius: 10%;
    } */

    .content-section {
        padding: 40px 0 !important;
    }

    .event-heading-card .widget-title {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 400;
        font-size: 22px !important;
        color: #F8669E;
        font-family: "Brookline";
        align-self: center;
    }

    #book-your-ticket {
        margin-bottom: 10px;
    }

    .infos {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .widget-title-row {
        flex-wrap: wrap !important;
        flex-flow: nowrap;
        position: relative;
        display: flex;
    }

    .slider1 {
        width: 100%;
        min-height: 255px !important;
        background: #3a3089;
        position: static !important;
        padding-top: 108px;
    }

    /* .dots-container {
        position: absolute;
        top: 320px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }

    .slider-btn {
        position: absolute;
        top: 25% !important;
        transform: translateY(-50%);
        background: rgb(248 102 158 / 48%);
        color: white;
        border: none;
        cursor: pointer;
        z-index: 10;
        font-size: 24px !important;
        border-radius: 10%;
    } */

    .content-section {
        padding: 40px 0 !important;
    }

    .event-heading-card .widget-title {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 400;
        font-size: 22px !important;
        color: #F8669E;
        font-family: "Brookline";
        align-self: center;
    }

    #book-your-ticket {
        margin-bottom: 10px;
    }

    .infos {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 280px) and (max-width: 480px) {

    .event-box .badge {
        margin: 0;
        padding: 0;
        color: white;
        padding: 5px 10px;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        line-height: normal;
        text-transform: uppercase;
        background: #ed1b24;
        border-radius: 0rem;
    }

    .widget-title-row {
        flex-wrap: wrap !important;
        flex-flow: nowrap;
        position: relative;
        display: flex;
    }

    .slider1 {
        width: 100%;
        min-height: 298px !important;
        background: #3a3089;
        position: static !important;
        padding-top: 108px;
        overflow-x: hidden;
    }

    /* .dots-container {
        position: absolute;
        top: 262px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }

    .slider-btn {
        position: absolute;
        top: 21% !important;
        transform: translateY(-50%);
        background: rgb(248 102 158 / 48%);
        color: white;
        border: none;
        cursor: pointer;
        z-index: 10;
        font-size: 16px !important;
        border-radius: 10%;
    } */

    .content-section {
        padding: 40px 0 !important;
    }

    .event-heading-card .widget-title {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 400;
        font-size: 22px !important;
        color: #F8669E;
        font-family: "Brookline";
        align-self: center;
    }

    #book-your-ticket {
        margin-bottom: 10px;
    }

    .infos {
        flex-wrap: wrap;
    }
}

.event-box:after {
    content: "";
    width: 120px;
    height: 55px;
    background: none !important;
    position: absolute;
    right: -15px;
    bottom: -25px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* Resposive */

/* */

#featured-events .custom-button .circle .icon.arrow::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

#featured-events .custom-button .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 40px;
    color: #F8669E;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
}

#featured-events .custom-button .circle {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    background: #F8669E;
    border-radius: 50px;
}

#featured-events .custom-button .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 12px;
    width: 18px;
    height: 2px;
    background: none;
}

#featured-events .custom-button {
    width: 180px;
    height: 50px;
    float: left;
    position: relative;
    white-space: nowrap;
}

#featured-events .custom-button:hover {
    color: #fff;
}

#featured-events .custom-button:hover .circle {
    width: 100%;
}

#featured-events .custom-button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

#featured-events .custom-button:hover .button-text {
    color: #fff;
}


/* */

/* */

#view-more-blogs {

    text-align: -webkit-center;
}

#view-more-blogs figure {
    margin: 0 0 0rem;
}

#view-more-blogs img {
    width: 40px;
}

#view-more-blogs a {
    width: max-content;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 12px;
    border: 2px solid #F8669E;
    border-radius: 58px;
    color: #f8669e;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    overflow: hidden;
}

#view-more-blogs a:hover {
    background: #f8669e;
    color: #ffffff;
}

#featured-events-container .event-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px !important;
    border: 1px solid #ddd;
    border-top: none;
    background: url(../images/counter-box-bg.svg) right no-repeat #fff;
    background-size: contain !important;
    position: relative;
}

#featured-events-container .event-box:after {
    content: "";
    width: 120px;
    height: 55px;
    background: none !important;
    position: absolute;
    right: -15px;
    bottom: -25px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}



#ads-section svg {
    background: #fff;
    width: 100%;
    height: auto;
}

.txt_1,
.txt_2,
.txt_intro,
#ad_cta,
#logo,
#txtIntro,
#txtAlt {
    opacity: 0;
}

#ads-section .txt {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 32px;
}

#ads-section .txt_b {
    font-weight: 500;
}

#ads-section .txt_3 {
    opacity: 1;
    font-size: 20px;
}

/* */

/* slider */

.page-loaded .navbar {
    transform: translateX(0);
    opacity: 1;
    background: #3A3089;
}

.slider1 {
    width: 100%;
    min-height: 385px;
    background: #3a3089;
    position: static !important;
    padding-top: 108px;
    overflow-x: hidden;

    /* img {
        width: 600px;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .owl-carousel {
        margin-top: 60px;
    }
}


/* .container {
    .images {
        max-width: 800px;
        margin: 0 auto;
        position: relative;

        &::before,
        &::after {
            background-color: rgba(white, 0.5);
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: calc(100vw - 100%);
            z-index: 1;
        }

        &::after {
            left: 100%;
        }

        &::before {
            right: 100%;
        }

        img {
            opacity: 1;
            height: inherit;
            width: inherit;
            position: absolute;
            object-fit: fill;
            padding: 6px;
            border-radius: 20px;

            top: 0;
            transition: left 0.2s ease-in;
        }
    }
} */

button {
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.25rem;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;

    &:not(:focus-within) {
        outline: 0;
    }

    &:hover,
    &:focus {
        filter: brightness(0.8);
    }
}

/*
.slider1 {
    position: relative;
}
*/
/* .slider-btn {
    position: absolute;
    top: 4%;
    transform: translateY(-50%);
    background: rgb(248 102 158 / 48%);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 30px;
    border-radius: 10%;
} */

/* .prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
} */

/* .slider-btn:hover,
.slider-btn:focus {
    background: rgb(248 102 158 / 85%);
} */

/* .dots-container {
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
} */

/* .dot {
    width: 10px;
    height: 10px;
    background: rgb(255 255 255);
    border-radius: 50%;
    cursor: pointer;
} */
/*
.dot.active {
    background: #f8669e;
} */

/* slider */

/* rebbio highlight */

.badge-evol {
    /* Common styles for badge-evol */
    display: none;
    /* Hide by default */
}

.badge-evol.highlight {
    display: block;
    background-color: #f8669e;
    color: black;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

.badge-evol {
    position: absolute;
    right: 5px;
    top: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background: #3a3089;
    color: #fff;
    padding: 2px 5px;
}

.event-box .badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease;
}

/* ================== Badge CSS ========================*/
.event-box .badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
    border-radius: 0rem;
}

/* ================== Badge Position CSS ========================*/
.event-box .bottom-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* ================== Badge color CSS ========================*/
.event-box .badge.orange {
    background: #000000cf;
}

.event-day-alert {
    display: inline-block;
    font-weight: 700 !important;
    padding: 0px 5px !important;
    line-height: 14px !important;
    color: #000000 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 5px !important;
    -moz-user-select: none;
    user-select: none;
    background-color: #ffcc33 !important;
    border: 0px solid #f8669e !important;
    padding: .375rem .75rem;
    font-size: 10px !important;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* rebbio highlight */

/* */
/* */

/* */
/* */

/* */
/* */