/*Hero*/
h1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

h1 img {
    height: 70px;
    margin-left: 20px;
}

.hero-container h4 {
    color: white;
    font-weight: 200;
    margin-bottom: 30px;
    z-index: 9;
}

/*Dashboard*/
#dashboard {
    background: #f1f5ff;
    position: relative;
    padding: 0 5% 180px 10%;
    height: calc(80dvh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#dashboard .background-white:before {
    position: absolute;
    left: -5%;
    content: "";
    height: 180px;
    width: 110%;
    transform: rotate(180deg);
    background-color: white;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    bottom: 0;
}

.text-dashboard {
    width: 50%;
    margin-right: 50px;
}

.text-dashboard h3 {
    margin-bottom: 20px;
}

.text-dashboard h3,
.text-dashboard p {
    text-align: left;
}

.container-dashboard {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-dashboard img.cover-image{
    cursor: unset;
}

/*Often wonder*/
#often-wonder {
    position: relative;
}

.background-often {
    position: absolute;
    top: 150px;
}

.container-often-wonder {
    display: flex;
    align-items: stretch;
    width: 90%;
    margin: 90px auto;
    max-width: 1200px;
    min-height: 634px;
}

.img-ofter-wonder {
    position: relative;
}

.img-ofter-wonder  img:first-child{
    opacity: 0;
}

.img-ofter-wonder img:last-child {
    position: absolute;
    left: -20px;
    top: 90px;
}

.container-often-wonder img {
    margin-right: 90px;
    z-index: 1;
}

.cards-often-wonder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-often-wonder {
    padding: 0 20px;
    border-radius: 20px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 13.3276px 46.64661px 0px rgba(1, 31, 94, 0.07);
    backdrop-filter: blur(26.31122398376465px);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*Our Solutions*/
#our-solution {
    padding: 90px 0;
    width: 90%;
    margin: auto;
    max-width: 1000px;
}

#our-solution h3+p {
    text-align: center;
    margin-top: 10px;
}

.container-our-solution {
    margin: 90px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.card-our-solution {
    padding: 25px;
    border: 1px solid rgba(1, 31, 94, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.card-our-solution img {
    margin-bottom: 15px;
}

.card-our-solution h4 {
    margin-bottom: 25px;
    color: #011f5e;
}

.card-our-solution p {
    margin-bottom: 15px;
}

/*Benefits*/
#benefits {
    background: #f1f5ff;
    position: relative;
    padding: 280px 10% 100px 10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}

#benefits .background-white:before {
    position: absolute;
    left: -5%;
    content: "";
    height: 180px;
    width: 110%;
    transform: rotate(0deg);
    background-color: white;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    top: 0;
}

#benefits h3 {
    text-align: left;
    grid-column: 1/3;
    font-size: 35px;
    line-height: 45px;
}

.card-benefits {
    border-radius: 8.684px;
    background: #fff;
    box-shadow: 0px 4.34195px 10.85487px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    height: 30px;
}

.card-benefits img {
    margin-right: 20px;
}

.card-benefits p {
    line-height: 20px;
    font-size: 15px;
}

@media screen and (max-width: 769px) {
    h1{
        flex-direction: column;
    }

    h1 img{
        height: 40px;
        margin-left: 0;
        margin-top: 5px;
    }

    .hero-container h4{
        font-size: 16px;
    }

    #service .hero-container h2 {
        font-weight: 200;
        font-size: 17px;
        max-width: 90%;
        margin-top: 20px;
        text-align: center;
    }

    #dashboard {
        flex-direction: column;
        background: white;
        height: auto;
        padding: 50px 0 70px 0;
    }

    .container-dashboard {
        flex-direction: column;
    }

    .text-dashboard {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 40px 0;
    }

    .text-dashboard h3 {
        max-width: 200px;
        text-align: center;
    }

    .text-dashboard p {
        font-weight: 300;
        text-align: center;
        max-width: 90%;
    }

    #dashboard .background-white {
        display: none;
    }

    #dashboard img {
        width: 80%;
        margin: auto;
    }

    .card-our-solution img {
        width: 60px;
    }

    .container-often-wonder {
        flex-direction: column;
        max-width: unset;
        align-items: center;
        justify-content: center;
    }

    .container-often-wonder img {
        width: 80%;
        margin: auto;
    }

    .card-often-wonder {
        margin-bottom: 20px;
        height: 80px;
        backdrop-filter: unset;
    }

    .card-often-wonder p,
    .card-often-wonder p span {
        font-size: 12px;
    }

    #our-solution {
        padding: 0;
        width: 85%;
    }

    #our-solution h3+p {
        max-width: 90%;
        margin: 10px auto 0 auto;
    }

    .container-our-solution {
        margin: 40px 0 0 0;
        display: flex;
        flex-direction: column;
    }

    .card-our-solution h4 {
        margin-bottom: 20px;
        font-weight: 600;
    }

    #benefits {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 230px 10% 50px 10%;
    }

    #benefits h3 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .card-benefits {
        width: calc(100% - 40px);
        height: auto;
    }

    .container-button-hero {
        flex-direction: column;
        height: 90px;
    }

    .button-hero {
        min-width: 130px;
        text-align: center;
        margin: 5px 0;
        top: 96px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
    #dashboard {
        padding: 0 5% 180px 10%;
    }

    .text-dashboard {
        width: 45%;
    }

    #dashboard img {
        width: 35%;
    }

    .text-dashboard h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .text-dashboard p {
        font-size: 14px;
        font-weight: 200;
        line-height: 23px;
    }

    .card-often-wonder p,
    .card-often-wonder p span {
        font-size: 13px;
        line-height: 18px;
        font-weight: 200;
    }

    .card-often-wonder p span {
        font-weight: 600;
    }

    .card-often-wonder {
        height: 80px;
        margin-bottom: 15px;
    }

    .container-often-wonder {
        justify-content: center;
    }

    .cards-often-wonder {
        width: 50%;
    }

    .container-often-wonder {
        justify-content: center;
    }

    .img-ofter-wonder {
        width: 35%;
        margin-right: 90px;
    }

    .container-often-wonder img {
        width: 100%;
    }

    #our-solution {
        padding: 40px 0;
    }

    .container-our-solution {
        grid-template-columns: 1fr 1fr;
        margin: 40px 0;
    }

    #benefits {
        grid-template-columns: 1fr 1fr;
        padding: 280px 10% 80px;
    }

    #benefits h3 {
        grid-column: 1/3;
        text-align: center;
    }
}