@charset "utf-8";
/* CSS Document */



body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200vh;

	transition: 0.5s;
}

.container {
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.5s;
  background-color: antiquewhite;
	padding: 0;
	margin: center;

	
}

.container:hover .card1 {

  transform: scale(.7);
}
.container:hover .card2{

  transform: scale(.7);
}
.container:hover .card3 {

  transform: scale(.7);
}
.container:hover .card4 {

  transform: scale(.7);
}



.container .card2 {
  position: relative;
  width: 250px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
	margin: 10px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url("../images/photography-post.jpg") ;
		
}
.container .card3 {
  position: relative;
  width: 250px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
	margin: 10px 5px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url("../images/1.jpg") ;
		
}

.container .card4 {
  position: relative;
  width: 250px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
	margin: 10px;
	padding-bottom: 50px;
	padding-top: 50px;
		background-image: url("../images/2.jpg") ;
		
}


.container .card1 {
  position: relative;
  width: 250px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
	margin: 10px;
	padding-bottom: 50px;
	padding-top: 50px;
		background-image: url("../images/basketball-match.jpg") ;
		
}










.container .card1:hover {
  filter: blur(0px);
  transform: scale(1);
		
}

.container .card2:hover {
  filter: blur(0px);
  transform: scale(1);
		
}

.container .card3:hover {
  filter: blur(0px);
  transform: scale(1);
		
}

.container .card4:hover {
  filter: blur(0px);
  transform: scale(1);
		
}

.container .card1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
 
  z-index: 1;
  transition: 0.5s;
}
.container .card2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
 
  z-index: 1;
  transition: 0.5s;
}

.container .card3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
 
  z-index: 1;
  transition: 0.5s;
}
.container .card4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
 
  z-index: 1;
  transition: 0.5s;
}

.container .card1:hover:before {
	background: rgba(87,87,87,1.00);
  opacity: .4;
  transform: scaleY(1.15);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.container .card2:hover:before {
	background: rgba(87,87,87,1.00);
  opacity: .4;
  transform: scaleY(1.15);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.container .card3:hover:before {
	background: rgba(87,87,87,1.00);
  opacity: .4;
  transform: scaleY(1.15);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
.container .card4:hover:before {
	background: rgba(87,87,87,1.00);
  opacity: .4;
  transform: scaleY(1.15);
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
}


.container .card1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  transition: 0.5s;
  
  z-index: 1;
}
.container .card2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  transition: 0.5s;
  
  z-index: 1;
}
.container .card3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  transition: 0.5s;
  
  z-index: 1;
}
.container .card4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70%;
  transition: 0.5s;
  
  z-index: 1;
}

.container .card1:hover:after {
  transform: scaleY(1.15);
	
}

.container .card2:hover:after {
  transform: scaleY(1.15);
	
}

.container .card3:hover:after {
  transform: scaleY(1.15);
	
}

.container .card4:hover:after {
  transform: scaleY(1.15);
	
}

.container .card1:hover {
  z-index: 1;
}

.container .card2:hover {
  z-index: 1;
}

.container .card3:hover {
  z-index: 1;
}

.container .card4:hover {
  z-index: 1;
}

.container .card1 .content {
  text-align: center;
  z-index: 2;
  padding: 0 20px;
	visibility: hidden;
}
.container .card2 .content {
 text-align: center;
  z-index: 2;
  padding: 0 20px;
	visibility: hidden;
}
.container .card3 .content {
  text-align: center;
  z-index: 2;
  padding: 0 20px;
	visibility: hidden;
}
.container .card4 .content {
text-align: center;
  z-index: 2;
  padding: 0 20px;
	visibility: hidden;
}
.container .card1:hover .content {
  color: #fff;
	visibility: visible;
}
.container .card2:hover .content {
  color: #fff;
	visibility: visible;
}
.container .card3:hover .content {
  color: #fff;
	visibility: visible;
}
.container .card4:hover .content {
  color: #fff;
	visibility: visible;
}



.container .card1 .content a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  
  color: #fff;
  text-decoration: none;
}
.container .card2 .content a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px ;
  
  color: #fff;
  text-decoration: none;
}
.container .card3 .content a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  
  color: #fff;
  text-decoration: none;
}
.container .card4 .content a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  
  color: #fff;
  text-decoration: none;
}
.container .card1:hover .content a {
  background:rgba(54,54,54,1.00);
}
.container .card2:hover .content a {
 background:rgba(54,54,54,1.00);
}
.container .card3:hover .content a {
 background:rgba(54,54,54,1.00);
}
.container .card4:hover .content a {
 background:rgba(54,54,54,1.00);
}