.gallery-report {
    background-color: var(---content-bg-color);
    padding: 35px 0;
}

.gallery-title {
    font-family: var(---outfit-font);
    font-size: var(---title-font);
    color: var(---menu-bg-color);
    margin-bottom: 15px;
}
.report-title {
    font-family: var(---outfit-font);
    font-size: var(---title-font);
    color: var(---menu-bg-color);
    margin-bottom: 15px;
}

.gallery-report .container .gallery-report-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
}

.gallery-report .container .gallery-report-content .gallery {
    /* border: 3px solid red; */
    grid-column: span 9;
}

.gallery-report .container .gallery-report-content .gallery .gallery-content {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.gallery-report
    .container
    .gallery-report-content
    .gallery
    .gallery-content
    .item {
    width: 315px;
    height: 315px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cacaca;
    background-color: white;
}
.gallery-content .owl-carousel {
    width: 315px;
    height: 315px;
}

.item-audio {
    width: 315px;
    height: 315px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #cacaca;
    background-color: white;
}

.audion-content {
    border: 1px solid #cacaca;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(128, 128, 128, 0.01);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.item-image-audio {
    height: 160px;
    overflow: hidden;
}
.item-image-audio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-poistion: center;
}
.item-audio .img-caption {
    font-family: var(---outfit-font);
    font-size: var(---org-title);
    color: var(---menu-bg-color);
    text-align: center;
    align-items: center;
    height: 55px;
    display: flex;
    justify-content: center;
}
.audio {
    width: 280px;
}

.gallery-report
    .container
    .gallery-report-content
    .gallery
    .gallery-content
    .item
    .item-image {
    height: 230px;
    overflow: hidden;
}

.gallery-report
    .container
    .gallery-report-content
    .gallery
    .gallery-content
    .item
    .item-image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-poistion: center;
}

.gallery-report
    .container
    .gallery-report-content
    .gallery
    .gallery-content
    .item
    .item-image
    iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-poistion: center;
}

.gallery-report
    .container
    .gallery-report-content
    .gallery
    .gallery-content
    .item
    .img-caption {
    font-family: var(---outfit-font);
    font-size: var(---org-title);
    color: var(---menu-bg-color);
    text-align: center;
    align-items: center;
    height: 75px;
    display: flex;
    justify-content: center;
}

.gallery-report .container .gallery-report-content .report {
    grid-column: span 3;
}

.gallery-report
    .container
    .gallery-report-content
    .report
    .report-content
    .item {
    width: 310px;
    height: 315px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cacaca;
    background-color: white;
}

.report-content .owl-carousel .item .item-image {
}

.gallery-report
    .container
    .gallery-report-content
    .report
    .report-content
    .item
    .item-image {
    height: 230px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}

.gallery-report
    .container
    .gallery-report-content
    .report
    .report-content
    .item
    .item-image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-poistion: center;
}

.gallery-report
    .container
    .gallery-report-content
    .report
    .report-content
    .item
    .img-caption {
    font-family: var(---outfit-font);
    font-size: var(---org-title);
    color: var(---menu-bg-color);
    text-align: center;
    align-items: center;
    height: 75px;
    display: flex;
    justify-content: center;
}

.owl-dots {
    /* display: block; */
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    background-color: #333;
    padding: 10px;
    border-radius: 50%;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    background-color: #333;
    padding: 10px;
    border-radius: 50%;
}

/* MOBILE VIEW MEDIA QUERY */
@media (max-width: 768px) {
    .gallery-report {
        padding: 20px 0;
    }
    .gallery-report .container .gallery-report-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .gallery-report .container .gallery-report-content .gallery {
        grid-column: span 12;
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content {
        flex-direction: column;
        gap: 15px;
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content
        .item {
        width: 100%;
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content
        .item
        .item-image {
    }

    .gallery-report .container .gallery-report-content .report {
        grid-column: span 12;
    }

    .gallery-report
        .container
        .gallery-report-content
        .report
        .report-content
        .owl-carousel
        .item {
        width: 100% !important;
    }

    .gallery-report
        .container
        .gallery-report-content
        .report
        .report-content
        .owl-carousel
        .item
        .item-image {
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content
        .item
        .img-caption {
        /* padding: 10px; */
    }

    .item-audio {
        /* border: 2px solid red; */
        width: 100%;
        height: auto;
        padding: 8px;
        border-radius: 8px;
        gap: 8px;
    }

    .item-image-audio {
        /* border: 2px solid red; */
        height: 100%;
    }

    .item-audio .img-caption {
        padding: 10px;
    }

    .audio {
        /* border: 2px solid red; */
        padding-top: 10px;
        width: 100%;
    }

    .gallery-report
        .container
        .gallery-report-content
        .report
        .report-content
        .item {
        width: 100%;
    }

    .gallery-content .owl-carousel {
        width: 100%;
    }

}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
display: none;
}

/* TABLET VIEW */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .gallery-report .container .gallery-report-content {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .gallery-report .container .gallery-report-content .gallery {
        grid-column: span 6;
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .gallery-report
        .container
        .gallery-report-content
        .gallery
        .gallery-content
        .item {
        height: auto;
    }

    .item-audio {
        height: auto;
    }

    .item-image-audio {
        height: auto;
    }

    .audio {
        width: 100%;
    }

    .gallery-report .container .gallery-report-content .report {
        grid-column: span 6;
    }

    .gallery-report
        .container
        .gallery-report-content
        .report
        .report-content
        .owl-carousel
        .item {
        /* width: 100%; */
        height: auto;
    }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot{
        display: none;
    }
}
