html, body{
    margin: 0;
    padding: 0;
}
.imgd img{
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    width: 100%;
    height: 100vh;
   
}
.spaed{
    padding-top: 50px;
    padding-bottom: 50px;
}
.spaed h3{
    font-size: 24px;
    font-weight: 600;
    
}
.spaed p{
    font-size: 15px;
    line-height: 28px;
   
}
.spaed img{
    max-width: 100%;
    max-height: 100%;
}

.sped1 {
    overflow: hidden;            /* clip the excess when child gets bigger than parent */
  }
  .sped1 img {
    
    transition: transform .4s;   /* smoother zoom */
  }
  .sped1:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
  }

  .parallax {
    /* The image used */
    background-image: url("64841.jpg");
  
    /* Set a specific height */
    min-height: 400px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 10em;
    position: relative
  }
  .parallax p{
    margin: 0;
    font-size: 15px;
    color: white;
    background: black;
    padding: 6px;
    font-weight: 600;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-right: -50%;
     transform: translate(-50%, -50%);
     text-align: center;
      /* position: absolute;
      top: 20%;
     left: 0%;
     font-size: 20px;
     color: white;
     margin-left: 100px;
     margin-right: 100px;
      text-align: center; */
  }

  .parallax1 {
    /* The image used */
    background-image: url("274179.jpg");
  
    /* Set a specific height */
    min-height: 100vh; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 10em;
    position: relative
  }
  .parallax1 p{
    margin: 0;
    font-size: 30px;
    color: white;
    background: black;
    padding: 6px;
    font-weight: 600;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-right: -50%;
     transform: translate(-50%, -50%)
  }
  .row{
      margin: 0;
      padding: 0;
  }

  .parallax2 {
    /* The image used */
    background-image: url("773130.jpg");
  
    /* Set a specific height */
    min-height: 100vh; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 10em;
    position: relative
  }
  .parallax2 p{
    
    margin: 0;
   font-size: 30px;
   color: white;
   background: black;
   padding: 6px;
   font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }
 