@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&family=Marcellus&family=Syne:wght@400;500;600;700;800&family=Aladin&display=swap");
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line,
.tp-offcanvas-area,
.tp-offcanvas-social ul li a,
.tp-offcanvas-2-left,
.tp-offcanvas-2-right,
.tp-offcanvas-2-close,
.tp-offcanvas-2-close-btn .text,
.tp-offcanvas-2-close-btn .text span,
.tpoffcanvas__logo,
.tpoffcanvas__right-info,
.tpoffcanvas__social-link ul li a::before,
.tp-swiper-dot .swiper-pagination-bullet,
.tp-swiper-dot-border .swiper-pagination-bullet,
.tp-swiper-scrollbar,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-offcanvas-2-close-btn {
  font-family: var(--tp-ff-dmsans);
}

@font-face {
  font-family: "Aurora";
  src: url("/assets/fonts/Aurora.otf") format("truetype");
}

@font-face {
  font-family: "gallery_modernregular";
  src: url("../fonts/gallerymodern-webfont.woff2") format("woff2"),
    url("../fonts/gallerymodern-webfont.woff") format("woff"),
    url("../fonts/gallerymodern-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Syne", sans-serif;
  --tp-ff-heading: "Syne", sans-serif;
  --tp-ff-p: "Syne", sans-serif;
  --tp-ff-syne: "Syne", sans-serif;
  --tp-ff-gallery: "gallery_modernregular", sans-serif;
  --tp-ff-shoulders: "Big Shoulders Display", cursive;
  --tp-ff-marcellus: "Marcellus", sans-serif;
  --tp-ff-aladin: "Aladin", system-ui;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #f5f7f5;
  --tp-common-white-solid: #fff;
  --tp-common-black: #1e1e1e;
  --tp-common-black-2: #1e1e1e;
  --tp-common-black-3: #141414;
  --tp-common-dark: #121212;
  --tp-common-orange: #eb5939;
  --tp-grey-1: #262626;
  --tp-grey-2: #f4f4f4;
  --tp-grey-3: #5d5d63;
  --tp-grey-4: #f7f7f7;
  --tp-text-body: #5d5d63;
  --tp-theme-1: #336ef9;
  --tp-border-1: #eaeaeb;
  --logo-color: #c07f4d;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1400 {
    max-width: 1400px;
  }
  .container-1480 {
    max-width: 1480px;
  }
  .container-1740 {
    max-width: 1740px;
  }
  .container-1770 {
    max-width: 1770px;
  }
  .container-1330 {
    max-width: 1330px;
  }
  .container-1380 {
    max-width: 1380px;
  }
  .container-1800 {
    max-width: 1800px;
  }
  .container-1300 {
    max-width: 1300px;
  }
  .container-1720 {
    max-width: 1720px;
  }
  .container-1480 {
    max-width: 1480px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1870 {
    max-width: 1870px;
  }
  .container-1775 {
    max-width: 1775px;
  }
  .container-1840 {
    max-width: 1840px;
  }
  .container-1650 {
    max-width: 1650px;
  }
  .container-1560 {
    max-width: 1560px;
  }
  .container-1500 {
    max-width: 1500px;
  }
  .container-1530 {
    max-width: 1530px;
  }
  .container-1550 {
    max-width: 1550px;
  }
}
.container-1685 {
  max-width: 1685px;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-1685 {
    padding: 0px 100px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}
@media (max-width: 600px) {
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bgimg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (max-width: 600px) {
  .background {
    background-image: url("/assets/img/bgimgmobile.jpg");
    background-attachment: scroll;
  }
}

.content {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", sans-serif;
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  color: #c07f4d !important;
}

h4 {
  font-size: 10px;
  color: #c07f4d !important;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  /* display: none; */
}

#ul {
  background-color: rgba(46, 46, 46, 0.9);
  border-radius: 100px;
  display: none;
}
@media (max-width: 1200px) {
  #ul {
    display: none;
  }
}

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir="rtl"] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme="tp-theme-dark"] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.tp-zoom-in-out-2 {
  -webkit-animation: tp_zoom_in_out_2 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out_2 3s infinite linear;
  -o-animation: tp_zoom_in_out_2 3s infinite linear;
  animation: tp_zoom_in_out_2 3s infinite linear;
}

.tp-zoom-in-out-2 {
  -webkit-animation: tp_zoom_in_out_2 3s infinite linear;
  -moz-animation: tp_zoom_in_out_2 3s infinite linear;
  -ms-animation: tp_zoom_in_out_2 3s infinite linear;
  -o-animation: tp_zoom_in_out_2 3s infinite linear;
  animation: tp_zoom_in_out_2 3s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float {
  0%,
  to {
    transform: translateY(-2rem);
  }
  50% {
    transform: translateY(3rem);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes sliderShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes iconMove {
  0% {
    transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
  32% {
    transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes iconMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
  32% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bar_anim {
  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-wrap {
  background-color: #382314;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.preloader-2 {
  display: inline-block;
}

.loader-text {
  font-size: 20px;
  color: var(--tp-common-white);
  margin-top: 10px;
  opacity: 0.6;
}

.preloader-2 .line {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 0 4px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-2 .line-1 {
  animation-delay: 800ms;
}

.preloader-2 .line-2 {
  animation-delay: 600ms;
}

.preloader-2 .line-3 {
  animation-delay: 400ms;
}

.preloader-2 .line-4 {
  animation-delay: 200ms;
}

.preloader-2 .line-6 {
  animation-delay: 200ms;
}

.preloader-2 .line-7 {
  animation-delay: 400ms;
}

.preloader-2 .line-8 {
  animation-delay: 600ms;
}

.preloader-2 .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 40px;
  }
  50% {
    opacity: 0;
    height: 24px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/

.black-bg-3 {
  background-color: var(--tp-common-black-3);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/

/* tp swiper slider dot */
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-logo img {
  width: 85px;
  height: 100%;
}
.tp-offcanvas-area {
position: fixed;
top: 0;
right: 0;
width: 450px;
height: 100%;
z-index: 99999;
padding: 50px 50px;
overflow-y: scroll;
overflow-x: hidden;
scrollbar-width: none;
background: rgba(207, 207, 207, 0.5); /* transparent background */
backdrop-filter: blur(20px); /* blur effect */
-webkit-backdrop-filter: blur(20px); /* Safari support */
overscroll-behavior-y: contain;
transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .tp-offcanvas-area {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-area {
    width: 450px;
  }
}
.tp-offcanvas-area.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-area .tp-homemenu-wrapper {
  margin-top: 20px;
}
.tp-offcanvas-area .tp-homemenu-wrapper .gx-25 {
  --bs-gutter-x: 10px;
}
.tp-offcanvas-area .homemenu-thumb-wrap {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.tp-offcanvas-area .homemenu {
  margin-bottom: 15px;
}
.tp-offcanvas-area .homemenu-title {
  font-size: 13px;
}
.tp-offcanvas-area .tp-megamenu-list-box {
  padding: 0;
}
.tp-offcanvas-area .tp-megamenu-wrapper {
  padding: 20px 0px;
}
.tp-offcanvas-area .tp-megamenu-title {
  margin-bottom: 15px;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul {
  margin-left: 0;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul li a::before {
  top: 17px;
}
.tp-offcanvas-area .tp-main-menu-mobile ul li > a {
  font-size: 15px;
}
.tp-offcanvas-area .tp-megamenu-shop-style .tp-shop-banner-thumb {
  margin-bottom: 20px;
}
.tp-offcanvas-area .tp-megamenu-portfolio {
  padding-top: 20px;
}
.tp-offcanvas-area .tp-megamenu-portfolio-banner {
  display: none;
}
.tp-offcanvas-area .tp-megamenu-list-2 {
  padding-left: 0;
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 18px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas-2-area {
  position: relative;
  z-index: 99999;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened
  .animated-text
  > nav
  > ul
  > li
  a
  .tp-text-hover-effect-word
  .single-char
  span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area.opened .tpoffcanvas__right-info,
.tp-offcanvas-2-area.opened .tpoffcanvas__social-link,
.tp-offcanvas-2-area.opened .tpoffcanvas__logo {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tp-offcanvas-2-area.opened .tpoffcanvas__right-info {
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area.opened .tpoffcanvas__social-link {
  transition-delay: 0.7s;
}
.tp-offcanvas-2-area.opened .tpoffcanvas__logo {
  transition-delay: 0.3s;
}
.tp-offcanvas-2-area.opened .tpoffcanvas__logo img {
  flex: 0 0 auto;
}
.tp-offcanvas-2-area .tp-main-menu-mobile {
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul {
    background-color: transparent;
  }

  .tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile {
    padding: 30px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul {
  margin-bottom: 10px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
  padding: 23px 0;
  font-size: 62px;
  font-weight: 700;
  padding-left: 85px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a {
    font-size: 30px;
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
  left: 30px;
  top: 35px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  content: "0" counter(count);
  counter-increment: count;
  color: var(--tp-common-black);
  transform: rotate(270deg) translateY(100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
    display: none;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul {
  padding-top: 20px;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li {
  padding-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li {
    padding-left: 30px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 0;
  padding: 12px 0;
  text-transform: uppercase;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a {
    font-size: 18px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul li a:hover {
  padding-left: 20px;
}
.tp-offcanvas-2-area
  .tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a
  .dropdown-toggle-btn {
  top: 0;
  right: 0;
  padding: 44px 20px;
  padding-left: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-area
    .tp-main-menu-mobile
    nav
    ul
    li.has-dropdown
    > a
    .dropdown-toggle-btn {
    padding: 28px 20px;
    padding-left: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area
    .tp-main-menu-mobile
    nav
    ul
    li.has-dropdown
    > a
    .dropdown-toggle-btn {
    padding: 33px 20px;
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area
    .tp-main-menu-mobile
    nav
    ul
    li.has-dropdown
    > a
    .dropdown-toggle-btn {
    padding: 28px 20px;
    padding-left: 200px;
  }
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav > ul > li {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-offcanvas-2-area .tp-main-menu-mobile nav ul li:not(:last-child) a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul.submenu {
  border-top: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-offcanvas-2-area
  .tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a
  .dropdown-toggle-btn {
  font-size: 22px;
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: #f5f5f5;
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #ffffff;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .tp-offcanvas-2-left {
  overflow-y: scroll;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 9999;
  padding-bottom: 50px;
}
.tp-offcanvas-2-wrapper .left-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 9999;
  padding-bottom: 50px;
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition-delay: 1.2s;
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition-delay: 1.2s;
}
.tp-offcanvas-2-right-inner {
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-close {
  padding-top: 30px;
  padding-right: 90px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition-delay: 0.9s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  overflow: hidden;
  color: var(--tp-common-black);
  display: inline-block;
  transform: translateY(4px);
}
.tp-offcanvas-2-close-btn .text span {
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
  font-family: var(--tp-ff-shoulders);
}

.tpoffcanvas__logo {
  opacity: 0;
  padding-left: 90px;
  padding-top: 35px;
  visibility: hidden;
  transition-delay: 0s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-left: 30px;
  }
}
.tpoffcanvas__logo img {
  width: 85px;
  height: 100%;
}
.tpoffcanvas__right-wrap {
  height: 100%;
  padding: 100px;
  padding-right: 60px;
}
.tpoffcanvas__right-info {
  opacity: 0;
  text-align: right;
  visibility: hidden;
  transition-delay: 0.6s;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.tpoffcanvas__tel a,
.tpoffcanvas__mail a,
.tpoffcanvas__text p {
  padding: 8px 0px;
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__tel a,
  .tpoffcanvas__mail a,
  .tpoffcanvas__text p {
    font-size: 18px;
  }
}
.tpoffcanvas__social-link {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  transition-delay: 0.9s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.tpoffcanvas__social-link ul li {
  list-style: none;
}
.tpoffcanvas__social-link ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tpoffcanvas__social-link ul li a {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 16px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__social-link ul li a {
    font-size: 22px;
  }
}
.tpoffcanvas__social-link ul li a::before {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tpoffcanvas__social-link ul li a:hover::before {
  width: calc(100% - 16px);
}

.tp-offcanvas-gallery-img {
  position: relative;
}
.tp-offcanvas-gallery-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
.tp-offcanvas-gallery-img img {
  transition: 0.4s;
  width: 100%;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2);
}
.tp-offcanvas-gallery-img:hover::after {
  opacity: 1;
  visibility: visible;
}

/*----------------

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 50px;
  }
}
.tp-section-title span {
  font-weight: 400;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
}
.tp-section-title.fs-160 {
  font-size: 160px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -6.4px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-160 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-160 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title.fs-160 {
    font-size: 90px;
  }
}
.tp-section-title-90 {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-90 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-90 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-90 {
    font-size: 45px;
  }
}
.tp-section-title-90 span {
  font-size: 36px;
  transform: translateY(-23px);
  display: inline-block;
}
.tp-section-title-80 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-80 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-80 {
    font-size: 45px;
  }
}
.tp-section-title-80 span {
  font-size: 36px;
  transform: translateY(-23px);
  display: inline-block;
}
.tp-section-title-200 {
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-200 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-200 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-200 {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-200 {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-200 {
    font-size: 90px;
  }
}
.tp-section-title-200 span {
  padding-left: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .tp-section-title-200 span {
    padding-left: 0;
  }
}
.tp-section-title-40 {
  color: var(--tp-common-black);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-40 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-40 {
    font-size: 34px;
  }
}
.tp-section-title-40.font-style-2 {
  font-family: var(--tp-ff-marcellus);
}
.tp-section-title-220 {
  font-size: 220px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-gallery);
}
.tp-section-title-220 .text-1 {
  position: relative;
  z-index: 2;
  margin-right: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-220 .text-1 {
    margin-right: 190px;
  }
}
.tp-section-title-160 {
  font-weight: 600;
  font-size: 160px;
  line-height: 104%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-160 {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-160 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-160 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-160 {
    font-size: 60px;
  }
}

.tp-section-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: var(--tp-common-black);
  display: inline-block;
}
.tp-section-subtitle.subtitle-position {
  position: absolute;
  right: 80px;
  bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.subtitle-position {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-subtitle.subtitle-position {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .tp-section-subtitle.subtitle-position {
    right: -20px;
    bottom: 9px;
  }
}
.tp-section-subtitle-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 25px;
  display: inline-block;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .tp-section-subtitle-2 {
    margin-left: 0;
  }
}
.tp-section-subtitle-2 .tp-subtitle-text {
  padding: 0px 15px;
  display: inline-block;
}
.tp-section-subtitle-3 {
  color: var(--tp-common-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  display: inline-block;
}
.tp-section-subtitle-3 span svg {
  margin-right: 8px;
  transform: translateY(-2px);
  color: var(--tp-common-black);
  animation: rotate2 3s linear infinite;
}

body.tp-magic-cursor #magic-cursor {
  display: block;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.container {
  transition: all 1s;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .ab-logo-1 {
  display: none;
}
.header-sticky .ab-logo-2 {
  display: block;
}
.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

.ab-logo-2 {
  display: none;
}

.tp-header-style-9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-2 {
  display: none;
}

.tp-header-logo img {
  width: 85px;
  height: 100%;
}
.tp-header-area.header-sticky .container {
  max-width: 100%;
}
.tp-header-area.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 27px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-mob-space {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-header-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 25px;
}
.tp-header-menu > nav > ul > li > a {
  padding: 40px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-header-bar {
  line-height: 0;
}
.tp-header-bar button span {
  height: 2px;
  width: 40px;
  background-color: var(--tp-common-black);
  display: block;
  margin: 6px 0;
}
.tp-header-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-bar button:hover span:nth-child(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-3-area.header-sticky {
  box-shadow: none;
  background: none;
}
.tp-header-3-area.header-sticky::after {
  backdrop-filter: initial;
}
.tp-header-3-area.header-sticky .tp-header-3-logo {
  display: none;
}
.tp-header-3-area.header-sticky .tp-header-3-right {
  display: none !important;
}
.tp-header-3-menu-box {
  display: inline-block;
  padding: 0px 15px;
  padding-right: 30px;
}
.tp-header-logo {
  width: 45px;
}

.tp-header-3-bar {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid #5f432e;
  transition: 0.3s;
  margin-left: 15px;
  border-radius: 50%;
}
.tp-header-3-bar:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-header-3-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px;
}
.tp-header-3-menu > nav > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  padding: 12px 0;
  transition: 0.3s;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-header-3-menu > nav > ul > li > a span {
  margin-left: 5px;
}
.tp-header-3-menu > nav > ul > li:hover {
  color: var(--tp-common-white);
}
.tp-header-3-cart button span {
  margin-left: 7px;
  display: inline-block;
}
.tp-header-3-cart button em {
  position: absolute;
  right: -12px;
  top: -1px;
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 400;
  height: 18px;
  width: 18px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-white);
  font-style: normal;
}
.tp-header-3-social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: var(--logo-color) !important;
  color: white !important;
  margin-left: 5px;
  transition: 0.3s;
}
.tp-header-3-social a:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.header-main-menu > nav > ul > li > .submenu {
  position: absolute;
  width: 330px;
  z-index: 999;
  padding: 35px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  overflow: hidden;
  transform-origin: top;
  transition-duration: 0.1s;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.header-main-menu > nav > ul > li > .submenu > li {
  list-style: none;
  display: block;
  padding: 0 45px;
}
.header-main-menu > nav > ul > li > .submenu > li:not(:last-child) {
  margin-bottom: 13px;
}
.header-main-menu > nav > ul > li > .submenu > li > a {
  color: #575758;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
}
.header-main-menu > nav > ul > li > .submenu > li > a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li:hover > a {
  padding-left: 25px;
  color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.header-main-menu > nav > ul > li > .submenu .submenu {
  left: 100%;
  top: 0;
}
.header-main-menu > nav > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.header-main-menu > nav > ul > li.has-homemenu {
  position: static;
}
.header-main-menu > nav > ul > li.has-homemenu .tp-mega-menu {
  width: 100%;
}
.header-main-menu > nav > ul > li > .tp-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  width: 1170px;
  margin: 0 auto;
}
.header-main-menu > nav > ul > li > .tp-mega-menu .tp-homemenu-wrapper {
  padding: 70px 70px 20px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-menu > nav > ul > li > .tp-mega-menu .tp-homemenu-wrapper {
    padding: 50px 50px 20px 50px;
  }
}
.header-main-menu
  > nav
  > ul
  > li
  > .tp-mega-menu
  .tp-homemenu-wrapper
  .homemenu {
  margin-bottom: 40px;
}
.header-main-menu > nav > ul > li > .tp-mega-menu .tp-megamenu-portfolio {
  padding: 20px 0px 25px 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-menu > nav > ul > li > .tp-mega-menu .tp-megamenu-portfolio {
    padding: 20px 0px 25px 20px;
  }
}

.homemenu-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homemenu-title {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.homemenu-thumb img {
  width: 100%;
  transition: 1s;
}
.homemenu-thumb-wrap {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover img {
  transform: scale(1.1);
}

.tp-megamenu-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(58, 57, 54, 0.1);
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    font-size: 15px;
  }
}
.tp-megamenu-title a {
  padding-left: 20px;
}
.tp-megamenu-list-box {
  padding: 25px 0px 30px 20px;
}
.tp-megamenu-list-wrap ul {
  margin-left: 20px;
  display: inline-block;
}
.tp-megamenu-list-wrap ul li {
  list-style: none;
  width: 50%;
  float: left;
}
.tp-megamenu-list-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-megamenu-list-wrap ul li a {
  color: #575758;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list-wrap ul li a {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.tp-megamenu-list-wrap ul li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-common-black);
}
.tp-megamenu-list-wrap ul li:hover a {
  padding-left: 25px;
  color: var(--tp-common-black);
}
.tp-megamenu-list-wrap ul li:hover a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-megamenu-list-2 .tp-megamenu-list-wrap ul li {
  float: inherit;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-megamenu-list-2 {
    margin-left: 0;
  }
}
.tp-megamenu-shop-style {
  height: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-left {
  height: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-thumb {
  height: 100%;
  overflow: hidden;
}
.tp-megamenu-shop-style .tp-shop-banner-thumb img {
  height: 371px;
  width: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-content {
  margin: 25px;
}
.tp-megamenu-shop-style .tp-shop-banner-title {
  font-size: 50px;
  margin-bottom: 10px;
}
.tp-megamenu-shop-style .tp-shop-banner-content span {
  font-size: 14px;
  margin-bottom: 18px;
}
.tp-megamenu-shop-style .tp-shop-btn {
  font-size: 13px;
  height: 30px;
  line-height: 29px;
  padding: 0px 18px;
  transition: 0.3s;
}
.tp-megamenu-shop-style .tp-shop-btn:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.tp-megamenu-portfolio-banner {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
.tp-megamenu-portfolio-banner img {
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-portfolio-banner {
    right: -130px;
  }
}
.tp-megamenu-wrapper {
  padding: 20px;
}
.tp-megamenu-portfolio-text {
  position: relative;
  z-index: 99;
  bottom: -35px;
  transform: rotate(-90deg) translateY(-110%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text {
    bottom: -40px;
  }
}
.tp-megamenu-portfolio-text h4 {
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.6px;
  -webkit-text-stroke-width: 1px;
  font-family: var(--tp-ff-shoulders);
  -webkit-text-stroke-color: rgba(25, 25, 26, 0.1);
  color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text h4 {
    font-size: 120px;
  }
}
.tp-megamenu-portfolio-text span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: rgba(25, 25, 26, 0.4);
  font-family: var(--tp-ff-shoulders);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text span {
    font-size: 21px;
  }
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile nav ul {
  position: static;
  display: block;
  box-shadow: none;
  margin-bottom: 50px;
}
.tp-main-menu-mobile nav ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile nav ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7f8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  text-align: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  padding: 15px 20px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    right: 0;
  }
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a
  .dropdown-toggle-btn.dropdown-opened
  i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened
  i {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile nav ul li > a {
  display: block;
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}
.tp-main-menu-mobile nav ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile nav ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile nav ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #eaebed;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile nav ul li img {
  width: 100%;
}
.tp-main-menu-mobile nav ul li ul {
  padding: 0;
}
.tp-main-menu-mobile nav ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile nav ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile nav ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu,
.tp-main-menu-mobile nav ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile nav ul li .mega-menu li,
.tp-main-menu-mobile nav ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile nav ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile
  .tp-main-menu-content
  ul
  li:not(:last-child)
  .home-menu-title
  a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}

.tp-portfolio-menu-style.tp-megamenu-list-wrap ul li {
  width: 100%;
  float: inherit;
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-3-logo img {
  height: 100%;
  width: 85px;
}
.tp-footer-3-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 30px;
}
.tp-footer-3-menu ul {
  display: inline-block;
}
.tp-footer-3-menu ul li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.tp-footer-3-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-footer-3-menu ul li a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-common-white);
}
.tp-footer-3-btn .icon-1 {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
}
.tp-footer-3-btn:hover .icon-2 svg {
  animation: rotate2 10s linear infinite;
}
.tp-footer-3-input-box input {
  background-color: transparent;
  margin-right: 10px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-3-input-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input::placeholder {
  /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-logo {
  margin-bottom: 25px;
  display: inline-block;
}
.tp-footer-3-bg-text {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-footer-3-logo-box p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-3-copyright {
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-3-social a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.3s;
}
.tp-footer-3-social a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.footer-col-3-1 {
  padding-right: 53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-3-1 {
    padding-right: 0;
  }
}
.footer-col-3-2 {
  padding-left: 80px;
  margin-left: 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-2 {
    padding-left: 30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-3-2 {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.footer-col-3-3 {
  padding-left: 130px;
  margin-left: 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-3 {
    margin-left: 0;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer-col-3-3 {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.tp-reveal-line {
  overflow: hidden;
  color: white;
  padding-bottom: calc(1rem + 1.7vw);
  font-size: calc(1.7rem + 5vw);
  line-height: calc(2.3rem + 4.7vw);
  letter-spacing: -2px !important;
  display: flex;
  flex-direction: column;
}

.tp-hero-3-ptb {
  padding-top: 210px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-ptb {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-ptb {
    padding-top: 140px;
  }
}
.tp-hero-3-title {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5.6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 60px;
  }
}
.tp-hero-3-category {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 20px;
}
.tp-hero-3-circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-hero-3-circle-shape span {
  height: 480px;
  width: 460px;
  display: inline-block;
  filter: blur(35px);
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  background: linear-gradient(
    220deg,
    rgba(148, 254, 98, 0.5) 0.77%,
    rgba(255, 226, 122, 0.5) 55.4%,
    rgba(234, 94, 94, 0.5) 100%
  );
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-circle-shape span {
    height: 400px;
    width: 400px;
  }
}

.tp-brand-3-slider-active .swiper-wrapper {
  display: flex;
  align-items: center;
}
.tp-brand-3-slider-active .tp-brand-item {
  text-align: center;
}

.tp-service-3-wrap {
  padding-top: 65px;
  padding-bottom: 70px;
  border-top: 1px solid rgba(25, 25, 26, 0.1);
}
.tp-service-3-wrap:last-child {
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}
@media (max-width: 767px) {
  .tp-service-3-btn-box {
    margin-top: 30px;
  }
}
.tp-service-3-icon {
  position: absolute;
  top: 33%;
  left: 41%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-icon {
    top: 31%;
    left: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-icon {
    top: 28%;
    left: 37%;
  }
}
@media (max-width: 767px) {
  .tp-service-3-icon {
    top: 24%;
    left: 58%;
  }
}
.tp-service-3-icon img {
  animation: rotate2 5s linear infinite;
}
.tp-service-3-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-title {
    margin-bottom: 20px;
  }
}
.tp-service-3-title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-service-3-title:hover a {
  background-size: 0% 2px, 100% 2px;
}
.tp-service-3-content {
  padding: 0px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-content {
    padding: 0;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .tp-service-3-content {
    padding: 0;
  }
}
.tp-service-3-content p {
  color: #48484d;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .tp-service-3-content p br {
    display: none;
  }
}
.tp-service-3-category span {
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  padding: 0px 20px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid #e4e4e8;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .tp-service-3-category span {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-area {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.tp-project-img.height-3 {
  height: 820px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-3 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-img.height-3 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-3 {
    height: 300px;
    width: 100%;
  }
}

.tp-project-3-title-box .tp-section-title-200 {
  margin-bottom: 40px;
}
.tp-project-3-btn-box {
  position: absolute;
  right: 26%;
  top: 25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-3-btn-box {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-3-btn-box {
    right: 25%;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-3-btn-box {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-btn-box {
    right: 18%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
.tp-project-3-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-wrap {
    margin-bottom: 100px;
  }
}
.tp-project-3-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 {
    margin-bottom: 30px;
  }
}
.tp-project-3-thumb.pro-img-1 img {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 img {
    transform: rotate(0);
  }
}
.tp-project-3-thumb.pro-img-2 img {
  transform-origin: bottom right;
  transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-project-3-thumb.pro-img-2 img {
    transform: rotate(0);
  }
}
.tp-project-3-meta {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 120px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-meta {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-meta {
    margin-bottom: 25px;
  }
}
.tp-project-3-title-sm {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-title-sm {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-title-sm {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-title-sm {
    font-size: 40px;
  }
}
.tp-project-3-content {
  margin-bottom: 105px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-content {
    margin-bottom: 60px;
  }
}
.tp-project-3-border span {
  width: 240px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    hsla(39, 100%, 50%, 0.7) 0%,
    rgba(255, 42, 0, 0.7) 100%
  );
  display: inline-block;
}

.tp-about-3-content {
  padding-right: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-about-3-content {
    padding-right: 0;
  }
}
.tp-about-3-shape {
  margin-right: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-shape {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-3-shape {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-about-3-shape img {
  animation: rotate2 5s linear infinite;
}

.tp-video-3-wrap {
  line-height: 0;
  overflow: hidden;
}
.tp-video-3-wrap video {
  height: 920px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-3-wrap video {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-video-3-wrap video {
    height: 600px;
  }
}

/*----------------------------------------*/
/*  7.10 gallery css start
/*----------------------------------------*/
@media (max-width: 768px) {
  .tp-gallery-area {
    margin-top: -100px; /* Adjust as needed */
    position: relative;
    z-index: 1;
  }

  .tp-hero-3-area {
    position: relative;
    z-index: 2;
  }
}

.tp-gallery-slider-active {
  margin: 0px -15px;
}
.swiper-container{
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tp-gallery-shape-1 {
  position: absolute;
  top: 0;
  left: -150px;
  z-index: 999;
}

.tp-gallery-shape-1 .img-2 {
  display: none;
  width: 120%;
  max-width: 200%;
}

@media (max-width: 767px) {
  .tp-gallery-shape-1 {
    left: -500px;
  }

  .tp-gallery-shape-1 .img-2 {
    width: 150%;

    height: 150px;
  }
}

.tp-gallery-shape-2 {
  position: absolute;
  bottom: 0;
  left: -150px;
  z-index: 2;
}
.tp-gallery-shape-2 .img-2 {
  display: none;
  width: 120%;
  max-width: 200%;
}

@media (max-width: 767px) {
  .tp-gallery-shape-2 {
    left: -500px;
  }

  .tp-gallery-shape-2 .img-2 {
    width: 150%;

    height: 150px;
  }
}

.tp-gallery-titming {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-gallery-6-tab-btn button {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gallery-6-tab-btn button {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .tp-gallery-6-tab-btn button {
    font-size: 14px;
    margin: 0 10px;
  }
}
.tp-gallery-6-tab-btn button:hover {
  color: var(--tp-common-orange);
}
.tp-gallery-6-tab-btn button.active {
  color: var(--tp-common-orange);
}
.tp-gallery-6-thumb img {
  height: 100%;
  width: 100%;
}

.tp-gallery-6-item .tp-hover-wrapper {
  background-color: var(--tp-theme-1);
  border-radius: 10px;
  display: inline-block;
  padding: 45px 75px;
}

.tp-gallery-6-item .tp-img-reveal-wrapper {
  width: auto;
  height: auto;
}

/*----------------------------------------*/
/*  7.12 instagram css start
/*----------------------------------------*/
.footer-top {
  margin-top: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    margin-top: 100px;
  }
}

.tp-instagram-area {
  height: 100vh;
}
@media (max-width: 767px) {
  .tp-instagram-area {
    height: 100%;
  }
}
.tp-instagram-thumb {
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
.tp-instagram-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.tp-instagram-thumb-wrap {
  display: inline-block;
  margin: 0 auto;
}
.tp-instagram-thumb-inner-1 {
  position: absolute;
  top: -41%;
  left: 50px;
}
.tp-instagram-thumb-inner-1 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-2 {
  position: absolute;
  top: -41%;
  right: 0px;
}
.tp-instagram-thumb-inner-2 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-3 {
  position: absolute;
  bottom: 0;
  right: -74%;
}
.tp-instagram-thumb-inner-3 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-4 {
  position: absolute;
  bottom: -42%;
  right: -42%;
}
.tp-instagram-thumb-inner-4 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-5 {
  position: absolute;
  bottom: -26%;
  right: 0%;
}
.tp-instagram-thumb-inner-5 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-6 {
  position: absolute;
  bottom: 0%;
  left: -25%;
}
.tp-instagram-thumb-inner-6 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-7 {
  position: absolute;
  bottom: 25%;
  left: -59%;
}
.tp-instagram-thumb-inner-7 img {
  border-radius: 10px;
}
.tp-instagram-thumb-inner-8 {
  position: absolute;
  top: 7%;
  right: -25%;
}
.tp-instagram-thumb-inner-8 a {
  height: 96px;
  width: 96px;
  font-size: 24px;
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-instagram-subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-instagram-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--tp-common-black);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-instagram-title {
    font-size: 50px;
  }
}
.tp-instagram-content-wrap {
  position: absolute;
  bottom: -340px;
  left: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-instagram-content-wrap {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .tp-instagram-content-wrap {
    position: static;
    margin-top: 40px;
    margin-left: 20px;
  }
}
.tp-instagram-content {
  padding-left: 100px;
}
.tp-instagram-content p {
  color: #5d5d63;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.tp_text_invert > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 50%
  );
}

/*----------------------------------------*/
/*  7.7 cta css start
/*----------------------------------------*/
.tp-cta-title-box {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-title-box {
    padding-left: 0;
  }
}
.tp-cta-title-box p {
  max-width: 465px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title-box p {
    margin: 0;
    margin-bottom: 30px;
    display: inline-block;
  }
}
.tp-cta-title {
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-cta-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title {
    font-size: 110px;
  }
}
.tp-cta-title span {
  padding-left: 315px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-title span {
    padding-left: 0;
  }
}
.tp-cta-btn-box {
  position: absolute;
  bottom: 5%;
  left: 12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-btn-box {
    bottom: 16%;
    left: 25%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-btn-box {
    position: static;
  }
}
@media (max-width: 767px) {
  .tp-cta-btn-box {
    position: static;
    margin-top: 20px;
  }
}
.tp-cta-icon {
  position: absolute;
  top: 14%;
  right: 19%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-icon {
    top: 8%;
    right: 29%;
  }
}
@media (max-width: 767px) {
  .tp-cta-icon {
    top: -21%;
  }
}
.tp-cta-icon img {
  animation: rotate2 5s linear infinite;
}
.tp-cta-circle span {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background: linear-gradient(
    -90deg,
    rgba(3, 0, 30, 0.5) 0%,
    rgba(115, 3, 192, 0.5) 33.33%,
    rgba(236, 56, 188, 0.5) 66.67%,
    rgba(253, 239, 249, 0.5) 100%
  );
  filter: blur(15px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .tp-studio-cta-title-box {
    margin-bottom: 30px;
  }
}
.tp-studio-cta-title {
  font-size: 220px;
  font-weight: 300;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-cta-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-cta-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-cta-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-cta-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .tp-studio-cta-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-studio-cta-title {
    font-size: 70px;
  }
}
.tp-studio-cta-title span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .tp-studio-cta-btn-box {
    margin-bottom: 30px;
  }
}
.tp-studio-cta-subscribe-link a {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  display: inline;
  color: var(--tp-common-black);
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
@media (max-width: 767px) {
  .tp-studio-cta-subscribe-link a {
    font-size: 20px;
  }
}
.tp-studio-cta-subscribe-link a span {
  margin-left: 10px;
}
.tp-studio-cta-subscribe-link a:hover {
  background-size: 0% 2px, 100% 2px;
}

.tp-cart-input[type="text"]:focus {
  outline: none;
}

.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  z-index: 99999;
  scrollbar-width: none;
  transition: 0.3s;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid #e0e2e3;
}
.cartmini__top-title h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid #e0e2e3;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-1);
}
.cartmini__shipping p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cartmini__shipping p span {
  color: red;
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid #e0e2e3;
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a:hover {
  color: var(--tp-theme-1);
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type="text"] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0e2e3;
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-1);
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  border-top: 2px solid #e0e2e3;
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.tp-cart-list .table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

/*----------------------------------------*/
/*  7.5 checkout css start
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 24px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #aab0b2;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  padding: 8px 26px;
  width: 100%;
}
.tp-checkout-verify-reveal button {
  color: var(--tp-common-black);
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input,
.tp-checkout-input textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d8db;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  height: 50px;
}
.tp-checkout-input input::-webkit-input-placeholder,
.tp-checkout-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input input::-moz-placeholder,
.tp-checkout-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input input:-moz-placeholder,
.tp-checkout-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input input:-ms-input-placeholder,
.tp-checkout-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input input::placeholder,
.tp-checkout-input textarea::placeholder {
  /* MODERN BROWSER */
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
  border-color: var(--tp-common-black);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}
.tp-checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid #d5d8db;
  color: var(--tp-common-black);
  float: none;
  padding: 0 26px;
}
.tp-checkout-input .nice-select::after {
  right: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585b;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #c3c7c9;
  z-index: -1;
  transition: 0.2s;
}
.tp-checkout-option label::before {
  position: absolute;
  content: url("../img/inner-shop/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.2s;
}
.tp-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
    padding: 44px 40px 40px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::after {
  border-color: var(--tp-common-black);
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  transition: 0.2s;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585b;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-checkout-agree {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-checkout-area {
    padding-top: 150px;
  }
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: #f5f5f5;
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d8db;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  height: 50px;
}
.tp-return-customer-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-input input:-moz-placeholder {
  /* Firefox 4-18 */
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-input input::placeholder {
  /* MODERN BROWSER */
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585b;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-family: var(--tp-ff-marcellus);
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #c3c7c9;
  z-index: -1;
  transition: 0.2s;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/inner-shop/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.2s;
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.2s;
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
/*----------------------------------------*/
/*  7.13 liko-dark css start
/*----------------------------------------*/
.liko-dark-active body {
  background-color: #cdc6be;
}

.liko-dark-active .logo-1 {
  display: none;
}

.liko-dark-active .logo-2 {
  display: block;
}

.liko-dark-active .ab-logo-1 {
  display: block;
}

.liko-dark-active .ab-logo-2 {
  display: none;
}

.liko-dark-active #ball {
  background-color: #5f432e !important;
}

.liko-dark-active .tp-line-text-area.black-bg {
  background-color: #cdc6be;
}

.liko-dark-active
  .tp-studio-portfolio-item:hover
  .tp-studio-portfolio-inner-title {
  background-image: linear-gradient(
    270deg,
    #5f432e 0%,
    #5f432e 50%,
    transparent 50.1%
  );
  -webkit-text-stroke: 1px rgba(95, 67, 46, 0.3);
}

.liko-dark-active .header-main-menu > nav > ul > li > .submenu {
  backdrop-filter: blur(10px);
  background: rgba(205, 198, 190, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

.liko-dark-active .homemenu-title {
  color: #5f432e;
}

.liko-dark-active .tp-megamenu-title {
  color: #5f432e;
}

.liko-dark-active .tp-megamenu-title {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-megamenu-list-wrap ul li a {
  color: #5f432e;
}

.liko-dark-active .homemenu-thumb-wrap {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-megamenu-list-wrap ul li a::before {
  background-color: #5f432e;
}

.liko-dark-active .header-main-menu > nav > ul > li > .submenu > li > a {
  color: #5f432e;
}

.liko-dark-active
  .header-main-menu
  > nav
  > ul
  > li
  > .submenu
  > li
  > a::before {
  background-color: #5f432e;
}

.liko-dark-active .tp-megamenu-portfolio-text span {
  color: rgba(95, 67, 46, 0.4);
}

.liko-dark-active .tp-megamenu-portfolio-text h4 {
  -webkit-text-stroke-color: rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-offcanvas-2-bg.is-left {
  background-color: #cdc6be;
}

.liko-dark-active .tp-main-menu-mobile nav ul li > a {
  color: #5f432e;
}

.liko-dark-active .tp-main-menu-mobile nav ul li.has-dropdown > a.expanded {
  color: #5f432e;
}

.liko-dark-active
  .tp-offcanvas-2-area
  .tp-main-menu-mobile
  > nav
  > ul
  > li
  > a::after {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-2-area .tp-main-menu-mobile nav > ul > li {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active
  .tp-offcanvas-2-area
  .tp-main-menu-mobile
  > nav
  > ul
  > li
  ul.submenu {
  border-top: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-offcanvas-2-bg.is-right {
  background-color: #cdc6be;
}

.liko-dark-active .tpoffcanvas__tel a,
.liko-dark-active .tpoffcanvas__mail a,
.liko-dark-active .tpoffcanvas__text p {
  color: #5f432e;
}

.liko-dark-active .tpoffcanvas__social-link ul li a {
  color: #5f432e;
}

.liko-dark-active .tpoffcanvas__social-link ul li a::before {
  background-color: #5f432e;
}

.liko-dark-active
  .tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a
  .dropdown-toggle-btn
  i {
  color: #5f432e;
}

.liko-dark-active
  .tp-main-menu-mobile
  nav
  ul
  li.has-dropdown
  > a.expanded
  .dropdown-toggle-btn.dropdown-opened
  i {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-2-close-btn {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-2-close-btn .text {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-menu nav ul li a {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg {
  background: rgba(205, 198, 190, 0.85);
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-2-bg
  .tp-inner-header-2-search
  input::-webkit-input-placeholder {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-2-bg
  .tp-inner-header-2-search
  input::-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-2-bg
  .tp-inner-header-2-search
  input:-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-2-bg
  .tp-inner-header-2-search
  input:-ms-input-placeholder {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-2-bg
  .tp-inner-header-2-search
  input::placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search span {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-wishlist span {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-wishlist i {
  color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-cart span {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-cart:hover span {
  color: #cdc6be;
}

.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-bar span {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-2-menu > nav > ul > li > a {
  color: #5f432e;
}

.liko-dark-active .blog-details-realated-area.grey-bg-2 {
  background-color: #cdc6be;
}

.liko-dark-active .footer-dark-mode.black-bg {
  background-color: #cdc6be;
}

.liko-dark-active .header-sticky {
  background: rgba(205, 198, 190, 0.85);
}

.liko-dark-active .tp-header-menu > nav > ul > li > a {
  color: #5f432e;
}

.liko-dark-active .tp-header-bar button span {
  background-color: #5f432e;
}

.liko-dark-active .tp-hero-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-hero-subtitle {
  color: #5f432e;
}

.liko-dark-active .tp-hero-title {
  color: #5f432e;
}

.liko-dark-active .tp-hero-content p {
  color: rgba(95, 67, 46, 0.7);
}

.liko-dark-active .tp-hero-bottom-img-wrap {
  background-color: #cdc6be;
}

.liko-dark-active .tp-brand-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-brand-brd-top {
  border-top: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-brand-title {
  color: #5f432e;
}

.liko-dark-active .tp-service-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-section-subtitle {
  color: #5f432e;
}

.liko-dark-active .tp-section-title {
  color: #5f432e;
}

.liko-dark-active .tp-section-title span {
  color: #5f432e;
}

.liko-dark-active .tp-btn-border {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .tp-btn-border-wrap .text-1 {
  color: #5f432e;
}

.liko-dark-active .tp-btn-border::before {
  background: #5f432e;
}

.liko-dark-active .tp-btn-border-wrap .text-2 {
  color: #cdc6be;
}

.liko-dark-active .tp-service-title-sm {
  color: #5f432e;
}

.liko-dark-active .tp-service-title-sm a {
  background-image: linear-gradient(#5f432e, #5f432e),
    linear-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-service-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-project-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-project-textline span {
  color: #5f432e;
}

.liko-dark-active .tp-award-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-team-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-testimonial-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-award-list-item {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-award-list-item::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-award-list-content-left span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .tp-award-list-content-right span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .tp-award-list-content-left p {
  color: #5f432e;
}

.liko-dark-active .tp-testimonial-item p {
  color: #5f432e;
}

.liko-dark-active .tp-testimonial-item span em {
  color: #5f432e;
}

.liko-dark-active .tp-testimonial-arrow-box button {
  border: 1px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .tp-testimonial-arrow-box button span {
  color: #5f432e;
}

.liko-dark-active .tp-testimonial-arrow-box button:hover {
  background-color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-testimonial-arrow-box button:hover span {
  color: #cdc6be;
}

.liko-dark-active .tp-header-2-menu-bar button span {
  background-color: #5f432e;
}

.liko-dark-active .tp-header-2-cart button {
  color: #5f432e;
}

.liko-dark-active .tp-hero-2-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-about-2-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-about-2-section-title {
  color: #5f432e;
}

.liko-dark-active .tp-about-2-content span {
  color: #5f432e;
}

.liko-dark-active .tp-about-2-content p {
  color: #929298;
}

.liko-dark-active .tp-about-2-thumb-text {
  color: #929298;
}

.liko-dark-active .tp-video-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-section-subtitle-3 {
  color: #5f432e;
}

.liko-dark-active .tp-section-subtitle-3 span svg {
  color: #5f432e;
}

.liko-dark-active .tp-section-title-40 {
  color: #5f432e;
}

.liko-dark-active
  .tp-service-2-accordion-box
  .accordion-header
  .accordion-buttons {
  color: #5f432e;
}

.liko-dark-active
  .tp-service-2-accordion-box
  .accordion-header
  .accordion-buttons
  .accordion-icon::before {
  background-color: #5f432e;
}

.liko-dark-active
  .tp-service-2-accordion-box
  .accordion-header
  .accordion-buttons
  .accordion-icon::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-service-2-accordion-box .accordion-body p {
  color: #929298;
}

.liko-dark-active .tp-project-2-area.addclass {
  background-color: #cdc6be;
}

.liko-dark-active .tp-award-2-area.addclass {
  background-color: #cdc6be;
}

.liko-dark-active .tp-instagram-subtitle {
  color: #5f432e;
}

.liko-dark-active .tp-instagram-title {
  color: #5f432e;
}

.liko-dark-active .tp-instagram-content p {
  color: #80808c;
}

.liko-dark-active .tp-btn-white.background-black {
  border: 1px solid #3b3b3b;
  background-color: #1e1e1e;
}

.liko-dark-active .tp-btn-white.background-black:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .tp-service-2-accordion-box .accordion-items {
  border-bottom: 1px solid rgba(237, 237, 240, 0.1);
}

.liko-dark-active .tp-header-3-social a {
  color: #cdc6be;
  background-color: #5f432e;
  border: 1px solid transparent;
}

.liko-dark-active .tp-header-3-social a:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: rgba(95, 67, 46, 0.4);
}

.liko-dark-active .tp-header-3-area.header-sticky {
  box-shadow: none;
  backdrop-filter: initial;
  background: none;
}

.liko-dark-active .tp-hero-3-title {
  color: #5f432e;
}

.liko-dark-active .tp-hero-3-category {
  color: #5f432e;
}

.liko-dark-active .tp-btn-black-2 {
  background-color: #5f432e;
  color: #cdc6be;
  border: 2px solid #5f432e;
}

.liko-dark-active .tp-btn-black-2:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-btn-black-2:hover span .svg-icon {
  color: #cdc6be;
}

.liko-dark-active .tp-btn-black-2 span .svg-icon {
  color: #5f432e;
}

.liko-dark-active .tp-section-subtitle-2 {
  color: #727279;
}

.liko-dark-active .tp-section-title-90 {
  color: #5f432e;
}

.liko-dark-active .tp-about-3-content p {
  color: #929298;
}

.liko-dark-active .tp-service-3-title {
  color: #5f432e;
}

.liko-dark-active .tp-service-3-title a {
  background-image: linear-gradient(#5f432e, #5f432e),
    linear-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-service-3-content p {
  color: #70707d;
}

.liko-dark-active .tp-service-3-category span {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-btn-zikzak-sm:hover span .svg-bg {
  color: #5f432e;
}

.liko-dark-active .tp-service-3-wrap {
  border-top: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-btn-zikzak-sm:hover .zikzak-content {
  color: #cdc6be;
}

.liko-dark-active .tp-brand-4-item {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-brand-4-line-text span {
  color: #5f432e;
}

.liko-dark-active .tp-service-4-title {
  color: #5f432e;
}

.liko-dark-active .tp-team-4-content span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .tp-team-4-title-sm {
  color: #5f432e;
  border-bottom: 1px solid rgba(95, 67, 46, 0.08);
}

.liko-dark-active .tp-team-4-social a {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-team-4-social a:hover {
  background-color: #5f432e;
  color: #cdc6be;
  border-color: #5f432e;
}

.liko-dark-active .tp-team-4-item {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-btn-animation span {
  color: #5f432e;
}

.liko-dark-active .tp-btn-animation span::before {
  background-color: #5f432e;
}

.liko-dark-active .tp-btn-animation {
  border-top: 1px solid rgba(95, 67, 46, 0.2);
  border-bottom: 1px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .tp-hero-5-title {
  color: #5f432e;
}

.liko-dark-active .tp-hero-5-content-box p {
  color: #88888c;
}

.liko-dark-active .tp-btn-black-square {
  color: #cdc6be;
  background-color: #5f432e;
  border: 1.5px solid #5f432e;
}

.liko-dark-active .tp-btn-black-square:hover {
  background-color: transparent;
  color: #5f432e;
}

.liko-dark-active .tp-project-5-text span {
  color: #88888c;
}

.liko-dark-active .tp-service-5-title {
  color: #5f432e;
}

.liko-dark-active .tp-service-5-subtitle {
  color: #5f432e;
}

.liko-dark-active .tp-service-5-item .tp-service-4-content p {
  color: #5f432e;
}

.liko-dark-active .tp-project-5-2-title {
  color: #5f432e;
}

.liko-dark-active .tp-blog-content span {
  color: #5f432e;
}

.liko-dark-active .tp-blog-title-sm {
  color: #5f432e;
}

.liko-dark-active .tp-blog-title-sm a {
  background-image: linear-gradient(#5f432e, #5f432e),
    linear-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-studio-hero-title {
  color: #5f432e;
}

.liko-dark-active .tp-studio-portfolio-title {
  color: #5f432e;
}

.liko-dark-active .tp-btn-black-sm {
  background-color: #5f432e;
  color: #cdc6be;
  border: 1px solid transparent;
}

.liko-dark-active .tp-btn-black-sm:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-studio-portfolio-inner-title {
  color: #5f432e;
}

.liko-dark-active .tp-studio-portfolio-item {
  border-bottom: 1px solid rgba(228, 228, 229, 0.1);
  border-left: 1px solid rgba(228, 228, 229, 0.1);
}

.liko-dark-active .tp-studio-portfolio-item:first-child {
  border-top: 1px solid rgba(228, 228, 229, 0.1);
}

.liko-dark-active #myline {
  background-color: #5f432e;
}

.liko-dark-active .tp-studio-cta-title {
  color: #5f432e;
}

.liko-dark-active .tp-btn-black-animated span.btn-expand {
  background-color: #5f432e;
}

.liko-dark-active .tp-btn-black-animated span {
  color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active .tp-studio-cta-subscribe-link a {
  color: #5f432e;
  background-image: linear-gradient(#5f432e, #5f432e),
    linear-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-perspective-slider .tp-slide-inner .tp-image::before {
  background: #cdc6be;
}

.liko-dark-active .tp-perspective-slider .tp-slide-inner .tp-image::after {
  background: #cdc6be;
}

.liko-dark-active .tp-header-style-9 .tp-header-6-menu-box span {
  color: #5f432e;
}

.liko-dark-active .tp-header-style-9 .tp-header-6-menubar span {
  background-color: #5f432e;
}

.liko-dark-active .tp-porfolio-10-title {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-style-2
  .tp-inner-header-menu
  nav
  > ul
  > li
  > a {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-style-2
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-bar {
  color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-style-2
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-cart
  a
  span
  i {
  color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active
  .tp-inner-header-style-2
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-cart {
  color: #5f432e;
}

.liko-dark-active .ab-2-hero-title {
  color: #5f432e;
}

.liko-dark-active .ab-about-content P {
  color: #5f432e;
}

.liko-dark-active .ab-about-category-title {
  color: #5f432e;
}

.liko-dark-active .ab-2-about-title-style .ab-about-category-title span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .ab-about-category-list ul li {
  color: rgba(95, 67, 46, 0.7);
}

.liko-dark-active .ab-about-category-list ul li::after {
  background-color: rgba(95, 67, 46, 0.7);
}

.liko-dark-active .ab-2-work-title {
  color: #5f432e;
}

.liko-dark-active .ab-2-work-subtitle {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .ab-2-work-item .sv-service-subtitle {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .ab-2-work-item .sv-service-subtitle i::after {
  background: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .ab-2-work-item .sv-service-title {
  color: #5f432e;
}

.liko-dark-active .ab-2-work-item {
  border-bottom: 1px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .ab-2-work-item .sv-service-text p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sv-big-text {
  color: #5f432e;
}

.liko-dark-active .sv-small-text-box span {
  color: #5f432e;
}

.liko-dark-active
  .header-sticky.tp-inner-header-area
  .tp-inner-header-menu
  > nav
  > ul
  > li
  > a {
  color: #5f432e;
}

.liko-dark-active
  .header-sticky.tp-inner-header-area
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-bar {
  color: #5f432e;
}

.liko-dark-active
  .header-sticky.tp-inner-header-area
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-cart
  a
  span
  i {
  color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active
  .header-sticky.tp-inner-header-area
  .tp-inner-header-right-action
  ul
  li
  .tp-inner-cart {
  color: #5f432e;
}

.liko-dark-active .ab-about-category-title span {
  color: #5f432e;
}

.liko-dark-active .ab-inner-subtitle {
  color: #5f432e;
}

.liko-dark-active .ab-inner-funfact-title {
  color: #5f432e;
}

.liko-dark-active .ab-funfact-item span {
  color: #5f432e;
}

.liko-dark-active .ab-funfact-item p {
  color: #5f432e;
}

.liko-dark-active .ab-funfact-item {
  border-bottom: 1px solid rgba(95, 67, 46, 0.3);
}

.liko-dark-active .ab-award-title-sm {
  color: #5f432e;
}

.liko-dark-active .postbox__meta span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .postbox__title {
  color: #5f432e;
}

.liko-dark-active .postbox__text p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .postbox__title a {
  background-image: -webkit-radial-gradient(#5f432e, #5f432e),
    -webkit-radial-gradient(#5f432e, #5f432e);
  background-image: -moz-radial-gradient(#5f432e, #5f432e),
    -moz-radial-gradient(#5f432e, #5f432e);
  background-image: -ms-radial-gradient(#5f432e, #5f432e),
    -ms-radial-gradient(#5f432e, #5f432e);
  background-image: -o-radial-gradient(#5f432e, #5f432e),
    -o-radial-gradient(#5f432e, #5f432e);
  background-image: radial-gradient(#5f432e, #5f432e),
    radial-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-btn-border-lg {
  background-color: #5f432e;
  color: #cdc6be;
}

.liko-dark-active .tp-btn-border-lg:hover {
  color: #5f432e;
  border-color: #5f432e;
  background-color: transparent;
}

.liko-dark-active .basic-pagination ul li a {
  color: #5f432e;
}

.liko-dark-active .basic-pagination ul li a .current {
  border: 2px solid #5f432e;
}

.liko-dark-active .basic-pagination ul li a .icon {
  border: 1px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .basic-pagination ul li a .icon:hover {
  background-color: #5f432e;
  color: #cdc6be;
}

.liko-dark-active .sidebar__author {
  border: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .sidebar__author-title {
  color: #5f432e;
}

.liko-dark-active .sidebar__author-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search input {
  border-bottom: 1px solid rgba(95, 67, 46, 0.14);
  color: #5f432e;
}

.liko-dark-active .sidebar__search input:focus {
  border-bottom: 1px solid #5f432e;
}

.liko-dark-active .sidebar__search input::-webkit-input-placeholder {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search input::-moz-placeholder {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search input:-moz-placeholder {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search input:-ms-input-placeholder {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search input::placeholder {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .sidebar__search button {
  color: #5f432e;
}

.liko-dark-active .sidebar__widget-title {
  color: #5f432e;
}

.liko-dark-active .sidebar__widget ul li a {
  color: #5f432e;
  background-image: -webkit-radial-gradient(#5f432e, #5f432e),
    -webkit-radial-gradient(#5f432e, #5f432e);
  background-image: -moz-radial-gradient(#5f432e, #5f432e),
    -moz-radial-gradient(#5f432e, #5f432e);
  background-image: -ms-radial-gradient(#5f432e, #5f432e),
    -ms-radial-gradient(#5f432e, #5f432e);
  background-image: -o-radial-gradient(#5f432e, #5f432e),
    -o-radial-gradient(#5f432e, #5f432e);
  background-image: radial-gradient(#5f432e, #5f432e),
    radial-gradient(#5f432e, #5f432e);
}

.liko-dark-active .rc__meta span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .rc__post-title {
  color: #5f432e;
}

.liko-dark-active .rc__post-title a {
  background-image: -webkit-radial-gradient(#5f432e, #5f432e),
    -webkit-radial-gradient(#5f432e, #5f432e);
  background-image: -moz-radial-gradient(#5f432e, #5f432e),
    -moz-radial-gradient(#5f432e, #5f432e);
  background-image: -ms-radial-gradient(#5f432e, #5f432e),
    -ms-radial-gradient(#5f432e, #5f432e);
  background-image: -o-radial-gradient(#5f432e, #5f432e),
    -o-radial-gradient(#5f432e, #5f432e);
  background-image: radial-gradient(#5f432e, #5f432e),
    radial-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tagcloud a {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tagcloud a:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .sidebar__social a {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .sidebar__social a:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .blog-details-top-text p {
  color: #5f432e;
}

.liko-dark-active .blog-details-left-title {
  color: #5f432e;
}

.liko-dark-active .blog-details-left-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .blog-details-blockquote p {
  color: #5f432e;
}

.liko-dark-active .quote-icon svg {
  color: rgba(95, 67, 46, 0.9);
}

.liko-dark-active .blog-details-blockquote .blockquote-info {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .blog-details-tag a,
.liko-dark-active .blog-details-share a {
  color: #5f432e;
}

.liko-dark-active .blog-details-tag span,
.liko-dark-active .blog-details-share span {
  color: #5f432e;
}

.liko-dark-active .blog-details-author {
  background-color: #1e1e1e;
}

.liko-dark-active .blog-details-author-title {
  color: #5f432e;
}

.liko-dark-active .blog-details-author-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .blog-details-author-social a {
  color: #5f432e;
}

.liko-dark-active .project-details-1-navigation a span {
  color: #5f432e;
}

.liko-dark-active .project-details-1-navigation a i {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .project-details-1-next:hover i {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .project-details-1-prev:hover i {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .blog-details-realated-area.dark-bg {
  background-color: #cdc6be;
}

.liko-dark-active .blog-details-realated-title {
  color: #5f432e;
}

.liko-dark-active .postbox__comment-title {
  color: #5f432e;
}

.liko-dark-active .postbox__comment-name h5 {
  color: #5f432e;
}

.liko-dark-active .postbox__comment-name span {
  color: rgba(95, 67, 46, 0.7);
}

.liko-dark-active .postbox__comment-text p {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .postbox__comment-reply a {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-form-title {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-form p {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input,
.liko-dark-active textarea {
  color: #5f432e;
  background-color: transparent;
}

.liko-dark-active .tp-postbox-details-input input::-webkit-input-placeholder,
.liko-dark-active textarea::-webkit-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input::-moz-placeholder,
.liko-dark-active textarea::-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input:-moz-placeholder,
.liko-dark-active textarea:-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input:-ms-input-placeholder,
.liko-dark-active textarea:-ms-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input::placeholder,
.liko-dark-active textarea::placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-postbox-details-input input {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-postbox-details-input input:focus {
  border-color: 1px solid #5f432e;
}

.liko-dark-active .tp-postbox-details-input textarea {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-postbox-details-input textarea:focus {
  border-color: 1px solid #5f432e;
}

.liko-dark-active .tp-postbox-details-remeber label {
  color: #5f432e;
}

.liko-dark-active .blog-details-thumb-wrap {
  border-top: 1px solid #d9d9d9;
}

.liko-dark-active .blog-details-top-meta span {
  color: #5f432e;
}

.liko-dark-active .tp-blog-list-wrap {
  background-color: #121212;
}

.liko-dark-active .tp-blog-list-title-sm {
  color: #5f432e;
}

.liko-dark-active .tp-blog-list-meta span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-blog-list-link {
  color: #5f432e;
}

.liko-dark-active .tp-blog-list-link::before {
  border: 1px solid #5f432e;
}

.liko-dark-active .tp-blog-list-link::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-blog-list-item {
  border-bottom: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .tm-hero-subtitle {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tm-hero-subtitle::after {
  background-color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tm-hero-title {
  color: #5f432e;
}

.liko-dark-active .tm-hero-text p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-btn-circle.style-2 {
  border-color: rgba(95, 67, 46, 0.14);
  color: #5f432e;
}

.liko-dark-active .tm-hero-title-big {
  color: #5f432e;
}

.liko-dark-active .cn-contactform-support-text span {
  color: #5f432e;
}

.liko-dark-active .cn-contact-2-content {
  background-color: #1e1e1e;
}

.liko-dark-active .cn-contact-2-title {
  color: #5f432e;
}

.liko-dark-active .cn-contact-2-info-details a,
.liko-dark-active .cn-contact-2-info-details span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .cn-contactform-input input,
.liko-dark-active .cn-contactform-input textarea {
  border-bottom: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .cn-contactform-input input:focus,
.liko-dark-active .cn-contactform-input textarea:focus {
  border-bottom: 1px solid #5f432e;
}

.liko-dark-active .tp-btn-black-md {
  background-color: #5f432e;
  color: #cdc6be;
  border: 2px solid transparent;
}

.liko-dark-active .tp-btn-black-md:hover {
  background-color: transparent;
  border-color: #5f432e;
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-widget-title {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-widget-menu ul li a {
  color: rgba(95, 67, 46, 0.8);
  background-image: linear-gradient(#5f432e, #5f432e),
    linear-gradient(#5f432e, #5f432e);
}

.liko-dark-active .tp-footer-white .tp-footer-2-widget-menu ul li a:hover {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-widget-text p {
  color: rgba(95, 67, 46, 0.8);
}

.liko-dark-active .tp-footer-white .tp-footer-2-contact-item span {
  color: rgba(95, 67, 46, 0.9);
}

.liko-dark-active .tp-footer-white .tp-footer-2-contact-item span:hover a {
  color: #5f432e !important;
}

.liko-dark-active .tp-footer-white .tp-footer-2-input input {
  color: #5f432e;
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active
  .tp-footer-white
  .tp-footer-2-input
  input::-webkit-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-input input::-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-input input:-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active
  .tp-footer-white
  .tp-footer-2-input
  input:-ms-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-input input::placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-footer-white .tp-footer-2-input input:focus {
  border-bottom: 1px solid #5f432e;
}

.liko-dark-active .tp-footer-2-input button {
  color: #5f432e;
}

.liko-dark-active .tp-copyright-white .tp-copyright-2-left p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-copyright-white .tp-copyright-2-social a {
  color: #5f432e;
  border: 1.5px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .tp-copyright-white .tp-copyright-2-social a:hover {
  background-color: #5f432e;
  color: #cdc6be;
  border-color: #5f432e;
}

.liko-dark-active .tp-copyright-white.tp-copyright-2-bdr-top {
  border-top: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .fq-faq-sidebar-title {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-content p {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input {
  border-bottom: 2px solid rgba(95, 67, 46, 0.2);
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input::-webkit-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input::-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input:-moz-placeholder {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input:-ms-input-placeholder {
  color: #5f432e;
}

.liko-dark-active .fq-faq-sidebar-input input::placeholder {
  color: #5f432e;
}

.liko-dark-active .tp-service-2-title {
  color: #5f432e;
}

.liko-dark-active .tp-service-2-title-box p {
  color: #5f432e;
}

.liko-dark-active .tp-price-item {
  background: #121212;
  border: 1px solid rgba(95, 67, 46, 0.14);
  background-repeat: no-repeat;
  background-size: cover;
}

.liko-dark-active .tp-price-monthly {
  color: #5f432e;
}

.liko-dark-active .tp-price-list ul li {
  color: #5f432e;
}

.liko-dark-active .tp-price-list ul li i {
  border: 1px solid rgba(95, 67, 46, 0.16);
}

.liko-dark-active .tp-shop-btn.border-style {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.2);
}

.liko-dark-active .tp-shop-btn.border-style:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-top-text span {
  color: #5f432e;
}

.liko-dark-active .tp-shop-top-text-wrap {
  border-bottom: 1px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .tp-shop-banner-thumb img {
  border: 1px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .tp-shop-insta-title-box span {
  color: #5f432e;
}

.liko-dark-active .tp-shop-insta-title {
  color: #5f432e;
}

.liko-dark-active .breadcrumb__title {
  color: #5f432e;
}

.liko-dark-active .breadcrumb__list span {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-title {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-filter .ui-widget.ui-widget-content {
  background-color: rgba(95, 67, 46, 0.12);
}

.liko-dark-active
  .tp-shop-widget-filter
  .ui-slider-horizontal
  .ui-slider-range {
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-filter .ui-slider .ui-slider-handle {
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-filter-info .input-range input {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-checkbox ul li label {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-checkbox ul li label::after {
  border: 2px solid #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-categories ul li a {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-categories ul li a span {
  border: 1px solid rgba(234, 234, 234, 0.14);
}

.liko-dark-active .tp-shop-widget-categories ul li a::after {
  background-color: rgba(234, 234, 234, 0.14);
}

.liko-dark-active .tp-shop-widget-categories ul li:hover a::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-categories ul li:hover a span {
  border: 1px solid #5f432e;
}

.liko-dark-active .tp-shop-widget-checkbox-circle label {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-checkbox-circle-number {
  border: 1px solid rgba(234, 234, 234, 0.14);
  color: #5f432e;
}

.liko-dark-active
  .tp-shop-widget-checkbox-circle-list
  ul
  li:hover
  .tp-shop-widget-checkbox-circle-number {
  border-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-size-item button {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-shop-widget-size-item button:hover {
  border-color: #5f432e;
}

.liko-dark-active .tp-shop-widget-size-item button:focus {
  background-color: #5f432e;
  color: #cdc6be;
}

.liko-dark-active .tp-product-btn-box .tp-btn-shop-category {
  background-color: #1e1e1e;
}

.liko-dark-active .tp-shop-widget-title {
  border-bottom: 1px solid rgba(238, 238, 238, 0.14);
}

.liko-dark-active .tp-shop-widget-title.no-border {
  border: 0;
}

.liko-dark-active .tp-shop-top-result p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-filter-btn {
  color: #5f432e;
  background-color: rgba(95, 67, 46, 0.12);
  border: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .tp-shop-details-categories span {
  color: #5d5d63;
}

.liko-dark-active .tp-shop-details-title {
  color: #5f432e;
}

.liko-dark-active .tp-shop-details-price span {
  color: #5f432e;
}

.liko-dark-active .tp-shop-details-ratting span {
  color: #5f432e;
}

.liko-dark-active .tp-shop-details-reviews span {
  color: #5d5d63;
}

.liko-dark-active .tp-shop-details-title-sm {
  color: #5f432e;
}

.liko-dark-active .tp-shop-details-msg p {
  color: #5d5d63;
}

.liko-dark-active .tp-shop-details-size-list button {
  color: #5f432e;
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e;
}

.liko-dark-active .tp-shop-details-size-list button:hover {
  border-color: 1px solid #5f432e;
}

.liko-dark-active .tp-shop-details-size-list button:focus {
  color: #cdc6be;
  border-color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active .tp-shop-details-quantity .tp-cart-input[type="text"] {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .tp-cart-plus,
.liko-dark-active .tp-cart-minus {
  color: #5f432e;
}

.liko-dark-active .tp-btn-cart {
  color: #cdc6be;
  background-color: #5f432e;
  border: 2px solid transparent;
}

.liko-dark-active .tp-btn-cart:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-btn-wishlist {
  border: 1px solid #1e1e1e;
  color: #5f432e;
  background-color: #1e1e1e;
}

.liko-dark-active .tp-btn-wishlist:hover {
  background-color: #5f432e;
  border-color: #5f432e;
  color: #cdc6be;
}

.liko-dark-active .tp-shop-details-query-item span {
  color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .tp-shop-details-query-item p {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-tab-nav .nav-tabs .nav-link.active,
.liko-dark-active .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-tab-nav .nav-tabs {
  border-bottom: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .tp-product-details-tab-line {
  background-color: #5f432e;
}

.liko-dark-active .tp-product-details-dsc-title {
  color: #5f432e;
}

.liko-dark-active
  .tp-product-details-size-wrap
  .tp-product-details-size-row:nth-child(2n + 1) {
  background-color: #cdc6be;
}

.liko-dark-active .tp-product-details-size-row ul li {
  border-right: 5px solid #cdc6be;
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-size-row ul li:last-child {
  border-right: 0;
}

.liko-dark-active
  .tp-product-details-size-wrap
  .tp-product-details-size-row:first-child
  ul
  li {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-number-title {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-summery-value span {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-summery-rating span {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-summery-rating p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-rating-item > span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-rating-percent span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-title {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-avater-rating span {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-avater-title {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-avater-meta {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-avater-comment p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-form-title {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-form p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-product-details-review-form-rating-icon span {
  color: #5f432e;
}

.liko-dark-active .tp-product-details-review-number {
  border: 1px solid rgba(95, 67, 46, 0.12);
}

.liko-dark-active .tp-product-details-review-input input {
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
  background-color: transparent;
}

.liko-dark-active .tp-product-details-review-input textarea {
  border: 1px solid rgba(95, 67, 46, 0.1);
  background-color: transparent;
}

.liko-dark-active
  .tp-product-details-review-input
  textarea::-webkit-input-placeholder {
  color: #95999d;
}

.liko-dark-active .tp-product-details-review-input textarea::-moz-placeholder {
  color: #95999d;
}

.liko-dark-active .tp-product-details-review-input textarea:-moz-placeholder {
  color: #95999d;
}

.liko-dark-active
  .tp-product-details-review-input
  textarea:-ms-input-placeholder {
  color: #95999d;
}

.liko-dark-active .tp-product-details-review-input textarea::placeholder {
  color: #95999d;
}

.liko-dark-active .tp-product-details-review-remeber label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active
  .tp-product-details-review-remeber
  input:checked
  ~ label::after {
  background-color: inherit;
  border-color: rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-product-details-review-remeber label {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-btn-submit {
  color: #cdc6be;
  background-color: #5f432e;
  border: 2px solid transparent;
}

.liko-dark-active .tp-btn-submit:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .sv-hero-title {
  color: #5f432e;
}

.liko-dark-active .sv-hero-title-box p {
  color: #5d5d63;
}

.liko-dark-active .service-details__banner-text p {
  color: #5f432e;
}

.liko-dark-active .service-details__left-text .text-1 {
  color: #5f432e;
}

.liko-dark-active .service-details__left-text p {
  color: #5f432e;
}

.liko-dark-active .service-details__fea-list ul li {
  color: #5f432e;
}

.liko-dark-active .service-details__fea-list ul li::after {
  background-color: #5f432e;
}

.liko-dark-active .service-details__rotate-text span {
  color: #5f432e;
  background-color: #cdc6be;
}

.liko-dark-active .tm-details-title {
  color: #5f432e;
}

.liko-dark-active .tm-details-text p {
  color: #5d5d63;
}

.liko-dark-active .tm-details-social-title {
  color: #5f432e;
}

.liko-dark-active .tm-details-portfolio a {
  color: #5f432e;
  border: 1.5px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .tm-details-portfolio a:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .tm-details-social a {
  color: #5f432e;
  border: 1.5px solid rgba(95, 67, 46, 0.14);
}

.liko-dark-active .tm-details-social a:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .tp-cart-title a {
  color: #5f432e;
}

.liko-dark-active .tp-cart-price span {
  color: #5f432e;
}

.liko-dark-active .tp-cart-list .table tbody tr {
  border-bottom: 1px solid rgba(95, 67, 46, 0.3);
}

.liko-dark-active .tp-wishlist-area .tp-cart-plus,
.liko-dark-active .tp-wishlist-area .tp-cart-minus {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-area .tp-cart-plus,
.liko-dark-active .tp-cart-area .tp-cart-minus {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-update-btn {
  color: #cdc6be;
  border: 2px solid transparent;
  background-color: #5f432e;
}

.liko-dark-active .tp-cart-update-btn:hover {
  border-color: 2px solid #5f432e;
  color: #5f432e;
  background-color: transparent;
}

.liko-dark-active .tp-cart-coupon-input input {
  background: #5f432e;
  border: 1px solid #5f432e;
  color: #cdc6be;
}

.liko-dark-active .tp-cart-coupon-input input::-webkit-input-placeholder {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-coupon-input input::-moz-placeholder {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-coupon-input input:-moz-placeholder {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-coupon-input input:-ms-input-placeholder {
  color: #cdc6be;
}

.liko-dark-active .tp-cart-coupon-input input::placeholder {
  color: #cdc6be;
}

.liko-dark-active .tp-checkout-verify-reveal {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed rgba(95, 67, 46, 0.3);
  color: #5f432e;
}

.liko-dark-active .tp-checkout-verify-reveal button {
  color: #5f432e;
}

.liko-dark-active .tp-checkout-verify-reveal button::after {
  background-color: rgba(95, 67, 46, 0.3);
}

.liko-dark-active .tp-login-wrapper {
  background-color: #cdc6be;
}

.liko-dark-active .profile__tab nav .nav-tabs .nav-link.active {
  color: #5f432e;
  background: none;
}

.liko-dark-active .profile__tab nav .nav-tabs {
  border: 1px solid rgba(95, 67, 46, 0.3);
}

.liko-dark-active .profile__tab nav .nav-tabs .nav-link::after {
  background-color: #5f432e;
}

.liko-dark-active .profile__tab nav .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px dashed rgba(95, 67, 46, 0.3);
}

.liko-dark-active .profile__tab nav .nav-tabs .nav-link {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .profile__tab-content {
  background-color: #cdc6be;
}

.liko-dark-active .profile__main-title {
  color: #5f432e;
}

.liko-dark-active .profile__main-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-logout-btn {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-logout-btn:hover {
  color: #cdc6be;
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .profile__main-info-item {
  background-color: #cdc6be;
}

.liko-dark-active .profile__main-info-icon > span svg path {
  fill: #5f432e;
}

.liko-dark-active .profile__main-info-title {
  color: #5f432e;
}

.liko-dark-active .profile__main-info-icon .profile-icon-count {
  border: 2px solid #5f432e;
  color: #cdc6be;
  background-color: #5f432e;
}

.liko-dark-active .profile__input input,
.liko-dark-active .profile__input textarea {
  color: #5f432e;
  background-color: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .profile__input .nice-select {
  background-color: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .profile__input > span {
  color: #5f432e;
}

.liko-dark-active .profile__input .nice-select .current {
  color: #5f432e;
}

.liko-dark-active .profile__input .nice-select::after {
  color: #5f432e;
}

.liko-dark-active .profile__address-title {
  color: #5f432e;
}

.liko-dark-active .profile__address-content p span {
  color: #5f432e;
}

.liko-dark-active .profile__address-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .profile__ticket {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .profile__ticket table th {
  color: #5f432e;
}

.liko-dark-active .profile__ticket table tbody > tr th[scope="row"] {
  color: #5f432e;
}

.liko-dark-active .profile__ticket table tbody > tr td[data-info="title"] {
  color: #5f432e;
}

.liko-dark-active .profile__notification-title {
  color: #5f432e;
}

.liko-dark-active .profile__notification p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .profile__notification-item .form-check-label {
  color: #5f432e;
}

.liko-dark-active .profile__notification-item .form-check-input:checked {
  background-color: #cdc6be;
  border-color: rgba(95, 67, 46, 0.5);
}

.liko-dark-active .tp-profile-input-title label {
  color: #5f432e;
}

.liko-dark-active .profile__password input {
  background: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
}

.liko-dark-active .tp-checkout-bill-area {
  background-color: #cdc6be;
}

.liko-dark-active .tp-checkout-input input,
.liko-dark-active .tp-checkout-input textarea {
  background: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
}

.liko-dark-active .tp-return-customer {
  background-color: #cdc6be;
}

.liko-dark-active .tp-return-customer-input input {
  background: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
}

.liko-dark-active .tp-checkout-input .nice-select {
  color: #5f432e;
  background: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-return-customer-input label {
  color: #5f432e;
}

.liko-dark-active .tp-checkout-input label {
  color: #5f432e;
}

.liko-dark-active .tp-return-customer-remeber label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-return-customer-remeber input:checked ~ label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-checkout-input .nice-select .list .option {
  color: #cdc6be;
}

.liko-dark-active .tp-btn-cart.sm {
  background-color: #5f432e;
  color: #cdc6be;
  border: 2px solid transparent;
}

.liko-dark-active .tp-btn-cart.sm:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-checkout-option label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-checkout-option input:checked ~ label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-checkout-place {
  background-color: #cdc6be;
}

.liko-dark-active .tp-checkout-place-title {
  color: #5f432e;
}

.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-header h4 {
  color: #5f432e;
}

.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-desc p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-order-info-list ul li span {
  color: #5f432e;
}

.liko-dark-active .tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active
  .tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  label
  span {
  color: #5f432e;
}

.liko-dark-active
  .tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  label::before {
  background-color: #5f432e;
}

.liko-dark-active
  .tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  input:checked
  ~ label::after {
  border-color: #5f432e;
}

.liko-dark-active .tp-checkout-payment-item label::before {
  background-color: #5f432e;
}

.liko-dark-active .tp-checkout-payment-item input:checked ~ label::after {
  border-color: #5f432e;
}

.liko-dark-active .tp-checkout-payment-item label {
  color: #5f432e;
}

.liko-dark-active .tp-checkout-option label {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-login-title {
  color: #5f432e;
}

.liko-dark-active .tp-login-top p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-login-option-item a {
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
}

.liko-dark-active .tp-login-mail p {
  color: #5f432e;
  background-color: #cdc6be;
}

.liko-dark-active .tp-login-input input {
  color: #5f432e;
  background: #cdc6be;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-login-remeber label::after {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-login-remeber input:checked ~ label::after {
  background-color: none;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-login-remeber label {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .tp-login-input-title label {
  color: #5f432e;
}

.liko-dark-active .tp-login-btn {
  background-color: #5f432e;
  color: #cdc6be;
  border: 2px solid transparent;
}

.liko-dark-active .tp-login-btn:hover {
  background-color: transparent;
  color: #5f432e;
  border-color: #5f432e;
}

.liko-dark-active .tp-login-mail::after {
  background-color: rgba(95, 67, 46, 0.1);
}

.liko-dark-active .project-details-1-subtitle {
  color: #5f432e;
}

.liko-dark-active .project-details-1-subtitle i::after {
  background-color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .project-details-1-title {
  color: #5f432e;
}

.liko-dark-active .project-details-1-title-box p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .project-details-1-info h4 {
  color: #5f432e;
}

.liko-dark-active .project-details-1-info span {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .project-details-2-social a {
  border: 1px solid rgba(95, 67, 46, 0.1);
  color: #5f432e;
}

.liko-dark-active .project-details-2-social a:hover {
  border-color: #5f432e;
  background-color: #5f432e;
}

.liko-dark-active .project-details-2-social a:hover span {
  color: #cdc6be;
}

.liko-dark-active .pd-visual-left-text span {
  color: #5f432e;
}

.liko-dark-active .pd-visual-right-content p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-visual-right-list ul li {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-visual-right-list ul li::before {
  background-color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-typography-left span.text-1 {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-typography-left span.text-2 {
  color: #5f432e;
}

.liko-dark-active .project-details-custom-link {
  color: #5f432e;
}

.liko-dark-active .project-details-custom-link::before {
  border: 2px solid #5f432e;
}

.liko-dark-active .project-details-custom-link::after {
  background-color: #5f432e;
}

.liko-dark-active .pd-typography-left span.text-3 {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-typography-left span.text-4 {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .pd-typography-left span.text-5 {
  color: #5f432e;
}

.liko-dark-active .tp-inner-header-border {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .project-details-1-navigation {
  border-top: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .project-details-1-navigation a span {
  color: #5f432e;
}

.liko-dark-active .tp-section-title-160 {
  color: #5f432e;
}

.liko-dark-active .tp-project-details-3-link a {
  color: #5f432e;
}

.liko-dark-active .tp-project-details-3-link a::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-project-details-3-scroll a {
  color: #5f432e;
}

.liko-dark-active .showcase-details-2-section-title {
  color: #5f432e;
}

.liko-dark-active .showcase-details-2-content-right p {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .project-details-video-overlay::after {
  background: linear-gradient(
    180deg,
    rgba(205, 198, 190, 0) 1.63%,
    #cdc6be 26.67%
  );
}

.liko-dark-active .portfolio-filter button::after {
  background-color: #5f432e;
}

.liko-dark-active .portfolio-filter button {
  color: rgba(95, 67, 46, 0.6);
}

.liko-dark-active .portfolio-filter button.active {
  color: #5f432e;
}

.liko-dark-active .portfolio-filter button:hover {
  color: #5f432e;
}

.liko-dark-active .portfolio-random-bg {
  background-color: transparent;
}

.liko-dark-active .tp-project-text-slide .tp-footer-4-big-title {
  color: #5f432e;
}

.liko-dark-active .tp-project-text-slide .tp-footer-4-big-title span {
  color: #5f432e;
}

.liko-dark-active .rm-project-contact-item span {
  color: rgba(95, 67, 46, 0.2);
}

.liko-dark-active .rm-project-contact-item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.12);
}

.liko-dark-active .rm-project-contact-item svg {
  color: rgba(95, 67, 46, 0.2);
}

.liko-dark-active .rm-project-contact-item:hover span {
  color: #5f432e;
}

.liko-dark-active .rm-project-contact-item::after {
  background-color: #5f432e;
}

.liko-dark-active .rm-project-contact-item:hover svg {
  color: #5f432e;
}

.liko-dark-active .showcase-details-subtitle {
  color: #5f432e;
}

.liko-dark-active .showcase-details-overview-right p {
  color: #5f432e;
}

.liko-dark-active .showcase-details-overview-info-left span {
  color: #5f432e;
}

.liko-dark-active .showcase-details-overview-info-right span {
  color: #5f432e;
}

.liko-dark-active .showcase-details-overview-info-item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.12);
}

.liko-dark-active .pw-project-style .tp-project-3-title-sm {
  color: #5f432e;
}

.liko-dark-active .pw-project-style .tp-project-3-meta {
  color: #5f432e;
}

.liko-dark-active .pw-project-style .tp-btn-project-sm {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-btn-project-sm:hover {
  color: #cdc6be;
}

.liko-dark-active .tp-hero-shape-1 img {
  filter: invert(1);
}

.liko-dark-active .tp-brand-item img {
  filter: invert(1);
}

.liko-dark-active .tp-service-icon img {
  filter: invert(1);
}

.liko-dark-active .tp_text_invert > div {
  background-image: linear-gradient(
    to right,
    rgb(95, 67, 46) 50%,
    rgba(95, 67, 46, 0.5) 50%
  );
}

.liko-dark-active .tp-service-2-accordion-box .accordion-header span img {
  filter: invert(1);
}

.liko-dark-active .tp-service-2-shape-img img {
  filter: invert(1);
}

.liko-dark-active .tp-brand-4-item img {
  filter: invert(1);
}

.liko-dark-active .tp-about-3-shape img {
  filter: invert(1);
}

.liko-dark-active .tp-gallery-shape-1 .img-1 {
  display: none;
}

.liko-dark-active .tp-gallery-shape-1 .img-2 {
  display: block;
}

.liko-dark-active .tp-gallery-shape-2 .img-1 {
  display: none;
}

.liko-dark-active .tp-gallery-shape-2 .img-2 {
  display: block;
}

.liko-dark-active .tp-text-black {
  color: #5f432e;
}

.liko-dark-active .tp-studio-hero-shape-1 img {
  filter: invert(1);
}

.liko-dark-active .tp-service-4-shape-1 img {
  filter: invert(1);
}

.liko-dark-active .tp-portfolio-9-social-info span {
  color: #5f432e;
}

.liko-dark-active .tp-portfolio-9-scroll a {
  color: #5f432e;
}

.liko-dark-active .tp-cart-coupon-input button {
  color: #cdc6be;
  background-color: #5f432e;
  border: 2px solid transparent;
}

.liko-dark-active .tp-cart-coupon-input button:hover {
  background-color: transparent;
  border-color: #5f432e;
  color: #5f432e;
}

.liko-dark-active .tp-shop-banner-content span.text-color-black {
  color: #5f432e;
}

.liko-dark-active .tp-shop-brand-item img {
  filter: invert(1);
}

.liko-dark-active .tp-shop-brand-item {
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-login-option-item a img.apple {
  filter: invert(1);
}

.liko-dark-active .tp-login-input-eye:hover span {
  color: #5f432e;
}

.liko-dark-active .tp-login-top p a {
  color: #5f432e;
}

.liko-dark-active .tp-shop-widget-brand-item img {
  filter: invert(1);
}

.liko-dark-active .ab-about-shape-1 {
  filter: invert(1);
}

.liko-dark-active .tp-error-wrapper img {
  filter: invert(1);
}

.liko-dark-active .tp-studio-portfolio-shape img {
  filter: invert(1);
}

.liko-dark-active .tp-error-title {
  color: #5f432e;
}

.liko-dark-active .tp-error-title-sm {
  color: #5f432e;
}

.liko-dark-active .tp-footer-dark .logo-1 {
  display: none;
}

.liko-dark-active .tp-footer-dark .logo-2 {
  display: block;
}

.liko-dark-active .cartmini__checkout-btn .tp-btn-black-2 {
  background-color: #5f432e;
  color: #cdc6be;
  border: 2px solid transparent;
}

.liko-dark-active .cartmini__checkout-btn .tp-btn-black-2:hover {
  background-color: transparent;
  border-color: #5f432e;
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-area {
  backdrop-filter: blur(10px);
  background: rgba(205, 198, 190, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

.liko-dark-active .tp-offcanvas-close-btn {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-title {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-content p {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-contact ul li a {
  color: #5f432e;
}

.liko-dark-active .tp-offcanvas-contact ul li a::after {
  background-color: #5f432e;
}

.liko-dark-active .tp-offcanvas-social ul li a {
  color: #5f432e;
  border: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-offcanvas-social ul li a:hover {
  background-color: #5f432e;
  border-color: #5f432e;
  color: #cdc6be;
}

.liko-dark-active .cartmini__area {
  backdrop-filter: blur(10px);
  background: rgba(205, 198, 190, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

.liko-dark-active .cartmini__top-title h4 {
  color: #5f432e;
}

.liko-dark-active .cartmini__shipping p {
  color: #5f432e;
}

.liko-dark-active .cartmini__title {
  color: #5f432e;
}

.liko-dark-active .cartmini__price {
  color: #5f432e;
}

.liko-dark-active .cartmini__checkout-title h4 {
  color: #5f432e;
}

.liko-dark-active .cartmini__checkout-title span {
  color: #5f432e;
}

.liko-dark-active .cartmini__top-title {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .cartmini__shipping {
  border-bottom: 1px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .cartmini__checkout {
  border-top: 2px solid rgba(95, 67, 46, 0.1);
}

.liko-dark-active .tp-offcanvas-logo .logo-1 {
  display: none;
}

.liko-dark-active .tp-offcanvas-logo .logo-2 {
  display: block;
}

.liko-dark-active .tm-details-wrapper {
  background: #cdc6be;
}

.liko-dark-active .tm-details-shape-1 img {
  filter: invert(1);
}

.liko-dark-active .tm-details-shape-2 img {
  filter: invert(1);
}

.logocolor {
  color: #664029 !important;
}

/*----------------------------------------*/
/*  7.24 tp custom css
/*----------------------------------------*/

.tp-text-black {
  color: var(--tp-common-black);
}

.tp-text-white {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.24 update-css css
/*----------------------------------------*/

.tp-about-2-right-thumb {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  7.8 error css start
/*----------------------------------------*/

.tp-error-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}

.tp-error-title-sm {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-error-content p {
  font-weight: 400;
  font-size: 18px;
  color: #57575a;
  margin-bottom: 30px;
}

.tp-error-wrapper img {
  margin-bottom: 55px;
}

/*# sourceMappingURL=main.css.map */

html {
  scroll-behavior: smooth;
}

.tp-theme-settings-area {
  display: none;
}

.center-container {
  position: relative;
}

.center-container img {
  max-width: 200%;
}

.glow-image {
  width: calc(20rem + 25vw);
  height: auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -25%);
}

/* ///////////////////////////////
*/

@media (min-width: 992px) {
  .tp-service-3-area {
    margin-left: 20rem;
  }
}

.gradient-underline {
  display: inline-block;
  position: relative;
  font-weight: bold;
  background: #5f432e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0px !important; /* spacing between text and underline */
  font-size: calc(2rem + 4vw);
}

.tp-footer-2-contact-item a,
.tp-footer-2-contact-item span {
  color: white !important;
}

.tp-offcanvas-contact span {
  color: white !important;
}

.order {
  background-color: var(--logo-color);
  padding: 10px 15px;
  margin: auto;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}

.order a {
  color: white !important;
  font-size: 1.5rem !important;
}
