
.block__projects{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.slider__project {
    overflow: hidden;
}
.slider__project .bx-wrapper{
    max-width: 100% !important;
}
.info__project h2 ,
.info__project h3 ,
.info__project h4 ,
.info__project h5 {
    color: #061A33;
}
.info__project p {
    color: #7A7B7D;
}

.info__project ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.info__project ul li{
    padding-bottom: 0.25rem;
    color: #7A7B7D;
    font-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 0.35rem;
    background-image: url("../img/icons/icon__checkblue.svg");
    background-repeat: no-repeat;
    background-position: 0 0.25rem;
    background-size: 24px 24px;
}
.info__project h2,
.info__project h3,
.info__project h4{
    margin-top: 1em;
}

/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.wrap__image__project {
    position: relative;
    height: 100%;
}
.wrap__image__project .btn__play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
     -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
            transform: scale(1,1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wrap__image__project .btn__play svg path:first-of-type{
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
   
}
.wrap__image__project .btn__play:hover svg path:first-of-type {
    fill: #90E0EF;
    
}
.wrap__image__project .btn__play:hover {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
    
}

.share__block{
    list-style: none;
    margin-bottom: 0;
}
.share__block a{
    margin-right: 1rem;
}

.card__description__project{
    padding: 3rem 2rem;
    border: 1px solid #59768B;
}
.card__description__item{
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #59768B;
    color: #1D1D1B;
}
.card__description__item strong {
    color: #32A5C5;
}
.card__description__item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info__project img{
    height: auto;
    margin-bottom: 1rem;
}

.info__project h2,
.info__project h3,
.info__project h4,
.info__project h5,
.info__project h6{
    color: #061A33;
    font-weight: 700;
    font-family: "Poppins", serif !important;
    margin-top: 1rem;
}

.slider__project .bx-wrapper img{
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.img__project__feat{
    display: flex;
    height: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
}
.title__block,
.gray__text p{
    text-align: justify;
}

@media screen and (max-width: 1024px){
    .card__description__project{
        padding: 2rem 1rem;
    }
    .card__description__item{
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .img__project__feat {
        position: relative;
    }
}
@media screen and (max-width: 640px){
    .block__project .inner__block__project{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }   

    .block__projects{
        padding-top: 2rem;
    }

    .slider__project .bx-wrapper img{
        max-height: 270px;
        height: auto;
    }
}