﻿@charset "UTF-8";

/*-- Google Font Import 
-----------------------------------------*/
@import url("../../../../css2");
@import url("../../../../css2-1");

/*------------Typography----------------- */
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #FBF8F4;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #321d1d;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #A46C32;
}

a:hover {
  color: #1B1E22;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  color: #7A7A7A;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #7A7A7A;
  margin: 14px 0;
}

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 90px 30px !important;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px !important;
  }
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title h1 {
  font-size: 110px;
  font-weight: 500;
  line-height: 120px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 100px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  color: #321d1d;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 70px;
    line-height: 80px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 65px;
  font-weight: 500;
  line-height: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-title h6 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #D3A574;
}

.section-title p {
  margin: 0;
}

.section-title span {
  font-style: italic;
  color: #D3A574;
}

.section-title img {
  border-radius: 50px;
  height: 55px;
  position: relative;
  bottom: 5px;
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

/*Button Style */
.theme-btn,
.bordered-btn,
.white-btn,
.primary-btn {
  display: inline-flex;
  background: #D3A574;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding: 15px 35px;
  border: 1px solid #D3A574;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-btn:hover,
.bordered-btn:hover,
.white-btn:hover,
.primary-btn:hover {
  background: #321d1d;
  border-color: #321d1d;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .theme-btn,
  .bordered-btn,
  .white-btn,
  .primary-btn {
    font-size: 20px;
    padding: 15px 32px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .bordered-btn,
  .white-btn,
  .primary-btn {
    font-size: 20px;
    padding: 15px 32px;
  }
}

@media (max-width: 767px) {

  .theme-btn.mt-60,
  .mt-60.bordered-btn,
  .mt-60.white-btn,
  .mt-60.primary-btn {
    margin-top: 30px;
  }
}

.primary-btn {
  background: #321d1d;
  border-color: #321d1d;
  color: #fff;
}

.primary-btn:hover {
  background: #D3A574;
  color: #fff;
  border-color: #D3A574;
}

.white-btn {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.white-btn:hover {
  background: #D3A574;
  color: #fff;
  border-color: #D3A574;
}

.bordered-btn {
  background: transparent;
  border-color: #A46C32;
  color: #321d1d;
}

.bordered-btn:hover {
  background: #D3A574;
  color: #fff;
  border-color: #D3A574;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: #D3A574;
  border-color: #D3A574;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {

  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #fff;
  border-color: #fff;
  color: #D3A574;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap Customize CSS*/
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.container {
  max-width: 1230px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.theme-bg {
  background: #D3A574;
}

.dark-bg {
  background: #171717;
}

.dark-bg-2 {
  background: #183534;
}

.gray-bg {
  background: #F5F5F7;
}

.white-bg {
  background: #fff !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-dark {
  color: #181818 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #7A7A7A !important;
}

.text-xl {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-xl {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .text-xl {
    font-size: 16px;
  }
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-none {
  border: none !important;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #A46C32;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
  color: #A46C32;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.link-text {
  font-size: 16px;
  color: #fff;
}

.link-text:hover {
  color: #D2A475;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pt-400 {
  padding-top: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-250 {
  padding-left: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pl-300 {
  padding-left: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pl-350 {
  padding-left: 350px;
}

.pr-350 {
  padding-right: 350px;
}

.pl-400 {
  padding-left: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.pl-450 {
  padding-left: 450px;
}

.pr-450 {
  padding-right: 450px;
}

.pl-500 {
  padding-left: 500px;
}

.pr-500 {
  padding-right: 500px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mt-400 {
  margin-top: 400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mt-500 {
  margin-top: 500px;
}

.mb-500 {
  margin-bottom: 500px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-250 {
  margin-left: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.ml-300 {
  margin-left: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-350 {
  margin-left: 350px;
}

.mr-350 {
  margin-right: 350px;
}

.ml-400 {
  margin-left: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.ml-450 {
  margin-left: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.ml-500 {
  margin-left: 500px;
}

.mr-500 {
  margin-right: 500px;
}

.mtm-30 {
  margin-top: -30px;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #D3A574;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/* Mouse Cursor */
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #D3A574;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  margin: 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #A46C32;
  opacity: 0.3;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #321d1d;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: #fff;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #7A7A7A;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #7A7A7A;
}

/* Header Area  */
.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #FBF8F4;
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    justify-content: space-between;
  }
}

.header-area .header-inner-box .logo a {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #A46C32;
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo a {
    font-size: 30px;
  }
}

/* Menu Area  */
.main-menu ul>li {
  display: inline-block;
  line-height: 1;
  margin: 0 17px;
  position: relative;
}

.main-menu ul>li>a {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #7A7A7A;
}

.main-menu ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul>li>ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: #FBF8F4;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}

.main-menu ul>li>ul li {
  display: block;
  margin-right: 0;
}

.main-menu ul>li>ul li a {
  display: block;
  color: #7A7A7A !important;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
}

.main-menu ul>li>ul li a:hover {
  color: #D3A574 !important;
}

.main-menu ul>li>ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul>li>ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul>li>ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #321d1d;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #171717;
}

.main-menu ul>li>ul li a.active {
  color: #D3A574 !important;
  position: relative;
  padding-left: 50px;
}

.main-menu ul>li>ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: #fff;
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

/* Absolute/Transparent Header  */
.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .header-inner-box {
  gap: inherit;
}

/* .header-area.absolute-header .logo {
  flex: 0 0 25%;
}

.header-area.absolute-header .main-menu {
  flex: 0 0 35%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.absolute-header .main-menu {
    flex: 0 0 40%;
  }
}

.header-area.absolute-header .header-right {
  flex: 0 0 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.absolute-header .header-right {
    flex: 0 0 30%;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header .header-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area.absolute-header .header-right {
    display: none;
  }
}

.header-area.absolute-header .main-menu ul>li>a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #D3A574;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #D3A574;
}

.header-area.absolute-header .contact-number .title h4 {
  color: #fff;
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #321d1d;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu>li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #422A2A;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #321d1d;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.dark-bg #hamburger i {
  color: #fff;
}

.absolute-header #hamburger i {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .primary-btn,
.action-bar .white-btn,
.action-bar .bordered-btn {
  margin-top: 30px;
  display: inline-block;
  font-size: 20px;
}

/* Header Right  */
.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-right .search-trigger i {
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}

.header-right .search-trigger i:hover {
  cursor: pointer;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.contact-number {
  align-items: center;
  gap: 15px;
  margin-right: 30px;
}

.contact-number i {
  font-size: 20px;
  color: #D3A575;
}

.contact-number a {
  color: #321d1d;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 30px;
}

.social-area a i {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}

.absolute-header .contact-number a {
  color: #fff;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

.link-text {
  font-size: 16px;
  font-weight: 500;
  color: #321d1d;
  position: relative;
}

.link-text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  width: 1px;
  height: 30px;
  background: #A46C32;
  margin-top: -15px;
}

.absolute-header .link-text {
  font-size: 16px;
  color: #fff;
}

.link-text:hover {
  color: #D2A475;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-three .link-text {
  color: inherit;
}

.header-three .shop-icon i {
  color: inherit;
}

.header-three .contact-number a {
  color: inherit;
}

.header-two .header-inner-box {
  gap: 5%;
}

.header-two .main-menu {
  flex: 0 0 50%;
}

.header-two .header-right {
  flex: 0 0 30%;
}

.header-three .header-inner-box {
  gap: 5%;
}

.header-three .logo {
  flex: inherit !important;
}

.header-three .main-menu {
  flex: 0 0 50% !important;
}

.header-three .header-right {
  flex: 0 0 30% !important;
}

.header-three #hamburger i {
  color: inherit;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #000;
}

.header-three .header-sticky .contact-number a {
  color: #fff;
}

.header-three .header-sticky .link-text {
  color: #fff;
}

.header-three .header-sticky #hamburger i {
  color: #fff;
}

.hero-area {
  height: 750px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-area {
    height: 600px;
  }
}

.hero-area.hero-two {
  height: auto;
}

@media (max-width: 767px) {
  .hero-area.hero-two img {
    height: 200px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .hero-area.hero-two img {
    height: 300px;
  }
}

.hero-area.hero-two .section-title h1 {
  font-size: 110px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.hero-two .section-title h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-area.hero-two .section-title h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

.hero-three {
  height: 700px;
}

.hero-three .hero-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hero-three .hero-bg {
    width: 100%;
    height: 620px;
    top: 90px;
  }
}

.hero-three .hero-area-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 70px;
  padding-top: 180px;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three .hero-area-content {
    padding: 45px;
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .hero-three .hero-area-content {
    position: relative;
    left: 0;
    top: 100px;
    width: 100%;
    padding: 120px 30px 0;
  }
}

@media (max-width: 767px) {
  .hero-three .hero-area-content p {
    color: #fff;
  }
}

.hero-three .section-title h1 {
  font-size: 120px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-three .section-title h1 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-three .section-title h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-three .section-title h1 {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .category-tabs {
    text-align: center;
  }
}

.category-tabs ul {
  display: block;
  border-bottom: none;
}

.category-tabs ul li {
  display: block;
}

.category-tabs ul li a {
  font-family: "Cormorant Garamond", serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #321d1d;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

@media (max-width: 767px) {
  .category-tabs ul li a {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.category-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.category-tabs li a.active {
  opacity: 1;
  font-style: italic;
}

.category-tabs li a .number {
  position: absolute;
  top: -10px;
  right: -30px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #D3A574;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.category-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.category-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.category-tabs li a.active:before {
  transform: scaleX(1);
}

.category-content {
  position: relative;
  text-align: center;
}

.category-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.category-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .category-text p {
    font-size: 16px;
  }
}

.category-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

@media (max-width: 767px) {
  .category-content-item {
    min-height: 550px;
  }
}

img.category-image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.category-image {
    width: 60%;
  }
}

@media (max-width: 767px) {
  img.category-image {
    width: 40%;
    border-radius: 50%;
  }
}

@keyframes category-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.category-content-item.active img.category-image {
  animation: category-tabs-animation-1 0.7s ease-in-out;
}

@keyframes category-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

.category-content-item.active .category-text {
  animation: category-tabs-animation-2 0.7s ease-in-out;
  will-change: transform;
}

.tab-content img {
  width: 700px;
  height: 340px;
  object-fit: cover;
  border-radius: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-content img {
    height: 295px;
  }
}

@media (max-width: 767px) {
  .tab-content img {
    width: 100%;
    height: auto;
    border-radius: 200px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .category-tabs.mt-100 {
    margin-top: 50px;
  }
}

.single-category-wrap {
  position: relative;
  z-index: 1;
}

.single-category-wrap img {
  filter: grayscale(1);
}

.single-category-wrap .category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.single-category-wrap .category-title h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
}

.single-category-wrap:hover img {
  filter: grayscale(0);
}

.single-category-wrap:hover .category-title h4 {
  visibility: visible;
  opacity: 1;
}

.banner-bg {
  height: 600px;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-bg {
    height: 450px;
  }
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-content-wrap {
  position: absolute;
  bottom: 0;
  padding: 35px;
}

.menu-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.menu-details h4 {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-details h4 {
    font-size: 20px;
  }
}

.menu-details span {
  font-size: 18px;
  color: #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-menu-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .single-menu-item {
    margin-bottom: 60px;
  }
}

.menu-two .single-menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-two .single-menu-item {
    margin-bottom: 35px;
  }
}

.menu-two .single-menu-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.menu-two .menu-desc {
  flex: 0 0 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-two .menu-desc {
    flex: 0 0 85%;
  }
}

.menu-two .menu-price span {
  font-size: 24px;
  font-weight: 500;
}

.menu-two .menu-img-wrapper img {
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-two .menu-img-wrapper img {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .menu-two .menu-img-wrapper img {
    padding-left: 0;
  }
}

.menu-three .menu-wrapper {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-three .menu-wrapper {
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-three .menu-wrapper {
    gap: 20px;
  }
}

.menu-three .single-menu-item {
  text-align: center;
  flex: 0 0 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-three .single-menu-item {
    flex: 0 0 35%;
  }
}

@media (max-width: 767px) {
  .menu-three .single-menu-item {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}

.menu-three .single-menu-item img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.menu-three .single-menu-item h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.menu-three .single-menu-item p {
  font-size: 18px;
  font-weight: 500;
}

.menu-three .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.menu-three .owl-dots button.owl-dot.active span {
  width: 30px;
  height: 10px;
  background: #D3A574;
}

.menu-three .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.menu-page .single-menu-item {
  text-align: center;
  margin-bottom: 50px;
}

.menu-page .single-menu-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.menu-page .single-menu-item .menu-info {
  padding: 30px 20px;
  border: 1px solid #ddd;
}

.menu-page .single-menu-item span {
  color: #7A7A7A;
  font-size: 18px;
}

.menu-page .single-menu-item h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}

.menu-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-item-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .menu-item-content {
    padding-right: 0;
  }
}

.menu-item-img {
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-item-img {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .menu-item-img {
    padding-left: 0;
    margin-top: 30px;
  }
}

.review-wrap i {
  font-size: 22px;
  color: #D3A574;
  margin-bottom: 10px;
}

.menu-item-bottom {
  border-top: 1px solid #7A7A7A;
  border-bottom: 1px solid #7A7A7A;
  padding: 20px 0;
}

.menu-price span {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 500;
  color: #A46C32;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-price span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .menu-price span {
    font-size: 30px;
  }
}

.menu-feature-list img {
  width: 30px;
  margin-right: 15px;
}

.menu-feature-list li {
  color: #fff;
  margin-bottom: 10px;
}

.menu-details-content {
  padding-left: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-details-content {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .menu-details-content {
    padding-left: 15px;
    margin-top: 60px;
  }
}

.menu-feature-list {
  margin: 40px 0;
}

.menu-feature-list img {
  width: 30px;
  margin-right: 15px;
}

.menu-feature-list li {
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .menu-details-img {
    text-align: center;
  }
}

.menu-details-img img {
  border-radius: 200px;
}

@media (max-width: 767px) {
  .menu-details-img img {
    width: 90%;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .menu-details-img img {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .menu-item.pb-120 {
    padding-bottom: 60px;
  }
}

.value-section {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.value-content-wrap {
  background: #fff;
  padding: 60px 60px 50px;
  margin-top: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .value-content-wrap {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .value-content-wrap {
    width: 70%;
    margin-left: 60px;
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 767px) {
  .value-content-wrap {
    padding: 30px;
  }
}

.value-content-wrap p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .value-content-wrap p {
    font-size: 15px;
  }
}

.value-content-wrap ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}

.value-content-wrap .value-list-item {
  margin-top: 30px;
}

.value-content-wrap .value-list-item img {
  width: 30px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .value-content-wrap .value-list-item img {
    top: 3px;
  }
}

.special-menu-img img {
  width: 480px;
  height: 480px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-menu-img img {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .special-menu-img img {
    width: 240px;
    height: 240px;
  }
}

.special-menu-item {
  text-align: start;
}

.special-menu-item h5 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.special-menu-item p {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .special-menu-item.mb-80 {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .special-menu-item.mt-80 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.cta-inner {
  height: 480px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-two .cta-inner {
  height: 400px;
  border-radius: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-two .cta-inner {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .cta-two .cta-inner {
    height: 350px;
    border-radius: 0;
  }
}

.cta-btn {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .cta-btn {
    flex-direction: column;
  }
}

.cta-section.cta-three {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta-section.cta-three {
    height: 400px;
  }
}

.cta-section.cta-three .section-title {
  padding-top: 60px;
}

.cta-section.cta-three .cta-btn {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

@media (max-width: 767px) {
  .cta-section .section-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .cta-section .section-title h2 br {
    display: none;
  }
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: #FBF8F4;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  color: #181818;
  border: none;
  border-bottom: 1px solid #333;
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: #7A7A7A;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}

.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #7A7A7A;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 0;
    font-size: 16px;
    display: none;
  }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(-45deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: #FBF8F4;
  color: #878787;
  padding: 20px 0;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 0;
  }
}

.accordion-two .accordion-items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .accordion-two .accordion-items {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.accordion-two .accordion-header {
  flex: 0 0 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-two .accordion-header {
    flex: 0 0 40%;
  }
}

.accordion-two .accordion-collapse {
  flex: 0 0 55%;
}

.accordion-two .accordion-buttons {
  border-bottom: none;
}

.accordion-two .accordion-buttons::after {
  display: none;
}

.accordion-three.cp-custom-accordion {
  padding-right: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accordion-three.cp-custom-accordion {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .accordion-three.cp-custom-accordion {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .accordion-three.cp-custom-accordion .accordion-buttons {
    padding-left: 0;
  }
}

.faq-right-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .faq-right-content {
    align-items: start;
  }
}

.testimonial-one .single-testimonial-item {
  display: flex;
  justify-content: center;
}

.testimonial-one .testimonial-author img {
  height: 320px;
}

.testimonial-one .testimonial-content {
  background: #FBF8F4;
  padding: 80px 60px;
  flex: 0 0 750px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-one .testimonial-content {
    flex: 0 0 680px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .testimonial-content {
    flex: 0 0 480px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-one .testimonial-content {
    flex: 0 0 100%;
    padding: 30px;
  }
}

.testimonial-one .testimonial-content p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .testimonial-one .testimonial-content p {
    font-size: 16px;
  }
}

.testimonial-one .testimonial-content h5 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.testimonial-one .testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-one .testimonial-wrapper .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(50%, 50%);
  background: none;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-one .testimonial-wrapper .owl-nav button.owl-next {
  left: auto;
  right: 40px;
}

.testimonial-one .testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-one .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #fff;
  color: #181818;
  border-color: #fff;
}

.testimonial-two .single-testimonial-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial-two .single-testimonial-item img {
    display: none;
  }
}

.testimonial-two .testimonial-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 50px 80px;
  margin: 50px 30px;
}

@media (max-width: 767px) {
  .testimonial-two .testimonial-content {
    position: relative;
    padding: 60px 30px;
    margin: 0;
  }
}

.testimonial-two .testimonial-content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .testimonial-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-two .testimonial-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-two .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-two .owl-dots button.owl-dot.active span {
  width: 15px;
  height: 15px;
  background: #D3A574;
}

.testimonial-two .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-three .quote-icon img {
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .testimonial-three .quote-icon img {
    width: 40px;
    height: 40px;
  }
}

.testimonial-three .single-testimonial-item {
  position: relative;
  z-index: 1;
}

.testimonial-three .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-three .testimonial-inner {
  padding-left: 72px;
  padding-top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .testimonial-inner {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-three .testimonial-inner {
    padding-left: 50px;
    padding-right: 0;
  }
}

.testimonial-three .testimonial-inner p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .testimonial-three .testimonial-inner p {
    font-size: 16px;
  }
}

.testimonial-three .author-wrap {
  display: flex;
  gap: 30px;
}

.testimonial-three .author-wrap .author-img {
  flex: 0 0 60px;
}

.testimonial-three .author-wrap .author-img img {
  border-radius: 50%;
}

.testimonial-three .author-wrap .author-info h5 {
  font-family: "Inter";
  font-size: 18px;
}

.testimonial-three .author-wrap .author-info span {
  color: #7A7A7A;
  font-size: 15px;
}

.blog-one .single-blog-item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.blog-one .blog-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.blog-one .blog-meta {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
}

.blog-one .blog-content h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-one .blog-content h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-one .blog-content h4 {
    font-size: 24px;
  }
}

.blog-one .blog-author p {
  margin: 0;
}

.blog-two a.single-blog-item {
  display: block;
}

.blog-two .blog-bg {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-two .blog-content h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .blog-two .blog-content h4 {
    font-size: 24px;
  }
}

.blog-two .blog-title {
  position: absolute;
  top: 40px;
  left: 50%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 25px;
  background: #fff;
  color: #333;
  transform: translate(-50%, 0);
  text-align: center;
}

@media (max-width: 767px) {
  .blog-two .blog-title {
    width: 90%;
  }
}

.blog-two .blog-meta span {
  font-size: 15px;
  color: #333;
  margin: 0 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog-two .blog-meta span {
    margin: 0 10px;
  }
}

.blog-two a.single-blog-item:hover .blog-title {
  background: #D3A574;
  color: #fff;
}

.blog-two a.single-blog-item:hover h4 {
  color: #D3A574;
}

.blog-three .blog-wrapper {
  display: flex;
  gap: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-three .blog-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .blog-three .blog-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.blog-three .blog-left-content {
  flex: 0 0 52%;
}

@media (max-width: 767px) {
  .blog-three .blog-left-content {
    flex: 0;
  }
}

/* .blog-three .blog-right-content {
  flex: 0 0 48%;
} */

/* @media (max-width: 767px) {
  .blog-three .blog-right-content {
    flex: 0;
  }
} */

.blog-three .blog-img {
  position: relative;
  z-index: 1;
}

.blog-three .blog-img img {
  height: 435px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-three .blog-img img {
    height: 250px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .blog-three .blog-img img {
    height: 350px;
    width: 100%;
  }
}

.blog-three .blog-meta {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
}

.blog-three .single-blog-item h4 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-three .single-blog-item h4 {
    font-size: 24px;
    gap: 10px;
  }
}

.blog-three .single-blog-item p {
  margin-top: 35px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.blog-three .single-blog-item p:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  width: 45px;
  height: 2px;
  background: #333;
}

.blog-three .blog-img-sq {
  flex: 0 0 220px;
}

.blog-three .blog-inner {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog-three .blog-inner {
    flex-direction: column;
  }
}

.blog-three .blog-inner h5 {
  font-size: 24px;
  font-weight: 500;
}

.blog-three .blog-inner h6 {
  font-family: "Inter", sans-serif;
  margin-top: 15px;
}

.blog-three .blog-inner span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-three .blog-inner img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .blog-three .blog-inner img {
    height: 350px;
    width: 100%;
  }
}

.blog-feature-img img {
  height: 720px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-feature-img img {
    height: 300px;
  }
}

.blog-feature-img {
  margin-top: -160px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog-feature-img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.blog-details .blog-heading-wrap {
  background: #FBF8F4;
  padding-bottom: 40px;
  position: relative;
}

.blog-heading-wrap h6 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #D3A574;
}

.blog-heading-wrap h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-heading-wrap h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .blog-heading-wrap h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

.blog-details-inner {
  padding-right: 60px;
}

@media (max-width: 767px) {
  .blog-details-inner {
    padding-right: 0;
  }
}

.blog-details-inner h4 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-details-inner h4 {
    font-size: 24px;
  }
}

.blog-details-inner h5 {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
}

.block-quote {
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .block-quote {
    padding-left: 30px;
  }
}

.block-quote:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 150px;
  background: #D3A574;
  margin-top: -75px;
}

.block-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 40px;
  color: #A46C32;
}

@media (max-width: 767px) {
  .block-quote p {
    font-size: 24px;
    line-height: 30px;
  }
}

.block-quote span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #A46C32;
}

.popular-articles h4 {
  font-size: 36px;
  font-weight: 500;
  color: #D3A574;
}

.single-popular-blog h5 {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .single-popular-blog h5 {
    font-size: 22px;
  }
}

.single-popular-blog {
  margin-bottom: 10px;
}

span.blog-date {
  color: #7A7A7A;
}

.blog-info {
  display: flex;
  gap: 20px;
}

.blog-info span {
  font-size: 16px;
  color: #333;
}

.blog-info span.blog-date {
  color: #7A7A7A;
}

span.vertical-separator {
  color: #D3A574 !important;
}

.category-list ul li img {
  width: 30px;
  margin-right: 15px;
}

.categories-wrap {
  padding: 37px;
}

.categories-wrap h4 {
  font-size: 34px;
  font-weight: 600;
  color: #A46C32 !important;
}

.category-list ul {
  margin-top: 30px;
}

.category-list ul li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details.pb-120 {
    padding-bottom: 60px;
  }
}

.gallery-section img {
  filter: grayscale(1);
}

.gallery-section img:hover {
  filter: grayscale(0);
}

.small-img {
  display: flex;
  flex: 0 0 20%;
  gap: 24px;
}

@media (max-width: 767px) {
  .small-img {
    flex: 0 0 50%;
  }
}

.newsletter-section h3 {
  font-size: 35px;
  font-weight: 600;
}

.newsletter-section h3 span {
  color: #D3A574;
}

.subscriber-form {
  display: flex;
  gap: 15px;
}

.subscriber-form input[type=submit] {
  width: 40%;
  border: none;
}

.subscriber-form input[type=email] {
  background: #FBF8F4;
  border-color: #FBF8F4;
}

.footer-widget h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-widget ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.footer-widget ul li a:hover {
  color: #D3A574;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.footer-area .logo a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: #D3A574;
  margin-bottom: 10px;
}

.footer-widget p {
  font-size: 15px;
  color: #fff;
}

.company-email a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-top: 10px;
}

.company-email a:hover {
  color: #D3A574;
}

.phone-number p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.footer-bottom p {
  font-size: 15px;
}

.footer-two .footer-widget img {
  width: 70px;
  height: 60px;
}

.footer-two .footer-widget h5 {
  color: inherit !important;
}

.footer-two .footer-widget ul li a {
  color: #7A7A7A;
}

.footer-two .footer-widget p {
  color: #7A7A7A;
}

.footer-two .company-email a {
  color: inherit;
}

.footer-two .phone-number p {
  color: #7A7A7A;
}

.footer-two .subscriber-form input[type=email] {
  border: 1px solid #b7a28b;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area.footer-two .section-title h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-two .section-title h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-area.footer-two .section-title h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area.footer-two .section-title h2 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area.footer-two .section-title h2 br {
    display: none;
  }
}

.about-img-wrapper img {
  border-radius: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrapper img {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-img-wrapper img {
    display: none;
  }
}

.about-content-wrapper {
  padding-left: 75px;
  padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-content img {
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}

.story-section p {
  font-size: 18px;
  line-height: 28px;
  padding-left: 150px;
  padding-right: 75px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .story-section p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 16px;
  }
}

.story-img-wrap img {
  border-radius: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .story-img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .story-img-wrap img {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .story-img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-top: 30px;
  }
}

#about-page .single-values-item img {
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  #about-page .single-values-item {
    margin-bottom: 30px;
  }
}

#about-page .single-values-item h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}

#about-page .single-values-item {
  padding: 30px;
}

#about-page .value-heading-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .value-item-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #about-page .value-item-wrap {
    margin-top: 30px;
  }
}

#about-page .value-heading-wrap .section-title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #about-page.pt-120.pb-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

p.counter-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  color: #D3A574;
  line-height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.counter-number {
    font-size: 60px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  p.counter-number {
    font-size: 60px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .single-counter-box {
    margin-bottom: 20px;
  }
}

.single-counter-box h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .counter-wrap.mt-60 {
    margin-top: 0;
  }
}

.counter-two .single-counter-box {
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-two .single-counter-box {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .counter-two .single-counter-box {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .single-service-item {
    margin-bottom: 60px;
  }
}

.service-bg {
  position: relative;
  z-index: 1;
}

.service-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 75%;
  transform: translate(-50%, -25px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-title {
    width: 80%;
    padding: 15px;
  }
}

.service-title h5 {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-title h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-title h5 {
    font-size: 20px;
  }
}

.service-three .accordion-items {
  border-bottom: 1px solid #ddd;
}

.service-three .cp-custom-accordion .accordion-buttons {
  font-size: 36px;
  border-bottom: none;
  color: #321d1d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-three .cp-custom-accordion .accordion-buttons {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .service-three .cp-custom-accordion .accordion-buttons {
    font-size: 22px;
  }
}

.service-three .cp-custom-accordion .accordion-buttons span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-right: 30px;
  color: #D3A574;
}

@media (max-width: 767px) {
  .service-three .cp-custom-accordion .accordion-buttons span {
    margin-right: 20px;
  }
}

.service-three .cp-custom-accordion .accordion-body {
  padding: 0 0 25px 60px;
}

@media (max-width: 767px) {
  .service-three .cp-custom-accordion .accordion-body {
    padding-left: 0;
  }
}

.service-three .accordion-body img {
  height: 325px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .service-three .accordion-body img {
    height: 200px;
  }
}

.service-3 .service-title {
  width: 75%;
}

.service-3 .service-title h5 {
  font-size: 24px;
  font-weight: 500;
}

.service-2 {
  position: relative;
  z-index: 1;
  display: flex;
}

@media (max-width: 767px) {
  .service-2 {
    flex-direction: column;
  }
}

.service-2 .service-bg {
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .service-2 .service-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
  }
}

.service-2 .service-content-wrap {
  width: 50%;
  padding: 120px 100px 120px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-2 .service-content-wrap {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .service-2 .service-content-wrap {
    width: 100%;
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .service-page .single-servie-item img {
    height: 180px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .service-page .single-servie-item img {
    height: auto;
  }
}

.occasions-bg {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .occasions-bg {
    height: 400px;
  }
}

.occasions-content-wrapper {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 500px;
  height: auto;
  background: #fff;
  padding: 30px 50px;
}

@media (max-width: 767px) {
  .occasions-content-wrapper {
    top: 20px;
    left: 20px;
    width: 90%;
    padding: 30px;
  }
}

.occasions-content-wrapper h3 {
  font-size: 55px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .occasions-content-wrapper h3 {
    font-size: 35px;
  }
}

.occasions-content-wrapper h3 span {
  font-style: italic;
  color: #D3A574;
}

.occasions-content-wrapper p {
  margin-top: 20px;
  margin-bottom: 0;
}

.achievements-section {
  height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.achievements-section .section-title {
  padding-top: 100px;
}

.award-wrapper {
  background: #fff;
  width: 620px;
  height: 200px;
  padding: 30px 40px;
  position: absolute;
  right: 60px;
  bottom: 60px;
}

@media (max-width: 767px) {
  .award-wrapper {
    width: 90%;
    height: 300px;
    bottom: 20px;
    left: 20px;
  }
}

.award-wrapper .award-year {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .award-wrapper .award-year {
    margin-bottom: 10px;
  }
}

.award-wrapper .award-year span {
  color: #A46C32;
  font-size: 16px;
}

.award-wrapper h5 {
  font-size: 26px;
  font-weight: 500;
}

.award-wrapper p {
  margin-bottom: 0;
}

.achievement-two .section-title {
  padding-left: 60px;
}

.breadcrumb-area {
  background-image: url(../images/breadcrumb/about.jpg);
}

.service-bg {
  background-image: url(../images/breadcrumb/service.jpg);
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}

.breadcrumb-area .breadcrumb-title h2 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h2 {
    font-size: 40px;
  }
}

.team-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 5px;
  border-bottom: 1px solid;
}

.team-info h6 {
  font-family: inherit;
  font-size: 15px;
}

.team-info p {
  font-size: 15px;
  margin: 0;
}

/* Video Section  */
.video-section {
  background-image: url(../images/video-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 550px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}

@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

.play-btn a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 999;
}

.play-btn a i {
  font-size: 24px;
  color: #D3A574;
}

.play-btn a:hover {
  color: #D3A574;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

.play-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ddd;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.single-milestone-wrap {
  padding-right: 60px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.single-milestone-wrap:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 190px;
  background: #D3A574;
}

.single-milestone-wrap h3 {
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
}

.single-milestone-wrap p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .single-milestone-wrap.pt-150 {
    padding-top: 0;
  }
}

.reservation-wrap {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  gap: 15%;
  padding: 30px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .reservation-wrap {
    flex-direction: column;
    padding: 40px;
  }
}

.reservation-info h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.vertical-line {
  background: #ddd;
  width: 1px;
  height: 160px;
}

@media (max-width: 767px) {
  .vertical-line {
    height: 40px;
  }
}

.reservation-form {
  padding: 50px;
}

@media (max-width: 767px) {
  .reservation-form {
    padding: 25px;
  }
}

.reservation-form label {
  font-size: 15px;
  margin-bottom: 15px;
}

.reservation-form input,
.reservation-form textarea {
  background: #fff;
  border: none;
  margin-bottom: 20px;
}

.reservation-form input[type=submit] {
  width: 100%;
  background: #D3A574;
  color: #fff;
  border: none;
}

.reservation-form input[type=submit]:hover {
  background: #fff;
  color: #321d1d;
}

.contact-form input {
  border: 1px solid #c9b8a5;
  margin-bottom: 20px;
}

.contact-form textarea {
  border: 1px solid #c9b8a5;
  margin-bottom: 20px;
  height: 150px;
}

.contact-form input[type=submit] {
  width: 100%;
  border-color: #D3A574;
}

.contact-form input[type=submit]:hover {
  background: #321d1d;
  border-color: #321d1d;
  color: #fff;
}

.information-section .reservation-wrap {
  border: none;
}

.information-section .reservation-info h5 {
  color: #fff;
}

.information-section .reservation-info p {
  color: #fff;
}

.google-map iframe {
  width: 100%;
  height: 500px;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.contact-details-wrap {
  padding-left: 75px;
}

@media (max-width: 767px) {
  .contact-details-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}

.contact-info span {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .contact-info span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-form.pt-80.pb-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*








 */