.bglight {
  background-color: #fff;
  padding: 0 0 100px 0;
}

.fadeIn {
  background-color: #F6F3F3;
}

.fadeIn1 {
  background-color: #fff;
}

.bglight1 {
  background-color: #F6F6F6;
}

.bglight2 {
  margin-top: 10px;
}

.navbar-nav.ml-auto {
  margin-right: 235px;
}

/* Card 1 */
.icon {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}

.icon img {
  width: 100%;
  height: 100%;
}

.photo {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 0;
}

.photo img {
  border-radius: 50%;
  border: 5px #00BCD4 solid;
  width: 100px;
  height: 100px;
}

.namephoto {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 0;
}

.namephoto h5 {
  margin: 0;
  font-size: 14px;
}

.namephoto p {
  margin: 0;
  font-size: 14px;
  color: #00BCD4;
}

/* Card 2 */

.logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.behance {
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon2 {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}

.icon2 img {
  width: 100%;
  height: 100%;
}

.photo2 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 0;
}

.photo2 img {
  border-radius: 50%;
  border: 5px #00BCD4 solid;
  width: 100px;
  height: 100px;
}

.namephoto2 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  align-items: center;
  width: 100%;
  z-index: 0;
}

.namephoto2 h5 {
  margin: 0;
  font-size: 14px;
}

.namephoto2 p {
  margin: 0;
  font-size: 14px;
  color: #00BCD4;
}

/* Card 3 */
.icon3 {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}

.icon3 img {
  width: 100%;
  height: 100%;
}

.photo3 {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 0;
}

.photo3 img {
  border-radius: 50%;
  border: 5px #00BCD4 solid;
  width: 100px;
  height: 100px;
}

.namephoto3 {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 0;
}

.namephoto3 h5 {
  margin: 0;
  font-size: 14px;
}

.namephoto3 p {
  margin: 0;
  font-size: 14px;
  color: #00BCD4;
}

.cases-container {
  background: linear-gradient(125deg, #8579E0, #D043CA);
  height: 1500px;
}

.cases-title {
  color: #fff;
  text-align: center;
  padding-top: 150px;
  padding-left: 600px;
}

.small-title {
  font-size: 20px;
  font-weight: 150;
}

.big-title {
  font-size: 56px;
  font-weight: 200;
}

.text-title {
  font-size: 14px;
  font-weight: 150;
  color: #fff;
}

.text-text {
  font-size: 90px;
  color: #fff;
  font-weight: bold;
  margin-top: -30px;
}

.cases-itens {
  margin-top: -330px;
}

.itens-case1 {
  width: 540px;
  height: 510px;
  padding-left: 350px;
  padding-top: 0px;
}

.itens-case2 {
  width: 540px;
  height: 510px;
  padding-left: 950px;
  margin-top: -130px;
}

.itens-case3 {
  width: 540px;
  height: 510px;
  padding-left: 350px;
  margin-top: -300px;
}

.itens-case4 {
  width: 540px;
  height: 510px;
  padding-left: 950px;
  margin-top: -50px;
}

.cases-text {
  margin-top: -300px;
  margin-left: 500px;
}

/* Cards clients */
.rows {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.card {
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0 10px 20px #8579e096;
  width: 18%;
  margin-top: 30px;
}

.align-cards {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card img {
  width: 80%;
}

.card:hover {
  cursor: default;
  box-shadow: 0 10px 60px #00bbd473;
  scale: 1.1;
  transition: .6s;
}

@media(max-width: 600px) {

  .card {
    margin-top: 30px;
    width: 45%;
    height: 200px;
  }
}

@media(max-width: 500px) {
  .card {
    height: 150px;
  }
}

.price-table:hover {
  box-shadow: 0 10px 20px #00bbd473;
}