@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
}

body::-webkit-scrollbar {
    display: none;
}

/* Background Video */
.background-video {
    position: absolute;
    top: -150px; /* Moved up by 50px */
    left: 0;
    width: 100%;
    height: calc(100% + 50px); /* Increased height to compensate for top offset */
    object-fit: cover;
    z-index: -1;
    filter: brightness(80%); /* Adjust for overlay effect */
}

/* Main */
.main {
    position: relative;
    height: 150vh;
    width: 100vw;
    overflow: hidden;
}


.main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 70%,
            rgb(0, 0, 0));
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    padding-left: 45%;
    z-index: 99;
}

.navbar a {
    color: #d1d0d0;
    text-decoration: none;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    position: sticky;
    z-index: 99;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* Hero Section */
.hero-section {
    margin-left: 475px;
    margin-top: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 99;
}

.hero-text h1 {
    font-family: "Playfair Display", serif;
    font-size: 100px;
    font-weight: 100;
    color: #c1c1c1;
    line-height: 1;
    
}

.hero-text h1 span {
    font-family: "Dynalight", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.divider1 {
    position: relative;
    margin-top: -350px;
    margin-left: 150px;
    border-top: 1px dotted #ffffff;
    width: 80%;
    z-index: 101;
}

.hero-image {
    background-image: url("Assests/Images/Hero Image.png");
    margin-top: -425px;
    margin-left: 550px;
    width: 700px;
    height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 100;
}

/* About Section */

.about-section {
    position: relative;
    margin-left: 200px;
    margin-top: 100px;
    display: flex;
    gap: 15px;
}

.about-section .about-image {
    background-image: url("Assests/Images/Section\ 0\ image.png");
    background-size: cover;
    background-position: center;
    width: 500px;
    height: 650px;
}

.about-section .about-text {
    margin-top: 200px;
    margin-left: 100px;
    max-width: 500px;
}

.about-section .about-text h2 {
    font-family: "Edu AU VIC WA NT Pre", cursive;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-section .about-text p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #cccccc;
}

.divider2 {
    position: relative;
    margin-top: 100px;
    margin-left: 150px;
    border-top: 2px dotted #ffffff;
    width: 80%;
    z-index: 101;
}

/* SVG Section */

.svg {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.svg img {     
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.svg img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.svg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.first-text {
    font-family: "Oswald", sans-serif;  
    font-size: 35px;
    line-height: 1.6;
    color: #cccccc;
    font-weight: bold;
}

.second-text {
    font-family: "Lora", serif;
    font-size: 35px;
    font-weight: 100;
    color: #cccccc;
}

/* Divider 3 */

.divider3 {
    position: relative;
    margin-top: 100px;
    margin-left: 150px;
    margin-bottom: 100px;
    border-top: 2px dotted #ffffff;
    width: 80%;
    z-index: 101;
}

/* Section 2 */

.why-ratatouille {
    margin-left: 200px;
    margin-top: 100px;
}

.dish-image {
    margin-left: 500px;
    margin-top: -500px;
    background-image: url('Assests/Images/Section\ 2\ image.png');
    background-size: cover;
    background-position: center;
    width: 680px;
    height: 500px;   
}

.why-ratatouille h3 {
    margin-left: 20px; 
    font-size: 20px;
    font-weight: 100;
    color: #cccccc;
}

.why-ratatouille-buttons {
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    gap: 10px;
    margin-top: 10px;

}

.button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
}

.button.active {
    background-color: #ffffff;
    color: #000000;
}

.flavor-text {
    margin-top: 30px;
    margin-left: 20px;
}

.flavor-text h2 {
    font-family: "Chonburi", serif;
    font-size: 45px;
    color: #ffffff;
    font-weight: 100;
}

.flavor-text h1 {
    margin-top: -50px;
    font-family: "Birthstone", serif;
    font-size: 120px;
    color: #ffffff;
    font-weight: 100;
}

.flavor-text p {
    margin-top: -20px;
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
}

.order-button {
    margin-top: 20px;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #666666;
    color: #ffffff;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}


.divider4 {
    position: relative;
    margin-top: 100px;
    margin-left: 150px;
    margin-bottom: 100px;
    border-top: 2px dotted #ffffff;
    width: 80%;
    z-index: 101;
}

/* Marquee Container */
.image-marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    background-color: #000; /* Adjust as needed */
}

/* Marquee Content */
.marquee-content {
    display: flex;
    gap: 100px;
    animation: marquee 20s linear infinite;
}

/* Adjust marquee speed and looping effect */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Image Styling */
.image-marquee img {
    height: 300px; /* Adjust as needed */
    width: 300px;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.image-marquee img:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}

footer {
    background: linear-gradient(to bottom, #000000, #1a1a1a);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.logo-footer {
    margin-top: 50px;
    margin-left: 95px;
    font-family: "Playfair Display SC", serif;
    font-size: 100px;
    font-weight: 100;
    color: #b5b5b5;
    transition: color 0.3s ease;
}

.logo-footer:hover {
    color: #ffffff;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    margin: 50px 100px;
    flex-wrap: wrap;
}

.footer-section {
    margin: 20px;
    min-width: 250px;
}

.footer-section h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-section p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a {
    color: #cccccc;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px dotted #666666;
    margin: 0 100px;
}

.footer-bottom p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    color: #929191;
}
