:root
{
    --text-success:#00a148ff !important;
    --bg-warnig: #ffc021ff !important;
}

.border-bottom
{
    border-bottom: 1px solid rgba(255,255,255, 0.1) !important;
}
.bg-dark
{
    background-color: #000000 !important;
}
.text-dark
{
    color: #000000 !important;
}
.fw-bold
{
    font-weight:600 !important;
}
.border-dark
{
    border-color:rgb(237, 237, 237) !important;
}
.text-success
{
    color:var(--text-success) !important;
}
.h-line
{
    width: 1px;
    height:240px;
    border:1px solid #e6e6e6;
    margin-top: 10px;
}
.pizza-png
{
    transition: all 0.5s;
}
header .navbar-nav .nav-item .nav-link
{
    color: #000;
    transition: all 0.5s;
}
header .navbar-nav .nav-item .nav-link:hover
{
    color: #ffb700;
}
header .new-hover .nav-item
{
    transition: all 0.5s;
}
header .new-hover .nav-item:nth-last-child(1):hover
{
    background-color: #ffb700;
}
header .new-hover .nav-item:nth-last-child(2):hover
{
    background-color: #ffb700;
}
header .new-hover .nav-item:nth-last-child(3):hover
{
    background-color: #ffb700;
}
header .new-hover .nav-item:nth-last-child(4):hover
{
    background-color: #ffb700;
}
.banner-png
{
    width:400px;
    height: 300px;
    overflow: hidden;
}
.banner-png h2
{
    top: 20%;
}
.banner-png p
{
    top:35%;
    font-weight: 600;
}

/* Banner CSS*/

.banner
{
    background-color: #1f1f1fff;
    background-image: url(../image/Png/h1_shape-1.png);
    background-repeat: no-repeat;
    background-position:right;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}
.overly
{
    background-color: rgba(0,0,0,0.5);
    z-index:-1;
}
/* .active
{
    background-color: #ffb700;
} */

.banner .tometo
{
    top:-180px;
    left:-290px;
    z-index: -1;
}
.banner .shape-5
{
    bottom: 0;
    z-index: -1;
}
.banner .right-img-1
{
    right:-170%;
}
.banner .right-img-2
{
    right:-90%;
}

/*Footer Bar Css */

.footer-bar
{
    z-index:10;
    border-top: 1px solid #e5e5e5;
}
.nav__link 
{
    flex-grow: 1;
    min-width: 50px;
    white-space: nowrap;
    font-size:20px;
    border-right: 1px solid #e5e5e5;
}
.nav_text
{
    font-size: 12px;
    font-weight: 600;
}
.icon1
{
    position: relative;
}
.yellow-i
{
    background-color:var(--bg-warnig);
    padding: 0 5px;
    font-size:10px;
    font-weight: 700;
    right:-5px;
}
.yellow-i-1
{
    background-color:var(--bg-warnig);
    padding: 0 5px;
    font-size:10px;
    font-weight: 700;
    right:2px;
}
.rotate
{
    transform: rotate(60deg);
    transition: all 0.5s;
}

.menu-btn
{
    margin: -70px 0 0 0;
    z-index: 2;
    margin-left:40%;
    padding: 10px 30px;
    font-weight:700;
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--bg-warnig);
}
.menu-btn-m
{
    margin: -70px 0 0 0;
    z-index: 2;
    margin-left:34%;
    padding: 10px 30px;
    font-weight:700;
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--bg-warnig);
}
.menu-items .burger-combo a img
{
    max-width:100%;
    height: auto;
    object-fit: cover;
    position: relative;
}
.menu-items .burger-combo span
{
    font-size: 12px;
    width: 100%;
    font-weight: 700;
    transition: all 0.5s;
}
.burger-combo a img
{
    transition: all 0.5s;
}
.burger-combo:hover span
{
    color:var(--bg-warnig);
}
.burger-combo a:hover img
{
    filter: drop-shadow(-10px -15px 1px #ffb700);
}
.r-1
{
    width:1000px;
    left:-30%;
    z-index: -1;
}
.menu-2
{
    background-color: #f7f2e1ff;
    width: 100%;
    margin-top: 50px;
}
.mini-header .box-1 h2
{
    margin-bottom:0;
    font-size: 30px;
}
.mini-header .box-1 p
{
    font-size: 10px;
    font-weight: 600;
}
.box-img-1
{
    right: 20px;
}
.mini-header .box-img-1 .box-img-2
{
    left:-40px;
    top:15px;
}

.mini-header .box-img-1:hover .scale-1
{
    transform: scale(1.2);
    transition: all 0.5s;
}
.box-1
{
    padding: 30px 20px;
}


.dishes
{
    width: 100%;
}
.dishes ul li a
{
    margin-right:20px;
    border: 1px solid  #edededff;
    padding: 10px 30px;
    border-radius: 20px;
}
.img-1
{
    border: 1px solid;
    border-color: #e5e5e5;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.img-1 .img-2 img
{
    transition: all 0.5s;
    position: relative;
    z-index:2;
}
.img-1 .img-2::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    border-radius: 20px;
    left: 0;
    bottom: 0;
    background-color: #ffb700;
    opacity: .1;
    z-index: 1;
    transition: all 0.5s;
}
.img-1 .img-2:hover::after
{
    opacity: 1;
    height:95%;
    transition: all 0.5s;
}
.img-1 .img-2:hover img
{
    transform: scale(1.3);
    transition: all 0.5s;
}
.img-1 .detail .detail-2 p
{
    font-size: 13px;
}
.img-1 .detail .detail-2 h6
{
    margin-bottom: 30px;
    font-size:20px;
}

.hot-fresh
{
    background-image: url(../image/h1_bg.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    overflow:hidden;
    z-index: 2;
    margin-top:100px;
}
.sale-info-img
{
    z-index: 2;
    left:40%;
    top: 20%;
}
.sale-info-detail
{
    text-shadow: 5px 5px 5px #000000;
}

.top-detail
{
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    position: relative;
}
.top-detail .top-img::after
{
    content: "";
    position: absolute;
    width: 95%;
    height:85%;
    border-radius: 20px;
    left:10px;
    top: 12px;
    background-color: #ffb700;
    opacity: .1;
    z-index: -1;
}
.w-1
{
    right:20px;
}

.thun-1
{
    z-index: 2;
    left:60%;
}
.thun-2
{
    z-index: 2;
    left:70%;
}
.top-detail .pro-detail h6
{
    font-size: 13px;
}
.bg-d img
{
    width:65%;
    height: auto;
}


/* slide */
.slide
{
    background-color: #f7f2e1ff;
    width: 100%;
}
.info-s img
{
    width:70px;
    height:70px;
}
.owl-nav
{
    display:none;
}
.poster-1 .row>*
{
    padding-left: 0;
    padding-right: 0;
}
.min-h-2
{
    top:-20%
}
.min-h
{
    float: right;
    z-index:1;
}
.head
{
    z-index:1;
}
.head p
{
    font-size: 14px;
}
.hover-img
{
    left:30%;
    top: -30%;
    transform: scale(0);
    transition:all 0.5s;
}
.box-2:hover .hover-img
{
    transform: scale(1);
}

/* Blog */
.blog-box-detail
{
    background-image: url(../image/Png/h1_background_post.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-box .blog-box-1 img
{
    transition: all 0.5s;
}
.blog-box:hover .blog-box-1 img
{
    transform: scale(1.05);
}
.blog-box .blog-box-detail
{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #808080e3;
}
.blog-box-detail p
{
    font-size: 13px;
}
.blog-box-detail h3
{
    font-size: 20px;
}

/* Footer */

.line
{
    background-color: #171717ff;
    background-image: url(../image/Png/shape_dot.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    padding: 100px;
}
.line .h-line-1
{
    width:100%;
    height: 1px;
    background-color: #303030ff;
    top:21%;
}

.footer-1
{
    background-color: #171717ff;
    background-image: url(../image/Png/shape_dot.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    width: 100%;
    overflow-x: hidden;
}
.footer-1 .add p
{
    color: #b0b0b0;
    font-size: 13px;
}
.footer-1 .add ul li
{
    background-color:#FFF;
    transition: all 0.5s;
}
.footer-1 .add ul li:hover
{
    background-color: #ffb700;
}
.footer-2 ul li p
{
    font-size: 13px;
}


/* Login Box CSS */

.login-container {
    position: relative;
    width: 22.2rem;
    opacity: 0;
    visibility: hidden;
}
.form-container {
    box-shadow: 0 0 36px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    border-top: 2px solid #ffb700;
    z-index: 99;
    padding: 2rem;
}

.login-container form input {
    display: block;
    padding: 14.5px;
    width: 100%;
    margin: 2rem 0;
    color: #fff;
    outline: none;
    background-color: #ffb700;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-size: 15px;
    backdrop-filter: blur(15px);
}

.login-container form input:focus {
    box-shadow: 0 0 16px 1px rgb(255, 183, 0);

}
.login-container form input::placeholder
{
    color: #fff;
}
.login-container form button {
    display: block;
    background-color: transparent;
    color: #ffb700;
    padding: 13px;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    margin-bottom: 2rem;
    transition: all 0.5s;
    border:none;
    z-index: 10;
    position: relative;
}
.sign-in-text
{
    font-size: 12px;
}
.login-container form button:hover {
    box-shadow: 0 0 10px 1px rgba(255, 183, 0.15);
    background-color:transparent;
    transform: scale(1.02);
}

.circle {
    width: 8rem;
    height: 8rem;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
}

.illustration {
    position: absolute;
    top: -14%;
    right: -2px;
    width: 90%;
}

.circle-one {
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-45%, -45%);
}

.circle-two {
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translate(45%, 45%);
}

.register-forget {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
}


.theme-btn-container {
    position: absolute;
    left: 0;
    bottom: 2rem;
}

.theme-btn {
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.theme-btn:hover {
    width: 40px !important;
}


/* Popup  Menu*/

.open-popup-text
{
    font-size: 13px;
}
.wrapper{
    height:40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.wrapper span{
    width: 100%;
    text-align: center;
    font-size:16px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
    border: 1px solid grey;
    transition: all 0.5s;
}
.wrapper span.num{
    font-size: 16px;
    pointer-events: none;
}
.wrapper span:hover
{
    background-color: #ffb700;
}
/* Cart */


   
/* Js  */
.new-j-click
{
    opacity: 1;
    visibility: visible;
}