:root {
  --primary: #B50504;
  --secondary: #ed9242;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Josefin+Sans:wght@300;400;500;600;700&family=Tangerine:wght@400;700&display=swap');

.own-dots {
  display: none !important;
}

.about_img {
  position: relative;
}

/* line 69, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/_about.scss */
.about_img .img_1 {
  padding-left: 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 72, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/_about.scss */
.about_img .img_1 img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}

/* line 77, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/_about.scss */
.about_img .small_img {
  position: absolute;
  margin-top: -170px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 10px solid #fff;
}

@media (max-width: 767px) {

  /* line 77, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/_about.scss */
  .about_img .small_img {
    position: absolute;
    margin-top: -80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 10px solid #fff;
    width: 210px;
  }
}

/* line 91, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/_about.scss */
.about_img .small_img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}

.image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #555555;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
  background: #d6b161;
  color: #000;
  text-shadow: none;
}

::-moz-selection {
  background: #8f32f3;
  color: #000;
  text-shadow: none;
}

::selection {
  background: gray;
  color: #000;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transition: all .4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #82B60B;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

p {
  color: #555555;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
}


button {
  border: none;
  outline: none;
}

/*--------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------*/
.preloader {
  background-color: #0e1215;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.d-table {
  width: 100%;
  height: 100%
}

/*--------------------------------------------------------------------
    Scroll Area
---------------------------------------------------------------------*/
.scroll-area {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  display: none;
  z-index: 999;
}

.scroll-area i {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  background: -o-linear-gradient(137deg, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(-47deg, var(--primary) 0%, var(--primary) 100%);
}

.scroll-area::after,
.scroll-area::before {
  content: "";
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  opacity: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary);
  -webkit-animation: iconPulse 1s linear infinite;
  animation: iconPulse 2s linear infinite;
}

.scroll-area::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scroll-area i:hover {
  background: #000;
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px;
  background: none;
  min-height: 0;
  z-index: 999;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.image-layer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-header.header-down {
  top: -51px;
}

.fixed-header.header-up {
  top: -175px;
}

.main-header .auto-container {
  max-width: 1780px;
  /* padding: 0 20px; */
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header-top {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  color: #ffffff;
  border-bottom: 1px solid var(--secondary);
}

.top-social {
  width: 200px;
}

.top-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-social ul li a {
  padding: 0 12px !important;
  font-size: 14px;
  color: #fff;
}

.top-social ul li a:hover {
  color: var(--primary);
  ;
}

.header-top .top-left {
  position: relative;
  float: left;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .top-info {
  position: relative;
}

.header-top .top-info li {
  position: relative;
  float: left;
  margin-right: 70px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-top .top-info li:last-child {
  margin-right: 0;
}

.header-top .top-info li .icon {
  position: relative;
  padding-right: 5px;
}

.header-top .top-info li:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top .top-info li:last-child:after {
  display: none;
}

.header-top .top-info li a {
  position: relative;
  display: block;
  line-height: 30px;
  color: #ffffff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-top .top-info li a:hover {
  color: var(--secondary);
}

.header-top .top-right {
  position: relative;
  float: right;
  line-height: 30px;
}

.main-header .header-upper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .header-upper {
  position: relative;
  /* top: 0; */
  background: #ffffff;

  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.header-two.fixed-header .header-upper {
  background: #0000;
}

.main-header ul,
.main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box {
  position: relative;
  padding: 0px;

}

.main-header .main-box .logo-box {
  position: relative;
  display: block;
  float: left;
  padding: 40px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .main-box .logo-box {
  padding: 5px 0px;
}

.fixed-header .main-menu .navigation>li {
  padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>ul {
  top: 134%;
}

.main-header.fixed-header .header-upper .links-box {
  padding: 15px 0px;
}

.main-header .main-box .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  height: 90px;
  z-index: 1;
}

.main-header .nav-box {
  position: static;
  float: right;
}

.main-header .header-upper .links-box {
  position: relative;
  float: left;
  padding-top: 38px;
  padding-bottom: 38px;
  margin-left: 150px;
}

.main-header .header-upper .links-box .link {
  position: relative;
  float: left;
  margin-left: 50px;
}

.main-header .header-upper .links-box .link:first-child {
  margin-left: 0;
}

.main-header .info-btn {
  position: relative;
  cursor: pointer;
  background: none;
  font-size: 23px;
  color: #555555;
  padding-top: 10px;
  line-height: 13px;
  border: none;
  outline: none;
}

.main-header .info-btn img {
  height: 20px;
}

.main-header .nav-toggler {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 0;
  margin-top: 40px;
  margin-left: 20px;
  display: none;
}

.fixed-header .nav-toggler {
  margin-top: 18px;
}

.main-header .nav-toggler button {
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #e1e1e1;
  font-size: 16px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.main-header .nav-toggler button img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-header .nav-outer {
  position: static;
  float: left;
}

.main-menu {
  position: static;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse {
  padding: 0px;
  margin: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navigation {
  position: static;
  z-index: 1;
}

.main-menu .navigation>li {
  position: static;
  display: block;
  float: left;
  padding: 30px 0px;
  margin-left: 50px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown {
  position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu {
  position: static;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 20px;
}

.main-menu .navigation>li.dropdown>a:after {
  content: '\f067';
  color: var(--secondary);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  top: 18px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  z-index: 5;
}

.main-menu .navigation>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  height: 5px;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  border-right: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a:before {
  right: 20px;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  color: var(--secondary);
  text-decoration: none;
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: -35px;
  top: 100%;
  width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: #111418;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul {
  left: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 20px;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul .auto-container {
  max-width: 1200px;
}

.main-menu .navigation>li .mega-menu {
  position: relative;
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 100%;
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-menu .navigation>li.dropdown.has-mega-menu>ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-size: auto;
}

.main-menu .navigation>li .mega-menu .menu-inner {
  position: relative;
}

.main-menu .navigation>li .mega-menu .row {
  margin: 0 -25px;
}

.main-menu .navigation>li .mega-menu .menu-block {
  position: relative;
  padding: 0 25px;
  margin-bottom: 30px;
  text-align: center;
}

.main-menu .navigation>li .mega-menu .menu-block .image {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image {
  border-color: var(--secondary);
}

.main-menu .navigation>li .mega-menu .menu-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-menu .navigation>li .mega-menu .menu-block .title {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.main-menu .navigation>li .mega-menu .menu-block .title a {
  position: relative;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li .mega-menu .menu-block:hover .title a {
  color: var(--secondary);
}

.main-menu .navigation>li>ul>li {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li:last-child {
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 0px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  z-index: 5;
  display: block;
}

.main-menu .navigation>li>ul>li>a:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
  color: var(--secondary);
  padding-left: 55px;
}


.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--primary) 66;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 2px;
  width: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
  opacity: 1;
  text-align: left;
  background: blue;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.main-menu .navigation>li>ul>li>ul:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 0px;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  z-index: 5;
  display: block;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
  color: var(--secondary);
  padding-left: 55px;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
  overflow-y: hidden;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: black;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}

.hidden-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
  list-style-type: none;
  margin: 0px;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: #ffffff;
  padding-top: 75px;
  padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hidden-bar .inner-box .cross-icon:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}

.hidden-bar .inner-box .logo-box {
  position: relative;
  line-height: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.hidden-bar .inner-box .logo-box img {
  position: relative;
  max-height: 140px;
}

.hidden-bar h2 {
  position: relative;
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
}

.hidden-bar .info {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .info li {
  position: relative;
  line-height: 1.6em;
  color: var(--color-one);
  margin-bottom: 10px;
}

.hidden-bar .info li:last-child {
  margin-bottom: 0;
}

.hidden-bar .info li a {
  color: gray;
}

.hidden-bar .info li a:hover {
  color: var(--secondary);
}

.hidden-bar .separator {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden-bar .separator span {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden-bar .booking-info {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .booking-info .bk-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no {
  position: relative;
  font-size: 30px;
  color: var(--secondary);
  line-height: 1em;
}

.hidden-bar .booking-info .bk-no a {
  position: relative;
  display: inline-block;
  color: var(--secondary);
}

.hidden-bar .booking-info .bk-no a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -7px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale(0.2, 1);
  -ms-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.hidden-bar .booking-info .bk-no a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hidden-bar .side-menu {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}

.hidden-bar .side-menu ul {
  position: relative;
  border-top: 1px solid gray;
}

.hidden-bar .side-menu ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid gray;
}

.hidden-bar .side-menu ul li a {
  position: relative;
  color: #555555;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
  color: var(--secondary);
}

.hidden-bar .side-menu ul li>a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hidden-bar .side-menu ul li:hover>a:before,
.hidden-bar .side-menu ul li.current>a:before {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .side-menu ul li:hover>a,
.hidden-bar .side-menu ul li.current>a {
  color: var(--secondary);
  padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child {
  border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander {
  position: absolute;
  top: 10px;
  right: 0px;
  background: none;
  color: #fff;
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: right;
  line-height: 30px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i {
  font-weight: 700;
}


/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

.info-bar {
  position: fixed;
  right: -440px;
  top: 0px;
  width: 100%;
  max-width: 440px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  /* background: #000 url(../img/nav.jpg) center top repeat; */
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: black;
  visibility: hidden;
  z-index: 9990;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.side-content-visible .info-back-drop {
  opacity: 0.8;
  visibility: visible;
}

.side-content-visible .info-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.info-bar .inner-box {
  position: relative;
  background: #ffffff center top repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  height: 100vh;
}

.info-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #555555;
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #555555;
  border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}

.info-bar .inner-box .logo-box {
  position: relative;
  line-height: 50px;
  margin-bottom: 45px;
}

.info-bar .inner-box .logo-box img {
  position: relative;
  max-height: 50px;
}

.info-bar .inner-box .image-box {
  margin-bottom: 30px;
}

.info-bar .inner-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  max-width: 140px;
  margin: 0 auto;
}

.info-bar .inner-box .image-box img:hover {
  border: 1px solid var(--primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-bar h2 {
  position: relative;
  font-size: 38px;
  text-transform: capitalize;
  margin-bottom: 15px;
  border-bottom: 1px dotted var(--primary);
  padding: 7px 50px;
  display: inline-block;
}

.info-bar .info {
  position: relative;
}

.info-bar .info li {
  position: relative;
  line-height: 1.6em;
  color: gray;
  margin-bottom: 10px;
}

.info-bar .info li:last-child {
  margin-bottom: 0;
}

.info-bar .info li a {
  color: gray;
}

.info-bar .info li a:hover {
  color: var(--secondary);
}

.info-bar .separator {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-bar .separator span {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid var(--secondary);
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info-bar .booking-info {
  position: relative;
}

.info-bar .booking-info .bk-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.info-bar .booking-info .bk-no {
  position: relative;
  font-size: 30px;
  color: var(--secondary);
  line-height: 1em;
}

.info-bar .booking-info .bk-no a {
  position: relative;
  display: inline-block;
  color: var(--secondary);
}

.info-bar .booking-info .bk-no a:before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: -8px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale(0.2, 1);
  -ms-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.info-bar .booking-info .bk-no a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}


/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section {
  position: relative;
  padding: 0 0;
  background: black;
}

.banner-section .banner-container {
  position: relative;
}

.banner-section .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-section .slide-item {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.banner-section .slide-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
}

.banner-section .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all 0ms linear 0ms;
  -o-transition: all 0ms linear 0ms;
  transition: all 0ms linear 0ms;
}

.banner-section .slide-item.swiper-slide-active .image-layer {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear 0ms;
  -o-transition: all 7000ms linear 0ms;
  transition: all 7000ms linear 0ms;
}

.banner-section .slide-item .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-section .slide-item .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  height: 880px;
  min-height: 100vh;
  z-index: 10;
}

.banner-section .slide-item .content {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-section .slide-item .inner {
  position: relative;
  display: block;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.banner-section .slide-item .subtitle {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary);
  font-size: 12px;
  letter-spacing: 0.40em;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.banner-section .slide-item .pattern-image {
  position: relative;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}


.banner-section .swiper-slide-active .subtitle,
.banner-section .swiper-slide-active .pattern-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 500ms;
  -o-transition: all 1000ms ease 500ms;
  transition: all 1000ms ease 500ms;
}


.banner-section .slide-item h1 {
  position: relative;
  font-weight: 400;
  text-transform: none;
  line-height: 1.0em;
  margin: 0px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  font-size: 90px;
  line-height: 109px;
}

.banner-section .slide-item h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.banner-section .swiper-slide-active h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 1000ms;
  -o-transition: all 1000ms ease 1000ms;
  transition: all 1000ms ease 1000ms;
}

.banner-section .slide-item .text {
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.banner-section .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 1500ms;
  -o-transition: all 1000ms ease 1500ms;
  transition: all 1000ms ease 1500ms;
}

.banner-section .slide-item .links-box {
  position: relative;
  display: block;
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.banner-section .swiper-slide-active .links-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease 2000ms;
  -o-transition: all 1000ms ease 2000ms;
  transition: all 1000ms ease 2000ms;
}

.banner-section .slide-item .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-section .slide-item .links-box .link .theme-btn {}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--secondary);
  border-radius: 0%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
  display: none;
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--secondary);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.banner-section .swiper-button-next {
  right: 30px;
}

.banner-section .swiper-button-prev {
  left: 30px;
}

.banner-section .swiper-button-next:hover span,
.banner-section .swiper-button-prev:hover span {
  color: #fff;
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
  background: var(--secondary);
  color: #fff;
}

.banner-section .book-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 110px;
  height: 110px;
  z-index: 10;
}

.banner-section .book-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--secondary);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 28px;
}

.banner-section .book-btn a {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  color: #000;
  background: var(--secondary);
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  z-index: 1;
  border-radius: 60px;
}

.banner-section .book-btn a .icon {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.banner-section .book-btn a .txt {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.15em;
}

/*** 

====================================================================
  Title Box Section
====================================================================

***/

.title-box {
  position: relative;
  margin-bottom: 70px;
}

/* .title-box.centevar(--secondary) {
  margin: 0 auto;
  text-align: center;
} */

.title-box .subtitle {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary);
  font-size: 12px;
  letter-spacing: 0.40em;
  line-height: 1em;
  margin-bottom: 10px;
}

.title-box .pattern-image {
  position: relative;
  margin-bottom: 15px !important;
}

.title-box .pattern-image img {
  max-width: 100px;
}

/* .title-box.centevar(--secondary) .pattern-image {
  margin: 0 auto;
} */

.title-box h2 {
  position: relative;
  margin-bottom: 0;
}

.title-box h3 {
  position: relative;
  margin-bottom: 0;
}

.title-box .text {
  position: relative;
  padding-top: 15px;
  line-height: 1.85em;
}

/* .title-box.centevar(--secondary) .text {
  max-width: 420px;
  margin: 0 auto;
} */

/*** 

/*======================================================================================*/
/* about  */
/*======================================================================================*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 80px;
}

.about-area {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.about-overly {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.s-about-img {
  position: relative;
}

.s-about-img img {
  width: 100%;
  height: auto;
}

.s-about-left {
  position: absolute;
  bottom: 7px;
  left: -53px;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

.s-about-left img {
  max-width: 120px;
  height: auto;
}

.title-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-heading span {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--secondary);
  font-family: 'Josefin Sans', sans-serif;
}

.section-title h2 {
  font-size: 60px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: #FFCE1C;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.s-about-content p {
  margin-bottom: 15px;
}

.about-text .avatar {
  width: 50%;
}

.about-text .avatar img {
  float: left;
  margin-right: 30px;
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
}

.about-text .avatar .text {
  float: left;
  margin-top: 5px;
}

.signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align-items: center; */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  align-self: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.signature img {
  max-width: 200px;
  width: 100%;
}

.about-list-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 33px;
  border-top: 1px solid #645f5f;
  padding-top: 25px;
}

.about_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #645f5f;
  padding-right: 85px;
}

.about_navbar ul li a {
  color: #555555;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 21px;
}

.about_navbar ul li a::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  clear: both;
  width: 8px;
  height: 8px;
  background: var(--primary);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid var(--primary);
}

.year-text {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  color: #000;
  background: var(--secondary);
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  z-index: 1;
  border-radius: 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

.year-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--secondary);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 28px;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

.year-info h6 {
  font-size: 30px;
  font-weight: 600;
}

/*======================================================================================*/
/* menu  */
/*======================================================================================*/
.hotel-menu {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.hotel-menu .overly-bg1 {
  position: absolute;
  left: 0px;
  top: 180px;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.hotel-menu .overly-bg2 {
  position: absolute;
  right: 161px;
  bottom: 0;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.hotel-menu .overly-bg3 {
  position: absolute;
  right: 161px;
  top: 0;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.hotel-menu .overly-bg3 img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

}

.lili-food-price-item {
  clear: both;
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.lili-food-price-item .lili-food-price-hoverimg {
  position: absolute;
  z-index: 9;
  width: 160px;
  height: 160px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  background: #000;
}

.lili-food-price-item .lili-food-price-hoverimg::before {
  content: " ";
  width: calc(100% - 10px);
  height: calc(100% + 12px);
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: -6px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid var(--secondary);
}

.lili-food-price-item .lili-food-price-hoverimg::after {
  content: " ";
  width: calc(100% - 10px);
  height: calc(100% + 12px);
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: -2px;
  bottom: 5px;
  left: 9px;
  right: 5px;
  border: 1px solid var(--secondary);
}

.lili-food-price-item:hover .lili-food-price-hoverimg {
  opacity: 1;
  left: 50%;
}

.lili-food-price-item {
  cursor: pointer;
}

.lili-food-price-item .lili-food-price-img {
  float: left;
  width: 80px;
}

.lili-food-price-content {
  padding: 10px 15px 0px 15px;
}

.lili-food-price-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lili-food-title {
  font-weight: bold !important;
  font-size: 22px;
  line-height: 30px;
  color: #555555;
}

.lili-food-price-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--secondary);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
  margin: 0 10px;
  position: relative;
  bottom: -15px;
  opacity: 0.7;
  color: #555555;
}

.lili-food-price-line::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0px;
  border-bottom: 1px solid var(--primary);
  width: 100%;
  height: auto;
}

.lili-food-price-main {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  line-height: 30px;
}

.lili-food-price-desc {
  color: #555555;
}

.lili-food-price-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.container {
  max-width: 1300px;
}

/*======================================================================================*/
/* menu2  */
/*======================================================================================*/
.secpcial-menu {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.menu-bg {
  position: absolute;
  content: '';
  top: 180px;
  left: 45px;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.menu-bg img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.our_menu h1 {
  color: #262626
}

.menu_tabs div.our-menu-tab-container {
  z-index: 10;
  opacity: .97;
  filter: alpha(opacity=97)
}

.menu_tabs div.tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 10%
}

.menu_tabs div.tab-menu div.list-group {
  margin-bottom: 0
}

.menu_tabs div.tab-menu div.list-group>a {
  margin-bottom: 30px;
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #e8e8e8;
  color: #262626;
  padding: 11px 15px;
  font-size: 17px;
  letter-spacing: 2px
}

.menu_tabs div.tab-menu div.list-group>a.active {
  background-color: var(--primary);
  color: #fff;
  border: 0
}

.menu_tabs div.tab-content {
  padding-left: 20px;
  padding-top: 10px;
  overflow: hidden;
}

.menu_tabs div.our-menu-tabs div.tab-content:not(.active) {
  display: none
}

.menu_tabs .our-menu-slider .btn-gold {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
  height: auto;
  width: auto
}

.menu_tabs .our-menu-slider .btn-gold:hover i {
  color: var(--primary);
}

.menu_tabs .our-menu-slider .btn-gold i {
  color: #fff;
  font-size: 18px
}

.menu_tabs .our-menu-slider .item {
  margin: 5px 5px 30px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.menu_tabs .our-menu-slider .owl-controls {
  text-align: left;
  margin-top: 10px;
  float: left
}

.menu_tabs .our-menu-slider .owl-page span {
  opacity: 1;
  background: #e8e8e8
}

.menu_tabs .our-menu-slider .owl-page.active span,
.menu_tabs .our-menu-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #fff !important;
}

.menu_tabs .our-menu-slider .item img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px
}

.menu_tabs .item_desc {
  padding: 20px;
  position: absolute;
  top: 20%;
  right: 0;
  width: 370px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.menu_tabs .item_desc p {
  clear: both;
  font-weight: 300;
  font-size: 15px
}

.menu_tabs .view_all {
  float: right;
  margin-right: 50px
}

.our-menu-slider.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
  box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
  -webkit-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
  background: var(--primary);
}

.our-menu-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}

/*section head*/
.section-head {
  position: relative;
  margin: 0 auto 60px;
}

.section-head .section-subtitle {
  color: #C19D60;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-head .section-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #1b1b1b;
}

.section-head .section-title.white {
  color: #555555;
}

.section-head .section-backtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 106px;
  opacity: 0.1;
  line-height: 140px;
  color: #e6dfdf;
  font-family: 'Tangerine', cursive;
}

.section-head .icon {
  margin-top: 20px;
  font-size: 20px;
  position: relative;
}

.section-head .icon:after,
.section-head .icon:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #1b1b1b;
  top: 50%;
  right: -60px;
  opacity: .1;
}

.section-head .icon.white:after,
.section-head .icon.white:before {
  background: rgba(255, 255, 255, 0.5);
}

.section-head .icon:after {
  right: auto;
  left: -80px;
}

.section-head .icon i {
  color: #C19D60;
  margin: 0 2px;
}

.pattern-image .icon {
  margin-top: 20px;
  font-size: 20px;
  position: relative;
}

.pattern-image .icon:after,
.pattern-image .icon:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: -80px;
  opacity: .2;


}

.pattern-image .icon:after {
  right: auto;
  left: -80px;
}

/*======================================================================================*/
/* choose  */
/*======================================================================================*/
.section.resturont-choose {
  overflow: hidden;
  background-color: #090c0f;
  padding: 130px 0;
  position: relative;
  z-index: 2;
}

.resturont-subtitle {
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--secondary);
  font-family: 'Josefin Sans', sans-serif;
}

.resturont-title {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-family: 'DM Sans', sans-serif;
  color: #555555;
  font-weight: 400;
}

.resturont-parallax-icon {
  position: absolute;
}

.resturont-parallax-icon.pi-1 {
  left: 33px;
  top: 5%;
  width: 159px;
  height: 145px;
}

.resturont-parallax-icon .p-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.resturont-parallax-icon.pi-2 {
  left: auto;
  right: 23px;
  top: 10%;
  width: 131px;
  height: 178px;
}

.resturont-parallax-icon .p-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.resturont-parallax-icon.pi-3 {
  left: auto;
  right: 50px;
  top: 90%;
  width: 205px;
  height: 106px;
}

.resturont-parallax-icon .p-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.resturont-choose-image {
  position: relative;
  width: 100%;
  height: 932px;
  font-size: 0;
}

.resturont-choose-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.resturont-choose-list ul li {
  margin: 0 0 30px 0;
}

.resturont-choose-list ul li .icon {
  float: left;
  width: 69px;
  text-align: center;
}

.resturont-choose-list ul li .icon img {
  width: 100%;
}

.resturont-choose-list ul li .desc {
  margin-left: 100px;
}

.resturont-choose-list ul li .name {
  margin: 0 0 10px 0;
  color: #555555;
  font-family: 'DM Sans', sans-serif;
}

.resturont-choose-list ul li .subname {
  color: #555555;
  font-family: 'Josefin Sans', sans-serif;
}

.ui-widget {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #fb0000;
  border: none;
  padding: 0;

}

.tab___secrtion .tabs-content {
  background: #0E1215;
  border-radius: 5px;
  padding: 39px 52px;
  position: relative;
}

.tab___secrtion .tab-btn-box {
  padding: 12px 0px 12px;
}

.ui-widget-header {
  background: transparent;
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  text-decoration: none;
  padding: 19px 31px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  color: var(--primary);
}

.ui-widget-content {
  border: 1px solid transparent;
  background: none;
}

.p_relative {
  position: relative;
}

.tab___left__data h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
  line-height: 56px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.tab___left__data h1 span {
  color: var(--primary);
}

.tab___left__data p {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.booking__form {
  padding-top: 12px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.booking__form .form-group span {
  position: absolute;
  z-index: 9;
  left: 17px;
  font-size: 20px;
  padding: 12px 0px 0px 17px;
  color: #545a5b;
}

.booking__form .nice-select.wide,
.booking__form .form-group input {
  width: 100%;
  position: relative;
  height: 45px;
  background: #0B1315;
  padding-left: 60px;
  border: 1px solid rgba(176, 176, 176, 0.2);
  color: #fff;
}


.tab-btns.tab-buttons.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.theme-btn-two {
  margin-left: 20px;
}

.form-select {
  display: block;
  width: 100%;
  height: 45px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #0b1315;
  background-repeat: no-repeat;
  border: 1px solid rgba(176, 176, 176, 0.2);
  border-radius: .25rem;
  padding: 0 56px;
  font-size: 14px;
  color: gray;
}

.form-select:focus {
  outline: none;
  border: 1px solid rgba(176, 176, 176, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  color: #fff;
  background: var(--primary);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 25px;
  border-radius: 5px;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-reservation {
  color: #fff;
  background: var(--secondary);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 25px;
  border-radius: 5px;
  border: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.button-reservation:hover {
  color: var(--secondary);
  background: #fff;
}

.button-reservation:before,
.button-reservation:after {
  content: "";
  background: var(--secondary);
  height: 100%;
  width: 55%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button-reservation:after {
  left: auto;
  right: 0;
}

.button-reservation:hover:before,
.button-reservation:hover:after {
  width: 0;
}



.btn a {
  color: #fff;
}

.btn:hover a {
  color: #DAA95F;
}

.btn:hover {
  color: var(--primary);
  background: #fff;
}

.btn:before,
.btn:after {
  content: "";
  background: var(--primary);
  height: 100%;
  width: 55%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:after {
  left: auto;
  right: 0;
}

.btn:hover:before,
.btn:hover:after {
  width: 0;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabs-left-img {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-left-img img {
  max-width: 140px;
  width: 100%;
  height: auto;
}

/*======================================================================================*/
/*news-section*/
/*======================================================================================*/
.news-section {
  position: relative;
  padding: 100px 0;
  padding-bottom: 80px;
  overflow: hidden;
  background: #ffffff;
}

.news-section .title-box {
  margin-bottom: 40px;
}

.news-section .row {
  margin: 0 -25px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-section .row .news-block {
  padding: 0 25px;
  margin-bottom: 40px;
}

.news-block .inner-box {
  position: relative;
  display: block;
}

.news-block .image-box {
  position: relative;
  display: block;
}

.news-block .image-box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.40);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
  z-index: 1;
}

.news-block .image {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}

.news-block .image img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .image::before {
  position: absolute;
  top: 0;
  left: -85%;
  /* z-index: 2; */
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(192, 153, 93, 0) 0%, rgba(206, 151, 66, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 153, 93, 0)), to(rgba(206, 151, 66, 0.8)));
  background: linear-gradient(to right, rgba(192, 153, 93, 0) 0%, rgba(206, 151, 66, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.news-block .inner-box:hover .image:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.news-block .inner-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.news-block .date {
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 1;
}

.news-block .date span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.10em;
  padding: 3px 3px;
  background-color: #000;
}

.news-block .over-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 25px;
  z-index: 3;
}

.news-block .cat {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.40em;
  margin-bottom: 5px;
}

.news-block h4 {
  position: relative;
  margin-bottom: 0;
}

.news-block h4 a {
  color: #fff;
}

/*======================================================================================*/
/*servic-area*/
/*======================================================================================*/

.section.resturont-about-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 130px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section.resturont-about-2::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: #ffffff;
  opacity: 0.6;
  z-index: -1;
}

.resturont-services-item-2 {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.section.resturont-about-2 .col-xs-12:nth-child(2n+1) .resturont-services-item-2 {
  top: -60px;
}

.section.resturont-about-2 .resturont-services-item-2 {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 40px 30px;
  background: #ffffff;
  position: relative;
  border: 1px solid #B99D75;
}

.section.resturont-about-2 .resturont-services-item-2::before {
  content: " ";
  width: calc(100% - 20px);
  height: calc(100% + 24px);
  position: absolute;
  top: -12px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #B99D75;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.resturont-services-item-2 .image {
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  display: block;

  /* width: 130px;
  height: 130px;
  line-height: 130px; */
  background: #0e1317;
  /* border-radius: 130px; */
  -webkit-transition: all .7s cubic-bezier(.3, 0, .3, 1);
  -o-transition: all .7s cubic-bezier(.3, 0, .3, 1);
  transition: all .7s cubic-bezier(.3, 0, .3, 1);
}

.resturont-services-item-2 .image img {
  /* max-width: 100%;
  max-height: 500px; */
  -webkit-transition: all .7s cubic-bezier(.3, 0, .3, 1);
  -o-transition: all .7s cubic-bezier(.3, 0, .3, 1);
  transition: all .7s cubic-bezier(.3, 0, .3, 1);
}

.resturont-services-item-2:hover {
  cursor: pointer;
}

/* .resturont-services-item-2:hover .image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
} */

.section.resturont-about-2 .resturont-text {
  margin-bottom: 30px;
}

.resturont-choose-list {
  margin: 40px 0;
}

.resturont-choose-list ul li {
  margin: 0 0 30px 0;
}

.resturont-choose-list ul li .icon {
  float: left;
  width: 69px;
  text-align: center;
}

.resturont-choose-list ul li .desc {
  margin-left: 100px;
}

.resturont-choose-list ul li .name {
  margin: 0 0 10px 0;
}

/*======================================================================================*/
/*team-area*/
/*======================================================================================*/

.team-area {
  background: #000;
  padding: 120px 0;
  overflow: hidden;
}

.our-team {
  margin-bottom: 25px;
}

.our-team .pic {
  position: relative;
  overflow: hidden;
}

.our-team .pic img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-team:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-team .over-layer {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  background: rgba(192, 153, 93, 0.7);
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.our-team:hover .over-layer {
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.our-team .description {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 39%;
  text-align: center;
}

.our-team .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 32%;
}

.our-team .social-link li {
  display: inline-block;
}

.our-team .social-link li a {
  border: 1px solid #aeaeae;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--primary);
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  /* background: transparent; */
  border-radius: 10px;
}

.our-team .social-link li a:hover {
  text-decoration: none;
  color: var(--primary);
  background: #090d10;
}

.our-team .team-prof {
  text-align: start;
  margin-top: 15px;
}

.our-team .team-prof a {
  color: var(--primary);
  font-size: 29px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Tangerine', cursive;
}

.our-team .team-prof a:hover {
  text-decoration: none;
  color: #fff;
}

.our-team .team-prof small {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 4px;
  text-transform: uppercase;
}

/*======================================================================================*/
/*testimonial*/
/*======================================================================================*/
.testimonail-area {
  background: #ffffff;
  position: relative;
}

.test-overly {
  position: absolute;
  left: 0;
  top: -98px;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.test-overly img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.test-pan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-pan .image-before {
  position: absolute;
  left: 8%;
  top: 16%;
  z-index: 0;
  max-width: 375px;
}

.test-pan .image-before .qute-text {
  font-size: 120px;
  font-weight: bold;
  font-family: inherit;
  line-height: 0.9;
  text-transform: capitalize;
  color: #d8a16c;
}

.test-pan .image-before .qute-text span {
  font-size: 45px;
  color: #d8a16c;
}

.test-pan .image-before p {
  color: #555555;
  font-size: 12px;
  line-height: 20px;
}

.test-pan .image-before .qute-text span {
  display: block;
}

.test-pan .image-content {
  position: relative;
  z-index: 10;
}

.test-pan .image-content img {
  height: auto;
  max-width: 383px;
  width: 100%;
}

.test-pan .author-name {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 30px;
}

.test-pan .author-designation {
  color: var(--primary);
}

.test-pan .image-after {
  position: absolute;
  right: 10%;
  top: 16%;
  z-index: 0;
  max-width: 430px;
}

.test-pan .image-after .qute-text {
  font-size: 120px;
  font-weight: bold;
  font-family: inherit;
  line-height: 0.9;
  text-transform: capitalize;
  color: #6abd5b;
}

.test-pan .image-after .qute-text span {
  font-size: 45px;
  color: #d8a16c;
  position: relative;
}

.test-pan .image-after p {
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  margin-left: 90px;
}

.test-pan .image-after .qute-text span {
  display: block;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid var(--secondary);
  width: 40px;
  height: 40px;
  background: transparent;
  line-height: 34px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-nav span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--secondary);
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover span {
  color: #fff;
}

.testimonila-slider .owl-nav {
  position: absolute;
  bottom: 29%;
  left: 26%;
}

.testimonila-slider .owl-nav .owl-next {
  margin-left: 18px;
}

.testimonila-slider .owl-dots .owl-dot span {
  width: 40px;
  height: 40px;
  margin: 5px 7px;
  display: block;
  -webkit-bacresturontace-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}


.testimonila-slider.owl-theme .owl-dots .owl-dot:nth-child(1) span {
  background: url('../img/test/3.jpg')no-repeat scroll 0 0 / 100% 100% !important;
  width: 40px;
  height: 40px;
}

.testimonila-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span {
  background: url('../img/test/2.jpg')no-repeat scroll 0 0 / 100% 100% !important;
  width: 40px;
  height: 40px;
}

.testimonila-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span {
  background: url('../img/test/4.jpg')no-repeat scroll 0 0 / 100% 100% !important;
  width: 40px;
  height: 40px;
}

.testimonila-slider.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid var(--secondary);
}

.testimonila-slider .owl-dots {
  display: none;
  position: absolute;
  right: 319px;
  bottom: 27%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*======================================================================================*/
/*video warper*/
/*======================================================================================*/

.video-warper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}

.video-warper::before {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.video-content {
  text-align: center;
  z-index: 999;
  margin-bottom: 35px;
}

.video-content h5 {
  color: #fff;
  margin-bottom: 6px;
}

.video-content h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 24px;
}


.video-btn {
  display: inline-block;
  width: 74px;
  height: 76px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  top: 3px;
  z-index: 1;
  border: 2px solid var(--primary);
  background: #fff;
  opacity: 0.8;
}

.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 13px;
  background-color: #fff;
}

.video-btn i {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

@-webkit-keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.counter-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-single .counter-media img {
  max-width: 70px;
  width: 100%;
  line-height: 78px;
  color: var(--primary);
}

.counter-num-prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-item-align: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start;
}

.counter-single .counter-info {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-left: 10px;
}

.counter-single .counter-info h5 {
  font-size: 48px;
  line-height: 54px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 0 var(--secondary), -1px -1px 0 var(--secondary), 1px -1px 0 var(--secondary), -1px 1px 0 var(--secondary), 1px 1px 0 var(--secondary);
  color: #111;
}

.counter-single .counter-info .counter-prefix {
  font-size: 48px;
  line-height: 43px;
  font-weight: 400;
  color: #fff;
}

.counter-info p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 7px;
  letter-spacing: 0.1em;
  color: #eaeaea;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-area {
  background-color: #101418;
  padding: 90px 0 100px;
}

.blog-post-single {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-single:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.10);
}

.blog-post-content {
  padding: 30px 20px 15px;
}

.blog-post-content h3 a {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: capitalize;
  color: #130F40;
}

.blog-post-content h3 a:hover {
  color: #FF630E;
}

.post-meta {
  margin-bottom: 15px;
}

.post-media img {
  border-radius: 5px 5px 0 0;
}

.post-meta li {
  display: inline-block;
  margin-right: 15px
}

.post-meta li a i {
  font-size: 15px;
  color: #FF630E;
}

.post-meta span {
  margin-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  color: #696969;
}

.post-meta span:hover {
  color: #FF630E;
}

.blog-area.two {
  padding: 100px 0;
}

.widget {
  padding: 30px 40px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
  background: #080b0e;
}

.search-form {
  position: relative
}

.search-form input {
  width: 100%;
  height: 55px;
  border: 0;
  background-color: #111418;
  padding-left: 20px;
  border-radius: 5px;
}

.search-form button {
  position: absolute;
  right: 40px;
  top: 30px;
  height: 55px;
  width: 60px;
  border: 0;
  background-color: var(--primary);
  font-size: 20px;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  color: #fff;
}

.search-form button:hover {
  background-color: #c28324;
}

.widget h4 {
  color: #fff;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
}

.latest-post.widget {
  padding-bottom: 20px;
}

.recent-post-single {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb.two img {
  margin: 0;
}

.recent-post-thumb {
  float: left;
  width: 30%;
}

.recent-post-cont {
  float: left;
  width: 70%;
  padding: 0 20px 0 10px;
}

.recent-post-cont.two {
  padding: 0 0 0 20px;
}

.recent-post-cont.two {
  padding: 0 0 0 20px;
}

.recent-post-cont.two a {
  color: var(--primary);
  font-weight: 700;
}

.recent-post-cont.two span {
  color: #696969;
}

.menu-services-icon.two {
  margin: 0 0 0 15px;
}

.widget-list li {
  padding: 0 0 15px;
}

.widget-list li a {
  color: #d0d0d0;
}

.widget-list li i {
  color: var(--primary);
  padding-right: 5px;
  font-size: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-list.widget {
  padding-bottom: 20px;
}

.widget-list li a:hover {
  color: var(--primary);
}

.all-posts-wrap {
  padding-right: 40px
}

.blog-posts {
  margin: 0 0 100px;
}

.blog-posts h3 {
  margin-bottom: 15px;
}

.blog-posts .blog-post-thumb {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}

.blog-posts .blog-post-thumb img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-posts .blog-post-thumb::before {
  position: absolute;
  top: 0;
  left: -85%;
  /* z-index: 2; */
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(192, 153, 93, 0) 0%, rgba(206, 151, 66, 0.8) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 153, 93, 0)), to(rgba(206, 151, 66, 0.8)));
  background: linear-gradient(to right, rgba(192, 153, 93, 0) 0%, rgba(206, 151, 66, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.blog-post-thumb:hover img {
  left: 125%;
}

.blog-posts .blog-post-thumb:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.blog-posts:hover .blog-post-thumb::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.blog-posts-meta {
  padding-bottom: 10px;
  margin-top: 25px;
}

.blog-posts-meta ul li i {
  margin-right: 6px;
  font-size: 16px;
  color: var(--primary);
}

.blog-posts-meta ul li {
  display: inline-block;
}

.blog-posts-meta ul li a {
  color: #8e8e8e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  margin-right: 15px;
}

.blog-posts-meta ul li a:hover {
  color: #FF630E;
}

.blog-posts h3 a {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
}

.blog-posts h3 a:hover {
  color: var(--primary);
}

.blog-area.two p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-posts.two {
  margin: 0 30px 0 0;
}


.blog-pagination li {
  display: inline-block;
}

.blog-pagination li a,
.blog-pagination li span {
  width: 55px;
  height: 55px;
  background-color: #f7f7f7;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 5px;
  font-weight: 500;
  line-height: 55px;
  font-size: 16px;
  margin: 0 5px;
  color: var(--primary);
}

.blog-pagination li i {
  font-size: 20px;
}

.blog-pagination li a:hover,
.blog-pagination li span {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.feature-page.two {
  margin: 0 250px;
}

.entry-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 30px 0 15px;
}

.block-quote {
  background-color: #080b0e;
  border: 0;
  padding: 25px 30px 35px;
  margin: 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(92, 92, 92, 0.1);
  box-shadow: 0 0 15px rgba(92, 92, 92, 0.1);
}

.block-quote i {
  color: #dedede;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.block-quote p {
  margin: 0 0 8px;
  font-style: italic;
  line-height: 1.8;
}

.block-quote h6 {
  color: #FF630E;
  font-size: 18px;
  font-weight: 700;
}

.blog-post-thumb.two {
  margin: 0 30px 0 0;
}

.blog-post-thumb.two ul li {
  padding-bottom: 8px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.entry-footer {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  position: relative;
}

.post-tags {
  font-size: 16px;
  font-weight: 500;
  color: #ffff;
}

.post-tag a {
  display: inline-block;
  background-color: #FF630E;
  color: #fff;
  font-size: 13px;
  padding: 0px 12px;
  border-radius: 4px;
  margin-right: 0;
  margin-left: 8px;
}

.entry-footer ul {
  position: absolute;
  top: 26px;
  left: 56px;
}

.entry-footer ul li {
  display: inline-block;
  margin-right: 10px;
}

.entry-footer ul li a {
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
}

.comment-form input {
  height: 50px;
}

.comment-respond {
  margin-top: 60px;
}

.comment-respond h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.comment-respond p {
  margin-bottom: 28px;
}

.comment-respond form {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
}

/*======================================================================================*/
/*login page*/
/*======================================================================================*/
.login-page {
  background: #ffffff;
  position: relative;
}

.register-login-resturon {
  padding: 70px;
  padding-top: 20px;
  border: 1px solid rgba(192, 153, 93, 0.6);
  border-radius: 10px;
}

.register-login-images {
  background-color: #0E1215;
  padding: 45px 40px 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.register-login-images img {
  width: 100%;
  height: auto;
}

.register-login-images .shape-1 {
  top: 183px;
  left: 59%;
  position: absolute;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

.register-login-images .shape-1 img {
  max-width: 40px;
  height: auto;
}

.register-login-images .images {
  width: 100%;
}

.register-login-form {
  max-width: 400px;
  margin-left: auto;
  margin-top: 45px;
}

.register-login-form .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}

.register-login-form .title span::before {
  position: absolute;
  content: "";
  background-image: url(../img/contact/bt.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 121px;
  height: 21px;
  left: 17%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.register-login-form .form-resturon {
  padding-top: 30px;
}

.single-form {
  margin-top: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #0e1215;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.form-control:focus {
  color: #fff;
  background-color: #171819;
  border: 1px solid var(--primary);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*======================================================================================*/
/*.contact area*/
/*======================================================================================*/
.contact__top {
  padding-top: 120px;
  background: #ffffff;
}

.contact__top .address {
  background: #0E1215;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #77613d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__top .address:hover .ion__outer {
  background: var(--primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__top .address .ion__outer {
  width: 75px;
  height: 75px;
  background: #14262D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 35px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 25px;
}

.contact__top .address .address__text span {
  font-family: 'Tangerine';
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: var(--primary);
}

.contact__top .address .address__text p {
  padding-top: 15px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact__top .address .address__text p a {
  color: #fff;
}

/*======================================================================================*/
/*.Delicious Menu Style*/
/*======================================================================================*/

.delicious-menu2 {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.delicious-menu2 .overly-bg1 {
  position: absolute;
  left: 0px;
  top: 180px;
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
}

.delicious-menu2 .overly-bg1 img {
  max-width: 610px;
  width: 100%;
}

.single-delicious-menu {
  position: relative;
  border: 1px double var(--primary);
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-delicious-menu .delicious-menu-text {
  position: absolute;
  top: 8px;
  left: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-delicious-menu .delicious-menu-text h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 10px;
}

.single-delicious-menu .delicious-menu-text p {
  margin-bottom: 0;
}

.single-delicious-menu .delicious-menu-text span {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  color: var(--primary);
}

.single-delicious-menu .menu-list-img {
  position: relative;
  overflow: hidden;
}

.single-delicious-menu .menu-list-img img {
  overflow: hidden;
  border-radius: 10px;
}

.single-delicious-menu .menu-list-img .recommend {
  position: absolute;
  bottom: -26px;
  left: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-delicious-menu .menu-list-img .recommend a {
  background-color: var(--primary);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}

.single-delicious-menu:hover {
  border: dashed 1px var(--primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-delicious-menu:hover .recommend {
  bottom: 7px;
  z-index: 1;
}

.see-full-menu {
  border: 1px solid #d2d2d2;
  padding: 15px 15px;
}

.see-full-menu p {
  color: #363636;
  font-weight: 600;
  line-height: 3;
  margin-top: 4px;
}

.see-full-menu .default-btn {
  float: right;
}

.see-full-menu .default-btn-two {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}

/*///boking-atabe*/
.booking__form2 {
  background: #0E1215;
  padding: 60px;
  overflow: hidden;
}

.booking_table {
  padding: 0;
}

.inner_book {
  padding: 0;
}

.history-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: auto;
  position: relative;
  z-index: 1;
}

.history-right::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.booking__form2 p {
  margin-bottom: 20px;
}

.booking__form2 .info-book {
  width: 409px;
  margin: 0 auto;
}

.history-content {
  padding: 103px 20px;
  width: 290px;
  text-align: start;
  margin: 0 auto;
}

.history-content h2 {
  font-size: 38px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 30px;
}


.booking-phone h5 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.booking-phone span {
  padding: 19px 0;
  display: inline-block;
}

.booking-phone span a {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}

.history-content ul {
  margin-left: 10px;
}

.history-content ul li {
  position: relative;
  font-size: 15px;
  line-height: 33px;
}

.history-content ul li::before {
  position: absolute;
  content: '';
  left: -27px;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: var(--primary);
  top: 12px;
}

/*======================================================================================*/
/*.Delicious Menu Style*/
/*======================================================================================*/
.delicious-menu3 {
  background: #ffffff;
}

.single-delicious-menu.single-men-three {
  border: none;
  background: #030608;
  padding: 33px 20px;
  border-radius: 18px;
}

.single-delicious-menu.single-men-three .delicious-menu-text {
  position: absolute;
  top: 44px;
  left: 148px;
  padding-left: 10px;
  padding-right: 10px;
}

/*======================================================================================*/
/*.Delicious Menu Style*/
/*======================================================================================*/
.menu-area4 {
  background: #ffffff;
  overflow: hidden;
}

.p-0 {
  padding: 0 !important;
}

.menu-area4 .item-menu4 {
  margin-bottom: 0px;
}

.menu-area4 .img {
  position: relative;
  overflow: hidden;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-book {
  outline: none;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-area4 .content {
  width: 100%;
  padding: 30px;
}

.menu-book .menu-list .item-menu4 {
  line-height: 35px;
}

.menu-book .menu-list .img {
  display: block;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 15px;
  border-radius: 50%;
}

.menu-book .menu-list .img img {
  max-width: 60px;
  height: auto;
}

.menu_four_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}

.menu-book .menu-list .menu_four_content .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.menu-book .menu-list .menu_four_content .dots {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin: 0 20px;
}

.menu-book .menu-list .menu_four_content .dots::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed rgb(192, 153, 93);
}

.menu-book .menu-list .menu_four_content .price {
  margin-left: auto;
  font-size: 18px;
  color: #C19D60;
  font-weight: 400;
}

/*======================================================================================*/
/*banner section 2*/
/*======================================================================================*/
.banner-section2 {
  padding-top: 205px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.banner-section2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e1215;
  opacity: 0.4;
  z-index: -1;
}

.hero-info-left h5 {
  /* font-family: 'DM Sans', sans-serif; */
  font-family: 'Tangerine', cursive;
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--primary);
  font-weight: 600;
}

.hero-info-left h2 {
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 600;
}

.hero-info-left p {
  padding-bottom: 20px;
}

.boking-info {
  position: relative;
  background: #0E1215;
  padding: 60px 30px;
  margin-bottom: -75px;
}

.boking-info .head-title h5 {
  font-size: 36px;
  color: #fff;
  border-bottom: 1px solid rgba(240, 238, 234, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.boking-form .form-select,
.boking-form .form-group input {
  width: 100%;
  position: relative;
  height: 55px;
  background: #0B1315;
  padding-left: 60px;
  border: 1px solid rgba(176, 176, 176, 0.2);
  color: #fff;
}

.boking-form input::-webkit-input-placeholder {
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.boking-form input::-moz-placeholder {
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.boking-form input:-ms-input-placeholder {
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.boking-form input::-ms-input-placeholder {
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.boking-form input::placeholder {
  color: #ffff;
  font-size: 14px;
  opacity: 1;
}

.boking-form .form-group span {
  position: absolute;
  z-index: 9;
  left: 5px;
  font-size: 20px;
  padding: 12px 0px 0px 17px;
  color: #545a5b;
}

.btn-lg2 {
  display: block;
  width: 100%;
}

.boking-form .form-group {
  margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------
    error Page
---------------------------------------------------------------------------------------*/
.error-page {
  padding: 203px 0px 199px;
  z-index: 1;
  background: #111418fa;
}

.error-page-text {
  text-align: start;
  position: relative;
}

.error-img {
  -webkit-animation: up_down 5s linear infinite;
  animation: up_down 5s linear infinite;
  text-align: end;
}

.error-img img {
  max-width: 485px;
  height: auto;
  width: 100%;
}

.error-page-text h2 {
  font-size: 165px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-shadow: 0 1px 0 hsl(174, 5%, 80%),
    0 2px 0 hsl(174, 5%, 75%),
    0 3px 0 hsl(174, 5%, 70%),
    0 4px 0 hsl(174, 5%, 66%),
    0 5px 0 hsl(174, 5%, 64%),
    0 6px 0 hsl(174, 5%, 62%),
    0 7px 0 hsl(174, 5%, 61%),
    0 8px 0 hsl(174, 5%, 60%),

    0 0 5px rgba(0, 0, 0, .05),
    0 1px 3px rgba(0, 0, 0, .2),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .2),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .3);
}

.error-page-text h3 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.ajax-response {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
    Page Title Area
---------------------------------------------------------------------------------------*/

.page-banner-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 75px;
  position: relative;
  z-index: 1;
}

.page-banner-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.banner-content h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 700;
}

.banner-content p {
  color: #fff;
}

.banner-content a {
  color: #fff;
  padding-right: 10px;
}

.banner-content span {
  padding-right: 5px;
}

.banner-content p span i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--primary);
  font-size: 12px;
}

/*======================================================================================*/
/*.footer-area*/
/*======================================================================================*/


.footer-area {
  background: #111418;
}

.footer-top {
  padding: 50px 0;
}

.border-ft {
  border-bottom: 1px solid #53535399;
  padding-bottom: 30px;
}

.sub-text p {
  font-size: 18px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.subscribe-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-right .icon {
  margin-right: 25px;
}

.subscribe-right .icon i {
  color: #AA8453;
  width: 55px;
  height: 55px;
  border: 2px solid #AA8453;
  background: transparent;
  font-size: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
}

.subcribe-form form {
  position: relative;
}

.subcribe-form.align-self-center {
  width: 80%;
}

.subcribe-form .form-control-lg {
  padding: 6px 19px;
  height: 55px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border-radius: .3rem;
  width: 335px;
  background: transparent;
  border: 1px solid #9999;
}

.subcribe-form form button {
  position: absolute;
  top: 18px;
  right: 17px;
  color: #B2B2B2;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  border-left: 1px solid #B2B2B2;
}

.subcribe-form form button {
  color: #B2B2B2;
  font-size: 18px;
  cursor: pointer;
}

.footer-middle {
  padding: 50px;
}

.ft-about {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
  color: #999999;
}

.footer-link ul li a {
  font-size: 11px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
  position: relative;
}

.footer-link ul li a::before {
  position: absolute;
  content: '';
  left: -29px;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background: var(--primary);
  top: 0;
}

.ft-button {
  margin-bottom: 35px;
  text-align: center;
}

.ft-button a {
  vertical-align: middle;
  display: inline-block;
  color: #cc9933;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aa8453;
  border: 1px solid #aa8453;
  padding: 14px 25px;
}

.social-title {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #999999;
}

.footer-link {
  text-align: center;
}

.social-ft-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-ft-link {
  margin-top: 20px;
}

.social-ft-link ul li a {
  color: #999999;
  padding: 0 26px;
  display: inline-block;
}

.social-ft-link ul li a i:hover {
  color: var(--primary);
}

.ft-phone a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: left;
  color: var(--primary);
  margin-bottom: 5px;
}

.ft-email {
  margin-bottom: 15px;
}

.ft-email a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: left;
  color: #fff;
}

.ft-address {
  font-size: 12px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.footer-bottom-area {
  background: #ffffff;
  padding: 20px 0;
}