@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Laila:wght@400;500;700&family=Patua+One&family=Quicksand:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body {
  font-family: 'Quicksand', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/banner1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner1.jpg);
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  background-attachment: fixed;
}

.navbar {
  padding-top: 30px;
}

.navbar-brand {
  font-family: 'Patua One', cursive;
  color: #fff;
  font-size: 40px;
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-nav {
  margin-left: 500px;
  overflow: hidden;
}

.navbar-nav .nav-item {
  padding-left: 30px;
}

.navbar-nav .nav-item::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #ebd489;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: -10px auto 0;
}

.navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar-nav .nav-item a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.welcome-text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
  font-family: 'Laila', sans-serif;
  font-size: 52px;
  -webkit-animation-name: welcomeText;
          animation-name: welcomeText;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes welcomeText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes welcomeText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.welcome-slogan {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
  font-size: 20px;
  -webkit-animation-name: welcomeTag;
          animation-name: welcomeTag;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  font-family: 'Quicksand', sans-serif;
}

@-webkit-keyframes welcomeTag {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes welcomeTag {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.design {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 150px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .welcome-text {
    font-size: 47px;
  }
}

@media (min-width: 810px) and (max-width: 1100px) {
  .welcome-text {
    font-size: 32px;
  }
  .welcome-slogan {
    top: 54%;
    left: 49%;
    font-size: 17px;
  }
  .design {
    top: 58%;
    left: 49%;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .header {
    background-position: right;
  }
  .navbar {
    color: black;
  }
  .navbar-brand {
    font-size: 45px;
  }
  .navbar-nav {
    margin-left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.466);
    line-height: 3;
  }
  .navbar-toggler {
    background-color: rgba(0, 0, 0, 0.795);
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .welcome-text {
    font-size: 46px;
    position: absolute;
    top: 35%;
    left: 52%;
  }
  .welcome-slogan {
    top: 54%;
    left: 49%;
    font-size: 17px;
  }
  .design {
    top: 58%;
    left: 49%;
  }
  .navbar-toggler-icon .fa {
    font-size: 30px;
    color: #fff;
  }
  .navbar-nav .nav-item:hover::after {
    width: 0%;
  }
}

@media (max-width: 415px) {
  .header {
    background-position: right;
  }
  .navbar {
    color: black;
  }
  .navbar-brand {
    font-size: 30px;
    color: #fff !important;
  }
  .navbar-nav {
    margin-left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.466);
    line-height: 2;
  }
  .navbar-toggler {
    background-color: rgba(0, 0, 0, 0.795);
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .welcome-text {
    font-size: 26px;
    position: absolute;
    top: 45%;
    left: 52%;
  }
  .welcome-slogan {
    top: 57%;
    left: 52%;
    font-size: 15px;
  }
  .navbar-toggler-icon .fa {
    font-size: 30px;
    color: #fff;
  }
  .navbar-nav .nav-item:hover::after {
    width: 0%;
  }
}

.our-story {
  margin: 50px 0;
}

.our-story h2 {
  font-size: 35px;
  color: #ebd489;
}

.our-story .ourstory-design {
  width: 180px;
  margin-top: -10px;
  margin-left: -5px;
}

.our-story p {
  margin-top: 10px;
  line-height: 2;
  text-align: justify;
}

.our-story img {
  border-radius: 10px;
}

@media (max-width: 800px) {
  .our-story {
    text-align: center;
  }
}

.opening-hours {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/opening_hours.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/opening_hours.jpg);
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
  overflow: hidden;
}

.opening-hours h2 {
  color: #ebd489;
  padding-top: 30px;
  font-size: 35px;
}

.opening-hours p {
  font-size: 20px;
  font-weight: bold;
}

.opening-hours .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 120px;
  line-height: 2;
}

.opening-hours .row .row-left li {
  text-align: right;
}

.opening-hours .row .row-right li {
  text-align: left;
}

.opening-hours .row .days {
  font-size: 27px;
}

.opening-hours .row .time {
  font-size: 40px;
  font-weight: bold;
  color: #ebd489;
}

.opening-hours .row img {
  padding-bottom: 20px;
}

.opening-hours .opening-contact {
  font-size: 30px;
}

@media (min-width: 600px) and (max-width: 800px) {
  .opening-hours .row {
    margin-left: 25px;
  }
}

@media (max-width: 415px) {
  .opening-hours {
    height: auto;
  }
  .opening-hours img {
    display: none;
  }
  .opening-hours .row {
    margin-left: 0px;
  }
  .opening-hours .row-left {
    margin-right: 90px;
  }
  .opening-hours .row-right {
    margin-left: 48px;
  }
}

.our-menu {
  text-align: center;
  position: relative;
  padding: 0px 286px;
}

.our-menu .menuImg {
  padding: 100px 20px;
}

.our-menu h2 {
  color: #e2c050;
  margin-bottom: 30px;
}

.our-menu ul {
  text-align: left;
  line-height: 2;
}

.our-menu ul li {
  font-weight: bold;
}

.our-menu .detail {
  font-size: 10px;
  font-weight: normal;
}

.our-menu span {
  font-size: 15px;
  margin-left: 178px;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.right-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.menu-btn {
  padding: 15px;
  font-weight: bold;
  background-color: #fff;
  margin-top: 30px;
}

.menu-btn:hover {
  background: #e2c050;
  -webkit-transition: 1s;
  transition: 1s;
}

.menu-btn:hover a {
  color: #fff;
}

.menu-btn a {
  text-decoration: none;
  color: #888;
}

.menu-button::before, .menu-button::after {
  content: '';
  display: inline-block;
  border-top: 1px solid #888;
  width: 200px;
}

@media (max-width: 800px) {
  .our-menu {
    padding: 0px 0px;
  }
  .our-menu .menuImg {
    padding: 50px 0;
  }
  .our-menu h2 {
    font-size: 24px;
  }
  .our-menu .left-img, .our-menu .right-img {
    display: none;
  }
  .our-menu ul {
    margin-left: -35px;
  }
  .our-menu .menu-button::before, .our-menu .menu-button::after {
    width: 100px;
  }
}

@media (max-width: 415px) {
  .our-menu {
    padding: 0px 22px;
  }
  .our-menu ul {
    margin-left: 0px;
  }
  .our-menu .menu-button::before, .our-menu .menu-button::after {
    width: 15px;
  }
  .our-menu .menu-btn {
    padding: 10px;
    margin-top: 30px;
  }
}

.testimonial {
  background: url(../img/testimonial-background.jpg);
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  background-attachment: fixed;
}

.testimonial .ourstory-design {
  width: 232px;
  margin-top: -17px;
  margin-left: 532px;
}

.testimonial h2 {
  color: #ebd489;
  padding-top: 50px;
  font-size: 35px;
  text-align: center;
}

.testimonial .row {
  position: absolute;
  top: 43%;
  left: 27%;
  width: 300%;
  -webkit-transition: 1s;
  transition: 1s;
}

.testimonial .col-4 {
  max-width: 100%;
}

.testimonial .user-text {
  color: #fff;
}

.testimonial .user-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial .user-image img {
  width: 50px;
  border-radius: 10px;
  margin-top: 10px;
}

.testimonial .user-image .user-rating {
  color: #e2c050;
  margin: 22px 0 0 10px;
}

.testimonial .indicator {
  position: absolute;
  top: 75%;
  left: 48%;
}

.testimonial .indicator .slider-btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10%;
  background-color: #fff;
  cursor: pointer;
}

.testimonial .indicator .active {
  width: 20px;
  background-color: #ebd489;
}

@media (min-width: 1600px) {
  .testimonial .user-image {
    margin: 55px 0 0 335px;
  }
  .testimonial .user-text {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: -32%;
    margin-left: 79px;
  }
  .testimonial .indicator {
    margin-left: -5px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .testimonial .ourstory-design {
    width: 232px;
    margin-top: -20px;
    margin-left: 233px;
  }
  .testimonial .user-image {
    margin: 45px 0 0 95px;
  }
  .testimonial .user-text {
    max-width: 447px;
    text-align: center;
    position: absolute;
    top: -32%;
    margin-left: -41px;
  }
  .testimonial .indicator {
    margin-left: -5px;
  }
}

@media (max-width: 415px) {
  .testimonial {
    position: relative;
  }
  .testimonial .ourstory-design {
    margin-left: 59px;
  }
  .testimonial .user-image {
    margin: 70px 0 0 9px;
  }
  .testimonial .user-text {
    max-width: 319px;
    text-align: center;
    position: absolute;
    top: -47%;
    margin-left: -71px;
  }
  .testimonial .indicator {
    margin-left: -5px;
  }
}

.contact-form {
  text-align: center;
  background-color: #141313;
  color: #fff;
}

.contact-form .ourstory-design {
  width: 166px;
  margin-top: -126px;
  margin-left: 1px;
}

.contact-form h2 {
  color: #ebd489;
  padding: 50px 0;
  font-size: 35px;
}

.contact-form ul {
  line-height: 3;
  text-align: left;
  margin-left: 30%;
  font-weight: bold;
}

.contact-form ul input {
  width: 480px;
  height: 50px;
  background-color: #fff;
  border: 0px;
  outline-color: #ebd489;
  border-radius: 5px;
}

.contact-form ul textarea {
  width: 480px;
  border: 0px;
  outline-color: #ebd489;
  border-radius: 5px;
}

.contact-form button {
  padding: 1px 15px;
  border-radius: 5px;
  background-color: #ebd489;
  font-weight: bold;
  color: #888;
  outline: none;
  border: 0px;
  margin-bottom: 20px;
}

.contact-form button:hover {
  background-color: #bd9f3e;
}

@media (max-width: 415px) {
  .contact-form ul {
    margin-left: 0%;
  }
  .contact-form ul input {
    width: 300px;
  }
  .contact-form ul textarea {
    width: 300px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .contact-form ul {
    margin-left: 11%;
  }
}

iframe {
  padding: 0;
  border: none;
  outline: none;
}

.footer {
  background-color: #141313;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 10px 0;
}

.footer ul li {
  text-decoration: none;
  color: #fff;
  padding-left: 30px;
}

.footer ul li a {
  color: #fff;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer ul li a:hover {
  color: #ebd489;
}

.menu-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/menu-banner.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/menu-banner.jpg);
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.menu-banner .welcome-text {
  top: 35%;
}

.menu-banner .welcome-slogan {
  top: 46%;
}

.menu-banner .design {
  top: 50%;
}

.main-menu {
  text-align: center;
  position: relative;
}

.main-menu .menuImg {
  padding: 80px 0;
}

.main-menu .col-12 {
  margin-bottom: 50px;
}

.main-menu .ourstory-design {
  display: block;
  margin: auto;
  width: 250px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.main-menu h2 {
  color: #e2c050;
  margin-bottom: 30px;
}

.main-menu ul {
  text-align: left;
  line-height: 2;
  margin-left: 300px;
}

.main-menu ul li {
  font-weight: bold;
}

.main-menu ul hr {
  max-width: 65%;
}

.main-menu .detail {
  font-size: 10px;
  font-weight: normal;
}

.main-menu span {
  font-size: 15px;
  margin-left: 178px;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1600px) {
  .menu-banner .welcome-text {
    top: 25%;
  }
  .menu-banner .welcome-slogan {
    top: 35%;
  }
  .menu-banner .design {
    top: 38%;
  }
  .main-menu .menuImg {
    display: block;
    text-align: center;
  }
  .main-menu ul {
    margin-left: 285px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .menu-banner .navbar-nav {
    background-color: #141313;
  }
  .menu-banner .welcome-text {
    top: 23%;
    font-size: 35px;
    left: 51%;
  }
  .menu-banner .welcome-slogan {
    top: 30%;
    left: 51%;
    font-size: 18px;
  }
  .menu-banner .design {
    top: 33%;
    left: 51%;
  }
  .main-menu .menuImg {
    display: block;
    text-align: center;
  }
  .main-menu .row ul li {
    width: 635px;
  }
  .main-menu ul {
    margin-left: 100px;
  }
  .main-menu hr {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .menu-banner {
    height: 425px;
  }
  .menu-banner .welcome-text {
    top: 23%;
    font-size: 18px;
    left: 50%;
  }
  .menu-banner .welcome-slogan {
    top: 28%;
    left: 50%;
    font-size: 11px;
  }
  .menu-banner .design {
    top: 30%;
    left: 50%;
    width: 100px;
  }
  .main-menu .row ul li {
    width: 260px;
  }
  .main-menu ul {
    margin-left: 19px;
  }
  .main-menu hr {
    width: 500px;
  }
}

.gallery-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/menu-banner.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/menu-banner.jpg);
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.gallery-banner .welcome-text {
  top: 35%;
}

.gallery-banner .welcome-slogan {
  top: 46%;
}

.gallery-banner .design {
  top: 50%;
}

#container {
  margin: auto;
}

.grid-item {
  display: inline-block;
  height: 340px;
  overflow: hidden;
  text-align: center;
  width: 400px;
  border-radius: 2px;
}

.grid-item img {
  width: 100%;
  height: auto;
}

.grid-item img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.filters {
  width: 50%;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: auto;
}

.filters ul {
  list-style: none;
  padding: 20px 10px;
  -webkit-box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  margin: 0 40px;
  border-radius: 30px;
  background-color: #232323;
}

.filters li {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: #b6b6b6;
  text-decoration: none;
}

.filters li a:hover {
  color: #fff;
}

.filters li:hover {
  -webkit-box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

.filters li.active a {
  color: #e3ca66;
  border: 1px solid #e3ca66;
  border-radius: 15px;
  -webkit-box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
}

@media (min-width: 1600px) {
  .gallery-banner .welcome-text {
    top: 25%;
  }
  .gallery-banner .welcome-slogan {
    top: 35%;
  }
  .gallery-banner .design {
    top: 38%;
  }
  .main-menu .menuImg {
    display: block;
    text-align: center;
  }
  .main-menu ul {
    margin-left: 285px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .navbar-nav {
    background-color: #141313;
  }
  .gallery-banner {
    height: 425px;
  }
  .gallery-banner .welcome-text {
    top: 21%;
    font-size: 31px;
    left: 50%;
  }
  .gallery-banner .welcome-slogan {
    top: 26%;
    left: 50%;
    font-size: 14px;
  }
  .gallery-banner .design {
    top: 28%;
    left: 50%;
    width: 100px;
  }
}

@media (max-width: 400px) {
  .navbar-nav {
    background-color: #141313;
  }
  .gallery-banner {
    height: 425px;
    overflow: hidden;
  }
  .gallery-banner .welcome-text {
    top: 23%;
    font-size: 26px;
    left: 52%;
  }
  .gallery-banner .welcome-slogan {
    top: 33%;
    left: 50%;
    font-size: 11px;
  }
  .gallery-banner .design {
    top: 35%;
    left: 50%;
    width: 100px;
  }
  .filters ul {
    margin: 0 15px;
  }
  .grid-item {
    width: 340px;
  }
}
/*# sourceMappingURL=main.css.map */