/*imports*/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
/*variables */

* {
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
::selection {
    background-color: var(--color-6);
}
:root {
    --color-1:#1f3d3a;
    --color-2:#0f2a28;
    --color-3:#2b2b2b;
    --color-4:#e7dccb;
    --color-5:#f6f3ee;
    --color-6:#d52b1e;
    --color-7:#1b4d45;
}
body {
    background-color: var(--color-1);
    width: 100%;
    height: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.headerWrapper {
    max-width: 1300px;
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5em;
    justify-content: space-between;
    pointer-events: all;
    z-index: 1;
}
.headerLogoWrapper {
    display: flex;
    position: relative;
    flex: 2;
}
.logoHeader {
    height: 100%;
    aspect-ratio: 1/1;
    
}
.headerNav {
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 1em;
    flex: 3;
    justify-content: center;
    align-items: center;
    
    color: var(--color-4);
}
.navElt {
    font-weight: 700;
    font-family: "League Spartan",sans-serif;
    position: relative;
}
.navElt::after {
    content: "";
    width: 100%;
    height: .15em;
    position: absolute;
    bottom: -.2em;
    left: 0;
    transform: scaleX(0);
    background-color: var(--color-5);
    transition: all .15s ease-in-out;
    transform-origin: center;
}
.navElt:hover {
    transform: translateY(-1px);
    cursor: pointer;
    color: var(--color-5);
}
.navElt:hover::after {
    transform: scaleX(1);
}
.toggleThemeWrapper {
    flex: 2;
    display: flex;
    justify-content: right;
    align-items: center;
}
.toggleThemeWrapper > .logo {
    margin-right: 2em;
    stroke: var(--color-4);
    fill: var(--color-4);
    scale: 1.1;
}

.heroSection {
    max-width: 1300px;
    width: 100%;
    height: 100dvh;
    position: relative;
    font-family: "League Spartan", sans-serif;
}

.restTitleWrapper {
    margin:auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    gap: .5em;
    z-index: 2;
    
}
.restTitle {
    color: var(--color-4);
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 5em;    
    line-height: 1.6ch;
    text-shadow: 0px 5px 5px rgba(0,0,0,.5);

}
.descTitle {
    color: var(--color-5);
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: .75px;
}

.sideWrapper {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    top: 50vh;
    left: 5vw;
    gap: .5em;
    
}
.sideWrapper > .sideItem {
    background-color: var(--color-2);
    padding: .5em .75em;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;  
    align-items: center;
    color: var(--color-5);
    gap: .5em;
    font-weight: 800;
    font-size: 1em;
    width: fit-content;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
}
.sideItem > span {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .25em;
}

.sideItemRight {
    position: absolute;
    width: 15em;
    height: 4em;
    background-color: var(--color-2);
    right: 5vw;
    top: 50vh;
    padding: .5em;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1em;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
}
.flagRed {
    height: 90%;
    background-color: var(--color-6);
    aspect-ratio: 16/11;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flagWhite1, .flagWhite2 {
    height: 80%;
    width:.6em;
    background-color: var(--color-5);
    position: absolute;
}
.flagWhite2 {
    transform: rotate(90deg);
}
.swissBrand {
    color: var(--color-5);
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 1.2em;
    margin-top: .25em;

}
.mountainSvg {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    z-index: 1;
    width: 100%;
    transform: translateY(10vh);
}
.scrollContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5em;
    height: 5em;
    position: absolute;
    bottom: 2dvh;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.scrollContainer:hover {
    cursor: pointer;
}
.scrollContainer:hover > span, .scrollContainer:hover > .scrollBox {
    animation-play-state: paused;
    color: var(--color-6);
    opacity: 1;
}
.scrollContainer > span {
    color: var(--color-5);
    opacity: .6;
    animation: scrollBox 1s infinite alternate;
    transition: all .15s ease-in-out;

}
.scrollBox {
    width: 2px ;
    height: 2.5em;
    opacity: .6;
    border-radius: 5px;
    background-image: linear-gradient(transparent, var(--color-5));
    animation: scrollBox 1s infinite alternate;
}


/*resume section (no2)*/
.resumeSection {
    max-width: 1300px;
    height: auto;
    background-color: var(--color-7);
    width: 100%;
    transform: translateY(-1px);
    position: relative;
    padding: 3.5em 2em 1em 2em;
    box-sizing: border-box;
    gap: 3em;
    display: flex;
    flex-direction: column;
}
.resumeSection::before {
    height: 3vh;
    background-color: var(--color-7);
    position: absolute;
    content: "";
    top:-3vh;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    animation:popIn 1s 1.75s forwards;
}
.upperPart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3em;
}
.lowerPart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3em;
}
.imgCard {
    position: relative;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
    border-radius: 10px;
}
.imgCard::after {
    content: "";
    position: absolute;
    background-color:transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all .1s ease-in-out;
}
.imgCard:hover::after {
    backdrop-filter: blur(10px);
    cursor: pointer;
    filter: brightness(.7);
}
.imgCard > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.imgCard > .buttonFooter {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.imgCard:hover > .buttonFooter {
    opacity: 1;
    pointer-events: all;
}
.imgCard > .buttonFooter:hover {
    transform: translate(-50%,-55%);
}
.card {
    background-color: var(--color-4);
    box-sizing: border-box;
    position: relative;
    padding: 1.5em;
    border-radius: 10px;
    gap: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
}
.tablerIcon > svg {
    fill: var(--color-3);
}
.tablerIconFooter > svg {
    fill: none;
}
.cardHeader {
    display: flex;
    justify-content: space-between;
}
.cardTitle {
    font-family: "League Spartan", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: var(--color-3);
}
.cardContent > p {
    font-size: 1.1em;
    text-align: left;
    font-family: "Libre Baskerville", serif;
    color: var(--color-3);
    
}
.cardContent > p > span {
    color: var(--color-6);
    font-weight: bold;
}


.buttonFooter {
    background-color: var(--color-1);
    display: flex;
    width: fit-content;
    height: 3em;
    box-sizing: border-box;
    padding: .5em 1em;
    justify-content: space-between;
    align-items: center;
    gap: .5em;
    font-family: "League Spartan", sans-serif;
    font-weight: 800;
    text-decoration: none;
    color: var(--color-4);
    border-radius: 10px;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
    transition: all .15s ease-in-out;
    &:hover {
        transform: translateY(-2px);
        box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.3) ;
        background-color: var(--color-7);
    }
}

.buttonFooter > .text {
    margin-top: .25em;
}
.buttonFooter > .tablerIconFooter {
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*footer Section*/

.footerSection {
    height: 75vh;
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 4em;
    padding-bottom: 2em;
    background-color: var(--color-7);
    transform: translateY(-1px);
}
.bonAppetitTitle {
    font-family:"League Spartan", sans-serif; 
    color: var(--color-3);
    font-size: 4em;
    opacity: .8;
}

.footerContainer {
    width: 95%;
    height: 27em;
    background-color: var(--color-4);
    margin-top: auto;
    border-radius: 30px;
    padding: 2em 1.5em;
    gap: 1em;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.leftPartHeader {
    display: flex;
    justify-content: space-between;
}
.leftPartHeader > h2 {
    font-weight: 700;
    font-size: 1.7em;
}
.emplacementTitle {
    margin-right: 4vw;
}
.leftPartMain {
    display: flex;
    flex-direction: column;
    gap: .25em;
    height: 100%;
    width: 30%;
}
.phoneDiv, .orderType {
    background-color: #2b2b2b;
    display: inline-block;
    width: fit-content;
    color: var(--color-4);
    padding: .5em 1em;
    border-radius: 10px;
    font-weight: 700;
}
.scheduleContainer {
    background-color: var(--color-3);
    border-radius: 15px;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: .5em;
    margin-top: auto;
}
.scheduleWrapper {
    display: flex;
    justify-content: space-between;
}
.scheduleLabel {
    color: var(--color-4);
    font-size: 1.3em;
    font-weight: 800;
}
.mondayWednesday, .thursdaySaturday, .sunday {
    gap: .2em;
    display: flex;
    flex-direction: column;
}
.mondayWednesday > .timeTitle, .thursdaySaturday > .timeTitle, .sunday > .timeTitle, .logoTimetable > svg {
    color: var(--color-5);
    stroke: var(--color-4);
    font-size: 1em;
}
.logoTimetable {
    display: flex;
    justify-content: center;
}
.logoTimetable > svg {
    width: 2.5em;
    height: 2.5em;
}
.scheduleWrapper > .right, .scheduleWrapper > .left {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.mondayWednesday > .time, .thursdaySaturday > .time, .sunday > .time {
    color: var(--color-5);
    font-family: "Libre Baskerville", serif;
    font-size: .8em;

}
.centerContainer {
    display: flex;
    flex-direction: column;
    background-color: var(--color-3);
    border-radius: 15px;
    padding: 1em;
    height: 100%;
    width: 30%;
    margin-top: auto;
    box-sizing: border-box;
}
.ourNetworksContainer {
    display: flex;
    flex-direction: column;
}
.ourNetworksTitle {
    color: var(--color-4);
    font-size: 1.1em;
    font-weight: 700;
}
.ourNetworksDesc {
    color: var(--color-5);
    font-size: 1.1em;
    font-weight: 600;
    margin-top: .5em;
}
.instagramContainer,.facebookContainer,.googleReviewContainer {
    background-color: var(--color-1);
    border-radius: 50px;
    padding: .5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5em;
    padding-right: 1em;
    box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.2) ;
    transition: box-shadow .15s ease-in-out, background-color .15s ease-in-out;
    &:hover {
        box-shadow: 5px 7px 8.5px 0 rgba(0,0,0,.3) ;
        background-color: var(--color-7);
        cursor: pointer;
    }

}


.instagramContainer > img,.facebookContainer > img {
    height: 100%;
    border-radius: 25px;
}
.instagramSpan,.facebookSpan, .googleReviewSpan  {
    color: var(--color-5);
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 600;

}
.orContainer {
    margin: .5em auto;
    color: var(--color-4);
    font-weight: 800;
}
.googleReviewContainer {
    margin: 0;
}
.googleReviewContainer > svg {
    width: 3em;
    height: 3em;
}
.footerContainer > .container {
    display: flex;
    flex-direction: column;
    gap: .5em;
    width: 100%;
    font-family:"League Spartan", sans-serif; 

}
.wrap {
    display: flex;
    height: 100%;
    gap: 1em;
    width: 100%;
}
.maps {
    height: 100%;
    width:40%;
}
.maps > a > iframe {
    border-radius: 15px;
    border: none;
    height: 100%;
    width: 100%;
}
.rights  {
    width: 90%;
    display: flex;
    justify-content: space-between;
    font-family:"League Spartan", sans-serif;
    margin-top: .5em; 
    color: var(--color-5);
    font-weight: 600;
}
.author {
    color: #ff7f11;
    transition: all .15s ease-in-out;
    text-decoration: none;
    &:hover {
        cursor: pointer;
        filter: brightness(.85);
        transform: translateY(-2px);
    }
    
}
@keyframes popIn {
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}
@keyframes scrollBox {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}
@media screen and (min-width:1300px) {
    body {
        background-color: var(--color-7);
    }
}