/*-----------------MAIN SETTINGS--------------------*/
body {
    background: #535353;
    font-family: 'Open Sans';
    margin: 0px;
}

img {
    width: 100px;
    height: 100px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
}

#full_content {
/*    max-width: 100%;*/
    margin: 0px auto;
    background: #fff;
}

/*-----------------END MAIN SETTINGS--------------------*/

/*-----------------HEADER--------------------*/

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    background: #fff;
    z-index: 1000;
    position: absolute;
    width: 100%;
    position: fixed;
}

#logo {
    margin-left: 74px;
}

#menu, #menu li, #search_box {
    display: inline-block;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#menu li {
    margin-right: 68px;
    font-size: 16.67px;
    font-weight: bold;
}

#menu a {
    color: #54524f;
}

.dropdown_menu {
    display: none;
}

#moblie_menu {
    display: none;
}


#search_box {
    margin-right: 55px;
}

#search_box_input {
    height: 20px;
    width: 144px;
    border-radius: 50px;
    background: #c3bfbc;
    border: 0px solid #000;
    padding: 15px;
    font-size: 16px;
}

#search_box_button {
    background: url("pictures/search_button.png");
    width: 30px;
    height: 30px;
    border: 0px solid #000;
    position: absolute;
    margin-top: 12px;
    margin-left: -62px;
    cursor: pointer;
}

#mobile_search_box {
    display: none;
}

.dropdown_menu {
    width: 200px;
    position: absolute;
    margin-left: 144px;
}

.dropdown_menu a {
    font-size: 15px;
}

.dropdown:hover + .dropdown_menu {
    display: block;
}

.dropdown_menu:hover {
    display: block;
}



/*-----------------END HEADER--------------------*/

/*-----------------MAIN PICTURE--------------------*/

#main_picture_box {
    width: 100%;
    height: 957px;
    padding-top: 120px;
}

#main_picture {
    background: url("pictures/main_picture.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#main_picture_text {
    margin-left: 74px;
}

#main_picture_text h1 {
    color: #deb37e;
    font-size: 91.67px;
    font-weight: 800;
    text-shadow: 4px -4px 5px #cfccc9;
    margin: 0px;
}

#main_picture_text h6 {
    color: #54524f;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
    letter-spacing: 4px;
}

#main_picture_text button {
    width: 220px;
    border-radius: 20px;
    border: 0px solid #000;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #776c64;
    padding: 7px 0;
    background: #fefdfd;
    margin-top: 60px;
    cursor: pointer;
}

#main_picture_text button:hover {
    color: #fff;
    padding: 7px 0;
    background: #deb37e;
}

#main_picture_text p {
    width: 480px;
    font-size: 20.83px;
    font-style: italic;
    color: #54524f;
}

#top_shape {
    background: url("pictures/top_shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 225px;
    position: absolute;
    margin-top: -100px;
}

#bottom_shape {
    background: url("pictures/bottom_shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
    position: absolute;
    margin-top: -154px;
}


/*-----------------END MAIN PICTURE--------------------*/

/*-----------------SECTION 01--------------------*/

#section_01 {
    padding-top: 30px;
    background: url(pictures/shadow_leves_01.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

#section_01 h2 {
    color: #e2a355;
    font-weight: bold;
    font-size: 62.5px;
    margin: 0 auto;
    width: 300px;
}

#section_01 p {
    color: #7f7770;
    font-size: 27px;
    margin: 20px auto;
    width: 700px;
    text-align: center;
}

#three_boxes {
    width: 81,25%;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.three_box {
    width: 339px;
    background: #7f7770;
    margin: 60px 0;
}

.three_box:hover {
    transition-duration: 0.5s;
    transform: scaleX(1.05) scaleY(1.05);
}

.three_box img {
    width: 339px;
    height: 301px;
}

#section_01 .three_box h3 {
    color: #fff;
    font-size: 29px;
    padding: 0 15px;
}

#section_01 .three_box p {
    width: 309px;
    color: #fff;
    padding: 0 15px 60px 15px;
    text-align: left;
    font-size: 23px;
}

#show_more_button {
    width: 309px;
    margin: 0 auto;
}

#section_01 button {
    width: 309px;
    border: 0px solid #000;
    background: #7f7770;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 185px;
    border-radius: 30px;
    letter-spacing: 4px;
    cursor: pointer;
}

#section_01 button:hover {
    background: #e2a355;
}

/*-----------------END SECTION 01--------------------*/

/*-----------------SECTION 02--------------------*/

.four_box {
    width: 50%;
    height: 780px;
    display: inline-block;
    float: left;
}

.four_box_content {
    padding: 70px;
}

.four_box h3 {
    color: #fff;
    font-size: 58.33px;
}

.four_box p {
    color: #fff;
    font-size: 29px;
}

.four_box button {
    width: 340px;
    color: #fff;
    font-size: 23px;
    padding: 15px 0;
    border-radius: 50px;
    background: #e2a355;
    border: 0px solid #000;
    font-weight: bold;
    letter-spacing: 4px;
    cursor: pointer;
}

.four_box button:hover {
    color: #e2a355;
    background: #fff;
}

.four_box:first-child {
    background: url("pictures/four_box_01.jpg");
    background-size: cover;
}

.four_box:nth-child(2) {
    background: #7f7770;
}

.four_box:nth-child(3) {
    background: #deb37e;
}

.four_box:last-child {
    background: url("pictures/four_box_02.jpg");
    background-size: cover;
    background-position: bottom;
}

.four_box img {
    width: 100%;
    height: 100%;
    display: none;
}

/*-----------------END SECTION 02--------------------*/

/*-----------------SECTION 03--------------------*/

#section_03_top_shape {
    background: url("pictures/section_03_top_shape.png" ) #99928d;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 210px;
    float: left;
}

#section_03_content {
    background: url("pictures/shadow_leves_02.png" ) #99928d;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    float: left;
}

#section_03_content h3 {
    color: #fff;
    font-size: 58px;
    margin: 100px auto 40px auto;
    width: 730px;
}

#section_03_content p {
    color: #fff;
    font-size: 29px;
    margin: 0 auto 100px auto;
    width: 910px;
    text-align: center;
}

#section_03_bottom_shape {
    background: url("pictures/section_03_bottom_shape.png" ) #99928d;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 148px;
    float: left;
}

/*-----------------END SECTION 03--------------------*/

/*-----------------SECTION 04--------------------*/

#section_04_top_shape {
    background: url("pictures/section_04_top_shape.png" );
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100px;
    margin-bottom: -100px;
    float: left;
}

#section_04_picture {
    background: url("pictures/section_04_picture.jpg" );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 976px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

#section_04_picture p {
    font-size: 75px;
    margin: 0 100px 0 0;
    font-weight: bold;
    font-style: italic;
    text-shadow: 4px -4px 5px #cfccc9;
}

#section_04_picture p:first-child {
    color: #deb37e;
}

#section_04_picture p:last-child {
    color: #54524f;
}

#section_04_bottom_shape {
    background: url("pictures/section_04_bottom_shape.png" );
    background-size: 100% 100%;
    width: 100%;
    height: 75px;
    margin-top: -75px;
}

/*-----------------END SECTION 04--------------------*/

/*-----------------SECTION 05--------------------*/

#section_05 h3 {
    text-align: center;
    font-size: 75px;
    color: #54524f;
}

#section_05 p {
    text-align: center;
    font-size: 30px;
    color: #54524f;
    width: 900px;
    margin: 0 auto 50px auto;
}

#subscribe_form {
    width: 775px;
    margin: 0 auto;
    padding-bottom: 150px;
}

#subscribe_form #email {
    width: 775px;
    background: #54524f;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 25px;
}


#subscribe_form #email::placeholder {
    color: #ddd;
}

#subscribe_form #email:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

#subscribe_form #subscribe {
    width: 230px;
    background: #deb37e;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 15px;
    font-size: 25px;
    position: absolute;
    margin: -59px 0 0 606px;
    cursor: pointer;
}

#subscribe_form #subscribe:hover {
    border: 2px solid #deb37e;
    background: #fff;
    color: #deb37e;
}

/*-----------------END SECTION 05--------------------*/

/*-----------------FOOTER--------------------*/

footer {
    background: url("pictures/section_04_top_shape.png") #7f7770;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 75px 95px 50px 95px;
}

footer h4 {
    font-size: 31px;
}

footer p, footer li {
    font-size: 24px;
}

footer p {
    width: 460px;
}

footer li {
    margin-bottom: 18px;
}

footer img {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 15px;
}

.footer_box {
    display: inline-block;
    vertical-align: top;
}

#fc_01 {
    width: 597px;
}

#fc_02, #fc_03 {
    width: 250px;
}

#fc_04 {
    width: 140px;
}
