/**********************************************************************************************
INTELLIGENCE TOP HEADERS
***********************************************************************************************/

#intelligence-overview .top-header-bg {
    background-image: url(../img/solutions/intelligence/overview/header-overview.webp);
}
#intelligence-overview .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

#mainCapabilities .top-header-bg {
    background-image: url(../img/solutions/intelligence/main-capabilities/header-main-capabilities.webp);
}
#mainCapabilities .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

/**********************************************************************************************
INTELLIGENCE > OVERVIEW
***********************************************************************************************/

#intelligence-overview .box2-image.img1 {
    background-image: url(../img/solutions/intelligence/intelligence-software.webp);
    background-position: center;
}

.intelli-slide {
    background-color: rgba(255, 255, 255, 0.65);
    height: 650px !important;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease-in-out 0.3s;
    position: relative;
    margin: 5px;
}

.intelli-slide-text {
    padding: 60px;
    position: relative;
}



.intelli-slide-text h3, .intelli-slide-text p, .intelli-slide-text ul {
    color: #fafafa;
}

.intelli-slide .card-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.intelli-slide.intelli-slide1 {
    background-image: url(../img/solutions/intelligence/overview/homeland.webp);
}
.intelli-slide.intelli-slide2 {
    background-image: url(../img/solutions/intelligence/overview/counterterrorism.webp);
}
.intelli-slide.intelli-slide3 {
    background-image: url(../img/solutions/intelligence/overview/counternarcotics.webp);
}
.intelli-slide.intelli-slide4 {
    background-image: url(../img/solutions/intelligence/overview/fraud.webp);
}
.intelli-slide.intelli-slide5 {
    background-image: url(../img/solutions/intelligence/overview/money.webp);
}
.intelli-slide.intelli-slide6 {
    background-image: url(../img/solutions/intelligence/overview/human.webp);
}

#intelligence-overview .box2-image.img7 {
    background-image: url(../img/solutions/intelligence/bg-advanced-intelligence.webp);
    background-attachment: fixed;
    background-position: right center;
    height: 800px;
    color: var(--text-dark1);
}
#intelligence-overview .box2-image.img8 {
    background-image: url(../img/solutions/intelligence/bg-data-processing.webp);
    background-attachment: fixed;
    background-position: left center;
    height: 800px;
    color: var(--text-dark1);
}


/**********************************************************************************************
END - INTELLIGENCE > OVERVIEW
***********************************************************************************************/

/**********************************************************************************************
INTELLIGENCE >  MAIN CAPABILITIES
***********************************************************************************************/
#mainCapabilities .box2-image.img1 {
    background-image: url(../img/solutions/intelligence/main-capabilities/monitoring.webp);
    background-position: left;
}
#mainCapabilities .box2-image.img1b {
    background-image: url(../img/solutions/intelligence/main-capabilities/data-sources.webp);
    background-position: center;
}

#mainCapabilities .box2-image.img2 {
    background-image: url(../img/solutions/intelligence/main-capabilities/archiving.webp);
    background-position: center;
}

#mainCapabilities .box2-image.img3 {
    background-image: url(../img/solutions/intelligence/main-capabilities/monitoring.webp);
    background-attachment: fixed;
}

#mainCapabilities .box2-image.img4 {
    background-image: url(../img/solutions/intelligence/main-capabilities/data-capture.webp);
    background-position: center;
}

/*
#mainCapabilities .box2-image.img5 {
    background-image: url(../img/solutions/intelligence/main-capabilities/file-system.webp);
    min-height: 600px;
    background-position: right;
    background-attachment: fixed;
}
*/


#mainCapabilities .box2-image.img6 {
    background-image: url(../img/solutions/intelligence/main-capabilities/social.webp);
    background-position: center;
}
#mainCapabilities .box2-image.img7 {
    background-image: url(../img/solutions/intelligence/main-capabilities/screenshot.webp);
    height: 400px;
    background-position: left;
}

#mainCapabilities .box2-image.img8 {
    background-image: url(../img/solutions/intelligence/main-capabilities/support.webp);
    height: 600px;
    background-position: right;
    background-attachment: fixed;
}

#mainCapabilities .box2-image.img9 {
    background-image: url(../img/solutions/intelligence/main-capabilities/integration.webp);
    background-position: center;
}
#mainCapabilities .box2-image.img10 {
    background-image: url(../img/solutions/intelligence/main-capabilities/automation.webp);
    background-position: center;
}


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

    #mainCapabilities .box2-image.img2 {
        background-position: right center;
    }
    #mainCapabilities .box2-image.img6 {
        background-position: left;
    }

}


/*******************************************
 MAIN CAPABILITIES SLICK SLIDER
********************************************/

.main-capabilities-slick {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.capabilities-box {
    height: 400px;
    margin: 5px;
    padding: 30px;
    background-color: #f5f5f7;
    transition: ease 0.2s;
    position: relative;
    overflow: hidden;
}

.capabilities-box:hover {
    background-color: #d7d9db;
    transition: ease 0.2s;
}

.capabilities-box:hover .trend-slide-panel {
    bottom: -100%;
}

.capabilities-box img {
    height: 100px;
    filter: brightness(0.1);
    margin: auto;
}

.capabilities-box h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    max-width: 350px;
}


.bg-card-text {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 900;
    font-size: 3rem;
    z-index: 3;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
/*******************************************
END - MAIN CAPABILITIES SLICK SLIDER
********************************************/
/**********************************************************************************************
END - INTELLIGENCE >  MAIN CAPABILITIES
***********************************************************************************************/

