
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel img{
    height: 80vh;
}
.carousel h1{
    /* transform: translateY(45rem); */
    /* margin-left: 5rem; */
    font-family: 'Raleway' , sans-serif;
    color: white;
    font-weight: 900;
    z-index: 2;
    font-size: 6rem;
}
#iso{
    margin-bottom: 10rem;
    text-align: center;
}
.lefty img{
    width: 100%;
    height: 90%;
}
.pexelContainer{
    margin-top: 5rem;
    /* opacity: 0; */
}
.fadein{
    opacity: 1 !important;
    transition: 300ms ease-in-out;
    transform: translateY(20px);
}
.right h1{
    color: black;
    font-family: 'Raleway' , sans-serif; 
    font-weight:900 !important;
    font-size:4rem !important ;
}
.right p{
    color: black;
    font-family: 'Raleway' , sans-serif;
    font-weight: 300 !important; 
    font-size: 2rem !important;
}
.cards{
    flex-flow: column;
    /* max-width: 100%; */
    max-width: 35rem !important;
    box-shadow: -2px -2px 5px #ffffff, 4px 4px 5px #00000060;
    margin-bottom: 20rem;
    /* margin-left: 5px; */
}

.icons{
    font-size: 90px;
    margin: 1rem 0;
    color: #6699cc;
}
.cards h1{
    text-align: center !important;
    font-family: 'Raleway' , sans-serif !important;
    font-weight: 600 !important;
    font-size: 3rem !important;
    padding-top: 20px !important;
}
.cards p{
    text-align: center;
    padding-top: 10px;
    font-family: 'Raleway' , sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    padding-bottom: 2rem;
}
.backgroundParallax{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),url("../Pictures/1.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: static;
}
.backgroundParallax h1{
    color: white;
    font-family: 'Raleway' , sans-serif;
    font-weight: 900;
    font-size: 5rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
#speciality h1{
    text-align: center;
    font-family: 'Raleway' , sans-serif;
    font-size: 4rem !important;
    color: black;
    font-weight: 900 !important;
    margin: 4rem 0;
}
#speciality img{
    width: 100%;
    height: 100%;
}
.special{
    position: relative;
    margin-bottom: 5rem;
}
.specialHeading{
    position: absolute;
    align-self: flex-end;
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    font-size: 3rem;
    color: white;
  
}
#productRange h1{
    text-align: center;
    font-family: 'Raleway' , sans-serif;
    font-size: 4rem !important;
    color: black;
    font-weight: 900 !important;
    margin: 4rem 0;
}
.product{
    position: relative;
    margin-bottom: 5rem;
}
.product img{
    width: 100%;
    height: 25rem;
}
.product h2{
    position: absolute;
    align-self: flex-end;
    font-family: 'Raleway' , sans-serif;
    font-weight: 600;
    font-size: 3rem;
    color: white;
}
#portfolio h1{
    text-align: center;
    color: black;
    font-family: 'Raleway' , sans-serif;
    font-size: 5rem;
    font-weight: 900;
}
#portfolio h4{
    text-align: center;
    color: black;
    font-family: 'Raleway' , sans-serif;
    font-size: 2rem;
    font-weight: 900;
}
#portfolio{
    margin-bottom: 5rem;
}
.customer img{
    width: 80%;
    height: 80%;
}

@media only screen and (max-width: 910px) {
    html{
        font-size: 55%;
    }
  }
  @media only screen and (max-width: 1000px) {
    .customers img{
        height: 100%;
        width: 100%;
    }
  }
  @media only screen and (max-width: 800px) {
    html{
        font-size: 50%;
    }
  }
@media only screen and (max-width: 576px) {
.query{
    margin: 3rem auto;
    width: 50%;
}
  }