.container {
  background-image: none;
}

/*********************************** */
.textTopProject1 {
  font-size: 21px;
  text-align: center;
  color: rgb(75, 65, 65);
}

.project1 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.LeftProject1 {
  flex: 1;
  /* padding-bottom: 40px; */
}

.textProject1 {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  word-break: keep-all;
  line-height: 1.5;
  font-weight: normal;
}

.textProject2 {
  list-style-type: none;
  font-weight: normal;
}

.textProject2 li::before {
  background-color: rgb(119, 182, 241);
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  height: 7px;
  width: 7px;
}

/* ******************** */
.RightProject1 {
  display: flex;
  flex: 2;
  position: relative;
}

.imgRightProject1 img {
  width: 88%;
}
/*****************************/

@media screen and (max-width: 970px) {
  .project1 {
    flex-direction: column;
    height: auto;
  }

  .RightProject1 {
    flex: auto;
  }
}

@media screen and (max-width: 600px) {
  .imgRightProject1 img {
    width: 100%;
  }
  .textTopAbout {
    margin-left: 8% !important;
    padding-bottom: 10px;
  }
  .textTopAbout2 {
    margin-left: 20%;
  }

  .spanTextTopAbout {
    padding-left: 41% !important;
    padding-bottom: 10px;
  }

  .imgModal {
    margin-top: 130px;
    width: 100% !important;
  }
  .textProject1 {
    margin-left: 20px;
  }
  .fas.fa-times {
    padding: 40px !important;
  }
}
/* ************************************************************************ */
.cardProject1 {
  width: 89%;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
}

.pageBoxProjects1 {
  margin-bottom: -15px;
}
.imgProjects {
  cursor: pointer;
}

.boxTak {
  padding-bottom: 7px;
}
.imgProjects img {
  width: 100%;
}

/* ******************************************************************** */

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(55, 53, 52, 0.9);
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  /* display: flex; */
  /* justify-content: center; */
}

.fas.fa-times {
  font-size: 30px;
  float: right;
  padding: 20px 20px 10px 20px;
  cursor: pointer;
}

.divModalImg {
  /* margin-top: 40px; */
  width: 100%;
  display: flex;
  justify-content: center;
}

.imgModal {
  display: block;
}

.bodyClass {
  overflow: hidden;
  height: 100vh;
}

.badBoy {
  clear: both;
  width: 0;
  height: 0;
}

/* ********************************************************** */
.fas.fa-angle-left {
  left: 0;
  transition: color 0.5s;
  position: absolute;
  z-index: 1;
  top: 40%;
  font-size: 50px;
  padding: 50px;
}

.fas.fa-angle-left:hover {
  cursor: pointer;
  color: white;
}

.fas.fa-angle-left:active {
  color: #aa1199;
}
/*  */
.fas.fa-angle-right {
  right: 0;
  transition: color 0.5s;
  position: absolute;
  z-index: 1;
  top: 40%;
  font-size: 50px;
  padding: 50px;
}

.fas.fa-angle-right:hover {
  color: white;
  cursor: pointer;
}
.fas.fa-angle-right:active {
  color: #aa1199;
}
/* *************************************************************** */
