@import url('https://fonts.googleapis.com/css?family=Exo:700');
@import url('https://fonts.googleapis.com/css?family=Abel');

.clCardBox{ margin: 3px;}

.clprodCardBox{ width: 510px;height: 345px; margin: 7px; border-radius: 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;overflow: hidden;

}

.clprodCardBox .SideCard{  position: relative;
  
  
  /*transform: translate(-50%,-50%);*/
  width: 510px;
  height: 345px;
  background: transparent; } 



.card1 title{
  width:100%;
  text-align: center;
}
.card1 title h1{
  font-size:50px;
  
  
  font-family: 'Exo', sans-serif;
}
.card1 {
  text-align:center;
  position: absolute;
  left: 3px;
  width: 98%;
  height: 350px;
  margin-top: 3px;
  margin-bottom: 3px;
  background: linear-gradient(rgb(133, 160, 233),rgb(115, 151, 140));
  transition:.6s;
  
  transform: rotatex(60deg) translatey(-200px) translatez(-100px);
  box-shadow: 0px 20px 60px rgba(0,0,0, 0.5);
}
.card1:hover{
  transform: rotatex(0deg);
  transform: rotatez(0deg);
  transition:.6s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.card1 img{
  transform: translateY(15px);
  width:96%;
  height:120px;
}
.card1 h3{
  padding: 5px 8px;
  font-size:25px;
  font-family: 'Abel', sans-serif;
  color:rgb(255,255,255);
  font-weight: bolder;
  text-shadow: 0 0 2px rgb(255,255,255);
  transform: translatey(10px);
}

.card1 p{
  
  font-family: 'Abel', sans-serif;
  color: white;
  text-align:center;
  width:96%;
  transform: translatex(12px);
}

.clSahpe05 .clShapeText{ max-width:220px; width:120%; height:auto; max-height:70px; overflow:hidden; line-height:40px; 
  font-weight:bolder; color:rgb(255, 255, 255);
  text-shadow: 1px 1px 0 rgb(27, 28, 25); font-size:1.7em; font-weight: bolder;
  z-index:100;
  transform: rotate(-45deg);
  margin: -35px 0px 0px -30px;
  
  }


  .clSahpe05{
    background:transparent;
    
    position: absolute;
    top:-3px;
    left: -3px;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    z-index:10;
  
  }



  .clSahpe05:before{
    content: "";
    position: absolute;
    top:-103px;
    height: 180%;
    width: 40px;
    background: #ff1500;
    transform: rotate(45deg);
    
  }
  
  
/*****************************************************************************/
.clC2Content{display: flex; margin-left: -20px; position: relative; justify-content: space-around;}


.card2{
  position: relative;
  cursor: pointer;
min-width:150px;
max-width:250px; margin: 0px 20px;

}

.card2 .face{
  width: 290px;
  height: 200px;
  transition: 0.5s;
}

.card2 .face.face1{
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.card2:hover .face.face1{
  background: #aeca10;
  transform: translateY(0);
}

.card2 .face.face1 .content{
  opacity: 1;
  transition: 0.5s;
}

.card2:hover .face.face1 .content{
  opacity: 0.5;
}

.card2 .face.face1 .content img{
  max-width: 100px;
}

.card2 .face.face1 .content h3{
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.card2 .face.face2{
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

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

.card2 .face.face2 .content p{
  margin: 0;
  padding: 0;
overflow:hidden; max-height:145px;
}

.card2 .face.face2 .content a{
  margin: 15px 0 0;
  display:  inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.card2 .face.face2 .content a:hover{
  background: #333;
  color: #fff;
}




.card2 .face .content>img{
border-radius:10px;box-shadow:0px 0px 1px 4px #fff;
max-height:130px;
 
}


/*****************************************************************************/

.SideCard {
  position: relative;
  
  
  /*transform: translate(-50%,-50%);*/
  width: 360px;
  height: 410px;
  background: transparent;
}
.SideCard .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.SideCard .image img {
  width: 100%;
  transition: .5s;
}
.SideCard:hover .image img {
  opacity: .5;
  transform: translateX(30%);/*100%*/
}
.SideCard .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*100%*/
  height: 100%;
  background: #a7a9ac ;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.SideCard:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.SideCard .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
width:100%;
  top: 50%;
  transform: translateY(-50%);
}
.SideCard .details .center h1 {
  margin: 0;
  padding: 0;
  color: #2f2c7e;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
font-weight:bolder;
}
.SideCard .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.SideCard .details .center p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.SideCard .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
width: 100%;
max-width:200px;

}
.SideCard .details .center ul li {
  list-style: none;
  margin: 0 5px;
width: 100%;
  

}
.SideCard .details .center ul li a {
  display: block;
  background: #2f2c7e;
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: .5s;
}
.SideCard .details .center ul li a:hover {
  background: #aeca10;
color: #2f2c7e;
}

