section.banner .carousel-indicators button{
    width: 12px;
    height: 12px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 50%;
}

section.banner .carousel-item{
    z-index: 0;;
}

section.banner .carousel-indicators button.active{
    background-color: black;
}

section.banner .carousel-indicators {
    display: flex;
    gap: 0 3px;
}



section.up_comming_event {
    background: url('../../assets/img/homepage/UPCOMING\ EVENTS.jpg')no-repeat center center/cover;
}

section.up_comming_event .header {
    gap: 0 30px;
    align-items: center;
}

section.up_comming_event .left_content {
    max-width: 635px;
}

section.who_we_are .people {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 60px;
}

section.who_we_are .people>div {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

section.who_we_are .people img {
    max-width: 206px;
}

section.who_we_are {
    background: url('../../assets/img/homepage/WHO\ WE\ ARE\ bg.jpg')no-repeat center center/cover;
}

section.key_achivement .header {
    max-width: 692px;
}

section.key_achivement .image img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

section.key_achivement .image {
    margin-bottom: 30px;
}


section.key_achivement .modal-dialog {
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
}

section.key_achivement .modal-dialog * {
    border: none !important;
    padding: 0;
}

section.key_achivement .modal-content {
    background-color: transparent;
}

section.key_achivement .modal-content img {
    height: 100%;
    max-height: 600px;
    object-position: top;
    object-fit: cover;
    max-width: 900px;
    margin: 0 auto !important;
}

section.key_achivement .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    top: calc(50% - 36px);
    margin-top: 0;
}

section.key_achivement .owl-nav button {
    border-radius: 2px;
    background: #FFF;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.key_achivement .modal-content button.btn_close {
    background-color: transparent;
}

section.key_achivement .modal-content .modal-header {
    justify-content: end;
}

section.key_achivement .owl-dots {
    display: none;
}

section.key_achivement .green_btn {
    margin-top: 20px;
}

section.bills_and_advoicacies {
    background: url('../../assets/img/homepage/Ang Boses ng Parañaqueño sa Kongreso.jpg')no-repeat center center/cover;
}

section.bills_and_advoicacies .owl_dots>.button {
    padding: 10px 9px;
    border-radius: 2px;
    border: 1px solid #666;
    background: rgba(255, 255, 255, 0.10);
    width: calc(25% - 23px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.bills_and_advoicacies .owl_dots {
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: calc(60px - 24px);
}

section.bills_and_advoicacies .owl_dots>.button span {
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

section.bills_and_advoicacies .owl_dots>.button.active {
    display: none;
}


section.bills_and_advoicacies .header {
    gap: 0 30px;
}

section.bills_and_advoicacies h1.green_text span{
    color: var(--Green, #CCFE04);
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.bills_and_advoicacies h1{
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.bills_and_advoicacies .left_content{
    max-width: 635px;
}

section.advocay_and_project .content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: white;
    width: max-content;
}

section.advocay_and_project .item.mw-md-100 {
    width: 456px;
}

section.advocay_and_project .item .green_btn {
    margin-top: 20px
}

section.advocay_and_project {
    overflow: hidden;
}

section.advocay_and_project ._row {
    display: flex;
    align-items: center;
}

section.advocay_and_project button {
    background-color: #F4F4F4;
}

section.advocay_and_project button:not(:disabled) {
    background-color: #BBE303;
}

section.advocay_and_project .image {
    margin-bottom: 30px;
}

section.advocay_and_project .group_button {
    margin-top: 60px;
}

section.advocay_and_project .image img{
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

section.advocay_and_project .main_content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


@media (max-width: 1366px) {
    /* section.advocay_and_project .item.mw-md-100{
        max-width: 100%;
        width: 100%;
    } */
}

@media (max-width: 1200px) {
    section.advocay_and_project .content {
        max-width: 400px;
    }
}


@media (max-width: 991px) {
    section.key_achivement .row {
        gap: 30px 0;
    }

    section .right_content {
        margin: 0 auto 0 0;
    }

    section.up_comming_event .header,
    section.bills_and_advoicacies .header {
        flex-direction: column;
        gap: 30px 0;
    }

    section.who_we_are .people {
        margin-top: 50px;
    }

    section.bills_and_advoicacies .owl_dots {
        margin-top: calc(50px - 24px);
    }

    section.advocay_and_project ._row {
        gap: 30px 0;
        flex-direction: column;
    }

    section.advocay_and_project ._row>div {
        width: 100%;
        max-width: 100%;
    }

    section.advocay_and_project .item.mw-md-100 {
        width: auto;
    }

    section.advocay_and_project .group_button {
        margin-top: 50px;
    }

}

@media (max-width: 767px) {
    section.advocay_and_project .group_button {
        margin-top: 40px;
    }

    section.bills_and_advoicacies .owl_dots {
        margin-top: calc(40px - 24px);
        flex-direction: column;
        gap: 24px 0;
    }

    section.bills_and_advoicacies .owl_dots>.button {
        width: 100%;
    }

    section.who_we_are .people {
        margin-top: 40px;
    }

    section.up_comming_event .header {
        flex-direction: column;
        gap: 24px 0;
        align-items: start;
    }

    section.up_comming_event .right_content {
        margin-left: 0;
    }

    section.who_we_are .people h3 {
        margin-bottom: 20px;
    }

    section.key_achivement .owl-nav {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    section.who_we_are .people>div {
        flex-direction: column;
        align-items: unset;
        gap: 30px;
    }

    section.who_we_are .people img {
        max-width: 100%;
        width: 100%;
    }
}