body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #000;
}

.navbar a.nav-link:hover {
    color: #00AF80;
    box-shadow: 0 2rem 3rem rgba(212, 175, 175, 0.70);
    transition: 0.3s;
}


.navbar-nav {
    align-items: center;

}

.b-one {
    margin-top: 200px;
}

.b-two {
    color: #00A99C;
}

.button-one {
    background-color: #00A99C;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    padding: 12px 50px;
}

.button-one:hover {
    background-color: #fff;
    transition: all 0.3s;
    color: #00A99C;
}

.bg-image {
    background: rgba(0, 0, 0, 0.33) url(image/01.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.a-two {
    color: #00A99C;
}

.bg-color-one {
    background-color: #f5f5f5;
}

.s-three {
    color: #00A99C;
}


.menu-one {
    display: flex;
}

.menu-one img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.menu-one .content {
    padding-left: 20px;

}

.menu-one .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-one .title .line {
    border: 0;
    border-bottom: solid 1px #000;
    width: 25%;
}

.m-bg {
    background: rgba(0, 0, 0, 0.80) url(image/menu/10.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.image-one {
    transition: all 0.3s;
}

.image-one:hover {
    transform: translateY(-10px);
    transition: all 0.3s;

}

.t-two {
    color: #00A99C;
}

.t-color {
    background: rgba(0, 0, 0, 0.50) url(image/09.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
}

.bn-color {
    color: #00A99C;
}

.bn-two {
    border: solid 1px rgba(255, 255, 255, .25);
}

.bn-three {
    letter-spacing: 7px;
}

.bn-image {
    background: rgba(0, 0, 0, 0.50) url(image/blog/01.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
}

.bn-two:hover {
    background: rgba(0, 0, 0, 0.50) url(image/blog/02.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
}

.c-three {
    color: #00A99C;
}

.chefs-bg {
    background: rgba(0, 0, 0, 0.50) url(image/chefs/04.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
}

.h-one {
    width: 100px;
    border-top: 2px solid #000;
}

.r-two {
    color: #00A99C;
}

.imagee {
    border-radius: 50%;
}

.borderr {
    border: none;
}

.r-bg {
    background-color: #f5f5f5;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;

}
.con-bg{
    background-color: #000;
}
.ga-bg{
    background-color: #f5f5f5;
}
.ab-bg{
    background-color: #f5f5f5;
}
.ft-imgg{
    background: rgba(0, 0, 0, 0.50) url(image/10.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
}
.icon a {
    width: 50px;
    height: 50px;
    background-color: #00AF80;
    border-radius: 6px;
    font-size: 24px;
    margin: 10px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    transition: 0.3s all ease-in-out;
    
}
.end-bg{
    background-color: #000;
}


.r-bg i.fa-solid.fa-star {
    color: #f4ce00;
}

@media screen and (max-width: 900px) {
    .container {
        overflow-x: hidden;
    }
    
    .navbar .navbar-toggler {
        color: #fff;
    }
    
    .sticky .navbar-toggler {
        color: #000;
    }
    
    .navbar .navbar-toggler:focus {
        box-shadow: none; 
    }
    
    .navbar .navbar-nav { 
        background-color: rgba(0, 0, 0, 0.9);
    }
    .sticky .navbar-nav { 
        background-color: #fff;
    }
}