.new-portfolio-box, .new-portfolio-box .elementor-widget-container, .new-portfolio-box .elementor-shortcode{
height: 100%;
}


.portfolio-box-wrapper{
    height: 100%;
    background-color: #479ccb;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.portfolio-box-overlay{
    background-color: #000000;
    opacity: 0.15;
    transition: background 0.5s, border-radius 0.3s, opacity 0.5s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.portfolio-box-wrapper:hover > .portfolio-box-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #479CCBC4 0%, #020607 80%);
    opacity: 0.85;
    z-index: 2;
}

.box-content{
    height: 100%;
    min-height: 400px;
    z-index: 50;
    position: relative;
    padding: 35px 25px 25px;
}

.box-content .white-title{
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 98%);
}

.box-content .portfolio-box-title{
    font-size: 34px; 
}

.box-content .portfolio-box-subtitle{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}



.box-content .cs-portfolio-icon{
    display: inline-block;
    background-color: white;
    padding: 5px;
    margin: 5px ;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}


.box-content .cs-portfolio-icon .page-technology{
    width: 64px;
    max-height: 40px ;
}

.box-content  .cs-portfolio-icon.portfolio-data{
    margin-left: 0;
}

.box-content .portfolio-data-text{
    font-size: 12px;
}





@media (min-width:767px) {
    .box-content .portfolio-box-subtitle{
        font-size: 28px;
    }

    .box-content .cs-portfolio-icon .page-technology{
        width: 100px;
    }

    .box-content .portfolio-data-text{
        font-size: 14px;
    }

    .box-content .cs-portfolio-icon{
        
        padding: 5px 10px 5px 10px;
    }
}

@media (min-width:1025px) {
    
}

.box-content .portfolio-box-description{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5em;
    opacity: 0;
	transition: opacity .7s;
}



.box-content .case-study-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    transition: opacity .7s;
}

.box-content .portfolio-category-icon{
    position: absolute;
    right: 0;
    top:0;
    width:60px;
   
}



.portfolio-btn-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    opacity: 0;
	transition: opacity .7s;
}

.box-content .portfolio-btn{
    font-size: 12px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 40px;
    transition: background-color .3s;
    z-index: 50;
}

.box-content .portfolio-btn:hover{
    background-color: #479ccb;
}

.portfolio-box-wrapper:hover .portfolio-btn-wrapper{
    opacity: 1;
}


.portfolio-box-wrapper:hover .portfolio-box-description{
    opacity: 1;
}

.portfolio-box-wrapper:hover .case-study-icon{
    opacity: 0;
}


@media (min-width:1024px) and (max-width:1100px) {
    .box-content .portfolio-data-text{
        font-size: 12px;
    }

    .box-content .cs-portfolio-icon .page-technology{
        width: 64px;
        max-height: 40px ;
    }

    .box-content .cs-portfolio-icon{
        padding: 5px;
    }
}