/*capacity*/

.network-sec.capacity{
    margin: 109px 0 260px;
}

.network-sec.capacity .network-title{
    max-width: 450px;
}

.network-sec.capacity .animated-image{
    width: 860px;
}

.network-sec.capacity .hero__footer-stroke{
    bottom: -60px;
}



/*revenue*/

.revenue-sec.capacity{
    padding: 156px 0;
}

.revenue-sec.capacity .revenue-content{
    margin-left: 80px;
}

.revenue-sec.capacity .revenue-tab-content{
 right: auto;
 left: 0;
}


/*Management*/

.management-sec{
    padding: 218px 0;
    margin-top: 100px;
}

.management-sec .management-title{
    max-width: 480px;
}

.management-sec .absolute-image{
    position: absolute;
    right: 0;
    top: 0;
}


/*Partner*/

.capacity-partner-sec{
    background-image: url('../img/capacity/section4-bg-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 300px;
    margin-top: 100px;
}

.capacity-partner .subtitle{
    color: #fff;
    position: relative;
    padding-left: 100px;
    margin-bottom: 0;
}

.capacity-partner .subtitle:before{
    content: "";
    position: absolute;
    left: 65px;
    bottom: 0;
    width: 1px;
    height: 185px;
    background-color: #fff;
}

.capacity-partner .partner-image{
    margin: 25px 0 110px;
}

.capacity-partner .title{
    color: #fff;
    margin-bottom: 0;
    margin-left: 52px;
}



/*Counter*/

.capacity-counter{
    max-width: 650px;
}

.capacity-counter .title{
    margin-bottom: 0;
}

.capacity-counter .secondary-title{
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 40px;
}

.capacity-counter .image-box{
    margin: 30px 0;
}

.capacity-counter .image-box img{
    width: 120px;
}

.capacity-counter-block{
    position: relative;
    height: 250px;
    border-radius: 8px;
    filter: drop-shadow(0px 6px 23px rgba(0,0,0,0.6));
    background-color: #191919;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 20px 20px 50px;
    margin-bottom: 40px;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
}

/*.capacity-counter-block .circle{*/
/*    position: absolute;*/
/*    right: -100%;*/
/*    top: -100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 50%;*/
/*    background-color: #000;*/
/*    transition: 0.3s;*/
/*    z-index: -1;*/
/*}*/

/*.capacity-counter-block:hover .circle{*/
/*    right: 0;*/
/*    top: 0;*/
/*    border-radius: 0;*/
/*}*/

.capacity-counter-block .circle{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--body-color);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.capacity-counter-block:hover .circle{
    width: 1000px;
    height: 1000px;
}


.capacity-counter-block:hover{
    transform: translateY(-10px);
}

.capacity-counter-block > span{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.capacity-counter-block .title-box h2{
    color: #fff;
    margin-bottom: 14px;
}

.capacity-counter-block .title-box p{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.network-sec.capacity .network-title h2{
     font-family: var(--font-montserrat) !important;
     font-size: 60px;
     font-weight: 600;
 }
 .network-sec.capacity .network-title h1{
     font-family: var(--font-montserrat) !important;
     font-size: 60px;
     font-weight: 600;
 }
 
 .network-sec.capacity .network-title p{
     max-width: 600px;
 }




/*responsive*/


@media(max-width: 1699px){
    .network-sec.capacity{
        margin: 109px 0 238px;
    }
    .network-sec.capacity .absolute-content {
    bottom: -108%;
}

.network-sec.capacity .animated-image {
    width: 750px;
}

}


@media(max-width: 1699px) and (min-width: 1600px){
     .revenue-sec.capacity {
    padding: 110px 0;
} 
.management-sec {
    padding: 278px 0;
}
.capacity-partner .subtitle:before{
    height: 174px;
}
}

@media(max-width: 1600px){
    
    .network-sec.capacity{
    margin: 108px 0 210px;
}

.network-sec.capacity .hero__footer-stroke {
    bottom: 0;
}

.network-sec.capacity .absolute-content{
    bottom: -64%;
}
.network-sec.capacity .network-title{
    max-width: 450px;
}

.revenue-sec.capacity {
    padding: 110px 0;
}

.management-sec{
    padding: 203px 0;
}

.management-sec .absolute-image{
    width: 800px;
}

.capacity-partner .subtitle:before{
    height: 174px;
}
.capacity-counter {
    max-width: 500px;
}

    
}


@media(max-width: 1399px){
    
    .revenue-sec.capacity {
    padding: 71px 0;
}

.network-sec.capacity .animated-image {
    width: 650px;
}

.network-sec.capacity {
    margin: 58px 0 168px;
}

.network-sec.capacity .hero__footer-stroke {
    bottom: 45px;
}

.network-sec.capacity .absolute-content {
    bottom: -50%;
}
    
}

@media(max-width: 1199px){
    
    .network-sec.capacity .network-title h2{
        font-size: 40px;
    }
    .network-sec.capacity .network-title h1{
        font-size: 40px;
    }
    .network-sec.capacity .network-title {
    max-width: 320px;
}
    
    .network-sec.capacity .animated-image {
    width: 620px;
}
    
    .network-sec.capacity{
        margin: 9px 0 120px;
    }
    .network-sec.capacity .hero__footer-stroke {
    bottom: 53px;
}
    .network-sec.capacity .absolute-content {
    bottom: -34%;
}
    .revenue-sec.capacity {
    padding: 34px 0;
}
.management-sec{
    padding: 79px 0;
}

.management-sec .absolute-image{
    width: 670px;
}
}

@media(max-width: 991px){
    .network-sec.capacity {
    margin: 0 0 100px;
}

.network-sec.capacity .hero__footer-stroke{
    display: none;
}

.network-sec.capacity .animated-image{
    margin-top: 48px;
    width: 100%;
}

.network-sec.capacity .animated-image img{
    width: 100%;
}

.network-sec.capacity .hero__footer-stroke{
    top: 453px;
}
    .revenue-sec.capacity .revenue-content{
        margin-left: 0;
    }
    .revenue-sec.capacity{
        padding: 0;
    }
    .management-sec{
        margin-top: 0;
        padding: 100px 0;
    }
    .management-sec .absolute-image{
        position: relative;
        max-width: 100%;
        width: auto;
        margin: 30px 20px 0;
    }
    .capacity-partner-sec{
        margin-top: 0;
    }
}

@media(max-width: 575px){
    .network-sec.capacity .absolute-content {
    bottom: -56%;
}
.network-sec.capacity .hero__footer-stroke {
    top: 362px;
}
    .capacity-partner-sec{
        padding: 150px 0;
    }
    .capacity-partner .partner-image {
    margin: 25px 0 50px;
}
}

@media(max-width: 400px){
    .network-sec.capacity .hero__footer-stroke {
    top: 360px;
}
.network-sec.capacity .hero__footer-stroke{
    top: 422px;
}
.network-sec.capacity .absolute-content {
    bottom: -50%;
}
}
