.container {
    background-image: none;
}
.projects {
    background-color: rgba(243, 234, 234, 1);
    border-bottom: 1px solid rgb(221, 216, 216);
}
.cardProjects {
    width: 85%;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
}
/* ********************************************************************** */
.parentProjecsts {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.pageBoxProjects1 {
    width: 100%;
    padding: 20px 20px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.boxProjects1 {
    flex: 1;
    background-color: white;
    margin: 10px;
    border: 1px solid rgb(221, 216, 216);
}
.boxProjects1 a {
    text-decoration: none;
}
.boxProjects2 a {
    text-decoration: none;
}

.boxProjects2 {
    flex: 1;
    background-color: white;
    margin: 22px 30px 12px 0px;
    border: 1px solid rgb(221, 216, 216);
}

.boxProjects3 {
    margin-left: 30px;
}
.imgProjects {
    text-align: center;
    cursor: pointer;
}

.imgProjects img {
    width: 100%;
}

.textSmallProject {
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    cursor: pointer;
    background-color: rgb(10, 75, 105);
}

.textProject1 {
    color: rgb(46, 39, 39);
    padding: 5px 20px 0px 20px;
    font-size: 12px;
}
.textProject2 {
    font-weight: bold;
    color: rgb(46, 39, 39);
    padding: 5px 20px 10px 20px;
    font-size: 11px;
    list-style-type: none;
}
.textProject2 li::before {
    background-color: rgb(119, 182, 241);
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 5px;
    width: 5px;
}

.textReadMore {
    font-size: 11px;
    color: rgb(240, 116, 163);
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

/* ******************************************** */
.pageBoxProjects2 {
    display: none;
}
.pageBoxProjects3 {
    display: none;
}
.pageBoxProjects4 {
    display: none;
}
/* ****************************************** */
.PageProjects {
    text-align: center;
    color: gray;
    font-size: 20px;
    cursor: pointer;
}
.PageProjects span {
    padding: 7px;
}
.PageProjects span:hover {
    border: 1px solid gray;
}

.newClassColor1 {
    color: black;
    background-color: rgb(10, 75, 105);
}
.newClassColor2 {
    color: gray;
}
.newClassColor3 {
    color: white;
    background-color:  rgb(10, 75, 105);
}
.newClassSpan {
    background-color:  rgb(10, 75, 105);
    color: white;
}

/*************************************************/

@media screen and (max-width: 800px) {
    .pageBoxProjects1 {
        flex-wrap: wrap;
    }
    .pageBoxProjects1 > section {
        min-width: 46%;
        margin: 12px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 600px) {
    .pageBoxProjects1 {
        flex-direction: column !important;
        height: auto;
        padding-top: 0px;
    }

    .pageBoxProjects2 {
        flex-wrap: wrap;
    }

    .pageBoxProjects2 > section {
        min-width: 46%;
        margin: 12px;
        margin-bottom: 3px;
    }

    .pageBoxProjects2 {
        flex-direction: column !important;
        height: auto;
    }
}
/* ************************************************ */
@media screen and (max-width: 950px) {
    #contactProjects {
        display: block;
        height: 50px;
        background-color: white;

    }
}
@media screen and (max-width: 600px) {
    #contactProjects {
        display: block;
        height: 50px;
        background-color: white;

    }
}
