/*white #c9c1ac*/
/*red color #d3325f*/

.info {
    background: #080704;
}

body {
    font-family: 'Stylish', "Roboto Slab", serif;
    color: #b74717;
    background: url(../img/.png)center/cover fixed no-repeat;
}

.primary-color {
    color: #fdba02;
}

.info h2 {
    word-spacing: 0.6rem;
}

.info a {
    transition: color 2s ease-in-out;
}

.info a:hover {
    color: #1d0909;
}

/*header*#############*/

.navbar {
    background: transparent;
    position: relative;
    z-index: 10;
}

.dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    font-size: 18px;
    padding: 10px 20px;
}

.dropdown-item:hover {
    background: #fdba02;
    color: #000;
}

.navbar .nav-link {
    color: white;
}

.navbar .navbar-brand {
    color: #fdba02;
}

.header-cart {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cart img {
    width: 18px;
    margin-right: 6px;
}

#cart-count {
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    margin-left: 5px;
}

#header {
    min-height: calc(100vh - 94px);
    position: relative;
    overflow: hidden;
    height: 710px;
    justify-content: space-between;
}

#header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Dark overlay for text visibility */
#header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: -1;
}

.height-98 {
    min-height: calc(100vh - 94px);
}

.banner-text-center {

    animation: fromLeft;
    animation-duration: 4s;
    animation-delay: .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.top-link {
    font-size: 22px;
    /* bigger font */
    font-weight: 600;
    margin-left: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.top-link:hover {
    color: #f4b400;
}

.top-dropdown button {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
}

.top-dropdown .dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.top-dropdown .dropdown-item {
    font-size: 18px;
}

.top-dropdown .dropdown-item:hover {
    background: #f4b400;
    color: #000;
}

@keyframes fromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-btn {
    color: #a65e47;
    font-size: 2rem;
    border: 2px solid #520e0e;
    transition: all 1s ease-in-out;
}

.main-btn:hover {
    color: #242424;
    border: 2px solid #121009;
    background: #ffc4002d;
}

.sushi-btn {
    animation: fromRight;
    animation-duration: 4s;
    animation-delay: 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.header-link {
    display: inline block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    background: #c9c1ac;
    border-radius: 10px;
    transition: all 2s ease;
    animation: fromBottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.header-link:hover {
    color: #224422;
}

@keyframes fromBottom {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar*/
.navbar {
    background: #020201;
    padding: 20px 20px;
    transition: all 2s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.navbar-background {
    padding: 5px 20px;

}

.navbar-brand {
    font-size: 30px;
    transition: all 1s ease;
}

.navbar-brand:hover {
    color: #242424;
}

.nav-link {
    color: #242424;
    text-decoration: none;
    transition: all 2s ease;
    font-size: 23px;
}

.nav-link:hover {
    color: #d3325f;
}

.nav-btn {
    background: transparent;
    color: #d3325f;
    border: 2px solid #d3325f;
    font-size: 23px;
    transition: all 2s ease;
}

.nav-btn:hover {
    color: #242424;
    border: 2px solid #242424;
    transform: rotate(10deg)
}

.toggler-btn {
    border: 2px solid #d3325f;
    padding: 5px;
    transition: all 2s ease;
}

.bar {
    width: 30px;
    height: 3px;
    margin: 5px;
    background: #d3325f;
    transition: all 0.5s ease;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-5px, -8px);
}

/*####menuitems#*/

.item-conatiner {
    position: relative;
    /*for the link*/
    overflow: hidden;
    background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    transition: all 2s ease;
}

.item-img {
    transition: all 2s ease;
}

.item-container:hover .item-img {
    transform: scale(1.2);
    opacity: 0.5;
}

.item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
    color: #d3325f;
    font-size: 2rem;
    border-top: 3px solid #d3325f;
    border-bottom: 3px solid #d3325f;
    transition: all 2s ease;
    opacity: 0;
}

.item-container:hover .item-link {
    opacity: 1;
}

.item-link:hover {
    color: #000000;
    border: 3px solid #000000;
    background: #000000;
    color: #242424;
}

.item-container:hover {
    outline: 10px solid #d3325f;
    outline-offset: 0.8rem;
}

/*######MENU*/

#menu {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.special {
    border: 3px solid #d3325f;
    position: relative;
}

.special-text {
    position: absolute;
    top: 0;
    right: 10%;
    background: #d3325f;
    padding: 0 0.4 rem;

}

/* aboutttttttttttttttt*/
.about-picturtes {
    position: relative;
}

.about-image {
    position: absolute;
    width: 150px;
    transition: all 2s ease;
    opacity: 0.9;
}

.img-1 {
    left: 0%;
    top: 0%;
}

.img-2 {
    left: 20%;
    top: 20%;
    z-index: 10;
}

.img-3 {
    left: 40%;
    top: 45%;
    z-index: 20;
}

.img-4 {
    left: 40%;
    top: -20%;
}

.img-5 {
    left: 0%;
    top: 45%;
}

.about-image:hover {
    outline: 10px solid #d3325f;
    outline-offset: 0.8rem;
    transform: scale(1.3) rotate(20deg);
    z-index: 30;
    opacity: 1;
}

.about-pictures:hover .about-image:not(:hover) {
    opacity: 0.5;

}

/*review section*/
.review-item {
    background: rgba(255, 255, 255, 0.7);
    clip-path: polygon(5% 0, 100% 0, 90% 100%, 0 100%)
}

.review-img {
    width: 150px;
}

/*footer*/
#back-to-top {
    background: #c9c1ac;
    border-radius: 10px;
    display: inline-block;
}

.scrollTop {
    position: fixed;
    bottom: 70px;
    right: 10px;
}

.dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.dropdown-item:hover {
    background: #821818;
    color: #fff;
}

/* ================= LOCATION MEGA PANEL ================= */

.location-dropdown {
    position: relative;
}

/* Button */
.location-btn {
    position: relative;
}

/* Arrow rotation */
.arrow {
    display: inline-block;
    transition: transform 0.4s ease;
}

/* MEGA PANEL */
.location-menu {
    position: absolute;
    top: 120%;
    right: 0;
    width: 600px;
    padding: 30px;
    display: flex;
    gap: 30px;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border-radius: 20px;

    /* Golden Glow */
    border: 1px solid rgba(201, 162, 77, 0.6);
    box-shadow:
        0 0 20px rgba(201, 162, 77, 0.6),
        0 25px 60px rgba(0, 0, 0, 0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 999;
}

/* Hover show (Desktop only) */
@media (min-width: 992px) {
    .location-dropdown:hover .location-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .location-dropdown:hover .arrow {
        transform: rotate(180deg);
    }
}

/* Columns */
.location-column {
    flex: 1;
}

.location-column h6 {
    color: #190707;
    font-weight: 700;
}

.location-column a {
    text-decoration: none;
    font-weight: 600;
    color: #101003;
    transition: 0.3s;
}

.location-column a:hover {
    color: #c9a24d;
}

/* Map Preview */
.location-map {
    flex: 1.2;
}

.location-map iframe {
    width: 100%;
    height: 150px;
    border-radius: 15px;
    border: none;
}

/* Responsive (Mobile fallback) */
@media(max-width:991px) {
    .location-menu {
        width: 95vw;
        right: -50%;
        flex-direction: column;
    }
}

/* ===== NAV RIGHT BUTTONS ALIGNMENT ===== */

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    /* spacing between Location & WhatsApp */
}

/* Remove weird rotate on hover */
.nav-btn:hover {
    transform: none;
}

/* Make both buttons same height */
.nav-buttons .btn {
    padding: 8px 20px;
}

/* PRODUCT CARDS */

.product-card {
    position: relative;
    overflow: hidden;
    background: #000000;
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.product-btn {
    background: #fdba02;
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
}

.product-btn:hover {
    background: #000;
    color: #fdba02;
}

.protein-section {
    background: #f5b51c;
    padding-bottom: 50px;
    font-family: "Roboto Slab", serif;
    text-align: center;
}

/* top banner */

.top-banner {
    background: #f2b11a;
    padding: 20px;
    font-size: 28px;
    letter-spacing: 2px;
}

/* middle section */

.center-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.left-box {
    background: white;
    padding: 40px 60px;
    transform: skew(-15deg);
}

.left-box h1 {
    font-size: 90px;
    font-weight: bold;
    transform: skew(15deg);
}

.right-box {
    background: #e9e9e9;
    padding: 30px 60px;
    margin-left: 20px;
}

.right-box h2 {
    font-size: 40px;
}

/* training text */

.training-text h2 {
    font-size: 40px;
    margin-top: 30px;
}

.training-text p {
    font-size: 18px;
    margin-bottom: 40px;
}

/* icons */

.icon-box {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.icon-box img {
    width: 60px;
}

.icon-section p {
    margin-top: 10px;
    font-weight: 500;
}

/* CATEGORY SECTION */

.category-section{
padding:80px 0;
background:#f5f5f5;
}

.category-title{
font-size:50px;
font-weight:800;
margin-bottom:60px;
}

.category-title span{
color:#f5b51c;
}

/* CATEGORY CARD */

.category-card{
position:relative;
display:block;
overflow:hidden;
border-radius:15px;
background:#000;
height:320px;
}

.category-card img{
width:100%;
height:100%;
object-fit:cover;
transition:0.6s;
}

/* overlay */

.category-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:25px;
background:linear-gradient(to top, rgba(0,0,0,0.9), transparent);
color:white;
}

.category-overlay h3{
font-size:24px;
font-weight:700;
}

/* hover animation */

.category-card:hover img{
transform:scale(1.15);
}

.category-card:hover .category-overlay{
background:linear-gradient(to top, rgba(245,181,28,0.95), transparent);
color:black;
transition:0.4s;
}

/* mobile */

@media(max-width:768px){

.category-title{
font-size:32px;
}

.category-card{
height:220px;
}

.category-overlay h3{
font-size:16px;
}

}

/* <!-- PRODUCT BANNER -->  */
.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* <!-- NPN TRIBE SECTION -->  */
.avatar-section {

    background: linear-gradient(90deg, #f7b500, #ffd54f);
    padding: 80px 0;

}

.avatar-title {

    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;

}

.avatar-title span {

    font-size: 55px;
    font-weight: 900;

}

.avatar-text {

    font-size: 18px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;

}

.avatar-img {

    max-height: 500px;

}

.col {
    padding: 5px;
}

/* ===== FOOTER TOP SECTION ===== */

.footer-top{
background:#f5b51c;
padding:60px 0;
color:#111;
}

.footer-top h4{
font-weight:700;
margin-bottom:20px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
font-size:16px;
}

.footer-social i{
font-size:20px;
background:#222;
color:white;
padding:10px;
margin-right:8px;
border-radius:6px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
text-decoration:none;
color:#000;
font-weight:500;
}

.footer-links a:hover{
color:#fff;
}


.footer-social a{
color:#000;
font-size: 34px;
transition:0.3s;
}

.footer-social a:hover{
color:#fff;
transform:scale(1.2);
}

@media (max-width:576px){

    /* Navbar */
    .navbar-brand{
        font-size:16px;
    }

    /* Hero text */
    .banner-text-center h1{
        font-size:32px;
    }

    .banner-text-center small{
        display:block;
    }

    /* Product section */
    #special-items h2{
        font-size:24px;
    }

    .product-overlay h4{
        font-size:16px;
    }

    /* Icons section */
    .icon-box img{
        width:40px;
    }

    /* Category cards */
    .category-label{
        font-size:12px;
        padding:6px;
    }

    /* Avatar text */
    .avatar-title{
        font-size:24px;
    }

    .avatar-text{
        font-size:13px;
    }

    /* WhatsApp icon */
    #whatsapp-icon img{
        width:40px;
    }

}

/* flow chart */
.process-title{
    font-size:42px;
    font-weight:700;
}

.process-subtitle{
    color:#ccc;
    margin-top:10px;
}

.circle{
    width:260px;        /* bigger circle */
    height:260px;       /* bigger circle */
    border-radius:50%;
    overflow:hidden;
    border:5px solid #c99500;
    margin:auto;
}

/* image fills the circle */
.circle img{
    width:260%;
    height:260%;
    object-fit:cover;
    display:block;
}

.process-title-area{
    text-align:center;
    margin-bottom:60px;
}

.process-section{
    position:relative;
    padding:80px 0;
    color:white;
    overflow:hidden;
}

/* background video */
.bg-video{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    top:0;
    left:0;
    z-index:-2;
}

.video-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    top:0;
    left:0;
    z-index:-1;
}

.process-container{
    width:70%;
    margin:auto;
    position:relative;
}

/* center vertical dotted line */
.process-container::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:3px;
    background:repeating-linear-gradient(
        to bottom,
        #fff,
        #fff 6px,
        transparent 6px,
        transparent 12px
    );
    transform:translateX(-50%);
}

/* rows */
.process-row{
    width:50%;
    padding:30px;
    position:relative;
}

/* left side */
.process-row.left{
    text-align:right;
    left:0;
}

/* right side */
.process-row.right{
    left:50%;
}

/* icon circle */
.circle{
    width:200px;
    height:200px;
    background:#c99500;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}

.circle i{
    font-size:30px;
}

/* text */
.process-row h4{
    margin-top:10px;
}

/* MOBILE */

@media(max-width:768px){

.process-grid{
grid-template-columns:1fr 1fr;
gap:40px;
}

.process-box::after,
.process-box::before{
display:none;
}

}

/* designed instagram */

.footer-credit{
font-size:14px;
color:#bbb;
margin-top:20px;
}

.footer-credit a{
color:#ffb407;
text-decoration:none;
font-weight:600;
}

.footer-credit a:hover{
text-decoration:underline;
color:#ffffff;
}

/* OUR PRODUCTS TITLE */

.product-title{
    font-size:50px;
    font-weight:900;
    letter-spacing:2px;
}

/* OUR = brown */
.our-text{
    color:#8B4513; /* brown */
}

/* PRODUCTS = yellow */
.products-text{
    color:#fdba02; /* your theme yellow */
}

/* MOBILE RESPONSIVE */
@media(max-width:576px){
    .product-title{
        font-size:28px;
    }
}