* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
      font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;

}

ul, ol {
    list-style: none;
}

/*HAMBURGER NAVIGATION SECTION*/

#hamburger_nav {
   display: none;
}

.hamburger_menu {
    position: relative;
    display: inline-block;
}

.hamburger_icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

.hamburger_icon span {
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all 0.3s ease-in-out;
}

.menu_links {
    position: absolute;
    top: 100%;
    right: 0;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}

.menu_links a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.menu_links li {
    list-style: none;
}

.menu_links.open {
    max-height: 300px;
}

.hamburger_icon.open span:first-child {
    transform: rotate(45deg) translate(10px, 5px);
}

.hamburger_icon.open span:nth-child(2) {
    opacity: 0;
} 

.hamburger_icon.open span:last-child {
    transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger_icon span:first-child {
    transform: none;
}

.hamburger_icon span:first-child {
    opacity: 1;
}

.hamburger_icon span:first-child {
    transform: none;
}

/*Psuedo class specific styling (last 3 menu links under hamburger nav)*/
/*Specific / optional */

.menu_links li:nth-child(n+3) a {
  color: white;
}


/*DESKTOP-NAVIGATION-SECTION*/ 


.logo {
    font-size: 1.7rem;
}

.navigation_section {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 4rem;
    gap: 3rem;

}

.navigation_links {
    display: flex;
    gap: 2.5rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.navigation_links li a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease-in-out;
}

.navigation_links li a:hover {
    color: gray;
}

/*---------------MAIN SECTION*/

/*HERO SECTION*/

.hero_out_bg_title {
    font-size: 2.5rem;
    width: 100%;
    padding-left: 4rem;
} 


.hero_bg_text {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.hero_bg_container {
    background-image: url('./assets/herobgimg.jpg');
    background-size: cover;
    background-position: 50% 65%;
    background-repeat: no-repeat;
    height: 80vh;
}

.hero_bg_title {
    font-size: 2.5rem;
    padding-left: 4rem;
    color: white;
}


.hero_bg_text_container {
    display: flex;
    height: 68vh;
    justify-content: center;
    align-items: flex-end;
    padding: 0 4rem 4rem 4rem;
    gap: 30rem;
    color: white;
    font-size: 1.2rem;
}

.hero_bg_btn button {
    height: 3.5rem;
    width: 12rem;
    border-radius: 10px;
    font-size: 1.2rem;
    Padding: 0 1rem;
    cursor: pointer;
}

.hero_bg_btn {
    display: flex;
    gap: 1.5rem;
}

.hero_btn_1 {
    background-color: white;
    border: none;

}

.hero_btn_2 {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid gray;

}

/*CHEFS SECTION*/


#chefs_section {
    display: flex;
    gap: 1.4rem;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: 0 12rem;
}

.chefs_card_1, 
.chefs_card_2,
.chefs_card_3 {
    width: 30%;
    height: 50%;
}

.chefs_card1_text h2 {
    font-size: 2.5rem;
}


.chefs_card1_text button {
    width: auto;
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: 10px;
    border: none;
    margin: 1rem 0;
    font-size: 1rem;
    color: white;
    background-color: rgb(14, 12, 12);
}

.chefs_card2_text {
    display: flex;
    justify-content: flex-end;
}

.chefs_card2_text img {
    height: 14rem;
    width:60%;
    border-radius: 15px;
    object-fit: cover;
}

/*Chefs Card 2 Sub Section*/



.chefs_card_2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/*chefs Card 3 Sub Section*/

.chefs_card_3 img {
    height: 40%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;

}

.chefs_card_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 2rem;
}

/*MENU SECTION*/

.menu_title {
    display: flex;
    justify-content: space-evenly;
    align-items: end; 
    width: 100%;
    gap: 7rem;
}

.menu_title h2 {
    font-size: 4rem;
}


#menu_section {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(3, 6, 6);
    color: white;
    gap: 3rem;
}

.menu_img_cards {
    display: flex;
    justify-content: center;
    gap: 2rem;    
    
}

.menu_card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

}

.menu_card {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16%;
    gap: 1rem;
}


/*CATERING SECTION*/

#catering_section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 5rem;
}

.catering_container_text h2 {
    font-size: 3.2rem;
}
.catering_container_text {
    width: 50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 0 3rem;    
}

.catering_container_text button {
    width: 11rem;
    height: 3rem;
    border-radius: 10px; 
    background-color: rgb(3, 6, 6);
    color: white;
    border: none;
    font-size: 1rem;

}

.catering_container_img {
    
    width: 50%;
}
 
.catering_container_img {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.img_container {
    display: flex;
}

.catering_img {
    width: 50%;
    height: 50%;
    
}

.catering_img img {
    height: 16rem;
    width: 97%;
    object-fit: cover;
    border-radius: 10px;
}


/*FAQ SECTION*/

#faq_section {
    height: 100vh;
    background-color: rgb(252, 247, 240);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.faq_title {
    font-size: 3rem;
}

.faq_text {
    color: gray;
}


.faq_column_container 
{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 45%;
}

.faq_item {
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
    
}


/*CONTACT SECTION*/

#contact_section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_container {
    height: 50%;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.contact_in_title {
    color: white;
    width: 55%;
    height: 25rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-size: cover;
    background-position: center -100px;
    background-repeat: no-repeat;
    background-image: url('./assets/contactiimg.jpg');
}

.contact_address {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
}

.contact_address button {
    width: auto;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 10px;
    border: 1px solid gray;
    color: white;
    background-color: rgb(14, 12, 12);
    font-size: 1rem;
    cursor: pointer;
}


.contact_in_title h2 {
    padding-left: 6rem;
    font-size: 3rem;
}

.contact_out_title {
    padding-left: 6rem;
}

.contact_out_title h2 {
    font-size: 3rem;
    
}


/*FOOTER SECTION*/

.footer_logo,
.footer_nav li, 
.footer_icons div {
    cursor: pointer;
}

.footer_logo {
    color: white;
    font-size: 1.6rem;
}

footer{
    background-color: rgb(14, 12, 12);
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer nav {
    display: flex;
    gap: 6rem;
    color: rgba(255, 255, 255, 0.5);
}
.footer_nav {
    display: flex;
    gap: 2.5rem;
}

.footer_icons {
    display: flex;
    gap: 2rem;
}

.footer_nav_container {
    display: flex;
    justify-content: space-evenly;
    
}

.ftr_dir_icons img {
    height: 30px;
    background-color: white;
    width: auto;
    border-radius: 50px;
}

/*ARTICLE SECTION*/

#article_blogpost {
   display: flex;
    height: 50vh;
    background-color:rgb(14, 12, 12);
    color:  white;
}

.article_title_text {
    width:50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6rem;
    gap: 1rem;
}

.article_title_text h2 {
    font-size: 3rem;
}

.article_bg {
    background-image: url('./assets/articleimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -510px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50%;
    height: auto;
}


