
body,
html {
    height: 100%;
    margin: 0;
    /* padding: 0; */
    /* background: #fdf8f5; */
    /* overflow-x: hidden; */
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover !important;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section .content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.navbar {
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.navbar-transparent {
    background-color: transparent;
    padding: 20px 0;
}

.navbar-white {
    background-color: white;
    padding: 10px 0;
}

.navbar-nav .nav-link {
    color: white;
    transition: color 0.3s ease;
}

.navbar-white .navbar-nav .nav-link {
    color: black;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="currentColor" stroke-width="2" d="M5 7h20M5 15h20M5 23h20"/%3E%3C/svg%3E');
}

.navbar-white .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath stroke="black" stroke-width="2" d="M5 7h20M5 15h20M5 23h20"/%3E%3C/svg%3E');
}

.navbar-logo {
    display: none;
    height: 50px;
}

.navbar-white .navbar-logo {
    display: block;
}

.navbar-white .navbar-brand {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
}

.navbar-white .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
}

.navbar-white .navbar-nav .nav-item :hover {
    color: #000 !important;
}

.section-content-image-block {
    overflow: hidden;
    padding: 30px 0 0 !important;
}

.sectionn {
    padding: 80px 0;
    position: relative;
}

.section-content-image-block-inner {
    display: flex;
    margin: 0 -15px;
}

.section-content-image-block .content-image-block-image {
    margin: 0 15px;
    min-height: 650px;
    position: relative;
    width: 50%;
}

.section-content-image-block .content-image-block-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .6s ease;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.section-content-image-block .content-image-block-content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 15px;
    min-width: 450px;
    padding: 50px;
    text-align: center;
    width: 50%;
}

.section-content-image-block .content-image-block-content .entry-content {
    max-width: 430px;
    width: 100%;
}

.entry-content {
    position: relative;
    z-index: 1;
}

.entry-content .title,
.section-content .title,
.section-content-image .title,
.section-content-intro .title,
.section-form .title {
    margin-bottom: 30px;
}

.title.text-center {
    margin-left: auto;
    margin-right: auto;
}

.section-dark p,
.section-dark small {
    color: inherit;
}

.title p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-transform: uppercase;
}

.title h3,
.title h4,
.title h5,
.title h6 {
    color: #4d4d4c;
    margin: 0;
}

h3 {
    font-size: 35px;
    line-height: 1.2;
}

.restaurants-select {
    margin: 0 auto;
    max-width: 430px;
    text-align: center;
    width: 100%;
}

.restaurants-select form {
    align-items: flex-end;
    display: flex;
    margin: 0 auto 20px;
}

.restaurants-select form .form-group {
    flex-grow: 1;
    margin: 0;
}

.form-group,
.form-group-date,
.ginput_container_date {
    position: relative;
}

.gfield select,
select.form-control {
    background-image: url(../images/select-arrow.png);
}

.gfield select,
select.form-control {
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 7px;
    padding-right: 40px;
}

.form-control,
.gfield .datepicker,
.gfield .large,
.gfield .medium,
.gfield .small,
.gfield select,
.ginput_container_address input {
    border-color: #cabdb4;
    border-width: 2px;
}

.form-control,
.gfield .datepicker,
.gfield .large,
.gfield .medium,
.gfield .small,
.gfield select,
.ginput_container_address input {
    background-color: #fff;
    border: 1px solid #c7cb9b;
    border-radius: 30px;
    box-shadow: none;
    color: #4d4d4c;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 10px 20px;
    transition: all .6s ease;
    width: 100%;
}

.form-control,
output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
}

.btn-link:hover,
.button-link:hover,
.gform_page_footer .gform_previous_button:hover {
    color: #c02b35;
}

.btn-link:hover,
.button-link:hover,
.gform_page_footer .gform_previous_button:hover {
    background-color: transparent;
    border-color: transparent;
    color: #4f5e3f;
    text-decoration: underline;
}

        
        ul li
        {
            list-style: none;
    color: #fff;
    text-align: left;
        }
        .social-icon {
    color: #e55f60;
}
.social-icon {
    background: #fff;
    border-radius: 50%;
    color: #4f5e3f;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    width: 50px;
}
.social-icon, .social-icons {
    text-align: center;
}
.social-icon {
    color: #e8b835;
}
    
