
/*IMPORTS*/
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Poppins:wght@500&display=swap');
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* remove default margin*/
body,
h1,h2,h3,h4,
p,
span
{
    margin: 0;
}
.full-width {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*container*/
.container {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

body{
    background-color: #FFFFF0;
    
        font-family: "MuseoModerno", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
}

/* hero section*/
header {
    height: 80vh;
}
.heroo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 150px;
}

.hrop {
    padding-bottom: 50px;
}
/*nav*/
nav {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background-color: #FFFFF0;
    height: 80px;
}
nav ul {
    height: 40px;
    display: flex;
    gap: 30px; 
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}


nav >ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
 }
 nav >img {
    width: 279px;
    height: 71px;
 }
/* nav-font */
nav >ul >li >a {
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
/* nav-font-hover */
nav >ul> li> a:hover {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #B888BC;
}
/*h*/
h1 {
    padding-bottom: 80px;
    padding-left: 55px;
    font-size: 113px;
    line-height: 113px;
    color: #B888BC;
    letter-spacing: 78px;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

 h3 {
    color: #B888BC;
 }
 /*benefits section start*/
 .section-benefits {
    height: auto;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
 }
 .section-card-benefits {
    height: auto;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
 }


 .section-benefits h2{
    margin-top: 300px;
    margin-bottom: 50px;
    color: #35322C;
    animation: fadeIn 2s ease-in-out;

 }
 .about-h2 {
    margin-top: 200px;
    margin-bottom: 50px;
    animation: fadeIn 2s ease-in-out;
 }
 .per_dance {
    max-width: 550px;

}
 /*benefits section end*/
/* span */
.span {

    font-size: 40px;
    font-weight: 500;
    letter-spacing: 15px;
    color: #35322C;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}
/*span end*/
 /*card*/
 

 .card {
    padding: 0px 12px 12px 0px;
    height: 0px;
    width: 300px;
    align-content: center;
    text-align: center;
    

 }
    
 .card-sec {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 300px;


 }
/*card end*/
/*buttons*/
 .button2 {
    justify-content: center;
    display: inline-block;
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: bold;
    font-size: 18px;
    border-radius: 60px;
    border: none;
    background-color: #B888BC;
    color: #FFFFF0;
    padding: 20px 40px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 2px 7px 13px #B888BC;
    cursor: pointer;

 }
 .button {
    display: inline-block;
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: bold;
    font-size: 18px;
    border-radius: 60px;
    border: none;
    background-color: #B888BC;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 2px 7px 13px #B888BC;
    color: #FFFFF0;
    cursor: pointer;
    text-decoration: none;
    
}


.button-benefits {
    align-content: center;
}
/*button end*/
/*icons*/
.icon {
    max-width: 60px;
}

.icon2 {
    max-width: 90px;
}
.gif {
    padding-bottom: 20px;
}
/*icons end*/
/*about us section*/

.aboutdiv{
display: flex;
flex-direction: row;
align-items: center;
}
.about-hero{
    max-width: 1120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;

}
.aboutp{
    width: 458px;
}

.aboutdiv span{
    color: #B888BC;
    font-weight: 500;
}
/*about us section end*/
/*how it works section*/
.section-how {
    height: auto;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;    
}
.howitworks{
    width: 1120px;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 0;
}
.h2how {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.howitworks p{
    width: 220px;
}

/*how it works section end*/
/*contact start*/
.contact-form {
    margin: 200px 0;
    text-align: center;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #35322C;
    animation: fadeIn 2s ease-in-out;
}

.contact-form label {
    display: block;
    margin: 10px 0 5px;
}

.contact-form input {
    width: 300px;
    padding: 10px;
    border: 2px solid #B888BC;
    border-radius: 30px;
}

.contact-form button {
    margin-top: 15px;
    background-color: #B888BC; 
    color: white; 
    border: none;
    padding: 20px 40px;
    border-radius: 60px;
    cursor: pointer;
}

.contact-info {
    margin-top: 20px;
}

.contact-info a {
    color: #B888BC; 
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline; 
}
.contact-us {
    margin-top: 15px;
}
.contact-us-header {
    display: none;
}
/*contact end*/


/*MEDIA QUEIRI START*/

@media (max-width:770px) {
    .container, .full-width, .section-benefits, .about-hero, .howitworks, .cards-sec {
        width: 100%;
        padding: 0 20px;
    }
    h1 {
        font-size: 62px;
        letter-spacing: 50px;
        margin-top: -20px;
    }
    .span {
       font-size: 22px;
       letter-spacing: 10px;
       font-weight: 600;
       margin-top: -50px;
       padding-left: 50px;
    }
    nav {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav > ul {
    
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }
    .contact-us-header {
        display: contents;
    }
    nav .button {
        display: none;
    }
    .heroo {
        margin-top: 300px;
    }
    .hrop {
        margin-top: -50px;
        width: 500px;
    }
    .section-benefits{
        align-content: center;
        flex-direction: column;
        align-content:space-between ;
    
    }
    .section-benefits h2{
        margin-top: 200px;
        margin-bottom: 50px;
        color: #35322C;
    
     }
    .per_dance {
        display: none;
    }

    .card-sec {
        margin-top: 50px;
        flex-direction: column;
        margin-bottom: 200px;
        gap: 250px;
        height: 280px;
    }
    .card-sec > p{
        width: 100%;
    }
    .button2 {
        display: none;
    }
    .howitworks {
        margin: 0;
        padding: 0;
        flex-direction: column;
        gap: 50px;
    }
    .section-card-benefits {
        height: auto;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
     }
    .card-how {
        text-align: center;
    }
    .card-how > p {
        width: 100%;
    }
    h2 {
        margin-bottom: 0px;
    }
    .about-hero {
        flex-direction: column;
    }
    .aboutdiv {
        flex-direction: column;
        text-align: left;
        padding : 10px 20px 0px 20px;
    }
    .aboutdiv p,h3, span{
        padding: 10px 40px 0px 30px;

    }
    .aboutdiv img{
        width: 400px;
    }
    .contact-form {
        margin-top: 250px;
    }
}

/*MEDIA QUEIRI END*/
