
.pageContain {
    width: 100%;
    min-height: 98vh;
    /*background-image: linear-gradient(to top, #4ead6c, #4ead6c, #ade6b4, #43b065, #ade6b4);*/
    /*background-image: linear-gradient(to top, #ade6b4, #8bbe91, #6b976f, #6b976f, #6b976f);*/
    /*background-image: linear-gradient(to top, #ade6b4, #7eac84, #537657, #2a442e, #021803);*/
}

/*=============== HOME-NAVBAR ===============*/

.navImage img {
    width: 80px;
    height: 30px;
}

.navImage img:hover {
    /*filter: brightness(90%);*/
}

.nav-link.text-white:hover {
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.5s;
}

/* Mobile Togggle */
.custom-toggler.navbar-toggler {
    border-color: gray;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(128,128,128)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*=============== HOME-PAGE ===============*/

.homepage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.homepage .headDetails {
    align-self: flex-end;
    margin: 10px;
    text-align: center;
    background: black;
    opacity: 0.5;
    border-radius: 15px;
}
.homepage .headDetails p {
    font-size: 15px;
    font-weight: 100;
    color: white;
    padding: 5px 25px;
}


.homepage .headTitle {
    align-self: flex-start;
    padding: 25px 50px;
    margin: 50px 70px;
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    opacity: 0.8;
}
.homepage .headTitle h1.first {
    color: darkgreen;
    font-size: 100px;
}
.homepage .headTitle h1.second {
    font-size: 50px;
    color: darkgreen;
    opacity: 0.6;
}
.homepage .headTitle p {
    font-size: 22px;
    color: darkgreen;
    font-style: italic;
}


.homepage .headMessage {
    align-self: flex-start;
    padding: 20px;
    margin: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
}
.homepage .headMessage p {
    font-size: 20px;
    font-weight: 100;
    margin: 12px;
    padding: 10px;
    color: white;
    background: black;
    border-radius: 25px;
    border: 0.5px solid gray;
    opacity: 0.5;
}
.homepage .headMessage p:nth-child(1) {
    margin-left: 40px;
}
.homepage .headMessage p:nth-child(2) {
    margin-left: 60px;
}
.homepage .headMessage p:nth-child(3) {
    margin-left: 90px;
}
.homepage .headMessage span a {
    color: white;
}


.homepage .ourClients {
    display: none;
    align-self: flex-end;
    padding: 20px 40px;
}
.homepage .ourClients h3 {
    color: green;
    padding: 5px 10px;
}
.homepage .clientImgs {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.homepage .clientImgs img {
    width: 65px;
    height: 60px;
    margin: 10px;
    border-radius: 5px;
}


.homepage .aboutUs {
    align-self: flex-start;
    padding: 20px;
    margin: 20px 50px;
}
.homepage .aboutUs h3 {
    color: green;
    padding: 5px 10px;
}
.homepage .aboutUs p {
    padding: 20px;
    font-size: 20px;
    font-weight: 100;
}


.homepage .features {
    align-self: flex-start;
    padding: 20px;
    margin: 20px 50px;
}
.homepage .features h3 {
    color: green;
    padding: 5px 10px;
}
.homepage .features p {
    padding: 20px;
    font-size: 20px;
    font-weight: 100;
}
.homepage .features p span {
    color: green;
    font-weight: 100;
}


.homepage .contactUs {
    align-self: flex-start;
    padding: 20px;
    margin: 20px 50px;
    margin-bottom: 80px;
}
.homepage .contactUs h3 {
    color: green;
    opcaty: 0.5;
    padding: 5px 10px;
}
.homepage .contactUs p {
    padding: 20px;
    font-size: 18px;
}


.homepage .contactUs form {
    padding: 20px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 10px;
}
.homepage .contactUs form label {
    font-weight: 100;
    margin-top: 10px;
}
/*bootstrap adjustement*/
.form-label {
    margin-bottom: 0rem; 
}
.homepage .contactUs form button {
    margin-top: 10px;
}

/*bootstrap-spinner*/
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 5px;
    vertical-align: -0.125em;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}




/*=============== HOMEPAGE -> MOBILE ===============*/
@media (max-width: 915px) {

    .homepage {
        align-items: center;
    }

    .homepage .headDetails {
        display: none;
    }
    .homepage .headTitle {
        max-width: 95%;
        align-self: center;
        margin: 30px 10px;
        padding: 20px 10px;
        background: transparent;
        box-shadow: none;
    }
    .homepage .headTitle h1.first {
        font-size: 70px;
    }
    .homepage .headTitle h1.second {
        font-size: 28px;
    }
    .homepage .headTitle p {
        font-size: 18px;
    }


    .homepage .headMessage {
        align-self: center;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
    }
    .homepage .headMessage p {
        font-size: 16px;
        margin: 10px;
        padding: 10px;
    }
    .homepage .headMessage p:nth-child(1) {
        margin-left: 10px;
    }
    .homepage .headMessage p:nth-child(2) {
        margin-left: 10px;
    }
    .homepage .headMessage p:nth-child(3) {
        margin-left: 10px;
    }


    .homepage .ourClients {
        align-self: center;
        padding: 20px 10px;
        margin: 20px 10px;
    }

    .homepage .aboutUs {
        align-self: center;
        padding: 5px 5px;
        margin: 10px 5px;
    }

    .homepage .features {
        align-self: center;
        padding: 5px 5px;
        margin: 10px 5px;
    }

    .homepage .contactUs {
        padding: 5px 5px;
        margin: 10px 5px;
        margin-bottom: 50px;
    }

}
/*=============== END OF HOMEPAGE -> MOBILE ===============*/