

.hoverler{
    margin: 0;
    padding: 0;
    /* min-height: 150vh; */
    background:white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containeres{

    position: relative;
    display: flex;
    justify-content: space-between;
}

.containeres .card{
    position: relative;
    cursor: pointer;
}

.containeres .card .face{
    /* width: 250px; */
    height: 250px;
    transition: 0.5s;
}

.containeres .card .face.face1{
    position: relative;
    background: white;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(80px);
}

.containeres .card:hover .face.face1 {
    background: transparent;
    transform: translateY(0);
}

.containeres .card .face.face1 .content{
    opacity: 0.5;
    transition: 0.5s;
}

.containeres .card:hover .face.face1 .content{
    opacity: 1;
}
.containeres .card:hover .face.face1 .content .titles{
  opacity: 0;
  transition: 0.5s;
}

.overresim:hover {
  border-radius: 15px;
  /* padding: 10px; */
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; 
  z-index: 2;
  position:relative;
  }

.containeres .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.479);
    transform: translateY(-100px);
}

.containeres .card:hover .face.face2{
    transform: translateY(0);
}

.containeres .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.containeres .card .face.face2 .content a:hover{
  color: #333;
}

.img-wrapperler {
  position: relative;
}

.img-responsiveded {
  width: 50%;
  height: auto;
}

.img-overlaysis {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlaysis:before {
  content: ' ';
  display: block;
  height: 50%;
}

.alls{
  background-color:#1C69D4;
  border:none;
  font-size:15px;
  border-radius:10px;
  position:absolute;
  padding: 5px;
  transform: translate(-50%-50%);
  text-align:center ;
  transition:0.5s ease;
  cursor:pointer;
  color:white;
}

.alls:hover{
  background:black;
  color:#fff
} 

.cizgi {
  height: .25rem;
  width: 10%;
  margin: 0;
  background: tomato;
  border: none;
  transition: .3s ease-in-out;
}