body {
    overflow-x: hidden;
    max-width: 100vw;
}
html {
  overflow-x: hidden;
  
}

header {
    position: relative;
}
.nav_bg {
    background-color: #212529;
    height: 80px;
    margin: 0px;
}
.navbar {
    background-color: #8f6e5d !important;
}
.main {
    min-height: 800px;
    width: 100%;
    background: url('https://cdn.glitch.global/37660260-8692-46ae-b92b-3b1a30e3da7f/woman-showing-with-one-hand-a-mini-house-real-state-concept-ai-generative.jpg?v=1703701080732')
        center center/cover no-repeat;
    padding: 300px 0 135px 0;
}
body {
    margin: 0px;
}
ul {
    list-style-type: none;
}
html {
    overflow-x: hidden;
}
a {
    text-decoration: none;
}

.main_logo {
    display: block;
    max-width: 100%;
    margin-top: 2px;
}

.logo {
    height: 60px;
    text-decoration: none;
    color: #212529;
}
.none {
    display: none;
    background-color: #212529;
}
.website {
    text-decoration: none;
    color: #c0bfbf;
}

.menu {
    justify-content: space-between;
    margin: 0px;
    list-style-type: none;
    
    max-width: 100vw !important;
    padding-top: 5px;
}
.menu_link {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 30px;
}
.menu_link:hover {
    color: #71c1d4;
}
.menu_button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 8px 10px;
    background-color: #212529;
    margin-bottom: 10px;
}
.menu_button:hover {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 8px 10px;
    background-color: #2d3237;
    margin-bottom: 10px;
}

.main_title {
    text-shadow: 1px 1px #000000;
    font-family: 'Major Mono Display', monospace;
    font-size: 70px;
    font-weight: 500;
    line-height: 60px;
    color: #ffffff;
}

.main_subtitle {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 72px;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
    line-height: 86px;
}
.main_text {
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

.about_us {
    display: block;
    margin: 0 auto;
}
.block_indent {
    padding: 50px 0;
}
.about_subtitle {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #71c1d4;
    text-align: center;
    margin-bottom: 0px;
}
.about_title {
    font-family: 'Major Mono Display', monospace;
    font-size: 45px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 0px;
}
.line {
    display: block;
    width: 15px;
    height: 3px;
    background-color: #71c1d4;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    line-height: 23px;
    padding: 10px 50px 10px 50px;
}
/***
  The Menu
  ***/

.menu-col {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.menu_content {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.img_haus {
    width: 300px;
    height: 300px;
    border: 4px solid rgba(194, 194, 194, 0.7);
}
.menu_section_title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-top: 0px;
    padding-right: 4px;
    text-align: left;
    background-color: #000000;
}

.tab_item_title {
    display: flex;
    flex-direction: column;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    font-weight: 500;
    width: 200px;
    color: #000000;
    line-height: 20px;
    padding-left: 40px;
    text-align: center;
}
.tab_item2_title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    font-weight: 500;
    width: 300px;
    color: #000000;
    line-height: 20px;
    padding-left: 40px;
    text-align: center;
}
.form {
    display: flex;
    flex-direction: column;
}
input,
textarea {
    border: #5c5b5b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #5c5b5b;
    width: 250px;
    padding: 5px;
    font-family: 'Alegreya', serif;
    margin: 5px;
}

.textarea {
    height: 100px;
}
button {
    background-color: #71c1d4;
    border: 1px solid #69b5c7;
    padding: 5px 15px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    margin-top: 5px;
    color: #000000;
    margin: auto;
}

.menu_desc {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 2px;
    padding-right: 5px;
    text-align: left;
    line-height: 15px;
    margin: 0px;
}

.tabcontent {
    display: none;
    padding: 30px 30px;
    background-color: #ffffff;
}
.tab_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Style tab links */
.tablink {
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #f7f5f5;
    color: rgb(0, 0, 0);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 18px;
    margin: 2px;
    width: 25%;
}

.tablink:hover {
    background-color: #71c1d4;
}
.section_subtitle {
    margin-top: 35px;
}
.chef_img {
    width: 280px;
    float: left;
    border: 1px solid rgba(194, 194, 194, 0.7);
}
.info {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 0;
}
.info_label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    text-align: left;
    padding: 0px 15px 10px 15px;
}

.box_pr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 50px;
}
.bg_pr_1 {
    min-height: 550px;
    width: 100%;
    background: url('') center center/cover no-repeat;
}
.bg_pr_2 {
    min-height: 550px;
    width: 100%;
    background: url('https://cdn.glitch.global/37660260-8692-46ae-b92b-3b1a30e3da7f/4530353_19340.jpg?v=1703083698800')
        center center/cover no-repeat;
}
.bg_pr_3 {
    min-height: 550px;
    width: 100%;
    background: url('https://cdn.glitch.global/a03c7ccc-7b86-44e1-b8b1-a2bb5be97f38/20824563_6374140.jpg?v=1706447990507')
        center center/cover no-repeat;
}
.provider_header {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    line-height: 20px;
    text-align: left;
}
.party_subheader {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #71c1d4;
    line-height: 15px;
    text-align: left;
}

.box_event {
    display: flex;
    width: 500px;
    padding-top: 50px;
}
.info_header {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #cda45d;
    line-height: 25px;
    text-align: left;
    padding-top: 65px;
    padding-bottom: 20px;
}
.pr_desc {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    line-height: 25px;
    padding-top: 10px;
    width: 500px;
}
.pr_tel {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    color: #71c1d4;
    text-align: left;
    padding-top: 10px;
}
/*footer*/

.footer_sectioin {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #232323;
    margin: 0 auto;
}
.footer_img {
    width: 90px;
    text-align: center;
}
.footer_label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    color: #5c5b5b;
    text-align: left;
    padding-top: 5px;
}
.timesheet_section {
    display: block;
}
.footer_timesheet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 5px;
}
.footer_timesheet_label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    color: #a5a4a4;
    text-align: left;
    padding-right: 20px;
    line-height: 17px;
    width: 110px;
}
.footer_contact_us {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #71c1d4;
    text-align: left;
}
.footer_contact_label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    color: #dedede;
    text-align: left;
    text-decoration: none;
}
.footer_address {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #dedede;
    text-align: left;
}
.footer_email {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #dedede;
    text-align: left;
    text-decoration: none;
}
.footer_email:hover {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #71c1d4;
    text-align: left;
    text-decoration: none;
}
.social_label {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #dedede;
    text-align: left;
    text-decoration: none;
    padding: 3px 5px;
}
.social_label:hover {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #71c1d4;
    text-align: left;
    text-decoration: none;
    padding: 3px 5px;
}
.footer_link {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    color: #a5a4a4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_link_desc {
    line-height: 30px;
}
.footer_label_subs {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    color: #dedede;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 20px;
    line-height: 18px;
}

.footer_fans {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #dedede;
    text-align: left;
}
.xs-dis_copyright {
    display: none;
}
@media (max-width: 1200px) {
    .menu_link {
        font-size: 16px;
        padding-left: 12px;
    }
    .menu_button {
        font-size: 16px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }
    .label {
        font-size: 18px;
        line-height: 23px;
        padding: 0px 20px 10px 20px;
    }
    .tabcontent {
        padding: 10px 5px;
        margin-top: 10px;
    }

    .chef_img {
        width: 230px;
        float: left;
        border: 1px solid rgba(194, 194, 194, 0.7);
    }
    .footer_timesheet_label {
        font-size: 16px;
        padding-right: 10px;
        line-height: 16px;
        width: 110px;
    }
    .footer_contact_us {
        font-size: 20px;
    }
    .footer_contact_label {
        font-size: 17px;
    }
    .footer_fans {
        font-size: 20px;
    }
    .footer_img {
        width: 210px;
    }
    .xs-dis_copyright {
        display: none;
    }
}
@media (max-width: 991px) {
    .menu_link {
        font-size: 15px;
        padding-left: 12px;
    }
    .menu_button {
        font-size: 14px;
        padding: 6px 6px;
        margin-bottom: 10px;
    }
    .menu_button:hover {
        font-size: 14px;
        padding: 6px 6px;
        margin-bottom: 10px;
    }

    .main_title {
        font-size: 58px;
        line-height: 60px;
    }
    .main_subtitle {
        font-size: 60px;
        line-height: 86px;
    }

    .menu_img {
        width: 90px;
        height: 90px;
    }
    .chef_img {
        width: 170px;
        float: left;
        border: 1px solid rgba(194, 194, 194, 0.7);
    }
    .info_header {
        font-size: 30px;
        line-height: 25px;
        padding-top: 65px;
    }
    .pr_desc {
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        width: 500px;
    }
    .pr_tel {
        font-size: 22px;
        padding-top: 10px;
    }
    .footer_contact_us {
        font-size: 17px;
    }
    .footer_contact_label {
        font-size: 18px;
    }
    .footer_fans {
        font-size: 18px;
    }
    .footer_img {
        width: 220px;
    }
    .footer_address {
        font-size: 14px;
    }
    input {
        font-size: 14px;
        padding: 5px 10px;
    }
    .footer_sectioin {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 auto;
        padding: 10px 0 10px 0;
    }
    button {
        padding: 4px 12px;
        font-size: 14px;
        margin-top: 5px;
    }
    .block_newsletter {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xs-dis_copyright {
        display: none;
    }
    .block_indent {
        padding: 42px 0;
    }
}

@media (max-width: 767px) {
    .logo_area {
        width: 70vw;
    }
    .chef_img {
        width: 130px;
        float: left;
        border: 1px solid rgba(194, 194, 194, 0.7);
    }
    .xs-hidden {
        display: none;
    }
    .xs-disappear {
        display: block;
    }
    .xs-dis_copyright {
        display: block;
    }
    .newsletter_block {
        margin-left: 30px;
    }
    .footer_img {
        width: 200px;
    }
    .footer_label {
        font-size: 15px;
        padding-top: 10px;
    }
    .info_header {
        font-size: 27px;
        line-height: 25px;
        padding-top: 65px;
    }
    .pr_desc {
        font-size: 16px;
        line-height: 25px;
        padding-top: 10px;
        padding-right: 40px;
        width: 500px;
    }
    .label {
        font-size: 16px;
    }
    .pr_tel {
        font-size: 22px;
        padding-top: 10px;
    }
    .provider_header {
        font-size: 30px;
        line-height: 20px;
    }
    .chef_img {
        width: 270px;
        float: left;
        border: 1px solid rgba(194, 194, 194, 0.7);
    }
    .block_contact {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .menu_link {
        font-size: 20px;
        line-height: 40px;
        padding-left: 10px;
    }
    .menu_link:hover {
        color: #71c1d4;
    }
    .burger {
        padding-right: 10px;
    }
}
@media (max-width: 575px) {
    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 0;
    }
    .chef_block {
        display: flex;
        flex-direction: column;
    }
    .chef_img {
        width: 270px;
        float: left;
        border: 1px solid rgba(194, 194, 194, 0.7);
    }
    .none {
        display: block;
    }
    .about_title {
        font-size: 30px;
    }
    .footer_contact_label {
        font-size: 16px;
    }

    .img_haus {
        width: 150px;
        height: 150px;
        border: 4px solid rgba(194, 194, 194, 0.7);
    }

    .tab_item_title {
        padding-left: 10px;
    }
    .tab_item2_title {
        line-height: 20px;
        padding-left: 10px;
    }
    input,
    textarea {
        width: 150px;
    }
    .footer_address {
        font-size: 14px;
    }
    input {
        font-size: 14px;
    }
    .footer_block_small {
        display: flex;
    }
    .info_label {
        font-size: 16px;
        line-height: 20px;
        padding: 0px 15px 10px 15px;
    }
    .main_title {
        font-size: 30px;
        line-height: 60px;
    }
    .main_subtitle {
        font-size: 47px;
        line-height: 86px;
    }
    .main_text {
        margin-top: 10px;
        font-size: 16px;
    }
    .provider_header {
        font-size: 25px;
        line-height: 20px;
    }
    .info_header {
        padding-top: 50px;
    }
    .pr_desc {
        font-size: 15px;
        line-height: 17px;
        width: 100%;
    }
    .tablink {
        padding: 5px 5px;
        font-size: 15px;
        margin: 2px;
        width: 25%;
    }
    .tab_item_title {
        font-size: 14px;
        padding-top: 2px;
        line-height: 20px;
        padding-right: 10px;
    }

    .block_indent {
        padding: 37px 0;
    }
    .block_contact {
        margin-left: 7px;
    }
    .block_newsletter {
        margin-left: 7px;
    }
    .footer_label {
        font-size: 14px;
        padding-top: 10px;
        padding-left: 7px;
    }
}
@media (max-width: 320px) {
    .main_title {
        font-size: 30px;
        line-height: 30px;
    }
    .main_subtitle {
        font-size: 36px;
        line-height: 86px;
    }
    .main_text {
        margin-top: 5px;
        font-size: 14px;
    }
    .info_header {
        font-size: 30px;
        line-height: 25px;
        padding-top: 45px;
    }
    .pr_desc {
        font-size: 14px;
        line-height: 18px;
        width: 260px;
    }
    .pr_tel {
        font-size: 20px;
        text-align: left;
        padding-top: 10px;
    }

    .xs-hidden {
        display: none;
    }
    .label {
        font-size: 16px;
    }
}
