﻿
.u-image.u-section-1 {
    background-size: unset !important;
}

.header {
    background-image: none;
    height: 700px;
}

.headerText {
    font-family: 'Open Sans',sans-serif;
    font-size: 6rem;
    font-weight: 900;
    font-stretch: 100%;
    text-anchor: middle;
    margin-top: 5rem;
    background-color: #de216b;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

@media (min-width:1980px) {
    .u-image.u-section-1 {
        background-size: cover !important;
    }

    .header {
        height: 851px;
    }
}

@media (max-width:1200px) {
}

@media (max-width: 991px) {
}


@media (max-width: 767px) {
    .header > div {
        font-size: 5rem;
    }

    #divBuffer {
        height: 500px;
    }
}

@media (max-width: 500px) {
    .header > div {
        font-size: 3rem;
    }

    #divBuffer {
        height: 100px;
    }
}




#divBuffer {
    height: 400px;
}

.container-b {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.cards-section-container {
}


.cards-section {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
}

.cards-container {
    width: 1560px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    gap: 20px;
    max-width: 80%;
}

.card {
    display: flex;
    flex-direction: column;
    flex: 0 1 500px;
    min-height: 500px;
    padding: 0.5rem 1rem;
    border-radius: 20px 0px 20px 0px;
    background-color: white;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-header {
    display: flex;
    justify-content: center;
    background: none;
    margin: auto;
    overflow: hidden;
    border-bottom: 3px solid #de216b;
    min-height: 225px;
}

    .card-header > h1 {
        margin: auto;
    }

.card-body {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0 20px 0 20px;
    overflow: hidden;
    flex-basis: 150px;
    padding-bottom: 0.5rem;
}

.card-inner-container {
    border-radius: 0.3rem;
    background-color: #ffffff;
    max-height: 450px;
    width: 100%;
    height: 0px;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

    .card-inner-container:hover {
    }

.card-footer {
    margin-top: auto;
    width: 70%;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background: none;
    border: none;
}

.accordion-btn {
    border: none;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    padding: 10px 5px 10px 5px;
    text-align: center;
    transition: 0.5s;
    display: block;
    width: 100%;
    font-family: montserrat;
}

.active-btn {
    border-radius: 0px 0px 10px 10px;
    background-color: #f29fc0;
    color: black;
    padding: 10px;
}

.card-inner-container::-webkit-scrollbar {
    width: 10px;
}

    .card-inner-container::-webkit-scrollbar:horizontal {
        display: none;
    }

.card-inner-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.card-inner-container::-webkit-scrollbar-thumb {
    background: #de216b;
    border-radius: 4px;
}

.card-inner-container::-webkit-scrollbar-corner {
    display: none;
}

@media (max-width: 1945px) {

    .cards-container {
        width: 1020px;
    }
}

@media (max-width: 1294px) {

    .cards-container {
        width: 500px;
    }
}

@media (max-width: 991px) {

    .card-header .h1 {
        font-size: 2.875rem;
    }
}

@media (max-width: 500px) {

    .card {
        flex: 0 0 100%;
    }

        .card p {
            font-size: 0.9rem;
        }

    .mediaImage {
        width: 100%;
    }

    #divBuffer {
        height: 200px;
    }
}
