@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);



figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 400px;
  height: 450px;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #ffffff3b;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
 
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
  font-size: 1em;
 
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
  height: 180px;
  overflow-y: scroll;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px rgb(32, 98, 117);
}

.allTestimonials {
 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  
}

.googleButton{
    position: relative;
    margin: auto;
    background: var(--MainColor);
    color: white;
    padding: 20px 30px;
    border-radius: 15px;
    transition: 0.5s;
   
}

.googleButton:hover {

  transform: scale(1.1);

}

.swiper {
    background-image: url("Reviews Images/reviewsBackground.jpg");
    background-attachment: fixed; 
    background-size: cover; 
}


@media screen and (max-width: 720px) {
  .swiper {
    background-image: url("Reviews Images/reviewsBackground.jpg");
    background-size: cover; 
    background-attachment: scroll;
}
}