* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

.main {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding: 30px;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 950px;
}

.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg {
    width: 100%;
    height: 100%;
    background-image: url(/Images/hero-bg.png);
    background-size: cover;
    background-position: center;
}

.main {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
}

.hero-content {
    color: white;
    max-width: 600px;
}

.hero-container {
    margin-top: 230px;
    width: 100%;
}

.hero-heshtag-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-heshtag {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(180, 63, 32, .75);
    backdrop-filter: blur(5px);
    padding: 12px 20px;
    border-radius: 50px;
}

.hero-title {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    max-width: 770px;
    margin-top: 30px;
}

.hero-text {
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    max-width: 420px;
    margin-top: 10px;
}

.hero-nav-container {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    max-width: fit-content;
}

.hero-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.hero-nav-image {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.hero-nav-btn:hover .hero-nav-image {
    filter: brightness(1);
}

#right-arrow {
    transform: rotate(180deg);
}

.hero-bg {
    transition: filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-heshtag,
.hero-title,
.hero-text {
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-nav-btn {
    position: relative;
    overflow: hidden;
}

.hero-nav-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translate(-50%, -50%);
}

.hero-nav-btn:hover::after {
    width: 40px;
    height: 40px;
}

.hero-nav-btn:active::after {
    width: 35px;
    height: 35px;
}

.food-categories-container {
    margin-top: 200px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.food-categories-container::-webkit-scrollbar {
    height: 6px;
}

.food-categories-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.food-categories-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.food-categories-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

.food-categories-panel {
    width: max-content;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-width: min-content; 
}

.food-categories-btn-container {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap; 
}

.food-categories-btn {
    font-family: "Unbounded", Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: none;
    padding: 10px 15px;
    transition: 300ms;
    cursor: pointer;
    white-space: nowrap; 
    flex-shrink: 0; 
}

.food-categories-btn:hover {
    background: rgba(255, 255, 255, .3);
}

.food-categories-btn.active-food:hover {
    background: #db613f;
}

.active-food {
    background: #B43F20;
}

.info-container {
    margin-top: 100px;
}

.info-panel-container {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 45px;
}

.info-panel {
    width: 100%;
    background: #C4684F;
    border-radius: 25px;
    border: 1px solid #FB997F;
    padding: 12px 15px;
    display: flex;
}

.info-icon {
    width: 65px;
    height: 65px;
    margin-right: 15px;
}

.info-title {
    font-family: "Unbounded";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    max-width: 320px;
}

.info-text {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    max-width: 270px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    padding: 20px;
}

.product-container {
    margin-top: 50px;
}

.product-title {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper-title {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-panel {
    width: 440px;
    height: 620px;
    background: #E4E4E4;
    border-radius: 30px;
    position: relative;
    flex-shrink: 0;
}

#small-product-panel {
    height: 575px;
}

.product-image {
    width: 440px;
    height: 320px;
    border-radius: 30px;
    object-fit: cover;
}

.product-panel-info {
    padding: 20px;
}

.product-panel-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media (max-width: 1350px) {
    .product-panel-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .product-panel-container {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .product-panel-container {
        padding: 10px;
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .food-categories-container {
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 25px;
    }

    main {
        padding: 0 !important;
    }
    
    .product-container {
        margin-top: 30px;
        padding: 0 20px;
    }
    
    .product-panel-container {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px 0;
        scrollbar-width: thin;
        scrollbar-color: #B43F20 transparent;
    }
    
    .product-panel-container::-webkit-scrollbar {
        height: 8px;
    }
    
    .product-panel-container::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .product-panel-container::-webkit-scrollbar-thumb {
        background: #B43F20;
        border-radius: 4px;
    }
    
    .product-panel {
        width: 350px;
        height: 550px;
    }
    
    .product-image {
        width: 350px;
        height: 250px;
    }
    
    .product-title {
        font-size: 36px;
    }
    
    .product-wrapper-title {
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #small-product-panel {
        height: 500px;
    }
}

.product-panel-title-container {
    display: flex;
    align-items: center;
}

.product-panel-title {
    font-family: "Unbounded";
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    max-width: 320px;
}

.product-panel-gram {
    font-size: 16px;
    font-weight: 400;
    color: #AFAFAF;
    margin-left: 15px;
}

.procut-text {
    font-size: 16px;
    color: #828282;
    font-weight: 400;
    max-width: 300px;
    margin-top: 25px;
}

.product-btn-container {
    position: absolute;
    bottom: 20px;   
    right: 20px;
    left: 20px;
}

.product-btn {
    font-family: "Unbounded";
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    background: #B43F20;
    border-radius: 50px;
    border: none;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    transition: 300ms;
    position: relative;
    overflow: hidden;
}

.product-btn:hover {
    background: #C4684F;
}

@keyframes bounceIn {
    0% { 
        transform: scale(0.3); 
        opacity: 0; 
    }
    50% { 
        transform: scale(1.1); 
    }
    100% { 
        transform: scale(1); 
        opacity: 1; 
    }
}

.number-container.show {
    animation: bounceIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
}

.product-btn:active::after {
    width: 100px;
    height: 100px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.product-btn.added {
    animation: pulse 0.5s ease-in-out;
}

@media (max-width: 768px) {
    #small-product-panel {
        height: 425px;
    }

    .product-panel {
        width: 300px;
        height: 500px;
    }
    
    .product-image {
        width: 300px;
        height: 200px;
    }
    
    .product-btn {
        font-size: 20px;
        padding: 15px;
    }
    
    .product-panel-title {
        font-size: 18px;
    }
    
    .procut-text {
        font-size: 14px;
    }
}

.dilivery-container {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.dilivery-title {
    font-family: "Unbounded";
    font-weight: 700;
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.dilivery-text {
    font-weight: 500;
    font-size: 24px;
    color: #888888;
    max-width: 1275px;
}

.dilivery-select {
    color: #B43F20;
}

.image-slider-container {
    margin-top: 75px;
    position: relative;
    width: 900px;
    max-width: 95vw;
    height: 550px;
    max-height: 80vh;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: #000;
}

.image-slider-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

.image-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-slider-controller {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.image-slider-btn {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.image-slider-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.image-slider-btn:active {
    transform: scale(0.95);
}

.slider-image-indicator-container {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.indicator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.indicator.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.image-slider-counter {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.image-slider-active {
    animation: slideIn 0.5s ease-out;
}

@media (max-width: 768px) {
    .image-slider-container {
        height: 450px;
        border-radius: 15px;
    }
    
    .image-slider-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .slider-image-indicator-container {
        bottom: 20px;
        padding: 8px 12px;
    }
    
    .indicator {
        width: 12px;
        height: 12px;
    }
    
    .image-slider-counter {
        top: 20px;
        right: 20px;
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .image-slider-container {
        height: 350px;
        border-radius: 10px;
    }
    
    .image-slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 0 10px;
    }
    
    .image-slider-controller {
        padding: 0 10px;
    }
    
    .slider-image-indicator-container {
        bottom: 15px;
        gap: 8px;
        padding: 6px 10px;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
    
    .image-slider-counter {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        font-size: 12px;
    }
}

.image-slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.1) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.image-slider-img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.image-slider-img.loaded {
    background: none;
    animation: none;
}

@media (max-width: 1110px) {
    .food-categories-panel {
        background: none;
        backdrop-filter: blur(0px);
    }

    .food-categories-btn {
        background: #fff;
        color: #000;
        transform: scale(0.9);
    }

    .food-categories-btn.active-food {
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {
    .food-categories-container {
        margin-top: 100px;
    }
    
    .food-categories-panel {
        padding: 20px 15px;
        border-radius: 20px;

    }
    
    .food-categories-btn {
        font-size: 11px;
        padding: 8px 12px;
    }

    .info-container {
        margin-top: 100px;
    }

    .info-panel-container {
        padding: 15px;
    }

    .dilivery-text {
        font-size: 16px;
    }

    .dilivery-title {
        font-size: 24px;
    }

    .product-wrapper-title {
        font-size: 20px;
    }

    .product-title {
        font-size: 24px;
    }

    .food-categories-container {
        margin-top: 400px;
    }
}

@media (max-width: 540px) {
    .info-title {
        font-size: 12px;
    }

    .info-text {
        font-size: 10px;
        margin-top: 5px;
    }

    .info-icon {
        width: 55px;
        height: 55px;
    }

    .info-panel-container {
        border-radius: 30px;
    }

    .info-panel {
        border-radius: 20px;
    }
}

@media (max-width: 480px) {        
    .food-categories-panel {
        padding: 15px 10px;
        border-radius: 15px;
    }
    
    .food-categories-btn {
        font-size: 10px;
        padding: 6px 10px;
    }
    
    .food-categories-btn-container {
        gap: 8px;
    }

    .info-container {
        margin-top: 125px;
    }

    .product-title {
        font-size: 18px;
    }

    .product-wrapper-title {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .info-title {
        font-size: 10px;
    }
}

/* div {
    border: 1px solid red;
} */