* {
    font-family: 'Poppins', sans-serif;
    color: #005E54;
}

header {
    background-color: #009582;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    position: relative;
    z-index: 0;
}

header .nav-bar li.button {
    background-color: #009582;
    border-radius: 10px;
    padding: 0 25px;
}

header .nav-bar li.button a {
    color: white;
    font-size: 0.9rem;
}

header .nav-bar li.button a:hover {
    text-decoration: underline;
}

.buttons {
    position: relative;
    z-index: 2;
}

.img-toggle img {
    width: 2.9rem;
}

main {
    gap: 3rem;
}

.image-banner {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: auto;
    height: 95vh;
}

.image-banner-mobile {
    display: none;
}

.banner {
    background-color: #009582;
    height: 85vh;
}

.banner h1 {
    color: white;
    font-weight: 800;
    width: 50%;
    margin-top: 2.5rem;
}

.banner h3 {
    color: #A4FFC5;
    font-weight: 500;
    width: 45%;
    margin-top: 2.5rem;
}

.banner a button {
    border: none;
    background-color: #005E54;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    margin-top: 2.5rem;
}

.banner a button {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}


.banner a button:hover {
    background-color: #00413A;
}

.cursor {
    position: relative;
    right: 60px;
    top: 45px;
    width: 5rem;
}

.logo {
    width: 40rem;
}

.about {
    margin-top: 2rem;
    padding: 50px 0;
    background-color: #EFFCF3;
    height: auto;
}

.about p {
    width: 85%;
    text-align: justify;
    font-size: 1.3rem;
}

.about img {
    width: 25rem;
}

h2 {
    font-size: 2rem;
    font-weight: 800;
}

.float {
    color: #B7B7B7;
    font-weight: 500;
    font-size: 1.2rem;
}

.lines {
    background-color: #005E54;
    width: 350px;
    height: 2px;
}

.mobile-logo {
    display: none;
}

.functions {
    padding: 50px 0 100px;
    background-color: #fff;
    height: auto;
}

.functions .card {
    background-color: #005E54;
    border-radius: 0;
    padding: 5rem;
    margin-bottom: 5rem;
    height: 30rem;
}

.functions-container {
    gap: 5rem;
    padding: 0 12px;
}

.functions-container div {
    background-color: #fff;
    padding: 20px 0;
    gap: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sms {
    background-color: #E9FBF0;
    color: #5DBEAE;
    padding: 5px;
    position: relative;
    bottom: 0.8rem;
    margin: 0;
}

.functions-container div h3 {
    font-size: 1.6rem;
    font-weight: 800;
    width: 70%;
}

.functions-container div p {
    font-size: 1rem;
    font-weight: 600;
    width: 85%;
}

.functions-container img {
    width: 15rem;
    height: 15rem;
}

.functions-container .icon1 {
    width: 20rem;
    height: 15rem;
}

.functions-container .icon2 {
    width: 23rem;
    height: 15rem;

}

.benefits {
    padding: 50px 0 100px;
    background-color: #EFFCF3;
    height: auto;
}

.benefits .card {
    color: #005E54;
    height: 100%;
}

.benefits .card-header {
    padding: 20px;
    border: none;
    background-color: white;
}

.benefits .card-header h3 {
    color: #25D366;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px;
    margin: 0;
}

.benefits .card-header .title-card-six {
    width: 70%;
}

.benefits .card-header img {
    width: 3rem;
}

.benefits .card-body {
    padding: 0 50px 50px;
    gap: 2rem;
}

.benefits .card-body h5 {
    font-weight: 600;
    font-size: 1.1rem;
    height: 100px;
}

.benefits .card-body img {
    width: 15rem;
    height: 12rem;
    position: relative;
    top: 40px;
}

.values {
    padding: 50px 0 150px;
    background-color: #fff;
    height: auto;
}

.card {
    border: none;
}

.values .card-header {
    color: #005E54;
    background-color: #92E9B2;
    font-weight: 700;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 20px;
    border: none;
}

.values .card-body {
    padding: 40px;
    background-color: #F5F5FF;
    font-weight: 600;
    border: none;
}


.values .card.dark .card-body,
.values .card.dark .card-footer {
    background-color: #009582;
    border: none;
}

.card.dark .text p,
.card.dark .text h5 {
    color: white;
}

.card.dark .value h4 {
    color: #9BF07E;
}

.values h5 {
    font-size: 1rem;
    font-weight: 700;
}

.values .title-card {
    text-align: justify;
    font-size: 1.1rem;
}

.values .value :first-child {
    font-size: 1.2rem;
}

.values .value :last-child {
    font-size: 1.2rem;
    color: #B7B7B7;
}

.value h4 {
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

.values .card-footer {
    border: none;
    background-color: #fff;
    padding: 40px 20px 20px;
    background-color: #F5F5FF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.card-footer button {
    border: none;
    border-radius: 10px;
    background-color: #92E9B2;
    font-weight: 700;
    padding: 8px 25px;
    margin-bottom: 20px;
}

.faqs {
    padding: 50px 0 150px;
    background-color: #f5f5f5;
    height: auto;
}

.faq {
    gap: 1.5rem;
}

.question {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
}

.question p.gap-1 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.question a {
    text-decoration: none;
}

.question .card-body {
    margin: 0;
    font-size: 1rem;
    text-align: justify;
    font-weight: 500;
    border: none;
    padding: 10px;
    margin-top: 1rem;
}


footer {
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 94, 84, 1) 0%, rgba(0, 149, 130, 1) 100%);
    height: auto;
    padding: 100px 20px;
}

footer .logo {
    width: 12rem;
}

footer .social img {
    width: 2.5rem;
}

footer .text {
    width: 35%;
    text-align: justify;
}

footer .footer-two p {
    text-align: justify;
}

.footer-end p {
    font-size: 0.8rem;
}

.line {
    width: 100%;
    height: 1px;
}

.last p {
    font-size: 1rem;
}


@media screen and (max-width: 1610px) {
    .banner {
        height: 80vh;
    }

    .image-banner {
        height: 80vh;
    }
}

@media screen and (max-width: 1399px) {
    .image-banner {
        width: auto;
        height: 90vh;
    }

    .about p {
        width: 100%;
    }

    .banner h1 {
        font-size: 1.9rem;
        width: 50%;
    }

    .banner h3 {
        font-size: 1.5rem;
    }

    .cursor {
        right: 60px;
    }

    .logo {
        width: 30rem;
    }

    .banner a button {
        font-size: 1.1rem;
    }

}

@media screen and (max-width: 1300px) {
    .banner {
        height: 75vh;
    }

    .image-banner {
        width: 40rem;
        height: auto;
    }

    .benefits .card {
        height: 35rem;
    }

    .benefits .card-body {
        padding: 20px 30px;
    }

    .benefits .card-body img {
        top: 0px;
    }

}

@media screen and (max-width: 1300px) and (max-height: 800px) {
    .banner {
        height: 90vh;
    }

    .image-banner {
        width: 38rem;
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    .about p {
        font-size: 1.2rem;
    }

    .banner {
        height: auto;
        padding: 90px 0;
    }

    .image-banner {
        width: 32rem;
    }

    .logo {
        width: 25rem;
    }

    .banner h1 {
        font-size: 1.7rem;
        width: 50%;
        margin-top: 1rem;
    }

    .banner h3 {
        margin-top: 1rem;
        font-size: 1.3rem;
    }

    .cursor {
        right: 50px;
        width: 4rem;
        top: 1.5rem;
    }

    .banner a button {
        font-size: 1rem;
    }

    .benefits .card {
        height: 30rem;
    }

    .benefits .card-header h3 {
        padding: 5px;
        font-size: 1.2rem;
    }

    .benefits .card-body {
        gap: 0;
    }

    .benefits .card-body h5 {
        height: 150px;
        font-size: 1rem;
    }

    .benefits .card-body img {
        position: relative;
        width: auto;
        height: 10rem;
        bottom: 500px;
    }

}

@media screen and (max-width: 991px) {
    .lines {
        width: 200px;
    }

    h2 {
        margin-top: 1.5rem;
    }

    .about img {
        margin-top: 2rem;
        width: 20rem;
    }

    .about p {
        width: 85%;
    }

    footer .text {
        width: 100%;
        text-align: justify;
    }

    .footer-one {
        gap: 50px;
    }

    .mobile-logo {
        display: flex;
    }

    .desktop-logo {
        display: none;
    }

    .cards {
        gap: 2rem;
    }

    .values .title-card {
        text-align: center;
    }

    .banner {
        height: auto;
        padding: 90px 0;
    }

    .image-banner {
        display: none;
        position: relative;
    }

    .image-banner-mobile {
        display: flex;
        width: 30rem;
        margin-top: 5rem;
    }

    .banner h1 {
        width: 70%;
        font-size: 1.8rem;
        margin-top: 2rem;
    }

    .banner h3 {
        width: 50%;
        font-size: 1.2rem;
    }

    .banner a button {
        margin-top: 1.5rem;
    }

    .cursor {
        display: none;
    }

    header .nav-bar li.button {
        background-color: #005E54;

    }

    .banner a button {
        width: 75%;
    }

    .benefits .card {
        height: 100%;
    }

    .benefits .card-header {
        padding: 10px 150px;
    }

    .benefits .card-header h3 {
        font-size: 1.5rem;
    }

    .benefits .card-body h5 {
        width: 80%;
        font-size: 1.2rem;
        height: 100px;
    }

    .benefits .card-body img {
        height: 12rem;
    }

    .benefits .card-header h3.title-card-six {
        width: 70%;
    }

}

@media screen and (max-width: 767px) {
    .image-banner-mobile {
        width: 25rem;
        height: auto;
    }

    .logo {
        width: 20rem;
    }

    .banner h1 {
        width: 80%;
        font-size: 1.6rem;
    }

    .banner h3 {
        width: 70%;
    }

    .banner a button {
        font-size: 0.9rem;
    }

    .navbar-brand img {
        width: 8rem;
    }

    .img-toggle img {
        width: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .about p {
        font-size: 1.1rem;
        width: 90%;
    }

    .float {
        font-size: 1rem;
    }

    .question p.gap-1 {
        font-size: 1.1rem;
    }

    .functions-container div h3 {
        font-size: 1.2rem;
    }

    .functions-container div p {
        font-size: 0.9rem;
    }

    .functions img {
        width: 12rem;
        height: 12rem;
    }

    .functions .icon1,
    .functions .icon2 {
        width: 15rem;
        height: 10rem;
    }

    .cards .desktop {
        display: none;
    }

    .benefits .card-header {
        padding: 10px 50px;
    }

    .benefits .card-header h3 {
        font-size: 1.2rem;
    }

    .benefits .card-header img {
        position: static;
        width: 2rem;
    }

    .benefits .card-body {
        gap: 30px;
    }

    .benefits .card-body h5 {
        width: 90%;
        font-size: 1rem;
        height: 140px;
    }

    .benefits .card-body img {
        height: 9rem;
    }

}

@media screen and (max-width: 524px) {
    .banner h1 {
        width: 85%;
    }
}

@media screen and (max-width: 517px) {
    .dropdown-toggle {
        white-space: normal;
        text-align: start;
    }

}

@media screen and (max-width: 512px) {
    .banner a button {
        width: 80vw;
    }

}

@media screen and (max-width: 495px) {
    .banner h1 {
        width: 90%;
    }

    .about img {
        width: 12rem;
    }

}

@media screen and (max-width: 400px) {
    .logo {
        width: 15rem;
    }

    .banner h1 {
        width: 90vw;
        font-size: 1.2rem;
    }

    .banner h3 {
        width: 80vw;
        font-size: 1rem;
    }

    .banner a button {
        width: 90vw;
        font-size: 0.8rem;
    }

    .image-banner-mobile {
        margin-top: 3rem;
        width: 18rem;
    }

    .about img {
        width: 15rem;
    }

    .benefits .card-header {
        padding: 10px 20px;
    }

    .benefits .card-body {
        padding: 20px;
        gap: 10px;
    }

    .benefits .card-body h5 {
        width: 85%;
        font-size: 0.9rem;
        height: 130px;
    }

}