:root {
    --primaryColor: #FF2E32;
    --accentColor: #B19D55;
    --secaccentColor: #a6b4a3;
    --darkbg: #121212;
    --white: #fff;
    --bodyText: "Inter", sans-serif;
    --headFont: "Merriweather", serif;
    --subheadFont: "Nanum Pen Script", cursive;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--bodyText);
    font-size: 1rem;
}

h1, h2 {
    font-family: var(--headFont);
}

h3, h4, h5, h6 {
    font-family: var(--subheadFont);
}

img {
    display: block;
    max-width: 100% !important;
}

/* ==== Header ==== */

.header {
    background-color: var(--darkbg) !important;
}

.logo {
    width: 200px;
}

.navigation {
    width: 100%;
    background-color: var(--darkbg);
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.3s ease;
}

.nav-logo {
    position: absolute;
    width: 150px;
    top: 5%;
}

.nav-btn {
    background: none;
    border: none;
    color: var(--white);
}

.nav-open {
    font-size: 1.5rem;
}

.nav-close {
    font-size: 1.7rem;
    position: absolute;
    right: 5%;
    top: 5%;
}

.nav-item .active {
    color: var(--primaryColor) !important;
}

.nav-item .nav-link:hover:not(.nav-order) {
    color: var(--primaryColor) !important;
}

.nav-order {
    background-color: var(--primaryColor) !important;
    color: var(--white) !important;
    position: relative;
}

.nav-order span {
    z-index: 2;
    position: relative;
}

.nav-order::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accentColor);
    transition: 0.3s ease;
}

.nav-order:hover::before {
    width: 100%;
}

/* ==== Hero Section ==== */

.hero {
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../assets/kilimanjaro\ jamani.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white);
}

.intro-heading {
    font-weight: 700;
    letter-spacing: 1.2px;
}

.intro-head {
    color: var(--accentColor);
    font-family: var(--subheadFont);
    font-size: 4rem;
    font-weight: 600;
}

.intro-text {
    font-family: var(--subheadFont);
    font-size: 2rem;
    font-weight: 500;
}

.hero-btn {
    background-color: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor) !important;
    color: var(--white) !important;
}

.hero-btn:hover {
    background-color: transparent !important;
}

/* ==== Menu Sec ==== */

.slide-cont {
    border-radius: 10px 10px 0 0;
}

.menu-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.mc-1 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) ,url(../assets/burger.jpg);
}

.mc-2 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../assets/drink.jpg);
}

.menu-text {
    position: absolute;
    bottom: 0;
}

.menus {
    width: 80%;
}

.menu-item {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.menu-img {
    width: 50%;
}

.menu-img img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}

.menu-cont {
    width: 50%;
    height: 200px;
    background-color: var(--darkbg);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.food-item {
    font-weight: 700;
    font-size: 2.2rem;
}

.price-text {
    color: var(--accentColor);
    
}

.price {
    color: var(--primaryColor);
    font-family: var(--headFont);
    font-size: 1.2rem;
}

.menu-link, .event-link {
    display: block;
    width: fit-content;
    margin-inline: auto;
    color: var(--accentColor);
    text-decoration: none;
    border-bottom: 2px solid var(--accentColor);
}

.menu-link svg, .event-link svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--primaryColor);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

/* ==== Delivery Order ==== */

.del-img {
    height: fit-content
}

.del-img img {
    height: 100px;
    width: 100%;
}

.del-content h2 {
    font-family: var(--headFont);
}

.part-logo {
    border-radius: 50%;
    width: 50px;
}


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

.about {
    background-color: var(--secaccentColor);
}

.about-link {
    background-color: var(--white) !important;
    border: 1px solid var(--white) !important;
    transition: 0.3s ease;
}

.about-link:hover {
    background-color: transparent !important;
}

/* ==== Event ==== */

.event-cont {
    box-shadow: 0 0 10px #ddd;
}


/* ==== Testimonials ==== */

.testimonials {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../assets/pexels-valeriya-1639562.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;

}

.test-cont {
    position: relative;
    height: 100%;
}

.test {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.testimonies::before {
    content: '"';
    font-size: 2.4rem;
    color: var(--primaryColor);
    font-family: var(--headFont);
}


/* ==== Footer ==== */

.socials a {
    color: var(--white);
}

.socials a:hover {
    color: var(--primaryColor);
    transform: scale(0.8);
}

@media screen and (min-width: 576px) {
    .testimonials {
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    .test {
        height: 400px !important;
    }
}

@media screen and  (min-width: 768px) {
    .navigation {
        width: unset;
        position: static;
        height: auto;
    }

    .nav-logo {
        display: none;
    }

    .nav-btn {
        display: none;
    }

    .del-img img {
        height: 110px;
    }
}

@media screen and (min-width: 992px) {
    .del-img img {
        height: 130px;
    }

    .menu-sec {
        max-width: 600px;
        margin-inline: auto;
    }

    .maps {
        height: 180px !important;
    }

}