/* General Styles */
a, a:hover {
    text-decoration: none !important;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: rgb(0, 0, 0);
    border: 3px;
    border-top: 3px solid rgba(0,0,0,.1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    background-color: #121618;
    margin: 0;
    padding: 0;
}

/* Navbar Styles */
.navbar {
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0 !important;
}

.navbar-brand {
    width: 80px;
    height:80px;
}

/* Header Section */
.header-section {
    transition: all .3s ease-in-out;
    background-color: #222227;
    width: 100%;
    height: 120px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu-wrap {
    position: relative;
}

ul.nav>li {
    position: relative;
}

ul.nav>li>a {
    color: #ddd;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
    transition: 0.5s;
}

.header-btn .menu-btn { 
    background-color: #ed8a00; 
    font-family: 'Work Sans', sans-serif; 
    font-size: 12px; 
    text-transform: uppercase; 
    color: #fff; 
    padding: 0 30px; 
    height: 45px; 
    line-height: 45px; 
    display: block; 
    margin: 0; 
}

.header-btn .menu-btn:hover {
    opacity: .8;
}

ul.nav>li>a:hover {
    color: #ed8a00;
}

/* Home Section */
.home-section {
    background: url(../images/home_bg.jpg) center no-repeat;
    background-size: cover;
    height: 650px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-section h1 {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    letter-spacing: 12px;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
}

.home-section h2 {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    letter-spacing: 12px;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.home-section p {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
}

/* Button Styles */
.bttn_style_1, .bttn_style_2 {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 3px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.bttn_style_1 {
    background-color: transparent;
    color: white !important;
    border: 2px solid white;
    opacity: 1;
}

.bttn_style_1:hover {
    opacity: 0.6;
}

.bttn_style_2 {
    background-color: #ed8a00;
    color: rgb(18, 22, 24);
    border: 2px solid #ed8a00;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bttn_style_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #222227;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.bttn_style_2:hover:before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.bttn_style_2:hover {
    color: #ed8a00;
    border-color: #222227;
}

/* Our Qualities Section */
.our_qualities {
    background: url(../images/our_qualities_bg.png) center no-repeat;
    background-size: cover;   
}

.our_qualities_column {
    text-align: center;
}

.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    transition: border .2s ease-in-out;
    text-align: center;
    background: inherit;
}

/* Menus and Gallery */
.our_menus, .image-gallery {
    color: #dce4e8;
    padding: 100px 0px;
    background: #121618;
}

.menu_category_name {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 22px;
    transition: all .3s;
}

.tab_category_content {
    display: none;
}

.no_menus_div {
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    color: #ed8a00;
}

.active_category {
    color: #ed8a00;
}

.menu-image {
    position: relative;
    max-width: 200px;
    margin: 50px auto;
}

.menu-image .image-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #222227;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.menu-image .image-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumbnail>.caption>p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 14px;
}

.menu_price {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3px;
    display: block;
}

/* Contact Section */
.contact-section {
    padding: 100px 0px;
    background-image: url('../images/back_3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info h2 {
    font-size: 36px;
    color: #303133;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.04em;
    font-family: 'Prata', sans-serif;
}

.contact-info h3 {
    line-height: 28px;
    margin-bottom: 20px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-form {
    background-color: #fff;
    padding: 50px 40px;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}

.contact-form .form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 25px 10px;
    box-shadow: none;
    border: 2px solid #eee;
}

.contact-form .form-control:focus {
    border-color: #ed8a00;
    box-shadow: none;
    outline: none;
}

/* Our Qualities V2 Section */
.our_qualities_v2 {
    background-color: #121618;
    padding: 100px 0px;
}

.quality {
    background-size: cover !important;
    background-position: center !important;
    height: 200px;
    box-shadow: inset 0 0 0 1000px rgba(29, 35, 38, 0.8);
}

.quality_1 {
    background-image: url('../images/img_1.jpg');
}

.quality_2 {
    background-image: url('../images/img_2.jpg');
}

.quality_3 {
    background-image: url('../images/img_3.jpg');
}

.text_inside_quality {
    width: 100%;
    text-align: center;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 0;
}

.text_inside_quality>h5 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

/* Footer Styles */
.widget_social {
    display: block;
    text-align: left;
}

.widget_social li {
    display: inline-block;
}

.widget_social li a {
    color: #777;
    font-size: 12px;
    margin-right: 20px;
}

.footer_widget p {
    color: #999;
}

.footer_widget h3 {
    color: #fff;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(119, 119, 119, 0.33);
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.opening_time li {
    color: #999;
    line-height: 35px;
}

.subscribe_form .submit {
    background-color: #ed8a00;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit:hover {
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}

.footer_section {
    display: block;
    background-color: #222227;
    border-top: 1px solid #333;
    padding: 30px 0;
}

.footer_section .copyright {
    font-size: 14px;
    color: #ddd;
}

.footer_social {
    display: block;
    text-align: right;
}

.footer_social li {
    display: inline-block;
}

.footer_social li a {
    font-family: 'Work Sans', sans-serif;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .header-section {
        height: 100px;
    }

    .home-section {
        height: 500px;
    }

    .home-section h1 {
        font-size: 40px;
    }

    .home-section h2 {
        font-size: 25px;
    }

    .home-section p {
        font-size: 14px;
    }

    ul.nav>li>a {
        padding: 0 15px;
        font-size: 10px;
        line-height: 70px;
    }

    .header-btn .menu-btn {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .header-section {
        height: 80px;
        flex-direction: column;
        justify-content: center;
    }

    .home-section {
        height: 400px;
    }

    .home-section h1 {
        font-size: 30px;
    }

    .home-section h2 {
        font-size: 20px;
    }

    .home-section p {
        font-size: 12px;
    }

    ul.nav>li>a {
        padding: 0 10px;
        font-size: 9px;
        line-height: 60px;
    }

    .header-btn .menu-btn {
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .header-section {
        height: 70px;
        justify-content: center;
        padding: 0 10px;
    }

    .home-section {
        height: 300px;
    }

    .home-section h1, .home-section h2, .home-section p {
        font-size: 14px;
    }

    ul.nav>li>a {
        padding: 0 5px;
        font-size: 8px;
        line-height: 50px;
    }

    .order_buttons{
        width: 20px;
    }

    .header-btn .menu-btn {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }

    .menu-image .image-preview {
        width: 150px;
        height: 150px;
    }
}


@media (max-width: 320px) {
    .header-section {
        height: 70px;
        justify-content: center;
        padding: 0 10px;
    }

    .home-section {
        height: 300px;
    }

    .home-section h1, .home-section h2, .home-section p {
        font-size: 14px;
    }

    ul.nav>li>a {
        padding: 0 5px;
        font-size: 8px;
        line-height: 50px;
    }

    .order_buttons{
        width: 20px;
    }

    .header-btn .menu-btn {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }

    .menu-image .image-preview {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .header-section {
        height: 60px;
        flex-direction: column;
        padding: 0 5px;
    }

    .home-section {
        height: 250px;
    }

    .order_buttons{
        width: 20px;
    }

    .home-section h1, .home-section h2, .home-section p {
        font-size: 12px;
    }

    ul.nav>li>a {
        padding: 0 3px;
        font-size: 7px;
        line-height: 40px;
    }

    .header-btn .menu-btn {
        padding: 0 5px;
        height: 25px;
        line-height: 25px;
    }

    .menu-image .image-preview {
        width: 100px;
        height: 100px;
    }
}

/* Media Queries for Responsive Design */
@media (max-width: 1200px) {
    .home-section h1, .home-section h2, .home-section p {
        white-space: normal;
        text-align: center;
    }
    .header-section {
        height: 100px;
    }
    ul.nav>li>a {
        font-size: 10px;
        line-height: 60px;
    }

    .navbar {
        border: medium none;
        border-radius: 0;
        margin: 0;
        position: relative;
        padding: 0 !important;
    }

    .order_buttons{
        width:20px;
    }
    
    .header-section {
        transition: all .3s ease-in-out;
        background-color: #222227;
        width: 100%;
        height: 100px;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    .menu-wrap {
        position: relative;
    }
    
    ul.nav>li {
        position: relative;
    }
    
    ul.nav>li>a {
        color: #ddd;
        font-family: 'Work Sans', sans-serif;
        display: inline-block;
        vertical-align: middle;
        padding: 0 16px;
        letter-spacing: 0;
        font-size: 8px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 60px;
        z-index: 1;
        transition: 0.5s;
    }
    
    .header-btn .menu-btn { 
        background-color: #ed8a00; 
        font-family: 'Work Sans', sans-serif; 
        font-size: 8px; 
        text-transform: uppercase; 
        color: #fff; 
        padding: 0 30px; 
        height: 35px; 
        line-height: 35px; 
        display: block; 
        margin: 0; 
    }
    
    .header-btn .menu-btn:hover {
        opacity: .8;
    }
    
    ul.nav>li>a:hover {
        color: #ed8a00;
    }
    
}

@media (max-width: 992px) {

    body{
        background-color: #121618;
    }

    .header-section {
        height: 80px;
        padding: 0 15px;
    }
    ul.nav>li>a {
        font-size: 9px;
        line-height: 50px;
    }
    .header-btn .menu-btn {
        font-size: 10px;
        height: 10px;
    }

    .order_buttons{
        height:20px;
    }

    .navbar {
        border: medium none;
        border-radius: 0;
        margin: 0;
        position: relative;
        padding: 0 !important;
        color:red;
        background-color: red;
    }
    
    .header-section {
        transition: all .3s ease-in-out;
        background-color: #222227;
        width: 100%;
        height: 50px;
        z-index: 999;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    .menu-wrap {
        position: relative;
    }
    
    ul.nav>li {
        position: relative;
    }
    
    ul.nav>li>a {
        color: #ddd;
        font-family: 'Work Sans', sans-serif;
        display: inline-block;
        vertical-align: middle;
        padding: 0 8px;
        letter-spacing: 0;
        font-size: 6px;
        font-weight: 200;
        text-transform: uppercase;
        line-height: 40px;
        z-index: 1;
        transition: 0.5s;
    }
    
    .header-btn .menu-btn { 
        background-color: #ed8a00; 
        font-family: 'Work Sans', sans-serif; 
        font-size: 6px; 
        text-transform: uppercase; 
        color: #fff; 
        padding: 0 10px; 
        height: 25px; 
        line-height: 25px; 
        display: block; 
        margin: 0; 
    }
    
    .header-btn .menu-btn:hover {
        opacity: .8;
    }
    
    ul.nav>li>a:hover {
        color: #ed8a00;
    }
    
}