.mb-sm {
  margin-bottom: 2rem; }

.mb-md {
  margin-bottom: 3rem; }

.mb-lg {
  margin-bottom: 4rem; }

.mb-hg {
  margin-bottom: 8rem; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }
  @media screen and (max-width: 1285px) {
    html {
      font-size: 50%; } }

body {
  color: #f9f7f6;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  line-height: 1.8;
  font-weight: 300; }

.parallax-3 {
  background: #000;
  padding-bottom: 10%; }

.local-box {
  max-width: 80%;
  margin: 0 auto;
  padding: 4.2rem;
  display: flex;
  align-items: center;
  gap: 10rem; }
  .local-box__img-1 {
    flex-basis: 100%;
    height: 40rem;
    border-radius: 8px;
    transform: scale(1.4);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25); }
  .local-box__text {
    color: #fff;
    flex-basis: 100%;}
    @media screen and (max-width: 900px) {
      .local-box__text {
        order: 2;
       padding-top: 12rem; }
         }

  .local-box__text-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }

    @media screen and (max-width: 900px) {
      .local-box__text-1 {
        max-width: 60ch; } }
  .local-box__text h2 {
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: 200; }
  .local-box__text p {
    line-height: 1.9;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 4rem;
     }
  @media screen and (max-width: 900px) {
    .local-box {
      flex-direction: column;
       } }

.about {
  background: #000;
  padding: 5rem 0 5rem 0; }

.about__tittle-top {
  text-align: center;
  padding-bottom: 2px;
  margin-bottom: 2rem; }

.about__tittle-top p {
  margin: 0 auto;
  font-size: 3rem;
  color: #FF9D0A;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 5rem; }

.about-us {
  width: 80%;
  margin: 0 auto;
  gap: 1rem;
  display: flex; }
  @media screen and (max-width: 1285px) {
    .about-us {
      gap: 3rem; } }
  @media screen and (max-width: 900px) {
    .about-us {
      flex-direction: column;
      align-items: center; } }

.about-us__text {
  color: #fff;
  padding: 4rem;
  flex: 1 1 0%;
  min-width: 45ch; }
  @media screen and (max-width: 1285px) {
    .about-us__text {
      padding: 0rem; } }
  @media screen and (max-width: 900px) {
    .about-us__text {
      order: 2; } }

.about-us__text-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 100%; }
  @media screen and (max-width: 900px) {
    .about-us__text-1 {
      padding: 2rem; } }

.about-us__text h2 {
  font-style: italic;
  font-size: 5rem;
  margin-bottom: 2rem;
  font-weight: 200; }

.about-us__text p {
  line-height: 1.9;
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 4rem; }
  @media screen and (max-width: 1285px) {
    .about-us__text p {
      padding: 0; } }
  @media screen and (max-width: 900px) {
    .about-us__text p {
      max-width: 65ch; } }

.about-us__img-1 {
  width: 55rem;
  flex-basis: 100%;
  max-width: 100%;
  display: block; }

.btn-about {
  background-color: transparent;
  color: #fff;
  border: 1px solid #f9f7f6;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.1rem 5rem;
  cursor: pointer;
  transition: all .5s;
  text-decoration: none; }
  .btn-about:hover {
    background-color: #aaaaaa;
    color: #000; }

.home-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.5)), url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  height: 90vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
   }

  
  @media screen and ( max-width: 900px ){
 .home-banner {
   background-attachment: scroll;}
  }

  
.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.banner__logo {
  width: 14rem;
  height: 8rem;
  opacity: 0.5;
  position: absolute;
  top: 4%;
  left: 10%;
  box-shadow: 5px 8px rgba(69, 64, 64, 0.5); }

.banner__text {
  text-align: center;
  padding-top: 22rem; }

  @media screen and (max-width: 769px) {
      .banner__text {
         padding-top: 24rem; } 
        }


.banner__text h1 {
  font-size: 6rem;
  font-family: 'Kaushan Script' , cursive;
  color: #FF9D0A; }

.banner__text p {
  font-size: 1.7rem;
  font-style: italic;
  color: #f9f7f6; }


.banner__text .animtate {
  font-size: 2.1rem;
  padding-bottom: 0px;
  animation: moveInLeft 1s ease-out;

}


@keyframes moveInLeft {

  0% {
    opacity: 0;
    transform: translate(-150px);
  }

  80% {
    transform: translate(20px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }

}


.banner__btn {
  text-align: center;
  margin: 30px auto 0; }

.banner__btn a {
  width: 15rem;
  text-decoration: none;
  color: #f9f7f6;
  padding: 1.2rem;
  margin: 0 1rem;
  display: inline-block;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  transition: color 0.5s; }

.banner__btn a span {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #df9a34;
  z-index: -1;
  transition: 0.5s; }

.banner__btn a:hover span {
  width: 100%; }

.banner__btn a:hover {
  color: #000;
  border: 2px solid #df9a34; }

#sideNav {
  width: 300px;
  height: 100vh;
  position: fixed;
  right: -350px;
  top: 0;
  background: #000;
  z-index: 2;
  transition: 0.5s; }

nav ul {
  margin: 12rem 0; }

nav ul li {
  list-style: none;
  margin: 5rem; }

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0;
  border-bottom: 1px solid #df9a34; }
  nav ul li a:hover {
    color: #df9a34; }

#menuBtn {
  width: 50px;
  height: 50px;
  background: #FF9D0A;
  text-align: center;
  position: fixed;
  top: 2.9rem;
  right: 70px;
  border-radius: 3px;
  z-index: 3;
  cursor: pointer; }

#menuBtn img {
  width: 25px;
  margin-top: 15px; }

@media screen and (max-width: 770px) {
  .banner__text h1 {
    font-size: 4.8rem; }
  .banner__btn a {
    display: block;
    margin: 2rem auto; } }

.offer-box {
  max-width: 80%;
  margin: 0 auto;
  padding: 4.2rem;
  display: flex;
  align-items: center;
  gap: 10rem; }
  .offer-box__img-1 {
    height: 40rem;
    border-radius: 8px;
    transform: scale(1.4);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    flex-basis: 100%; }
  .offer-box__text {
    color: #fff;
    padding: 4rem;
    flex-basis: 100%; }
    @media screen and (max-width: 900px) {
      .offer-box__text {
         padding-bottom: 12rem; } 
        }

  .offer-box__text-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (max-width: 900px) {
      .offer-box__text-1 {
        max-width: 60ch; } }
  .offer-box__text h2 {
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: 200; }
  .offer-box__text p {
    line-height: 1.9;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 4rem; }
  @media screen and (max-width: 900px) {
    .offer-box {
      flex-direction: column; } }
  @media screen and (max-width: 779px) {
    .offer-box {
      max-width: 100%; } }

.gallery {
  background-color: #000;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 5vw);
  gap: 1.5rem;
  padding: 1.5rem; }
  .gallery__item--1 {
    grid-row: 1 /span 2;
    grid-column: 1 / span 2; }
  .gallery__item--2 {
    grid-row: 1 /span 3;
    grid-column: 3 / span 3; }
  .gallery__item--3 {
    grid-row: 1 /span 2;
    grid-column: 6 / 7; }
  .gallery__item--4 {
    grid-row: 1 /span 2;
    grid-column: 7 / -1; }
  .gallery__item--5 {
    grid-row: 3 /span 3;
    grid-column: 1 / span 2; }
  .gallery__item--6 {
    grid-row: 4 /span 2;
    grid-column: 3 / span 2; }
  .gallery__item--7 {
    grid-row: 4 / 5;
    grid-column: 5 / 6; }
  .gallery__item--8 {
    grid-row: 3 / span 2;
    grid-column: 6 / span 2; }
  .gallery__item--9 {
    grid-row: 3 / span 3;
    grid-column: 8 / -1; }
  .gallery__item--10 {
    grid-row: 6 / span 2;
    grid-column: 1 / 2; }
  .gallery__item--11 {
    grid-row: 6 / span 2;
    grid-column: 2 / span 2; }
  .gallery__item--12 {
    grid-row: 6 / span 2;
    grid-column: 4 / 4; }
  .gallery__item--13 {
    grid-row: 5 / span 3;
    grid-column: 5 / span 3; }
  .gallery__item--14 {
    grid-row: 6 / span 3;
    grid-column: 8 / -1; }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.5)), url(../img/bgm-5-m.jpg);
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 10rem; 
   
  }

   @media screen and ( max-width: 900px ){
 .contact {
   background-attachment: scroll;}
  }



.map {
  width: 80%;
  margin: auto;
  padding: 8rem 0; }

.map iframe {
  width: 100%; }

.contact__row {
  display: flex; }
  @media screen and (max-width: 900px) {
    .contact__row {
      flex-direction: column; } }

.contact-us {
  width: 80%;
  margin: auto; }

.contact__col {
  flex-basis: 100%;
  margin-bottom: 4rem; }

.contact__col div {
  display: flex;
  align-items: center;
  margin-bottom: 4rem; }

.icon {
  font-size: 2.8rem;
  color: red;
  margin: 1rem;
  margin-right: 3rem; }

.contact__col div p {
  padding: 0;
  color: #000; }

.contact__col div h3 {
  font-size: 2.5rem;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400; }

.contact__col input, .contact__col textarea {
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 1.7rem;
  outline: none;
  border: 1px solid #979797;
  box-sizing: border-box; }

.ct-btn {
  background-color: #fff;
  padding: 1.5rem 5rem;
  color: #000;
  border: 1px solid #979797;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: inherit;
  text-transform: uppercase;
  transition: all .5s;
  cursor: pointer; }
  .ct-btn:hover {
    background-color: #6f6f6f;
    color: #fff; }

.footer {
  padding: 25rem 10rem 0 10rem;
  background: #000;
  position: relative; }
  .footer__sides {
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .footer__sides {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }

.footer__sides h3 {
  font-size: 2.5rem;
  color: #df9a34; }

.footer__side-left p a {
  color: #f9f7f6; }

.footer__side-left {
  flex: 0 0 50%;
  padding: 1rem;
  margin-bottom: 8rem; }
  @media screen and (max-width: 900px) {
    .footer__side-left {
      text-align: center;
      margin-top: 8rem; } }

.footer__side-right {
  text-align: right;
  flex: 0 0 50%;
  padding: 1rem;
  margin-bottom: 8rem; }
  @media screen and (max-width: 900px) {
    .footer__side-right {
      text-align: center; } }

   .phone {
      font-size: 2.1rem;
      text-decoration: none;
    }

     @media screen and (max-width: 769px) {
    .phone {
      color: #fff;
      text-decoration: none;
      font-style: none;
    } }


.footer__sides h3 {
  margin: 1rem 0; }

.footer__sides p {
  line-height: 3.5rem;
  color: #f9f7f6; }

.footer__logo {
  max-width: 20rem;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 900px) {
    .footer__logo {
      top: 15%; } }

.footer__social {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem; }

.footer__social li {
  list-style-type: none; }

.footer__social-link {
  height: 3rem;
  width: 3.5rem;
  fill: #df9a34; }

.legal {
  text-align: center;
  color: #f9f7f6;
  padding: 5rem 0; }

.parallax-2 {
  background: linear-gradient(rgba(0, 150, 136, 0.3), rgba(0, 150, 136, 0.3)), url(../img/parallax-1.jpg);
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}
  
  @media screen and ( max-width: 900px ){
  .parallax-2 {
   background-attachment: scroll;}
  }
 
.parallax-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 150, 136, 0.3)), url(../img/parallax-2.jpg);
  height: 65vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;  
}

  @media screen and ( max-width: 900px ){
  .parallax-4 {
   background-attachment: scroll;}
  }

.main {
  margin-bottom: 10rem; }

.section-food {
  height: min-content;
  color: #000;
  font-family: Lato, Helvetica, Arial, sans-serif; }

.section-food__tittle {
  text-align: center;
  padding-top: 5rem; }

.section-food__tittle p {
  margin: auto;
  font-size: 1.5rem;
  color: #FF9D0A;
  font-weight: bold;
  width: 60ch; }
  @media screen and (max-width: 900px) {
    .section-food__tittle p {
      width: 45ch; } }
  @media screen and (max-width: 900px) {
    .section-food__tittle p {
      width: 45ch; } }

.section-food__tittle h2 {
  font-size: 5rem;
  color: #FF9D0A; }
  @media screen and (max-width: 900px) {
    .section-food__tittle h2 {
      font-size: 3.5rem; } }

.section-food__tittle h3 {
  font-size: 2.5rem;
  color: #FF9D0A; }
  @media screen and (max-width: 900px) {
    .section-food__tittle h3 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    .section-food__tittle h3 {
      font-size: 1.2rem;
      padding: 0 20px; } }

.section-food__tittle .span {
  font-size: 1.5rem;
  color: #df9a34; }

.menu {
  width: 80%;
  margin: 2rem auto;
  display: flex;
  gap: 5rem;
  margin: 0 auto; }
  @media screen and (max-width: 779px) {
    .menu {
      gap: 0; } }
  .menu__content {
    margin-top: 3rem; }
  .menu__left {
    flex-basis: 100%;
    padding: 4rem 2rem; }
    @media screen and (max-width: 779px) {
      .menu__left {
        padding: 0 2rem; } }
  .menu__right {
    flex-basis: 100%;
    padding: 4rem 2rem; }
    @media screen and (max-width: 779px) {
      .menu__right {
        padding: 0 2rem; } }
  .menu__post {
    font-size: 1.4rem;
    text-transform: uppercase;
    display: flex; }
  .menu__tittle {
    margin-right: auto; }
  .menu__post-detail {
    font-size: 10px;
    max-width: 45ch; }

.side-food__tittle {
  padding-top: 5rem; }

.side-food__tittle p {
  margin: auto;
  font-size: 1.2rem;
  color: #FF9D0A;
  font-weight: bold; }

.side-food__tittle h2 {
  font-size: 3rem;
  color: #FF9D0A; }

.bgm-curry {
  height: 35vh;
  margin: 10rem 0 6rem 0; }

.bgm-curry h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10rem 0;
  font-size: 4rem;
  font-weight: 400;
  font-family: Lato, Helvetica; }

.bgm-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.7)), url(../img/bgm-tan-m.jpg);
  background-size: cover;
  background-position: center; }

.bgm-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.7)), url(../img/bgm-curry-m.jpg);
  background-size: cover;
  background-position: center; }

.bgm-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.7)), url(../img/bgm-balti-m.jpg);
  background-size: cover;
  background-position: center; }

.bgm-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.7)), url(../img/bgm-others-m.jpg);
  background-size: cover;
  background-position: center; }

.bgm-5 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.7)), url(../img/bgm-sandrys-m.jpg);
  background-size: cover;
  background-position: center; }

.dine-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.5)), url(../img/dine.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
  }

  @media screen and ( max-width: 900px ){
  .dine-header {
   background-attachment: scroll;}
  }

.takeaway-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 150, 136, 0.5)), url(../img/takeaway-m.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh; }

 @media screen and ( max-width: 900px ){
 .takeaway-header {
   background-attachment: scroll;}
  }

@media screen and (max-width: 767px) {
  .banner__text h1 {
    font-size: 4.8rem; }
  .banner__btn a {
    display: block;
    margin: 2rem auto; } }

@media screen and (max-width: 479px) {
  .menu {
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .menu {
    flex-direction: column; }
  .offer-box {
    flex-direction: column;
    padding: 2rem;
    margin-left: 5px; }
  .offer-box__text {
    order: 1; }
  .offer-box__img {
    order: 2; } }

.about-poi {
  height: 80vh;
  background-color: #000;
  padding: 5rem 0 2rem 0; }

.about-poi-box {
  max-width: 80%;
  text-align: center;
  margin: 0 auto; }

.about-poi-head h2 {
  font-size: 2.5rem;
  font-weight: 300;
  padding: 2rem;
  border-bottom: 1px solid #fff;
  margin: 0 auto 4rem auto; }

.about-poi-para p {
  max-width: 100ch;
  line-height: 2.2;
  margin: 0 auto; }

 .extra-tittle {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: 1.5rem;
  }
  