.bg-gr-1 {
    /* background: rgb(243,238,251);
    background: linear-gradient(230deg, rgba(243,238,251,1) 15%, rgba(197,255,251,1) 100%); */
    /* background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(221,221,221,1) 5%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 95%); */
}

.bg-gr-2 {
    /* background: rgb(240,238,251);
    background: linear-gradient(230deg, rgba(240,238,251,1) 15%, rgba(255,246,230,1) 100%); */
    /* background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(221,221,221,1) 5%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 95%); */
}

.bg-gr-3 {
    /* background: rgb(238,251,248);
    background: linear-gradient(230deg, rgba(238,251,248,1) 15%, rgba(255,238,230,1) 100%); */
    /* background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(221,221,221,1) 1%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 99%); */
}

.slideshow {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .slideshow {
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .slideshow {
        height: 140px;
    }
}

.slideshow .slide-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slideshow .slide-item img {
    width: 100%;
    height: 100%;
}

.slideshow .slide-item.show {
    display: block;
}

.slideshow .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0000008f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    z-index: 5;
}

.slideshow .btn:active {
    background-color: #000000bd;
}

.slideshow .btn-right {
    right: 1rem;
    padding-left: 3px;
}

.slideshow .btn-left {
    left: 1rem;
    padding-right: 3px;
}

.feature-section {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.feature-section .box {
    display: flex;
    flex-direction: column;
    margin: 0 0.75rem;
    width: 20%;
    box-shadow: 0 0 50px 0 #00000040;
}

.feature-section .space-between {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-section .box-btn {
    display: block;
    width: fit-content;
    margin: 0 auto 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: #eee;
    text-align: center;
    border-radius: 0.25rem;
}

.feature-section .box-btn .bi::before {
    vertical-align: -0.25em;
}

@media screen and (max-width: 960px) {
    .feature-section .box {
        width: 40%;
    }

    .feature-section .box:nth-child(1) ,
    .feature-section .box:nth-child(2) {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    .feature-section {
        display: block;
    }

    .feature-section .box {
        width: 80%;
        margin: 0 auto;
    }

    .feature-section .box:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.feature-section .box .head {
    padding: 1rem 0;
}

.feature-section .box.c-red .head {
    background-color: #EC7063;
}

.feature-section .box.c-blue .head {
    background-color: #487eb0;
}

.feature-section .box.c-orange .head {
    background-color: #F5B041;
}

.feature-section .box.c-green .head {
    background-color: #00b894;
}

.feature-section .box.c-red .box-btn {
    color: #EC7063;
    background-color: #ec71631e;
}

.feature-section .box.c-blue .box-btn {
    color: #487eb0;
    background-color: #487eb022;
}

.feature-section .box.c-orange .box-btn {
    color: #e29f32;
    background-color: #f5b04122;
}

.feature-section .box.c-green .box-btn {
    color: #00b894;
    background-color: #00b89327;
}

.feature-section .box-btn:hover {
    color: #333 !important;
}

.feature-section .box .head img {
    display: block;
    width: 50px;
    margin: 0 auto 0.5rem;
}

.feature-section .box .head h3 {
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 0.95rem;
}

.feature-section .box .text {
    color: #4c646f;
    text-align: center;
    font-size: 0.75rem;
    padding: 1rem 1.5rem;
}

.festival-section {
    background-color: #f5f5f5;
    margin: 3rem auto 0;
    padding: 2rem 1rem;
}

.festival-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
    font-weight: 800;
    color: #455a64;
}

.festival-section h2.sub {
    font-size: 1.4rem;
    font-weight: 400;
    color: #607d8b;
}

.festival-section .parts {
    display: flex;
    justify-content: center;
    align-items: start;
}

.festival-section .part-right {
    margin-left: 2rem;
}

.festival-section .part-right img {
    display: block;
    width: 100%;
    max-width: 400px;
    /* box-shadow: 0 0 50px 0 #00000040; */
}

.festival-section .part-left {
    background-color: #fff;
    box-shadow: 0 0 50px 0 #00000040;
    padding: 2rem;
    height: 100%;
}

.festival-section .part-left h3 {
    color: #455a64;
    font-weight: 700;
    margin-bottom: 2rem;
}

.festival-section .part-left .content {
    color: #455a64;
    margin-bottom: 2rem;
}

.festival-section .btn-action {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    background-color: #41ab53;
    border: 3px solid #41ab53;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.festival-section .btn-action:hover {
    background-color: #fff;
    color: #41ab53;
}

.projects-section {
    margin: 3rem auto 0;
    width: 100%;
    padding: 0;
}

.projects-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #455a64;
}

.projects-section .tab-btns {
    text-align: center;
    margin-bottom: 1rem;
}

.projects-section .tab-btns button {
    display: inline-block;
    margin: 0.5rem 0.1rem;
    font-size: 0.9rem;
    border: none;
    background-color: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.projects-section .tab-btns button.active {
    background-color: #1b6a50;
    color: #fff;
}

.projects-section .scroller {
    overflow-x: auto;
    /* white-space: nowrap; */
    padding: 0.5rem 0.5rem 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.projects-section .project {
    flex: 0 0 300px;
    display: block;
    background-color: #fff;
    /* box-shadow: 0 0 50px 0 #00000040; */
    border: 3px solid #108bc5;
    margin: 0 0.25rem;
    white-space: wrap;
    position: relative;
}

.projects-section .project .head {
    padding: 1rem;
    background-color: #108bc5;
    margin-bottom: 0.5rem;
}

.projects-section .project h4 {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.projects-section .project .meta {
    font-size: 0.9rem;
    width: 75%;
    margin: 0 auto 0.5rem;
}

.projects-section .project .meta .key {
    color: #455a64;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.projects-section .project .meta .value {
    color: #444;
}

.projects-section .project progress {
    display: block;
    border-radius: 30px; 
    width: 100%;
    height: 10px;
}

.projects-section .project progress::-webkit-progress-bar {
    background-color: #ccc;
    border-radius: 30px;
}

.projects-section .project progress::-webkit-progress-value {
    background-color: #108BC5;
    border-radius: 30px;
}
.projects-section .project progress.green::-webkit-progress-value {
    background-color: #1BA167;
}

.projects-section .project progress::-moz-progress-bar {
    background-color: #ccc;
    border-radius: 30px;
}

.projects-section .project .btn-action {
    display: block;
    width: fit-content;
    margin: 1rem auto;
    font-size: 0.9rem;
    text-align: center;
    background-color: #108bc5;
    border: 3px solid #108bc5;
    color: #fff;
    padding: 0.35rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
}

.projects-section .project .btn-action:hover {
    background-color: #fff;
    color: #108bc5;
}

.projects-section .project.green .head {
    background-color: #1ba167;
}

.projects-section .project.green {
    border-color: #1ba167;
}

.projects-section .project.green .btn-action {
    background-color: #1ba167;
    border-color: #1ba167;
}

.projects-section .project.green .btn-action:hover {
    background-color: #fff;
    color: #1ba167;
}

.projects-section .project .finished-label {
    position: absolute;
    font-size: 2.5rem;
    color: #1ba167;
    border: 3px solid #1ba167;
    padding: 1rem;
    width: fit-content;
    display: block;
    background-color: #ffffff80;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%) rotate(325deg) scale(1.1);
    border-radius: 50px;
    font-weight: 900;
}

.people-section {
    margin-top: 3rem;
}

.people-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #455a64;
}

.people-section .items {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
}

.people-section .box {
    width: 20%;
    margin: 0;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
    transition: 0.2s;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .people-section .box {
        width: 30%;
    }
}

@media screen and (max-width: 800px) {
    .people-section .box {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .people-section .box {
        width: 90%;
    }
}

.people-section .box:hover {
    transform: scale(1.025);
}

.people-section .box img {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 240px;
    margin-bottom: 0.75rem;
    object-fit: cover;
}

.people-section .box h5 {
    color: #455a64;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.1rem;
    font-size: 1rem;
}

.people-section .box h6 {
    color: #658290;
    font-weight: 500;
    text-align: center;
    font-size: 0.85rem;
}

.people-section .btn-action {
    display: block;
    width: fit-content;
    font-size: 1rem;
    margin: 1.5rem auto 0;
    text-align: center;
    background-color: #41ab53;
    border: 3px solid #41ab53;
    color: #fff;
    padding: 0.75rem 3rem;
    border-radius: 50px;
    text-decoration: none;
}

.people-section .btn-action:hover {
    background-color: #fff;
    color: #41ab53;
}

.data-section {
    margin-top: 3rem;
    width: 100%;
    padding: 0;
}

.data-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #455a64;
}

.data-section .items {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.data-section .box {
    width: 25%;
    padding: 1rem;
    transition: 0.2s;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .data-section .box {
        width: 50%;
    }
}

.data-section .box:hover {
    transform: scale(1.075);
}

.data-section .box .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #555;
    margin: 0 auto 0.75rem;
}

.data-section .box .circle.green { background-color: #05C46B; }
.data-section .box .circle.cyan { background-color: #00acaa; }
.data-section .box .circle.yellow { background-color: #d7b425; }
.data-section .box .circle.blue { background-color: #3C40C6; }
.data-section .box .circle.orange { background-color: #a96b08; }
.data-section .box .circle.green2 { background-color: #0f8069; }
.data-section .box .circle.blue2 { background-color: #33829c; }
.data-section .box .circle.red { background-color: #D35400; }

.data-section .box img {
    display: block;
    width: 50px;
    height: 50px;
}

.data-section .box h6 {
    color: #658290;
    font-weight: 700;
    text-align: center;
    font-size: 0.8rem;
}

.events-section {
    margin-top: 3rem;
    width: 100%;
}

.events-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #455a64;
}

.events-section h3 {
    text-align: center;
    margin-bottom: 1.45rem;
    font-size: 1.35rem;
    font-weight: 900;
    color: #607e8d;
}

.events-section .items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.events-section .group1 .items .item {
    width: 340px;
    height: auto;
    text-decoration: none;
    line-height: 0;
    margin: 0.5rem;
    transition: 0.2s;
}

.events-section .group1 .items .item:not(:last-child) {
    margin-bottom: 2rem;
}

.events-section .group1 .items .item img {
    display: block;
    width: 100%;
}

.events-section .group1 .action-link {
    margin: 0.7rem auto 0;
    display: block;
    width: fit-content;
    line-height: auto;
    padding: 1.25rem 1.75rem;
    border: 2px solid #108bc5;
    color: #108bc5;
    border-radius: 2rem;
}

.events-section .group1 .action-link:hover {
    background-color: #108bc5;
    color: #fff;
}

.events-section .group2 .items a {
    width: 180px;
    height: 250px;
    text-decoration: none;
    line-height: 0;
    margin: 0.5rem;
    transition: 0.2s;
}

.events-section .group2 .items a img {
    display: block;
    width: 180px;
    height: 250px;
}

.events-section .group2 a:hover {
    transform: scale(1.025);
}

.events-section .festival-title {
    width: 100%;
    line-height: 40px;
    font-size: 1.35rem;
    font-weight: 600;
    text-align: center;
    color: #104cce;
    padding: 2rem 1rem;
    box-shadow: 3px 3px 15px 0px #00000054;
    min-height: 240px;
    max-width: 260px;
    margin: auto auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    
    
}

.news-section {
    margin-top: 3rem;
    width: 100%;
    padding: 0;
}

.news-section .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}

.news-section h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #455a64;
}

.news-section .head .btn-action {
    display: block;
    width: fit-content;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
    background-color: #fff;
    border: 3px solid #455a64;
    color: #455a64;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.news-section .head .btn-action:hover {
    background-color: #455a64;
    color: #fff;
}

.news-section .items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.news-section .box {
    width: 50%;
    padding: 0.5rem;
    transition: 0.2s;
}

.news-section .box:hover {
    transform: scale(1.01);
}

@media screen and (max-width: 1100px) {
    .news-section .items {
        justify-content: center;
    }
    .news-section .head {
        width: 90%;
        margin: 0 auto 0.5rem;
    }
    .news-section .box {
        width: 45%;
    }
}

@media screen and (max-width: 800px) {
    .news-section .box {
        width: 90%;
    }
}

.news-section .box .inner {
    box-shadow: 0 0 50px 0 #00000040;
    padding: 1rem;
    background-color: #fff;
}

.news-section .box img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.news-section .box .h4 {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    color: #4c646f;
    margin-bottom: 0.5rem;
}

.news-section .box .summary {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.news-section .box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news-section .box .info {
    color: #4c646f;
    font-size: 0.8rem;
}

.news-section .box .btn-view {
    display: block;
    width: fit-content;
    font-size: 0.85rem;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    border: 3px solid #455a64;
    color: #455a64;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.news-section .box .btn-view:hover {
    background-color: #455a64;
    color: #fff;
}