body {
  font-family: 'Poppins', sans-serif;
}

.banner1{
   background-image: url('../image/portfolio.jpg');
   background-repeat: no-repeat;
   background-position:top;
   background-size: cover;
   width: 100% !important;
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;

}
.banner2{
   background-image: url('../image/dental.jpg');
   background-repeat: no-repeat;
   background-position:top;
   background-size: cover;
   width: 100%;
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;

}
.banner3{
   background-image: url('../image/agen.jpg');
   background-repeat: no-repeat;
   background-position:top;
   background-size: cover;
   width: 100%;
   padding-top: 100px;
   padding-bottom: 100px;
   position: relative;

}
.work{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
.work{
    font-size: 37px;
    color: white;
    font-weight: 700;
    margin: 0;

}
.mp{
  font-weight: 700;
}
.line{
    background: deeppink;
    height: 5px;
    width: 91px;
    display: block;
    margin: 0 auto;
}
.head{
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
}

.zoom-effect {
  float: left;
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.zoom-effect1{
  float: left;
  position: relative;
  width: 100%;
  height: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.zoom-effect1:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
/*a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
}*/
.back{
  text-decoration: none;
  color: white;
  font-weight: 600;
  border-radius: 28px;
  background-color:deeppink ;
  padding: 15px 37px;
  transition: 0.3s;
}
.goback{
  padding-top: 55px;
  padding-bottom: 37px;
}
.back:hover {
  background-color: pink;
  color: dimgrey;

}
.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 13px;
}
#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: dimgrey;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: deeppink;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}