.restaurant_header {
    background: url(../images/restaurant/dinning.jpg);
    height: 968px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.restaurant_info {
    text-align: center;
    margin-top: 111px;
    margin-bottom: 60px;
}

.restaurant_info_header {
    font-size: 40.5px;
    text-align: center;
    color: #2e2e2e;
    margin-bottom: 10px;
    font-family: 'addington_bold';
}

.restaurant_info_text {
    margin-bottom: 50px;
    color: #2e2e2e;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.restaurant_main_section_header {
    text-align: center;
    font-size: 40.5px;
    color: #2e2e2e;
    font-family: 'addington_bold';
}

.restaurant_main_section_text {
    text-align: center;
    margin-bottom: 40px;
    color: #2e2e2e;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.restaurant_datepicker {
    background: url(../images/restaurant/dinning_sec.jpg);
    height: 968px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    margin-top: 60px;
}

.restaurant_datepicker_header {
    text-align: center;
    font-size: 36.45px;
    color: #ffffff;
    padding-top: 40px;
    font-family: 'addington_bold';
}

.restaurant_datepicker_text {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    font-size: 16.2px;
    font-family: 'addington_medium';
}

.datepicker_part {
    padding: 0 110px;
}

.datepicker {
    padding: 45px;
    bottom: 0;
    background: #ffffff;
    margin-top: 100px;
    font-weight: bold;
    font-size: 15px;
    color: #363636;
    font-family: 'addington_bold';
}

.datepicker_check {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #202020;
    outline: none;
    margin-top: 20px;
    width: 90%;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

.input_img {
    position: absolute;
    bottom: 20px;
    right: 12%;
    width: 24px;
    height: 20px;
}

.btn_check {
    width: 100%;
    background: #242424;
    padding: 12px;
    margin-top: 10px;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
}

.menu_part {
    margin-bottom: 20px;
    float: left;
    margin-left: 70px;
}

.menu_part_right {
    margin-bottom: 20px;
    float: left;
}

.menu_img {
    float: left;
    margin-right: 10px;
}

.menu_name {
    float: left;
    padding-top: 10px;
    font-family: 'addington_medium';
}

.nav-box {
    position: absolute;
    left: 3%;
    right: 3%;
    top: 47%;
}

.nav {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 75px;
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    font-size: 48px;
    transition: background 0.75s ease;
}

.nav:hover {
    background: rgba(255, 255, 255, 0.25);
}

.nav-prev {
    left: 24px;
}

.nav-next {
    right: 24px;
}

.nav-prev::before {
    content: '\2039';
}

.nav-next::before {
    content: '\203a';
}

.nav-inactive {
    opacity: 0.1;
}

.slider {
    margin-left: 0%;
    width: 100%;
    transition: margin-left 0.75s ease;
    white-space: nowrap;
}

.slider-panel {
    display: inline-block;
    width: 100%;
}

.slider-item {
    width: 80%;
    max-width: 520px;
    margin: 0 auto;
}

.tab-box {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.tab {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #242424;
    margin: 0 4px;
    border-radius: 50%;
    transition: background 0.75s ease;
}

.tab:hover {
    background: #242424;
}

.tab-active,
.tab-active:hover {
    background: #242424;
    width: 10px;
    height: 10px;
}

@media (max-width: 980px) {
    .restaurant_header {
        height: 600px;
    }
    .restaurant_info {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .restaurant_main_section {
        display: none;
    }
    .slider-panel {
        display: none;
    }
    .nav-box {
        display: none;
    }
    .tab-box {
        display: none;
    }
    .restaurant_datepicker {
        height: 900px;
    }
    .datepicker_check {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .datepicker_part {
        padding: 0 30px;
    }
    .btn_check {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .restaurant_info_header {
        font-size: 20.5px;
        margin-bottom: 10px;
    }
    .restaurant_info_text {
        font-size: 14.2px;
    }
    .restaurant_main_section_header {
        font-size: 20.5px;
    }
    .restaurant_main_section_text {
        font-size: 14.2px;
    }
    .restaurant_datepicker_header {
        font-size: 26.45px;
        padding-top: 20px;
    }
    .restaurant_datepicker_text {
        padding-top: 20px;
        font-size: 14.2px;
    }
    .menu_part {
        margin-bottom: 20px;
        float: left;
        margin-left: 0px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .menu_name {
        font-size: 13px;
    }
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: black;
    width: 8px;
    height: 8px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    background-size: 15px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-size: 15px;
}

@media(max-width: 450px) {
    .datepicker {
        padding: 30px 20px 30px 30px;
    }
}