.content-middle, .main {
    height: 100vh;
    width: 100%
}

.cat-item a, .nav-link__toggle, a {
    text-decoration: none
}

#logo, #logo img {
    margin-left: 100px;
    width: 120px;
    height: 120px
}

#product-card, * {
    box-sizing: border-box
}

.cart-items, .menu-item-disc p, .table td, .table th {
    text-align: center
}

@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSansWeb.ttf')
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: IRANSans, serif
}

body {
    background-color: #f0f0f0
}

html::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #212529
}

html::-webkit-scrollbar-thumb {
    background-color: #d68e2f;
    border-radius: 5px
}

a {
    color: inherit;
    cursor: pointer
}

.content-middle {
    display: flex;
    justify-content: center;
    align-items: center
}

.main {
    background-color: #f8f0e5
}

.animated-logo {
    background-color: #faf1e4;
    border-radius: 50%;
    transition: .5s
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    25%, 75% {
        transform: translateX(-5px) rotate(5deg)
    }
    50% {
        transform: translateX(5px) rotate(-5deg)
    }
}

.animated-logo:hover {
    animation: 1.5s infinite shake;
    box-shadow: 0 5px 8px grey;
    transition: .5s
}

.logo-middle {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -80px;
    background-color: #fff;
    border-radius: 50%
}

.header {
    background-image: url("../imgs/back.jpg");
    background-position: center;
    background-size: cover
}

#contact-main, #footer, #header-main, #main-content, #pre_menu_main, .cat-scroll, .menu, .menu-category {
    background: #060809;
}

#main-content {
    min-height: 90vh;
}

.empty-cart {
    max-width: 200px;
    max-height: 200px;
    opacity: .1;
    pointer-events: none
}

.empty-cart-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu {
    height: auto
}

.menu-category {
    display: flex;
    align-items: start;
    height: auto;
    padding: 35px 20px !important;
    justify-content: start;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 3000;
    transition: background-color .3s;
    top: -2px !important
}

.menu-item-img, .modal-content-custom > i {
    cursor: pointer;
    transition: .3s ease-in-out
}

.cat-scroll {
    top: -15px !important
}

.menu-item-btns, .menu-item-disc {
    top: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    display: flex;
    bottom: 0
}

.cat-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .75) !important
}

.cat-scroll a small {
    color: #fff !important
}

.menu-category::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.menu-category::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px
}

.cat-item {
    width: 80px;
    height: 75px;
    margin-left: 20px;
}

.cat-item a {
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d0d0d0;
    background-color: #fff
}

.cat-item a small {
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    color: #f0f0f0
}

.cat-item a:hover {
    background: rgba(255, 255, 255, .5)
}

.cat-item-img {
    width: 100px;
    height: 100px;
    object-fit: cover
}

.menu-list::-webkit-scrollbar {
    display: none
}

.menu-item {
    direction: ltr
}

.menu-item-img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    object-fit: contain
}

.menu-item-content {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.menu-item-disc {
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    color: #f0f0f0;
    transition: .25s;
    cursor: pointer
}

.menu-item-disc p {
    direction: rtl;
    font-weight: 700
}

.menu-item-card:hover .menu-item-disc, .menu-item-cart:hover .menu-item-btns {
    opacity: 1
}

.menu-item-btns {
    justify-content: space-around;
    align-items: center;
    transition: .3s
}

.menu-item-btns button {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #f0f0f0;
    border-radius: 8px;
    border: none
}

.menu-item-btns p {
    padding: 0 2px;
    margin: 0;
    border-bottom: 3px solid #f0f0f0
}

.middle-card {
    width: 400px
}

.form-input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 2px solid transparent;
    border-bottom-color: #cecece;
    transition: .1s
}

.form-input:focus {
    outline: 0;
    border-color: #959595
}

.label {
    position: absolute;
    right: 5px;
    background-color: #fff
}

.sidebar-main, .topbar-main {
    position: fixed;
    top: 0;
    right: 0;
    transition: .3s
}

.form-input:focus + .label, .input-has-content + .label {
    top: -12px;
    right: 10px;
    font-size: 14px;
    padding: 0 4px
}

.bottom-btn {
    width: clamp(100px, 250px, 400px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 15px 15px
}

.sidebar-main {
    bottom: 0;
    width: 70px;
    background-color: #212529
}

#cart-modal, .topbar-main {
    background-color: #f0f0f0
}

.sidebar-main__img {
    width: 50px;
    height: 50px;
    transition: .3s
}

.sidebar-min {
    width: 200px !important
}

.sidebar-min .sidebar-main__img {
    width: 90px;
    height: 90px
}

.topbar-main {
    left: 0;
    height: 60px;
    margin-right: 70px;
    border-bottom: 2px solid silver;
    z-index: 50
}

.topbar-min {
    margin-right: 200px !important
}

.topbar-item__btn {
    border: none;
    outline: 0
}

.dash-content {
    position: absolute;
    top: 60px;
    right: 70px;
    bottom: 0;
    left: 0;
    transition: .3s
}

.pop-shadow, .pop-up__back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#dash-footer {
    position: fixed;
    bottom: 0;
    right: 70px;
    left: 0;
    padding: 5px 0
}

.dash-content-min {
    right: 200px
}

.sidebar-nav__link {
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s
}

.bg-grey, .sidebar-nav__linkToggle {
    background-color: #ababab
}

.sidebar-nav__link:hover {
    background-color: #fff;
    color: #000
}

.sidebar-nav__linkToggle {
    color: #000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s
}

.sidebar-nav__linkToggle a:hover {
    background-color: #fff;
    color: #000
}

.sidebar-nav__active {
    background-color: #fff !important;
    color: #000
}

.sidebar-min .sidebar-nav__link {
    flex-direction: row;
    gap: 20px;
    justify-content: start;
    padding: 15px
}

.sidebar-nav__title p {
    margin: 0;
    font-size: 12px
}

.pop-up__back {
    display: none;
    position: fixed;
    z-index: 8000
}

#logo a::after, #logo a::before, .hero-content, .hero-svg, .pop-main, .pop-shadow {
    position: absolute
}

.pop-shadow {
    background: rgba(0, 0, 0, .5)
}

.pop-main {
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100vh !important;
    overflow: auto !important
}

#cart-modal, .cat-img, .hero-img-bg, .item-img {
    overflow: hidden
}

.item-img {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 100px;
    width: 100px;
}

.cat-img {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 100px;
    width: 100px
}

#logo, #logo img, .hero-img {
    border-radius: 50%
}

.sm-btn {
    font-size: 12px;
    padding: 5px 10px !important
}

@keyframes slide-bottom {
    0% {
        transform: translateY(-120px)
    }
    100% {
        transform: translateY(5px)
    }
}

@keyframes faded {
    0%, 80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#header-main nav {
    height: 70px !important;
    border-bottom: 2px solid #d68e2f;
    position: relative;
    z-index: 1
}

#header-main nav div {
    align-items: center
}

#logo {
    transform: translateY(-120px);
    animation: 2s forwards slide-bottom
}

#logo a::after {
    content: "";
    height: 56%;
    top: -4px;
    right: -4px;
    left: -4px;
    background: #212529;
    z-index: -1
}

#logo a::before {
    content: "";
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: 0 0;
    outline: #D68E2F solid 3px;
    border-radius: 0 0 50% 50%;
    z-index: -1;
    animation: 2s forwards faded
}

#hero {
    width: 100%;
    height: 600px;
    position: relative
}

.hero-img-bg {
    width: 100%;
    height: inherit
}

.hero-img-bg img {
    width: 100%;
    height: inherit;
    object-fit: cover
}

.hero-content {
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(270deg, rgba(0, 0, 0, .8) 3%, rgba(0, 0, 0, 0) 100%);
    top: 0
}

.hero-text {
    width: 300px;
    animation: 1.5s forwards faded
}

.hero-img {
    background: #000;
    background: radial-gradient(circle, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 70%);
    animation: 1s forwards faded
}

.hero-img img {
    width: 450px
}

.hero-svg {
    width: 100%;
    bottom: -1px
}

.hero-content__main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center
}

#footer, #preloader {
    align-items: center
}

.sticky-top {
    position: sticky;
    top: 0
}

.cart-main {
    top: 130px !important
}

.cart-list {
    max-height: 400px;
    overflow: auto
}

.cart-list::-webkit-scrollbar {
    width: 5px
}

.cart-list::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 5px
}

#footer {
    width: 100%;
    height: 65px
}

#menu-card-modal, .pre_menu_time {
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

#product-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: transform .3s cubic-bezier(.155, 1.105, .295, 1.12), box-shadow .3s, -webkit-transform .3s cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 10px;
    cursor: pointer;
    margin: 0 20px
}

#product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
}

#menu-card-modal {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    align-items: center;
    z-index: 6000;
    display: none;
    transition: .5s ease-in-out
}

.back-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1
}

.modal-content-custom {
    width: 40%;
    height: 90vh;
    background-color: #fff;
    border-radius: 8px;
    position: relative
}

.cart-items {
    width: 20px;
    border: none;
    border-bottom: 2px solid #212529;
    margin: 5px 7px
}

.menu-item-content .h5 {
    font-weight: 700
}

.menu-item-card {
    max-height: 360px;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.product-card:nth-child(odd) .menu-item-card {
    flex-direction: row-reverse
}

.product-card:nth-child(2n) .menu-item-card {
    flex-direction: row
}

.menu-item-card .h5 {
    margin: 0
}

.menu-item-content {
    gap: 10px;
    overflow: auto
}

.menu-item-content::-webkit-scrollbar {
    width: 3px
}

.menu-item-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 5px
}

#mobile-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    display: flex;
    z-index: 4000
}

.mobile-cart-container {
    width: 100%;
    height: 100%;
    background-color: #6c757d;
    position: relative
}
.cart-open-animation {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -90%);
}

.cart-open-animation img{
max-width: 200px;
}
.cart-open-animation svg{
    position: absolute;
    top: 50%;
    left: 30%;
    width: 40%;
    animation: bounce 1s infinite ease-in;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY( 0);
    }
    50% {
        transform: translateY( -40%);
    }
}
.mobile-cart-container::after, .mobile-cart-container::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 0 0 50% 50%;
    z-index: -1
}

.mobile-cart-container::before {
    bottom: 65px;
    left: 0;
    width: 100px;
    height: 100px;
    box-shadow: -50px 50px 0 0 #6c757d
}

.mobile-cart-container::after {
    bottom: 65px;
    right: 0;
    width: 100px;
    height: 100px;
    box-shadow: 50px 50px 0 0 #6c757d
}

.mobile-cart-imgs {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px
}

.mobile-cart-imgs img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px
}

.modal-content-custom > i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px !important
}

.modal-content-custom > i:hover {
    background-color: rgba(0, 0, 0, .4)
}

.modal-content-custom img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 0 0 20px 20px
}

.item-modal {
    padding: 15px 0
}

.modal-item-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between
}

@keyframes slide-up {
    0% {
        height: 0;
        border-radius: 50% 50% 0 0
    }
    100% {
        height: 100%;
        border-radius: 0
    }
}

#cart-modal {
    height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px 50px 0 0;
    z-index: 5000;
    transition: .8s ease-in-out
}

.cart-modal-active {
    border-radius: 0 !important;
    height: 100% !important
}

.cart-modal-list {
    width: 100%;
    height: 55vh;
    border-bottom: 2px solid #909090
}

.cart-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart-list-item:hover {
    background-color: #e0e0e0
}

.cart-list-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px
}

.cart-btns-modal {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: space-evenly;
    align-items: end
}

.error-bg, .payment-body {
    width: 100%;
    height: 100vh
}

.error-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../imgs/error_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.error-bg h1 {
    font-size: 20rem;
    font-weight: 800;
    margin: 0
}

.error-bg h1 img {
    width: 250px;
    margin: 0 10px
}

.logo-bar {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible
}

.divider {
    width: 50px;
    height: 50px
}

.logo-bar img {
    width: 150px;
    background: #212529;
    border-radius: 50%
}

.bill {
    max-height: 300px;
    overflow: auto
}

.offline-mode .option02, .option01 {
    display: block
}

.offline-mode .option01, .option02 {
    display: none
}

.contact-us-links {
    height: auto;
    position: relative
}

#pre_menu_main, #preloader, .pre_menu_container {
    width: 100%;
    height: 100vh;
    display: flex
}

.wall {
    width: 8px;
    border-right: 4px solid #d68e2f;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px
}

.contact-us-links ul li {
    list-style: none;
    margin: 20px 65px;
    position: relative
}

.contact-us-links ul li i {
    position: absolute;
    top: 10px;
    right: -80px
}

.contact-us-links ul li a i {
    position: static;
    padding: 20px 10px;
    border-radius: 50%;
    outline: #f0f0f0 solid 1px
}

.sharona-map {
    padding: 100px 0 !important
}

.sharona-map img {
    width: 100%;
    outline: #212529 solid 1px;
    border-radius: 8px
}

a .fa-telegram:hover {
    background: #15a0f8;
    color: #fff;
    outline: #0f87c8 solid 1px
}

a .fa-instagram:hover {
    background: #f16c43;
    color: #fff;
    outline: #ff3b00 solid 1px
}

#preloader {
    position: fixed;
    background: #212529;
    z-index: 5000;
    color: #f9f9f9;
    justify-content: center;
    flex-direction: column
}

@keyframes loaderFade {
    0% {
        opacity: 1
    }
    99% {
        opacity: 0
    }
    100% {
        display: none
    }
}

.preloader_fade {
    animation: 1s forwards loaderFade
}

.img_loader {
    width: 120px
}

#pre_menu_main {
    align-items: center;
    justify-content: center
}

.pre_menu_container {
    flex-direction: column;
    align-items: center;
    justify-content: start
}

.pre_menu_bg, .pre_menu_bottom, .pre_menu_top {
    width: 100%;
    height: 60vh
}

.pre_menu_top {
    position: relative
}

.pre_menu_time, .pre_menu_welcome {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    display: flex
}

.pre_menu_bg {
    object-fit: cover
}

.pre_menu_welcome {
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center
}

.pre_menu_welcome img {
    width: 500px !important
}

.pre_menu_time img {
    width: 420px
}

.pre_menu_bottom {
    display: flex;
    justify-content: center;
    align-items: center
}

.pre_menu_link, .pre_menu_links {
    position: relative
}

.pre_menu_icons, .pre_menu_link_title {
    position: absolute;
    left: 0;
    right: 0;
    display: flex
}

.pre_menu_links_bg {
    width: 380px
}

.pre_menu_icons {
    top: 0;
    bottom: 0;
    justify-content: space-around;
    align-items: center
}

.pre_menu_link img {
    width: 60px
}

.pre_menu_link_title {
    text-align: center;
    bottom: -100px;
    color: #f0f0f0;
    justify-content: center
}

.menu {
    margin: 0 1rem
}

@keyframes move-up {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.pre_menu_link img:hover, svg:hover {
    animation: .5s forwards move-up
}

.dataTables_filter {
    display: flex;
    justify-content: left
}

.dataTables_wrapper > div:first-of-type {
    padding: .5rem 0 !important
}


/********************************************************************/
.menu-container {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 60px;
}

.bg {
    width: 100px;
    height: 140px;
    border-radius: 130px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.oval {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 130px;
    position: relative;
    z-index: 1;
    border: solid 10px #060809;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgin {
    animation: rotate 5s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    scale: 150%;
}

.bg1, .bg3 {
    background: conic-gradient(from 90deg at 50% 50%, #06080900, #06080900, #06080900, #976a4c, #06080900);
}

.bg2,
.bg4 {
    background: conic-gradient(from 270deg at 50% 50%, #06080900, #06080900, #06080900, #976a4c, #06080900);

}

.menu-item-text {
    margin-top: 5px;
    text-align: center;
}

.oval svg {
    width: 60px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 465px) {
    .bg {
        width: 90px;
        height: 130px;
    }

    .oval svg {
        width: 45px;
    }
}

/* onlineshop */

.products-container div {
    padding: 10px;
}

.product-cart {
    border-radius: 20px;
    min-height: 20rem;
    background-color: #e5e5e5;
    padding: 20px;
    /*#6c757d*/
}

.product-cart-image {
    background-color: #ffffff;
    border-radius: 25px;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cart-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-cart-title {
    font-weight: bold;
    font-size: 14px;
}

.add-to-cart-btn {
    background-color: #d68e2f;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 2px 8px;
}

.product-img {
    width: 100%;
    max-width: 25rem;
    height: auto;
    display: block;
    margin: auto;
}

.product-info {
    background-color: #e5e5e5;
}

.product-info-main * {
    line-height: 2.5;
}

.product-info-main h5 {
    color: #d68e2f;
}

.product-info-main li {
    font-size: small;
    list-style-position: inside;
}

.product-purchase-info p {
    color: #888888;
    font-size: small;
}

.product-purchase-info button {
    color: #ffffff;
    background-color: #d68e2f;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 25px auto 0;
}

.product-details h6 {
    color: #d68e2f;
    font-size: large;
    font-weight: bold;
}

.product-details p, .product-details ul {
    color: #888888;
    line-height: 2;
}

.product-details li {
    list-style-position: inside;
}


.category-cart-content {
    width: 8rem;
    height: 8rem;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.category-cart p {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 0;
}
.submenu-item div:hover{
    background-color: #fff !important;
}
.submenu-item div p{
    margin-bottom: 0 !important;
}
.submenu-div{
    background-color: rgb(171,171,171);
    font-size:smaller;
}

.product-tag-container{
    display: flex;
    flex-wrap: wrap;
}
.new-product-tag, .special-product-tag{
    width: 130px; /* اندازه تصویر */
    height: auto;
    animation: flicker 3s infinite;
}

@keyframes flicker {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0.8;
    }
    20% {
        opacity: 0.7;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    70% {
        opacity: 1;
    }
    85% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}



canvas {
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

.center-text {
    position: relative;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.center-text h1 {
    font-family: 'Great Vibes', cursive !important;
    font-size: 6.5rem;
    animation: flicker 3s infinite, pulse 4s ease-in-out infinite;
    margin: 0;
    text-shadow: 0 0 15px rgba(200, 155, 110, 0.6);
    color: #e6d4b8;
}
.center-text h2 {
    font-family: 'Great Vibes', cursive !important;
    font-size: 3rem;
    margin-top: 1rem;
    color: #976a4c;
    animation: fadeIn 2s ease-in-out forwards;
    text-shadow: 0 0 10px #c89b6e;
}

@keyframes flicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        opacity: 1;
        text-shadow:
                0 0 3px rgba(200, 155, 110, 0.6),
                0 0 7px rgba(200, 155, 110, 0.5),
                0 0 15px rgba(212, 175, 55, 0.4),
                0 0 25px rgba(212, 175, 55, 0.3),
                0 0 40px rgba(255, 236, 179, 0.2);
    }
    20%, 24%, 55% {
        opacity: 0.6;
        text-shadow: none;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .center-text h1 { font-size: 3rem; }
    .center-text h2 { font-size: 1.8rem; }
}