@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


body{
  
      background: #3d425f url(https://ucarecdn.com/0272b1b6-cf51-4bfe-a1a8-c8098cbe8831/pattern.png) center bottom;
}
html{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 480px;
  }
}

.card {
  margin-top: 100px;
  box-shadow: 17px 16px 52px rgba(0,0,0,0.3);
  border-radius: 5px 5px;
  padding: 0;
  border: none;
  background: #fff;
  transition: all .2s ease-in-out;
  border-radius: 14px;
 
}
.head{
  padding: 10px 135px;
}
.img-rotate{
  transform: rotate(7deg);
  position: absolute;
  height: 170px;
  z-index:9999;
  transition: all 1s ease;
}
.img-rotate:hover {
  transform: rotate(0deg);
  transition: all .7s ease;
}
.img-rotate:hover .shadow{
  transform: rotate(0deg);
  transition: all .7s ease;
}

.shadow{

  transform: rotate(7deg);
  position: absolute;
  top: 123px;
  height: 148px;
  border-radius: 10px;
  width: 170px;
  z-index:1;
  box-shadow: 17px 16px 52px rgba(0,0,0,0.3);
  transition: all .7s ease;
}
.card:hover {
    /* box-shadow: 0 5px 22px 0 rgba(0,0,0,.25); */

  
}

.card p{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2em;
}

.card .head{
  min-height: 200px;
  border-radius: 10px 10px 0 0;
    background: #31baf3 url(https://ucarecdn.com/0272b1b6-cf51-4bfe-a1a8-c8098cbe8831/pattern.png) center bottom;
 
}

.card .content{
  
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.card .content h3{
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  color: #57656e;
  font-size: 25px;
  padding-top: 30px;
  letter-spacing: .5px;
}


.card .content p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  color: #57656e;
  font-size: 18px;
  padding-top: 10px;
}

.cool{
  font-family: 'Roboto';
  font-weight: 700;
  color: #31baf3;
  font-size: 20px;

  text-transform: uppercase;
  
}
a {
  text-decoration: none !important;
}
.cool:after{
  content: "";
  border-right: 3px solid #eee;
  margin: 0 20px;
}
.cool1{
  font-family: 'Roboto';
  font-weight: 700;
  color: #9dafba;
  font-size: 20px;

  text-transform: uppercase;
}

.footer{
  text-align: center;
}

.nav-social{
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.nav-social ul li{
  list-style: none;
  display: inline;
  margin: 0 40px;
}

.nav-social ul li a{
  font-size: 40px;
  color: #fff;

}