:root {
    --White: #FFFFFF;
    --Primary: #bfb085;
    --Error: #bf1d1d;
    --Black: #0C0A09;
    --Green: #5a7d46;
    --Grey: #514F4F;
    --Form-BG: #FBFBFB;
    --Form-Border: #F0F0F0;
    --Background: #F1F1F1;
    --ModalBackground: #1e1e1e;
}

* {
    box-sizing: border-box;
    word-break: break-word;
}

.address {
    font-size: 17.5px;
    font-style: normal;
    line-height: normal;
    font-family: "Quicksand400";
    color: var(--Black);
}

#cookie-banner {
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#accept-cookies-btn {
    background: #222;
    border: 1px solid #ffffff4d;
    border-radius: 2px;
    box-shadow: 0 7px 10px 0 #00000012;
    cursor: pointer;
    -webkit-user-select: none;
    height: 44px;
    user-select: none;
}

#cookie-main-text {
    color: #fff;
    font-family: "Poppins500";
    font-size: 16px;
    vertical-align: middle;
}

#accept-cookies-btn-text {
    color: #ffcd00;
    font-family: "Poppins500";
    font-size: 14px;
    letter-spacing: .2px;
    padding: 6px;
    vertical-align: middle;
}

.address:hover {
    color: var(--Black);
}

.txt-display {
    font-family: "Poppins400";
    font-size: 64px;
    font-style: normal;
    line-height: 80px;
    letter-spacing: -0.4px;
}

.heading-page-title {
    font-family: "Poppins300";
    font-size: 42px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 13.02px;
}

.heading-2 {
    font-family: "Poppins500";
    font-size: 36px;
    font-style: normal;
    line-height: normal;
}

.heading-3 {
    font-family: "Poppins500";
    font-size: 28px;
    font-style: normal;
    line-height: normal;
}

.heading-4 {
    font-family: "Poppins500";
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

.heading-5 {
    font-family: "Poppins500";
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.heading-6 {
    font-family: "Poppins500";
    font-size: 18px;
    font-style: normal;
}

.heading-7 {
    margin: 0 auto;
    font-family: "Poppins500";
    font-size: 35px;
    font-style: normal;
    margin-bottom: 25px;
    margin-top: 10px;
}

.txt-body {
    font-family: "Quicksand400";
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    padding-bottom: 12px;
    text-align: center;
}

.txt-body-heavy {
    font-family: "Poppins600";
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}

.label-light {
    font-family: "Poppins300";
    font-size: 12px;
    font-style: normal;
    color:  #d2be8c;
}

.footer-menu-title {
    color:  #d2be8c;
}

.about-us-heading {
    margin-bottom: 30px;
    font-family: "Poppins500";
    font-size: 28px;
}

.catering-for-party {
    text-align: center;
    max-width: 800px;
}

.label-light:hover {
   color: var(--Black);
}

.label-xs {
    font-family: "Poppins400";
    font-size: 12px;
    font-style: normal;
}

.label-medium {
    font-family: "Poppins500";
    font-size: 14px;
    color: var(--Primary);
    line-height: 10px;
    font-style: normal;
    letter-spacing: -0.2px;
}

.label-heavy {
    font-family: "Poppins600";
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.2px;
}

.label-heavy:hover {
    color: var(--Black);
}

.label-medium:hover {
    color: var(--Black);
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #1e1e1e;
}

.page-wrapper {
    margin: 0 auto;
    max-width: 1440px;
}

.send-message-btn {
    cursor: pointer;
}

.page-content {
    gap: 50px;
    display: flex;
    position: relative;
    padding: 50px 70px 100px;
    flex-direction: column;
    background: var(--Background);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.page-wrapper ::-webkit-scrollbar-track {
    background-color: #1e1e1e;
}

.page-wrapper ::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: var(--Primary);
}

input::placeholder, textarea::placeholder {
    opacity: 0.6;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    line-height: 18px !important;
}

.datepicker {
    padding: 12px !important;
    margin-left: -26px;
    background: white !important;
    border: 0px;
    border-radius: 10px !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.datepicker td, .datepicker th {
    font-family: "Poppins300";
    font-size: 14px;
}

.coming-soon-title {
    display: flex;
    margin-top: 150px;
    margin-bottom: 400px;
    color: var(--White);
    text-align: center;
    justify-content: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
}

.modal-header, .modal-footer {
    border-bottom: none;
    border-top: none;
}

.main-news {
    color: var(--White);
}

/* W1024 */
@media (max-width: 1024px) {
    .page-content {
        padding: 30px 15px 50px;
    }
}

/* W870 */
@media (max-width: 870px) {
    .page-content {
        padding: 30px 15px 50px;
    }

    .heading-page-title {
        letter-spacing: 3px;
    }
}

