@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap');
body
{
background-color: rgba(0, 255, 239, 1);
margin: 0;
padding:0;
font-family: 'Josefin Sans', sans-serif;
}
.title
{
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
}
.title h1
{
margin: 0;
padding-top: 20px;
font-size: 100px;
}
.title h5
{
margin: 0;
padding: 0;
font-size: 40px;
}
.left
{
  position: static;
  text-align: center;
margin: 0;
padding: 20%;
font-size: 40px;
}

.vaccaro
{
text-align: center;
margin-top: 20%;
margin-left: 50%;
  /* position: absolute;
  left: 50%; */
}
.vaccaro .cover
{
  width: 600px;
  height:800px;
  object-fit: cover;
  object-position: left top;
}
.right
{
  text-align: center;
  font-size: 40px;
}
hr
{
  display: inline-block;
}
.vaccaro .card1
{
  height: 800px;
}
/* .vaccaro .card1 .back .details h2
{
  font-size: 24px;
} */
.romana
{
  text-align: center;
  margin-top: 0;
  margin-left: 50%;
  /* position: absolute;
  top: 75%;
  left: 50%; */
}
.romana .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
}

.claudia
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 75%;
  left: 20% */
  }
.claudia .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
  object-position: 50% 30%;
}
.vit
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 25%;
  left: 20% */
  }
.vit .cover
{
  width: 600px;
  height: 360px;
  object-fit: scale-down;
}

.alex
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 50%;
  left: 20% */
  }

.alex .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
  object-position: top;
}
.kassandra
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 25%;
  left: 80%; */
  }
.kassandra .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
  object-position: top left;
}
.jenny
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 50%;
  left: 80%; */
  }
.jenny .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
  object-position: 50% 35%;
}
.philip
{
  text-align: center;
  margin-top: 2%;
  margin-left: 50%;
  /* position: absolute;
  top: 75%;
  left: 80%; */
  }
.philip .cover
{
  width: 600px;
  height: 360px;
  object-fit: cover;
  object-position: 50% 35%;
}


.card1
{
  display: inline-block;
  padding:2px;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 360px;
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
}

.card1 .front
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transition: 0.5s;
}
.card1:hover .front
{
  transform: rotateX(-180deg);
}

.card1 .back
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  transition: 0.5s;

}
/* .card1 .back:before
{
content: '';
position: absolute;
top: 0;
left: -50%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);

} */
.card1:hover .back
{
  transform: rotateX(0deg);
}
.card1 .back .details
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.card1 .back .details h2
{
margin: 0;
padding: 0;
font-size: 60px;
color: #fff;
}
.card1 .back .details h2 span
{
  color: #a7a7a7;
  font-size: 30px;
}

.social-icons
{
padding: 10px 20px;

}
.social-icons a
{
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #e91e63;
  /* background: #262626; */
  color:#fff;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.5s;
}

.social-icons a .fa
{
  font-size: 40px;
  line-height: 70px;
/* }
.social-icons a:hover
{ */
/* background: #e91e63; */
}

.home
{
  position: absolute;
  top: 15%;
  left: 50%;
}

.home a
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height:80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
box-sizing: border-box;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 30px;
z-index: 1;

/* }
.home a:hover
{ */
animation: animate 8s linear infinite;
}
@keyframes animate
{
0%
{
  background-position: 0%
}
100%
{
  background-position: 400%
}
/* }
.home a:before
{ */
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 40px;
filter: blur(20px);
opacity: 0;
transition: 0.5s;
/* }
.home a:hover:before
{ */
filter: blur(20px);
opacity: 1;
animation: animate 8s linear infinite;
}
