* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    border: none;
}


.Section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    min-height: 95vh;
    background-image: url(./img/BackgroundSec1.png);
    background-position: center;
    background-size: cover;
}

.MainSec1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    width: 570px;
    align-items: center;

}

.TitleSec1 {
    font-size: 55px;
    color: #602620;
    line-height: 50px;
    font-weight: 900;
}

.TextSec1 {
    font-size: 20px;
    font-weight: 100;
    color: #602620a8;
}

.ButtonSec1 {
    padding: 14px 3px;
    background-color: #ff64b6;
    width: 274px;
    font-size: 17px;
    border-radius: 12px;
    color: white;
    cursor: pointer;
}

/*SECTION2*/

.Section2 {
    display: flex;
    gap: 25px;
    min-height: 65vh;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #fff1da;
}

.ImageEXSec2 {
    width: 450px;
    border-radius: 16px;
}

.SpanSec2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 40%;
}

.TitleSec2 {
    color: #504432;
    font-size: 35px;
}

.TextSec2 {
    color: #948570;
    font-size: 20px;
    font-weight: 400;
}

/*SECTION3*/

.Section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 85px 8px;
    background-color: #f8f4ef;
    text-align: center;

}

.TitleSec3 {
    color: #504432;
    font-size: 44px;
}

.SubTitleSec3 {
    color: #948570;
    margin-top: 10px;
}

.ProdutcsServDiv {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 65px;
}

.DivProduct {
    width: 285px;
    height: 470px;
}

.ProductImage {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.SpanProduct {
    background-color: white;
    padding: 23px 23px 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 20px;
    height: 195px;
}

.ProductText1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.ProductText2 {
    font-weight: 300;
}


/*SECTION4*/

.Section4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 180px;
    gap: 20px;
    background-color: #f8f4ef;
    text-align: center;
}

.TitleSec4 {
    font-size: 40px;
    color: #504432;
}

.SubTitleSec4 {
    font-size: 21px;
    color: #948578;
}

.Sec4Images {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.ImageSec4 {
    border-radius: 20px;
    width: 300px;
}



/*SECTION5*/

.Section5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 8px;
    gap: 20px;
    text-align: center;
    background-color: #fffdfb;
}

.TitleSec5 {
    font-size: 35px;
    color: #504432;
}

.SubTitleSec5 {
    font-size: 20px;
    width: 650px;
    color: #948578;
}

.MainSec5 {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.InfoSec5 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 250px;
    align-items: center;
    height: 200px;
}

.iconSec5 {
    background-color: #ffd9e0;
    border-radius: 500px;
    font-size: 35px;
    padding: 16px;
    width: 67px;
    color: #ff7f95;
}

.Titleinfor {
    font-weight: 600;
    font-size: 20px;
}

.Pinfo {
    font-weight: 300;
    font-size: 18px;
}


/*SECTION6*/

.Section6 {
    display: flex;
    flex-direction: column;
    padding: 80px 8px;
    background-image: url("./img/BackgroundSec6.png");
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    gap: 15px;
    text-align: center;
}

.TitleSec6 {
    font-size: 50px;
    width: 790px;
    color: rgb(80, 68, 50);
    line-height: 47px;
}

.SubTitleSec6 {
    margin-bottom: 25px;
    font-size: 22px;
    width: 600px;
    color: rgb(112, 100, 81);
}


/*FOOTER*/

.Footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 50px;
    background-color: rgb(255, 248, 237);
}

.Footerp1 {
    font-weight: bold;
    font-size: 25px;
    color: #5e5343;
}

.Footerp2 {
    color: #5e5343;
    margin-bottom: 15px;
}

.Footerp3 {
    color: #5e5343;
    font-size: 13px;
}


@media screen and (max-width: 1000px) {

    .MainSec1 {
        width: 95%;
        gap: 25px;
    }

    .TitleSec1 {
        font-size: 40px;
        line-height: 35px;
    }

    .TextSec1 {
        font-weight: 400;
    }

    /*SECTION2*/

    .Section2 {
        flex-direction: column-reverse;
        padding: 100px 8px;
    }

    .ImageEXSec2 {
        width: 90%;
    }

    .SpanSec2 {
        width: 100%;
    }

    /*SECTION3*/

    .TitleSec3 {
        line-height: 33px;
        font-size: 33px;
    }

    /*SECTION4*/

    .Section4 {
        padding: 50px 0;
    }

    /*SECTION5*/

    .SubTitleSec5 {
        width: 95%;
    }

    /*SECTION6*/

    .TitleSec6 {
        font-size: 30px;
        width: 90%;
        line-height: 30px;
    }

    .SubTitleSec6 {
        width: 90%;
        font-size: 20px;
    }
}