.headerabc{
    width: 100%;
    height: 100vh;
    background-color:red;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/hero/heroa.jpg) fixed;
    background-size: cover;
    position: relative;
}
.headerproduct{
    width: 100%;
    height: 100vh;
    background-color:red;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hero/products.jpg) fixed;
    background-size: cover;
    position: relative;
}
.headercontact{
    width: 100%;
    height: 100vh;
    background-color:red;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/hero/contact.jpg) fixed;
    background-size: cover;
    position: relative;
}

.pagelayer-row-svg {
    width: 100%;
  
    color: white;
    /* background-color: aliceblue; */
    position: absolute;
    bottom: -10px;
    left: 0;
}
.abc{
    position: absolute;
    bottom: 0;
    left: 0;
}
#Layer_x0020_1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.seconddiv{
    background-color: white;
    width: 100%;
    height: 50vh;
}
.herohead{
    position: absolute;
    top: 25%;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%,-50%);
    text-align: center;
  
}
.herohead h1{
   font-size: 5rem;
   color: aliceblue;
   opacity: 0.5;
   z-index: 99999;
}
.herohead h2{
    margin-top: -50px;
    font-size: 3rem;
    z-index: 999999;
    color: #00008B;
}

.intro{
    padding: 45px 0px;
}
.introimg img{
max-width: 100%;
-webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 12%);
box-shadow: 2px 2px 0 rgb(0 0 0 / 12%);
border-top-right-radius: 75px;
border-bottom-left-radius: 75px;
}
.introtext h2{
    color: #00008B;
}
.directimg img{
    max-width: 80%;
}
.directtext{
    margin: auto;
}
.directtext h1{
    color: #00008B;
    margin-top: -13px;
}
@media only screen and (max-width: 600px) {
    .headerabc{
        width: 100%;
        height: 80vh;
        background-color:red;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/hero/heroasm.jpg) fixed;
        background-size: cover;
        background-position: 15%;
        position: relative;

    }
    .headerproduct{
        width: 100%;
        height: 100vh;
        background-color:red;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hero/products.jpg) fixed;
        background-size: cover;
        position: relative;
    }
    .headercontact{
        width: 100%;
        height: 100vh;
        background-color:red;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/hero/contact.jpg) fixed;
        background-size: cover;
        position: relative;
    }
    .herohead{
        position: absolute;
        top: 45%;
    }

    .herohead h1{
        font-size: 4rem;
        color: aliceblue;
        opacity: 0.5;
        z-index: 99999;
     }
     .herohead h2{
         margin-top: -50px;
         font-size: 2rem;
         z-index: 999999;
         color: #00008B;
     }
   
  }