
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
    --color-default: #831F82;
    --color-primary: #a10ca1;
    --color-secondary: #831F82;
    --bs-accordion-active-color: #831F82;
    --bs-accordion-active-bg: #831F82;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-default);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-yellow);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

.sections-bg {
    background-color: #f6f6f6;
}

.section-header {
    text-align: center;
    padding-bottom: 30px !important;
}

.section-header h2 {
    font-size: 34px !important;
    font-weight: normal !important;
    position: relative;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}

.section-header h2 span {
    font-weight: bold;
}

.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 150px !important;
    height: 3px;
    background: var(--color-yellow) !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
}

.section-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #6f6f6f;
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: rgba(131, 31, 130, 1);
    margin-bottom: 5px !important;
    padding-bottom: 7px !important;
}

.content h3:after {
    content: "";
    position: absolute;
    display: block !important;
    width: 200px;
    height: 3px;
    background: var(--color-yellow) !important;
    left: 10px;
    right: 0;
    margin-top: 5px !important;
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;
    color: rgba(131, 31, 130, 1);
    text-align: justify;
}

.faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 20px 50px 20px 20px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    color: rgba(131, 31, 130, 1);
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: rgba(131, 31, 130, 1);
}

.faq .accordion-button:not(.collapsed) {
    color: rgba(131, 31, 130, 1);
    border-bottom: 0;
    box-shadow: none;
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq .accordion-body {
    padding: 0 40px 30px 45px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

#hero {
    background-color: var(--color-primary);
    padding-top: 90px;
    padding-bottom: 142px;
}

#card-event-page {
    border-top: white;
    padding-top: 60px;
}

#card-event-page .title-news {
    width: 20rem;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.5);
}

#card-event-page .news-content {
    height: 7vh;
}

#card-event-page h3 {
    font-size: 40px;
}

#card-event-page p {
    /*font-size: 23px;*/
    color: white;
}

.title-news {
    background-color: rgba(111, 111, 111, 0.44);
    width: 7vw;
    display: flex;
}

#events-stick {
    font-weight: bold !important;
}

#next-events-stick {
    background-color: rgba(153, 77, 152, 1) !important;
}

.title-news h3 {
    color: white;
    font-size: 1.3vw;
    font-weight: 500;
    text-align: center;
    margin: auto;
}

.news-content {
    border-left: 6px solid var(--color-yellow);
    height: 30px;
    margin: 0;
}

.contact {
    padding-top: 30px;
}

.contact h2 {
    color: rgba(131, 31, 130, 1);
    text-align: start;
}

.contact p {
    color: var(--color-primary) !important;
    text-align: justify;
}

.contact .form-body {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}

.contact .form-body .form-group {
    padding-bottom: 8px;
}

.contact .form-body .error-message {
    display: none;
    color: #fff;
    background: rgba(131, 31, 130, 1);
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .form-body .error-message br + br {
    margin-top: 25px;
}

.contact .form-body .sent-message {
    display: none;
    color: #fff;
    background: rgba(131, 31, 130, 1);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .form-body .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .form-body .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: rgba(131, 31, 130, 1);
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .form-body input,
.contact .form-body textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .form-body input[type=text],
.contact .form-body input[type=email],
.contact .form-body textarea {
    padding: 12px 15px;
}

.contact .form-body input[type=text]:focus,
.contact .form-body input[type=email]:focus,
.contact .form-body textarea:focus {
    border-color: var(--color-primary);
}

.contact .form-body textarea {
    padding: 10px 12px;
}

.contact .form-body button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .form-body button[type=submit]:hover {
    background: rgba(131, 31, 130, 1);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .section-header h2:after {
        display: none !important;
    }

    .content h3:after {
        display: none !important;
    }

    .line-breack {
        display: none;
    }

}

@media (max-width: 768px) {
    .down-talk {
        display: none !important;
    }

    .news-content {
        border-left: 6px solid var(--color-yellow);
        height: 2.5vh;
        margin-bottom: 1px;
    }

    .title-news {
        background-color: rgba(111, 111, 111, 0.44);
        width: 8vw;
        display: flex;
    }

    .title-news h3 {
        color: white;
        font-size: 1.5vw;
        font-weight: 500;
        text-align: center;
        margin: auto;
    }

}

@media (max-width: 522px) {
    .news-content {
        border-left: 6px solid var(--color-yellow);
        height: 2.5vh;
        margin-bottom: 1px;
    }

    .title-news {
        background-color: rgba(111, 111, 111, 0.44);
        width: 11vw;
        display: flex;
    }

    .title-news h3 {
        color: white;
        font-size: 2vw;
        font-weight: 500;
        text-align: center;
        margin: auto;
    }
}
