@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Raleway:wght@100;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    color: #8b8479;
    font-size: 18px;
}

a {
    color: #8b8479 !important;
    text-decoration: none !important;
}

body {
    background-color: #E9E5DB;
}

.mg-section {
    margin: 32px 0px;
}

.title {
    font-size: 22px;
    font-weight: 700;
    margin: 16px 0px;
    text-transform: uppercase;
}

.description {
    font-size: 18px;
    text-align: left;
}

.container-header {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 32px 0px;
}

.container-header img {
    width: 400px;
}

.content-contacts {
    right: 80px;
    top: 0;
    line-height: 100px;
    position: absolute;
}

.content-contacts img {
    width: 30px;
    margin: 0px 8px;
}

.content-contacts .email {
    width: auto;
    height: 36px;
    margin: 0px 8px;
}

.content-menu {
    /* background-color: yellow; */
}

.content-menu ul {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.content-menu a {
    font-weight: 700;
    font-size: 18px;
    color: #8b8479;
    text-transform: uppercase;
    text-decoration: none;
}

.container-banner {
    width: 100%;
    height: 450px;
    margin: 32px 0px;
}

.container-banner img {
    width: 100%;
}

.container-presentation {}

.content-description-image {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-description-presentation p {
    width: 800px;
    line-height: 54px;
    font-size: 18px;
}

.content-image-presentation {
    border-radius: 22px;
    border: 1px solid black;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.content-image-presentation img {
    width: 300px;
    border-radius: 22px;
}

.content-title {
    display: flex;
    flex-direction: column;
}

.mg-100 {
    margin: 100px 0px;
}

.content-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
}

.card-full {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 52px;
}

.card-full img {
    width: 100%;
}

.cards {
    display: flex;
    justify-content: center;
    margin-bottom: 62px;
    width: auto;
    overflow: hidden;
    height: 500px;
    border-radius: 22px;
}

.cards img {
    /* width: 100%; */
    height: 100%;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.container-brides {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
}

.container-brides p {
    width: 70%;
    text-align: justify;
    line-height: 34px;
}

/* .fl-1 {
    margin-top: 16px;
    margin-bottom: 42px;
}

.fl-2 {
    margin-top: 62px;
    margin-bottom: 42px;
} */

.container-how_works img {
    width: 910px;
    background-origin: border-box;
}

.container-social_makeup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-description-social_makeup {
    width: 70%;
    text-align: left;
    font-size: 18px;
}

.container-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-description-contact {
    width: 70%;
    font-size: 18px !important;
}

.content-description-contact p a {
    font-size: 18px !important;
}

.container-contact p {
    text-align: left;
}

@media only screen and (max-width: 1024px) {

    .container-banner {
        height: auto;
    }

    .mg-100 {
        margin: 50px 0px;
    }

    .container-portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-cards {
        /* grid-template-columns: 1fr 1fr;
        gap: 22px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .cards {
        margin-bottom: 0px;
    }

    .content-description-image {
        flex-direction: column-reverse;
    }

    .content-description-presentation p {
        width: auto;
    }

    .content-image-presentation {
        width: 300px;
    }

    .container-how_works img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .content-contacts {
        right: 30px;
    }

    .content-cards {
        /* grid-template-columns: 1fr;
        gap: 22px; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .container-brides {
        display: unset;
    }

    .container-brides p {
        width: 100%;
        text-align: justify;
    }

    .content-description-social_makeup {
        width: 100%;
        text-align: justify;
    }

    .content-description-contact {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .container-header {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .content-logo img {
        width: 100%;
    }

    .content-contacts {
        position: unset;
        text-align: right;
        line-height: unset;
    }

    .content-description-image {
        align-items: center;
    }

    .cards {
        width: 100%;
        height: unset;
    }

    .cards img {
        width: 300px;
        border-radius: 22px;
    }

    .content-description-presentation {
        margin-top: 14px;
    }

    .content-description-presentation p {
        line-height: 35px;
    }
}

.mobile-menu {
    display: block;
    width: 100%;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

/*Strip the ul of padding and list styling*/
.mobile-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    width: 100%;
    /* position: absolute; */
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
    display: inline-block;
    /*float: left;
      margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
    display: block;
    min-width: 140px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: -5px;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
    color: #4db3ff;
    /* background-color: #ccddee; */
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
    /* background: #f3f3f3; */
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
    /* color: #4db3ff; */
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
    display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu .show-menu span {
    padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox] {
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked~#menu {
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 800px) {
    .mobile-menu .lines {
        border-bottom: 15px double black;
        /* border-top: 5px solid black; */
        content: "";
        height: 5px;
        width: 20px;
        padding-right: 15px;
        float: right;
    }

    /*Make dropdown links appear inline*/
    .mobile-menu ul {
        position: static;
        display: none;
    }

    /*Create vertical spacing*/
    .mobile-menu li {
        margin-bottom: 1px;
    }

    /*Make all menu links full width*/
    .mobile-menu ul li,
    .mobile-menu li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    .mobile-menu .show-menu {
        display: block;
    }
}