#menu-logo {
    width:15%;
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.container-wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new-hero {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
    "title image image"
    "text image image"
    "button image image";

    width: 80%;
}

#new-hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4rem;
}

#hero-title {
    grid-area: title;

    display: flex;
    align-items: end;
}

#hero-title p {
    font-weight: bold;
}

#hero-image{
    grid-area: image;
}

#hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#hero-text {
    grid-area: text;
    display: flex;
    align-items: center;
}

#hero-text p {
    font-size: 1rem;
}

#hero-action {
    grid-area: button;
    display: flex;
    justify-content: center;
    width: 60%;
    height: 60px;
}

#hero-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-wrapper {
    box-shadow: none !important;
}

header {
    display: flex;
    justify-content: center;
    box-shadow: none !important;
}

header nav {
    box-shadow: none !important;
}

header nav ul.nav-list li a {
    font-weight: normal;
}

#signIn {
    background-color: white;
    background-image: none;
    border: 1px solid #ccc;
    color: #000;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}

.hero a {
    text-transform: normal !important;
}


#hero-img {
    transform: scale(1.2);
    margin-top: 7rem;
}

#benefits-item {
    background: white;
    height: auto;
    display: flex;
    justify-content: center;
}

#card-container {
    gap: 2.5rem !important;
}
p.benefits-item {
    width: 100%;
}

#benefits-item .card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding: 2rem;
    gap: 1rem;
    width: auto;
    min-width: 170px;
    height: 150px;
    background: rgba(0, 102, 255, .1);
    box-shadow: none;
    font-size: 0.8rem;
}

#benefits-item .card img {
    width: 30px;
    height: 30px;
}

#benefits-item .card p {
    font-size: 0.9rem;
}


header.page-header {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

#nav-arrombado {
    width: 80%;
}

#benefits-item .benefits-text {
    width: 60%;
    margin: 0;
}

#sys-demo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#laptop {
    width: 60%;
    height: 100%;
}

#dashboard {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 11%;
    top: 2%;
}

/*
    Health Insurance styles
*/


#health-insurances .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
    "healthText healthImage healthImage"
    "healthText healthImage healthImage"
    "buttonArea healthImage healthImage";

    width: 100%;
}

#health-insurances {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5rem 0;
}

#health-insurances .content .text-content {
    grid-area: healthText;
    width: 100%;
}

#health-images {
    grid-area: healthImage;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-left: 4rem;
}

#health-insurances .content .health-contact {
    grid-area: buttonArea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#health-insurances .content a {
    width: 60%;
}

#health-images img {
    width: 50%;
    height: 50%;
}

#about-item {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5rem 0;
    margin-bottom: 6rem;
}

#about-item {
    background-image: radial-gradient(
        ellipse at top,
        rgba(0, 143, 255, .2) 0%,
        #fff 60%,
        #ffffff 100%
    );
}

#about-item .about-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

#about-item .about-text a {
    width: 60%;
}

#about-item .about-images {
    width: 50%;
    height: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-item .about-content {
    width: 100%;
    height: auto;
    display: flex;
    gap: 2rem;
}

footer#lp-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

footer#lp-footer .container-wrapper .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    border-top: 2px solid #E7E8EE;
    padding: 1rem 0;
}

footer#lp-footer .container-wrapper .content .links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

footer#lp-footer .container-wrapper .content .links-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.2rem;
    color: #ccc;
    transition: 0.2 all ease;
}

footer#lp-footer .container-wrapper .content .links-container a:hover {
    background: linear-gradient(to right, #FFA502, #FF8C01, #ED7200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer#lp-footer .container-wrapper .content .copy-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact {
    height: 90vh;
}

@media only screen
and (min-width: 356px)
and (max-width: 768px) {
    .container-wrapper {
        width: 100%;
        padding: 0 1.5rem;
    }

    #nav-arrombado {
        width: 90%;
    }

    .mobile-menu div {
        width: 28px !important;
        margin: 8px !important;
        background: #474B58 !important;
    }

    .mobile-menu {
        border: 1px solid #E7E8EE;
        border-radius: 8px;
        padding: 0.1rem 0.1rem;
        display: inline-block !important;
        width: auto !important;
    }

    #menu-container {
        width: 100vw !important;
        height: 100vh !important;
        top: 60px;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 0.1rem;
    }

    .nav-list.active {
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100% !important;
        transform: translateX(100%) !important;
    }

    .nav-list {
        left: -100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 0.5rem !important;

    }

    #new-hero-container {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    #new-hero {
        grid-template-columns: 1fr;
        grid-template-rows: 20% 50% 20% 10%;
        grid-template-areas:
        "title"
        "image"
        "text"
        "button";

        width: 100%;
    }

    #hero-title {
        align-items: center;
        padding: 1rem;
    }

    #hero-text {
        padding: 1rem;
    }

    #hero-action {
        padding: .5rem;
        width: 100%;
    }

    #hero-action a {
        width: 100%;
    }

    #benefits-item .benefits-text {
        width: 100%;
    }

    #card-container {
        gap: 0.5rem !important;
    }

    #benefits-item .card {
        flex-grow: 1;
        margin-bottom: 0.5rem;
    }

    #sys-demo {
        padding-top: 80px;
    }

    #laptop {
        width: 100%;
        height: 100%;
    }

    #laptop img {
        width: 100%;
        height: 100%;
    }

    #dashboard {
        left: -5%;
        top: -10%;
    }

    #dashboard img {
        width: 100%;
        height: 100%;
    }

    #health-insurances {
        padding: 1rem 0;
    }

    #health-insurances .content {
        flex-direction: column;
    }

    #health-insurances .content .text-content {
        width: 100%;
    }

    #health-insurances .content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 0.5fr 0.5fr;
        grid-template-areas:
        "healthText"
        "healthImage"
        "buttonArea";

        width: 100%;
    }

    #health-insurances .content  #health-images {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    #health-insurances .content #health-images img {
        width: 50%;
    }

    #health-insurances .content .health-contact {
        width: 100%;
    }

    #health-insurances .content .health-contact a {
        width: 100%;
    }

    #about-item {
        padding: 2rem 0;


        background-image: linear-gradient(
            rgba(0, 143, 255, .2) 20%,
            rgba(0, 143, 255, .2) 30%,
            rgba(0, 143, 255, .1) 70%,
            transparent
        );
    }

    #about-item .about-text {
        width: 100%;
    }

    #about-item .about-text a {
        width: 100%;
    }

    #about-item .about-images {
        display: none;
    }

    #about-item {
        margin-bottom: 0;
        margin-top: 0;
    }

    footer#lp-footer .container-wrapper .content .links-container {
        display: none;
    }
}

@media only screen
and (min-width: 769px)
and (max-width: 992px) {
    #nav-arrombado {
        width: 90%;
    }

    .mobile-menu div {
        width: 28px !important;
        margin: 8px !important;
        background: #474B58 !important;
    }

    .mobile-menu {
        border: 1px solid #E7E8EE;
        border-radius: 8px;
        padding: 0.1rem 0.1rem;
        display: inline-block !important;
        width: auto !important;
    }

    #menu-container {
        width: 100vw !important;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 0.2rem;
    }

    .nav-list.active {
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100% !important;
        transform: translateX(100%) !important;
    }

    .nav-list {
        left: -100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 0.5rem !important;

    }

    #new-hero-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    #new-hero {
        grid-template-columns: 1fr;
        grid-template-rows: 20% 50% 20% 10%;
        grid-template-areas:
        "title"
        "image"
        "text"
        "button";

        width: 100%;
    }

    #hero-title {
        align-items: center;
        padding: 1rem;
    }

    #hero-text {
        padding: 1rem;
    }

    #hero-action {
        padding: .5rem;
        width: 100%;
    }

    #hero-action a {
        width: 100%;
    }

    #card-container {
        gap: 0.5rem !important;
    }

    #about-item {
        margin-bottom: 0;
        margin-top: 0;
    }

    #about-item .about-content {
        width: 100%;
    }

    #about-item .about-text {
        width: 100%;
    }

    #about-item .about-text a {
        width: 100%;
    }

    #about-item .about-images {
        display: none;
    }
}

@media only screen
and (min-width: 992px)
and (max-width: 1200px) {
    #nav-arrombado {
        width: 90%;
    }

    .mobile-menu div {
        width: 28px !important;
        margin: 8px !important;
        background: #474B58 !important;
    }

    .mobile-menu {
        border: 1px solid #E7E8EE;
        border-radius: 8px;
        padding: 0.1rem 0.1rem;
        display: inline-block !important;
        width: auto !important;
        display: flex;
    }

    #menu-container {
        width: 100vw !important;
        height: 100vh !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 0.2rem;
    }

    .nav-list.active {
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100% !important;
        transform: translateX(100%) !important;
    }

    .nav-list {
        left: -100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 0.5rem !important;

    }

    #new-hero-container {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    #new-hero {
        grid-template-columns: 1fr;
        grid-template-rows: 20% 50% 20% 10%;
        grid-template-areas:
        "title"
        "image"
        "text"
        "button";
        grid-gap: 0;
        width: 100%;
    }

    #hero-title {
        align-items: center;
        padding: 1rem;
        justify-content: center;
    }

    #hero-text {
        padding: 1rem;
    }

    #hero-action {
        padding: .5rem;
        width: 100%;
    }

    #hero-action a {
        width: 100%;
    }

    #card-container {
        gap: 0.5rem !important;
    }
}

@media only screen
and (min-width: 1200px) {
    #new-hero {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas:
        "title image image"
        "text image image"
        "button image image";

        width: 100%;
    }

    #new-hero-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
