html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    color: rgb(20, 20, 20);
    ;
}

.wrapper {
    max-width: 1000px;
    padding: 0 16px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: 100%;
}

h1 {
    font-size: 48px;
}

h1 span {
    color: rgb(213, 148, 201);
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 33px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

h2 {
    font-size: 42px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }
}

section {
    padding: 21px 0;
}


/* header */

.header {
    background: #ffffff;
    padding: 12px 13px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 16px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    margin: 0 auto;
}

.material-symbols-outlined {
    font-size: 48px;
    color: rgb(20, 20, 20);
}

.nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-link {
    color: rgb(20, 20, 20);
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
}

.nav-link:hover,
.nav-link:focus {
    background: rgba(255, 255, 255, 0.515);
}


@media screen and (max-width: 767px) {
    .header {
        padding: 24px 16px;
        position: relative;
    }

    .nav {
        display: none;
    }
}


/* hero */
.hero {
    padding: 24px 0;
}

.hero-content {
    display: flex;
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    height: 500px;
}

.hero-details {
    flex: 1;
    display: flex;
    align-items: center;
    padding-inline: 24px;
    box-sizing: content-box;
}

.hero-img {
    flex: 1;
    flex-shrink: 1;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .hero-content {
        display: block;
        height: auto;
    }
}


/* main */

/* .we-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
} */

@media screen and (max-width: 768px) {
    .we {
        width: auto;
    }

    .we-content {
        text-align: left;
    }
}



.beneficios {
    background: #ffffff;
}

.beneficios-title {
    position: relative;
}

.beneficios-title::after {
    content: ' ';
    display: block;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background: rgb(20, 20, 20);
    ;
}

.beneficios-content {
    display: flex;
    align-items: start;
    gap: 16px;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .beneficios-content {
        display: block;
    }
}

.beneficios-beneficio {
    text-align: center;
    flex: 1;
    background-color: #f2eff7;
    padding: 15px;
}

.testimonios-title {
    position: relative;
}

.testimonios-title::after {
    content: ' ';
    display: block;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background: rgb(213, 145, 207);
    ;
}

.testimonios-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.testimonio {
    padding: 16px 16px;
    border-radius: 8px;
    border: 5px solid rgb(213, 145, 207);
    ;
}

.testimonio-text::after,
.testimonio-text::before {
    content: "''";
}

.testimonio-autor {
    font-size: 16px;
    font-weight: 700;
}

.testimonio-autor::before {
    content: "- ";
}

@media screen and (max-width: 768px) {
    .testimonios-content {
        display: block;
    }

    .testimonio {
        margin-bottom: 20px;
    }
}

.use {
    background: rgb(235, 198, 228);
}

.use-content {
    max-width: 800px;
    margin: 0 auto;
}


.form {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 18px;
}

.form input[type="email"] {
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    background: rgb(235, 198, 228);
    color: rgb(20, 20, 20);
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
}

.form input[type="email"]::placeholder {
    color: rgb(20, 20, 20);
}

.form input[type="submit"] {
    color: rgb(20, 20, 20);
    background: rgb(213, 145, 207);
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-weight: 700;
    text-transform: uppercase;
    width: 200px;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .form {
        flex-direction: column;
    }
}

.slider-footer .footer-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #3589f1;
}

.slider-footer .footer-wrapper .single-caption {
    display: flex;
    align-items: center;
    width: 33.33%;
    padding: 0 10px;
}

.slider-footer .footer-wrapper .single-caption .caption-icon span {
    color: #fff;
    font-size: 55px;
    margin-bottom: 0;
    display: block;
}

h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: black;
    padding-top: 12px;
}

.para_res {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 14px;
    text-align: justify;
    padding-top: 10px;
}

a {
    color: black;
}

.caption p {
    color: snow;
}

.heading {
    font-size: 40px;
    display: block;
    color: #000a2d;
    font-weight: 900;
    line-height: 2.1;
}


.btn {
    color: white;
}

label {
    font-size: 13px;
    font-weight: 600;
}

.footer-area {
    background-image: url(../img/gallery/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-area .footer-logo {
    margin-bottom: 40px;
}

.footer-area .footer-pera p {
    color: #8ba4b1;
    padding-right: 12px;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    .footer-area .footer-pera p {
        padding-right: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .footer-area .footer-pera p {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footer-area .footer-pera p {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .footer-area .footer-pera p {
        padding-right: 0px;
    }
}

@media (max-width: 575px) {

    .footer-area .footer-pera p {
        padding-right: 0px;
    }
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0;
}

.footer-area .footer-tittle h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.footer-area .footer-tittle h4 span {
    color: #fff;
}

.footer-area .footer-tittle ul li {
    color: #8ba4b1;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-area .footer-tittle ul li a {
    color: #8ba4b1;
    font-weight: 300;
    font-size: 15px;
}

.footer-area .footer-tittle ul li a:hover {
    color: #3589f1;
    padding-left: 5px;
}

.footer-area .footer-tittle ul li.app-log {
    margin-bottom: 30px;
    display: block;
}

.footer-area .footer-tittle P {
    color: #8ba4b1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footer-area .footer-social {
        float: left;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .footer-area .footer-social {
        float: left;
        padding-top: 10px;
    }
}

@media (max-width: 575px) {

    .footer-area .footer-social {
        float: left;
        padding-top: 10px;
    }
}

.footer-area .footer-social a {
    color: #8ba4b1;
    font-size: 14px;
    text-align: center;
    margin-left: 16px;
}

.footer-area .footer-social a:hover {
    color: #fff;
}

.footer-area .footer-bottom {
    padding-bottom: 50px;
    padding-top: 20px;
}

.footer-area .footer-bottom .footer-copy-right p {
    color: #8ba4b1;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}

.footer-area .footer-bottom .footer-copy-right p i {
    color: #3589f1;
}

.footer-area .footer-bottom .footer-copy-right p a {
    color: #3589f1;
}
form h1{
    color: black;
}
form p{
    color: black;
}