.mainlandingcont{
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-bottom: 0vh;
    align-content: center;

}
.partsmain{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    height: auto;
    margin: 5%;
    text-align: center;
}

.left2{
    align-content: center;
}

.logomain{
    width: 70%;
    padding-left: 10%;
}
 
.mainmatt{
    position: relative;
    width: 70%;
    font-size: 1.2rem;
}

.coverimg{
    width: 100%;
    height: 35vh;
    object-fit: cover;
}


.coverimgcont{
    position: relative;
}


.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay with 50% opacity */
    z-index: 1; /* Ensure overlay is on top */
}

.mattcont{
    position: relative;
    width: 100%;
    
    align-content: center;
    
   
}

.matt{
    width: 50%;
    height: auto;
    align-items: center;
    font-size: 1rem;
    margin: 5%;
    
}

.justcenter{
    justify-content: center;
}

.servicelist{
    flex-direction: column;
    margin: 10vh;
    
}

.tagline{
    color: #FF9553;
}

.lastpara{
    height: auto;
    align-content: center;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mainlandingcont{
        flex-direction: column;
        width: 100%;
    
    }
    .partsmain{
        width: 90%;
        margin: 5%;
        justify-self: center;
        
    }

    .mainmatt{
        width: 80%;
        margin: 5%;
        font-size: 1rem;
    }
    .logocont{
        text-align: center;

    }
    .logomain{ 
        padding: 10%;
    }

    .matt{
        width: 75%;
        font-size: 1rem;
        font-weight: normal;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .servicelist{
        width: 75%;
        margin: 5vh;
    }
    .lastpara{
        width: 75%;
    }
    .headline{
        font-size: 1.4rem !important;
    }

    .header{
        height: 20vh !important;
    }
    .serlist{
        margin: 5%;
    }

}
