

body.lock{
    overflow: hidden;
}


.techno__title {
    padding-top: 150px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.techno__text {
    max-width: 95%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;

    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.techno__text p {
    width: 100%;
    text-align: center;
}

.ford {
    margin: 50px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ford__img {
    margin-bottom: 20px;
}

.ford__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}



/*ADVANTAGES
====================*/


.advantages {
    width: 100%;
    height: auto;
}

.advantages__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;



}

.advantage {
    position: relative;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*.advantage::after{
    position: absolute;
    content: "";
    display: block;

    top: 130%;
    left: 40%;
    width: 100px;
    height: 3px;

    background-color: #3a3a3a;

}*/





/*PROGECT
======================*/


.projects {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.projects__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 300px;
}

.project__item {
    display: flex;
    flex-direction: column;

    align-items: center;
    text-align: center;
    min-width: 30%;
    margin: 35px 20px 0;
    height: auto;
}
.project__img {
    max-height: 150px;
    max-width: 250px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.project__img_G{
    padding-top: 15%;
    max-height: 80px;
    max-width: 250px;
    border-radius: 15px;
}

.project__img_G svg{
    max-width: 70%;
    max-height: 70%;
}

.project__img img {
    max-width: 100%;
    border-radius: 15px;
    max-height: 120%;
}



.project__title {
    margin: 0px 0 15px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.project__subtitl {
    color: #000;
    font-size: 16px;
}

.project__btn{
    padding: 22px 36px;
    background-color: rgba(0, 0, 0, 0);

    text-decoration: none;
    color: #000;
    cursor: pointer;
    border: 3px solid #000;
    border-radius: 15px;
    margin-top: 15px;

    font-size: 18px;
    font-weight: 700;
    transition: all .3s linear;
}

.project__btn2{
    padding: 22px 36px;
    background-color: rgba(0, 0, 0, 0);

    text-decoration: none;
    color: #000;
    cursor: pointer;
    border: 3px solid #000;
    border-radius: 15px;
    margin-top: 15px;

    font-size: 18px;
    font-weight: 700;
    transition: all .3s linear;
}

.project__btn.active{
    color: #fff;
    background-color: #000;

    border-bottom-right-radius: 10;
    border-bottom-left-radius: 10;
    padding-bottom: 40px;
}

.project__data.active{
    display: block;
}


.project__data{
    position: relative;
    display: none;
    width: 95%;
    height: auto;

    margin: 15px auto;
    margin-bottom: 100px;
    border-radius: 50px;
    border: 3px solid #000;
    overflow: hidden;
}

.project__data_inner {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.progect__data_item {
    max-width: 200px;
    max-height: 250px;

    height: max-content;
    overflow: hidden;
    z-index: 100;
    margin: 32px;
    border: 5px solid #000;
    border-radius: 20px;
    background-color: #000;
    
}
.progect__data_item img{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.progect__data_item_v {
    max-width: 400px;
    max-height: 5000px;

    height: max-content;
    overflow: hidden;
    z-index: 100;
    margin: 32px;
    border: 0px solid #000;
    border-radius: 10px;
    background-color: #000;
    
}

.progect__data_item_v video{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

/*.progect__data_item.active{
    z-index: 10000;
    position: absolute;

    top: 0;
    max-width: 100% ;
    max-height: 100%;
    

    border-radius: 25px;
    margin: 0 auto;
    border: 20vw solid #ffffff;

}

.progect__data_item.active img{
    border-radius: 0;
}*/

.progect__data_item.active{
    z-index: 200;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;
    background: none;
    margin: 0;

    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.progect__data_item.active img{
    max-width: 60%;
    max-height: 90%;
    width: auto;
    height: auto;
    
}




@media(max-width:992){
    .container{
        max-width: 970px;
    }

    .project__img {
        max-width: 100%;
        border-radius: 15px;
    }

    .project__img img{
        max-width: 100%;
    
    }



}
@media(max-width:769px){
    .container{
        max-width: 90%;
    }

    .advantage {
        justify-content: center;
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 35px;
    }


    .project__data{
        border: 7px solid #000;
        max-width: 80%;
    }

    .progect__data_item{
        margin: 32px 16px;
    }


    .progect__data_item_V{
        margin: 20px 10px;
    }
}











