.left-container {
  align-self: left;
  min-width: 45%;
  height: 40rem;
  margin: 2rem 0rem;
  overflow: hidden;
}
.image-container {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: transform 5s ease;
}

.image-container:hover img {
  transform: translateY(-80%);
}
.right-container {
  align-self: right;
  min-width: 45%;
  height: 40rem;
  margin: 2rem 0rem;
}
.filter_item ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.filter_item ul li {
  padding: 0px 20px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 15px;
  cursor: pointer;
  color: #ffffff;
  background-color: #006de8;
  font-weight: 500;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.active {
  background: #ffffff none repeat scroll 0 0 !important;
  color: #006de8 !important;
}
.contents-detailes {
  padding-top: 1rem;
}
.Technologies {
  padding-top: 2rem;
}

.Technologies ul li {
  width: 14rem;
  height: 4rem;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-left: 5px;
}
.technologies_menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.technologies_menu li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.technologies_menu li img {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  cursor: pointer;
}
/* .line {
  width: 1px;
  height: 30px;
  background-color: #eee;
  margin-left: 10px;
} */
.View_all a {
  padding: 10px 20px;
  background-color: #006de8;
  border-radius: 10px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.View_all a:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #006de8;
}
.View_all {
  margin-top: 2rem;
}
.form-section {
  background-color: #eee;
  margin: 2rem 0rem;
  border-radius: 25px;
  padding: 2rem 0rem;
}
#mobile_screen {
  display: none;
}
@media (max-width: 992px) {
  #mobile_screen {
    display: block;
  }
  #desktop_screen {
    display: none;
  }
  .portfolio_box {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 686px) {
  .form-section {
    margin: 5rem 0rem;
  }
}
@media (max-width: 426px) {
  .portfolio_box {
    padding-bottom: 50px !important;
  }

  .Technologies {
    padding-top: 1rem !important;
  }
  .image-container {
    top: 100px !important;
  }
  .form-section {
    margin-top: 14rem;
  }
}
.portfolio_box {
  padding-bottom: 40px;
}
.contents-detailes h4 {
  display: inline-block;
  color: rgb(209, 175, 81);
}
.industry_link {
  color: #ff595a;
  font-weight: 600 !important;
}
.button_contact {
  min-width: 136px;
  height: 40px;
  text-align: center;
  margin-top: 3rem;
}
.button_contact a {
  padding: 14px 23px;
  background-color: #006de8;
  border-radius: 10px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.button_contact a:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #006de8;
}
