.pro{
    /* background-color: rgba(224, 224, 224, 0.356); */
    position: relative;
}
.pro .pict{
    width: 100%;
    overflow: hidden;
    height: 900px;
    padding: 200px 0px;
    position: relative;
}
.pro .pict img{
    width: 100%;
    margin-top: -200px;
}
.pro .pict .pro-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    padding: 25px 50px;
    color: white;
    font-size: 34px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.356);
    height: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pro .pict .pro-text a{
    text-decoration: none;
    
}
.pro .pict .pro-text a h3{
    text-decoration: none;
    color: white;
    background-color: #1872b33b;
    border: 2px solid white;
    padding: 20px 30px;
    animation: move 1s  1;
    
}
@media screen and (max-width: 1500px) {

    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 700px;
    }
    .pro .pict img{
        width: 110%;
        margin-top: 50px;

    }
}
@media screen and (max-width: 1200px) {

    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 700px;
    }
    .pro .pict img{
        width: 100%;
        margin-top: 50px;

    }
}
@media screen and (max-width: 1100px) {
    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 600px;
    }
    .pro .pict img{
        width: 100%;
        margin-top: 50px;

    }
}
@media screen and (max-width: 1000px) {
    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 600px;
    }
    .pro .pict img{
        width: 100%;
        height: 100%;
        margin-top: 50px;

    }
}
@media screen and (max-width: 768px) {
    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 600px;
    }
    .pro .pict img{
        width: 900px;
    }
}
@media screen and (max-width: 500px) {
    .pro .pict{
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
        height: 600px;
    }
    .pro .pict img{
        width: 900px;
    }
    .pro .pict .pro-text{
        font-size: 24px;
        text-align: center;
    }
}
@media screen and (max-width: 300px) {
    .pro .pict{
        height: 500px;
    }
    .pro .pict .pro-text{
        font-size: 20px;
        text-align: center;
    }
}


/* project pro */

.project-pro{
    padding: 50px 10px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0px auto;
}

.project-pro > h3{
    margin: 10px 0px 20px 20px;
    font-size: 28px;
    color: var(--blue-);
    text-align: center;
}
.project-pro ul {
    list-style: none;
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.project-pro ul li {
    background-color: black;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    max-height: 400px;
    flex-wrap: wrap;
    flex: 1 1 49%;
}


.project-pro ul li .project-text{
    position: absolute;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0), rgb(26, 26, 26));
    bottom: 0;
    line-height: 1.4;
    width: 100%;
    height: 180px;
    color: white;
    font-family: 'robo';
    padding: 0px 10px;
    transform: scale(1);
    opacity: 1;
    z-index: 0;
    border: 0;
}
.project-pro ul li .project-text h3{
    font-size: 24px;
    margin-top: 100px;
}
.project ul li .project-text p{
    font-size: 16px;
    color: white;
}
.project-pro ul li .project-text .color{
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin-top: 5px;
}
.project-pro ul li:hover .project-text {
    transform: scale(4);
    opacity: 0;
    transition: 0.4s;
}
.project-pro ul li img{
    width: 100%;
    background-color: black;
    transform: scale(1.12);
}
@keyframes move {
    0%{
        margin-top: 200px;
    }
    100%{
        margin-top: 0px;
    }
}
@keyframes scale {
    0%{
        transform: scale(1.12);
    }
    50%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1.12);
    }
}
@media screen and (max-width: 1000px) {
    .project-pro ul li {
        background-color: black;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        max-height: 350px;
    }
    .project-pro ul li img{
        width: 550px;
        background-color: black;
        transform: scale(1.12);
    }
}
@media screen and (max-width: 900px) {
    .project-pro ul a{
        flex: 1 1 600px;
        flex-wrap: wrap;
        flex: 1 1 100%;
    }
}
@media screen and (max-width: 768px) {
    .project-pro ul li .project-text h3{
        font-size: 22px;
        margin-top: 100px;
    }
    .project ul li .project-text p{
        font-size: 1px;
        color: white;
    }
    .project-pro ul li img{
        width: 400px;
        background-color: black;
        transform: scale(1.12);  
    }
}
@media screen and (max-width: 700px) {
    .project-pro ul li .project-text h3{
        font-size: 22px;
        margin-top: 100px;
    }
    .project ul li .project-text p{
        color: white;
    }
    .project-pro ul li {
        flex: 1 1 100%;
    }
    .project-pro ul li img{
        width: 100%;
        background-color: black;
        transform: scale(1.12);
        
    }
    .project-pro ul {
        padding: 5px;
        display: flex;
        gap: 10px;
    }
}


@media screen and (max-width: 300px) {
    .project-pro ul li .project-text h3{
        font-size: 16px;
        margin-top: 120px;
    }
    .project-pro ul li .project-text p{
        font-size: 14px;
        color: white;
    }
    .project-pro > h3{
        font-size: 18px;
        margin: 15px 0px;
        color: var(--blue-);
        text-align: center;
    }
}
