* {
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
}

.header {
    display: flex;
    align-items: center;
    background-color: white;
    height: 500px;
}

.img {
    height: 110px;
}

.header h1 {
    color: #676767;
    text-align: justify;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.32px;

}

.header p {
    width: 75%;
    color: #333;
    text-align: justify;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.18px;
}

.banner {
    margin-right: 200px;
    height: 300px;
}

nav {
    padding: 10px;
    margin-left: 150px;
}

.man-nav {
    padding: 10px;
    margin-left: 350px;
}

.logo-container {
    margin-right: 20px;
    margin-bottom: 25px;
}

.title-container {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.title-container h3 {
    color: #222;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.18px;
}

.title-container h5 {
    color: #222;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.28px;
}

.logo {
    display: block;
    width: 100px;
    height: auto;
}

.button {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    background-color: #E5223D;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.modules {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

a {
    text-decoration: none;
}

.modules-second {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashboard__card {
    margin: 0 10px;
    text-align: center;
    border: 1px solid #cccccc3b;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    width: 280px !important;
    height: 350px !important;
}

.firm-logo {
    width: 350px;
}

.dashboard__card h2 {
    color: #222;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.18px;
    text-align: start;
    padding: 20px 15px;
}

.dashboard__card__main h2 {
    color: #222;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.18px;
    text-align: start;
}

.dashboard__card:hover {
    margin: 0 10px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
}

.dashboard__card__image-container {
    height: 70%;
}

.dashboard__card__image-container img {
    width: 100%;
    height: 100%;
}

.bottom-left-image {
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.dashboard__card__image-container h3 {
    color: #4f4f4f;
    font-size: 1.25rem;
}

.dashboard {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-y: scroll;
}

.dashboard__card-container {
    display: flex;
    justify-content: center;
}

.about {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    height: 500px;
}

.about h3 {
    font-size: 20px;
}

.about p {
    margin-top: 10px;
    width: 80%;
    color: #222;
    text-align: justify;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.14px;
}

.icon {
    vertical-align: middle;
    border-radius: 56px;
    background: #E5223D;
    padding: 8px;
    color: white;
}

.icon2 {
    vertical-align: middle;
    border-radius: 56px;
    background: #E5223D;
    padding: 8px;
    color: white;
    width: 24px;
}

.material-icons {
    display: inline !important;
}

.text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.container-goals {
    margin-top: 30px;
}

.connect {
    display: flex;
    align-items: center;
    background-color: white;
    height: auto;
}

.connect h3 {
    font-size: 20px;
}

.connect p {
    margin-top: 10px;
    width: 80%;
    font-size: 20px;
}

.connect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: 70px;
}

.content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner2 {
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-container h4 {
    font-size: 40px;
    color: #222;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.28px;
}

.link {
    display: flex;
    width: 313px;
    height: 44px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-top: 20px;
    text-decoration: none;
}

.login-button {
    border-radius: 4px;
    background: #E5223D;
    border: none;
    color: white;
    width: 400px;
    height: 50px;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.uppercase{
    text-transform: uppercase;
}

.register-button {
    border-radius: 4px;
    border: 1px solid #878786;
    background: #F5F5F5;
    color: black;
    width: 400px;
    height: 50px;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
}

.footer-image {
    margin-top: 30px;
    padding-bottom: 30px;
    mix-blend-mode: multiply;
}

.firm-logo {
    margin-top: 30px;
    mix-blend-mode: multiply;
}


.footer h6 {
    color: #222;
    text-align: right;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

.manual {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    height: 500px;
}


.footer-images-container {
    display: flex;
    margin-top: 50px;
    padding-bottom: 50px;
}

.logo-images {
    width: auto;
    height: 80px;
    margin-right: 10px;
    mix-blend-mode: multiply;
}

.footer-images {
    display: none;
}

.manual h3 {
    font-size: 20px;
}

.manual p {
    margin-top: 10px;
    width: 80%;
    font-size: 20px;
}

.manual-image {
    margin-right: 200px;
}

.about-image {
    margin-right: 200px;
}

.about-nav {
    padding: 10px;
    margin-left: 250px;
}

.download-manual {
    width: 400px;
    height: 50px;
    border-radius: 4px;
    background: #E5223D;
    color: white;
    border: none;
    margin-top: 50px;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media(max-width: 1500px) {
    .header p {
        width: 80%;
        font-size: 16px;
    }

    .banner {
        margin-right: 100px;
        width: 335px;
        margin-top: 20px;
    }

    .about-nav {
        margin-left: 250px;
    }

    .title-container {
        width: 100%;
    }

    .about-image {
        margin-right: 100px;
    }
}

@media(min-width: 1250px) {
    .man-nav {
        padding-right: 100px;
        margin-left: 390px;
    }

    .title-container {
        width: 90%;
    }
}

@media(max-width: 1250px) {
    .about-nav {
        margin-left: 100px;
    }

    .title-container {
        width: 100%;
    }

    .about-image {
        margin-right: 100px;
    }

    .man-nav {
        margin-left: 150px;
    }
}

@media(max-width: 1350px) {
    .dashboard__card {
        width: 250px !important;
        height: 300px !important;
    }

    
}

@media(max-width: 1150px) {
    .dashboard__card {
        width: 230px !important;
        height: 270px !important;
    }
}

@media(max-width: 1000px) {

    .about-image {
        margin-right: 0px;
    }

    .man-nav {
        margin-left: 0px;
    }

    .manual-image {
        margin-right: 0px;
    }

    .about-nav {
        margin-left: 0px;
    }

    .title-container {
        width: 100%;
    }

    .header {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .logo {
        display: contents;
    }

    .logo-container {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .title-container h1 {
        display: contents;
    }

    .header p {
        text-align: center;
        width: 100%;
    }

    .banner {
        margin: 0;
    }

    .button {
        width: 150px;
        height: 40px;
        background-color: #E5223D;
        color: white;
        border: none;
        border-radius: 4px;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0.14px;
        text-transform: uppercase;
    }

    .dashboard__card-container {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .modules {
        margin-top: 50px;
    }

    .modules-second {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .dashboard__card {
        margin-bottom: 30px;
    }

    .about {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .content {
        flex-direction: column;
    }

    .manual {
        margin-top: 100px;
        flex-direction: column;
        padding-bottom: 50px;
        align-items: center;
    }

    .firm-logo {
        width: 250px;
        padding-bottom: 20px;
    }

    .footer-images-container {
        display: none;
    }

    .banner2 {
        margin-top: 0px;
    }

    .title-container {
        text-align: center;
        padding-bottom: 50px;
        margin-top: 40px;
    }

    .manual .title-container {
        text-align: center;
    }

    .manual .download-manual {
        margin-top: 10px;
    }

    .manual p {
        text-align: center;
        width: 100%;
    }

    .text2 {
        padding-right: 0px;
    }

    nav {
        margin-left: 0px;
    }

    .footer-image {
        display: none;
    }

    .footer-images {
        display: flex;
        flex-direction: column;
        mix-blend-mode: multiply;
        width: 250px;
    }

    .footer h6 {
        text-align: center;
        width: 75%;
    }

    .login-button {
        width: 300px;
    }

    .register-button {
        width: 300px;
    }

    .download-manual {
        width: 300px;
    }

    .dashboard__card h2 {
        padding: 10px;
    }

}

@media(max-width: 600px) {
    .manual img {
        width: 300px;
    }

    .banner {
        width: 250px;
    }

    .title-container {
        padding-left: 10px;
        width: 90%;
    }

    .about {
        padding-bottom: 200px;
    }

    .head-nav {
        padding-left: 35px;
    }

    .about-image {
        width: 300px;
    }

    .banner2 {
        width: 300px;
        margin-top: 0px;
    }

    .button-container {
        text-align: center;
    }

    .dashboard__card h2 {
        padding: 10px;
    }
}
