:root {
    /* Fonts */
    --font: 'Dancing Script', cursive;
    /* Colors */
    --default: #212529;
    --primary: #ce1212;
    --secondary: #37373f;
    --background: #eeeeee;
}
/* In general */
body {
    color: var(--color-default);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
}
body::before {
    height: 90px;
    display: block;
    content: '';
}
.navbar {
    background: #fff;
    transition: all 0.5s;
    height: 90px;
    border-bottom: 1px solid #eee;
}
.navbar .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
#navbar .nav-item a {
    font-weight: 500;
    font-size: 18px;
    color: #7f8393;
    overflow: hidden;
    position: relative;
    transition: .25s ease all;
    text-decoration: none;
    margin-inline: 12px;
}
progress{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 5px;
    border-radius: 0%;
}
#progress::-moz-progress-bar
{
    background: var(--primary);
}
#progress::-webkit-progress-bar
{
    background: transparent;
}
#progress::-webkit-progress-value
{
    background: var(--primary);
}
#navbar .nav-item a:after,
#navbar .nav-item a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    height: 3px;
    width: 100%;
    background: var(--primary);
    transition: .5s ease all;
}
#navbar .nav-item a:hover:after, 
#navbar .nav-item a.active:after {
    left: 0;
}
#navbar .nav-item a:hover,
#navbar .nav-item a.active {
    color: #000;
}
.btn-book-a-table {
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    background: #ce1212;
    padding: 8px 20px;
    margin-left: 30px;
}
.btn-book-a-table:hover, 
.btn-book-a-table:focus:hover {
    color: #fff;
    background: rgba(206, 18, 18, 0.8);
}
.home {
    background: var(--background);
}
.home .home-content {
    margin-block: 100px;
}
.home .home-content>p,
.home .home-content>h1{
    padding-bottom: 20px;
}
.home .home-content>h1{
    font-weight: bold;
}
.home .btn-book-a-table {
    margin-left: 0px;
 }
.home img{
    height: 100%;
    width: 100%; 
 }
.home .container .image {
    width: 400px;
    height: 350px;
 }
.home .btn-book-a-table {
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    background: #ce1212;
    padding: 12px 32px;
    margin-right: 30px;
}
.home .btn-book-a-table:hover {
    color: #fff;
    background: rgba(206, 18, 18, 0.8);
}
.btn-watch-video{
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
.btn-watch-video i{
    color: #ce1212;
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}
.home-content a:hover {
    color: rgba(206, 18, 18, 0.8);
}
.home-content .bi-play-circle:hover {
    color: rgba(206, 18, 18, 0.8);
}
.modal-body {
    position:relative;
    padding:0px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
}
.modal .modal-content {
    background-color: #000000ba !important;
}
.modal .my-video {
    height: 500px !important;
    width: 700px !important;
}
.modal .my-video .video {
    height: 100% !important;
    width: 100% !important;
}
.intro>h3 {
    font-weight: bold;
}
.about .about-2 .img>img{
    width: 100%;
}
.about .about-2>ul>li {
    list-style: none;     
}
.about .about-2 .img {
    position: relative;
} 
.about .about-2 .img .circle {
    top: 50%;
    left: 50%;
    position: absolute;
    animation: play-youtube 2s infinite;
    font-size: xxx-large;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--primary);
}
.about .about-2 .play-video .icon {
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: large;
    transform: translate(-50%, -50%);
}
.about .about-2 .img .play-video:hover .circle {
    width: 90px;
    height: 90px;
    animation: none;
    overflow: hidden;
}
.about .about-2 .play-video:hover .back-play {
    overflow: hidden;
}
.about .about-2 .img .play-video:hover .icon {
    animation: zoom-in-out 0.3s normal;
}
@keyframes zoom-in-out {
    100% {
        transform: scale(16);
    }
    0% {
        transform: scale(1);
    }
}
.about .about-2 .play-video .back-play {
    height: 90px;
    width: 90px;
    background-color: #ce121263;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--primary);
    transform: translate(-50%, -50%);
}
.intro {
    position: relative;
}
.intro>p {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    position: relative;
    z-index: 2;
}
.intro>span {
    position: absolute;
    top: -20px;
    color: #e9e9e9de;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 25px;
}
.services {
    background: var(--background);
}
.services .card {
    background-color: var(--primary)
}
.services .card-title {
    font-size: xx-large;
    font-weight: bold;
}
.services .btn-learn-more {
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    background: #ffffff33;
    border-color: transparent;
}
.services .btn-learn-more:hover, 
.services .btn-learn-more:focus:hover {
    color: var(--primary);
    background: #fff;
}
.services .secondary-card .card-text1 {
    font-size: 18px;
    font-weight: 500;
}
.services .secondary-card .card-text2 {
    color: #7f8393;
}
.services .secondary-card .icon {
    color: var(--primary);
    background-color: #ce121246;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    /* margin-inline: 75px; */
}
.services .secondary-card .card:hover .icon {
    background-color: #ce12122a;
}
.services .secondary-card .card {
    padding-block: 40px;
    transition: transform .6s;
    align-items: center;
    justify-content: center;
    display: flex;
}
.services .secondary-card {
    align-items: center;
    justify-content: center;
    display: flex;
}
.services .secondary-card .card:hover {
    transform: scale(1.1);
}
.counter .counter-item>p {
    padding-top: 15px;
    color: #ffffff8a;
}
.counter .counter-item>span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.counter {
    padding-block: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/stats-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.menu-img{
    width: 60%;
}
#menu .show {
    display: block;
} 
.filterDiv {
    display: none;
} 
.menu .container {
    margin-top: 50px;
}
.btn {
    border: none;
    cursor: pointer;
    color: var(--secondary); 
    font-size: 20px;
    margin-inline: 10px;
    border-radius: 0px;
    border-bottom: 1px solid var(--secondary);
}
.btn:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}  
.btn.active {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}
.menu .price {
    color: var(--primary);
    font-size: 25px;
    font-weight: bold;
}
.menu .ingredients {
    color: #7f8393;
    font-size: 18px;
}
.menu .item-name {
    color: var(--secondary);
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}
.menu .menu-item {
    overflow: hidden;
}
.feedback {
    background: var(--background);
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
    transform: scale(1.2,1.2);
}
.feedback .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 3px solid var(--primary);
}
.feedback .quote {
    color: var(--primary);
    font-size: 20px;
}
.feedback .stars {
    color: #ffc107;
}
.feedback .person-name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.feedback .person-position {
    color: var(--secondary);
    font-weight: 500;
}
.feedback .person-img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 4px solid;
    border-color: #fff;
}
.feedback .person-img {
    padding-inline: 125px;
}
.feedback .slide {
    margin-inline: 6%;
}
.event .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.event .content {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 2;
}
.event {
    position: relative;
}
.event .title {
    font-size: 25px;
    font-weight: bold;
    color: var(--background)
}
.event .num {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid var(--primary);
    text-decoration: none;
    color: var(--background);
}
.event .desc {
    padding-top: 10px;
}
footer {
    background-color: var(--default);
    padding-block: 40px;
}
footer .divider {
    background-color: rgba(255, 255, 255, 0.7);
    height: 1px;
    margin-block: 25px;
}
footer .social-icons a{
    width: 38px;
    height: 38px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}
footer .social-icons a:hover{
    color: var(--background);
    border-color: var(--background);
}
footer .row .icon {
    margin-right: 13px;
    margin-top: 3px;
}
footer .scroll-top {
    position: fixed;
    visibility: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    background: var(--primary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}
footer .scroll-top i {
    font-size: 25px;
    color: var(--background);
}
footer .scroll-top:hover {
    background: #ec2727;
}
footer .scroll-top.active {
    visibility: visible;
}
#gallery {
    background-color: var(--background);
}
#galleries .gallery img { 
    width: 80%;
}
#galleries .owl-item{
    margin-block: 40px;
}
#galleries .owl-item.active.center img {
    transform: scale(1.3);
    border: 5px solid var(--primary)
}
.chefs {
    background-color: var(--background)
}
.chefs .card-body span {
    color: #7f8393b2;
}
.chefs .card-text {
    padding-block: 20px;
    color: #7f8393;
}
.chefs .card:hover .social-icons {
    transform: scale(1.1);
    opacity: 1;
    right: 30px;
}
.chefs .card:hover {
    transform: scale(1.1);
    opacity: 1;
}
.chefs .card {
    transition: transform .6s;
    position: relative;
}
.chefs .card .card-img-top {
    transition: transform .6s;
    overflow: hidden;
    position: relative;
}
.chefs .img-top {
    position: absolute;
    top: 300px;
    bottom: 0;
}
.chefs .card .social-icons {
    position: absolute;
    right: -30px;
    top: 40px;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 5454354;
}
.chefs .social-icons a {
    width: 38px;
    height: 38px;
    color: rgba(55, 55, 63, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
}
.chefs .social-icons a:hover{
    color: var(--secondary);
}
.book .form-book-table {
    background-color: var(--background)
}
.book .btn-book-a-table {
    margin-top: 30px;
}
.form-control {
    border-radius: 0px;
    border-color: #37373f6c;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary);
}
.contact-us .grid-item {
    background-color: var(--background);
    padding-block: 26px;
    padding-left: 50px;
}
.contact-us .grid-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    background: var(--primary);
    border-radius: 50%;
    margin-right: 15px;
}
.contact-us .grid-item b {
    color: #7f8393;
}

/* animation  */
@keyframes play-youtube {
    0% {
        box-shadow: 0 0 0 0 var(--primary);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(246, 71, 86, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(246, 71, 86, 0);
    }
}