a.nav-link h1 {
  /* font-size: 12px; */
  font-weight: 700;


  display: block;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  font-style: normal;
  line-height: 10px;
  font-size: 12px !important;
  letter-spacing: 0.1em; line-height: 1.5;
  font-family: "Proxima Nova Rg";
  margin: 0px;
}
.mhead {
  position: relative;
  border: 3px double;
  width: max-content;
  padding: 18px 35px;
  margin-bottom: 20px;
  font-size: 28px !important;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-transform: capitalize;
  font-family: "Berpatu";
}
.mhead .bbotm {
  position: absolute;
  bottom: -13px;
  width: 33px !important;
  display: block;
  margin: auto;
  left: 0px;
  right: 0px;
}

.btntag {
  color: #343134;
  font-size: 16px;
  margin-right: 5px;
}

p,
li {
  font-family: "Futura Bk BT" !important;
  font-size: 15px !important;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
  color: #bb69b8;
  background-color: #f3d0f2;
  border-color: #f3d0f2;
  z-index: 999;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.datepicker td,
.datepicker th {
  padding: 5px 10px;
}

#bookdinner .price-outer span.input-group-text.bg-light.d-block {
  background: #f3d0f2 !important;
  color: #892e86;
}
#bookdinner .price-outer button {
  width: auto;
  border: none;
  background: #f3d0f2;
  padding: 5px;
  cursor: pointer;
  color: #892e86;
}
#bookdinner .dp-flex {
  border: 3px double #e7e7e7;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
#bookdinner input#datepickerbook {
  border: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  cursor: pointer;
  background: transparent;
}
#bookdinner button.book-btn {
  display: block;
  margin-top: 20px;
  width: 100%;

  text-transform: capitalize;
}

#bookdinner .price-outer .form-control {
  border: 3px double #e7e7e7;
}

#myModal .modal-title {
  font-size: 19px;
  font-weight: 900;
}
#myModal .form-control {
  font-size: 13px;
}
.form-group {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: bold;
}




.nav-item {
  font-family: Old Standard TT;
  font-weight: 400;
  font-style: normal;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body {
  position: relative;

  padding: 0px 0px;

  margin: auto;
}



li.booknow i {
  margin-left: 7px;
}



.nav-item {
  font-family: Old Standard TT;
  font-weight: 400;
  font-style: normal;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.animate__fadeIn {
  animation: animatetop 0.2s ease-in-out;
}
@keyframes animatetop {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}
.dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;

}
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}


.mconetnfull {
  width: 1130px;
  margin: auto;
  display: flex;
}


.testimonial-inner .viewmore:hover {
  background: #3a3a3a;
}

a.btn.btn-primary.back-btn {
  display: none;
}



/* fix menu */

.fixmenu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #f3d0f2;
  width: 100%;
  padding: 10px;
  z-index: 99;
}
.fixmenu ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
}
.fixmenu ul li {
  display: inline-flex;
}
.fixmenu ul li a {
  background: #fff;
  color: #bb69b8;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 100px;
  text-transform: capitalize;
}
a {
  text-decoration: none;
}

.fixmenu {
  display: none;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover,
  .dropdown-menu > li.show {
    background: transparent;
    color: white;
  }
  .dropdown-menu > li.show > a {
    color: white;
  }
}

@media (max-width: 767px) {
 




  #btn-back-to-top {
    position: fixed;
    bottom: 65px;
    right: 13px;
    display: none;
  }








  .mbtitlesc {
    padding: 10px 0px;
    margin-right: 10px;
  }

  .mbbook {
    margin: auto;
  }

  .mbbook a {
    padding: 15px;
  }
  .mbcn a {
    display: inline-flex;
  }
  span.rightbxtp a {
    color: #bb69b8;
    text-decoration: none;
    font-size: 20px !important;
    margin-right: 10px;
  }
  span.rightbxtp a:last-child {
    margin-right: 0px;
  }

  .nav-item {
    align-items: center;
    border-bottom: 1px dotted #f3d0f2;
  }
  .mbcn {
    justify-content: space-between;
    display: flex !important;
  }

 

  .fixmenu {
    display: block;
  }


  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #6e7649;
  }
}

@media (max-width: 413px) {



}

@media (max-width: 374px) {

  .gallery a.mx-auto.btn.btn1 {
    font-size: 18px!important;

}

.gallery .btn.btn1 {
  min-width: 354px;
  padding: 56px 40px;

}
  .help h4 {
    left: -83px;
  }
  .fixmenu ul li a {
    padding: 5px 10px;
  }

}

.ui-state-disabled {
  color: #cddce3;
}

div#ui-datepicker-div {
  background: #fff;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546e7a;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}

/* ui end css */
