.tag-item {
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #b6d3ea4d;
    text-transform: capitalize;
}

.items {
    border-radius: 10px !important;
}

.swiper-slide img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.4s ease, filter 0.4s ease !important;
}

.swiper-slide img:hover {
    transform: scale(1.04) !important;
    filter: brightness(90%) !important;
}

.inner-swiper {
    border-radius: 10px !important;
}

.swiper-pagination {
    position: absolute !important;
    margin: 0px 0px 0px 10px !important;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: .5 !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #ffffff !important;
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

#pdf-canvas {
    border: 1px solid black;
    direction: ltr;
    margin: auto;
    display: block;
}

#pdf-controls {
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
    .embed-responsive-item {
        width: 1080px;
        align-items: center;
    }

    .about-text {
        padding: 0px 4rem !important;
    }
}

@media (max-width: 1200px) {
    .embed-responsive-item {
        width: 860px;
        height: 400px !important;
        align-items: center;
    }

    .about-text {
        padding: 0px 3rem !important;
    }
}

@media (max-width: 1000px) {
    .embed-responsive-item {
        width: 630px;
        height: 300px !important;
        align-items: center;
    }

    .section-label {
        font-size: 16px !important;
    }

    .heading-title {
        font-size: 32px !important;
    }

    .heading-description {
        font-size: 14px !important;
        line-height: normal;
    }

    .about-text {
        padding: 0px 3rem !important;
    }

    .tag-item {
        font-size: 14px !important;
    }

    .description {
        font-size: 11px;
    }
}

@media (max-width: 700px) {
    .embed-responsive-item {
        width: 500px;
        height: 200px !important;
        align-items: center;
    }

    .section-label {
        font-size: 16px !important;
    }

    .heading-title {
        font-size: 26px !important;
    }

    .heading-description {
        font-size: 14px !important;
        line-height: normal;
    }

    .about-text {
        padding: 0px 2.5rem !important;
    }

    .tag-item {
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .embed-responsive-item {
        width: 350px;
        height: 300px !important;
        align-items: center;
    }

    .section-label {
        font-size: 16px !important;
    }

    .heading-title {
        font-size: 20px !important;
    }

    .heading-description {
        font-size: 16px !important;
        line-height: normal;
    }

    .about-text {
        padding: 0px 1rem !important;
    }

    .tag-item {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {
    .embed-responsive-item {
        width: 250px;
        height: 150px !important;
        align-items: center;
    }

    .section-label {
        font-size: 14px !important;
    }

    .heading-title {
        font-size: 26px !important;
    }

    .heading-description {
        font-size: 14px !important;
        line-height: normal;
    }

    .about-text {
        padding: 0px 0.5rem !important;
    }

    .tag-item {
        font-size: 10px !important;
    }
}

@media (max-width: 450px) {
    .embed-responsive-item {
        display: none;
    }

    .section-label {
        font-size: 12px !important;
    }

    .heading-title {
        font-size: 26px !important;
    }

    .heading-description {
        font-size: 12px !important;
        line-height: normal;
    }

    .download {
        display: none !important;
    }

    .view {
        display: block !important;
    }

    .document {
        display: none !important;
    }
}