.bci-nav-link {
    background: #f9fafb;
}

.navbar {
    box-shadow: 0 0 10px #707070;
}

.navbar .dropdown {
    width: 100% !important;
}

.navbar .dropdown .filter-option {
    text-align: center;
}

.rounded-4 {
    border-radius: 10px;
}

.navbar-spacer {
    min-height: 50px;
    width: 100%;
}

.section-bg {
    background: url("/assets/images/dots.svg");
}

.breadcrumb-item:hover {
    text-decoration: underline !important;
}

.bg-transparent-black {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.bg-transparent-black-03 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3333);
}

.bg-transparent-black-05 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.bg-transparent-black-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

.bg-bci-heading {
    background: #f6c101;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    font-weight: 800;
}

.bci-footer {
    box-shadow: 0 0 10px #575757;
}

.home-banner {
    display: flex;
    padding: 257px 100px 240px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
    align-self: stretch;
}

.home-banner h1 {
    text-align: center;
    font-size: 107px;
    font-style: normal;
    font-weight: 900;
    line-height: 95%;
    z-index: 10;
}

.home-banner p {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 127.83%;
    z-index: 10;
    max-width: 70%;
}

@media (max-width: 767px) {
    .home-banner p {
        max-width: 100%;
    }

}

@media (max-width: 1100px) {
    .home-banner h1 {
        font-size: 64px;
        margin: 0;
    }

    .home-banner p {
        font-size: 32px;
        margin: 0;
    }
}


@media (max-width: 500px) {
    .home-banner h1 {
        font-size: 46px;
        margin: 0;
    }

    .home-banner p {
        font-size: 22px;
        margin: 0;
    }
}


.guinea-flag {
    display: flex;
    width: 100%;
    height: 8px;
}

.guinea-flag .first {
    flex: 1 0 0;
    align-self: stretch;
    background: #e1011b;
}

.guinea-flag .second {
    flex: 1 0 0;
    align-self: stretch;
    background: #F6C100;
}

.guinea-flag .third {
    flex: 1 0 0;
    align-self: stretch;
    background: #009136;
}

.home-banner-logo img {
    position: absolute;
    top: -150px;
    bottom: auto;
}

.home-banner-logo .placeholder {
    min-height: 150px;
}

.video-section iframe {
    border-radius: 10px;
    overflow: hidden;
}

.bci-card {
    border-radius: 10px;
    overflow: hidden;
    min-width: 250px;
}

.timeline {
    border-left: 3px solid #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 50%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #000;
    box-shadow: 0 0 0 3px #000;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-radius: 4px 0 0 4px;
    border-right: 3px solid #000;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.image-gallery .gallery-container .card {
    width: 300px;
    height: fit-content;
}

.image-gallery .gallery-container .div-image {
    width: 100%;
    height: 300px;
}

.image-gallery .gallery-container .card .card-header {
    text-align: center;
}

.services-block .service-row {
    min-height: 250px;
}

.services-block .service-row .block-image {
    position: relative;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    height: 100%;
    overflow: hidden;
}

.services-block .service-row .block-image h1,
.services-block .service-row .block-image h2,
.services-block .service-row .block-image h3,
.services-block .service-row .block-image p {
    z-index: 10;
}

.services-block .service-row .block-text {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 1em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: Verdana, serif;
    font-size: 14px;
}

.services-block p {
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .services-block .service-row .block-image {
        min-height: 75px;
        height: 100%;
    }
}

.form-block a {
    color: #D9251D;
}

.carousel-inner {
    padding: 1em;

}
.carousel.multiple .carousel-item{
    min-width: 250px;
    max-width: 250px;
}
.carousel.multiple .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}
@media (max-width: 468px) {
    .carousel.multiple .carousel-item{
        max-width: 100%;
        opacity: 0;
        transition: opacity 250ms ease-in-out 0s;
    }
    .carousel.multiple .carousel-item.active {
        opacity: 1;
    }
}
@media (min-width: 468px) {
    .carousel.multiple .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel.multiple .carousel-inner {
        display: flex;
        gap: 20px;
    }
}
.carousel.multiple .card .card-img .div-image {
    min-height: 300px;
    height: 100%;
}

.parallax {
    position: relative;
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.333);
    padding: 20px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax .div-image {
    width: 350px;
    height: 200px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.parallax .div-image .content {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    transition: opacity 250ms ease-in-out 0s;
}
.parallax .div-image:hover .content {
    opacity: 1;
}

.movies-section iframe {
    border-radius: 10px;
    overflow: hidden;
}
