/* General Styles */
html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #ffffff;
}

/* Header Styles */
header {
    background-color: #000000;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 98%;
    top: 0;
    z-index: 1000;
}

header nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: Montserrat;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    
}

header nav ul.left-nav {
    justify-content: flex-start;
}

header nav ul.right-nav {
    justify-content: flex-end;
}

header nav ul li {
    margin-left: 20px;
    align-items: center;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

header nav ul li a.order-now {
    background-color: #ff6b6b;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
/* Banner Styles */
.hero {
    background-image: url('../Images/headerbg.gif');
    background-color: #000000;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero h1 {
    font-family:Brookshire;
    font-size: 10em;
    margin: 0;
    font-weight: bolder;
    text-shadow: 4px 4px 4px rgb(0, 0, 0);
}

.hero h2 {
    font-size: 3em;
    margin: 0px;
    text-shadow: 4px 4px 4px rgb(0, 0, 0);
}

/* About us , Menu , Contact us Styles */

.about-us {
    padding: 50px 20px;
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding: 100px 20px;
    height: 550px;

}
.contact {
    padding: 20px 20px;
    text-align: center;
    background-color: black;
    text-align: center;
    padding: 100px 20px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menu{
    padding: 50px 20px;
    text-align: center;
    background-image: url(../Images/menubg.jpg);
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.offer{
    padding: 50px 20px;
    text-align: center;
    background-color: rgb(0, 0, 0);
}

.review{
    padding: 50px 20px;
    text-align: center;
    background-image: url(../Images/reviewbg.jpg);
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-us h3, .menu h3, .review h3, .contact h2, .offer h3 {
    font-family:  Montserrat ;
    color: #ff6b6b;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
}

.about-us h2 , .menu h2, .review h2, .offer h2 {
    font-size: 3.0em;
    font-family:  luloLuloCleanW ;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
}

.review-categories h3 {
    font-family:  luloLuloCleanW ;
    color: #ff6b6b;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
}

.about-us p , .review p {
    font-family: roboto;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    color: #fff;
}

.menu-categories, .review-categories, .offer-categories {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.menu-categories .category {
    font-family:  luloLuloCleanW;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0px;
    border-radius: 10px;
    width: 30%;
}

.offer-categories .category{
    font-family:  luloLuloCleanW;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}

.review-categories .category {
    font-family:  luloLuloCleanW;
    background-color: #0000003a;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}

.menu-categories .category h3, .review-categories .category h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.menu-categories .category a  {
    display: inline-block;
    background-color: #ff6b6b;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.find-us{
    background-color: #000000;
}

.contact-info {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.contact-info p {
    margin: 10px 0;
}

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
}

footer p {
    margin: 0;
}

footer a {
    font-family: Montserrat;
    padding: 10px;
}



.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
}

.footer-section {
    flex: 1;
    margin-right: 20px;
    text-align: left;
    font-family: 'Montserrat';
}


.footer-section:last-child {
    margin-right: 0;
}

.footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #ff6b6b;
}

.footer-section p {
    margin: 10px 0;
    line-height: 1.6;
}

.footer-section a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
}

.footer-section a:hover {
    color: #ff6b6b;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9em;
    color: #ccc;
}

/* Social Icons Styles */

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    font-size: 14px;
}

.social-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white; 
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.social-links a:hover {
    color: #ff6666; /* Hover effect */
}

.social-links .fa {
    margin-right: 10px; 
    font-size: 16px; 
}

/* Hover Effect */
header nav ul.right-nav li a:hover, 
.footer-section a:hover {
    color: #ff6b6b; 
    transition: color 0.3s ease; 
}
header nav ul.right-nav li a.order-now:hover,
.menu-categories .category a:hover {
    background-color: #ff0000; 
    color: #ffffff; 
    transition: background-color 0.3s ease, color 0.3s ease; 
  }
 
  
/* Fonts */
@font-face {
    font-family: IrishGrover;
    src: url(../Fonts/IrishGrover-Regular.ttf);
    font-weight: bold;
  }

@font-face {
    font-family: Inter;
    src: url(../Fonts/Inter-VariableFont_opsz\,wght.ttf);
    font-weight: bold;
  }

@font-face {
    font-family: Montserrat;
    src: url(../Fonts/Montserrat-VariableFont_wght.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Brookshire;
    src: url(../Fonts/EFCO\ Brookshire\ Regular.ttf);
    font-weight: bold;
}

/*popup styles*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #000000;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.map-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.map-frame {
    width: 100%;
    height: 500px;
    border: 0;
    filter: invert(90%) hue-rotate(180deg);
}