html{
  scroll-behavior: smooth;
}
body{
  font-family: "DM Sans"!important;
  scroll-behavior: smooth;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #e4c590;
}

.slider-Content {
  font-size: 40px !important;
}
.inner-bar .inner-box h3 {
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

.count-box span {
  font-family: "DM Sans";
}

.newsletter-area {
  position: relative;
  background: var(--color-four);
  padding-top: var(--padding-top-60);
  padding-bottom: var(--padding-bottom-60);
}

.newsletter-content h5 {
  font-size: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "DM Sans";
  color: #e4c590;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #2b2b2b;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #e4c590;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.footer-flex {
  display: flex;
  justify-content: center;
}
.footer-flex-sep {
  padding: 10px;
  margin: 5px;
}

.footer-flex-sep .ft-logo {
  width: 200px;
  margin-bottom: 10px;
}

.footer-flex-sep p {
  font-weight: 100;
  color: #c3c3c3;
}
.footer-social {
  display: flex;
  margin-top: 30px;
}

.footer-social li {
  margin-right: 10px;
}

.footer-social li a:hover {
  color: white;
}

.footer-social li a i {
  font-family: Fontawesome;
  width: 40px;
  height: 40px;
  background: #000000;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 2px 2px 3px #121212;
}

.footer-flex-sep h5 {
  text-transform: uppercase;
  font-family: "DM Sans";
  color: #c3c3c3;
  margin-bottom: 10px;
}

.footer-flex-sep .ft-navigations li {
  margin-bottom: 10px;
}

.footer-flex-sep .ft-navigations li a {
  color: #c3c3c3;
}

.footer-flex-sep span {
  display: block;
}

.footer-flex-sep .ft-separator {
  margin-bottom: 10px;
}

.footer-flex-sep .ft-separator a {
  color: #c3c3c3;
}

.copyright-masaMore {
  padding: 10px;
}

.copyright-masaMore p {
  margin-bottom: 0px;
}

.galsections {
  padding-top: 50px !important;
}

.galsections .auto-container .title-box {
  margin-bottom: 20px !important;
}

.contactinfo-block .inner-box .footer-social {
  text-align: center;
  margin: 0 20px;
}

.MenuNav{
  width: 100%;
  position: sticky;
  top: 0px;
  background: #171819;
  z-index: 999999;
  box-shadow: 0px 2px 2px #363636;
  padding: 10px 0px;
}
.MenuNav-flex{
  display: flex;
  justify-content: center;
  text-align: center;
}
.MenuNav-flex-sep{
  padding: 5px;
  margin: 5px;
}
.multiple-items .bNavMenu{
  display: flex;
  align-items: center;
}
.multiple-items .bNavMenu .navImg img{
  width: 50px;
  margin-right: 10px;
  height: 50px;
}
.multiple-items .bNavMenu .navHeader span{
  font-size: 15px;
}
.itemNavbar a .bNavMenu .navHeader span{
  color: #282828;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.itemNavbar{
  margin: 0px 10px;
  box-shadow: rgb(172 172 172) 5px 1px 5px;
  border: 3px solid white;
  overflow: hidden;
  background: #e4c590;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #ffffff!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menuFullImage{
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 200px 0px;
}
.menuFullImage img{
  width:100%
}
.slick-prev, .slick-next{
  z-index: 999999;
}
.meimg{
  display: none;
}
.mainMenuContainer{
  height: 100vh;
  overflow: auto!important;
}

.modal-header{
  padding: 5px 10px!important;
}
.modal-header img{
  width: 180px;
}
.modal-body{
  background: #000;
}
.modal-body .default-form.reservation-form form button{
  padding: 5px 10px;
  background: #e4c590;
  color: #222222;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.modal-body .default-form.reservation-form form .form-group{
  margin-bottom: 10px!important;
}

.modal-body .default-form.reservation-form form .form-group .field-inner input{
  padding: 5px 10px!important;
  height: 40px!important;
}

.btn-close {
  box-sizing: content-box;
  width: 5px;
  height: 5px;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../site-images/logo-icons/close.svg);
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
  position: absolute;
  right: 18px;
  top: 15px;
}

.modal-dialog {
  margin: 7rem auto;
}

@media only screen and (max-width: 991px) {
  .banner-section .slide-item .inner {
    padding-top: 0px !important;
  }

  .main-header .nav-toggler {
    position: absolute !important;
    float: right !important;
    right: 0px !important;
    top: 10px !important;
    padding: 0px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: none;
  }
  .main-box {
    display: flex;
    align-items: center;
  }
  .footer-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .newsletter-content h5 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .contactinfo-block .inner-box .footer-social {
    text-align: center;
    margin: 0 60px;
  }
  .slick-next {
    right: -17px!important;
    top: 27px!important;
  }
  .slick-prev {
    left: -13px!important;
    top: 27px!important;
  }
  .MenuNav {
    top: 0px!important;
    padding: 10px 0px 10px!important;
  }
}
