/* Removed problematic @font-face declarations - using web-safe fonts instead */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}
body.dark-version {
  background: #000000;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  position: relative;
}
* {
  outline: none;
}
.container {
  max-width: 1280px;
}

@media (min-width: 2000px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}

#mask {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
}
body.dark-version .navbar li .dropdown-item {
  color: #ffffff !important;
}
body.dark-version .dropdown-item:focus,
body.dark-version .dropdown-item:hover {
  background: #ff7200 !important;
}
.material-icon .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: material-rotate-all 1s linear infinite;
}

.material-icon .spinner .left-side,
.material-icon .spinner .right-side {
  animation: material-fade-in-first 1.2s linear infinite alternate;
}

.material-icon .spinner.color-2 .left-side,
.material-icon .spinner.color-2 .right-side {
  animation: material-fade-in-second 1.2s linear infinite alternate;
}

.material-icon .left-side,
.material-icon .right-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.material-icon .left-side {
  left: 0;
}

.material-icon .right-side {
  right: 0;
}

.material-icon .bar {
  border-color: #ff7200;
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  border: 6px solid #ff7200;
  position: relative;
}

.material-icon .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #ff7200;
  position: absolute;
  border-radius: 6px;
}

.material-icon .right-side .bar {
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  animation: material-rotate-right 0.75s linear infinite alternate;
}

.material-icon .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}

.material-icon .left-side .bar {
  border-right: none;
  transform: rotate(10deg);
  transform-origin: right center;
  animation: material-rotate-left 0.75s linear infinite alternate;
}

.material-icon .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}

@keyframes material-rotate-left {
  to {
    transform: rotate(30deg);
  }
  0% {
    transform: rotate(175deg);
  }
}

@keyframes material-rotate-right {
  0% {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}

@keyframes material-rotate-all {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}

@keyframes material-fade-in-first {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes material-fade-in-second {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.material-icon {
  top: 50%;
  height: 65px;
  width: 65px;
  position: relative;
  margin: -32px auto 0;
  display: block;
}

#slider1 h2 {
  /* font-family: "Brush Script MT", cursive; */
  line-height: 200px;
  font-size: 45.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.53;
  letter-spacing: normal;
  text-align: center;
  color: #f9f9f9;
  padding: 0px 10px;
}
#slider1 h2 span {
  color: #ff7200;
  font-size: 70px;
}

/* Playfair Display font styling for Welcome to text */
#slider1 h2 p.rev-p[style*="Playfair Display"] {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-shadow: 2px 1px 0 rgb(233 201 84) !important;
  letter-spacing: 0.5px !important;
}

#slider1 p.title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.72;
  letter-spacing: -2px;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
  text-shadow: 2px 1px 0 rgb(233 201 84);
}

#slider1 p.title.multi-color .word1 {
  color: #ff7200; /* Orange - restaurant brand color */
  text-shadow: 2px 1px 0 rgba(233, 201, 84, 0.8);
}

#slider1 p.title.multi-color .word2 {
  color: #ffffff; /* White */
  text-shadow: 2px 1px 0 rgb(233, 201, 84);
}

#slider1 p.title.multi-color .word3 {
  color: #e9c954; /* Gold accent color */
  text-shadow: 2px 1px 0 rgba(255, 114, 0, 0.6);
}
#slider1 p.description {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.51;
  letter-spacing: normal;
  text-align: center;
  color: #f9f9f9;
  min-width: 74vw;
  /* width: 570px; */
}
.borderR15 {
  border-radius: 15px;
}
#slider1 .text {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 21.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8e8d8d;
}
#slider1 .tp-revslider-slidesli .tp-mask-wrap {
  height: 300px;
  padding-top: 10px;
}
#slider1 a.bt-orange:hover {
  border: solid 1px #ffffff;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
#slider1 a.bt-orange {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: solid 1px #e65c00;
  background-color: #e65c00;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-stretch: normal;
  /* font-size: 15.5px; */
  text-align: center;
  /* line-height: 12px; */
  padding: 20px 60px;
  transition: all 0.5s ease !important;
  /* margin:0px 36px; */
  float: none;
}
a.bt-default:hover {
  border: solid 1px #e65c00;
  background-color: #e65c00;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
a.bt-orange.center {
  display: table;
  margin: auto;
  float: none;
  margin-top: 50px;
}
a.bt-default {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-stretch: normal;
  font-size: 15.5px;
  text-align: center;
  line-height: 12px;
  padding: 25px 60px;
  transition: all 0.5s ease !important;
}
a.bt-orange:hover,
a.bt-orange:active,
a.bt-orange:focus,
button.bt-orange:hover,
button.bt-orange:active,
button.bt-orange:focus {
  border: solid 1px #e65c00;
  background: #e65c00;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
a.bt-orange,
button.bt-orange {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ef7f1c;
  border-radius: 35px;
  border: 1px solid #ef7f1c;
  color: #ffffff;
  float: left; /* Float makes display: inline-block unnecessary */
  font-weight: 500;
  font-stretch: normal;
  font-size: 15.5px;
  text-align: center;
  line-height: 8px;
  padding: 17px 31px;
  transition: all 0.5s ease !important;
  cursor: pointer;
}

.tp-bgimg {
  background-color: rgba(0, 0, 0, 5) !important;
}

.tp-bgimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 0;
}
.design-slider a.bt-orange {
  padding: 24px 41px;
}
body.dark-version a.bt-orange,
body.dark-version #slider1 a.bt-orange,
body.dark-version a.bt-default:hover,
body.dark-version .loadmore.min span {
  background: #1ea022;
  border: 1px solid #1ea022;
}
body.dark-version #slider1 a.bt-orange:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
body.dark-version a.bt-orange.bt-menu-reserve {
  background: #e65c00;
  border: 1px solid #e65c00;
}
.overlayer-fixed.fixed-small a.bt-orange.bt-menu-reserve:hover {
  border: 1px solid #e65c00;
  background: transparent;
  color: #e65c00;
}
a.bt-orange.bt-menu-reserve:hover,
body.dark-version a.bt-orange.bt-menu-reserve:hover,
body.dark-version
  .overlayer-fixed.fixed-small
  a.bt-orange.bt-menu-reserve:hover {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
a.bt-orange.left,
button.bt-orange.left {
  float: left;
}
a.bt-orange span,
button.bt-orange span {
  left: 10px;
  position: relative;
}
a.bt-orange span.left0,
button.bt-orange span.left0 {
  left: 0px;
}
a.bt-orange span img,
.loadmore span img,
.booking-form label span img,
button.bt-orange span img {
  overflow: hidden;
  height: 13px;
  width: auto;
  filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg)
    brightness(113%) contrast(96%);
  top: -1px;
}
.item-rating-p {
  font-size: 22px !important;
  color: #fd9d3e !important;
  text-shadow: #000000 1px 1px 1px;
}
a.bt-orange:hover span,
button.bt-orange:hover span {
  animation-duration: 1s;
  animation-name: btArrow;
  animation-iteration-count: infinite;
}
a.bt-orange.featured {
  padding: 17px 43px;
  background: #ce9852;
  border: 1px solid #ce9852;
}
a.bt-orange.bt-menu-reserve {
  /* padding: 16px 27px; */
  text-transform: uppercase;
  letter-spacing: normal;
  /* font-size: 15px; */
  /* margin-right: 25px; */
  width: 170px;
  color: white !important;
}
.section.menu a.bt-orange.featured:hover {
  border: solid 1px #e65c00;
  background-color: #e65c00;
}
#slider1 .btns-box {
  text-align: center !important;
}
#slider1 .tparrows {
  cursor: pointer;
  background: transparent;
  width: 59px;
  height: 59px;
  position: absolute;
  display: block;
  z-index: 1000;
  margin-top: -100px;
}
/*----------------- basics end -------------------*/

/*----------------- navbar start -------------------*/
.navbar {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  list-style: none;
  margin: 0;
  /* margin: 5px 0; */
  padding: 0;
  transition: margin 0.5s ease;
}

.navbar li {
  display: inline-block;
  margin: 0 12px;
}

.navbar li .dropdown-item,
.navbar li .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.06;
  letter-spacing: 0.2px;
  transition: all 0.5s ease;
  position: relative;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 8px 7px;
}
.navbar li .dropdown-item {
  color: #0e0e0f;
}
@media (max-width: 991.98px) {
  .navbar li .dropdown-item,
  .navbar li .nav-link {
    text-align: center;
    color: #0e0e0f;
  }
  .grid-item {
    padding-bottom: 24px;
  }
}

.navbar li .dropdown-item:hover,
body.dark-version .navbar li .dropdown-item:hover,
.navbar li .nav-link.active,
.navbar li .nav-link:hover {
  color: #e65c00 !important;
}
.navbar li .dropdown-item.active {
  color: #ffffff;
}

.navbar li .dropdown-item.active,
.navbar li .dropdown-item:active {
  background-color: #e65c00;
  color: #ffffff;
}

.navbar li .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #e65c00 !important;
  transition: width 0.5s ease;
}

@media (max-width: 991.98px) {
  .navbar li .nav-link:before {
    left: 50%;
    margin-left: -10px;
  }
}

.navbar li .nav-link.active,
.navbar li .nav-link:hover {
  color: #e65c00;
}

.navbar li .nav-link.active:before,
.navbar li .nav-link:hover:before {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar li:last-child .nav-link {
    margin-right: 0;
  }
  .navbar li:first-child .nav-link {
    margin-left: 0;
  }
}
.navbar li {
  display: inline-block;
  margin: 0 42px;
}
.contact-address > ul {
  padding-left: 0;
}
li.nav-social {
  margin-left: 0px;
  list-style: none;
}

li.nav-social ul {
  margin: 0;
  padding: 0;
}

li.nav-social ul li {
  padding: 0 20px 0 0;
  min-width: 20px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
}
li.nav-social ul li a {
  color: #000;
}
li.nav-social ul li a:hover {
  color: #e65c00;
}
li.nav-social ul .nav-link {
  width: 100%;
  text-align: center;
  padding: 0;
}

li.nav-social ul .nav-link:before {
  display: none;
}

.vmenu .navbar {
  padding: 0;
}

.vmenu .navbar > .container {
  padding: 0;
  display: block;
}

.vmenu .navbar .navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
}

.vmenu .navbar .navbar-brand:before {
  display: none;
}

.vmenu .navbar .navbar-nav {
  display: block;
  margin-top: 60px;
}

.vmenu .navbar .navbar-nav .nav-link {
  padding: 0;
  margin: 39px 0;
  font-size: 14px;
  letter-spacing: 2.6px;
  font-weight: 400;
}

.vmenu .navbar .navbar-nav .nav-link:before {
  bottom: -2px;
}

.vmenu .navbar .navbar-collapse {
  display: block !important;
}

.lightmenu .navbar li .nav-link,
.lightmenu .navbar li .nav-link.active,
.lightmenu .navbar li .nav-link:hover {
  color: #fff;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler-icon {
  background-image: url(../img/demo/icons/hamburguer.svg);
}

.hambuger {
  margin-left: 33px !important;
}
.onlyresponsive {
  display: none !important;
}
/* .onlydesktop{
    display: block !important;
} */
.justify-content-center {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-icon {
  position: absolute;
  overflow: hidden;
  float: left;
  margin: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  /* width: 40px; */
  height: 17px;
  font-size: 16px;
  z-index: 1;
  padding: 0;
  right: 0px;
  /* top: -5px; */
  background-color: transparent;
}

@media (min-width: 768px) {
  .dropdown-icon {
    padding: 0;
    top: 8px;
    right: 0;
  }
}

@media screen and (min-width: 40em) {
  .dropdown-icon {
    font-size: 20px;
  }
}

@media screen and (min-width: 64em) {
  .dropdown-icon {
    font-size: 20px;
  }
}

.dropdown-icon:focus {
  outline: none;
}

.dropdown-icon span {
  display: block;
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.dropdown-icon span:after,
.dropdown-icon span:before {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  height: 2px;
}
.bodypadding {
  padding-top: 180px;
}
header.overlayer-fixed.bodypadding {
  background: #ffffff;
}
.bt-orange.bt-reserve-slider {
  margin-top: 10px;
}
body.bodypadding header.overlayer-fixed .navbar li .dropdown-item,
body.bodypadding header.overlayer-fixed .navbar li .nav-link {
  color: #0e0e0f;
}
body.dark-version.bodypadding header.overlayer-fixed .navbar li .dropdown-item,
body.dark-version.bodypadding header.overlayer-fixed .navbar li .nav-link {
  color: #ffffff;
}
body.bodypadding header.overlayer-fixed .navbar li .dropdown-item:hover,
body.bodypadding header.overlayer-fixed .navbar li .nav-link:hover,
body.bodypadding header.overlayer-fixed .navbar li .nav-link.active {
  color: #e65c00 !important ;
}
body.dark-version .dropdown-menu.show {
  background: #000000;
}
body.bodypadding header.overlayer-fixed a.mr-3 {
  color: #0e0e0f !important;
}
body.dark-version.bodypadding header.overlayer-fixed a.mr-3 {
  color: #ffffff !important;
}
body.bodypadding header.overlayer-fixed a.mr-3:hover {
  color: #e65c00 !important;
}

.header.overlayer-fixed.fixed-small .dropdown-icon span,
.header.overlayer-fixed.fixed-small .dropdown-icon span:after,
.header.overlayer-fixed.fixed-small .dropdown-icon span:before,
.header.overlayer-fixed.design-page .dropdown-icon span,
.header.overlayer-fixed.design-page .dropdown-icon span:after,
.header.overlayer-fixed.design-page .dropdown-icon span:before {
  background-color: #0e0e0f;
}
body.dark-version .header.overlayer-fixed.design-page .dropdown-icon span,
body.dark-version .header.overlayer-fixed.design-page .dropdown-icon span:after,
body.dark-version
  .header.overlayer-fixed.design-page
  .dropdown-icon
  span:before {
  background: #ffffff;
}
a.mr-3 {
  color: #ffffff !important;
}
a.mr-3:hover {
  color: #e65c00 !important;
}
.header.overlayer-fixed.fixed-small .fab {
  color: #0e0e0f !important;
}
body.dark-version .header.overlayer-fixed.fixed-small .fab {
  color: #ffffff !important;
}
body.dark-version .header.overlayer-fixed a.mr-3:hover {
  color: #e65c00;
}
.header.overlayer-fixed.design-page {
  background: transparent;
}
.header.overlayer-fixed.design-page .navbar-brand {
  display: none;
}
.header.overlayer-fixed.design-page .navbar-brand.black {
  display: block;
}
body.dark-version .header.overlayer-fixed.design-page .navbar-brand {
  display: block;
}
body.dark-version .header.overlayer-fixed.design-page .navbar-brand.black {
  display: none;
}
.dropdown-icon.invert span,
.dropdown-icon.invert span:after,
.dropdown-icon.invert span:before {
  background-color: #0e0e0f;
}

.dropdown-icon span:before {
  bottom: 7px;
}

.dropdown-icon span:after {
  top: 5px;
  width: 30px;
  margin-left: 10px;
}

.dropdown-icon--animate {
  background-color: transparent;
}

.dropdown-icon--animate span,
.dropdown-icon--animate span:after,
.dropdown-icon--animate span:before {
  transition: background 0s 0.2s;
}

.dropdown-icon--animate span:after,
.dropdown-icon--animate span:before {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.dropdown-icon--animate span:before {
  transition-property: top, transform;
}

.dropdown-icon--animate span:after {
  transition-property: bottom, transform;
}

.dropdown-icon--animate.is-active {
  background-color: transparent;
}

.dropdown-icon--animate.is-active span {
  background: none;
}

.dropdown-icon--animate.is-active span:after,
.dropdown-icon--animate.is-active span:before {
  background-color: #0e0e0f;
}

.dropdown-icon--animate.is-active span:before {
  top: 3px;
  transform: rotate(45deg);
}

.dropdown-icon--animate.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.dropdown-icon--animate.is-active span:after,
.dropdown-icon--animate.is-active span:before {
  transition-delay: 0s, 0.2s;
}
.header {
  max-width: 100%;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0);
  position: relative;
}

.header.fullwidth {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.header.fullwidth .container-fluid {
  width: 100%;
}
.mt150 {
  margin-top: 150px;
}
.btns-social-slider {
  display: block;
  clear: both;
  margin-top: 160px;
}
.btns-social-slider .navbar li:first-child {
  margin-left: 0px;
}
.btns-social-slider a.mr-3 {
  color: #0e0e0f !important;
  border: 2px solid #0e0e0f;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  margin-right: 0px !important;
}
.btns-social-slider a.mr-3:hover {
  color: #e65c00 !important;
  border: 2px solid #e65c00;
}
body.dark-version .btns-social-slider a.mr-3 {
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
body.dark-version .btns-social-slider a.mr-3:hover {
  color: #e65c00 !important;
  border: 2px solid #e65c00;
}
.align-middle {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.align-bottom {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin-top: -100px;
}
.header.overlayer {
  position: absolute;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  top: 0px;
}

.header.overflow {
  transition: top 0.5s ease;
  position: fixed;
  top: -110px;
  background-color: #fff;
}

.header.overflow.fixed {
  top: 0;
}

.header.overlayer-fixed {
  position: absolute;
  z-index: 3;
  padding-top: 12px;
  width: 100%;
  top: 0px;
}
.header.overlayer-fixed > .row {
  max-width: 1280px;
  margin: 0 auto;
}
.header.overlayer-fixed.fullwidth > .row {
  max-width: 95%;
  margin: 0 auto;
}
.header.overlayer-fixed.fixed-small {
  background-color: #fff;
  /* padding-bottom: 10px; */
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  width: 100%;
  position: fixed;
  /* padding-top: 10px; */
  top: 0px;
  left: 0px;
}
.header.overlayer-fixed.fixed-small > .row {
  max-width: 1280px;
  margin: 0 auto;
}
/* .header.overlayer-fixed.fixed-small .justify-content-between{
    padding:15px 0px !important;
} */

.header.overlayer-fixed.fixed-small .nav-link {
  color: #0e0e0f;
}

.header.overlayer-fixed.fixed-small .navbar li .nav-link.active,
.header.overlayer-fixed.fixed-small .navbar li .nav-link:hover {
  color: #e65c00;
}

.header.overlayer-fixed.fixed-small .navbar {
  margin-top: 0px;
}

.header.overlayer-fixed.fixed-small .nav-link {
  padding-top: 0;
}

.header.overlayer-fixed.fixed-small .navbar-brand {
  width: auto;
}

.vmenu .header {
  padding: 55px 58px;
}
li.nav-item.dropdown.show .dropdown-menu {
  padding: 0.5rem 10px;
}
.navbar-brand {
  width: auto;
  margin: 0px;
  padding: 0;
  transition: width 0.5s ease;
}
.overlayer-fixed .navbar-brand {
  display: block;
}

.overlayer-fixed .navbar-brand.black {
  display: none;
}

.overlayer-fixed.fixed-small .navbar-brand {
  display: none;
}

.overlayer-fixed.fixed-small .navbar-brand.black {
  display: block;
}
body.bodypadding .overlayer-fixed .navbar-brand {
  display: none;
}
body.bodypadding .overlayer-fixed .navbar-brand.black {
  display: block;
}
body.dark-version.bodypadding .overlayer-fixed .navbar-brand {
  display: block;
}
body.dark-version.bodypadding .overlayer-fixed .navbar-brand.black {
  display: none;
}
.navbar-brand img {
  max-width: 100%;
  margin-top: 3px;
  /* border-radius: 50%; */
}

.navbar-toggler-right {
  top: 20px;
}

@media (max-width: 991.98px) {
  .navbar-toggleable-md > .container {
    width: 100%;
  }
  .voffset-100-footer {
    margin-bottom: 10px !important;
  }
}

/*----------------- navbar end -------------------*/

/*----------------- overlay start -------------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}

.overlay .trigger-overlay {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
  z-index: 1;
  background-image: url(../img/demo/icons/close.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (min-width: 2000px) {
  .overlay .trigger-overlay {
    right: 54px;
    top: 54px;
  }
}

.overlay-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 54px;
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100px, 0) scale(0.95);
  opacity: 0 !important;
}

.overlay ul li:first-child {
  transition-delay: 0s;
}

.overlay ul li:nth-child(2) {
  transition-delay: 0.1s;
}

.overlay ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.overlay ul li:nth-child(4) {
  transition-delay: 0.3s;
}

.overlay ul li:nth-child(5) {
  transition-delay: 0.4s;
}

.overlay ul li:nth-child(6) {
  transition-delay: 0.5s;
}

.overlay ul li a {
  display: inline-block;
  transition: color 0.5s;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: -3px;
  text-align: center;
  color: #fff;
}

.overlay ul li a:before {
  content: "";
  width: 0;
  height: 4px;
  background-color: #e65c00;
  display: inline-block;
  position: relative;
  top: -16px;
  left: 43px;
  margin-right: 60px;
  transition: width 0.5s;
}

.overlay ul li.current a:before,
.overlay ul li:hover a:before {
  width: 90px;
}

.overlay ul li.current a {
  color: #fff;
}

.overlay ul li.current a:before {
  background-color: #e65c00;
}

.overlay ul li a:focus,
.overlay ul li a:hover {
  border-bottom: none;
  text-decoration: none;
}

.overlay-hugeinc,
.overlay-hugeinc.close {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 3;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  padding: 0;
}

.overlay-hugeinc.open ul li {
  transform: translateZ(0) scale(1);
  opacity: 1 !important;
}
/*----------------- overlay end -------------------*/

.uranus.tp-bullets {
  visibility: visible !important;
  opacity: 1 !important;
  top: 50%;
  transform: translateY(-50%);
  left: 99% !important;
  width: 11px !important;
}

.uranus .tp-bullet {
  width: 6px !important;
  height: 6px !important;
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.uranus .tp-bullet:after {
  display: none !important;
}

.uranus .tp-bullet.selected {
  width: 12px !important;
  height: 12px !important;
  opacity: 1;
  left: -3px !important;
}

.slick-arrow {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 52px;
  height: 52px;
  border: none;
  margin-right: 20px;
}
.testimonials-content .slick-arrow {
  right: auto;
  left: 0px;
}
.testimonials-content .slick-arrow.slick-next {
  left: 51px;
}

.slick-arrow.bottom {
  top: auto;
  bottom: -80px;
  margin-right: 10px;
}
.slick-arrow.bottom.mr20 {
  margin-right: 20px;
}
.slick-arrow.bottom.mr0 {
  margin-right: 0px;
  bottom: -140px;
}
.testimonials-content .slick-arrow.bottom.mr0 {
  bottom: -80px;
}
.slide-home .slick-arrow.bottom {
  bottom: 5px;
  width: 100px;
  height: 100px;
  z-index: 2;
  right: -109px;
}
.slide-home .slick-arrow.bottom.slick-prev {
  right: -10px;
}
.content-designslider {
  margin-left: -15px;
}

.slick-list,
.slick-slide {
  outline: none !important;
}
.design-page .navbar li.hambuger {
  position: relative;
  left: 120px;
}
.slick-arrow.slick-next {
  background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #e2dede;
  background-size: 8px 13px;
}
.slick-arrow.slick-prev {
  right: 52px;
  background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #f0f0f0;
  transform: rotate(180deg);
  background-size: 8px 13px;
}
.slick-slide {
  padding-right: 1px;
}
.slider-home .slick-slide {
  padding-right: 0px;
}
.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #191b1b;
  background-size: 8px 13px;
}
.slick-arrow.slick-prev.light:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #f0f0f0;
  background-size: 8px 13px;
}
.slick-arrow.slick-next.light:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #e2dede;
  background-size: 8px 13px;
}
.slick-arrow.slick-next.dark {
  background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #e2dede;
  background-size: 8px 13px;
}
.slick-arrow.slick-prev.dark {
  right: 52px;
  background: url(../img/demo/slick/bt-arrow-gray.svg) no-repeat center #f0f0f0;
  transform: rotate(180deg);
  background-size: 8px 13px;
}
.slick-arrow.slick-prev.dark:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #f0f0f0;
  background-size: 8px 13px;
}
.slick-arrow.slick-next.dark:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #e2dede;
  background-size: 8px 13px;
}
.testimonials-content .slick-arrow.slick-next,
body.dark-version .slick-arrow.slick-next {
  /* background: url(../img/demo/slick/bt-arrow-white.svg) no-repeat center #252727; */
  background-size: 8px 13px;
}
.testimonials-content .slick-arrow.slick-prev,
body.dark-version .slick-arrow.slick-prev {
  right: 52px;
  /* background: url(../img/demo/slick/bt-arrow-white.svg) no-repeat center #2f3131; */
  transform: rotate(180deg);
  background-size: 8px 13px;
}
.testimonials-content .slick-arrow.slick-prev:hover,
body.dark-version .slick-arrow.slick-prev:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #2f3131;
  background-size: 8px 13px;
}
.testimonials-content .slick-arrow.slick-next:hover,
body.dark-version .slick-arrow.slick-next:hover {
  background: url(../img/demo/slick/bt-arrow-orange.svg) no-repeat center
    #252727;
  background-size: 8px 13px;
}
.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: -1;
}
.section.testimonials .slick-dots {
  z-index: 1;
}
.section.menu .slick-dots {
  bottom: -74px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ddd9d9;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e65c00;
  border-radius: 50%;
  opacity: 1;
}

a.scroll-down {
  padding-top: 60px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
a.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
a.scroll-down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.equalHW {
  flex: 1;
}
.alignCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alignVCenter {
  display: flex;
  align-items: center;
}

.tp-parallax-wrap {
  margin-top: -50px;
  margin-left: -25px;
}

.voffset-10 {
  margin-bottom: 10px;
  width: 100%;
}
.voffset-15 {
  margin-bottom: 15px;
  width: 100%;
}

.voffset-20 {
  margin-bottom: 20px;
  width: 100%;
}

.voffset-30 {
  margin-bottom: 30px;
  width: 100%;
}

.voffset-40 {
  margin-bottom: 40px;
  width: 100%;
}

.voffset-45 {
  margin-bottom: 45px;
  width: 100%;
}

.voffset-50 {
  margin-bottom: 50px;
  width: 100%;
}

.voffset-60 {
  margin-bottom: 60px;
  width: 100%;
}

.voffset-70 {
  margin-bottom: 70px;
  width: 100%;
}

.voffset-80 {
  margin-bottom: 80px;
  width: 100%;
}

.voffset-90 {
  margin-bottom: 90px;
  width: 100%;
}

.voffset-100 {
  margin-bottom: 100px;
  width: 100%;
}
.voffset-100-footer {
  margin-bottom: 100px;
  width: 100%;
}

.voffset-110 {
  margin-bottom: 110px;
  width: 100%;
}

.voffset-120 {
  margin-bottom: 120px;
  width: 100%;
}

.voffset-130 {
  margin-bottom: 130px;
  width: 100%;
}
.voffset-131 {
  margin-bottom: 100px;
  width: 100%;
}
.voffset-131.bg {
  padding-bottom: 131px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 0px;
}

.voffset-140 {
  margin-bottom: 140px;
  width: 100%;
}

.voffset-150 {
  margin-bottom: 150px;
  width: 100%;
}

.voffset-160 {
  margin-bottom: 160px;
  width: 100%;
}

.voffset-170 {
  margin-bottom: 170px;
  width: 100%;
}

.voffset-180 {
  margin-bottom: 180px;
  width: 100%;
}

.voffset-190 {
  margin-bottom: 190px;
  width: 100%;
}

.voffset-200 {
  margin-bottom: 200px;
  width: 100%;
}

.voffset-210 {
  margin-bottom: 210px;
  width: 100%;
}

.voffset-220 {
  margin-bottom: 220px;
  width: 100%;
}

.voffset-230 {
  margin-bottom: 230px;
  width: 100%;
}

.voffset-240 {
  margin-bottom: 240px;
  width: 100%;
}

.voffset-250 {
  margin-bottom: 250px;
  width: 100%;
}

.voffset-260 {
  margin-bottom: 260px;
  width: 100%;
}

.voffset-270 {
  margin-bottom: 270px;
  width: 100%;
}

.voffset-280 {
  margin-bottom: 280px;
  width: 100%;
}

.voffset-290 {
  margin-bottom: 290px;
  width: 100%;
}

.voffset-300 {
  margin-bottom: 300px;
  width: 100%;
}

.voffset-310 {
  margin-bottom: 310px;
  width: 100%;
}

.voffset-320 {
  margin-bottom: 320px;
  width: 100%;
}

.voffset-330 {
  margin-bottom: 330px;
  width: 100%;
}

.voffset-340 {
  margin-bottom: 340px;
  width: 100%;
}

h3 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 59.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #191b1b;
}
h3.white {
  color: #ffffff;
}
body.dark-version h3 {
  color: #ffffff;
}
body.dark-version h4.small {
  color: #e65c00;
}
body.dark-version h4.small.light {
  color: #cfa670;
}
body.dark-version h4.small:after {
  color: #302d34;
}
h3.center {
  text-align: center;
}
h3.right {
  text-align: right;
}
h3.small.center {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
h3.small.noline:before {
  content: none;
}
h3.small.right {
  text-align: right;
  padding-left: 0px;
  padding-right: 5px;
}
h3.small.light {
  color: #cfa670;
}
h3.small.medium {
  color: #ce9852;
}
h3.small {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 29.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: normal;
  text-align: left;
  color: #e65c00;
  position: relative;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 0px;
}
h3.small:before {
  content: "";
  position: absolute;
  width: 400%;
  background: #3a3342;
  top: 19px;
  right: 101.5%;
  height: 1px;
}
h3.small.center.noline:before {
  content: none;
}
h3.small.white:before {
  background: #ffffff;
}
h3.small.center:before {
  content: "";
  position: absolute;
  width: 5%;
  background: #3a3342;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}

body.dark-version h4.small:before {
  background: #888888 !important;
}

h4.small.right:before {
  content: "";
  position: absolute;
  width: 400%;
  background: #ffffff;
  top: 18px;
  left: 103%;
  height: 1px;
}

.contentslide {
  width: 100%;
}

.aboutimage {
  text-align: center;
  position: relative;
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  max-width: 960px;
}
.col-auto {
  padding: 0px;
}
.contentslide .sliderslide {
  width: 33%;
  display: inline-block;
  margin: 0px 16px;
  margin-bottom: 30px;
  max-width: 100%;
  margin: 0px 5px;
  padding-bottom: 15px;
}

.contentslide .sliderslide-content {
  padding: 40px 20px 20px;
  border: 1px solid #e2e3e7;
}
.contentslide .sliderslide-content.specialities {
  padding: 50px 75px 50px 30px;
}
.contentslide .sliderslide-content.specialities h4 {
  font-size: 24px;
  font-weight: 900;
}
.contentslide .sliderslide-content.specialities p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
  max-width: 100%;
}
.contentslide .sliderslide-content img {
  filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg)
    brightness(101%) contrast(106%);
  width: 70px;
  min-height: 80px;
  height: auto;
}

.dark-version .contentslide .sliderslide-content img {
  filter: invert(49%) sepia(74%) saturate(7236%) hue-rotate(116deg)
    brightness(109%) contrast(77%);
  min-height: 80px;
}
.dark-version.pattern-version
  .contentslide
  .sliderslide-content.specialities
  img {
  filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg)
    brightness(101%) contrast(106%);
  width: 70px;
  min-height: 80px;
}
.dark-version.pattern-version
  .contentslide
  .sliderslide-content.specialities:hover
  img {
  filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg)
    brightness(113%) contrast(96%);
  width: 70px;
  min-height: 80px;
}

.contentslide .sliderslide-content:hover {
  background-color: #e65c00;
}
.dark-version .contentslide .sliderslide-content:hover,
.dark-version.pattern-version .contentslide .sliderslide-content:hover {
  background-color: #1ea022 !important;
}
.contentslide .sliderslide-content:hover img {
  filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(7deg)
    brightness(113%) contrast(96%);
}
.contentslide .sliderslide-content:hover p {
  color: #ffffff;
}

.contentslide .sliderslide-content h4 {
  color: #191b1b;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;

  letter-spacing: normal;
  text-align: left;
  position: relative;
}
.contentslide .sliderslide-content.center h4 {
  text-align: center;
}
.contentslide .sliderslide-content:hover h4 {
  color: #ffffff;
}
.contentslide .sliderslide-content p {
  color: #807b7b;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  max-width: 260px;
}
.contentslide .sliderslide-content.center p {
  text-align: center;
  max-width: 100%;
}
.contentslide .sliderslide-content.center {
  padding: 0px;
  text-align: center;
}
.vertical-dots {
  right: -50px;
  list-style: none;
  display: block;
  position: absolute;
  top: 40%;
  margin-top: -10px;
  text-align: right;
}
.vertical-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ddd9d9;
  border-radius: 50%;
}
.vertical-dots li.slick-active {
  margin: 5px 0px 5px -2px;
}
.vertical-dots li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e65c00;
  border-radius: 50%;
  opacity: 1;
}
.contentslide .sliderslide-content img.nofilter {
  filter: none;
  width: 100%;
}
.slick-list,
.slick-slide {
  outline: none !important;
}

.slider-home {
  padding: 0px !important;
}
.slider-home .contentslide .sliderslide {
  margin: 0px;
  padding: 0px;
}
.slider-home .contentslide .sliderslide img {
  width: 100%;
}
.fullimage {
  min-height: 590px;
  background-size: cover;
}

.history-content {
  background: #191b1b;
  padding-right: 0px;
  height: 100%;
  padding-left: 85px;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.dark-version .header.overlayer-fixed.fixed-small {
  background: #000000;
}
body.dark-version .overlayer-fixed.fixed-small .navbar-brand {
  display: block;
}

body.dark-version .overlayer-fixed.fixed-small .navbar-brand.black {
  display: none;
}

body.dark-version .history-content,
body.dark-version .testimonials-content {
  background: #100e0f;
}
body.dark-version.pattern-version .history-content,
body.dark-version .testimonials-content {
  background: #1a1a1c;
}
body.dark-version .testimonials-content p.customer {
  color: #1ea022;
}
.history-image {
  background: url(../img/demo/history/img-home-history1.webp) no-repeat top
    center #191b1b;
  background-size: cover;
  height: 85vh;
}
.section .history {
  height: 85vh;
}
body.dark-version .history-image {
  background: url(../img/demo/dark-version/history/img-home-history.webp)
    no-repeat top center #191b1b;
  background-size: cover;
  height: 100%;
}
body.dark-version footer,
body.dark-version footer .copyright {
  background: #000000;
}
.col-lg-6.padding0 {
  padding: 0px;
}
.history-content .info {
  max-width: 580px;
  padding-left: 100px;
}

.testimonials-content {
  background: #191b1b;
  padding-right: 0px;
  height: 100%;
  /* padding-left: 85px; */
  padding-top: 70px;
  padding-bottom: 90px;
  display: flex;
  justify-content: center;
}
.testimonials-image {
  background: url(../img/demo/testimonials/testimonials.webp) no-repeat center
    #191b1b;
  background-size: cover;
  height: 100%;
}
.customer-img {
  display: flex;
  justify-content: center;
}
.customer-img-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.customer-image {
  border-radius: 50%;
}
.item-rating {
  /* display: -webkit-box;
    display: -ms-flexbox; */
  display: flex;
  color: #fbb200;
}
body.dark-version .testimonials-image {
  background: url(../img/demo/testimonials/testimonials.jpg) no-repeat center
    #191b1b;
  background-size: cover;
  height: 100%;
}
.all-testimonials {
  margin-right: 1px;
}
.testimonials-image img {
  width: 70%;
  vertical-align: middle;
  margin: auto;
}
.testimonials-content .info {
  max-width: 580px;
  padding-left: 100px;
}

.section.menu .featured-button {
  /* display: inline-block; */
  float: right;
  margin-top: 22px;
}
.featured-image img {
  max-width: 100%;
  height: auto;
  /* height: 450px; */
  border-radius: 15px;
}
.featured-info {
  background: rgba(249, 246, 246, 0.85);
}
.featured-text {
  display: inline-block;
  position: relative;
  /* top: 20px; */
  /* padding: 22px; */
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 22px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.featured-text p {
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 17.5px;
  color: #3a3342;
  font-weight: 500;
  width: 200px;
  /* padding-bottom: 5px; */
}
/*.btns-social-slider:before{
    content: "";
    position: absolute;
    width: 400%;
    background: #3a3342;
    top:2px;
    right:101.5%;
    height: 1px; 
}*/
.design-slider p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0px;
  max-width: 80%;
  color: #8e8b8b;
}

ul.star-vote li,
.section.menu ul.star-vote {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.section.menu ul.star-vote li {
  position: relative;
  top: 8px;
}

.section.menu ul.star-vote li img {
  width: 21px;
  height: 21px;
  filter: invert(56%) sepia(42%) saturate(5504%) hue-rotate(360deg)
    brightness(101%) contrast(106%);
}

.section.menu ul.star-vote li.disabled img {
  filter: grayscale(100%);
}
.section.menu .featured-text span {
  padding-left: 5px;
  font-size: 19.5px;
  color: #888888;
  font-weight: 500;
  position: relative;
  top: 5px;
}
ul.filters {
  margin-top: 50px;
  text-align: center;
}
ul.filters li {
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 50px;
  font-size: 23px;
  color: #3a3342;
}
.featured-text span {
  padding-left: 5px;
  font-size: 19.5px;
  color: #888888;
  font-weight: 500;
  position: relative;
  top: 5px;
}

.section.booking {
  /* background: url(../img/demo/booking/bg-booking1.webp) no-repeat center; */
  background: url(../img/demo/booking/bg-booking1_1.webp) no-repeat center;
  background-size: cover;
}
body.dark-version .section.booking {
  background: url(../img/demo/dark-version/booking/bg-booking1.webp) no-repeat
    center;
  background-size: cover;
}
.booking-form .form-control::-webkit-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
}

.booking-form .form-control:-ms-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
}

.booking-form .form-control::placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
}

.form-control::placeholder {
  color: #ffffff;
  opacity: 1;
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15.5px;
  text-transform: none;
}

.booking-form#newsform .form-control::-webkit-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15.5px;
  text-transform: none;
}

.booking-form#newsform .form-control:-ms-input-placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15.5px;
  text-transform: none;
}

.booking-form#newsform .form-control::placeholder {
  color: #eaeaea;
  opacity: 1;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15.5px;
  text-transform: none;
}
.form-control {
  width: 100%;
  border: none;
  background-color: transparent;
  border-radius: 0;
  height: 50px;
  font-weight: 100;
  padding: 15px 0px 46px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1.9px;
  border-bottom: 1px solid #ddd;
}

.form-control:focus,
.form-control:active {
  /* border-color: #e65c00 !important; */
  background-color: transparent;
  outline: none;
}

.contact-form {
  padding-right: 0;
  width: 100%;
}

.contact-form label {
  margin-top: 30px;
  color: #ffffff;
}

.contact-form textarea.form-control,
.contact-form input.form-control {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  height: auto;
  padding: 10px 0;
  height: 100px;
}

.contact-form .btn {
  margin-top: 24px;
  background-color: transparent;
}

.contact-form .btn:hover {
  background-color: #e65c00;
}
.btn:hover {
  color: #ffffff;
}
.booking-form {
  max-width: 100%;
}
footer .logo {
  max-width: 220px;
}
footer {
  background: #191b1b;
  position: fixed;
  z-index: -1;
  width: 100%;
  bottom: 1px;
  /* display: none; */
}

footer h4 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 29.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;

  letter-spacing: normal;
  text-align: left;
  color: #e65c00;
}
footer p,
footer p a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
footer .copyright {
  text-align: center;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  min-width: 100%;
}
footer p span {
  display: inline-block;
  width: 49%;
}

footer .col-footer-3 {
  padding-right: 0px;
}

footer .col-footer-2 {
  padding: 0px 25px;
}
footer p span.margintop {
  margin-top: 20px;
}
.col-footer-1 {
  display: inline-block;
  max-width: 360px;
}
.col-footer-2 {
  display: inline-block;
  min-width: 280px;
  max-width: 280px;
  margin-left: 50px;
}
.col-footer-3 {
  display: inline-block;
  margin-left: 50px;
}
.booking-form input,
.booking-form input:active,
.booking-form input:focus,
.booking-form input:hover {
  border: 1px solid #ffffff;
  padding: 20px 30px;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  max-height: 56px;
  text-transform: uppercase;
  /* position: absolute;
    height: 500px; */
}

.booking-form textarea {
  border: 1px solid #ffffff;
  padding: 20px 30px;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.booking-form label {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 29.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;

  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  width: 100%;
}
.header.overlayer-fixed.design-page {
  padding-top: 20px;
}
.booking-form label span {
  float: right;
  transform: rotate(90deg);
}
.section.grid-portfolio .container-fluid {
  padding: 0px;
}
.booking-form#newsform {
  max-width: 100%;
  position: relative;
  margin-top: 15px;
}
.booking-form#newsform .form-group {
  padding: 0px;
}
.booking-form#newsform input {
  font-size: 15.5px;
  display: inline-block;
  width: 80%;
  border-right: none;
  padding: 15px;
  padding-right: 0px;
}
.booking-form#newsform label {
  display: none;
}
.booking-form#newsform button {
  display: inline-block;
  width: 55px;
  height: 55px;
  padding: 0px;
  margin-right: 20px;
  position: absolute;
}
.booking-form#newsform button img {
  width: 8px !important;
  height: 12px;
}
.form-control:focus,
.form-control:active {
  /* border-color: #e65c00 !important; */
  background-color: transparent;
  outline: none;
}

.section.ppal-menu:before {
  content: "";
  background: url(../img/demo/menu/bg-menu-home-left.png) no-repeat;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0px;
  width: 291px;
  height: 770px;
}
body.dark-version .section.ppal-menu:before {
  background: url(../img/demo/dark-version/menu/bg-menu-home-left.png) no-repeat;
}
body.dark-version .section.ppal-menu:after {
  background: url(../img/demo/dark-version/menu/bg-menu-home-right.png)
    no-repeat;
}
.section.ppal-menu:after {
  content: "";
  background: url(../img/demo/menu/bg-menu-home-right.png) no-repeat;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0px;
  width: 308px;
  height: 626px;
}

ul.menu-price,
ul.menu-price li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #232323;
  font-size: 16.5px;
  font-weight: bold;
}
ul.menu-price {
  margin-left: 5px;
}
ul.menu-price li {
  padding-bottom: 30px;
}
ul.menu-price li:last-child {
  padding-bottom: 0px;
}
.col-lg-4.padding030 {
  padding: 0px 30px;
}
ul.menu-price li p span {
  float: right;
  color: #ce9852;
}
ul.menu-price li p {
  margin-bottom: 0px;
  color: #232323;
  font-weight: bold;
  font-size: 16.5px;
  line-height: inherit;
}
ul.menu-price li p.ingredients {
  font-size: 14px;
  color: #9c9c9c;
  font-weight: 500;
  /* margin-bottom: 15px; */
  margin-top: 10px;
}

.history-content p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  max-width: 520px;
  line-height: 33px;
}
.testimonials-content p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  max-width: 500px;
  float: left;
  line-height: 33px;
}
.testimonials-content p.customer {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.48;
  letter-spacing: normal;
  text-align: left;
  color: #e65c00;
  padding-top: 20px;
  /* width: 100%; */
}
.ordernow {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.48;
  letter-spacing: normal;
  text-align: left;
  color: #e65c00;
  padding-top: 20px;
  width: 100%;
  margin-left: 200px;
}
@keyframes btArrow {
  from {
    left: 10px;
    opacity: 1;
  }

  to {
    left: 20px;
    opacity: 0;
  }
}
@keyframes btArrowSingle {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: 10px;
    opacity: 0;
  }
}

.container-col {
  max-width: 530px;
  /* padding: 20px; */
  padding-left: 0px;
}

.fulltext .info p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 42px;
  letter-spacing: 0.5px;
}
.fulltext .info p b {
  color: #fff;
  font-weight: 600;
}
.fulltext .info .btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 17px 42px;
}
.fulltext .info .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0f !important;
}
.slick-arrow.bottom.mr20 {
  bottom: -95px;
}

.section.menu {
  padding-bottom: 95px;
}

.section.menu .section.grid-portfolio .container-fluid {
  padding: 40px 0px;
  padding-bottom: 0px;
}
.section.menu .container-fluid .col-lg-3 {
  padding: 0px 20px;
  max-width: 460px;
}
.section.menu .container-fluid {
  max-width: 1520px;
}
.section.menu.gallery .container-fluid {
  max-width: 100%;
}

.contentslide {
  width: 100%;
}

.section.menu.gallery .container-fluid {
  max-width: 100%;
}

.grid-portfolio {
  background-color: transparent;
}

.grid-gallery-container {
  margin-left: -20px;
  margin-right: -20px;
}

.grid-gallery {
  width: 100%;
  padding-top: 8px;
  overflow: hidden;
}

.grid-item {
  float: left;
  position: relative;
  /* padding: 15px; */
  /* padding: 38px 20px; */
  overflow: hidden;
}

.grid-item a {
  display: block;
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
}

@media (min-width: 768px) {
  .grid-item {
    padding: 0px;
    width: 50%;
  }
  .columns-3 .grid-item {
    width: 33.33%;
  }
  .columns-4 .grid-item {
    width: 25%;
  }
  .columns-5 .grid-item {
    width: 20%;
  }
}

.grid-item img {
  width: 100%;
  max-width: none;
  position: relative;
  transition: all 1s ease;
  margin-top: 0px;
  left: 0px;
  height: auto;
}
.grid-item:hover img {
  width: 110%;
  max-width: none;
  position: relative;
  left: -5%;
  margin-top: -5%;
}

.grid-gallery-more-items {
  display: none;
}

.grid-item__rollover {
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 6, 10, 0.4);
  text-align: left !important;
}
.grid-item__rollover.pr {
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.grid-item__rollover .containertext,
.grid-item__rollover a > div {
  transition: all 0.5s ease;
  width: 100%;
  bottom: 19px;
  padding: 0 46px;
  position: absolute;
}

.grid-item__rollover a {
  display: block;
}
.grid-item__rollover a span.ico-search {
  display: table;
  margin: auto;
  width: 38px;
  height: 40px;
  background-size: cover;
  background: url(../img/demo/masonry/search.svg) no-repeat;
  filter: invert(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-item__rollover a,
.grid-item__rollover a:hover {
  text-decoration: none;
}

.grid-item__rollover .titleinfo {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.6px;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.grid-item__rollover .tagsinfo {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.8px;
  line-height: 23px;
}

.grid-item:hover .grid-item__rollover {
  opacity: 1;
}

.grid-item:hover .grid-item__rollover .containertext,
.grid-item:hover .grid-item__rollover a > div {
  transform: translateY(-50%);
}

.rev_slider_wrapper {
  overflow: hidden !important;
  width: 100% !important;
  left: 0 !important;
}

.loadmore {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #0e0e0f;
  margin-bottom: 0;
}

.loadmore span {
  margin: 20px 0;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: solid 1px #e65c00;
  background-color: #e65c00;
  color: #ffffff;
  text-transform: none;
  border-radius: 0px;
  font-size: 15.5px;
  padding: 24px 36px;
  margin-bottom: 0px;
}
.loadmore span span {
  padding: 0px;
  margin: 0px;
  border: none;
  width: auto;
  left: 10px;
  position: relative;
  color: #ffffff;
}
.loadmore span:hover span {
  animation-duration: 1s;
  animation-name: btArrow;
  animation-iteration-count: infinite;
}

#section-teamSection {
  background: #ffffff;
}
body.dark-version #section-teamSection {
  background: transparent;
}

@media (min-width: 992px) {
  .loadmore span {
    margin: 120px 0 120px;
    padding: 22px 47px;
  }
  .loadmore.min span {
    margin: 100px 0 110px;
    margin-bottom: 0px;
    color: #ffffff;
  }
}

.filters {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #0e0e0f;
  font-size: 15px;
  line-height: 2.06;
  letter-spacing: 0.4px;
  position: relative;
  top: 0px;
}
.filters li {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin: 0 10px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.04;
  letter-spacing: normal;
  text-align: center;
  color: #3a3342;
}
ul.filters li:last-child {
  margin-right: 0px;
}
.filters li:before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #e65c00;
  transition: width 0.5s ease;
}

.filters li.is-checked,
.filters li:hover {
  color: #e65c00;
}

#map,
.filters li.is-checked:before,
.filters li:hover:before {
  width: 100%;
}

.copyright {
  background-color: #191b1b;
  text-align: center;
}

body.dark-version .contentslide.slide-specialities .sliderslide-content,
body.dark-version .contentslide.slide-team .sliderslide-content {
  background: #100e0f;
  border: 1px solid #100e0f;
}
body.dark-version.pattern-version
  .contentslide.slide-specialities
  .sliderslide-content,
body.dark-version.pattern-version
  .contentslide.slide-team
  .sliderslide-content {
  background: #1a1a1c;
  border: 1px solid #1a1a1c;
}
body.dark-version .contentslide.slide-specialities .sliderslide-content:hover,
body.dark-version .contentslide.slide-team .sliderslide-content:hover {
  background: #1ea022;
  border: 1px solid #1ea022;
}
body.dark-version.pattern-version
  .contentslide.slide-specialities
  .sliderslide-content:hover,
body.dark-version.pattern-version
  .contentslide.slide-team
  .sliderslide-content:hover {
  background: #e65c00 !important ;
  border: 1px solid #e65c00 !important;
}
body.dark-version .voffset-131.bg {
  background: #000000;
}
body.dark-version footer h4 {
  color: #e65c00;
}
body.dark-version .booking-form#newsform button {
  background: #e65c00;
  border: 1px solid #e65c00;
}
body.dark-version .contentslide.slide-specialities h4,
body.dark-version .header.overlayer-fixed.fixed-small .nav-link {
  color: #ffffff;
}
body.dark-version .featured-info {
  background: #100e0f;
}
body.dark-version.pattern-version .featured-info {
  background: #1a1a1c;
}
body.dark-version.pattern-version,
body.dark-version.pattern-version footer,
body.dark-version.pattern-version footer .copyright,
body.dark-version.pattern-version .voffset-131.bg,
body.dark-version.pattern-version .header.fixed-small {
  background: url("../img/demo/dark-version/particles/pattern.jpg") repeat;
}
body.dark-version .contentslide.slide-team .sliderslide-content h4,
body.dark-version .featured-text p,
body.dark-version ul.menu-price li p {
  color: #ffffff;
}
body.dark-version ul.menu-price li p.ingredients {
  color: #9c9c9c;
}
body.dark-version ul.filters li {
  color: #ffffff;
}
body.dark-version .filters li.is-checked,
body.dark-version .filters li:hover {
  color: #e65c00;
}
body.dark-version #mask {
  background: #000000;
}

.overlay-video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.home-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: url(../img/demo/video/video_placeholder.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section.ppal-menu.nobg:after,
.section.ppal-menu.nobg:before {
  content: none;
}
/* header .col-auto{
    padding-top: 10px;
} */
a.mr-3 {
  position: relative;
  top: -20px;
}
.dark-version .design-slider p {
  color: #ffffff;
}
.single-slider .tp-bullets {
  display: none !important;
}
.content-designslider h4.small {
  padding-left: 2px;
  font-size: 22px;
}
@media (max-width: 1344px) {
  .history-image {
    height: 125vh;
  }
  .section .history {
    height: 125vh;
  }
  a.bt-orange.featured {
    padding: 16px 40px;
  }
}
@media (max-width: 1300px) {
  .history-image {
    height: 135vh;
  }
  .section .history {
    height: 135vh;
  }
  a.bt-orange.bt-reserve-slider.left,
  button.bt-reserve-slider.bt-orange.left {
    margin-left: 50px;
  }
  .design-page .navbar li.hambuger {
    position: relative;
    left: 0px;
  }
  .slide-home .slick-arrow.bottom {
    right: -10px;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: 90px;
  }
  .header.overlayer-fixed.design-page .dropdown-icon span,
  .header.overlayer-fixed.design-page .dropdown-icon span:after,
  .header.overlayer-fixed.design-page .dropdown-icon span:before {
    background: #ffffff;
  }
  .content-designslider h4,
  .content-designslider h4.small {
    margin-left: 50px;
  }
  .header.overlayer-fixed.design-page .navbar-brand {
    margin-left: -15px;
  }
  .design-slider p {
    margin-left: 50px;
  }
  .contentslide.slide-home {
    max-width: 600px;
  }
  .align-middle {
    margin-top: 0px;
  }
  .slide-home .slick-arrow.bottom {
    bottom: 5px;
  }
  .btns-social-slider {
    margin-left: 50px;
  }
  #slider1 p.title {
    font-size: 65px;
  }
  h4.small.center,
  h4.center,
  h4.small.right,
  h4.right {
    margin-left: 0px;
  }
  .section.booking h4.small {
    margin-left: 0px;
  }
  .section.booking h4.title {
    margin-left: 0px;
  }
  .contentslide.slide-specialities,
  .contentslide.slide-team {
    right: 5px;
  }
  .container-col {
    margin-right: 50px;
  }
  .section.menu .container-fluid .col-lg-3 {
    padding: 0px 25px;
  }
  .section.ppal-menu:after,
  .section.ppal-menu:before {
    opacity: 0.1;
  }
  .section.testimonials .testimonials-content {
    padding-left: 0px;
  }
  h4 {
    font-size: 45.5px;
  }
  h4.small {
    font-size: 25.5px;
  }
  h4.small:before {
    top: 18px;
  }
  .section.menu ul.filters {
    margin-left: 55px;
  }
  .header.overlayer-fixed.fixed-small > .row,
  .header.overlayer-fixed > .row {
    max-width: 90%;
  }
  .section.booking {
    padding-left: 50px;
  }
  .section.testimonials .testimonials-image {
    padding: 100px 0px;
  }
  footer .row.justify-content-between {
    margin-left: 20px;
  }
  .col-footer-1 {
    padding-left: 40px;
  }
  .slick-arrow {
    margin-right: 25px;
  }
  .slider,
  .slider .slide--item {
    height: auto !important;
  }
  .testimonials-content .slick-arrow {
    margin-left: 50px;
  }
  .single-testimonial {
    padding-left: 50px;
  }
  .section.testimonials h4.title {
    margin-left: 50px;
    line-height: 60px;
  }
  .row .justify-content-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-brand img {
    width: 184px;
    height: 100%;
  }
  a.bt-orange.featured {
    padding: 16px 40px;
  }
}
@media (max-width: 1200px) {
  .history-image {
    height: 125vh;
  }
  .section .history {
    height: 125vh;
  }
}
@media (max-width: 1100px) {
  a.bt-orange.bt-reserve-slider.left,
  button.bt-reserve-slider.bt-orange.left,
  .testimonials-content .slick-arrow {
    margin-left: 50px;
  }
  .design-page .navbar li.hambuger {
    position: relative;
    left: 50px;
  }
  .slide-home .slick-arrow.bottom {
    right: -10px;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: 90px;
  }
  .header.overlayer-fixed.design-page .dropdown-icon span,
  .header.overlayer-fixed.design-page .dropdown-icon span:after,
  .header.overlayer-fixed.design-page .dropdown-icon span:before {
    background: #0e0e0f;
  }
  .contentslide.slide-home {
    max-width: 480px;
  }
  .align-middle {
    margin-top: 0px;
  }
  .slide-home .slick-arrow.bottom {
    bottom: 5px;
  }
  .btns-social-slider {
    margin-left: 50px;
  }
  #slider1 p.title,
  #slider1 p.description,
  #slider1 .text {
    position: relative;
    left: -13%;
    min-width: 80vw;
  }
  #slider1 h2 {
    position: relative;
    left: -23%;
  }

  .tp-mask-wrap {
    overflow: visible !important;
  }
  .section.menu .container-fluid .col-lg-3 {
    padding: 0px 15px;
  }
  .onlydesktop {
    display: block !important;
  }
  .container-col {
    max-width: 450px;
  }
  .col-footer-1 {
    max-width: 75%;
    margin: auto;
    margin-bottom: 50px;
  }
  footer .row.justify-content-between {
    margin-left: 15%;
  }
  .col-footer-2 {
    margin-left: 14%;
  }
  .slick-arrow {
    margin-right: 20px;
  }
  .onlyresponsive {
    display: block !important;
  }
  .onlydesktop {
    display: none !important;
  }
  .overlay-hugeinc.open {
    display: block;
  }
  .service-item {
    width: 100% !important;
    height: 100% !important;
  }
  .service-item1 {
    width: 100% !important;
  }
  .service-item2 {
    width: 100% !important;
  }

  #slider1 a.bt-orange {
    font-size: 16px !important;
    padding: 15px 25px !important;
    display: block !important;
    margin: 0 auto !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: fit-content !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 990px) {
  .header.overlayer-fixed.design-page .dropdown-icon span,
  .header.overlayer-fixed.design-page .dropdown-icon span:after,
  .header.overlayer-fixed.design-page .dropdown-icon span:before {
    background-color: #ffffff;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: 87px;
  }
  .slide-home .slick-arrow.bottom {
    right: -11px;
    bottom: 5px;
  }
  .section.ppal-menu:after,
  .section.ppal-menu:before {
    display: none;
  }
  .header.overlayer-fixed.fixed-small {
    max-height: 141px;
  }
  .section.ppal-menu:after,
  .section.ppal-menu:before {
    display: none;
  }
  .col-footer-1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
  }
  footer .row.justify-content-between {
    margin-left: 6%;
  }
  footer .col-footer-2 {
    margin-left: 8%;
    padding: 0px;
  }
  footer .col-footer-1 p {
    max-width: 95%;
  }
  footer .col-footer-3 {
    max-width: 500px;
  }
  .loadmore span {
    margin-top: 120px;
  }
  #slider1 p.title {
    min-width: 80vw;
    line-height: 80px;
    margin-top: -20px;
    white-space: normal;
  }
  #slider1 p.description {
    min-width: 80vw;
    white-space: normal;
    margin-top: 20px;
  }
  #slider1 p.description br {
    display: none;
  }
  #slider1 h2 {
    margin-top: -50px;
  }
  #slider1 a.bt-orange,
  #slider1 a.bt-default {
    margin-top: 110px;
  }
  .main-location-our-story {
    font-size: 40px !important;
  }
  .aos-init {
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .history-image,
  .testimonials-image {
    min-height: 450px;
  }
  .container-col {
    max-width: 750px;
  }
  .col-footer-1 {
    margin-left: 3%;
  }
  .col-lg-6.equalHW {
    min-width: 100%;
  }

  ul.filters li {
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .section.grid-portfolio .voffset-40 {
    margin-bottom: 20px;
  }
  .history-image {
    height: 54vh;
  }
  .footer-social {
    justify-content: center;
  }
  .md\:flex-row {
    flex-direction: column !important;
  }
  .xl\:gap-\[140px\] {
    gap: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:py-\[120px\] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .bg-transparent {
    margin-top: 0px !important;
  }
  h3.center {
    font-size: 40px;
  }
  .title a {
    font-size: 22px !important;
  }
}
@media (max-width: 800px) {
  .responsiveFullwidth {
    min-width: 100% !important;
  }
  .responsiveFullwidthText {
    min-width: 100% !important;
    min-height: 450px;
    margin-bottom: 50px;
  }
  .header.overlayer-fixed.fixed-small .dropdown-icon span,
  .header.overlayer-fixed.fixed-small .dropdown-icon span:after,
  .header.overlayer-fixed.fixed-small .dropdown-icon span:before,
  .header.overlayer-fixed.design-page .dropdown-icon span,
  .header.overlayer-fixed.design-page .dropdown-icon span:after,
  .header.overlayer-fixed.design-page .dropdown-icon span:before {
    background-color: #0e0e0f;
  }
  .contentslide.slide-home {
    margin: auto;
    margin-top: 50px;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: -10px;
  }
  .slide-home .slick-arrow.bottom {
    right: -109px;
    bottom: 6px;
  }
  footer .col-footer-3 {
    max-width: 400px;
  }
  .filter_map {
    width: 100% !important;
    height: 100% !important;
  }
  .service-item1 {
    height: 100% !important;
  }
  .rev-p {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 768px) {
  .design-page .navbar li.hambuger {
    left: 20px;
  }
  footer .col-footer-3 {
    max-width: 100%;
  }
  .service-item {
    margin-bottom: 10px;
  }
  .service-item1 {
    margin-bottom: 10px;
  }
  #slider1 p.title,
  #slider1 p.description,
  #slider1 .text {
    position: relative;
    left: auto;
  }
  #slider1 h2 {
    position: relative;
    left: auto;
  }
  .container-col {
    max-width: 600px;
  }
}

@media (max-height: 480px) {
  .overlay ul li a {
    font-size: 20px;
    width: 100%;
    text-align: left;
    padding: 20px 0px 12px 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .header.overlayer-fixed {
    padding-top: 20px;
  }
  .navbar-brand img {
    margin-left: -10px;
    max-width: 150px;
  }
  .header.overlayer-fixed .navbar {
    top: 15px;
  }
  a.bt-orange.bt-reserve-slider.left,
  button.bt-reserve-slider.bt-orange.left,
  .btns-social-slider {
    margin-left: 20px;
  }
  #slider1 .btns-box {
    margin-top: 15px;
  }
  .slide-home .slick-arrow.bottom {
    right: -10px;
    width: 52px;
    height: 52px;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: 42px;
  }
  .section.specialities .voffset-80 {
    margin-bottom: 40px;
  }
  .align-middle h4.title {
    max-width: 90%;
  }
  .slider,
  .slider .slide--item {
    height: auto;
  }
  h4 {
    font-size: 35px;
  }
  .slick-arrow.bottom {
    bottom: -90px;
  }
  .overlay ul li a:before {
    content: none;
  }
  .overlay-hugeinc ul {
    width: 100%;
  }
  .overlay-hugeinc ul li {
    max-height: 45px;
    width: 100%;
  }
  #slider1 p.title {
    font-size: 38px;
    margin-top: 30px;
    line-height: 40px;
  }
  /* #slider1 h2{
        font-size: 33px;
        margin-top: 40px;
    } */
  #slider1 p.description {
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
  }
  a.scroll-down {
    display: none;
  }
  footer {
    display: block !important;
    position: relative;
    padding-top: 20px;
  }
  body {
    margin-bottom: 0px !important;
  }
  .testimonials-content .container-col {
    max-width: 600px;
  }
  #slider1 a.bt-orange,
  #slider1 a.bt-default {
    margin-top: 20px;
  }
  ul.filters li {
    margin-bottom: 20px;
  }
  .grid-portfolio .voffset-40 {
    margin-bottom: 20px;
  }
  .voffset-131 {
    margin-bottom: 50px;
  }
  .voffset-131.bg {
    padding-bottom: 100px;
  }
  .voffset-131.big {
    padding-bottom: 60px;
    margin-bottom: 0px !important;
  }
  h4.title {
    font-size: 30px;
  }
  .voffset-50 {
    margin-bottom: 30px;
  }
  h4.small.center,
  h4.center,
  h4.small.right,
  h4.right {
    margin-left: 0px;
  }
  .section.specialities .voffset-80 {
    margin-bottom: 40px;
  }
  h4.small {
    margin-bottom: 15px;
  }
  .section.specialities {
    padding-bottom: 50px;
  }
  .slick-arrow.bottom {
    bottom: -90px;
  }
  .slick-arrow {
    top: -80px;
    margin-right: 15px;
  }
  a.bt-orange.center {
    margin-top: 0px;
  }
  .loadmore span {
    margin-top: 30px;
  }
  .slick-arrow.bottom.mr0 {
    bottom: -100px;
  }
  .testimonials-content {
    padding-bottom: 210px;
  }
  .section.testimonials .slick-dots {
    right: -18px;
    text-align: right;
    bottom: -30px;
  }
  ul.filters {
    text-align: center;
    margin-left: 0px;
  }
  .col-footer-3 {
    margin-left: 35px;
  }
  .voffset-80 {
    margin-bottom: 40px;
  }
  .col-footer-1 {
    max-width: 95%;
  }
  footer .col-footer-2 {
    margin-left: 9%;
  }
  footer .col-footer-3 {
    padding-left: 4%;
  }
  .overlayer-fixed .navbar-brand {
    margin-top: -10px;
    margin-left: -10px;
  }
}

@media (max-width: 480px) {
  header .col-auto {
    padding-top: 0px;
  }
  .header.overlayer-fixed {
    padding-top: 0px;
  }
  .navbar-brand img {
    margin-left: -10px;
    max-width: 200px;
    margin-top: 21px;
  }
  .header.overlayer-fixed .navbar {
    top: 15px;
  }
  a.bt-orange.bt-reserve-slider.left,
  button.bt-reserve-slider.bt-orange.left,
  .btns-social-slider {
    margin-left: 20px;
  }
  .loadmore {
    margin-top: 10px;
  }
  .header.overlayer-fixed.fixed-small {
    padding-top: 0px;
  }
  .header.overlayer-fixed.fixed-small .navbar {
    top: 10px;
  }
  .slide-home .slick-arrow.bottom {
    right: -10px;
    width: 52px;
    height: 52px;
  }
  .slide-home .slick-arrow.bottom.slick-prev {
    right: 42px;
  }
  .section.specialities .voffset-80 {
    margin-bottom: 40px;
  }
  .align-middle h4.title {
    max-width: 90%;
  }
  footer .row.justify-content-between {
    margin-left: 10%;
  }
  .col-footer-3 {
    margin-left: 35px;
  }
  ul.filters {
    text-align: center;
    margin-left: 0px;
  }

  .section.testimonials .slick-dots {
    right: -18px;
    text-align: right;
  }
  .voffset-80 {
    margin-bottom: 40px;
  }
  .slick-arrow.bottom.mr0 {
    bottom: -100px;
  }
  .testimonials-content {
    padding-bottom: 210px;
  }
  .loadmore span {
    margin-top: 30px;
  }
  a.bt-orange.center {
    margin-top: 30px;
  }
  .section.specialities {
    min-height: 480px;
  }
  .slick-arrow.bottom {
    bottom: -90px;
  }
  .section.testimonials h4.title {
    margin-left: 50px;
    /* line-height: 50px; */
  }
  h4.small {
    margin-bottom: 15px;
  }
  .slick-dots {
    bottom: -30px;
  }
  h4.small.center,
  h4.center,
  h4.small.right,
  h4.right {
    margin-left: 0px;
  }
  .slick-arrow {
    margin-right: 16px;
  }
  .voffset-131 {
    margin-bottom: 50px;
  }
  .voffset-131.bg {
    padding-bottom: 100px;
  }
  .voffset-131.big {
    padding-bottom: 60px;
    margin-bottom: 0px;
  }
  footer {
    display: block !important;
    position: relative;
    padding-top: 20px;
    z-index: 1;
  }
  .section.booking {
    padding-left: 40px;
  }
  footer .col-footer-1 p {
    max-width: 90%;
  }
  .header.overlayer-fixed .navbar {
    top: 10px;
    right: -40px;
  }
  .history-content {
    padding-left: 45px;
  }
  footer .col-footer-2 {
    margin-left: 12.5%;
  }
  body {
    margin-bottom: 0px !important;
  }
  .overlay ul li a {
    font-size: 20px;
    width: 100%;
    text-align: left;
    padding: 20px 0px 12px 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .overlay ul li a:before {
    content: none;
  }
  .overlay-hugeinc ul {
    width: 100%;
  }
  .overlay-hugeinc ul li {
    max-height: 60px;
    width: 100%;
  }
  #slider1 p.title {
    font-size: 40px;
    margin-top: 40px;
  }
  /* #slider1 h2{
        font-size: 33px;
        margin-top: 40px;
    } */
  #slider1 p.description {
    font-size: 17px;
    line-height: 25px;
    margin-top: 35px;
  }
  #slider1 p.title {
    font-size: 40px;
    margin-top: -10px;
    line-height: 48px;
  }
  #slider1 h2 {
    font-size: 26px;
    /* margin-top: -40px; */
    margin-left: 3%;
  }
  #slider1 p.description {
    font-size: 17px;
    line-height: 25px;
    margin-top: 35px;
  }
  a.scroll-down {
    display: none;
  }
  #slider1 a.bt-orange,
  #slider1 a.bt-default {
    margin: auto !important;
    margin-top: 20px !important;
  }
  /* #slider1 a.bt-orange {
    margin-top: 220px !important;
  } */
  .slick-arrow {
    top: -80px;
  }
  ul.filters li {
    margin-bottom: 20px;
  }
  .grid-portfolio .voffset-40 {
    margin-bottom: 20px;
  }
  .testimonials-content .container-col {
    max-width: 100%;
  }
  .booking-form {
    max-width: 100%;
  }
  #slider1 a.bt-orange,
  #slider1 a.bt-default {
    width: 205px;
    padding: 20px 0px;
  }
  #slider1 a.bt-orange {
    margin-left: 70px;
    /* margin-top: 210px; */
  }
  #slider1 a.bt-default {
    margin-top: 15px;
  }
  h4.title {
    font-size: 30px;
  }
  .overlayer-fixed .navbar-brand {
    margin-top: -10px;
    margin-left: -10px;
  }
  #slider1 .btns-box {
    position: relative;
    left: 25px !important;
    margin-top: 54px;
  }
  .history-image,
  .testimonials-image {
    min-height: 370px;
  }
  #slider1 .tp-revslider-slidesli .tp-mask-wrap {
    padding-top: 37px !important;
  }
  .tp-parallax-wrap {
    margin-top: -31 !important;
  }
}

@media (max-width: 320px) {
  a.bt-orange.bt-menu-reserve {
    padding: 21px 0px;
  }

  .history-image,
  .testimonials-image {
    min-height: 300px;
  }
  #slider1 h2 {
    font-size: 28px;
  }
  #slider1 p.title {
    font-size: 33px;
    margin-top: -20px;
    line-height: 35px;
  }
  #slider1 p.description {
    font-size: 15px;
  }
  #slider1 a.bt-orange {
    margin-top: 190px !important;
  }
  #slider1 a.bt-default {
    margin-top: 10px !important;
  }
  #slider1 p.description {
    margin-top: 25px;
  }
}

/* #headerordernow {
    margin-left: 200px;
} */

.fixed-small #headerordernow:hover {
  background: none;
  color: #e6ce57 !important;
}

.overlayer-fixed:not(.fixed-small) #headerordernow:hover {
  background: none;
  color: white;
}
.text_a {
  font-weight: 400;
  /* font-size: 15px; */
  line-height: 25px;
  color: #dedede;
  letter-spacing: 0.3px;
  margin-left: 10px;
}
.text_a:hover {
  text-decoration: underline;
  color: #e65c00;
}
.scrool_hr_color {
  color: white;
}
#section-specialities img,
#section-history img {
  width: 100%; /* or a specific width like 300px */
  height: auto; /* or a specific height */
}
/* .tp-bullet {
        width: 10px;
        height: 10px;
        position: absolute; 
        top: 0;  
    } */
.tp-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  #slider1 p.title {
    font-size: 30px;
    line-height: 31px;
  }
  .section .history {
    height: 100%;
  }
  .history-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.flex {
  /* display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.width_hour {
  width: 53px;
  /* margin-bottom: 0px; */
  font-size: 16px;
  text-shadow: 8px 8px 15px rgba(0, 0, 0, 0.9);
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}

.footer-social li {
  padding: 0px 10px;
}
.footer-title {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0px;
}
.footer-display {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.section.hourFooter {
  position: relative;
  background: url(../img/demo/booking/bg-footer.webp) no-repeat top center;
  background-size: cover;
  /* background-color: hsl(35.45deg 36.07% 76.08%); */
  z-index: 1;
}
.section.hourFooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: -1;
}
.main-location {
  color: #ffffff;
}
.main-location-our-story {
  color: #000;
  font-size: 59.5px;
  font-weight: 600;
  line-height: 60px;
}
.text-uppercase {
  text-transform: uppercase !important;
  color: #ffffff;
  text-shadow: 4px 1px 0 rgb(233 201 84);
}
.wg-service {
  position: relative;
  margin-top: 70px;
}
.wg-service::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 430px;
  background: url(../img/demo/ourSpeciality/ourSpeciality.png);
}
.service-item {
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
  /* margin-bottom: 8px; */
}
.service-item {
  position: relative;
  /* border-radius: 50%; */
  /* width: 360px;  */
  height: 360px;
  overflow: hidden;
  /* margin-bottom: 8px; */
}
.service-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12%;
  background: 
  /* linear-gradient(
      0deg,
      rgba(18, 15, 12, 0.651),
      rgba(18, 15, 12, 0)
    ), */ url("../img/demo/about/menu.webp")
    no-repeat top center;
  background-size: cover; /* Ensures the image covers the entire element */
  transition: all 0.3s ease-in-out;
}
.service-item img {
  width: 100%;
  height: 100%;
}
.service-item .content {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  text-align: center;
  /* padding-bottom: 41px; */
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ////lll1//// */
.service-item1 {
  position: relative;
  /* border-radius: 10px; */
  width: 360px; /* Fixed width */
  height: 360px;
  overflow: hidden;
  /* border-radius: 50%; */
  /* margin-bottom: 8px; */
}
.service-item1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
  /* linear-gradient(
      0deg,
      rgba(18, 15, 12, 0.651),
      rgba(18, 15, 12, 0)
    ), */ url("../img/demo/about/menu1.webp")
    no-repeat top center;
  background-size: cover; /* Ensures the image covers the entire element */
  transition: all 0.3s ease-in-out;
  border-radius: 12%;
}
.service-item1 img {
  width: 100%;
  height: 100%;
}
.service-item1 .content {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  text-align: center;
  /* padding-bottom: 41px; */
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item1 .content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-top: 40px;
}
.service-item1 .content .title a {
  color: #fff;
}

.service-item1 .content .title span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item1 .content p {
  color: #fff;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
  margin-top: -106px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item1::after {
  position: absolute;
  content: "";
  top: 17px;
  left: 18px;
  right: 17px;
  bottom: 17px;
  border: 1px solid #d8cbb6;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item1:hover::before {
  backdrop-filter: blur(2px);
  /* background-color: rgba(18, 15, 12, 0.65); */
}
.service-item1:hover .content {
  bottom: 50%;
  transform: translateY(50%);
  padding-bottom: 0;
}
.service-item1:hover .content p {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.service-item1 .content .title a:hover {
  color: #e65c00;
}

/* //////2////// */
.service-item2 {
  position: relative;
  /* border-radius: 50%; */
  width: 360px; /* Fixed width */
  height: 360px;
  overflow: hidden;
  /* margin-bottom: 8px; */
}
.service-item2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/demo/about/menu2.webp") no-repeat top center;
  background-size: cover; /* Ensures the image covers the entire element */
  transition: all 0.3s ease-in-out;
  border-radius: 12%;
}
.service-item2 img {
  width: 100%;
  height: 100%;
}
.service-item2 .content {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  text-align: center;
  /* padding-bottom: 41px; */
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item2 .content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-top: 40px;
  /* margin-left: 7px;
  margin-right: 7px; */
}
.service-item2 .content .title a {
  color: #fff;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.service-item2 .content .title span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item2 .content p {
  color: #fff;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
  margin-top: -106px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item2::after {
  position: absolute;
  content: "";
  top: 17px;
  left: 18px;
  right: 17px;
  bottom: 17px;
  border: 1px solid #d8cbb6;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item2:hover::before {
  backdrop-filter: blur(2px);
  /* background-color: rgba(18, 15, 12, 0.65); */
}
.service-item2:hover .content {
  bottom: 50%;
  transform: translateY(50%);
  padding-bottom: 0;
}
.service-item2:hover .content p {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.service-item2 .content .title a:hover {
  color: #e65c00;
}

.iconvegan {
  width: 50px;
  margin-left: 18px;
}
.service-item .content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-top: 40px;
}
.service-item .content .title a {
  color: #fff;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.service-item .content .title span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item .content p {
  color: #fff;
  padding: 0 14px;
  opacity: 0;
  visibility: hidden;
  margin-top: -106px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item::after {
  position: absolute;
  content: "";
  top: 17px;
  left: 18px;
  right: 17px;
  bottom: 17px;
  border: 1px solid #d8cbb6;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item:hover::before {
  backdrop-filter: blur(2px);
  /* background-color: rgba(18, 15, 12, 0.65); */
}
.service-item:hover .content {
  bottom: 50%;
  transform: translateY(50%);
  padding-bottom: 0;
}
.service-item:hover .content p {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.service-item .content .title a:hover {
  color: #e65c00;
}
.justify-center {
  justify-content: center;
}
.themesflat-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1200px;
  max-width: 100%;
}
.image-menu {
  /* border-radius: 50%; */
  /* overflow: hidden; */
  /* width: 120px; */
  /* height: 100%; */
  /* height: 116px; */
  margin-bottom: 10px;
}
h4.white {
  color: #ffffff;
  font-size: 59.5px;
}
.section.booking::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.left {
  color: #ffffff;
}
.section.booking * {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.main-location {
  font-size: 59.5px;
}
.number-phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.footer-title {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0px;
}
.text-s1 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}
.number-email {
  font-size: 20px;
  /* font-weight: 700; */
  line-height: 50px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.booking-form input,
.booking-form input:active,
.booking-form input:focus,
.booking-form input:hover {
  border: 1px solid #ffffff;
  padding: 20px 30px;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  max-height: 56px;
  text-transform: uppercase;
}
.form-group {
  margin-bottom: 1rem;
}
.post-disabled {
  border: 1px solid #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex; /* Flexbox for alignment */
  align-items: center; /* Vertically align content */
  justify-content: center; /* Horizontally center content */
  font-weight: 500;
  font-stretch: normal;
  font-size: 15.5px;
  text-align: center;
  line-height: 12px;
  padding: 26px 31px;
  transition: all 0.5s ease !important;
  cursor: pointer;
  background-color: #cccccc;
  color: #0e1927;
  height: 50px;
  border-radius: 25px;
}

.ourSpecialties-item {
  color: transparent;
  /* border: 1px solid #fff; */
  width: 500px;
  height: 315px;
}
.galerry-item {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 26px;
}
.rev-p {
  margin-bottom: 2rem;
}

@keyframes btArrow {
  from {
    left: 10px;
    opacity: 1;
  }

  to {
    left: 20px;
    opacity: 0;
  }
}
@keyframes btArrowSingle {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: 10px;
    opacity: 0;
  }
}
.image-menu-a .image-menu-img {
  transition: transform 0.4s ease-in-out;
  border-radius: 50%;
}
.image-menu-a:is(:hover, :focus-visible, :focus) .image-menu-img {
  transform: scale3d(1.2, 1.2, 1.2);
  transition: transform 0.4s ease-in-out;
}
.featured-image-a .featured-image-img {
  transition: transform 0.4s ease-out; /* Going back is slow */
}
.featured-image-a:is(:hover, :focus-visible, :focus) .featured-image-img {
  transform: scale3d(1.04, 1.04, 1);
  transition: transform 0.4s ease-in-out;
}
.service-item-h {
  height: 63px;
}
.service-item-menu {
  height: 115px;
}
.invalid-feedback {
  color: #dc3545 !important;
}

.md\:flex-row {
  flex-direction: row;
}
.xl\:gap-\[140px\] {
  gap: 140px;
}
/* .md\:py-\[120px\] {
        padding-top: 120px;
    } */
.items-center {
  align-items: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.xl\:max-w-\[520px\] {
  max-width: 520px;
}
.gap-8 {
  gap: 2rem;
  flex-direction: column;
}
/* .flex-col {
        flex-direction: column;
    } */
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.md\:px-0 {
  padding-left: 0;
  padding-right: 0;
}
.md\:justify-start {
  justify-content: flex-start;
}
.max-w-section-content {
  max-width: 1208px;
}
.rounded-mercury-ui-md {
  border-radius: var(--mercury-ui-border-radius-medium);
}
.bg-transparent {
  margin-top: 40px;
  margin-bottom: 100px;
}
.object-cover {
  height: 100%;
  width: 100%;
  inset: 0;
  color: transparent;
  border-radius: 20px;
}
.filter_map {
  width: 500px;
  height: 600px;
}
.image-menu-h {
  height: 130px;
  padding-top: 20px;
}
.image-menu-img-h {
  padding-top: 30px;
}
.content.menu-item {
  /* text-align: center;
  padding: 15px;
  border-radius: 8px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.content.menu-item:hover {
  transform: scale(1.05);
}
.title a {
  /* font-size: 18px; */
  font-weight: bold;
  color: #d32f2f;
  text-decoration: none;
  text-shadow: #000000 1px 1px 1px;
}
.item-description {
  color: #555;
  /* font-size: 14px;
  margin: 5px 0; */
  text-shadow: #000000 1px 1px 1px;
}
.filter_map_a:is(:hover, :focus-visible, :focus) .filter_map {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.filter_map_a .filter_map {
  transition: transform 0.4s ease-in-out;
  border-radius: 15px;
}

.facebook:is(:hover, :focus-visible, :focus) .borderR15 {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.facebook .borderR15 {
  transition: transform 0.4s ease-in-out;
}

.tiktok:is(:hover, :focus-visible, :focus) .borderR15 {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.tiktok .borderR15 {
  transition: transform 0.4s ease-in-out;
}
.instagram:is(:hover, :focus-visible, :focus) .borderR15 {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.instagram .borderR15 {
  transition: transform 0.4s ease-in-out;
}
.instagram:is(:hover, :focus-visible, :focus) .borderR15 {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.instagram .borderR15 {
  transition: transform 0.4s ease-in-out;
}
.google:is(:hover, :focus-visible, :focus) .borderR15 {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s ease-in-out;
}
.google .borderR15 {
  transition: transform 0.4s ease-in-out;
}
.filter_map {
  object-fit: cover;
}
.boxModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  max-width: 90vw;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 32px;
  backdrop-filter: blur(10px);
  animation: modalSlideIn 0.4s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.modal-h3 {
  font-family: "Oswald", sans-serif;
  color: #2c3e50;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin: 0 0 24px 0;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modalurl {
  width: 100%;
  border: 2px solid #e8ecef;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-bottom: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.modalurl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s;
}

.modalurl:hover {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  border-color: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
}

.modalurl:hover::before {
  left: 100%;
}

.modalurl:hover .modal-h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.modalurl a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}

.modalurl a:hover {
  text-decoration: none;
}

.modalurl img {
  margin-right: 12px;
  transition: transform 0.3s ease;
}

.modalurl:hover img {
  transform: scale(1.1);
}

/* How to Find Us Section Styles */
#section-how-to-find-us {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

#section-how-to-find-us h3.small.center {
  color: rgb(246, 109, 30);
  font-size: 36px;
  margin-bottom: 20px;
}

/* Visit Today Section */
.visit-today-section {
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  border: 2px solid rgb(246, 109, 30);
  box-shadow: 0 8px 25px rgba(246, 109, 30, 0.15);
}

.visit-today-title {
  color: rgb(246, 109, 30);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.visit-description {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
}

/* Hours Banner */
.hours-banner {
  background: linear-gradient(
    135deg,
    rgb(246, 109, 30) 0%,
    rgb(220, 95, 25) 100%
  );
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(246, 109, 30, 0.4);
}

.hours-banner h5 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.hours-text {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}

.hours-text strong {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* About Restaurant Section */
.about-restaurant-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(246, 109, 30, 0.1);
  border: 1px solid rgba(246, 109, 30, 0.2);
  margin-top: 30px;
}

.about-title {
  color: rgb(246, 109, 30);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.appreciation-message {
  max-width: 800px;
  margin: 0 auto;
}

.appreciation-message .lead {
  color: #555;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.thank-you {
  color: rgb(246, 109, 30);
  font-size: 20px;
  margin-bottom: 0;
}

.thank-you strong {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-card,
.hours-card,
.contact-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(246, 109, 30, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(246, 109, 30, 0.1);
  position: relative;
  overflow: hidden;
}

.location-card::before,
.hours-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  transition: all 0.3s ease;
}

.location-card:hover,
.hours-card:hover,
.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(246, 109, 30, 0.2);
  border-color: rgb(246, 109, 30);
}

.location-card:hover::before,
.hours-card:hover::before,
.contact-card:hover::before {
  height: 100%;
  opacity: 0.05;
}

.location-icon,
.hours-icon,
.contact-icon {
  text-align: center;
  margin-bottom: 20px;
}

.location-icon i,
.hours-icon i,
.contact-icon i {
  font-size: 48px;
  color: rgb(246, 109, 30);
  background: linear-gradient(
    135deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(246, 109, 30, 0.3));
}

.location-card h4,
.hours-card h4,
.contact-card h4 {
  color: #2c3e50;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.location-card h4::after,
.hours-card h4::after,
.contact-card h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  border-radius: 2px;
}

.location-item {
  margin-bottom: 20px;
  padding: 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  border-radius: 12px;
  border-left: 4px solid rgb(246, 109, 30);
  transition: all 0.3s ease;
}

.location-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(246, 109, 30, 0.1);
}

.location-item h5 {
  color: rgb(246, 109, 30);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.location-item p {
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

.hours-list {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(246, 109, 30, 0.1);
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(246, 109, 30, 0.1);
  transition: all 0.3s ease;
}

.hours-item:hover {
  background: rgba(246, 109, 30, 0.05);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.hours-item:last-child {
  border-bottom: none;
}

.hours-item .day {
  font-weight: bold;
  color: #2c3e50;
  min-width: 80px;
}

.hours-item .time {
  color: rgb(246, 109, 30);
  font-weight: 600;
}

.direction-buttons .btn {
  margin-bottom: 10px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid rgb(246, 109, 30);
  color: rgb(246, 109, 30);
  background: transparent;
  position: relative;
  overflow: hidden;
}

.direction-buttons .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  transition: all 0.3s ease;
  z-index: -1;
}

.direction-buttons .btn:hover::before {
  left: 0;
}

.direction-buttons .btn:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(246, 109, 30, 0.4);
}

.contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid rgb(246, 109, 30);
  border: 1px solid rgba(246, 109, 30, 0.1);
}

.contact-info h5 {
  color: rgb(246, 109, 30);
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 8px;
  color: #555;
}

.contact-info i {
  color: rgb(246, 109, 30);
  width: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #section-how-to-find-us {
    padding: 60px 0;
  }

  .visit-today-title {
    font-size: 24px;
  }

  .visit-description {
    font-size: 16px;
  }

  .hours-banner h5 {
    font-size: 18px;
  }

  .hours-text {
    font-size: 14px;
  }

  .about-title {
    font-size: 24px;
  }

  .appreciation-message .lead {
    font-size: 16px;
  }

  .location-card,
  .hours-card,
  .contact-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .location-icon i,
  .hours-icon i,
  .contact-icon i {
    font-size: 36px;
  }
}

/* Main Orange Button Styles */
.btn-main-orange {
  background: linear-gradient(
    135deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  border: none;
  color: white;
  padding: 18px 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(246, 109, 30, 0.3);
  z-index: 1;
}

.btn-main-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgb(255, 140, 60) 0%,
    rgb(246, 109, 30) 100%
  );
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-main-orange:hover::before {
  left: 0;
}

.btn-main-orange:hover {
  color: white;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(246, 109, 30, 0.5);
}

.btn-main-orange:hover i {
  animation: buttonIconPulse 1s infinite;
}

.btn-main-orange:active {
  transform: translateY(-1px) scale(1.02);
}

.main-button-container {
  margin: 25px 0;
}

@keyframes buttonIconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Enhanced direction buttons to match */
.direction-buttons .btn {
  margin-bottom: 15px;
  border-radius: 30px;
  font-weight: 600;
  padding: 12px 25px;
  transition: all 0.3s ease;
  border: 2px solid rgb(246, 109, 30);
  color: rgb(246, 109, 30);
  background: transparent;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.direction-buttons .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(246, 109, 30) 0%,
    rgb(255, 140, 60) 100%
  );
  transition: all 0.3s ease;
  z-index: -1;
}

.direction-buttons .btn:hover::before {
  left: 0;
}

.direction-buttons .btn:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(246, 109, 30, 0.4);
}

/* Responsive design for main button */
@media (max-width: 768px) {
  .btn-main-orange {
    padding: 15px 25px;
    font-size: 16px;
  }

  .main-button-container {
    margin: 20px 0;
  }
}

/* Mobile fixes for Revolution slider text overflow */
@media (max-width: 480px) {
  .rev_slider_wrapper,
  #slider1 {
    text-align: center !important;
  }

  #slider1 .tp-caption {
    width: 100% !important;
    left: 2px !important;
    right: 0 !important;
    text-align: center !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    transform: none !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  #slider1 .tp-caption[data-voffset="-80"],
  #slider1 .tp-caption[data-voffset="0"],
  #slider1 .tp-caption[data-voffset="100"],
  #slider1 .tp-caption[data-voffset="200"] {
    width: 100% !important;
    left: 2px !important;
    right: 0 !important;
    text-align: center !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    transform: none !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  /* Special handling for button container */
  #slider1 .tp-caption[data-voffset="200"] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }

  #slider1 h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: 2px !important;
    right: 0 !important;
    transform: none !important;
  }

  #slider1 h2 p {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 auto !important;
    padding: 0 5px !important;
    text-align: center !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    position: relative !important;
    left: 2px !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  #slider1 p.title {
    font-size: 22px !important;
    line-height: 20px !important;
    margin: 5px auto 0 auto !important;
    padding: 0 5px !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-shadow: 1px 1px 0 rgb(233 201 84);
    position: relative !important;
    left: 2px !important;
    right: 0 !important;
    transform: none !important;
    letter-spacing: -1px !important;
  }

  /* Playfair Display mobile override for title1 text */
  #slider1 h2 p[style*="Playfair Display"] {
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    /* text-shadow: 1px 1px 0 rgb(233, 201, 84) !important; */
  }

  /* Playfair Display mobile override for Welcome to text */
  #slider1 h2 p.rev-p[style*="Playfair Display"] {
    font-family: "Playfair Display", serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.5px !important;
    /* text-shadow: 1px 1px 0 rgb(233, 201, 84) !important; */
  }

  #slider1 p.title.multi-color .word1 {
    color: #ff7200 !important;
    text-shadow: 1px 1px 0 rgba(233, 201, 84, 0.8) !important;
  }

  #slider1 p.title.multi-color .word2 {
    color: #ffffff !important;
    text-shadow: 1px 1px 0 rgb(233, 201, 84) !important;
  }

  #slider1 p.title.multi-color .word3 {
    color: #e9c954 !important;
    text-shadow: 1px 1px 0 rgba(255, 114, 0, 0.6) !important;
  }

  #slider1 .btns-box {
    margin: 20px auto 0 auto !important;
    text-align: center !important;
    width: 100% !important;
    position: relative !important;
    left: 20px !important;
    right: 0 !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
  }

  #slider1 a.bt-orange {
    font-size: 14px !important;
    padding: 12px 20px !important;
    display: block !important;
    margin: 0 auto !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: fit-content !important;
    position: relative !important;
    left: 20px !important;
    right: 0 !important;
    transform: none !important;
  }
}

/* Mobile mode fixes for Revolution slider bullets - move to bottom */
@media (max-width: 480px) {
  #slider1 .tp-bullets,
  #slider1 .tp-bullets.vertical,
  #slider1 .tp-bullets.uranus.vertical,
  .rev_slider_wrapper .tp-bullets,
  .rev_slider_wrapper .tp-bullets.vertical {
    position: absolute !important;
    transform: translateX(-50%) translateY(0) !important;
    left: 50% !important;
    top: auto !important;
    bottom: 15px !important;
    width: auto !important;
    height: 10px !important;
    flex-direction: row !important;
    display: flex !important;
    z-index: 1000 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #slider1 .tp-bullets .tp-bullet,
  #slider1 .tp-bullets.vertical .tp-bullet,
  .rev_slider_wrapper .tp-bullets .tp-bullet {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 8px !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    float: left !important;
  }

  /* Change bullet colors for better visibility */
  #slider1 .tp-bullets .tp-bullet .tp-bullet-inner,
  #slider1 .tp-bullets.vertical .tp-bullet .tp-bullet-inner,
  .rev_slider_wrapper .tp-bullets .tp-bullet .tp-bullet-inner {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid #ff7200 !important;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: 8px !important;
  }

  /* Selected/active bullet */
  #slider1 .tp-bullets .tp-bullet.selected .tp-bullet-inner,
  #slider1 .tp-bullets.vertical .tp-bullet.selected .tp-bullet-inner,
  .rev_slider_wrapper .tp-bullets .tp-bullet.selected .tp-bullet-inner {
    background-color: #ff7200 !important;
    border: 2px solid #ffffff !important;
    margin-left: 8px !important;
  }

  /* Override Revolution's inline styles */
  .tp-bullets[style*="transform"] {
    transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: 15px !important;
    top: auto !important;
  }
}

/* Tablet mode - also move bullets to bottom */
@media (max-width: 768px) {
  #slider1 .tp-bullets,
  #slider1 .tp-bullets.vertical,
  #slider1 .tp-bullets.uranus.vertical,
  .rev_slider_wrapper .tp-bullets,
  .rev_slider_wrapper .tp-bullets.vertical {
    position: absolute !important;
    transform: translateX(-50%) translateY(0) !important;
    left: 50% !important;
    top: auto !important;
    bottom: 20px !important;
    width: auto !important;
    height: 12px !important;
    flex-direction: row !important;
    display: flex !important;
    z-index: 1000 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #slider1 .tp-bullets .tp-bullet,
  #slider1 .tp-bullets.vertical .tp-bullet,
  .rev_slider_wrapper .tp-bullets .tp-bullet {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 10px !important;
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    float: left !important;
  }

  /* Change bullet colors for tablets too */
  #slider1 .tp-bullets .tp-bullet .tp-bullet-inner,
  #slider1 .tp-bullets.vertical .tp-bullet .tp-bullet-inner,
  .rev_slider_wrapper .tp-bullets .tp-bullet .tp-bullet-inner {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: 2px solid #ff7200 !important;
    border-radius: 50% !important;
    width: 12px !important;
    height: 12px !important;
    margin-left: 10px !important;
  }

  /* Selected/active bullet for tablets */
  #slider1 .tp-bullets .tp-bullet.selected .tp-bullet-inner,
  #slider1 .tp-bullets.vertical .tp-bullet.selected .tp-bullet-inner,
  .rev_slider_wrapper .tp-bullets .tp-bullet.selected .tp-bullet-inner {
    background-color: #ff7200 !important;
    border: 2px solid #ffffff !important;
    margin-left: 10px !important;
  }
}

/* Tablet/larger mobile centering */
@media (max-width: 768px) and (min-width: 481px) {
  #slider1 .tp-caption {
    width: 100% !important;
    left: 2px !important;
    text-align: center !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  #slider1 h2,
  #slider1 h2 p,
  #slider1 p.title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    left: 2px !important;
    transform: none !important;
  }

  #slider1 p.title {
    letter-spacing: -1.5px !important;
  }

  /* Playfair Display mobile responsiveness */
  #slider1 h2 p[style*="Playfair Display"] {
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    /* text-shadow: 1.5px 1px 0 rgb(233, 201, 84) !important; */
  }

  /* Playfair Display mobile styling for Welcome to text */
  #slider1 h2 p.rev-p[style*="Playfair Display"] {
    font-family: "Playfair Display", serif !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    /* text-shadow: 1.5px 1px 0 rgb(233, 201, 84) !important; */
  }

  #slider1 p.title.multi-color .word1 {
    color: #ff7200 !important;
    text-shadow: 1.5px 1px 0 rgba(233, 201, 84, 0.8) !important;
  }

  #slider1 p.title.multi-color .word2 {
    color: #ffffff !important;
    text-shadow: 1.5px 1px 0 rgb(233, 201, 84) !important;
  }

  #slider1 p.title.multi-color .word3 {
    color: #e9c954 !important;
    text-shadow: 1.5px 1px 0 rgba(255, 114, 0, 0.6) !important;
  }

  #slider1 .btns-box {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    left: 20px !important;
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /* Special handling for button container in tablet mode */
  #slider1 .tp-caption[data-voffset="200"] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
}

@media (max-width: 375px) {
  #slider1 h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  #slider1 h2 p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  #slider1 p.title {
    font-size: 23px !important;
    line-height: 25px !important;
    letter-spacing: -1px !important;
  }
}
