@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'take_looksregular';
    src: url('assets/takelooks-webfont.woff2') format('woff2'),
        url('assets/takelooks-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
    isolation: isolate;
}

body,
html {
    min-height: 100vh;
    min-width: 100%;
    background: rgb(255, 184, 0);
    background: linear-gradient(180deg, rgba(255, 184, 0, 1) 0%, rgba(255, 146, 45, 1) 100%);
}

.subheading {
    font-family: 'take_looksregular';
    color: #fff;
    font-size: 37px;
    font-weight: normal;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    text-align: center;
    margin: 20px;
}

.highlight-text {
    color: #FFF500;
}

/* nav */
nav {
    background: #ff9e01;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
    height: 113px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    z-index: 2;
}

#logo-container>img {
    height: 95px;
}

#menu-items {
    list-style-type: none;
    color: #fff;
    display: flex;
    gap: 40px;
    font-family: 'take_looksregular';
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    font-size: 21px;
}

#menu-items a {
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
}

section {
    overflow: hidden;
}

/* gameplay section */
.section-background {
    background: rgb(255, 184, 0);
    background: linear-gradient(180deg, #FF8610 0%, #FF9C21 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-content {
    max-width: 1300px;
    text-align: center;
}

.heading {
    color: #FFF500;
    font-family: 'take_looksregular';
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    font-size: 78px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 690px) {
    nav {
        justify-content: center;
    }

    #menu-items {
        display: none;
    }
}

/* splash */
#splash {
    height: 100vh;
    width: 100%;
    display: block;
    top: 0;
    background: rgb(255, 184, 0);
    background: linear-gradient(180deg, #FFB701 0%, #FFB109 100%);
    box-sizing: border-box;
    padding-top: 113px;
    position: relative;
    overflow: hidden;
}

#splash-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 6vh;
}

#splash-text {
    text-align: center;
    margin-top: 7vh;
    font-size: 3.3vh;
}

#splash-image {
    height: 60vh;
    margin-right: 15vh;
}

#cook-background {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    background-image: url("assets/cook-background.png");
    background-repeat: repeat-x;
    mix-blend-mode: soft-light;
    background-size: auto 55vh;
    opacity: .5;
    background-position-y: 13vh;
}

@media screen and (max-width: 1400px) {
    #splash-text {
        margin-top: 14vh;
        font-size: 2.6vh;
    }

    #splash-image {
        height: 50vh;
        margin-right: 11vh;
        margin-top: 0vh;
    }
}

@media screen and (max-width: 1200px) {
    #splash {
        height: auto;
    }

    #cook-background {
        height: auto;
    }

    #splash-content {
        height: auto;
    }

    #cook-background {
        height: 90vw;
        background-size: auto 40vw;
        background-position: bottom;
    }

    #splash-text {
        margin: 0;
        margin-top: 10vh;
        max-width: 95vw;
        font-size: calc(12px + 2vw);
    }

    .subheading {
        font-size: calc(12px + 2vw);
    }

    #splash-image {
        height: auto;
        width: auto;
        max-width: 90vw;
        max-height: 90vh;
        margin: 0;
        padding-right: 13%;
    }

    .heading {
        font-size: calc(24px + 5vw);
    }
}

@media screen and (max-width: 800px) {
    #splash-text {
        font-size: calc(5vw);
        margin-top: 7vh;
    }

    #splash-text br{
        display: none;
    }

    .subheading {
        font-size: calc(5vw);
        margin: 12px;
    }

    /* Mobile video styles */
    .video-wrapper video {
        width: 200px;
        height: 355px;
    }

    .gameplay-video {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .video-wrapper video {
        width: 160px;
        height: 284px;
    }

    .video-wrapper {
        padding: 10px 12px;
    }

    .video-header > img {
        height: 85px;
    }

    .video-header > h3 {
        font-size: 32px;
    }
}


/* gameplay video */

.gameplay-video {
    display: inline-block;
    margin-top: 130px;
    margin-left: 15px;
    margin-right: 15px;
}

.video-wrapper {
    background-color: #D97F09;
    border-radius: 11px;
    padding: 15px 18px;
}

media-theme-instaplay, media-theme-demuxed-2022 {
    width: 256px;
    height: 455px;
    border-radius: 6px;
    overflow: hidden;
}

.video-wrapper video {
    width: 256px;
    height: 455px;
    border-radius: 6px;
    object-fit: cover;
    background-color: #000;
}

.video-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    z-index: 1;
    transform: translateY(-79%) translateX(-39px);
}

.video-header>img {
    height: 110px;
    position: relative;
    top: 20px;
}

.video-header>h3 {
    flex-grow: 1;
    color: #FFF500;
    font-family: 'take_looksregular';
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    font-size: 43px;
    font-weight: normal;
}

#prep-image {
    height: 94px;
    margin-left: 20px;
}

#cook-image {
    height: 70px;
    margin-left: 45px;
    margin-bottom: 25px;
}

#serve-image {
    height: 80px;
    margin-left: 45px;
    margin-bottom: 18px;
}

#content-section {
    margin-top: 125px;
}

.large-text {
    font-size: 72.24px;
    font-family: 'take_looksregular';
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    line-height: 97px;
}

.large-number {
    font-size: 90.31px;
}

@media screen and (max-width: 1200px) {
    .large-text {
        font-size: 6vw;
        line-height: 7.8vw;
    }

    .large-number {
        font-size: 7vw;
    }
}

#chef-section {
    position: relative;
}

#chef-section>img {
    padding-left: 5%;
    z-index: 1;
    position: relative;
}

#chef-background {
    position: absolute;
    background-image: url(assets/cook-background.png);
    background-repeat: repeat-x;
    mix-blend-mode: soft-light;
    opacity: .5;
    bottom: 0;
    left: -50vw;
    width: 250vw;
    height: 736px;
    z-index: 0;

}

@media screen and (max-width: 1200px) {
    #chef-section>img {
        padding: 0;
        margin-left: -8%;
    }

    #chef-background {
        height: 115%;
        background-size: 60%;
    }
}

@media screen and (max-width: 730px) {
    #chef-background {
        height: 120%;
        background-size: 60%;
    }
}

#map-container {
    display: flex;
    gap: 28px;
    margin: 40px;
    margin-top: 60px;
}

#map {
    background-image: url("assets/map/Group\ 148.png");
    background-size: cover;
    height: 488px;
    flex-grow: 1;
    border-radius: 11px;
    background-position: center;
}

#map-list {
    width: 392px;
}

#map-item {
    background: #D97F09;
    border-radius: 11px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

#map-item>img {
    width: 60px;
    margin-top: 8px;
}

#map-item-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}

#map-item-heading {
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 26px;
    font-weight: normal;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    line-height: 119%;
}

#map-item-address {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}


#map-more-locations {
    background: #D97F09;
    border-radius: 11px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-family: 'take_looksregular';
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 900px) {
    #map-container {
        flex-direction: column;
    }

    #map {
        height: 350px;
    }


    #map-list {
        width: 100%;
    }

    #map-item > img {
        margin-top: 0;
        width: 48px;
    }
}

@media screen and (max-width: 650px) {
    #map-item-heading{
        font-size: 20px;
    }
}

.contact{
    color: #fff;
    font-family: 'take_looksregular';
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
    font-size: 24px;
    display: none; /* Initially hidden */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.contact.show {
    display: block;
    opacity: 1;
}

.contact a{
    color: #fff !important;
}

/* Contact Form Styles */
form {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

form label {
    display: block;
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

form label:first-of-type {
    margin-top: 0;
}

form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(255, 245, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
    outline: none;
    border-color: #FFF500;
    box-shadow: 0 0 10px rgba(255, 245, 0, 0.4);
    background: rgba(255, 255, 255, 1);
}

form textarea {
    resize: vertical;
    min-height: 120px;
    font-family: 'Roboto', sans-serif;
}

form button.enquire-button {
    width: 100%;
    margin-top: 30px;
    padding: 18px 30px;
    font-size: 24px;
    background-color: #ff8800;
    color: #fff;
    font-family: 'take_looksregular';
    border: 3px solid #fff500;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

form button.enquire-button:hover {
    background-color: #ff6600;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    border-color: #ffff00;
}

form button.enquire-button:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Form placeholder styles */
form input::placeholder,
form textarea::placeholder {
    color: #666;
    opacity: 0.8;
}

footer{
    margin-top: 60px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

footer a {
    color: #fff !important;
}

/* animations */
        /* ----------------------------------------------
        * Generated by Animista on 2023-4-18 10:0:16
        * Licensed under FreeBSD License.
        * See http://animista.net/license for more info. 
        * w: http://animista.net, t: @cssanimista
        * ---------------------------------------------- */
       .puff-in-hor {
        -webkit-animation: puff-in-hor .5s cubic-bezier(.47, 0.000, .745, .715) .2s both;
        animation: puff-in-hor .5s cubic-bezier(.47, 0.000, .745, .715) .2s both
    }
    
    @-webkit-keyframes puff-in-hor {
        0% {
            -webkit-transform: scaleX(2);
            transform: scaleX(2);
            -webkit-filter: blur(4px);
            filter: blur(4px);
            opacity: 0
        }
        
        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1
        }
    }
    
    @keyframes puff-in-hor {
        0% {
            -webkit-transform: scaleX(2);
            transform: scaleX(2);
            -webkit-filter: blur(4px);
            filter: blur(4px);
            opacity: 0
        }
        
        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1
        }
    }

/* Gallery Styles */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
    padding: 0 20px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Responsive gallery */
@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 30px 0;
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
        padding: 0 10px;
    }
}

/* Why Chef it Up Section Styles */
.why-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Features List Styles */
.why-features-list {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.features-heading {
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.feature-item {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 4px solid #FFF500;
    transition: transform 0.2s ease, background-color 0.2s ease;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: rgba(146, 41, 0, 0.322);
}

.feature-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.feature-item::before {
    content: "★";
    color: #FFF500;
    font-size: 18px;
    margin-right: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.why-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.benefit-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.benefit-title {
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 28px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.benefit-text {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.quotes-section {
    margin-bottom: 50px;
}

.quotes-heading {
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.quote-item {
    background: rgba(255, 255, 255, 0.15);
    margin: 25px 0;
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.quote-text {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.quote-text::before {
    content: '"';
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.quote-text::after {
    content: '"';
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.quote-source {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #FFF;
}

.call-to-action {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 245, 0, 0.3);
}

.cta-text {
    color: #FFF500;
    font-family: 'take_looksregular';
    font-size: 32px;
    margin-bottom: 15px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.cta-subtext {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.enquire-button {
    background-color: #ff8800;
    color: #fff;
    font-family: 'take_looksregular';
    font-size: 30px;
    padding: 30px 100px;
    border: none;
    border: 7px solid #fff500;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.5s ease-in-out;
    opacity: 1;
}

.enquire-button:hover {
    background-color: #ff6600;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.enquire-button.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Responsive adjustments for Why section */
@media screen and (max-width: 768px) {
    .why-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .benefit-item {
        padding: 20px;
    }
    
    .benefit-title {
        font-size: 24px;
    }
    
    .features-heading {
        font-size: 30px;
    }
    
    .features-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .feature-item {
        font-size: 15px;
        padding: 12px 16px;
    }
    
    .quotes-heading {
        font-size: 36px;
    }
    
    /* Tablet form styles */
    form {
        margin: 30px auto;
        padding: 30px 25px;
    }
    
    form label {
        font-size: 18px;
    }
    
    form button.enquire-button {
        font-size: 22px;
        padding: 16px 28px;
    }
    
    .quote-text {
        font-size: 16px;
    }
    
    .cta-text {
        font-size: 28px;
    }
    
    .cta-subtext {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .why-section {
        padding: 10px;
    }
    
    .benefit-title {
        font-size: 22px;
    }
    
    .benefit-text {
        font-size: 14px;
    }
    
    .why-features-list {
        padding: 25px 20px;
    }
    
    .features-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .feature-item {
        font-size: 14px;
        padding: 10px 14px;
    }
    
    /* Mobile form styles */
    form {
        margin: 20px auto;
        padding: 25px 20px;
    }
    
    form label {
        font-size: 18px;
        margin-top: 15px;
    }
    
    form input[type="text"],
    form input[type="email"],
    form textarea {
        padding: 12px;
        font-size: 16px;
    }
    
    form button.enquire-button {
        padding: 15px 25px;
        font-size: 20px;
        margin-top: 25px;
    }
    
    .quotes-heading {
        font-size: 30px;
    }
    
    .quote-item {
        padding: 20px;
    }
    
    .call-to-action {
        padding: 30px 20px;
    }
    
    .cta-text {
        font-size: 24px;
    }
}