@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;900&display=swap');
@import url('./media.css');
@import url('./slider.css');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* background-color: #1E1E1E; */
    font-family: 'Mulish', sans-serif;

}

/*body {*/
/*    background-color: #111111;*/
/*    background-image: url('../img/bg.jpg');*/
/*    background-repeat: repeat-y;*/
/*    background-size: cover;*/
/*    overflow-x: hidden;*/
/*}*/

body {
    background-color: #141414;
    background-image: url('../img/bg.jpg');
    /*    background-repeat: repeat-y;*/
    /*    background-size: cover;*/
    overflow-x: hidden;
}

/*.bgParent{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*}*/

/*.bgParent img{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: auto;*/
/*opacity: 0.10;*/
/*    z-index: 0;*/

/*}*/

body::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    outline: none;
    cursor: pointer;
}

.mt0 {
    margin-top: 0 !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;


}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #800E17;
}

.links-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.links-box a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-right: 30px;
}

.links-box a:hover {
    color: #800E17;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #800E17;
    color: #fff !important;
    border: none;
    padding: 12px 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100% !important;    
    margin-right: 0;
    cursor: pointer;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #141414;
    /* padding: 11px 25px; */
    
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 100%;
    
    margin-right: 0;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.dropdown-content a:hover {
    background-color: #800E17
}

.dropdown:hover .dropbtn {
    background-color: #620911 !important;
}

.links-box .call-btn {
    /* background-color: #800E17; */
    color: #fff;
    border: none;
    /* padding: 11px 25px; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    /* margin-left: 10px; */
    margin-right: 0;
}

.links-box .call-btn:hover {
    color: #fff;
}

.logo-box {
    cursor: pointer;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 150px;
}

.hero-section h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 40px;
    max-width: 900px;
    width: 100%;
}

.hero-section img {
    max-width: 100%;
}

.red-box {
    height: 320px;
    width: 100%;
    background-color: #800E17;
    position: absolute;
    bottom: -70px;
    z-index: -1;
}

.top-food {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    color: #fff;

}

.food-controlls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    /* position: relative;
    z-index: 999; */
    /* background-color: transparent;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover; */

}

.food-controlls h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.btn-arrows {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    transition: 0.25s all;
}

.btn-arrows button {
    border: 2px solid #fff;
    background-color: transparent;
    padding: 6px 15px;
    transition: 0.25s all;
    display: flex;
    justify-content: center;
    align-items: center;

}



.btn-arrows button:hover {
    color: #fff;
    background-color: #800E17;
    border: 2px solid #800E17;
}

.btn-arrows button:last-of-type {
    margin-left: 10px;
}

.btn-arrows button:last-of-type img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    overflow: auto;
    scroll-behavior: smooth;
    max-width: 900px;
    width: 100%;
}

.top-menu::-webkit-scrollbar {
    height: 0px;
}


.top-menu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 285px;
    width: 100%;
    height: 350px;
    background: rgba(54, 54, 54, 0.15);
    border: 1px solid #323232;
    backdrop-filter: blur(30px);
    margin-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .25s ease;

}

.top-menu-card:hover {
    transform: translate(0, -10px);
}

/* .top-food .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 280px !important;
    height: 350px !important;
    background: rgba(54, 54, 54, 0.15);
    border: 1px solid #323232;
    backdrop-filter: blur(30px);
    margin-right: 20px;

} */

/* .top-food .swiper-wrapper {
    max-width: 900px;
    width: 100%;
    margin: auto;
} */

.top-menu-card:last-child {
    margin-right: 0;
}

.top-menu-card h1 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 7px;

}

.top-menu-card p {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.food-img {
    margin-top: 30px;

    width: 165px;
    height: 165px;
    border-radius: 200px;
    background-color: #800E17;
    margin-bottom: 20px;
}

.food-img img {
    width: 100%;
    height: 100%;
    border-radius: 200px;
    object-fit: cover;
}

.stars-rate {
    margin-bottom: 30px;
}



/*.about-us-box {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/

/*    margin-bottom: 50px;*/
/*}*/

.about-us h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.about-us p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
    margin-top: 20px;
    width: 100%;

}

/*.about-us img {*/
/*    width: 100%;*/
/*    max-width: 500px;*/
/*}*/

.about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

.aboutUs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contentBox {
    width: 100%;
    max-width: calc(100% / 2);
}

.imgBoxAbout {
    width: 100%;
    height: 500px;
    max-width: 500px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.imgBoxAbout img {
    position: absolute;
    width: 100%;
}

.menu-section {
    margin-top: 200px;
    transition: all 3s;
    position: relative;
    z-index: 3;
}

.menu-section h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px;
}

.menu-section button {
    background-color: #800E17;
    width: 100%;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.menu-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.menu-card {
    /* grid-column-end: span 4; */
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    transition: all 0.1s ease 0s;
}

.menu-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.60;
}

.menu-card:last-of-type {
    margin-right: 0;
}


.menu-card-text {
    position: relative;
    padding: 20px;
}

.menu-card-text h3 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-transform: capitalize;
}

.menu-card-text p {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #F2C64D;
}

.testimonials {
    margin-top: 200px;
    overflow: hidden !important;

}

.testimonials h3 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 20px;
}

.testimonials-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* .testimonials-card {
    width: 625px;
    display: flex;
    flex-direction: row;

} */

.swiper-slide {
    width: 625px;
    display: flex !important;
    flex-direction: row;

}

.review-avatar {
    width: 240px;
    height: 240px;
    object-fit: contain;

}

.testimonilas-content {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 500px;
    /*margin-left: 40px;*/
    display: flex;
    flex-direction: column;


}

.testimonilas-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.testimonilas-content p:last-of-type {
    margin-top: 20px;
    margin-bottom: 15px;
}



.swiper {
    width: 1200px;
    height: 100%;
}

.gallery-section {
    margin-top: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;

}

.gallery-section h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;

}

.gallery-cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    scroll-behavior: smooth;

}

.gallery-cards::-webkit-scrollbar {
    height: 0px;
}

.gallery-cards:after {
    content: '';
    display: block;
    min-width: 20px;
    height: 100px;
    position: relative;
}

.gallery-img:hover {
    transform: translate(0, -10px);
}

.gallery-img {
    min-width: 465px;
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    position: relative;
    background-color: #111111;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .25s ease;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
}

.gallery-section .btn-arrows {
    margin-bottom: 0;
    /* margin-right: 150px; */
}

.gallery-section .food-controlls {
    margin-right: 0;
    width: 300px;
}

.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 200px;
}

.contacts h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 300px;

}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form input {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 24px 20px 20px 20px;
    border: 1px solid #8C9390;
    background-color: transparent;
    outline: none;
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.contact-form label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 20px;
}



.contact-form input::placeholder,
textarea::placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #8C9390;
}

.contact-form textarea {
    resize: none;
    height: 100px;
    background-color: transparent;
    border: 1px solid #8C9390;
    padding: 24px 20px 20px 20px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.contact-form button {
    width: 100%;
    background-color: #800E17;
    border: none;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    transition: 0.25s all;
}

.contact-form button:hover {
    background-color: #fff;
    color: #800E17;
}

.contacts-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contacts-flex>div:first-of-type {
    margin-right: 20px;
}

.contacts-flex>div {
    display: flex;
    width: 50%;
    flex-direction: column;
}

footer {
    margin-top: 100px;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;

}

footer .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 10px;
}

.logo-block {
    width: 300px;
}

.logo-block p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 10px;

}

.footer-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.numbers-flex {
    display: flex;
    flex-direction: row;
}

.numbers-flex div:first-of-type {
    margin-right: 70px;
}

.numbers-flex div {
    display: flex;
    flex-direction: column;
}

.footer-links h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;

}

.block-adress a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 10px;

}

.block-email h3 {
    margin-bottom: 10px;
}

.block-email a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: lowercase;
    color: #FFFFFF;

}

.numbers-flex a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-top: 10px;
}

.numbers-flex a:hover {
    color: #800E17;
}

.block-email a:hover {
    color: #800E17;
}

.block-adress a:hover {
    color: #800E17;
}

.block-adress h3 {
    margin-bottom: 10px;
}