* {
    padding: 0px;
    margin: 0px;
    font-family: fontRegular;
    font-size: 16px;
}

@font-face {
    font-family: fontBold;
    src: url(../font/Humnst777_BlkCnBTBlack.ttf);
}

@font-face {
    font-family: fontRegular;
    src: url(../font/Humnst777_CnBT.ttf);
}

@font-face {
    font-family: fontMain;
    src: url(../font/Hydrophilia_Liquid.ttf);
}

body,
html {
    overflow-x: hidden;
}

/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

@-webkit-keyframes mymoveTop {
    0% {
        top: 0px;
    }
    100% {
        top: 100px;
    }
}

@keyframes mymoveTop {
    0% {
        top: 0px;
    }
    100% {
        top: 100px;
    }
}

@-webkit-keyframes mymoveRight {
    0% {
        right: 0px;
    }
    100% {
        right: 100px;
    }
}

@keyframes mymoveRight {
    0% {
        right: 0px;
    }
    100% {
        right: 100px;
    }
}

@-webkit-keyframes mymoveLeft {
    0% {
        left: -240px;
    }
    100% {
        left: -150px;
    }
}

@keyframes mymoveLeft {
    0% {
        left: -240px;
    }
    100% {
        left: -150px;
    }
}

@-webkit-keyframes aboutObject2 {
    0% {
        right: -60px;
    }
    100% {
        right: 0px;
    }
}

@keyframes aboutObject2 {
    0% {
        right: -60px;
    }
    100% {
        right: 0px;
    }
}

@-webkit-keyframes aboutObject3 {
    0% {
        right: 250px;
    }
    100% {
        right: 200px;
    }
}

@keyframes aboutObject3 {
    0% {
        right: 250px;
    }
    100% {
        right: 200px;
    }
}

.aboutObject3 {
    -webkit-animation: aboutObject3 5s infinite;
    animation: aboutObject3 5s infinite;
    animation-direction: alternate;
}

.aboutObject2 {
    -webkit-animation: aboutObject2 5s infinite;
    animation: aboutObject2 5s infinite;
    animation-direction: alternate;
}

.aboutObject1 {
    -webkit-animation: mymoveLeft 5s infinite;
    animation: mymoveLeft 5s infinite;
    animation-direction: alternate;
}

.categoryObject2 {
    -webkit-animation: mymoveRight 5s infinite;
    animation: mymoveRight 5s infinite;
    animation-direction: alternate;
}

.categoryObject1 {
    -webkit-animation: mymoveTop 5s infinite;
    animation: mymoveTop 5s infinite;
    animation-direction: alternate;
}

.categoryObject3 {
    -webkit-animation: mymoveTop 5s infinite;
    animation: mymoveTop 5s infinite;
    animation-direction: alternate;
}

.categoryObject5 {
    -webkit-animation: mymoveRight 5s infinite;
    animation: mymoveRight 5s infinite;
    animation-direction: alternate;
}

.myTransition {
    transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
}

.logo {
    width: 150px;
}

.logo img {
    max-width: 50%;
    animation: logoFlashMove 1.2s infinite;
    border-radius: 10px;
    transition: box-shadow 0.3s;
    background: none;
    /* Add a white outline and subtle shadow for visibility on dark backgrounds */
    box-shadow: 0 0 0 4px #fff, 0 0 20px 4px #e75480;
}

@keyframes logoFlashMove {
    0%, 100% {
        box-shadow: 0 0 10px 2px #e75480;
        background: none; /* Remove background during animation */
        transform: translateX(0);
    }
    20% {
        box-shadow: 0 0 20px 6px #e75480;
        background: none;
        transform: translateX(3px);
    }
    50% {
        box-shadow: 0 0 30px 10px #e75480;
        background: none;
        transform: translateX(-3px);
    }
    80% {
        box-shadow: 0 0 20px 6px #e75480;
        background: none;
        transform: translateX(3px);
    }
}

header {
    position: absolute;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

header.fixed .collapse.navbar-collapse {
    margin: 5px 0px;
}

header.fixed .logo {
    width: 110px;
}

header.fixed .navbar-brand {
    padding: 5px;
}

.fixed {
    background: #4ffd23;
    /*min-height: 100px;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    z-index: 999;
}

header .navbar {
    margin-bottom: 0px;
}

header .navbar-default {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

header .collapse.navbar-collapse {
    margin-top: 25px;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
}

header .navbar-default .navbar-nav>li>a {
    font-family: fontBold;
    color: #fff;
}

header .navbar-default .navbar-nav>li>a span {
    background: #de041f;
    border: 2px solid #262727;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 7px;
    position: absolute;
    right: -12px;
    border-radius: 15px;
    top: 12px;
    width: 25px;
    height: 25px;
}

header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    color: #333;
}

header.fixed .navbar-default .navbar-nav>li>a:hover,
header.fixed .navbar-default .navbar-nav>li>a:focus {
    color: #ee0005;
}

/* Navbar Styles */
.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-brand .logo img {
    max-height: 50px;
}

.navbar-nav > li > a {
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
}

.navbar-nav > li > a:hover {
    color: #007bff;
    background-color: transparent;
}

.navbar-nav .fa-shopping-cart {
    font-size: 18px;
    color: #007bff;
}

.mainImage img,
.aboutObject1 img,
.aboutObject2 img,
.aboutObject3 img,
.category img,
.categoryObject1 img,
.categoryObject2 img,
.categoryObject3 img,
.categoryObject4 img,
.categoryObject5 img,
.categoryObject6 img,
#speciality img,
.recipeImage img,
.footerLogo img,
.masalaBowl img {
    max-width: 100%;
}

.mainImage {
    position: relative;
    text-align: center;
}

.scrollDown {
    position: absolute;
    bottom: 20px;
    width: 50px;
    left: calc(50% - 25px);
}

.aboutus {
    text-align: center;
    padding: 30px 0px;
}

.aboutus p {
    font-size: 18px;
    color: #555;
    width: 80%;
    margin: 0 auto;
}

.title {
    margin-bottom: 20px;
}

.title h2 {
    font-family: fontBold;
}

.readmoreButton a {
    background: #de041f;
    color: #fff;
    padding: 10px 50px;
    border-radius: 0px;
    margin: 25px 0px;
}

.readmoreButton a:hover {
    background: #26941a;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

.overflowSection1 {
    position: relative;
    z-index: 1;
}

.overflowSection1 .aboutObject1 {
    width: 380px;
    position: absolute;
    top: 310px;
    left: -240px;
}

.overflowSection1 .aboutObject3 {
    position: absolute;
    right: 210px;
    top: 270px;
}

.overflowSection1 .aboutObject2 {
    position: absolute;
    top: 320px;
    right: -40px;
    width: 280px;
}

.category {
    padding: 80px 0px;
}

.overflowSection2,
.overflowSection4 {
    position: relative;
    background: #f3f3f3;
}

.category .categoryContent {
    text-align: left;
}

.categoryContent p {
    color: #333;
}

.patternGrey {
    position: relative;
}

.patternGrey:after {
    position: absolute;
    content: "";
    background: url(../image/pattern1.png);
    background-repeat: repeat-x;
    left: 0px;
    right: 0px;
    bottom: -35px;
    height: 35px;
}

.overflowSection2 .categoryObject1 {
    position: absolute;
    top: 170px;
    width: 140px;
}

.overflowSection2 .categoryObject2 {
    position: absolute;
    top: 270px;
    width: 140px;
    right: 50px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate (10deg);
}

.overflowSection3 {
    position: relative;
}

.overflowSection3 .categoryObject3 {
    position: absolute;
    top: 60px;
    width: 110px;
    left: -30px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.patternWhite {
    position: relative;
}

.patternWhite:after {
    position: absolute;
    content: "";
    background: url(../image/pattern2.png);
    background-repeat: repeat-x;
    left: 0px;
    right: 0px;
    bottom: -35px;
    height: 35px;
    z-index: 1;
}

.overflowSection3 .categoryObject4 {
    position: absolute;
    top: 370px;
    width: 250px;
    right: -100px;
    z-index: 3;
}

.overflowSection4 .categoryObject5 {
    position: absolute;
    top: 290px;
    width: 150px;
    right: 100px;
    z-index: 3;
}

.overflowSection4 .categoryObject6 {
    position: absolute;
    top: 370px;
    left: -100px;
}

#speciality {
    text-align: center;
    padding: 60px 0px;
}

#speciality .specialityIcon {
    width: 90px;
    margin: 0 auto;
}

#speciality h4 {
    font-family: fontBold;
    padding: 20px 0px;
}

#speciality p {
    color: #555;
}

#speciality .title {
    margin: 40px 0px;
}

#media {
    position: relative;
    text-align: center;
    background: url("../image/mediaImage.jpg") fixed no-repeat;
    background-size: cover;
    padding: 50px 0px;
    color: #fff;
}

#media:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

#media h1 {
    font-family: fontBold;
    font-size: 50px;
}

.underline {
    width: 30%;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

#media p {
    width: 60%;
    margin: 0 auto;
    padding: 15px 0px;
}

.mediaContent {
    position: relative;
    z-index: 10;
}

@keyframes zoom {
    0% {
        color: #de041f;
    }
    25% {
        color: #de0856;
    }
    50% {
        color: #d1251f;
    }
    75% {
        color: #88541f;
    }
    100% {
        color: #000;
    }
}
 
#footer {
    padding: 40px 0px;
    background: #222;
    color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.footerLogo {
    width: 130px;
    margin: 0 auto;
}

#footer h4 {
    font-family: fontBold;
    margin-bottom: 30px;
}

#footer ul li {
    list-style-type: none;
}

#footer .quickLinks ul li a,
#footer .social a {
    color: #555;
    text-decoration: none;
}

#footer .social a {
    font-size: 22px;
    padding: 0px 10px;
}

#footer .quickLinks ul li a:hover,
#footer .social ul li a i:hover {
    color: #de041f;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

@keyframes footerLogoFlash {
    0%, 100% {
        box-shadow: 0 0 20px 4px #e75480;
        background: #fff;
    }
    50% {
        box-shadow: 0 0 40px 12px #e75480;
        background: #ffe6f0;
    }
}

#footer .footerLogo img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 20px 4px #e75480;
    border-radius: 10px;
    transition: box-shadow 0.3s;
    animation: footerLogoFlash 1s infinite;
}

/*#footer .social .sitemap{
    margin:20px 0px;
    border: 1px dotted;
    display: inline-block;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}
#footer .social .sitemap a i{
    margin-right:10px;
}*/

#footer .careNo {
    display: inline-block;
    text-align: center;
    padding: 20px 0px;
}

#footer .careNo p:nth-child(2) {
    font-size: 20px;
    font-family: fontBold;
    margin: 0px;
}

#footer .social ul li {
    display: inline-block;
}

.copyRight {
    padding: 20px 0px;
    background: #000;
    text-align: center;
    color: #777;
}

.copyRight a {
    color: #777;
    text-decoration: none;
}

copyRight a:hover {
    color: #96ca49;
}

/*================= About Us =================*/

#aboutusPage {
    background: #f4f4f4;
    text-align: center;
    padding: 30px;
}

#aboutusPage p {
    color: #777;
}

#aboutusPage .title {
    margin-bottom: 50px;
}

#aboutusPage .aboutContent {
    margin-bottom: 50px;
}

/*============================================*/

/*================= Contact Us =================*/

#contactus .contactWrapper {
    padding: 30px;
}

#contactus .title,
#contactus .contactBox {
    text-align: center;
}

#contactus .contactBox {
    position: relative;
    border: 1px solid #d6d6d6;
    height: 160px;
    padding: 15px;
    width: calc(100% - 780px);
    display: table;
    margin: 10px;
}

#contactus .contactBoxIcon {
    position: absolute;
    margin-top: -40px;
    left: calc(50% - 25px);
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
}

#contactus .contactBox p {
    display: table-cell;
    vertical-align: middle;
}

#contactus .title {
    margin: 10px;
}

#contactus .contactForm {
    background: #f4f4f4;
    margin-top: 30px;
    width: 100%;
    display: block;
    padding: 30px;
}

#contactus .contactForm .form-group label {
    font-weight: normal;
    width: 100%;
    height: auto;
}

#contactus .contactForm button.btn {
    padding: 8px 30px;
    border-radius: 0px;
    font-family: fontBold;
    background: #de041f;
    color: #fff;
}

#contactus .contactForm button.btn:hover {
    background: #26941a;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}

#contactus .contactForm button.btn:focus {
    outline: none;
}

#contactus .form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}

/* Cart Table Styles */
.table {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.table th {
    background-color: #007bff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}

.table td {
    vertical-align: middle;
    font-size: 14px;
    padding: 10px;
}

.table img {
    border-radius: 5px;
    max-width: 50px;
    height: auto;
}

/* Buttons */
.btn-success, .btn-info {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.btn-success:hover, .btn-info:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.badge-danger:hover {
    background-color: #c82333;
}

/* Alert Styles */
.alert {
    margin: 20px auto;
    max-width: 80%;
    border-radius: 5px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    header .navbar-nav>li>a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
        margin: 10px 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    header .navbar-brand {
        padding: 0px;
    }
    header {
        background-color: #000 !important;
    }
    header .nav.navbar-nav {
        float: left !important;
    }
    header .collapse.navbar-collapse {
        padding-top: 0px;
        margin-top: 0px;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .logo {
        width: 150px;
        margin-left: 15px;
    }
    .fixed {
        min-height: 50px;
    }
    #contactus .contactBox {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    #contactus,
    #contactus .contactForm {
        padding: 0px;
    }
    /* Hide decorative images on tablet */
    .aboutObject1 img,
    .aboutObject2 img,
    .aboutObject3 img,
    .categoryObject1 img,
    .categoryObject2 img,
    .categoryObject3 img,
    .categoryObject4 img,
    .categoryObject5 img,
    .categoryObject6 img {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /* Header Navbar Styles */
    header .navbar {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        min-height: 50px !important;
        padding: 0 !important;
        background: #4ffd23 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        border-radius: 0 0 12px 12px;
    }

    header .navbar-header,
    header .navbar-brand {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px 0 !important;
        background: transparent !important;
    }

    /* Navbar Navigation */
    header .navbar-default .navbar-nav {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    header .navbar-default .navbar-nav > li {
        width: 100% !important;
        display: block !important;
        text-align: left !important;
        border-bottom: 1px solid #e0e0e0;
        background: transparent !important;
    }

    header .navbar-default .navbar-nav > li:last-child {
        border-bottom: none;
    }

    header .navbar-default .navbar-nav > li > a {
        width: 100% !important;
        display: block !important;
        padding: 14px 18px !important;
        font-size: 16px !important;
        color: #222 !important;
        background: transparent !important;
        border-radius: 0 !important;
        font-family: fontBold;
        letter-spacing: 0.5px;
        transition: background 0.2s, color 0.2s;
        position: relative;
    }

    header .navbar-default .navbar-nav > li > a:hover,
    header .navbar-default .navbar-nav > li > a:focus {
        background: #de041f !important;
        color: #fff !important;
    }

    header .navbar-default .navbar-nav > li > a span {
        position: static !important;
        margin-left: 8px !important;
        display: inline-block !important;
        background: #de041f !important;
        color: #fff !important;
        border: 2px solid #262727 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        padding: 1px 7px !important;
        border-radius: 15px !important;
    }

    /* Navbar Toggle Button */
    .navbar-toggle {
        float: right !important;
        margin: 8px 16px 8px 0 !important;
        background: #de041f !important;
        border: none !important;
        color: #fff !important;
        border-radius: 4px !important;
    }

    .navbar-toggle .icon-bar {
        background: #fff !important;
    }

    header {
        position: relative !important;
        background: #4ffd23 !important;
    }

    .scrollDown {
        bottom: 5px;
        width: 20px;
        left: calc(50% - 10px);
    }

    header.fixed .collapse.navbar-collapse {
        margin-left: -15px !important;
    }

    /* Category Content */
    .category .categoryContent {
        text-align: center;
    }

    /* Speciality Section */
    #speciality p {
        color: #555;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    /* Footer Section */
    #footer {
        text-align: center;
        padding: 10px 0;
    }

    .footerLogo {
        margin: 0 auto;
        width: 130px;
    }

    /* About Us Page */
    #aboutusPage {
        padding: 0;
    }

    .navbar-header .navbar-toggle {
        margin-top: 10px;
    }

    /* Table Responsive */
    .table-responsive {
        overflow-x: auto;
    }

    .table img {
        max-width: 40px;
    }

    /* Hide Decorative Images on Mobile */
    .aboutObject1 img,
    .aboutObject2 img,
    .aboutObject3 img,
    .categoryObject1 img,
    .categoryObject2 img,
    .categoryObject3 img,
    .categoryObject4 img,
    .categoryObject5 img,
    .categoryObject6 img {
        display: none !important;
    }
}

/* ===========================
   Extra Small Devices (max-width: 425px)
   =========================== */
@media (max-width: 425px) {
    #speciality p {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    #media h1 {
        font-size: 30px;
        margin: 10px;
    }

    #media p {
        width: 100%;
    }

    #recipe .recipeLink {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    #recipe .recipeImage {
        padding: 0 10px;
    }

    #stats {
        border-radius: 0;
        box-shadow: none;
    }

    .copyRight {
        font-size: 12px;
    }

    #footer h4 {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .category {
        padding: 20px 0;
    }

    .category .categoryImage {
        width: 180px;
        margin: 0 auto;
    }
}

/* ===========================
   Smallest Devices (max-width: 320px)
   =========================== */
@media (max-width: 320px) {
    #speciality p {
        padding: 0;
        margin-bottom: 20px;
    }

    #media h1 {
        margin: 5px;
        font-size: 22px;
    }

    #media .underline {
        margin-top: 15px;
    }
}