body, html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    background-color: #003B29;
    color: #D29C50;
    font-family: "Almarai", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.3;
}
a {
    font-weight: 700;
    font-size: 11px;
    color: #D29C50;
    text-transform: uppercase;
    text-decoration: none;
}
a:hover {
    color: #D29C50;
}
.bounce {
    animation: bounce 1.2s infinite;
}
h1,
h2 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.1 ;
}
body.ar h1,
body.ar h2 {
    font-family: "Almarai", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 1.1 ;
}
p {
    letter-spacing: .01em;
}
body.ar p {
  direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 .75rem;
}
img,
video {
    /* height: auto; */
    max-width: 100%;
    object-fit: cover;
}
img:not(.logo) {
    display: block;
    margin: 0 auto;
}
header {
    display: grid;
    grid-template-columns: auto;
    gap: .75rem;
    align-items: center;
    place-items: center;
    padding: .75rem 1rem;
    z-index: 20;
    background-color: rgba(0, 59, 41, 0);
    transition: 0.3s background ease-in-out;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.ltr {
    direction: ltr;
}
.rtl {
    direction: rtl;
}
.hidden {
    display: none!important;
}
.roma-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: 0.4s opacity;
    pointer-events: none;
    background: #003B29 url('../images/roma-logo.svg') no-repeat 50% 50% / 133px 118px;
}
header.scroll {
    background-color: rgba(0, 59, 41, 1);
}
header .header-wrapper {
    display: flex;
    position: relative;
    justify-self: end;
    gap: 1.25rem;
    align-items: center;
}
header svg {
    fill:#D29C50;
}
.cta-btn,
#cf1 .cf-btn {
    cursor: pointer;
    display: inline-flex;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    letter-spacing: .04em;
    line-height: 1;
    padding: .5rem 2rem;
    text-align: center;
    color: #003B29;
    background-color: #D29C50;
    transition: 0.2s all ease-in-out;
    /* max-width: 150px; */
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.cta-btn:hover,
.cta-btn:focus,
.cta-btn[aria-active="true"],
#cf1 .cf-btn:hover,
#cf1 .cf-btn:focus {
    background-color: transparent;
    border-color: #D29C50;
    color: #D29C50;
    opacity: 1;
}
.social-btns-wrapper {
    display: flex;
    flex-direction: row;
    gap: .75rem;
    justify-content: flex-end;
    align-items: center;
}
.lang-btns-wrapper {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: flex-end;
    align-items: center;
}
.social-btn {
    width: 16px;
    height: 16px;
}
.lang-switcher {
    position: relative;
    display: inline-block;
}
.lang-switcher .drop {
    width: 18px;
    height: 10px;
}
.active-lang {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.ltr .active-lang {
    padding-left: 25px;
}
.rtl .active-lang {
    padding-right: 25px;
}
.active-lang:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    background: transparent url('../images/arrow-down.svg') no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translate3d(0, 0, 0) translateY(-50%);
    transition: .2s;
}
.ltr .active-lang:before {
    left: 0;
}
.rtl .active-lang:before {
    right: 0;
}
.active-lang.open:before {
    transform:  translate3d(0, 0, 0) translateY(-50%) rotate(180deg);
    transform-origin: center center;
}
.lang-options {
    /* display: none; */
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: -18px;
    
    padding-top: 53px;
    background-color: #003B29;
    min-width: 65px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    transition: .2s all ease-in-out;
    
}
.ltr .lang-options {
    right: -1rem;
    text-align: right;
}
.rtl .lang-options {
    left: -1rem;
    text-align: left;
}
.lang-options a {
    color: #D29C50;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: .2s;
    font-size: 13px;
    font-weight: 400;
}
.lang-options a:hover {
    background-color: #D29C50;
    color: #003B29;
}
.lang-options.show {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.brand-logo > img {
    max-width: 133px;
}
main section:not(.section-values) {
    min-height: 100dvh;
    position: relative;
}
body:not(.home):not(.home.ar) #discover,
body.contact #intro,
body.contact #story {
    display: none;
}
.section-intro {
    display: grid;
    /* grid-template-columns: 380px auto; */
    height: 100%;
    position: relative;
}
/* .order-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    position: relative;
    padding: 10px 20px;
} */
.restaurantHero-wrapper {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 3.5rem;
    position: relative;
    z-index: 1;
    order: 2;
}
.restaurantHero-wrapper .intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #003B29;
}
.restaurantHero-wrapper .intro-wrapper {
    z-index: 2;
}
.restaurantHero-wrapper .intro-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.hero-wrapper {
    min-height: 100dvh;
}
#intro .hero-wrapper {
    order: 1;
}
.scrollto {
    letter-spacing: .07em;
    line-height: 1.4;
    display: inline-grid;
    place-items: center;
    gap: 1.75rem;
}
.scrollto svg {
    width: 33px;
    fill: #D29C50;
}
.video-container,
.hero-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
  
.intro-vid,
.intro-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    object-fit: cover;
}
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1.5rem;
    background-color: #003B29;
    position: relative;
    z-index: 10;
    transform-origin: top right;
}
.img-group {
    display: grid;
    gap: 1.5rem;
    position: relative;
}
.img-group.x2 {
    grid-template-columns: 1fr 1fr;
}
.showcase-grid .img-group .reveal {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    text-align: center;
    visibility: hidden;
    transition: .2s all ease-in-out;
}
.showcase-grid img,
.section-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.showcase-grid img:first-child,
.showcase-grid div:first-child {
    display: block;
}
.showcase-grid > img:nth-child(1),
.showcase-grid > div:nth-child(2),
.showcase-grid > div:nth-child(3) {
    grid-column: span 2/span 2;
}
/* .showcase-grid img:nth-child(3n+1),
.showcase-grid div:nth-child(3n+1)  {
    grid-column: span 2/span 2;
} */
.section-details {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 1.5rem;
}
.restaurantDetails-wrapper {
    /* width: 580px; */
    text-align: center;
    /* position: absolute; */
    top:0;
    left: 0;
    z-index: 9;
    background-color: #003B29;
}
.restaurantDetails-wrapper .details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 120px 3.5rem;
}
.restaurantDetails-wrapper .details-wrapper > div {
    letter-spacing: .07em;
    line-height: 1.4;
}
.title,
body.ar .title {
    display: block;
    font-family: "Almarai", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
body:not(.ar) h2.title.ar,
body.ar h2.title:not(.ar),
body:not(.ar) .brand-logo.ar,
body.ar .brand-logo:not(.ar) {
    display: none;
}
.restaurantDetails-wrapper .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}
.section-story {
    position: relative;
    overflow: hidden;
    padding-top: 1.5rem;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.storyVisual-wrapper {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    overflow: hidden;
}
.storyVisual-wrapper img {
    width: calc(50% - 60px);
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    object-fit: cover;
}
.storyVisual-wrapper img.left {
    /* left: 2.5rem;
    transform: translate(-40%); */
    left: calc(-20% + 2.5rem);
}
.storyVisual-wrapper img.right {
    display: block;
    /* right: 2.5rem;
    transform: translate(40%); */
    right: calc(-20% - 2.5rem);
}
.restaurantStory-wrapper {
    /* opacity: 0; */
    padding: 1rem 2.5rem;
    width: 31%;
    gap: 1.25rem;
    justify-items: center;
    align-items: flex-start;
    display: grid;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.story-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: center;
    align-items: center;
}
.restaurantValues-wrapper {
    padding: 3.5rem;
    text-align: center;
}
.values-wrapper {
    display: grid;
    gap: 3rem;
    max-width: 1280px;
    place-items: center;
    place-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 6rem auto;
}
/*** GALLERY ***/
.gallery-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.gallery-wrapper .swiper {
    max-width: 1280px;
    margin: 2.25rem auto 3rem;
}
.swiper-pagination-bullet {
    background-color: #D29C50;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active {
    background-color: #003B29;
}
.section-grid {
    padding-top: 1.5rem;
}
.section-contact,
.section-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}
.contact-wrapper {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 3.5rem;
    position: relative;
    z-index: 1;
}
.section-info {
    padding-top: 1.5rem;
}
.contact-wrapper .intro-bg {
    display: none;
}
.contact-content {
    max-width: 535px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
}
.info-wrapper {
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.info-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 120px 3.5rem;
    max-width: 430px;
}
.info-wrapper .details-wrapper > div {
    letter-spacing: .07em;
    line-height: 1.4;
}
.location:not(:last-child) {
    margin-bottom: .75rem;
}
.btn-group {
    display: flex;
    justify-content: center;
    gap: .75rem;
}
.form-content,
.reachout-content {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.reachout-content > a {
    text-transform: lowercase;
    text-decoration: none;
}
#cf_1 {
    background-color: #ffffff00!important;
    font-family: "Almarai", sans-serif!important;
}
#cf_1 .cf-form-wrap {
    padding: 0!important;
}
.form-content input,
.form-content textarea,
#cf1 input,
#cf1 textarea {
    border: 0 none;
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #D29C50;
    border-radius: 0;
    background-color: transparent;
    color: #D29C50;
    padding: 5px 10px;
    font-family: "Almarai", sans-serif!important;
}
#cf1 .cf-response {
    background-color: #D29C50;
    color: #003B29;
    text-transform: uppercase;
    font-family: "Almarai", sans-serif!important;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 11px;
}
.grid-group {
    display: grid;
    gap: .75rem;
}
.grid-group.x2 {
    grid-template-columns: 1fr 1fr;
}
.grid-group.x3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.cta-btn.submit {
    align-self: center;
    margin-top: 1rem;
}
::-webkit-input-placeholder {
    color: #D29C50!important;
    font-size: 13px!important;
    font-weight: 13px!important;
    opacity: 1!important;
    font-family: "Almarai", sans-serif!important;
}
::-moz-placeholder {
    color: #D29C50!important;
    font-size: 13px!important;
    font-weight: 13px!important;
    opacity: 1!important;
    font-family: "Almarai", sans-serif!important;
}
:-ms-input-placeholder {
    color: #D29C50!important;
    font-size: 13px!important;
    font-weight: 13px!important;
    opacity: 1!important;
    font-family: "Almarai", sans-serif!important;
}
:-moz-placeholder {
    color: #D29C50!important;
    font-size: 13px!important;
    font-weight: 13px!important;
    opacity: 1!important;
    font-family: "Almarai", sans-serif!important;
}
/*** FOOTER ***/
footer {
    text-align: center;
    padding: 50px 3.5rem;
    border-top: 2px solid #D29C50;
    position: relative;
    background-color: #003B29;
}
footer .footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}
footer .footer-nav li {
    padding: 0;
}
footer .footer-nav li > a,
footer .footer-nav li > a:hover {
    text-decoration: none;
}
/*** Animation ***/
@keyframes bounce {
    0% {
        transform:translateY(20%)
    }
    53% {
        transform:translateY(-80%)
    }
    to {
        transform:translateY(20%)
    }
}
/*** Responsive ***/
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    
}
@media (max-width: 991.98px) {
    .hero-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100dvw;
        height: 100dvh;
    }
    .restaurantHero-wrapper {
        padding-top: calc(100dvh - 230px);
    }
    .restaurantHero-wrapper .intro-bg,
    .contact-wrapper .intro-bg {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,59,41,1) 60%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,59,41,1) 60%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,59,41,1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#003b29",GradientType=1);
    }
    .contact-wrapper .intro-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        height: 100%;
        width: 100%;
    }
    .restaurantDetails-wrapper .details-wrapper {
        padding: 0;
    }
    .restaurantDetails-wrapper .details-wrapper > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 1.5rem 3rem;
    }
    .location {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .showcase-grid,
    .img-group {
        display: flex;
        flex-direction: column;
    }
    .showcase-grid img,
    .section-grid img {
        aspect-ratio: .8;
    }
    .showcase-grid .img-group .reveal {
        visibility: visible;
    }
    .values-wrapper {
        display: flex;
        flex-direction: column;
    }
    .section-details {
        padding-top: 0;
    }
    .section-story {
        padding-top: 0;
        align-items: start;
        background-color: #003B29;
        flex-direction: column;
    }
    .storyVisual-wrapper {
        display: flex;
        flex-direction: column;
    }
    .storyVisual-wrapper img {
        position: relative;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        aspect-ratio: .8;
    }
    .storyVisual-wrapper img.right {
        display: none;
    }
    .restaurantStory-wrapper {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .story-wrapper {
        padding: 3.5rem;
    }
    .section-values {
        position: relative;
        background-color: #003B29;
    }
    .only-mobile {
        display: block;
    }
    .section-slider {
        min-height: auto!important;
        background-color: #003B29;
    }
    .section-slider .gallery-wrapper {
        padding: 1.5rem;
    }
    .btn-group {
        flex-direction: column;
    }
    .section-grid {
        background-color: #003B29;
    }
    .grid-group.x2,
    .grid-group.x3 {
        grid-template-columns: auto;
    }
    .form-content,
    .reachout-content {
        align-items: center;
    }
    #contactForm input,
    #contactForm textarea {
        width: 220px;
      }
    footer {
        padding: 30px 3.5rem;
    }
    footer .footer-nav {
        flex-direction: column;
        gap: 1.5rem;
    }
    /* .contact-wrapper {
        padding: calc(100dvh - 230px) 0 0;
    }
    .contact-content {
        padding: 0 3.5rem 3.5rem;
    } */
     #info .hero-wrapper {
        display: none;
     }
     #info .info-wrapper {
        background-color: #003B29;
     }
}
@media (min-width: 992px) {
    .only-mobile {
        display: none;
    }
    .section-intro {
        grid-template-columns: 380px auto;
    }
    .restaurantHero-wrapper {
        order: 1;
    }
    .hero-wrapper {
        order: 2;
    }
    
    .restaurantDetails-wrapper {
        width: 580px;
        position: absolute;
    }
    #reachOut.section-intro,
    #info.section-intro {
        grid-template-columns: 1fr 1fr;
    }
    #reachOut .intro-wrapper {
        max-width: 580px;
    }
    body.ar #reachOut .intro-wrapper {
        max-width: 620px;
    }
    #info .info-wrapper {
        order: 2;
    }
    #info .hero-wrapper {
        order: 1;
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
    
}