/*-----------------------------------------------------------------------------------

    Template Name: Superv Cafe - Restaurant HTML Template
    Template URI: 
    Description: Superv Cafe - Restaurant HTML Template
    Author: 
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&amp;display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #64656a;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: #000000;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64656a;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #fff;
  padding: 0 24px;
  font-size: 14px;
  line-height: 56px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: transparent; }
  @media (max-width: 767px) {
    .main-btn {
      font-size: 13px;
      padding: 0 18px; } }
  .main-btn:hover {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971; }
  .main-btn.main-btn-2 {
    background-color: #d3a971;
    color: #fff;
    border-color: #d3a971; }
    .main-btn.main-btn-2:hover {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }

.section-title {
  padding-bottom: 35px; }
  .section-title span {
    font-size: 18px;
    color: #d3a971;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    z-index: 10; }
    .section-title span img {
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }
  .section-title .title {
    font-size: 32px;
    font-weight: 900;
    padding-top: 5px; }

.flag {
  width: 50px;
  height: 140px;
  box-sizing: content-box;
  padding-top: 15px;
  position: absolute;
  background: #fd5d14;
  top: 0px;
  left: -110px;
  color: white;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .flag {
      left: -84px; } }
  .flag span {
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    transform: rotate(-90deg);
    margin-left: -30px;
    margin-top: 35px; }
  .flag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #fff;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent; }
  .flag.flag-2 {
    height: 85px;
    width: 30px;
    left: -1px;
    top: -1px; }
    .flag.flag-2::after {
      border-bottom: 15px solid #fff;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent; }
    .flag.flag-2 span {
      font-size: 11px;
      font-weight: 700;
      margin-top: 18px;
      margin-left: -21px; }

/*preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999; }

.revolve {
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.revolve .layer {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  animation: revolve1 2s infinite linear; }

.revolve .round {
  width: 0px;
  height: 0px;
  background-color: #d3a971;
  border-radius: 50%;
  border: 12.5px solid #000;
  border-top-color: #d3a971;
  border-right-color: #d3a971;
  animation: revolve2 2s infinite linear; }

@keyframes revolve1 {
  100% {
    transform: rotate(360deg); } }
@keyframes revolve2 {
  100% {
    transform: rotate(360deg); } }
.color-1 {
  background-color: #d3a971 !important; }

.color-2 {
  background-color: #000000 !important; }

/*===========================
    2.HEADER css 
===========================*/
.navigation {
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding-left: 70px;
  padding-right: 70px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigation {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .navigation {
      padding-left: 20px;
      padding-right: 20px;
      top: -20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation {
      padding: 32px 0; } }
  @media (max-width: 767px) {
    .navigation {
      padding: 32px 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navigation {
      padding: 32px 0; } }
  .navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: sticky 1s;
    background-color: #000000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation.sticky {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .navigation.sticky {
        padding: 20px 0; } }
    .navigation.sticky .navbar .navbar-nav .nav-item a {
      line-height: 40px; }
  .navigation .navbar {
    position: relative;
    padding: 0; }
    .navigation .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #d3a971;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 124%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 124%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        top: 124%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-nav {
        margin-right: 0; } }
    .navigation .navbar .navbar-nav .nav-item {
      position: relative;
      margin: 0 18px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin-right: 0px;
          margin-left: 0px; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin-right: 0px;
          margin-left: 0px; } }
      .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        margin: 0;
        line-height: 100px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .navigation .navbar .navbar-nav .nav-item a {
            font-size: 15px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navigation .navbar .navbar-nav .nav-item a {
            font-size: 13px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            color: #404040;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            color: #404040;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        .navigation .navbar .navbar-nav .nav-item a > i {
          padding-left: 5px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navigation .navbar .navbar-nav .nav-item a > i {
              display: none; } }
          @media (max-width: 767px) {
            .navigation .navbar .navbar-nav .nav-item a > i {
              display: none; } }
        .navigation .navbar .navbar-nav .nav-item a:hover {
          color: #d3a971; }
      .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 260px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        z-index: 99;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item .sub-menu {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            top: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: all none ease-out 0s;
            -moz-transition: all none ease-out 0s;
            -ms-transition: all none ease-out 0s;
            -o-transition: all none ease-out 0s;
            transition: all none ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item .sub-menu {
            position: relative !important;
            width: 100% !important;
            left: 0 !important;
            top: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: all none ease-out 0s;
            -moz-transition: all none ease-out 0s;
            -ms-transition: all none ease-out 0s;
            -o-transition: all none ease-out 0s;
            transition: all none ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0; } }
        .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
          position: relative; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
            color: #404040;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
            display: block;
            padding: 8px 24px;
            position: relative;
            color: #404040;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            border-radius: 0;
            margin: 0 0;
            line-height: 30px; }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
              float: right;
              font-size: 14px;
              margin-top: 5px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
              @media (max-width: 767px) {
                .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
              display: inline-block; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
            right: auto;
            left: 100%;
            top: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px; } }
            @media (max-width: 767px) {
              .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px; } }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu li a::before {
              display: none; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
            opacity: 1;
            visibility: visible; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
            color: #fff; }
          .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
            background-color: #d3a971;
            color: #fff !important; }
            .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a::before {
              opacity: 1; }
      .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 10px 14px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #404040; } }
        @media (max-width: 767px) {
          .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 10px 14px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #404040; } }
        .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler img {
          width: 30%; }
      .navigation .navbar .navbar-nav .nav-item.active a {
        color: #d3a971; }
        .navigation .navbar .navbar-nav .nav-item.active a::before {
          width: 100%; }
      .navigation .navbar .navbar-nav .nav-item.active a {
        color: #d3a971; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-btns {
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%); } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-btns {
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%); } }
    .navigation .navbar .navbar-btns .header-times {
      position: relative; }
      .navigation .navbar .navbar-btns .header-times i {
        position: absolute;
        left: -50px;
        color: #d3a971;
        font-size: 34px;
        top: 50%;
        transform: translateY(-50%); }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navigation .navbar .navbar-btns .header-times i {
            left: -38px; } }
      .navigation .navbar .navbar-btns .header-times span {
        color: #fff;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        font-size: 14px; }
      .navigation .navbar .navbar-btns .header-times p {
        color: #fff;
        opacity: .5;
        font-weight: 300; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navigation .navbar .navbar-btns .header-times p {
            font-size: 12px; } }
    .navigation .navbar .navbar-btns a {
      font-size: 18px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      line-height: 52px;
      height: 55px;
      padding: 0 23px;
      border-radius: 5px;
      margin-left: 60px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .navigation .navbar .navbar-btns a {
          margin-left: 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navigation .navbar .navbar-btns a {
          margin-left: 10px;
          font-size: 13px;
          padding: 0 10px; } }
  .navigation.navigation-2.sticky {
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
  .navigation.navigation-2 .navbar .navbar-nav .nav-item a {
    color: #000000; }
    .navigation.navigation-2 .navbar .navbar-nav .nav-item a:hover {
      color: #d3a971; }
  .navigation.navigation-2 .navbar .navbar-nav .nav-item.active a {
    color: #d3a971; }
  .navigation.navigation-2 .navbar .navbar-btns a {
    background-color: transparent;
    color: #000000;
    border-color: #000000; }
    .navigation.navigation-2 .navbar .navbar-btns a:hover {
      background: #d3a971;
      color: #fff;
      border-color: #d3a971; }
  .navigation.navigation-3 .navbar .navbar-btns a {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }
    .navigation.navigation-3 .navbar .navbar-btns a:hover {
      border-color: #d3a971;
      background: #d3a971; }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
/*===========================
    3.BANNER css 
===========================*/
.banner-area {
  height: 850px;
  position: relative;
  z-index: 10; }
  .banner-area img {
    display: inline-block; }
  .banner-area .banner-content .title {
    font-size: 60px;
    color: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area .banner-content .title {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area .banner-content .title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 60px; } }
  .banner-area .banner-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding-top: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area .banner-content p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .banner-area .banner-content p {
        font-size: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-content p {
        font-size: 18px; } }
  .banner-area .banner-content ul {
    margin-top: 58px; }
    .banner-area .banner-content ul li {
      display: inline-block;
      margin-right: 18px; }
      .banner-area .banner-content ul li:last-child {
        margin-right: 0; }
  .banner-area .banner-thumb {
    position: absolute;
    right: 230px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .banner-area .banner-thumb {
        right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-area .banner-thumb {
        right: 0;
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-area .banner-thumb {
        right: 0;
        width: 45%; } }
    @media (max-width: 767px) {
      .banner-area .banner-thumb {
        right: 0; } }
    .banner-area .banner-thumb img {
      width: 100%; }
  .banner-area.banner-area-2 {
    position: relative; }
    .banner-area.banner-area-2::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/banner-bg-2.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .banner-area.banner-area-2 .banner-content .title {
      color: #000000; }
      .banner-area.banner-area-2 .banner-content .title span {
        color: #d3a971; }
    .banner-area.banner-area-2 .banner-content p {
      color: #798795; }
    .banner-area.banner-area-2 .banner-content ul li a {
      border-color: #000000;
      color: #000000; }
      .banner-area.banner-area-2 .banner-content ul li a:hover {
        border-color: #d3a971;
        color: #fff;
        background: #d3a971; }
      .banner-area.banner-area-2 .banner-content ul li a.main-btn-2 {
        border-color: #d3a971;
        color: #fff;
        background: #d3a971; }
        .banner-area.banner-area-2 .banner-content ul li a.main-btn-2:hover {
          background-color: transparent;
          border-color: #000000;
          color: #000000; }
    .banner-area.banner-area-2 .banner-thumb img {
      width: 90%; }
  .banner-area.banner-3-area {
    position: relative; }
    .banner-area.banner-3-area::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.8); }
    .banner-area.banner-3-area .banner-content .title {
      font-size: 60px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 54px; } }
      @media (max-width: 767px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area.banner-3-area .banner-content .title {
          font-size: 44px; } }
    .banner-area.banner-3-area .banner-content span {
      font-size: 24px;
      color: #fff;
      display: block;
      padding-bottom: 5px;
      padding-top: 24px; }
      @media (max-width: 767px) {
        .banner-area.banner-3-area .banner-content span {
          font-size: 18px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-area.banner-3-area .banner-content span {
          font-size: 20px; } }

.banner-slide-3 .slick-arrow,
.banner-slide-2 .slick-arrow,
.banner-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 64px;
  border: 2px solid #d3a971;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all linear 0.3s; }
  .banner-slide-3 .slick-arrow:hover,
  .banner-slide-2 .slick-arrow:hover,
  .banner-slide .slick-arrow:hover {
    background: #d3a971; }
  .banner-slide-3 .slick-arrow.prev,
  .banner-slide-2 .slick-arrow.prev,
  .banner-slide .slick-arrow.prev {
    left: 10px; }
  .banner-slide-3 .slick-arrow.next,
  .banner-slide-2 .slick-arrow.next,
  .banner-slide .slick-arrow.next {
    right: 10px; }

.banner-slide-2 .slick-arrow {
  color: #000000; }

.page-title-area {
  height: 450px;
  background-image: url(../images/page-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .page-title-area .page-title-item .title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 90px;
    padding-bottom: 38px; }
    @media (max-width: 767px) {
      .page-title-area .page-title-item .title {
        font-size: 38px; } }
  .page-title-area .page-title-item nav {
    display: inline-block; }
    .page-title-area .page-title-item nav ol {
      background-color: transparent;
      padding: 0;
      align-items: center;
      display: flex; }
      .page-title-area .page-title-item nav ol li {
        color: #d3a971;
        font-size: 18px;
        text-transform: capitalize;
        font-family: "Playfair Display", serif;
        position: relative; }
        @media (max-width: 767px) {
          .page-title-area .page-title-item nav ol li {
            font-size: 15px; } }
        .page-title-area .page-title-item nav ol li i {
          font-size: 32px;
          color: #fff;
          position: absolute;
          left: -50px;
          top: 38%;
          transform: translateY(-50%); }
        .page-title-area .page-title-item nav ol li a {
          color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: ">"; }

.page-shape {
  margin-top: -1px; }
  @media (max-width: 767px) {
    .page-shape {
      margin-top: -3px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-shape {
      margin-top: -2px; } }
  .page-shape img {
    width: 100%; }

/*===========================
    4.FRESS css 
===========================*/
.fress-area {
  background: #f6f6f6;
  position: relative;
  z-index: 5;
  padding-bottom: 120px;
  overflow: hidden; }
  .fress-area .fress-thumb {
    margin-top: -250px; }
    @media (max-width: 767px) {
      .fress-area .fress-thumb {
        margin-top: -100px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .fress-area .fress-thumb {
        margin-top: -135px; } }
  .fress-area .fress-shape {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .fress-area .fress-shape {
        top: -3px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .fress-area .fress-shape {
        top: -1px; } }
    .fress-area .fress-shape img {
      width: 100%; }
  .fress-area .single-fress {
    padding: 40px 0 44px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.02);
    position: relative; }
    .fress-area .single-fress::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0px;
      background: #d3a971;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .fress-area .single-fress a {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      line-height: 24px;
      display: block;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .fress-area .single-fress img {
      display: inline-block; }
    .fress-area .single-fress:hover::before {
      height: 5px; }
    .fress-area .single-fress:hover a {
      color: #d3a971; }
  .fress-area .fress-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #d3a971;
    font-size: 24px;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 5; }
    .fress-area .fress-active .slick-arrow.prev {
      left: 0;
      opacity: 0; }
    .fress-area .fress-active .slick-arrow.next {
      right: -15px; }
  .fress-area.fress-2 .fress-thumb {
    margin-top: -335px; }

/*===========================
    5.EXPERIENCE css 
===========================*/
.experience-area {
  position: relative;
  padding-bottom: 128px; }
  .experience-area .experience-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .experience-area .experience-bg {
        width: 41%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .experience-area .experience-bg {
        width: 0%; } }
    @media (max-width: 767px) {
      .experience-area .experience-bg {
        width: 0%; } }
    .experience-area .experience-bg img {
      width: 100%; }
  .experience-area .experience-content {
    padding-top: 108px;
    position: relative;
    z-index: 5; }
    .experience-area .experience-content .title {
      font-size: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-content .title {
          font-size: 46px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .experience-area .experience-content .title {
          font-size: 46px; } }
      @media (max-width: 767px) {
        .experience-area .experience-content .title {
          font-size: 29px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .experience-area .experience-content .title {
          font-size: 50px; } }
      .experience-area .experience-content .title span {
        color: #d3a971; }
    .experience-area .experience-content p {
      font-weight: 300;
      line-height: 28px;
      padding-right: 120px;
      padding-top: 11px;
      padding-bottom: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-content p {
          padding-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .experience-area .experience-content p {
          padding-right: 0; } }
      @media (max-width: 767px) {
        .experience-area .experience-content p {
          padding-right: 0; } }
    .experience-area .experience-content i {
      font-size: 145px;
      color: #eee;
      position: absolute;
      top: 70px;
      left: -100px;
      z-index: -1;
      transform: rotate(-45deg); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-content i {
          font-size: 160px;
          top: 120px;
          left: -60px; } }
  .experience-area .experience-play-item {
    position: relative; }
    .experience-area .experience-play-item .experience-overlay {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      height: 75%;
      background: rgba(255, 255, 255, 0.07);
      border: 2px solid rgba(255, 255, 255, 0.3); }
      .experience-area .experience-play-item .experience-overlay a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        background: #000000;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        text-align: center;
        line-height: 100px;
        font-size: 34px; }
        @media (max-width: 767px) {
          .experience-area .experience-play-item .experience-overlay a {
            height: 70px;
            width: 70px;
            line-height: 70px;
            font-size: 16px; } }
  .experience-area .experience-contact {
    background: #d3a971;
    border: 6px solid #cba16a;
    padding: 19px 0px 22px 100px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .experience-area .experience-contact {
        padding: 19px 0px 22px 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .experience-area .experience-contact {
        margin-top: 40px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .experience-area .experience-contact {
        margin-top: 30px;
        margin-bottom: 0; } }
    .experience-area .experience-contact span {
      font-family: "Playfair Display", serif;
      color: #fff;
      font-size: 14px;
      font-weight: 900; }
    .experience-area .experience-contact p {
      color: #fff;
      font-size: 32px;
      font-weight: 900;
      padding-top: 10px; }
      @media (max-width: 767px) {
        .experience-area .experience-contact p {
          font-size: 22px; } }
    .experience-area .experience-contact i {
      position: absolute;
      left: 0;
      font-size: 50px;
      color: #fff;
      top: 50%;
      left: 25px;
      transform: translateY(-50%); }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .experience-area .experience-contact i {
          left: 5px;
          font-size: 30px; } }
  .experience-area.experience-area-2 {
    padding-bottom: 120px; }
  .experience-area.book-experience {
    padding-bottom: 118px; }

.experience-area-3 .experience-content {
  background: #fff;
  padding-top: 62px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area-3 .experience-content {
      padding: 62px 60px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area-3 .experience-content {
      padding: 62px 50px 0; } }
  @media (max-width: 767px) {
    .experience-area-3 .experience-content {
      padding: 0px 10px 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience-area-3 .experience-content {
      padding: 62px 30px 0; } }
  .experience-area-3 .experience-content .title {
    font-size: 50px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #000000;
    padding-bottom: 32px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .experience-area-3 .experience-content .title {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .experience-area-3 .experience-content .title {
        font-size: 42px; } }
    @media (max-width: 767px) {
      .experience-area-3 .experience-content .title {
        font-size: 27px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .experience-area-3 .experience-content .title {
        font-size: 38px; } }
    .experience-area-3 .experience-content .title span {
      color: #d3a971; }
  .experience-area-3 .experience-content p {
    font-weight: 300;
    line-height: 28px;
    padding-right: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .experience-area-3 .experience-content p {
        padding-right: 0;
        font-size: 15px; } }
    @media (max-width: 767px) {
      .experience-area-3 .experience-content p {
        padding-right: 0;
        font-size: 14px; } }
    .experience-area-3 .experience-content p.text {
      padding-top: 12px;
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .experience-area-3 .experience-content p.text {
          padding-bottom: 30px; } }
@media (max-width: 767px) {
  .experience-area-3 .awards-area {
    padding-left: 10px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-area-3 .awards-area {
    padding-left: 30px; } }
.experience-area-3 .awards-area .awards-content .title {
  color: #d3a971;
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif; }
.experience-area-3 .awards-area .awards-content span {
  font-size: 18px;
  color: #000000;
  text-transform: capitalize; }
.experience-area-3 .awards-area .awards-content p {
  font-size: 14px;
  font-weight: 300;
  color: #798795;
  padding-top: 9px; }
.experience-area-3 .experience-bg {
  position: relative; }
  .experience-area-3 .experience-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 56%;
    height: 96%;
    background-image: url(../images/experience-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .experience-area-3 .experience-bg::before {
        width: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .experience-area-3 .experience-bg::before {
        width: 56; } }
  .experience-area-3 .experience-bg .experience-item {
    position: absolute;
    right: -85px;
    top: -70px;
    text-align: right; }
    .experience-area-3 .experience-bg .experience-item img {
      width: 100%; }
      @media (max-width: 767px) {
        .experience-area-3 .experience-bg .experience-item img {
          width: 70%; } }

/*===========================
    6.FOOD MENU css 
===========================*/
.food-menu-area {
  padding-bottom: 120px; }
  .food-menu-area .tabs-btn ul li a {
    text-align: center;
    border: 2px solid #f2f2f2;
    display: block;
    padding: 25px 35px;
    margin: 30px 15px 0;
    border-radius: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .food-menu-area .tabs-btn ul li a {
        padding: 25px; } }
    .food-menu-area .tabs-btn ul li a p {
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      padding-top: 20px; }
    .food-menu-area .tabs-btn ul li a.active {
      background: #fbf6f1;
      border-color: #fbf6f1; }
      .food-menu-area .tabs-btn ul li a.active p {
        color: #d3a971; }
  .food-menu-area .food-menu-items {
    position: relative;
    z-index: 5; }
    .food-menu-area .food-menu-items .menu-list-bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      width: 80%;
      height: 80%; }
      .food-menu-area .food-menu-items .menu-list-bg img {
        width: 100%;
        opacity: .06; }
    .food-menu-area .food-menu-items .single-menu-item {
      display: flex;
      align-items: center;
      padding: 20px 50px;
      border: 1px dashed #e0e0e0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      background: #fff;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .food-menu-area .food-menu-items .single-menu-item {
          padding: 20px 29px; } }
      @media (max-width: 767px) {
        .food-menu-area .food-menu-items .single-menu-item {
          padding: 28px;
          display: block; } }
      .food-menu-area .food-menu-items .single-menu-item .menu-thumb {
        position: relative; }
        .food-menu-area .food-menu-items .single-menu-item .menu-thumb img {
          width: 100%; }
        .food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          opacity: 0;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          .food-menu-area .food-menu-items .single-menu-item .menu-thumb .thumb-overlay a {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 34px; }
      @media (max-width: 767px) {
        .food-menu-area .food-menu-items .single-menu-item .menu-content {
          margin-left: 0;
          margin-top: 20px;
          padding-bottom: 10px; } }
      .food-menu-area .food-menu-items .single-menu-item .menu-content span {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        color: #000000;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .food-menu-area .food-menu-items .single-menu-item .menu-content span {
            font-size: 17px; } }
      .food-menu-area .food-menu-items .single-menu-item .menu-content p {
        font-size: 14px;
        font-weight: 300;
        padding-top: 7px; }
      .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
        margin-left: 135px;
        position: relative; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
            margin-left: 0; } }
        @media (max-width: 767px) {
          .food-menu-area .food-menu-items .single-menu-item .menu-price-btn {
            margin-left: 0; } }
        .food-menu-area .food-menu-items .single-menu-item .menu-price-btn span {
          font-family: "Playfair Display", serif;
          font-size: 50px;
          color: #d3a971;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a {
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          text-align: center;
          white-space: nowrap;
          height: 45px;
          line-height: 45px;
          padding: 0 30px;
          background-color: transparent;
          color: #000000;
          font-weight: 700;
          font-size: 16px;
          font-family: "Playfair Display", serif;
          opacity: 0;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 5; }
          @media (max-width: 767px) {
            .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a {
              right: auto;
              left: 0; } }
          .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::before {
            position: absolute;
            content: '';
            top: -5px;
            right: -5px;
            height: 100%;
            width: 100%;
            background: #f2e5d4;
            z-index: -2; }
          .food-menu-area .food-menu-items .single-menu-item .menu-price-btn a::after {
            position: absolute;
            content: '';
            top: 0px;
            right: 0px;
            height: 100%;
            width: 100%;
            background: #fff;
            z-index: -1;
            border: 1px solid #d3a971; }
      .food-menu-area .food-menu-items .single-menu-item:hover {
        border-color: transparent;
        box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1); }
        .food-menu-area .food-menu-items .single-menu-item:hover .menu-thumb .thumb-overlay {
          opacity: 1; }
        .food-menu-area .food-menu-items .single-menu-item:hover .menu-content span {
          color: #d3a971; }
        .food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn a {
          opacity: 1; }
        .food-menu-area .food-menu-items .single-menu-item:hover .menu-price-btn span {
          opacity: 0; }
  .food-menu-area .menu-more-btn a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9;
    position: relative; }
    .food-menu-area .menu-more-btn a::before {
      position: absolute;
      content: '';
      top: -5px;
      right: -5px;
      height: 100%;
      width: 100%;
      background: #e5e5e5;
      z-index: -2; }
    .food-menu-area .menu-more-btn a::after {
      position: absolute;
      content: '';
      top: 0px;
      right: 0px;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      border: 1px solid #000; }
  .food-menu-area.food-menu-2-area .section-title .title {
    color: #fff; }
  .food-menu-area.food-menu-2-area .tabs-btn ul li a {
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .food-menu-area.food-menu-2-area .tabs-btn ul li a p {
      color: #fff; }
    .food-menu-area.food-menu-2-area .tabs-btn ul li a.active {
      background: #d3a971; }
  .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item {
    background-color: transparent;
    padding: 18px;
    border: 1px dashed #1b1b1b; }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
      margin-left: 0; }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
      width: 30%; }
      @media (max-width: 767px) {
        .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-thumb {
          width: 100%; } }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content span {
      color: #fff; }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-content p {
      color: #798795; }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
      margin-left: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn {
          margin-left: 0; } }
      .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn span {
        font-size: 32px; }
      .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a {
        color: #fff; }
        .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::before {
          background: #433625; }
        .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item .menu-price-btn a::after {
          background: #000;
          border-color: #d3a971; }
    .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover {
      border: 1px solid #d3a971; }
      .food-menu-area.food-menu-2-area .food-menu-items .single-menu-item:hover .menu-content span {
        color: #d3a971; }
  .food-menu-area.food-menu-3-area .section-title .title {
    color: #000000; }
  .food-menu-area.food-menu-3-area .tabs-btn .nav li a {
    border-color: #f2f2f2; }
    .food-menu-area.food-menu-3-area .tabs-btn .nav li a p {
      color: #000000; }
    .food-menu-area.food-menu-3-area .tabs-btn .nav li a.active {
      background: #fbf6f1;
      border-color: #fbf6f1; }
      .food-menu-area.food-menu-3-area .tabs-btn .nav li a.active p {
        color: #d3a971; }
  .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item {
    border-color: #e8e8e8; }
    .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-content span {
      color: #000000; }
    .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a {
      color: #d3a971; }
      .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::before {
        background: #f2e5d4; }
      .food-menu-area.food-menu-3-area .food-menu-items .single-menu-item .menu-price-btn a::after {
        background: #fff;
        border-color: #d3a971; }

/*===========================
    7.GOOD FOOD css 
===========================*/
.good-food-area {
  position: relative; }
  .good-food-area::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 39%;
    height: 100%;
    background-image: url(../images/good-food-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .good-food-area::before {
        width: 34%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .good-food-area::before {
        width: 34%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .good-food-area::before {
        width: 0%; } }
    @media (max-width: 767px) {
      .good-food-area::before {
        width: 0%; } }
  .good-food-area .good-food-item {
    padding: 0px 30px 50px;
    position: relative;
    box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .good-food-area .good-food-item {
        padding: 0 0 50px; } }
    .good-food-area .good-food-item .title {
      font-size: 60px;
      font-weight: 900; }
    .good-food-area .good-food-item span {
      font-size: 24px;
      color: #d3a971;
      font-family: "Playfair Display", serif;
      padding: 35px 0 15px; }
    .good-food-area .good-food-item p {
      color: #798795;
      font-weight: 300;
      line-height: 28px;
      padding-bottom: 40px; }
    .good-food-area .good-food-item a {
      font-size: 18px;
      font-weight: 700;
      font-family: "Playfair Display", serif;
      line-height: 55px;
      height: 55px;
      padding: 0 50px;
      border-radius: 5px;
      background: #d3a971;
      color: #fff;
      margin-top: 50px; }
      .good-food-area .good-food-item a.btn-2 {
        background: #000000; }
    .good-food-area .good-food-item .food-shape {
      position: absolute;
      top: -60px;
      left: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .good-food-area .good-food-item .food-shape {
          top: -55px; } }
      @media (max-width: 767px) {
        .good-food-area .good-food-item .food-shape {
          top: -52px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .good-food-area .good-food-item .food-shape {
          top: -60px; } }
      .good-food-area .good-food-item .food-shape img {
        width: 100%; }
    @media (max-width: 767px) {
      .good-food-area .good-food-item.item-2 {
        margin-top: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .good-food-area .good-food-item.item-3 {
        margin-top: 90px;
        margin-bottom: 90px; } }
    @media (max-width: 767px) {
      .good-food-area .good-food-item.item-3 {
        margin-top: 90px;
        margin-bottom: 90px; } }
  .good-food-area .menu-list-content ul li {
    font-size: 90px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    line-height: 100px; }
  .good-food-area .menu-list-content a {
    margin-top: 50px; }
    .good-food-area .menu-list-content a span {
      font-size: 14px;
      color: #fff;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 8px; }
  .good-food-area.good-food-area-2::before {
    width: 0; }
  .good-food-area.good-food-area-2 .section-title {
    padding-bottom: 125px; }
  @media (max-width: 767px) {
    .good-food-area.good-food-area-2 .good-food-item.item-2 {
      margin-top: 0; } }

/*===========================
    8.TEAM css 
===========================*/
.team-area {
  padding-top: 128px;
  padding-bottom: 112px; }
  .team-area .section-title {
    padding-bottom: 39px; }
  .team-area .single-team .team-thumb {
    position: relative;
    overflow: hidden; }
    .team-area .single-team .team-thumb img {
      width: 100%;
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .team-area .single-team .team-thumb .team-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .team-area .single-team .team-thumb .team-overlay .link {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .team-area .single-team .team-thumb .team-overlay .link a {
          color: #fff;
          font-size: 40px; }
      .team-area .single-team .team-thumb .team-overlay .social {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%); }
        .team-area .single-team .team-thumb .team-overlay .social ul {
          white-space: nowrap; }
          .team-area .single-team .team-thumb .team-overlay .social ul li {
            display: inline-block; }
            .team-area .single-team .team-thumb .team-overlay .social ul li a {
              color: #fff;
              opacity: .5;
              font-size: 32px;
              margin: 0 14px; }
  .team-area .single-team .team-content .title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    padding-top: 25px; }
  .team-area .single-team .team-content span {
    color: #798795;
    text-transform: capitalize;
    padding-top: 10px; }
  .team-area .single-team:hover .team-thumb .team-overlay {
    opacity: 1; }
  .team-area .single-team:hover .team-thumb img {
    transform: scale(1); }
  .team-area.menu-team {
    padding-top: 130px; }
  .team-area.team-page {
    padding-bottom: 116px; }

.team-2-area {
  position: relative; }
  .team-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 61%;
    background-image: url(../images/team-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .team-2-area::before {
        width: 66%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-2-area::before {
        width: 67%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-2-area::before {
        width: 65%; } }
    @media (max-width: 767px) {
      .team-2-area::before {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .team-2-area::before {
        width: 61%; } }
  .team-2-area .team-items .single-team .team-thumb {
    position: relative; }
    .team-2-area .team-items .single-team .team-thumb img {
      width: 100%; }
    .team-2-area .team-items .single-team .team-thumb .team-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .team-2-area .team-items .single-team .team-thumb .team-overlay > a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 34px;
        color: #fff; }
      .team-2-area .team-items .single-team .team-thumb .team-overlay .social {
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%); }
        .team-2-area .team-items .single-team .team-thumb .team-overlay .social ul {
          white-space: nowrap; }
          .team-2-area .team-items .single-team .team-thumb .team-overlay .social ul li {
            display: inline-block; }
            .team-2-area .team-items .single-team .team-thumb .team-overlay .social ul li a {
              color: #fff;
              opacity: .5;
              font-size: 32px;
              margin: 0 14px; }
  .team-2-area .team-items .single-team .team-content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700q;
    font-family: "Playfair Display", serif;
    padding-top: 25px;
    text-transform: capitalize; }
  .team-2-area .team-items .single-team .team-content span {
    color: #fff;
    padding-top: 10px; }
  .team-2-area .team-items .single-team:hover .team-thumb .team-overlay {
    opacity: 1; }
  .team-2-area .team-content .title {
    font-size: 90px;
    font-weight: 900; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-2-area .team-content .title {
        font-size: 66px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-2-area .team-content .title {
        font-size: 50px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .team-2-area .team-content .title {
        font-size: 50px; } }
  .team-2-area .team-content span {
    font-size: 14px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 5px;
    text-transform: capitalize;
    padding-top: 45px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-2-area .team-content span {
        letter-spacing: 2px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-2-area .team-content span {
        letter-spacing: 2px;
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .team-2-area .team-content span {
        letter-spacing: 0px;
        padding-top: 30px; } }

/*===========================
    9.CLIENT css 
===========================*/
.client-area .client-title .title {
  font-size: 60px;
  font-weight: 900;
  color: #000000;
  padding-bottom: 68px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-area .client-title .title {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-title .title {
      font-size: 46px; } }
  @media (max-width: 767px) {
    .client-area .client-title .title {
      font-size: 36px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-title .title {
      font-size: 40px; } }
.client-area .client-items .single-client {
  padding: 0 30px 30px; }
  .client-area .client-items .single-client .text {
    padding-bottom: 28px; }
    .client-area .client-items .single-client .text p {
      font-size: 24px;
      color: #000000;
      font-family: "Playfair Display", serif;
      line-height: 40px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .client-area .client-items .single-client .text p {
          font-size: 23px; } }
      @media (max-width: 767px) {
        .client-area .client-items .single-client .text p {
          font-size: 17px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .client-area .client-items .single-client .text p {
          font-size: 24px; } }
      .client-area .client-items .single-client .text p::before {
        position: absolute;
        content: "\f108";
        font-family: "Flaticon";
        left: -30px;
        top: -10px;
        font-size: 24px;
        color: #d3a971;
        transform: rotateY(180deg); }
      .client-area .client-items .single-client .text p::after {
        position: absolute;
        content: "\f108";
        font-family: "Flaticon";
        right: 170px;
        bottom: -10px;
        font-size: 24px;
        color: #d3a971; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .client-area .client-items .single-client .text p::after {
            right: 15px; } }
        @media (max-width: 767px) {
          .client-area .client-items .single-client .text p::after {
            right: 0px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .client-area .client-items .single-client .text p::after {
            right: 135px; } }
  .client-area .client-items .single-client .client-info .item-1 {
    position: relative;
    padding-left: 90px; }
    .client-area .client-items .single-client .client-info .item-1 img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .client-area .client-items .single-client .client-info .item-1 span {
      font-size: 24px;
      font-family: "Playfair Display", serif;
      color: #d3a971;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        .client-area .client-items .single-client .client-info .item-1 span {
          font-size: 22px; } }
    .client-area .client-items .single-client .client-info .item-1 p {
      color: #798795;
      font-size: 14px;
      text-transform: capitalize; }
  @media (max-width: 767px) {
    .client-area .client-items .single-client .client-info .item-2 {
      margin-top: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-items .single-client .client-info .item-2 {
      margin-top: 0px; } }
  .client-area .client-items .single-client .client-info .item-2 ul li {
    display: inline-block;
    font-size: 18px;
    color: #ffa800; }
  .client-area .client-items .single-client .client-info .item-2 span {
    font-size: 14px;
    font-weight: 300;
    color: #798795; }
.client-area.client-2-area .client-title .title {
  color: #fff; }
.client-area.client-2-area .client-items .single-client .text p {
  color: #fff;
  font-size: 23px; }
  .client-area.client-2-area .client-items .single-client .text p::after {
    right: 90px; }
    @media (max-width: 767px) {
      .client-area.client-2-area .client-items .single-client .text p::after {
        right: 0; } }
.client-area.client-2-area .client-items .single-client .client-info .item-1 p {
  color: #fff; }
.client-area.client-2-area .client-items .single-client .client-info .item-2 span {
  color: #fff; }
.client-area.client-2-area.about-client {
  padding-top: 0;
  margin-top: -12px; }
  .client-area.client-2-area.about-client .client-title .title {
    color: #000000; }
  .client-area.client-2-area.about-client .client-items .single-client .text p {
    color: #000000; }
  .client-area.client-2-area.about-client .client-items .single-client .client-info .item-1 p {
    color: #000000; }
  .client-area.client-2-area.about-client .client-items .single-client .client-info .item-2 span {
    color: #000000; }

/*===========================
    10.BLOG css 
===========================*/
.blog-area {
  padding-top: 130px; }
  .blog-area .blog-thumb {
    border-radius: 5px;
    overflow: hidden; }
    .blog-area .blog-thumb img {
      width: 100%; }
  .blog-area .blog-content a .title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    line-height: 32px;
    padding-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-area .blog-content a .title {
        font-size: 21px; } }
    @media (max-width: 767px) {
      .blog-area .blog-content a .title {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-area .blog-content a .title {
        font-size: 24px; } }
    .blog-area .blog-content a .title:hover {
      color: #d3a971; }
  .blog-area .blog-content p {
    font-weight: 300;
    color: #798795;
    line-height: 28px;
    padding-top: 14px;
    padding-bottom: 25px; }
  .blog-area .blog-content .blog-comments a {
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
    position: relative; }
    .blog-area .blog-content .blog-comments a::before {
      position: absolute;
      content: '';
      top: -5px;
      right: -5px;
      height: 100%;
      width: 100%;
      background: #f2e5d4;
      z-index: -2;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .blog-area .blog-content .blog-comments a::after {
      position: absolute;
      content: '';
      top: 0px;
      right: 0px;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      border: 1px solid #d3a971;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .blog-area .blog-content .blog-comments a:hover::before {
      background: #e5e5e5; }
    .blog-area .blog-content .blog-comments a:hover::after {
      border: 1px solid #000; }
  @media (max-width: 767px) {
    .blog-area .blog-content .blog-comments ul {
      margin-top: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-area .blog-content .blog-comments ul {
      margin-top: 0px; } }
  .blog-area .blog-content .blog-comments ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    font-family: "Playfair Display", serif; }
    .blog-area .blog-content .blog-comments ul li i {
      color: #000000;
      padding-right: 7px; }
    .blog-area .blog-content .blog-comments ul li span {
      padding: 0 5px; }

.instagram-area .section-title {
  padding-bottom: 68px; }
.instagram-area .instagram-item {
  position: relative; }
  .instagram-area .instagram-item img {
    width: 100%; }
  .instagram-area .instagram-item a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #000000;
    color: #fff;
    line-height: 45px;
    padding: 0 24px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .instagram-area .instagram-item a {
        font-size: 14px;
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .instagram-area .instagram-item a {
        font-size: 14px;
        padding: 0 10px; } }
    .instagram-area .instagram-item a i {
      padding-right: 5px; }
  .instagram-area .instagram-item:hover a, .instagram-area .instagram-item.active a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
.instagram-area.instagram-2-area .instagram-active .col-lg-2 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.blog-pagination {
  padding-top: 55px;
  display: flex;
  justify-content: center; }
  .blog-pagination ul li {
    display: inline-block; }
    .blog-pagination ul li a {
      color: #ccc;
      font-size: 45px;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      margin: 0 18px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .blog-pagination ul li a:hover {
        color: #d3a971; }
      .blog-pagination ul li a span {
        color: #fff;
        background: #d3a971;
        height: 50px;
        width: 60px;
        text-align: center;
        line-height: 44px;
        font-size: 40px;
        border-radius: 5px; }

/*===========================
    11.RESERVATION css 
===========================*/
.reservation-area .reservation-item {
  border-radius: 0px 0 5px 5px;
  position: relative;
  margin-bottom: -175px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .reservation-area .reservation-item {
      margin-bottom: -80px; } }
  @media (max-width: 767px) {
    .reservation-area .reservation-item {
      margin-bottom: -65px; } }
  .reservation-area .reservation-item .table-pata {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .reservation-area .reservation-item .table-pata img {
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .reservation-area .reservation-item .table-pata img {
          width: 80%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .reservation-area .reservation-item .table-pata img {
          width: 85%; } }
      @media (max-width: 767px) {
        .reservation-area .reservation-item .table-pata img {
          width: 70%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .reservation-area .reservation-item .table-pata img {
          width: 80%; } }
  .reservation-area .reservation-item .section-title {
    padding-bottom: 45px; }
  .reservation-area .reservation-item .book-table {
    padding: 0 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .reservation-area .reservation-item .book-table {
        padding: 0 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .reservation-area .reservation-item .book-table {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .reservation-area .reservation-item .book-table {
        padding: 0 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .reservation-area .reservation-item .book-table {
        padding: 0 50px; } }
    .reservation-area .reservation-item .book-table .input-box input {
      width: 100%;
      height: 60px;
      line-height: 60px;
      padding-left: 30px;
      background: #f7f7f7;
      color: #979fa6;
      border: 1px solid #f0f0f0;
      border-radius: 5px;
      font-size: 14px;
      font-family: "Playfair Display", serif; }
      .reservation-area .reservation-item .book-table .input-box input::placeholder {
        opacity: 1;
        color: #979fa6; }
    .reservation-area .reservation-item .book-table .input-box button {
      background: #d3a971;
      color: #fff;
      width: 100%;
      text-align: center;
      border: 0;
      border-radius: 5px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      font-family: "Playfair Display", serif;
      font-weight: 700;
      font-size: 18px; }

.reservation-2-area {
  position: relative;
  z-index: 6; }
  .reservation-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 460px;
    width: 100%;
    background: #d3a971; }
  .reservation-2-area .white-bg {
    border-radius: 5px;
    position: relative; }
    .reservation-2-area .white-bg .reservation-tree {
      position: absolute;
      top: 0;
      right: 100px;
      text-align: right; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .reservation-2-area .white-bg .reservation-tree {
          right: 0; } }
      @media (max-width: 767px) {
        .reservation-2-area .white-bg .reservation-tree {
          right: 0; } }
      .reservation-2-area .white-bg .reservation-tree img {
        width: 100%; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .reservation-2-area .white-bg .reservation-tree img {
            width: 80%; } }
        @media (max-width: 767px) {
          .reservation-2-area .white-bg .reservation-tree img {
            width: 60%; } }
    .reservation-2-area .white-bg .section-title {
      padding-bottom: 45px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .reservation-2-area .white-bg form .input-box {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .reservation-2-area .white-bg form .input-box {
        padding: 0 30px; } }
    .reservation-2-area .white-bg form .input-box input {
      width: 100%;
      height: 60px;
      line-height: 60px;
      background: #f7f7f7;
      border: 1px solid #f0f0f0;
      border-radius: 5px;
      padding-left: 30px;
      font-size: 14px;
      color: #979fa6;
      font-family: "Playfair Display", serif; }
      .reservation-2-area .white-bg form .input-box input::placeholder {
        opacity: 1;
        color: #979fa6;
        text-transform: capitalize; }
    .reservation-2-area .white-bg form .book-btn button {
      background: #d3a971;
      color: #fff;
      border-radius: 5px;
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      font-weight: 800;
      padding: 0 100px;
      border-color: #d3a971; }
      @media (max-width: 767px) {
        .reservation-2-area .white-bg form .book-btn button {
          padding: 0 30px; } }
      .reservation-2-area .white-bg form .book-btn button:hover {
        background-color: transparent;
        color: #d3a971; }
  .reservation-2-area.reservation-3-area::before {
    height: 0; }
  .reservation-2-area.reservation-3-area .white-bg {
    background: #f6f6f6; }
    .reservation-2-area.reservation-3-area .white-bg form .input-box input {
      background: #eee;
      border-color: #e8e8e8; }
  .reservation-2-area.reservation-3-area.book-reservation .white-bg {
    background: #fff; }

/*===========================
    12.FOOTER css 
===========================*/
.footer-area {
  padding-top: 120px;
  padding-bottom: 65px;
  background: #1b1b1b; }
  .footer-area .footer-widget-1 p {
    color: #fff;
    opacity: .7;
    font-weight: 300;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-widget-1 p {
        padding-right: 60px; } }
  .footer-area .footer-widget-1 ul li {
    display: inline-block; }
    .footer-area .footer-widget-1 ul li a {
      color: #fff;
      opacity: .7;
      font-size: 16px;
      margin-right: 18px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-area .footer-widget-1 ul li a:hover {
        color: #d3a971; }
  .footer-area .footer-widget-2 {
    padding-top: 100px; }
    @media (max-width: 767px) {
      .footer-area .footer-widget-2 {
        padding-top: 20px; } }
    .footer-area .footer-widget-2 ul li {
      display: inline-block; }
      @media (max-width: 767px) {
        .footer-area .footer-widget-2 ul li {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-area .footer-widget-2 ul li {
          display: inline-block; } }
      .footer-area .footer-widget-2 ul li a {
        color: #fff;
        opacity: .7;
        font-family: "Playfair Display", serif;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin: 0 18px; }
        @media (max-width: 767px) {
          .footer-area .footer-widget-2 ul li a {
            margin: 0;
            line-height: 39px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .footer-area .footer-widget-2 ul li a {
            margin: 0 18px; } }
        .footer-area .footer-widget-2 ul li a:hover {
          color: #d3a971; }
  .footer-area .footer-widget-3 {
    margin-top: -14px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .footer-widget-3 {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .footer-area .footer-widget-3 {
        margin-left: 0;
        margin-top: 10px; } }
    .footer-area .footer-widget-3 ul li a {
      color: #fff;
      opacity: .7;
      font-family: "Playfair Display", serif;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      line-height: 39px; }
      .footer-area .footer-widget-3 ul li a:hover {
        color: #d3a971; }
  .footer-area.footer-area-2 .footer-widget-1 .header-times {
    padding-left: 45px;
    position: relative; }
    .footer-area.footer-area-2 .footer-widget-1 .header-times h5 {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      font-family: "Playfair Display", serif; }
    .footer-area.footer-area-2 .footer-widget-1 .header-times span {
      font-size: 16px;
      font-weight: 300;
      opacity: .7;
      color: #fff;
      padding-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .footer-area.footer-area-2 .footer-widget-1 .header-times span {
          font-size: 15px; } }
    .footer-area.footer-area-2 .footer-widget-1 .header-times i {
      position: absolute;
      left: 0;
      color: #d3a971;
      font-size: 32px; }
  .footer-area.footer-area-2 .footer-widget-2 {
    padding-top: 0; }

.footer-copyright-area {
  background: #141414;
  height: 70px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .footer-copyright-area {
      height: auto; } }
  .footer-copyright-area .footer-copyright {
    text-align: center; }
    .footer-copyright-area .footer-copyright p {
      color: #6e6e6e;
      font-weight: 300; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-copyright-area .footer-copyright p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .footer-copyright-area .footer-copyright p {
          padding: 15px 0; } }
      .footer-copyright-area .footer-copyright p span {
        color: #fff; }
      .footer-copyright-area .footer-copyright p i {
        color: #d3a971;
        padding-right: 5px; }

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #d3a971;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-right: 0; }

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4px;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px; }

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%; }

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #d3a971;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.go-top-area .go-top:hover {
  color: #ffffff; }

.go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible; }

.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden; }

.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%; }

.go-top-area .go-top:focus {
  color: #ffffff; }

.go-top-area .go-top:focus::before {
  opacity: 1;
  visibility: visible; }

.go-top-area .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden; }

.go-top-area .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%; }

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
      top: 93%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
      top: 93%; } }

.go-top-wrap {
  position: relative; }

.go-top-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.go-top-wrap .go-top-play {
  position: absolute;
  top: 16px;
  left: 80px;
  text-transform: uppercase;
  width: 129px;
  line-height: 1; }

.go-top-wrap .go-top-play p {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0; }

.go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 3px;
  z-index: 1;
  background: #d3a971; }

.go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #ffffff; }

.go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #d3a971; }

.go-top-btn:hover {
  background-color: #121232;
  color: #ffffff; }

@-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: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }
/*===========================
    12.RECIPES css 
===========================*/
.recipes-area {
  padding-top: 30px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .recipes-area {
      padding-bottom: 0; } }
  .recipes-area .recipes-title i {
    font-size: 90px;
    color: #d3a971; }
  .recipes-area .recipes-title .title {
    font-size: 72px;
    font-weight: 700;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .recipes-area .recipes-title .title {
        font-size: 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .recipes-area .recipes-title .title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .recipes-area .recipes-title .title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .recipes-area .recipes-title .title {
        font-size: 50px; } }
  .recipes-area .single-recipes {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.02);
    padding: 35px 0 45px;
    background-image: url(../images/recipes-thumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5; }
    .recipes-area .single-recipes::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      opacity: 1;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border: 2px solid #f0f0f0; }
    .recipes-area .single-recipes::after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 0px;
      width: 100%;
      background: #d3a971;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .recipes-area .single-recipes .title {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .recipes-area .single-recipes:hover::before {
      opacity: 0; }
    .recipes-area .single-recipes:hover::after {
      height: 5px; }
    .recipes-area .single-recipes:hover .title {
      color: #fff; }

/*===========================
    13.SERVICES MENU css 
===========================*/
.services-menu-area .single-services-menu .services-menu-thumb {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .services-menu-area .single-services-menu .services-menu-thumb img {
    width: 100%; }
  .services-menu-area .single-services-menu .services-menu-thumb .services-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .services-menu-area .single-services-menu .services-menu-thumb .services-overlay a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 34px;
      opacity: .5; }
.services-menu-area .single-services-menu .services-content {
  border-bottom: 5px solid #e5e5e5;
  padding: 20px 25px 30px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-menu-area .single-services-menu .services-content {
      padding: 20px 10px 30px; } }
  .services-menu-area .single-services-menu .services-content img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .services-menu-area .single-services-menu .services-content .title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px; }
  .services-menu-area .single-services-menu .services-content p {
    font-size: 14px;
    color: #978989;
    font-weight: 300; }
.services-menu-area .single-services-menu:hover {
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.1); }
  .services-menu-area .single-services-menu:hover .services-content {
    border-bottom-color: #d3a971; }
  .services-menu-area .single-services-menu:hover .services-menu-thumb .services-overlay {
    opacity: 1; }

/*===========================
    14.PRICING css 
===========================*/
.pricing-area .single-pricing {
  position: relative; }
  .pricing-area .single-pricing .pricing-thumb img {
    width: 100%; }
  .pricing-area .single-pricing .title {
    font-weight: 900;
    font-size: 32px;
    padding-top: 25px; }
  .pricing-area .single-pricing span {
    color: #d3a971;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    padding-top: 18px;
    padding-bottom: 15px; }
  .pricing-area .single-pricing p {
    color: #798795;
    font-weight: 300;
    padding: 0 30px;
    line-height: 28px;
    padding-bottom: 37px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .pricing-area .single-pricing p {
        padding: 0 10px;
        padding-bottom: 37px; } }
  .pricing-area .single-pricing a {
    border-color: #f2f2f2;
    color: #000000;
    background-color: transparent;
    line-height: 55px;
    padding: 0 50px;
    border-radius: 5px; }
    .pricing-area .single-pricing a:hover {
      background: #d3a971;
      color: #fff;
      border-color: #d3a971; }
    .pricing-area .single-pricing a.main-btn-2 {
      background: #d3a971;
      color: #fff;
      border-color: #d3a971; }
  .pricing-area .single-pricing .flag {
    left: 0;
    top: 0;
    width: 30px;
    height: 83px; }
    .pricing-area .single-pricing .flag::after {
      border-bottom: 18px solid #fff;
      border-left: 15px solid transparent;
      border-right: 16px solid transparent; }
    .pricing-area .single-pricing .flag span {
      font-size: 14px;
      color: #fff;
      font-family: "Playfair Display", serif;
      margin-top: -3px;
      margin-left: -14px;
      letter-spacing: 1px;
      text-transform: capitalize; }

/*===========================
    15.ABOUT css 
===========================*/
.about-play-area {
  position: relative; }
  .about-play-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .about-play-area .about-play-item > a {
    background-color: rgba(255, 255, 255, 0.102);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 32px;
    border-radius: 50%; }
  .about-play-area .about-play-item .title {
    color: #fff;
    font-size: 60px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .about-play-area .about-play-item .title {
        font-size: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-play-area .about-play-item .title {
        font-size: 44px; } }

/*===========================
    16.MENU DETAILS css 
===========================*/
.menu-details-area .menu-thumb img {
  width: 100%; }
.menu-details-area .menu-content {
  background: #fff;
  margin-top: -190px;
  padding: 62px 50px 0; }
  @media (max-width: 767px) {
    .menu-details-area .menu-content {
      margin-top: 0;
      padding: 30px 10px 0; } }
  .menu-details-area .menu-content .menu-top .title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    padding-right: 160px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .menu-details-area .menu-content .menu-top .title {
        padding-right: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 26px; } }
    @media (max-width: 767px) {
      .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .menu-details-area .menu-content .menu-top .title {
        padding-right: 0px;
        font-size: 20px; } }
  .menu-details-area .menu-content .menu-top span {
    color: #d3a971;
    font-size: 50px;
    font-family: "Playfair Display", serif;
    font-style: italic; }
    @media (max-width: 767px) {
      .menu-details-area .menu-content .menu-top span {
        font-size: 40px; } }
  .menu-details-area .menu-content .menu-tags {
    padding-top: 9px;
    padding-bottom: 40px; }
    .menu-details-area .menu-content .menu-tags ul li {
      display: inline-block;
      font-size: 14px;
      color: #798795;
      font-family: "Playfair Display", serif;
      text-transform: capitalize;
      cursor: pointer;
      margin-right: 5px; }
      .menu-details-area .menu-content .menu-tags ul li:hover {
        color: #d3a971; }
      .menu-details-area .menu-content .menu-tags ul li span {
        font-size: 18px;
        color: #000000; }
  .menu-details-area .menu-content .menu-tabs .nav li a {
    padding: 0 18px;
    line-height: 46px;
    background: #f3f3f3;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .menu-details-area .menu-content .menu-tabs .nav li a {
        padding: 0 5px;
        font-size: 12px; } }
    .menu-details-area .menu-content .menu-tabs .nav li a.active {
      background: #d3a971;
      color: #fff; }
  .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane p {
    font-weight: 300;
    color: #333;
    line-height: 32px;
    padding-top: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane p {
        font-size: 15px; } }
  .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane span {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #333;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 18px; }
  .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul {
    padding-left: 40px; }
    .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul li {
      font-size: 15px;
      color: #687588;
      line-height: 28px;
      font-weight: 300;
      position: relative; }
      .menu-details-area .menu-content .menu-tabs .tab-content .tab-pane ul li::before {
        position: absolute;
        content: '';
        top: 50%;
        left: -22px;
        transform: translateY(-50%);
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 1px solid #000; }

/*===========================
    17.GALLERY css 
===========================*/
.gallery-area .section-title {
  padding-bottom: 40px; }
.gallery-area .single-gallery {
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .gallery-area .single-gallery img {
    width: 100%; }
  .gallery-area .single-gallery .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .gallery-area .single-gallery .gallery-overlay a {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 120px;
      width: 120px;
      background: #d3a971;
      color: #fff;
      text-align: center;
      line-height: 120px;
      font-size: 32px; }
  .gallery-area .single-gallery:hover .gallery-overlay {
    opacity: 1; }
.gallery-area .menu-more-btn a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  background-color: transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
  position: relative; }
  .gallery-area .menu-more-btn a::before {
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
    height: 100%;
    width: 100%;
    background: #e5e5e5;
    z-index: -2; }
  .gallery-area .menu-more-btn a::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 1px solid #000; }

/*===========================
    18.SHOP css 
===========================*/
.shop-bar-area {
  padding-top: 118px; }
  .shop-bar-area .shop-bar ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .shop-bar-area .shop-bar ul {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .shop-bar-area .shop-bar ul {
        display: flex; } }
    .shop-bar-area .shop-bar ul > li {
      display: flex;
      align-items: center;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .shop-bar-area .shop-bar ul > li {
          margin-right: 5px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop-bar-area .shop-bar ul > li {
          margin-right: 10px;
          margin-bottom: 0; } }
      .shop-bar-area .shop-bar ul > li span {
        font-size: 13px;
        color: #000000;
        padding-right: 10px; }
      .shop-bar-area .shop-bar ul > li .nav {
        display: flex !important;
        align-items: center; }
        .shop-bar-area .shop-bar ul > li .nav li {
          margin-right: 0;
          margin-bottom: 0; }
          .shop-bar-area .shop-bar ul > li .nav li a {
            height: 30px;
            width: 30px;
            font-size: 14px;
            color: #798795;
            background-color: transparent;
            border: 1px solid #e5e5e7;
            padding: 0;
            text-align: center;
            line-height: 30px;
            margin-left: 5px; }
            .shop-bar-area .shop-bar ul > li .nav li a.active {
              color: #d3a971; }
      .shop-bar-area .shop-bar ul > li .nice-select {
        line-height: 30px;
        height: 30px; }
        .shop-bar-area .shop-bar ul > li .nice-select span {
          color: #666;
          font-size: 13px; }
        .shop-bar-area .shop-bar ul > li .nice-select .list {
          display: inherit; }
          .shop-bar-area .shop-bar ul > li .nice-select .list li {
            display: block;
            margin-right: 0; }
  .shop-bar-area .pagination-part nav .pagination li {
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 5px;
    box-shadow: 5px;
    margin-right: 10px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .shop-bar-area .pagination-part nav .pagination li {
        margin-right: 5px; } }
    .shop-bar-area .pagination-part nav .pagination li a {
      padding: 0;
      line-height: 30px;
      border: 0;
      border: 1px solid #e5e5e7;
      color: #798795;
      font-size: 13px;
      border-radius: 5px !important;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .shop-bar-area .pagination-part nav .pagination li a:hover {
        background: #d3a971;
        border-color: #d3a971;
        color: #fff; }
      .shop-bar-area .pagination-part nav .pagination li a.active {
        background: #d3a971;
        border-color: #d3a971;
        color: #fff; }
  .shop-bar-area.shop-bar-2-area {
    padding-top: 50px;
    padding-bottom: 118px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details-area .shop-item {
    margin-right: 0; } }
@media (max-width: 767px) {
  .shop-details-area .shop-item {
    margin-right: 0; } }
.shop-details-area .shop-item .shop-thumb .item img {
  width: 100%;
  display: inline-block; }
.shop-details-area .shop-item .shop-list .shop-thumb-active {
  margin: 0 60px; }
  .shop-details-area .shop-item .shop-list .shop-thumb-active li img {
    width: 80%;
    display: inline-block; }
.shop-details-area .shop-content .shop-top-content .title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-area .shop-content .shop-top-content .title {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-top-content .title {
      font-size: 32px; } }
.shop-details-area .shop-content .shop-top-content ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  margin-right: 25px; }
  .shop-details-area .shop-content .shop-top-content ul li span {
    color: #798795;
    font-weight: 400; }
.shop-details-area .shop-content .shop-price {
  display: flex;
  align-items: end; }
  .shop-details-area .shop-content .shop-price ul {
    padding-right: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .shop-details-area .shop-content .shop-price ul {
        padding-right: 40px; } }
    @media (max-width: 767px) {
      .shop-details-area .shop-content .shop-price ul {
        padding-right: 23px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .shop-details-area .shop-content .shop-price ul {
        padding-right: 50px; } }
    .shop-details-area .shop-content .shop-price ul li {
      font-size: 32px;
      color: #000000;
      font-family: "Playfair Display", serif;
      font-weight: 700;
      display: inline-block; }
      .shop-details-area .shop-content .shop-price ul li:last-child {
        font-size: 16px;
        color: #999;
        text-decoration: line-through;
        padding-left: 5px; }
  .shop-details-area .shop-content .shop-price span {
    font-size: 13px;
    color: #000000;
    font-weight: 700; }
    .shop-details-area .shop-content .shop-price span span {
      color: #999;
      padding-left: 5px; }
.shop-details-area .shop-content .shop-review ul li {
  display: inline-block; }
  .shop-details-area .shop-content .shop-review ul li i {
    font-size: 13px;
    color: #b1b1b1; }
  .shop-details-area .shop-content .shop-review ul li:first-child i {
    color: #ffae11; }
.shop-details-area .shop-content .shop-text {
  border-bottom: 1px solid #f2f2f2; }
  .shop-details-area .shop-content .shop-text p {
    font-weight: 300;
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 25px;
    line-height: 24px; }
.shop-details-area .shop-content .shop-social {
  display: flex;
  align-items: center;
  padding-top: 25px; }
  .shop-details-area .shop-content .shop-social span {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    padding-right: 18px; }
  .shop-details-area .shop-content .shop-social ul li {
    display: inline-block; }
    .shop-details-area .shop-content .shop-social ul li a {
      font-size: 13px;
      color: #45619d;
      margin-right: 10px; }
    .shop-details-area .shop-content .shop-social ul li:nth-child(2) a {
      color: #cf4539; }
    .shop-details-area .shop-content .shop-social ul li:nth-child(3) a {
      color: #42c0fb; }
    .shop-details-area .shop-content .shop-social ul li:nth-child(4) a {
      color: #009ee5; }
    .shop-details-area .shop-content .shop-social ul li:nth-child(5) a {
      color: #ec9f21; }
.shop-details-area .shop-content .shop-btns {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-details-area .shop-content .shop-btns {
      display: flex; } }
  .shop-details-area .shop-content .shop-btns a {
    background: #d3a971;
    color: #fff;
    border-color: #d3a971; }
    .shop-details-area .shop-content .shop-btns a > i {
      padding-left: 10px; }
  .shop-details-area .shop-content .shop-btns ul {
    padding-left: 5px; }
    .shop-details-area .shop-content .shop-btns ul li {
      display: inline-block; }
      .shop-details-area .shop-content .shop-btns ul li a {
        margin-left: 10px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        font-size: 13px;
        background: #fff;
        border-color: transparent; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .shop-details-area .shop-content .shop-btns ul li a {
            margin-left: 5px; } }
        @media (max-width: 767px) {
          .shop-details-area .shop-content .shop-btns ul li a {
            margin-left: 0px;
            margin-right: 10px;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .shop-details-area .shop-content .shop-btns ul li a {
            margin-left: 10px;
            margin-right: 0px;
            margin-top: 0px; } }
        .shop-details-area .shop-content .shop-btns ul li a i {
          padding-left: 0;
          color: #798795; }

.menu-contents {
  padding: 50px;
  border: 1px solid #ededed; }
  @media (max-width: 767px) {
    .menu-contents {
      padding: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-contents {
      padding: 20px; } }
  .menu-contents .menu-tabs .nav li a {
    padding: 0 18px;
    line-height: 46px;
    background: #f3f3f3;
    color: #000;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .menu-contents .menu-tabs .nav li a {
        padding: 0 5px;
        font-size: 12px; } }
    .menu-contents .menu-tabs .nav li a.active {
      background: #d3a971;
      color: #fff; }
  .menu-contents .menu-tabs .tab-content .tab-pane p {
    font-weight: 300;
    color: #333;
    line-height: 32px;
    padding-top: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .menu-contents .menu-tabs .tab-content .tab-pane p {
        font-size: 15px; } }
  .menu-contents .menu-tabs .tab-content .tab-pane span {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    color: #333;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 18px; }
  .menu-contents .menu-tabs .tab-content .tab-pane ul {
    padding-left: 40px; }
    .menu-contents .menu-tabs .tab-content .tab-pane ul li {
      font-size: 15px;
      color: #687588;
      line-height: 28px;
      font-weight: 300;
      position: relative; }
      .menu-contents .menu-tabs .tab-content .tab-pane ul li::before {
        position: absolute;
        content: '';
        top: 50%;
        left: -22px;
        transform: translateY(-50%);
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 1px solid #000; }

.product-quantity {
  width: 120px;
  border: 1px solid #ededed;
  border-radius: 5px; }
  .product-quantity span {
    padding-left: 10px;
    padding-right: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #798795; }
  .product-quantity button {
    width: 20px;
    height: 50px;
    padding: 0;
    background-color: #fff;
    font-size: 18px;
    color: #838b97;
    border: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .product-quantity button:hover {
      color: #d3a971; }
    @media (max-width: 767px) {
      .product-quantity button {
        width: 20px;
        height: 40px; } }
  .product-quantity input {
    width: 30px;
    height: 50px;
    border: 0px;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #000; }
    @media (max-width: 767px) {
      .product-quantity input {
        height: 40px; } }

/*===========================
    19.BLOG DETAILS css 
===========================*/
.blog-details-area .blog-sidebar .blog-box {
  border: 1px solid #e8e8e8; }
  .blog-details-area .blog-sidebar .blog-box .blog-title {
    border-bottom: 1px solid #e8e8e8; }
    .blog-details-area .blog-sidebar .blog-box .blog-title .title {
      line-height: 60px;
      font-size: 24px;
      font-weight: 700; }
  .blog-details-area .blog-sidebar .blog-box .blog-cat-list ul {
    padding-top: 17px;
    padding-bottom: 17px; }
    .blog-details-area .blog-sidebar .blog-box .blog-cat-list ul li a {
      font-size: 18px;
      color: #000000;
      line-height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .blog-details-area .blog-sidebar .blog-box .blog-cat-list ul li a:hover {
        color: #d3a971; }
  .blog-details-area .blog-sidebar .blog-box .blog-more-cat a {
    padding-left: 45px;
    line-height: 70px;
    border-top: 1px solid #e8e8e8;
    display: block;
    font-weight: 500;
    color: #000000; }
    .blog-details-area .blog-sidebar .blog-box .blog-more-cat a span {
      color: #d3a971;
      padding-right: 5px; }
  .blog-details-area .blog-sidebar .blog-box.blog-border {
    border-radius: 0 0 10px 10px; }
  .blog-details-area .blog-sidebar .blog-box.box-top {
    border-top: 0; }
  .blog-details-area .blog-sidebar .blog-box .blog-tag {
    padding-top: 20px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 20px 10px 30px; } }
    @media (max-width: 767px) {
      .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-details-area .blog-sidebar .blog-box .blog-tag {
        padding: 20px 15px 30px; } }
    .blog-details-area .blog-sidebar .blog-box .blog-tag ul {
      padding-top: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between; }
      .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
        padding: 0 7px;
        line-height: 32px;
        color: #798795;
        border-bottom: 1px solid #f2f2f2;
        font-size: 14px;
        font-weight: 300;
        margin: 0 3px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
            font-size: 12px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a {
            font-size: 14px; } }
        .blog-details-area .blog-sidebar .blog-box .blog-tag ul li a:hover {
          background: #d3a971;
          color: #fff; }
  .blog-details-area .blog-sidebar .blog-box .blog-project {
    padding-top: 20px;
    padding-bottom: 20px; }
    .blog-details-area .blog-sidebar .blog-box .blog-project ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      color: #798795;
      line-height: 30px;
      font-weight: 300;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .blog-details-area .blog-sidebar .blog-box .blog-project ul li a:hover {
        color: #d3a971; }
.blog-details-area .blog-sidebar .blog-add {
  position: relative; }
  .blog-details-area .blog-sidebar .blog-add img {
    width: 100%; }
  .blog-details-area .blog-sidebar .blog-add a {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    background: #d3a971;
    color: #fff;
    text-align: center;
    line-height: 120px;
    font-size: 40px; }
.blog-details-area .blog-details-items .blog-thumb img {
  width: 100%; }
.blog-details-area .blog-details-items .blog-details-content .title {
  font-weight: 700;
  font-size: 32px;
  padding-top: 41px; }
  @media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content .title {
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content .title {
      font-size: 26px; } }
.blog-details-area .blog-details-items .blog-details-content ul {
  padding-bottom: 33px;
  padding-top: 20px; }
  .blog-details-area .blog-details-items .blog-details-content ul li {
    display: inline-block;
    font-size: 14px;
    color: #798795;
    font-family: "Playfair Display", serif;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-details-area .blog-details-items .blog-details-content ul li {
        font-size: 13px; } }
    .blog-details-area .blog-details-items .blog-details-content ul li:hover {
      color: #d3a971; }
    .blog-details-area .blog-details-items .blog-details-content ul li span {
      font-size: 18px;
      color: #000000; }
.blog-details-area .blog-details-items .blog-details-content p {
  font-size: 18px;
  font-weight: 300;
  color: #798795;
  line-height: 32px; }
  @media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-details-content p {
      font-size: 16px; } }
  .blog-details-area .blog-details-items .blog-details-content p.text {
    padding-top: 30px;
    padding-bottom: 38px; }
.blog-details-area .blog-details-items .blog-quote {
  background-image: url(../images/blog-quote.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 50px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-quote {
      padding: 70px 50px; } }
  .blog-details-area .blog-details-items .blog-quote p {
    font-size: 32px;
    color: #fff;
    line-height: 48px;
    font-family: "Playfair Display", serif; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-details-area .blog-details-items .blog-quote p {
        font-size: 25px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-details-area .blog-details-items .blog-quote p {
        font-size: 29px; } }
    @media (max-width: 767px) {
      .blog-details-area .blog-details-items .blog-quote p {
        font-size: 22px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-details-area .blog-details-items .blog-quote p {
        font-size: 20px; } }
    .blog-details-area .blog-details-items .blog-quote p i {
      font-size: 14px; }
      .blog-details-area .blog-details-items .blog-quote p i.item {
        transform: rotate(180deg);
        margin-top: -20px; }
.blog-details-area .blog-details-items .blog-content-area {
  border-bottom: 1px solid #e8e8e8; }
  .blog-details-area .blog-details-items .blog-content-area p {
    line-height: 32px;
    font-weight: 300;
    font-size: 18px;
    color: #798795; }
    @media (max-width: 767px) {
      .blog-details-area .blog-details-items .blog-content-area p {
        font-size: 16px; } }
    .blog-details-area .blog-details-items .blog-content-area p.item-1 {
      padding-top: 40px;
      padding-bottom: 40px; }
    .blog-details-area .blog-details-items .blog-content-area p.item-2 {
      padding-top: 40px;
      padding-bottom: 55px; }
  @media (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-content-area .blog-content-thumb {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-area .blog-details-items .blog-content-area .blog-content-thumb {
      margin-bottom: 0px; } }
  .blog-details-area .blog-details-items .blog-content-area .blog-content-thumb img {
    width: 100%; }
.blog-details-area .blog-details-items .blog-social .shop-social {
  padding-top: 25px; }
  .blog-details-area .blog-details-items .blog-social .shop-social span {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    padding-right: 18px; }
  .blog-details-area .blog-details-items .blog-social .shop-social ul li {
    display: inline-block; }
    .blog-details-area .blog-details-items .blog-social .shop-social ul li a {
      font-size: 18px;
      color: #45619d;
      margin-right: 10px; }
    .blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(2) a {
      color: #cf4539; }
    .blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(3) a {
      color: #42c0fb; }
    .blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(4) a {
      color: #009ee5; }
    .blog-details-area .blog-details-items .blog-social .shop-social ul li:nth-child(5) a {
      color: #ec9f21; }

.blog-details-comment .comment-title {
  font-size: 18px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

.blog-comment .comment-replay {
  padding-left: 100px; }
  @media (max-width: 767px) {
    .blog-comment .comment-replay {
      padding-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .comment-replay {
      padding-left: 60px; } }

.single-comment {
  padding: 20px 25px;
  padding-left: 0;
  border: 1px solid #ededed;
  margin-left: 40px;
  border-radius: 5px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .single-comment {
      margin-left: 0;
      padding-top: 0;
      margin-top: 70px;
      padding-right: 20px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment {
      margin-left: 40px;
      padding-top: 0;
      margin-top: 30px;
      padding: 20px 25px;
      padding-left: 0; } }
  .single-comment .comment-author {
    margin-left: -40px; }
    @media (max-width: 767px) {
      .single-comment .comment-author {
        margin-left: 0;
        text-align: center;
        margin-top: -40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-comment .comment-author {
        margin-left: -40px;
        margin-top: 0; } }
    .single-comment .comment-author img {
      width: 80px;
      border-radius: 50%; }
  .single-comment .comment-text {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .single-comment .comment-text {
        padding-top: 20px;
        padding-left: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-comment .comment-text {
        padding-top: 0;
        padding-left: 25px; } }
    .single-comment .comment-text .author-name {
      font-size: 16px;
      font-weight: 700; }
    .single-comment .comment-text .text {
      margin-top: 10px;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px; }
    .single-comment .comment-text .meta li {
      display: inline-block;
      margin-top: 10px; }
      .single-comment .comment-text .meta li + li {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .single-comment .comment-text .meta li + li {
            margin-left: 15px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-comment .comment-text .meta li + li {
            margin-left: 25px; } }
      .single-comment .comment-text .meta li a {
        font-size: 14px;
        color: #64656a;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .single-comment .comment-text .meta li a i {
          padding-right: 8px; }
        .single-comment .comment-text .meta li a:hover {
          color: #d3a971; }

/*===== All Form Style =====*/
.single-form {
  margin-top: 30px; }
  .single-form label {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300; }
  .single-form input, .single-form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0 15px; }
  .single-form textarea {
    height: 200px;
    padding-top: 10px;
    resize: none; }
  .single-form .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #01061f;
    border-color: #01061f;
    font-weight: 700; }
    .single-form .main-btn:hover {
      background-color: transparent;
      color: #01061f; }
  .single-form button {
    text-align: center;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
    position: relative;
    border: 0; }
    .single-form button::before {
      position: absolute;
      content: '';
      top: -5px;
      right: -5px;
      height: 100%;
      width: 100%;
      background: #e5e5e5;
      z-index: -2;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-form button::after {
      position: absolute;
      content: '';
      top: 0px;
      right: 0px;
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: -1;
      border: 1px solid #000;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .single-form button:hover {
      color: #d3a971; }
      .single-form button:hover::before {
        background: #f2e5d4; }
      .single-form button:hover::after {
        border: 1px solid #d3a971; }

/*===========================
    20.CONTACT css 
===========================*/
.contact-info-area .contact-info-item {
  padding-top: 45px; }
  .contact-info-area .contact-info-item .info-item i {
    font-size: 48px;
    color: #d3a971; }
  .contact-info-area .contact-info-item .info-item .title {
    font-size: 24px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 20px; }
  .contact-info-area .contact-info-item .info-item ul li {
    font-weight: 300; }

.contact-area .contact-area-info {
  padding-top: 75px; }
  .contact-area .contact-area-info .title-area .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  .contact-area .contact-area-info .title-area p {
    font-size: 18px;
    font-weight: 300;
    padding-top: 39px;
    line-height: 32px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-area .contact-area-info .title-area p {
        font-size: 14px; } }
.contact-area .contact-info-list .item {
  position: relative;
  padding-left: 65px; }
  .contact-area .contact-info-list .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #000000; }
  .contact-area .contact-info-list .item ul li {
    color: #64656a;
    font-weight: 300;
    line-height: 28px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-area .contact-info-list .item ul li {
        font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
