@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap");
::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

body {
  background: #edf2f4;
  background-image: url("../assets/Desktop svg.svg");
  background-repeat: repeat-y;
  background-position: center;
}
body h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
body h2 {
  font-size: 44px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ef233c;
  text-align: center;
}
body h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #2b2d42;
}
body p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #2b2d42;
}
body ul li {
  color: #edf2f4;
}

.nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #ef233c !important;
  padding: 0;
}

.nav-item .nav-link:hover {
  color: black !important;
}

#header {
  margin-bottom: 55px;
}

.navbar-brand img {
  height: 50px;
}

#whatsapp_section img {
  font-size: 48px;
  position: fixed;
  left: 95%;
  top: 90%;
  z-index: 10000;
}

#popup {
  position: relative;
}
#popup .modal-dialog {
  width: 85%;
  margin: 0 auto;
  top: 20px;
}
#popup .btn-close1 {
  position: absolute;
  top: 0px;
  right: -24px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
#popup img {
  width: 100%;
}

#banner {
  background: #2b2d42;
}
#banner .container {
  color: white;
}
#banner .container .row .banner_left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
#banner .container .row .banner_left img {
  margin: 2rem 0;
  border-radius: 12px;
  max-width: 480px;
}
#banner .container .row .banner_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
#banner .container .row .banner_right h1 {
  font-size: 48px;
  font-weight: 700;
  color: #edf2f4;
}
#banner .container .row .banner_right p {
  color: #edf2f4;
}
#banner .custom-shape-divider-top-1666356243 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
#banner .custom-shape-divider-top-1666356243 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
#banner .custom-shape-divider-top-1666356243 .shape-fill {
  fill: #EDF2F4;
}

#operates .container .operates_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}
#operates .container .operates_card .operates_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 24px 0;
  width: 600px;
}
#operates .container .operates_card .operates_img h3 {
  margin: 24px 0;
}
#operates .container .operates_card .operates_img video {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  width: 180px;
  border-radius: 12px;
}
#operates .container .operates_card .operates_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 800px;
  min-height: 160px;
  border-radius: 24px;
  background: #edf2f4;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#operates .container .operates_card .operates_info video {
  max-width: 60px;
  border-radius: 50px;
  margin: 24px;
}
#operates .container .operates_card .operates_info p {
  margin: 24px;
}

#special_dishes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#special_dishes .container h2 {
  margin: 36px 0;
}
#special_dishes .container span {
  display: none;
}
#special_dishes .container .dish_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  position: relative;
  width: 300px;
  height: 340px;
  margin: 40px;
  background: white;
  border-radius: 12px;
  transform-style: preserve-3d;
}
#special_dishes .container .dish_box .circle {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: 0.5s;
  background: #881952;
  transform-style: preserve-3d;
  z-index: 10;
  opacity: 1;
  transform: translate3d(-50%, -50%, 50px);
}
#special_dishes .container .dish_box .dish_img {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 200px;
  transform-style: preserve-3d;
  z-index: 11;
  opacity: 1;
  transition: 0.5s ease;
  transform: translate3d(-50%, -50%, 50px) rotate(0deg);
}
#special_dishes .container .dish_box h3 {
  position: relative;
  top: 35%;
  text-align: center;
}
#special_dishes .container .dish_box:hover .dish_img {
  transform: translate3d(-50%, -50%, 150px) rotate(-15deg);
}

#youtube .embed_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#youtube .embed_youtube iframe,
#youtube .embed_youtube object,
#youtube .embed_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube .youtube_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 36px 0;
}
#youtube .youtube_content .about_video {
  background: #edf2f4;
  border-radius: 12px;
  padding: 24px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

#celebrity {
  overflow: hidden;
}
#celebrity .linear_gradient_top {
  height: 100px;
  background: linear-gradient(to bottom, #edf2f4, rgba(255, 255, 255, 0));
  position: relative;
  z-index: 1000;
}
#celebrity .container .row h2 {
  margin: 36px 0;
}
#celebrity .container .row .celebrity_images {
  position: relative;
  min-height: 70vh;
}
#celebrity .container .row .celebrity_images .rotate {
  transform-origin: top right;
  position: absolute;
  right: -65%;
  margin-top: -30%;
  top: -300px;
  transform: rotate(20deg);
}
#celebrity .container .row .celebrity_images .rotate .animation {
  -webkit-animation-name: celebrity_animation;
          animation-name: celebrity_animation;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  margin-top: 0;
  transition-property: margin-top;
  transition-timing-function: linear;
}
#celebrity .container .row .celebrity_images .rotate .animation .background_image {
  width: 600px;
  height: 3510px;
  background-size: 600px;
  background-repeat: repeat-y;
}
#celebrity .linear_gradient_down {
  height: 100px;
  background: linear-gradient(to top, #edf2f4, rgba(255, 255, 255, 0));
  position: relative;
  z-index: 1000;
}

#testimonial {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#testimonial .container .testimonialSwipper {
  margin-bottom: 60px;
}
#testimonial .container .testimonialSwipper .swiper-wrapper .swiper-slide {
  min-height: 420px;
  background: rgba(136, 25, 82, 0.141);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.2px);
  -webkit-backdrop-filter: blur(5.2px);
  border: 1px solid rgba(0, 134, 235, 0.3);
}
#testimonial .container .testimonialSwipper .swiper-wrapper .swiper-slide img {
  max-height: 480px;
  max-width: 360px;
  border-radius: 12px;
}

#our_story .container .row .photo img {
  max-height: 580px;
  max-width: auto;
  margin: 24px 0;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#our_story .container .row .our_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#our_story .container .row .our_content p {
  margin: 24px 0;
}

#count_down {
  /* From https://css.glass */
  background: rgba(136, 25, 82, 0.44);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.21);
  margin-top: 24px;
}
#count_down .container .row .count_down_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 230px;
  height: 200px;
}
#count_down .container .row .count_down_box h1 {
  color: #edf2f4;
}
#count_down .container .row .count_down_box h3 {
  color: #edf2f4;
}

#recommend .container h2 {
  margin-top: 36px;
}
#recommend .container .row {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#recommend .container .row .recommended_swiper .swiper-wrapper {
  align-items: center;
}
#recommend .container .row .recommended_swiper .swiper-wrapper .swiper-slide img {
  width: 240px;
}

#contact_details {
  margin-top: 108px;
}
#contact_details .container .row .left_contact_details p {
  border-radius: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  padding: 24px;
  background: #edf2f4;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
#contact_details .container .row .right_contact_details h3 {
  margin: 24px 0;
}
#contact_details .container .row .right_contact_details video {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  width: 300px;
  border-radius: 12px;
}

#GMap iframe {
  width: 100vw;
  height: 50vh;
}

#ambience .container h2 {
  margin-top: 104px;
}
#ambience .container .row .gallery_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ambience .container .row .gallery_swiper .swiper-wrapper .swiper-slide img {
  width: 70%;
  height: 70%;
}

#gallery_celebrity .container .row .col-12 {
  width: auto;
  background: #edf2f4;
  border-radius: 12px;
  margin: 24px 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#gallery_celebrity .container .row img {
  width: 300px;
  max-height: 360px;
  margin: 6px 6px 0px 6px;
  border-radius: 12px;
  position: relative;
  top: -10%;
}

#menu .container h2 {
  margin-top: 104px;
}
#menu .container .row .col-12 {
  width: 360px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 24px;
  border-radius: 12px;
}
#menu .container .row .col-12 p {
  font-size: 20px;
  margin: 0;
}
#menu .container .row .col-12 .dish_menu_box h3 {
  margin: 24px 0;
}
#menu .container .row .col-12 .dish_menu_box .dish {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #2b2d42;
}
#menu .container .row .col-12 .dish_images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#menu .container .row .col-12 .dish_images img {
  width: 300px;
  margin: 24px 0;
  border-radius: 12px;
}
#menu .container .row .col-12 .kindly_note p {
  border-bottom: 1px solid #2b2d42;
}

#footer {
  background: #2b2d42;
  position: relative;
}
#footer * h3,
#footer p,
#footer a {
  color: #edf2f4;
}
#footer * li {
  font-size: 18px;
  list-style: none;
}
#footer .container .row .logo img {
  max-width: 260px;
}
#footer .editorial {
  position: relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 60px;
  max-height: 150px;
}
#footer .parallax1 > use {
  -webkit-animation: move-forever1 10s linear infinite;
          animation: move-forever1 10s linear infinite;
}
#footer .parallax1:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
#footer .parallax2 > use {
  -webkit-animation: move-forever2 8s linear infinite;
          animation: move-forever2 8s linear infinite;
}
#footer .parallax2:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
#footer .parallax3 > use {
  -webkit-animation: move-forever3 6s linear infinite;
          animation: move-forever3 6s linear infinite;
}
#footer .parallax3:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
#footer .parallax4 > use {
  -webkit-animation: move-forever4 4s linear infinite;
          animation: move-forever4 4s linear infinite;
}
#footer parallax4 :nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.copyright-content {
  position: relative;
  /* height: 20vh; */
  text-align: center;
  background-color: white;
}
.copyright-content p,
.copyright-content a {
  color: #2b2d42 !important;
}

@-webkit-keyframes celebrity_animation {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -1755px;
  }
}

@keyframes celebrity_animation {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -1755px;
  }
}
@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body h1 {
    font-size: 40px !important;
  }
  #whatsapp_section img {
    font-size: 48px;
    position: fixed;
    left: 85%;
    top: 85%;
    z-index: 10000;
  }
  #banner .container .row .banner_left img {
    max-width: 380px;
  }
  #operates .container .operates_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  #operates .container .operates_card .operates_img {
    width: 480px !important;
  }
  #celebrity .linear_gradient_top {
    height: 0;
  }
  #celebrity .container .row .celebrity_content img {
    width: 500px;
  }
  #celebrity .container .row .celebrity_images {
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  #celebrity .container .row .celebrity_images .rotate {
    transform-origin: right top;
    position: absolute;
    left: 1em;
    margin-top: 0%;
    top: 100px;
    transform: rotate(0deg);
  }
  #celebrity .container .row .celebrity_images .rotate .animation {
    -webkit-animation-name: celebrity_animation;
            animation-name: celebrity_animation;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    margin-top: 0;
    transition-property: margin-top;
    transition-timing-function: linear;
  }
  #celebrity .container .row .celebrity_images .rotate .animation .background_image {
    width: 300px;
    background-size: 300px;
    background-repeat: repeat-y;
  }
  #celebrity .linear_gradient_down {
    height: 20px;
  }
  #testimonial .container .testimonialSwipper .swiper-wrapper .swiper-slide {
    min-height: 460px;
  }
  #our_story .container .row .photo img {
    max-width: 360px;
    max-height: auto;
    margin: 24px 0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  #our_story .container .row .our_content p {
    margin: 24px 0;
  }
  #contact_details .container .row .left_contact_details {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact_details .container .row .left_contact_details p {
    padding: 12px;
    font-size: 16px;
  }
  #contact_details .container .row .right_contact_details h3 {
    font-size: 28px;
  }
  #contact_details .container .row .right_contact_details video {
    width: 220px;
  }
  #footer {
    color: white !important;
  }
  #footer .container .row p {
    color: #edf2f4;
  }
}
/** For mobile devices **/
@media (max-width: 767px) {
  body {
    background-image: url("../assets/Mobile svg.svg");
    background-repeat: repeat-y;
    background-position: top;
  }
  body h1 {
    font-size: 36px !important;
  }
  body h2 {
    font-size: 32px !important;
  }
  body h3 {
    font-size: 24px !important;
  }
  #whatsapp_section img {
    font-size: 48px;
    position: fixed;
    left: 75%;
    top: 85%;
    z-index: 10000;
  }
  #banner .custom-shape-divider-top-1666356243 svg {
    width: calc(129% + 1.3px);
    height: 70px;
  }
  #banner .container .row .banner_left img {
    max-width: 300px;
  }
  #operates .container .operates_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
  }
  #operates .container .operates_card .operates_img {
    width: auto !important;
  }
  #special_dishes .container span {
    display: block;
  }
  #celebrity {
    background-image: none;
  }
  #celebrity .linear_gradient_top {
    height: 0;
  }
  #celebrity .container {
    min-height: 100vh;
  }
  #celebrity .container .row .celebrity_content img {
    display: none;
  }
  #celebrity .container .row .celebrity_images {
    overflow: hidden;
    position: relative;
    height: 500px;
  }
  #celebrity .container .row .celebrity_images .rotate {
    transform-origin: right top;
    position: absolute;
    left: 1em;
    margin-top: 0%;
    top: 100px;
    transform: rotate(0deg);
  }
  #celebrity .container .row .celebrity_images .rotate .animation {
    -webkit-animation-name: celebrity_animation;
            animation-name: celebrity_animation;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    margin-top: 0;
    transition-property: margin-top;
    transition-timing-function: linear;
  }
  #celebrity .container .row .celebrity_images .rotate .animation .background_image {
    width: 300px;
    background-size: 300px;
    background-repeat: repeat-y;
  }
  #celebrity .linear_gradient_down {
    height: 20px;
  }
  #testimonial .container .testimonialSwipper .swiper-wrapper .swiper-slide {
    min-height: 460px;
  }
  #our_story .container .row .photo img {
    max-height: 220px;
    width: auto;
    margin: 24px 0;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  #ambience .container .row .gallery_swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #ambience .container .row .gallery_swiper .swiper-wrapper .swiper-slide img {
    width: 90%;
    height: 90%;
  }
  #menu .container .row .col-12 {
    width: 340px;
  }
}/*# sourceMappingURL=style.css.map */