* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 26px;
    font-family: "Work Sans", sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

:root {
    --color1: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
    --color2: rgb(214, 39, 16);
}

body {
    height: 100vh;
    position: relative;
    background-color: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    background-color: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.background-hero-img {
    width: 100%;
    height: 100%;
}

.background-hero-img::before {
    content: " ";
    height: 100%;
    width: 100%;
    background-image: url(Hero_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.94;
    z-index: -1;
}

#top-navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 48px !important;
    width: 100vw;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    padding-left: 3em;
    padding-right: 3em;
    height: 116px;
}

.navbar-wrapper {
    width: 100vw;
    background-color: rgb(166 166 166 / 0.54);
}

.logo-link {
    pointer-events: none;
}

.logo {
    width: 100px;
    height: 100px;
    scale: 2;
    pointer-events: auto;
}

a {
    flex-grow: 1;
    color: #000;
}

#top-navbar #top-nav-links {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-grow: 1;
    font-size: 26px;
    font-weight: 500;
    min-width: 400px;

}

.linksy {
    transform: translate(7px, -11px);
    padding-top: 5px;
}

#top-nav-links * {
    font-family: Madefor-Text-MediumBold, Madefor, sans-serif !important;
    font-weight: 200 !important;
    font-size: 26px;
    color: #211e1e;
}

#top-navbar #top-nav-links a {
    text-decoration: none;
}

#hero-text {
    color: #fff;
    font-size: 3.5em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 740px;
}

.overall-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.text-img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 5em;
    gap: 15px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.text-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
}

.text-btn-wrapper1 {
    margin-right: 15%;
    max-width: 650px;
    margin-top: -70px;
}

.subtitle-underline {
    margin-bottom: 20px;
}

.subtitle {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}

.subtitle:nth-of-type(1) {
    position: relative;
}

.curved-line {
    margin-top: -20px;
    margin-left: 42%;
}

.subtext:nth-of-type(1) {
    max-width: 640px;
    font-size: 24px;
    text-align: center;
}

.backlava {
    width: 28vw;
    position: relative;
    max-width: 450px;
    min-width: 300px;
    margin-right: 50px;
    margin-top: -40px;
    box-shadow: 0 0 3px 1px #b12828;
    border-radius: 48%;
}

.button {
    text-decoration: none;
    padding: 30px;
    color: #000;
    border-radius: 10px;
    margin-top: 7px;
    box-shadow: 0 3px 5px #3ba03b;
    border: none;
    background-image: linear-gradient(120deg, #baf334 0%, #78e787 100%);
}

.button:hover {
    box-shadow: 0 3px 3px #3ba03b;
}

.button:active {
    box-shadow: 0 3px 1px #3ba03b;
}

.backlava-pistachio-wrapper {
    position: relative;
}

.pistachio {
    position: absolute;
    left: 85%;
    top: 83%;
    scale: 1.1;
}

.icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    transform: translate(-10%, 0%);
}

.icons p {
    display: inline;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-grow: 1;
}

.icon {
    width: 60px;
    height: 60px;
    background-color: #fdfbfb;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 3px 1px #000;
}

.text-img-wrapper:nth-of-type(2) {
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
}

.text-btn-wrapper2 {
    align-self: stretch;
    margin-left: 5%;
}

.subtitle2 {
    max-width: 800px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    margin-top: 5px;
}

.subtext2 {
    max-width: 660px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.mix-box-img {
    width: 30vw;
    max-width: 500px;
    min-width: 340px;
    border-radius: 5px;
}

.dishes-display {
    margin-top: 5em;
    padding: 15px 0 30px;
    background-color: #d4af37;
}

.dishes-display h1 {
    text-align: center;
    font-size: 33px;
}

.dishes-display p {
    text-align: center;
}

.dishes-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    gap: 10px;
}

.dish-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
    flex-grow: 1;
    max-width: 350px;
    transition: all 0.2s;
}

.dish-container:hover {
    scale: 1.1;
}

.dish {
    width: 300px;
}

a:hover {
    color: #222020;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2.5em;
}

.carousel {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    height: 100%;
    width: 500%;
    flex-shrink: 0;
    transition: all 0.5s;
}

.slider section {
    flex-basis: 20%;
    width: 20%;
    flex-shrink: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    margin-bottom: 20px;
}

.review-text {
    max-width: 80%;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}

.review-icon {
    width: 80px;
}

.img-review {
    width: 40%;
    border-radius: 10px;
    min-width: 200px;
}

#no-img-review {
    margin-top: 50px;
}

.arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    scale: 1.3;
    background-color: #66a6ff;
    padding: 10px;
    border-radius: 50%;
}

.left {
    left: 4%;
    box-shadow: -1px 1px 3px 0;
}

.right {
    right: 4%;
    box-shadow: 1px 1px 3px 0;
}

.dots-page {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.dot {
    border: 2px solid grey;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.auto-rotate {
    animation: autoRotate both;
    animation-timeline: view(40% 30%);
}

@keyframes autoRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

.hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.hidden.show {
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav {
    display: none;
}

.mobile-nav input {
    position: absolute;
    width: 30px;
    height: 25px;
    opacity: 0;
    transform: translate(-5%, -10%);
    z-index: 6;
    cursor: pointer;
}

.mobile-nav #mobile-menu {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: -0.2vw;
    top: 0vh;
    background-color: #66a6ff;
    transform: translate(100%, 0%);
    transition: transform 0.5s;
    z-index: 3;
}

#mobile-menu li a {
    font-size: 27px !important;
}

#mobile-checkbox:checked~#mobile-menu {
    display: block !important;
    transform: translate(0%, 0%);
    transform-origin: 0% 0%;
}

.mobile-nav span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 7px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 5;
    transform-origin: 5px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.mobile-nav span:first-child {
    transform-origin: 0% 0%;
}

.mobile-nav span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.mobile-nav input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, -1px);
    background: #36383f;
}

.mobile-nav input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-nav input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(2px, -1px);
}

.mobile-nav input:checked~body {
    overflow-x: hidden;
}

#mobile-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#mobile-menu ul li {
    list-style-type: none;
    margin-bottom: 10%;
}

#mobile-menu ul li a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
}

h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 0 5px 0;
}

h3:before {
    content: "";
    background: rgb(255 255 255 / 0.1);
    bottom: -4px;
    width: 25%;
    height: 1px;
    left: 0;
    position: absolute;
}

.back {
    padding: 50px 0 150px 0;
}

.color-1 {
    background: #353535;
}

.color-2 {
    background: #353535;
}

.color-3 {
    background: #353535;
}

.color-4 {
    background: #353535;
}

.color-5 {
    background: #353535;
}

.color-6 {
    background: #353535;
}

.color-7 {
    background: #353535;
}

.color-8 {
    background: #353535;
}

.color-9 {
    background: #353535;
}

.color-10 {
    background: #353535;
}

.menu a {
    position: relative;
    text-decoration: none;
}

.SMN_effect-33 a:before,
.SMN_effect-33 a:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    background: rgb(255 255 255 / 0.8);
    content: "";
    position: absolute;
}

.SMN_effect-33 a:before {
    top: -webkit-calc(110% - 0.25em);
    top: calc(110% - 0.25em);
    left: -webkit-calc(50% - 0.3em);
    left: calc(50% - 0.3em);
    width: 0.6em;
    height: 0.6em;
    border-radius: 1.2em;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.SMN_effect-33 a:after {
    top: 110%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.SMN_effect-33 a:hover:before {
    webkit-transform: scale(1);
    transform: scale(1.2);
}

.SMN_effect-33 a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1.2);
}

ul {
    text-align: center;
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider {
    transition: transform 0.5s ease-in-out;
}

.overall-container-review {
    background-color: beige;
}

@media only screen and (max-width: 1420px) {
    * {
        font-size: 23px;
    }

    .text-btn-wrapper1 {
        margin-right: 8%;
    }

    .text-img-wrapper {
        gap: 3%;
    }

    .mix-box-img {
        padding-left: 2%;
    }

    .text-btn-wrapper2 {
        max-width: 700px;
        margin-left: 0%;
    }

    .container {
        width: 90vw;
    }

    #top-navbar a {
        font-size: 1.2rem;
    }

    .subtext:nth-of-type(1) {
        max-width: 550px;
    }
}

@media only screen and (min-width: 1421px) {
    .container {
        min-width: 1300px;
    }
}

@media only screen and (max-width: 1253px) {
    .subtitle {
        font-size: 37px;
    }

    .subtext {
        font-size: 20px !important;
    }

    .subtitle2 {
        font-size: 32px;
    }

    .subtext2 {
        font-size: 20px;
        max-width: 550px;
    }

    .review-text {
        font-size: 20px;
    }

    .subtext:nth-of-typ(1) {
        font-size: 21px;
    }

    .text-btn-wrapper2 {
        max-width: 630px;
    }

    .text-btn-wrapper1 {
        margin-right: 6%;
    }

    .pistachio {
        width: 10vw;
        right: 0.1vw;
    }

    .curved-line {
        margin-top: -10%;
        margin-left: 53%;
        width: 200px;
        margin-bottom: 14px;
    }

    .dishes-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        gap: 3%;
    }

    * {
        font-size: 20px;
    }

    .deishes-wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        gap: 3%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .dish {
        width: 25vw;
        min-width: 220px;
    }
}

@media only screen and (max-width: 1000px) {
    .text-btn-wrapper2 {
        margin-right: 1%;
    }

    .subtitle2 {
        max-width: 561px;
    }

    .subtext:nth-of-type(1) {
        margin-left: 15px;
        max-width: 500px;
    }

    .subtitle1 {
        margin-left: 15px;
    }

    * {
        font-size: 19px;
    }

    button.button {
        max-width: 220px;
        height: 85px;
        padding: 10px;
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 899px) {
    .subtext:nth-of-type(1) {
        font-size: 20px;
    }

    .subtext2 {
        font-size: 20px;
    }

    .review-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 875px) {
    * {
        font-size: 17px;
    }

    #top-navbar a {
        font-size: 22.4px !important;
    }

    .subtitle1 {
        font-size: 33px;
    }

    .subtext:nth-of-type(1) {
        max-width: 455px;
    }

    .text-btn-wrapper1 {
        margin-right: 5%;
    }

    .text-img-wrapper {
        gap: 5px;
    }

    .dish {
        min-width: 0;
    }

    .footer-logo {
        width: 130px;
        height: 80px;
    }
}

@media only screen and (max-width: 780px) {
    * {
        font-size: 16px;
    }

    .text-img-wrapper {
        display: flex;
        flex-direction: column;
    }

    .text-img-wrapper2 {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
    }

    .text-btn-wrapper1 {
        margin-right: 5%;
        gap: 20px;
    }

    .subtitle1 {
        font-size: 45px;
    }

    .subtitle-underline {
        margin-bottom: 0;
    }

    .curved-line {
        width: 250px;
        margin-top: 1px;
    }

    .subtext:nth-of-type(1) {
        font-size: 22px;
    }

    .review-text {
        font-size: 22px;
    }

    .backlava-pistachio-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .backlava {
        width: 45vw;
        min-width: 320px;
        margin-top: 0;
        margin-left: 5%;
    }

    .text-img-wrapper1 {
        gap: 30px;
        margin-top: 5vw;
        margin-bottom: 4vw;
    }

    .text-img-wrapper2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .text-btn-wrapper2 {
        align-self: center;
        margin-right: 0;
    }

    .subtitle2 {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .subtext2 {
        font-size: 20px;
        max-width: 510px;
    }

    .mix-box-img {
        width: 50vw;
        max-width: 500px;
        min-width: 340px;
        margin-top: 15px;
        margin-bottom: 5vw;
    }

    .dishes-display h1 {
        text-align: center;
        font-size: 27px;
    }

    .dishes-display p {
        text-align: center;
        font-size: 21px;
        margin-bottom: 7px;
    }

    .dishes-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        flex: 1 1 calc(33.333% - gap);
    }

    .dish-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px;
        border-radius: 15px;
        flex-grow: 1;
        flex: 1 1 calc(33.333% - gap);
        box-sizing: border-box;
        max-width: 800px;
    }

    .dish {
        width: 38vw;
    }

    .container {
        width: 100vw;
    }

    #top-navbar #top-nav-links {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 645px) {
    .dishes-wrapper {
        justify-content: center;
    }

    .dish-container {
        max-width: 800px;
    }

    .icons {
        display: none;
    }

    .text-img-wrapper2 {
        padding-top: 50px;
    }

    .subtext2 {
        font-size: 20px;
        max-width: 460px;
    }

    .review-text {
        font-size: 20px !important;
    }

    .subtext:nth-of-type(1) {
        font-size: 21px;
        margin-top: -5px;
    }

    .review-text {
        font-size: 21px;
    }

    .dish {
        width: 50vw;
    }

    #top-nav-links {
        display: none !important;
    }

    .mobile-nav {
        display: block;
    }
}

@media only screen and (max-width: 555px) {
    #hero-text {
        font-size: 3em;
        width: 400px;
    }

    .subtitle1 {
        font-size: 37px;
    }

    .subtext {
        font-size: 20px !important;
    }

    .curved-line {
        width: 220px;
    }

    .subtitle2 {
        font-size: 30px;
        max-width: 520px;
        margin-left: 1%;
        margin-right: 1%;
    }

    .subtext2 {
        font-size: 18px;
    }

    .review-text {
        font-size: 18px;
    }

    .dish {
        width: 60vw;
    }

    .left {
        left: 3%;
    }

    .right {
        right: 3%;
    }
}

@media only screen and (max-width: 460px) {
    .subtitle1 {
        font-size: 33px;
    }

    .subtext {
        font-size: 19px !important;
    }

    .curved-line {
        width: 200px;
    }

    .subtitle2 {
        font-size: 27px;
    }

    .backlava-pistachio-wrapper {
        margin-left: 7%;
        margin-top: 6px;
    }

    .subtext2 {
        margin-left: 2%;
        margin-right: 2%;
    }

    .arrow {
        padding: 5px;
    }
}

@media only screen and (max-width: 410px) {
    #hero-text {
        min-width: 300px;
    }

    .subtitle1 {
        font-size: 29px;
    }

    .subtext {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 358px) {
    .subtitle1 {
        font-size: 27px;
        width: 100vw;
        margin-left: 3%;
        margin-right: 3%;
        text-align: center;
    }

    .curved-line {
        width: 160px;
    }

    .subtext {
        font-size: 17px !important;
    }

    .subtitle2 {
        font-size: 26px;
    }

    .subtext2 {
        font-size: 17px;
    }

    .review-text {
        font-size: 17px !important;
    }

    .logo {
        width: 75px;
        height: 75px;
    }

    .backlava {
        min-width: 280px;
    }

    .mix-box-img {
        width: 103vw;
        min-width: none;
        max-width: 500px;
    }
}

@media only screen and (max-width: 310px) {
    #hero-text {
        min-width: 260px;
    }

    .subtitle1 {
        font-size: 25px;
    }

    .backlava {
        min-width: 260px;
    }

    .subtitle2 {
        font-size: 25px;
    }

    .subtext2 {
        font-size: 16px;
    }

    .review-text {
        font-size: 16px !important;
    }

    .logo:focus {
        -webkit-tap-highlight-color: transparent;
        /* Removes blue highlight on tap */
        outline: none;
        /* Removes focus outline */
    }
}