@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display&display=swap');

* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    cursor: default;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
}

/* section one of the webpage, consists of header and website title */
.sectionOne {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.backgroundImage {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.1);
}

header { /* Header section of the website */
    background-color: #000;
    height: 4.25rem;
    opacity: 88%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navButtons {
    font-family: 'Montseratt', sans-serif;
    display: flex;
    list-style: none;
    gap: 4rem;
    padding: 0;
    margin: 0;
    color: #fdf0d5;
    right: 0;
    margin-right: 12rem;
    cursor: pointer;
}

li a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

li:hover {
    text-decoration: underline;
}

.logo {
    margin-left: 14rem;
    position: absolute;
    background-color: #fdf0d5;
    width: 10.0625rem;
    height: 10.875rem;
    opacity: 1;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img { /* End of header section of the website */
    width: 103px;
    height: 99px;
}

/* Website title and welcoming statement styling section */
.websiteTitle {
    width: 80rem;
    position: absolute;
    color: #fdf0d5;
    text-align: center;
    line-height: 4rem;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.websiteTitle p:nth-child(1) {
    font-family: 'Montseratt', sans-serif;
    font-size: 4rem;
    letter-spacing: 2rem;
    font-weight: 100;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.websiteTitle p:nth-child(2) {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

/* Dish Images design */
.dishImageOne {
    width: 386px;
    height: 273px;
    position: absolute;
    right: 14rem;
    top: 2rem;
    z-index: -1;
}

.dishImageTwo {
    width: 297px;
    height: 294px;
    position: absolute;
    left: 4rem;
    top: 14rem;
    z-index: -1;
    filte
}

.dishImageThree {
    width: 444px;
    height: 314px;
    position: absolute;
    right: -8rem;
    top: 20rem;
}

.dishImageFour {
    width: 837.94px;
    height: 609.41px;
    position: absolute;
    margin-top: 24rem;
    margin-left: 32rem;
    transform: rotate(4deg);
}

.utensilImage {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rugImage {
    position: absolute;
    margin-left: 22rem;
    margin-top: 30rem;
    z-index: -1;
    width: 576px;
    height: 486px;
}
/* End of Section One Syles */


/* Starting point of Section Two Styles */
.sectionTwo {
    height: 140vh;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.sectionTwo .backgroundImageSectionTwo {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.2);
    background-color: rgba(0, 0, 0, 1);
}

/* Signature dishes styling section */
.signatureDishContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding: 2rem;
    flex-wrap: wrap;
    margin-top: 25rem;
}

.imgContainer {
    position: relative;
    width: 32rem;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(48%);
    transform: scale(1);
}

.imgContainer:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.imgContainer img {
    width: 32rem;
    height: auto;
    display: block;
}

.imgContainer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.cardText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: white;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap; 
    z-index: 1;
}

.cardImageTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    margin: 0;
}

.dishDescription {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin: 0;
}

.cardImageTitle,
.dishDescription {
    display: flex;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1 1 100%;
}
/* End of Section 2 styles */


/* Starting point of section 3 styling */
.sectionThree {
    height: 100vh;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.sectionThree .backgroundImageSectionThree {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.briefOverviewStatement {
    position: absolute;
    color: #fdf0d5;
    width: 48rem;
    height: 19.875rem;
    margin-top: 4rem;
    margin-left: 8rem;
}

.briefOverviewStatement p:nth-child(1) {
    font-family: 'Montseratt', sans-serif;
    font-size: 5rem;
    color: #000;
}

.briefOverviewStatement p:nth-child(2) {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    margin-top: 6rem;
    color: #000;
}
/* End of Section Four Styling */


/* Starting point of Section 4 Styling */
.sectionFour {
    height: 100vh;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.backgroundImageSectionFour {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.1);
}

/* Grills designing section */
.grillsDesignContainer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grillsDesignContainer img {
    height: 54rem;
    width: auto;
} 

.grillsDesignContainer img:nth-child(2) {
    margin-left: 40rem;
}

.closingStatement {
    position: absolute;
    color: #fdf0d5;
    margin-left: 50rem;
    top: 16rem;
    font-size: 4rem;
    font-family: 'Montserrat', sans-serif;
    width: 32.5rem;
    height: 25.5rem;
}

.closingStatement p {
    font-weight: 100;
}

.closingStatement b {
    font-weight: 900;
    color: #EA2F14;
}

/* Food and chopstick designing section */
.footerDishImg {
    position: absolute;
    margin-top: -47rem;
    margin-left: 16rem;
    z-index: 1;
    width: 32rem;
    height: auto;
}

.chopstickImg {
    position: absolute;
    margin-top: -52rem;
    margin-left: 22rem;
    height: 46rem;
}
/* End of Section 4 styling */


/* Styling for footer section of the 1st page */
.landingPageFooter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
    background-color: #000;
    height: 10rem;
    color: #fdf0d5;
    cursor: default;
}

.siteInformation > div {
    min-width: 200px;
}

.siteInformation {
    font-family: 'Montseratt', sans-serif;
    display: flex;
    flex: 3;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-right: 12rem;
    margin-left: 22rem;
}

.lightModeLogo {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 8rem;
    margin-top: 2rem;
}

.lightModeLogo img {
    width: 6rem;             /* Adjust as needed */
    height: auto;
}

.logoText {
    text-align: center;
    line-height: 1.4;
}

.logoText p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}