body{
    margin: 0;
}

.div1{
    display: flex;
    height: 65vh;
    background-color: #edf7f1;
    border: none;
    color: #231f20;
    align-items: center;

}

.div2{
    padding-left: 15%;
    padding-right: 15%;
}

.div3{
    display: flex;
    justify-content: center;
    height: 15vh;
    background-color: #ffffff;
    border: none;
    color: #231f20;
    margin-left: auto;
    padding: 15%;
    flex-direction: column;
    background-image: url('../images/Task Management BG imge.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(1);
}

header{
    display: flex;
    color: #008745;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 130%;
    align-items: center;
    height: 65px;
    background-color: #ffffff;
    justify-content: center;
}

h1{
    margin: 0;
    font-family: Arial, sans-serif;
}

h3{
    margin: 0;
    font-family: Arial, sans-serif;
}

.HeaderButton{
    background: none;
    border: none;
    color: #008745;
    font-size: 75%;
}

.GetStartedButton{
    background-color: #0ca531;
    color: #edf7f1;
    border: none;
    border-radius: 5px;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: Arial, sans-serif;
    font-size: 90%;
    margin: 3%;
    font-weight: bold;
}

.MainHeading1{
    font-size: 260%;
    padding: 3%;
}

.FooterMainHeading1{
    font-size: 260%;
    /* padding: 3%; */
}

.SubHeading1{
    font-size: 130%;
    padding: 3%;
}

.AboutSection{
    font-size: 260%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    
}

.img1{
    width: 70%;
    height: 70%;
    padding: 10%;
}

.FeaturesSection1{
    display: flex;
    flex-direction: column;
    padding-left: 15%;
    flex: 1;
    justify-content: space-between;
    gap: 10px;
}

.FeaturesSection2{
    display: flex;
    flex-direction: column;
    padding-right: 15%;
    flex: 1;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}
a{
    padding: 20px;
}
.SubHeading2{
    font-size: 130%;
    padding: 3%;        
    text-align: center;
    color: #ffffff;            
}

footer{
    background-color: #07131d;
    color: white;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* .slider{
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 45vh;
    justify-content: center;
    background-color: #edf7f1;
    display: flex;
    align-items: center;
}

.item{
    position: absolute;
    bottom: -50px;
    width: 200px;
    height: 320px;
    text-align: justify;
    background-color: #0ca531;
    border-radius: 10px;
    padding: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;
}
#next, #prev {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    color: #0ca531;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
}

#next {
    transform: translate(-50%, 0);
    margin-left: 50px;
}

#prev {
    transform: translate(-50%, 0);
    margin-left: -50px;
}

 #next, #prev{
    position: absolute;
    top: 40%;
    color: #0ca531;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    left: 400px;
}
#next{
    left: unset;
    right: 400px;
} */

.div4{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: #edf7f1;
}

.img2{
    display: flex;
    height: 65%;
}

.home-div-img {
    max-width: 600px;
}