* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
*::before,
*::after{ margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav li {
    margin: 0 20px;
    display: contents;
}

nav a {
    text-decoration: none;
    color: #104d0f;
    font-weight: bold;

}
a::after{
    content:"";
    position: absolute;
    background-color: #fff;
    height: 10xp;
    width: 100%;
    left: 0;
    bottom:-10px
}
a :hover:after{
    width:100% ;
}
a:hover{
    color: #104d0f ;
}
.hero {
   background-color: aqua;
    text-align: center;
    padding: 4rem 0;
    height: 100%;
}

.features {
    background: #fff;
    text-align: center;
    padding: 4rem 0;
}

.about {
    background: #f5f5f5;
    text-align: center;
    padding: 4rem 0;
}

.contact {
    background: #fff;
    text-align: center;
    padding: 4rem 0;
}

.cta {
    background: #104d0f;
    text-align: center;
    padding: 2rem 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
}

h1, h2 {
    font-weight: bold;
}

button, .cta-button, a {
   
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}



    header {    
        color: #f5f5f5;
        text-align: center;
        padding: 2rem 0;
        flex-direction: column;
        justify-content: center;
        height: 80px;
        text-align: center;
    }

    nav {
        background-color: #fff;
        display: flex;
        justify-content:right;
        align-items: center;
        margin-bottom: 2rem;
        position: absolute;
        width: 100%;
        padding: 20px 7%;
        top: 0;
    }

    nav li {
        margin: 0 20px;
    }
@media only screen and (max-width: 768px){
    .side-image{
        border-radius: 10px 10px 0 0;
        height: 300px;
    }

    .index_logo1{
        max-width: 95px;
        position: absolute;
        top: 20px;
        margin-left: -70px;
        
    }
    .index_logo2{
        max-width: 95px;
        position: absolute;
        top: 40px;
        margin-left: -70px;
        
    }
    .h3.p{
        position: absolute;
        top: 70%;
        text-align: center;
    }
    .spshs{
       margin-top: -100px;
       text-align: center;
    }
    .main .row{
        max-width:420px;
        width: 100%;
        max-height: 1500px;
        height: 100%;
    }
    #login1.main .row{max-width:420px;
        width: 100%;
        max-height: 1500px;
        height: 100%;}
    #login2.main .row{max-width:420px;
        width: 100%;
        max-height: 1500px;
        height: 100%;}

 

    .footer{ display: none;}
   .spshs{
    font-size: large;
    margin-top: -30px;
   }
}
