
/*----------------------------------------*/
/*  7.18 project css start
/*----------------------------------------*/
.tp-line-content span {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: #DCDDDF;
  font-family: var(--tp-ff-marcellus);
}
@media (max-width: 767px) {
  .tp-line-content span {
    font-size: 65px;
  }
}

.tp-line-text-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.tp-line-text-wrap .swiper-slide {
  width: auto;
}
.tp-line-text-wrap .swiper, .tp-line-text-wrap .swiper-container {
  direction: rtl;
}

.tp-line-text-wrap-2 .swiper, .tp-line-text-wrap-2 .swiper-container {
  direction: ltr;
}

.tp-project-textline {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tp-project-textline {
    margin-bottom: 60px;
  }
}
.tp-project-textline-1 {
  margin-right: 50px;
}
.tp-project-textline span {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-textline span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .tp-project-textline span {
    font-size: 70px;
  }
}
.tp-project-textline span img {
  margin: 0 50px;
  transform: translateY(-15px);
  animation: rotate2 15s linear infinite;
  margin-top: -40px;
}
.tp-project-textline span.textline-1 {
  margin-right: 50px;
  flex: 0 0 auto;
  font-family: var(--tp-ff-gallery);
}
@media (max-width: 767px) {
  .tp-project-textline span.textline-1 {
    margin-right: 20px;
  }
}
.tp-project-textline span.textline-2 {
  margin-right: 50px;
}
.tp-project-left-wrap {
  padding-right: 100px;
  margin-top: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-left-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-left-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-project-left-wrap {
    padding-right: 0px;
    margin-top: 0;
  }
}
.tp-project-right-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-right-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-right-wrap {
    padding-left: 0px;
  }
}
.tp-project-mr {
  margin-right: 90px;
}
@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-project-mr {
    margin-right: 0;
  }
}
.tp-project-ml {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-ml {
    margin-left: 0;
  }
}
.tp-project-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: inline-block;
}
.tp-project-img.height-1 {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-img.height-1 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-2 {
  height: 580px;
}
@media (max-width: 767px) {
  .tp-project-img.height-2 {
    height: 300px;
    width: 100%;
  }
}
.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-img.height-4 {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-4 {
    height: 600px;
  }
}
@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-img.height-4 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-4 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-5 {
  height: 400px;
}
@media (max-width: 767px) {
  .tp-project-img.height-5 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-6 {
  height: 450px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .tp-project-img.height-6 {
    height: 300px;
    width: 100%;
    margin-top: 0;
  }
}
.tp-project-img img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-project-img img {
    width: 100%;
  }
}
.tp-project-img:hover .tp-project-content span {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-project-img:hover .tp-project-content .tp-project-title-sm {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-project-full-img-wrap {
  height: 100vh;
}
.tp-project-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-position: top;
  background-repeat: no-repeat;
  object-fit: cover;
}
.tp-project-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: inline-block;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-title-sm {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
  margin-bottom: 0;
  color: var(--tp-common-black);
  transform: translateX(20px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-btn {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 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) {
  .panels-container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .panels-container .panel {
    width: 100%;
  }
}

.tp-project-2-area {
  margin: 0px -15px;
  transition: 0.3s;
}
.tp-project-2-area.addclass {
  background-color: var(--tp-common-black);
}
.tp-project-2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-content {
    padding: 0 50px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-2-content {
    padding: 30px;
  }
}
.tp-project-2-content span {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-project-2-title-sm {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 0;
}
.tp-project-2-title-sm a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  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-project-2-title-sm a:hover {
  background-size: 0% 2px, 100% 2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-project-2-title-sm {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-thumb {
    width: 100%;
  }
}
.tp-project-2-thumb img {
  border-radius: 12px;
  max-width: inherit;
  object-fit: cover;
}
@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-2-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tp-project-2-item {
  padding: 0px 15px;
}
@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-2-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.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, rgba(76, 73, 104, 0.7) 0%, rgba(115, 3, 192, 0.7) 33.33%, rgba(236, 56, 188, 0.7) 66.67%, rgba(253, 239, 249, 0.7) 100%);
  display: inline-block;
}
.tp-project-3-border.color-2 span {
  background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.tp-project-3-border.color-3 span {
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

.tp-reveal-line-2 {
  overflow: hidden;
  padding-bottom: 40px;
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

.tp_img_reveal img {
  transform-origin: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-project-4-area {
    padding-bottom: 90px;
  }
}
.tp-project-4-bg {
  position: relative;
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-bg {
    height: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-bg {
    height: 300px;
  }
}
@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-project-4-bg a {
    height: 100%;
  }
}
.tp-project-4-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp-project-4-thumb {
  overflow: hidden;
  height: 100%;
}
.tp-project-4-overlay {
  position: relative;
  overflow: hidden;
}
.tp-project-4-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 11, 0.2);
  content: "";
  z-index: 2;
}
.tp-project-4-content {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}
.tp-project-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  color: var(--tp-common-white);
}
.tp-project-4-title {
  font-size: 300px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -12px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-title {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-title {
    font-size: 90px;
  }
}
.tp-project-4-title span {
  color: #FFF;
  text-align: center;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}

.tp-project-5-wrap {
  margin-right: -3%;
}
@media (max-width: 767px) {
  .tp-project-5-wrap {
    flex-wrap: wrap;
    margin-right: 0;
  }
}
.tp-project-5-text {
  line-height: 0;
  flex: 0 0 auto;
}
.tp-project-5-text span {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-text span {
    font-size: 16px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-text span {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-thumb-wrap {
    flex-wrap: wrap;
  }
}
.tp-project-5-thumb {
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-project-5-thumb {
    flex: initial;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb {
    width: 100%;
  }
}
.tp-project-5-thumb img {
  display: inline-block;
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb img {
    width: 100%;
    margin-right: 0;
  }
}

.tp-project-5-2-title {
  font-size: 190px;
  font-weight: 600;
  letter-spacing: -5.6px;
  color: rgba(245, 247, 245, 0.0784313725);
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-title {
    font-size: 85px;
  }
}
.tp-project-5-2-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-thumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-thumb {
    margin-bottom: 30px;
  }
}
.tp-project-5-2-thumb img {
  width: 100%;
}
.tp-project-5-2-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
}
.tp-project-5-2-category span {
  font-size: 18px;
  font-weight: 400;
  line-height: 13px;
  color: var(--tp-common-white);
}
.tp-project-5-2-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2;
}
.tp-project-5-2-meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  z-index: 2;
}
.tp-project-5-2-title-sm {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-5-2-title-sm {
    font-size: 30px;
  }
}

.portfolio-bg {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .portfolio-bg {
    background-position: center;
  }
}

.portfolio-nav-slider-wrap {
  position: absolute;
  top: 140px;
  left: 160px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-nav-slider-wrap {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-nav-slider-wrap {
    left: 80px;
  }
}
@media (max-width: 767px) {
  .portfolio-nav-slider-wrap {
    left: 30px;
  }
}

.portfolio-nav-item {
  cursor: pointer;
}
.portfolio-nav-item.slick-current .portfolio-nav-title {
  background-size: 200% 100%;
}
.portfolio-nav-item .portfolio-nav-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  color: transparent;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-shoulders);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--tp-common-white);
  transition: background-size 0.7s cubic-bezier(0.67, 0.01, 0.15, 0.98);
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-nav-item .portfolio-nav-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .portfolio-nav-item .portfolio-nav-title {
    font-size: 70px;
  }
}
.portfolio-nav-item .portfolio-nav-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-white);
}

.portfolio-nav-item.slick-current .portfolio-nav-title {
  color: var(--tp-common-white);
}

.portfolio-nav-item.slick-slide {
  padding: 20px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .portfolio-nav-item.slick-slide {
    padding: 10px 0;
  }
}

.portfolio-bg {
  position: relative;
}
.portfolio-bg .portfolio-slider-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.portfolio-bg .portfolio-slider-thumb img {
  transform: scale(1.2);
  transition: 6s;
}
.portfolio-bg.slick-current .portfolio-slider-thumb img {
  transform: scale(1);
}

.tp-portfolio-9-slider-active .swiper-slide {
  background-color: #fff;
}
.tp-portfolio-9-slider-active .swiper-slide.swiper-slide-active .tp-portfolio-9-slider-thumb img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.tp-portfolio-9-slider-active .swiper-slide.swiper-slide-active .tp-portfolio-9-slider-title {
  transform: translateY(0);
  opacity: 1;
}
.tp-portfolio-9-slider-item {
  display: inline-block;
}
.tp-portfolio-9-slider-title {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5.4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  transform: translateY(-200px);
  display: inline-block;
  transition: 0.6s;
  opacity: 0;
  padding: 15px 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-9-slider-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-9-slider-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-9-slider-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-slider-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-slider-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-9-slider-title {
    font-size: 70px;
  }
}
.tp-portfolio-9-slider-title-box {
  position: absolute;
  bottom: -80px;
  left: -75px;
  z-index: 9;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -58px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -60px;
    left: -76px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -66px;
    left: -82px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -57px;
    left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -52px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-9-slider-title-box {
    bottom: -55px;
    left: 0;
  }
}
.tp-portfolio-9-slider-count {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  top: -35px;
  right: -45px;
  position: absolute;
  letter-spacing: -1.6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  z-index: 9;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-9-slider-count {
    font-size: 60px;
    top: -25px;
    right: -42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-slider-count {
    font-size: 48px;
    top: -35px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-9-slider-count {
    font-size: 40px;
    right: 0;
  }
}
.tp-portfolio-9-slider-height {
  height: 100vh;
  padding-top: 170px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-9-slider-height {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-9-slider-height {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-9-slider-height {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-slider-height {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-slider-height {
    padding-top: 135px;
  }
}
.tp-portfolio-9-slider-thumb {
  overflow: hidden;
}
.tp-portfolio-9-slider-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2500ms ease-in, -webkit-transform 10000ms ease;
  transition: opacity 2500ms ease-in, -webkit-transform 10000ms ease;
  transition: transform 10000ms ease, opacity 2500ms ease-in;
  transition: transform 10000ms ease, opacity 2500ms ease-in, -webkit-transform 10000ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-9-slider-thumb img {
    width: 850px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-slider-thumb img {
    width: 800px;
  }
}
.tp-portfolio-9-social-wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 99;
}
.tp-portfolio-9-social-info span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-portfolio-9-social-info span svg {
  transform: translateY(-2px);
  display: inline-block;
}
.tp-portfolio-9-scroll {
  position: relative;
  z-index: 99;
}
.tp-portfolio-9-scroll a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .tp-porfolio-10-area .container-1380 {
    padding: 0px 80px;
  }
}
.tp-porfolio-10-title-wrap ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tp-porfolio-10-title-wrap ul li {
    padding: 16px;
  }
}
.tp-porfolio-10-title-wrap ul li.active {
  transition: 0.4s;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title {
  font-size: 130px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -2.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  transition: 0.4s;
  opacity: 0.06;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-porfolio-10-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-porfolio-10-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-porfolio-10-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-title {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 58px;
  }
}
.tp-porfolio-10-title-box {
  transition: 0.4s;
}
.tp-porfolio-10-category {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  transition: 0.4s;
  opacity: 0.06;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-category {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-category {
    font-size: 18px;
  }
}
.tp-porfolio-10-height {
  height: 100vh;
  padding-top: 190px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1700px) and (max-width: 1850px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-height {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-height {
    padding-top: 120px;
  }
}

.tp-porfolio-10-bg-1, .tp-porfolio-10-bg-2, .tp-porfolio-10-bg-3, .tp-porfolio-10-bg-4, .tp-porfolio-10-bg-5, .tp-porfolio-10-bg-6, .tp-porfolio-10-bg-7, .tp-porfolio-10-bg-8 {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04, 1.04);
  transition: all 0.9s;
}

#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 .tp-porfolio-10-bg-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 .tp-porfolio-10-bg-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 .tp-porfolio-10-bg-3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 .tp-porfolio-10-bg-4 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 .tp-porfolio-10-bg-5 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 .tp-porfolio-10-bg-6 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 .tp-porfolio-10-bg-7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 .tp-porfolio-10-bg-8 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.portfolio-logo-2 {
  display: none;
  transition: 0.3s;
}

.portfolio-logo-1 {
  transition: 0.3s;
}

.tp-porfolio-10-main.header-white .portfolio-logo-1 {
  display: none;
}
.tp-porfolio-10-main.header-white .portfolio-logo-2 {
  display: block;
}
.tp-porfolio-10-main.header-white .tp-header-6-menu-box span {
  color: var(--tp-common-white);
}
.tp-porfolio-10-main.header-white .tp-header-6-menu-box .tp-header-6-menubar span {
  background-color: var(--tp-common-white);
}

.tp-portfolio-11-slider-bg {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-link {
  opacity: 1;
}
.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-subtitle {
  opacity: 1;
}
.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-title {
  opacity: 1;
}
.tp-portfolio-11-slider-content {
  padding-left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-11-slider-content {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-11-slider-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-11-slider-content {
    padding: 0 15px;
  }
}
.tp-portfolio-11-slider-link {
  margin-bottom: 30px;
  opacity: 0;
}
.tp-portfolio-11-slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0;
}
.tp-portfolio-11-slider-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px;
  }
  .tp-portfolio-11-slider-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px;
  }
  .tp-portfolio-11-slider-title br {
    display: none;
  }
}
.tp-portfolio-11-slider-active button {
  left: 40px;
  bottom: 60px;
  width: 55px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .tp-portfolio-11-slider-active button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-11-slider-active button {
    left: 15px;
  }
}
.tp-portfolio-11-slider-active button.slick-next {
  margin-left: 70px;
}
.tp-portfolio-11-slider-active button i {
  font-weight: 500;
}
.tp-portfolio-11-slider-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-portfolio-11-slider-nav-item {
  cursor: pointer;
}
.tp-portfolio-11-slider-nav-thumb img {
  border-radius: 14px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.tp-portfolio-11-slider-nav-wrap {
  width: 1260px;
  position: absolute;
  bottom: 110px;
  right: -65px;
  z-index: 99;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -280px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 900px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 600px;
  }
}
.tp-portfolio-11-slider-nav-wrap .slides-numbers {
  position: absolute;
  right: 12%;
  bottom: -10%;
  z-index: 99;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers {
    right: 39%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers {
    right: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers {
    right: 19%;
  }
}
.tp-portfolio-11-slider-nav-wrap .slides-numbers span {
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  min-width: 50px;
}
.tp-portfolio-11-slider-nav-wrap .slides-numbers .slider-line {
  height: 1px;
  width: 850px;
  margin-right: 45px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers .slider-line {
    width: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers .slider-line {
    width: 520px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers .slider-line {
    width: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-11-slider-nav-wrap .slides-numbers .slider-line {
    width: 215px;
  }
}
.tp-portfolio-11-slider-nav-active button {
  left: 0;
  width: 55px;
  bottom: -45px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.tp-portfolio-11-slider-nav-active button.slick-next {
  margin-left: 70px;
}
.tp-portfolio-11-slider-nav-active button i {
  font-weight: 500;
}
.tp-portfolio-11-slider-nav-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-portfolio-11-slider-nav-active .slick-list {
  padding: 50px 0;
}
.tp-portfolio-11-slider-nav-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.tp-portfolio-11-slider-nav-content {
  height: 100%;
  padding: 30px;
}
.tp-portfolio-11-slider-nav-year span {
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0px 12px;
  line-height: 30px;
  display: inline-block;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  background: rgba(255, 255, 255, 0.2);
}
.tp-portfolio-11-slider-nav-subtittle {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-11-slider-nav-tittle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 0;
}

.tp-portfolio-12-height {
  height: 100%;
}
.tp-portfolio-12-slider-thumb img {
  margin-bottom: 20px;
  max-width: inherit;
}
.tp-portfolio-12-slider-item {
  cursor: pointer;
  margin: 0px 50px;
}
.tp-portfolio-12-slider-item:hover .tp-portfolio-12-slider-title-sm {
  color: var(--tp-common-black);
}
.tp-portfolio-12-slider-title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-12-slider-title {
    font-size: 77px;
  }
}
.tp-portfolio-12-slider-title span {
  display: inline-block;
}
.tp-portfolio-12-slider-title span.text-2 {
  padding-left: 80px;
}
.tp-portfolio-12-slider-title span.text-3 {
  padding-left: 190px;
}
.tp-portfolio-12-slider-title span.shape-img {
  position: absolute;
  top: -12%;
  right: 45%;
}
.tp-portfolio-12-slider-title-box {
  left: 0;
  position: absolute;
  bottom: 125px;
  max-width: 690px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-12-slider-title-box {
    max-width: 535px;
  }
}
.tp-portfolio-12-slider-title-sm {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #AFAFB1;
  transition: 0.3s;
  display: inline-block;
}
.tp-portfolio-12-social a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 15px;
}
.tp-portfolio-12-copyright p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-portfolio-12-bottom-wrap {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}

.portfolio__title-11 {
  font-weight: 700;
  font-size: 180px;
  line-height: 1.4;
  transition: all 0.3s;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  height: 150px;
}

.tp-port-slider-main {
  height: 100vh;
  overflow: hidden;
}

.tp-port-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 170px;
  height: 100%;
  width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 120px;
    width: 100%;
  }
}

.tp-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  color: transparent;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-shoulders);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
  padding: 20px 0;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-port-slider-title {
    font-size: 70px;
  }
}
.tp-port-slider-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-white);
}

.tp-port-1, .tp-port-2, .tp-port-3, .tp-port-4, .tp-port-5, .tp-port-6, .tp-port-7, .tp-port-8, .tp-port-9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transform-origin: 50% 50%;
  transition: all 0.9s;
}
.tp-port-1 img, .tp-port-2 img, .tp-port-3 img, .tp-port-4 img, .tp-port-5 img, .tp-port-6 img, .tp-port-7 img, .tp-port-8 img, .tp-port-9 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#tp-port-slider-wrap.tp-port-1 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-1 .tp-port-1 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-2 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-2 .tp-port-2 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-3 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-3 .tp-port-3 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-4 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-4 .tp-port-4 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-5 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-5 .tp-port-5 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-6 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-6 .tp-port-6 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-7 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-7 .tp-port-7 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-8 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-8 .tp-port-8 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-9 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-9 .tp-port-9 {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .portfolio-filter {
    flex-wrap: wrap;
  }
}
.portfolio-filter button {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0px 21px;
  position: relative;
  transition: 0.3s;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-filter button {
    margin: 0px 15px;
    margin-bottom: 20px;
  }
}
.portfolio-filter button::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 0%;
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
  transition: 0.4s;
}
.portfolio-filter button:hover {
  color: var(--tp-common-black);
}
.portfolio-filter button:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.portfolio-filter button.active {
  color: var(--tp-common-black);
}
.portfolio-filter button.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.tp-project-text-slide .tp-footer-4-big-title {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-syne);
  text-transform: capitalize;
}
.tp-project-text-slide .tp-footer-4-big-title span {
  color: var(--tp-common-black);
}

.rm-project-contact-item {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.rm-project-contact-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  background-color: var(--tp-common-black);
  transition: 0.4s;
}
.rm-project-contact-item span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.4px;
  color: rgba(20, 20, 20, 0.2);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .rm-project-contact-item span {
    font-size: 40px;
  }
}
.rm-project-contact-item svg {
  transform: rotate(-45deg);
  transition: 0.4s;
  color: #D9D9D9;
}
.rm-project-contact-item:hover span {
  color: var(--tp-common-black);
}
.rm-project-contact-item:hover svg {
  transform: rotate(0);
  color: var(--tp-common-black);
}
.rm-project-contact-item:hover::after {
  width: 100%;
}

.pw-project-style .tp-project-3-title-sm {
  color: var(--tp-common-black);
}
.pw-project-style .tp-project-3-meta {
  color: var(--tp-common-black);
}
.pw-project-style .tp-btn-project-sm {
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.1);
}

.pm-project-masonary-item {
  height: 100%;
}
.pm-project-masonary-item img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
}
.pm-project-masonary-item:hover .pm-project-masonary-title {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 0ms;
  transition-duration: 0.5s;
}
.pm-project-masonary-item:hover .pm-project-masonary-subtitle {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}
.pm-project-masonary-item:hover img {
  transform: scale(1.1);
}
.pm-project-masonary-content {
  position: absolute;
  width: auto;
  max-width: calc(100% - 80px);
  height: auto;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 60px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.pm-project-masonary-subtitle {
  color: #494949;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.3s;
  display: inline-block;
  background-color: var(--tp-common-white);
  padding: 13px 20px;
}
.pm-project-masonary-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  padding: 20px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-delay: 0ms;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  margin-bottom: 0;
  margin-top: 2px;
}

.port-showcase-slider-item {
  height: 100vh;
}

.tp-slider__thumb-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 100vh;
}

.port-showcase-slider-space {
  padding: 100px;
}
.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
}
.port-showcase-slider-title {
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -9.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}
.port-showcase-slider-social {
  position: absolute;
  bottom: 90px;
  right: 90px;
  z-index: 9;
}
.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  padding-left: 25px;
}

.parallax-slider-active .tp-slider-dot {
  position: absolute;
  bottom: 90px;
  left: 90px;
  z-index: 9;
}
.parallax-slider-active .tp-slider-dot .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.52);
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.parallax-slider-active .tp-slider-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 6px;
  width: 2px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.parallax-slider-active .tp-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 14px;
  height: 2px;
  background-color: var(--tp-common-white);
}
.parallax-slider-active .tp-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
  top: -30px;
}

.tp-showcase-arrow-box {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.tp-showcase-arrow-box button {
  color: rgba(255, 255, 255, 0.7);
  margin: 0px 17px;
  transition: 0.3s;
}
.tp-showcase-arrow-box button:hover {
  color: var(--tp-common-white);
}

.project-details-1-left .project-details-1-thumb:last-child {
  margin-bottom: 0;
}
.project-details-1-pt {
  padding-top: 107px;
}
.project-details-1-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-black);
}
.project-details-1-subtitle i {
  font-style: normal;
}
.project-details-1-subtitle i::after {
  content: "";
  height: 1px;
  width: 40px;
  margin: 0px 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: rgba(20, 20, 20, 0.14);
}
.project-details-1-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.2px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .project-details-1-title {
    font-size: 50px;
  }
}
.project-details-1-title.fs-100 {
  font-size: 100px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-shoulders);
}
@media (max-width: 767px) {
  .project-details-1-title.fs-100 {
    font-size: 70px;
  }
}
.project-details-1-title.fs-100.fw-700 {
  font-weight: 700;
}
.project-details-1-right {
  padding: 70px 90px;
  height: 725px;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .project-details-1-right {
    padding: 70px 15px;
  }
}
.project-details-1-title-box {
  margin-bottom: 40px;
}
.project-details-1-title-box p {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 150px;
}
@media 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: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-1-title-box p {
    padding-right: 0;
  }
}
.project-details-1-info {
  margin-bottom: 32px;
}
.project-details-1-info span {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.project-details-1-info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  color: var(--tp-common-black);
}
.project-details-1-social {
  position: absolute;
  bottom: 14%;
  right: 8%;
}
.project-details-1-social a {
  display: table;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: block;
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.project-details-1-social a.share-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateX(-6px);
}
.project-details-1-navigation {
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding: 33px 60px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .project-details-1-navigation {
    padding: 33px 0px;
  }
}
.project-details-1-navigation a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.project-details-1-navigation a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
}
.project-details-1-navigation a span svg {
  transform: translateY(5px);
}
.project-details-1-prev {
  line-height: 0;
}
.project-details-1-prev i {
  margin-right: 10px;
  transition: 0.3s;
}
.project-details-1-prev:hover i {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.project-details-1-next {
  line-height: 0;
}
.project-details-1-next i {
  margin-left: 10px;
  transition: 0.3s;
}
.project-details-1-next:hover i {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.project-details-1-social-inner {
  display: none;
}

.project-details-2-arrow-box .project-details-2-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.project-details-2-arrow-box .project-details-2-next {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.project-details-2-arrow-box button {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.project-details-2-arrow-box button:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.project-details-2-info-style {
  padding: 0px 115px;
  padding-top: 90px;
}
@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) {
  .project-details-2-info-style {
    padding: 0px 15px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .project-details-2-info-style {
    padding: 0px 0px;
    padding-top: 60px;
  }
}
.project-details-2-info-style .project-details-1-info {
  width: 50%;
  float: left;
}
.project-details-2-social a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(25, 25, 26, 0.14);
}
@media (max-width: 767px) {
  .project-details-2-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
}
.project-details-2-social a span {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.project-details-2-social a:hover {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.project-details-2-social a:hover span {
  color: var(--tp-common-white);
}

.beforeAfter img {
  max-width: inherit;
  object-fit: cover;
}

.beforeAfter {
  z-index: 1 !important;
}

.beforeAfter div div div {
  background: transparent !important;
  height: 80px !important;
  width: 80px !important;
  line-height: 74px !important;
  border: 2px solid #FFFFFF !important;
  z-index: -1 !important;
}
.beforeAfter div div div i {
  border-color: #fff !important;
  padding: 5px !important;
  margin: 0 5px !important;
}

.project-details-video {
  /* Fallback stuff */
  /* WebKit styles */
  /* Firefox styles */
}
.project-details-video video {
  height: 850px;
  width: 100% !important;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-details-video video {
    height: 400px;
  }
}
.project-details-video figcaption {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50px auto 115px;
  padding: 0.5rem;
}
.project-details-video button {
  border: 0;
  display: inline;
  color: white;
  order: 1;
  padding: 0.5rem;
  transition: opacity 0.25s ease-out;
  width: 100%;
  font-size: 24px;
}
.project-details-video button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.project-details-video label {
  order: 2;
  text-align: center;
  font-size: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  font-size: 700;
}
.project-details-video progress[value] {
  position: relative;
  appearance: none;
  border: none;
  display: inline;
  height: 3px;
  order: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.project-details-video progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
}
.project-details-video progress[value]::-webkit-progress-value {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}
.project-details-video progress[value]::-moz-progress-bar {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}

.video-progress-btn-wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 80px;
}

.project-details-video-overlay {
  position: relative;
  z-index: 1;
}
.project-details-video-overlay::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 106%;
  content: "";
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
  z-index: -1;
  bottom: 0;
}

.project-details-custom-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: -0.36px;
  color: var(--tp-common-black-2);
}
.project-details-custom-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: rgba(30, 30, 30, 0.3);
}
.project-details-custom-link::before {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #000;
}
.project-details-custom-link span {
  margin-left: 8px;
}
.project-details-custom-link:hover {
  color: var(--tp-common-black-2);
}
.project-details-custom-link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.pd-custom-info-wrap {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-custom-info-wrap {
    padding-left: 0;
  }
}
.pd-custom-full-img {
  overflow: hidden;
  height: 740px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-custom-full-img {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-full-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pd-custom-full-img {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-custom-full-img {
    height: 300px;
  }
}
.pd-custom-full-img img {
  width: 100%;
}
.pd-custom-full-img-2 {
  overflow: hidden;
  height: 640px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-full-img-2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pd-custom-full-img-2 {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-custom-full-img-2 {
    height: 300px;
  }
}
.pd-custom-full-img-2 img {
  width: 100%;
  margin-top: -400px;
}
@media (max-width: 767px) {
  .pd-custom-full-img-2 img {
    margin-top: -100px;
  }
}

.pd-visual-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}
.pd-visual-title-box {
  margin-bottom: 75px;
}
.pd-visual-left-text span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}
.pd-visual-right-list ul li {
  list-style-type: none;
  color: #414145;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.pd-visual-right-list ul li:last-child {
  margin-bottom: 0;
}
.pd-visual-right-list ul li::before {
  height: 5px;
  width: 5px;
  content: "";
  background-color: #414145;
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 14px;
}
.pd-visual-right-content p {
  color: #414145;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.pd-visual-slider-active {
  margin: 0px -250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-visual-slider-active {
    margin: 0;
  }
}
.pd-visual-slider-thumb img {
  width: 100%;
  transition: 0.9s;
}
.pd-visual-slider-thumb:hover img {
  transform: scale(1.1);
}

.pd-typography-left {
  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) {
  .pd-typography-left {
    padding-left: 0;
  }
}
.pd-typography-left span {
  display: block;
}
.pd-typography-left span.text-1 {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 45px;
}
.pd-typography-left span.text-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 20px;
}
.pd-typography-left span.text-3 {
  color: #414145;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 20px;
}
.pd-typography-left span.text-4 {
  color: #414145;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 30px;
}
.pd-typography-left span.text-5 {
  font-size: 230px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}

.pd-typography-middle {
  margin-top: 65px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-typography-middle {
    padding-left: 0;
  }
}
.pd-typography-middle .pd-typography-left {
  padding-left: 0px;
}
.pd-typography-middle .pd-typography-left span {
  font-family: var(--tp-ff-syne);
}

.pd-typography-color {
  padding-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-typography-color {
    padding-left: 0;
  }
}
.pd-typography-color span {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-align: center;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  border: 6px solid #FDFDFD;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  background-color: var(--tp-common-black-2);
  box-shadow: 0px 1px 3px 0px rgba(25, 25, 26, 0.14);
}
.pd-typography-color span.color-2 {
  background-color: #5D5D63;
  margin-top: -35px;
}
.pd-typography-color span.color-3 {
  background-color: #ECECEA;
  color: var(--tp-common-black-2);
  margin-top: -35px;
}
.pd-typography-color .text-1 {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 45px;
}

.tp-showcase-details-bg {
  height: 100vh;
}
.tp-showcase-details-bg .port-showcase-slider-social {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .tp-showcase-details-bg .port-showcase-slider-social {
    right: 15px;
  }
}
.tp-showcase-details-scroll {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  .tp-showcase-details-scroll {
    left: 15px;
  }
}
.tp-showcase-details-scroll a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.tp-showcase-details-scroll a i {
  font-weight: 700;
  margin-right: 10px;
}
.tp-showcase-details-copyright {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.tp-showcase-details-copyright p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.showcase-details-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black-2);
}
.showcase-details-subtitle.fs-40 {
  font-size: 40px;
}
.showcase-details-overview-right {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-overview-right {
    padding-left: 0;
  }
}
.showcase-details-overview-right p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
  padding-bottom: 30px;
}
.showcase-details-overview-info-item {
  border-bottom: 1px solid rgba(25, 25, 26, 0.14);
  padding: 19px 0;
}
.showcase-details-overview-info-left span {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
}
.showcase-details-overview-info-right {
  padding-left: 60px;
}
.showcase-details-overview-info-right span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
}

.showcase-details-thumb img {
  width: 100%;
}

.showcase-details-2-bg {
  padding-top: 400px;
  padding-bottom: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-bg {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-bg {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-bg {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-bg {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.showcase-details-2-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-title {
    font-size: 105px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-title {
    font-size: 100px;
  }
}
.showcase-details-2-title-box {
  margin-bottom: 180px;
}
.showcase-details-2-subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--tp-common-white);
}
.showcase-details-2-content p {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.8px;
  padding-bottom: 100px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .showcase-details-2-content p {
    font-size: 32px;
  }
}
.showcase-details-2-info span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.showcase-details-2-info h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  color: var(--tp-common-white);
}
.showcase-details-2-link {
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-link {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-link {
    top: 38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-details-2-link {
    top: 44%;
  }
}
.showcase-details-2-link .project-details-custom-link {
  color: var(--tp-common-white);
}
.showcase-details-2-link .project-details-custom-link::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.showcase-details-2-link .project-details-custom-link::before {
  background-color: var(--tp-common-white);
}
.showcase-details-2-section-title-box {
  margin-bottom: 85px;
}
.showcase-details-2-section-title {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -6px;
  margin-bottom: 85px;
  color: var(--tp-common-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-section-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-section-title {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.showcase-details-2-content-right p {
  color: #414145;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  max-width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .showcase-details-2-content-right p {
    font-size: 20px;
  }
}
.showcase-details-2-slider-item {
  margin: 0px 10px;
  display: inline-block;
}
.showcase-details-2-slider-item img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .showcase-details-2-slider-item img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.showcase-details-2-grid-img img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-2-grid-img img {
    max-width: 100%;
    width: 100%;
  }
}
.showcase-details-2-grid-img img.img-left {
  margin-left: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-2-grid-img img.img-left {
    margin-left: 0;
  }
}
.showcase-details-2-grid-img img.img-right {
  margin-right: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-2-grid-img img.img-right {
    margin-right: 0;
  }
}

.rm-project-tab-wrap {
  position: absolute;
  bottom: 5%;
  right: 23%;
}
.rm-project-tab-wrap ul {
  display: flex;
  flex-direction: column;
}
.rm-project-tab-wrap ul li {
  margin-bottom: 5px;
}
.rm-project-tab-wrap ul li:last-child {
  margin-bottom: 0;
}
.rm-project-tab-wrap ul li button {
  color: #626265;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.rm-project-tab-wrap ul li button::before {
  position: absolute;
  top: 9px;
  left: -50px;
  content: "";
  height: 1.5px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
  background-color: var(--tp-common-black-2);
  width: 0;
  transition: 0.4s;
}
.rm-project-tab-wrap ul li button.active {
  color: var(--tp-common-black-2);
}
.rm-project-tab-wrap ul li button.active::before {
  width: 40px;
}
.rm-project-tab-wrap ul li button:hover::before {
  width: 40px;
}

#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 1033;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SLIDER */
.tp-perspective-slider {
  width: 100%;
  overflow: hidden;
  padding: 2vw 3vw 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.tp-perspective-slider .tp-slide-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-slide-inner .tp-slider-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tp-perspective-slider .tp-slide-inner .tp-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-slide-inner .tp-image:before {
  content: "";
  width: 40px;
  height: 103%;
  background: #fff;
  position: absolute;
  left: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.tp-perspective-slider .tp-slide-inner .tp-image:after {
  content: "";
  width: 40px;
  height: 103%;
  background: #fff;
  position: absolute;
  right: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.tp-portfolio-9-category {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 0px;
}
.tp-portfolio-9-category.tp_reveal_anim {
  padding-bottom: 0;
}
.tp-portfolio-9-category.tp_reveal_anim .tp-reveal-line {
  padding-bottom: 10px;
}
.tp-portfolio-9-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-9-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-9-title {
    font-size: 80px;
  }
}

.showcase-details-2-fullwidth-img {
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-fullwidth-img {
    height: 745px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-fullwidth-img {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-fullwidth-img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-fullwidth-img {
    height: 200px;
  }
}

.showcase-details-thumb {
  height: 730px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-thumb {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-thumb {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-thumb {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .showcase-details-thumb {
    height: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-details-thumb {
    height: 370px;
  }
}

.tp-project-details-3-ptb {
  padding-top: 220px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-ptb {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-3-ptb {
    padding-top: 150px;
  }
}
.tp-project-details-3-scroll a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #515155;
}
.tp-project-details-3-scroll a span {
  margin-right: 10px;
  transform: translateY(-3px);
  display: inline-block;
}
.tp-project-details-3-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}
.tp-project-details-3-link a span {
  margin-left: 5px;
  transform: translateY(-2px);
}
.tp-project-details-3-link a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
  content: "";
}

#myline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #myline {
    display: none !important;
  }
}

.tp-studio-portfolio-shape {
  position: absolute;
  top: 180px;
  left: 110px;
  animation: rotate2 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 80px;
    top: 100px;
  }
}
.tp-studio-portfolio-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-title-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-title-box {
    margin-bottom: 30px;
  }
}
.tp-studio-portfolio-title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #5D5D63;
  padding-right: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-title-box p {
    font-size: 16px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-title-box p {
    font-size: 17px;
    padding-right: 0;
  }
}
.tp-studio-portfolio-inner-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  background-size: 200% 100%;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
  mix-blend-mode: difference;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-portfolio-inner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-inner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-portfolio-inner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-inner-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-inner-title {
    font-size: 30px;
  }
}
.tp-studio-portfolio-inner-title span {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: -25px;
  font-family: var(--tp-ff-syne);
}
.tp-studio-portfolio-inner-title-box {
  position: relative;
  z-index: 5;
}
.tp-studio-portfolio-inner-title-box .tp-hover-reveal-bg {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 220px;
  height: 270px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tp-studio-portfolio-item {
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 40px;
  border-bottom: 1px solid #E4E4E5;
  border-left: 1px solid #E4E4E5;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #E4E4E5;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-right: 1px solid #E4E4E5;
  }
}
.tp-studio-portfolio-item:first-child {
  border-top: 1px solid #E4E4E5;
}
.tp-studio-portfolio-item:hover .tp-hover-reveal-bg {
  opacity: 1;
}
.tp-studio-portfolio-wrap {
  transform-origin: bottom left;
  transform: rotate(-90deg) translateY(100%);
}
@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-studio-portfolio-wrap {
    transform: rotate(0) translateX(0);
  }
}

/* SLIDER */
.tp-project-details-3-full-width-thumb {
  height: 840px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-details-3-full-width-thumb {
    height: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-full-width-thumb {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-3-full-width-thumb {
    height: 400px;
  }
  .tp-project-details-3-full-width-thumb img {
    height: 500px;
  }
}

.tp-project-details-3-thumb-box {
  height: 740px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-details-3-thumb-box {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-thumb-box {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-3-thumb-box {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-3-thumb-box {
    height: 340px;
  }
  .tp-project-details-3-thumb-box img {
    height: 400px;
  }
}

.portfolio-random-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-blend-mode: difference;
  background-color: #fff;
}

.pd-custom-main-wrap {
  width: calc(100% - 80px);
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pd-custom-main-wrap {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-main-wrap {
    padding: 0px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pd-custom-main-wrap {
    width: 100%;
    padding: 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) {
  .project-details-2-area {
    padding-top: 140px;
  }
}

.project-details-video {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .showcase-details-2-info-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-info {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-slider-wrap {
    flex-wrap: wrap;
  }
}

.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .parallax-slider-inner {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax-slider-inner {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax-slider-inner {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .parallax-slider-inner {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .parallax-slider-inner {
    left: 30px;
  }
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}
.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  text-transform: capitalize;
}
.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.tp-studio-portfolio-img {
  position: absolute;
  bottom: -40%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: rotate(90deg);
}
.tp-studio-portfolio-img img {
  border-radius: 54% 45% 56% 44%/61% 60% 40% 39%;
  will-change: border-radius, transform, opacity;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
  height: 350px;
  width: 350px;
}

.tp-studio-portfolio-item:hover {
  position: relative;
  z-index: 555;
}
.tp-studio-portfolio-item:hover .tp-studio-portfolio-img {
  left: 40%;
  opacity: 1;
  visibility: visible;
}
.tp-studio-portfolio-item:hover .tp-studio-portfolio-inner-title {
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-size 0.4s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.4s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(270deg, #000 0%, #000 50%, transparent 50.1%);
  -webkit-text-stroke: 1px rgba(30, 30, 30, 0.4901960784);
  background-position: 100% 0%;
  background-size: 0% 100%;
  mix-blend-mode: difference;
}

.tp-project-horigontal-style .tp-studio-height {
  height: 100vh;
  width: 100%;
}
@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-horigontal-style .tp-studio-height {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-horigontal-style .tp-studio-portfolio-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@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-studio-portfolio-img {
    transform: rotate(0deg);
    bottom: -100%;
  }
}

@media (max-width: 767px) {
  .tp-studio-portfolio-img img {
    height: 250px;
    width: 250px;
  }
}

.tp-project-5-video {
  line-height: 0;
}
.tp-project-5-video video {
  height: 230px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-project-5-video video {
    width: 100%;
  }
}

.tp-project-4-bg.project-panel a {
  height: 100%;
}


/*----------------------------------------*/
/*  7.25 video css start
/*----------------------------------------*/
.tp-video-wrap {
  line-height: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  height: 850px;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-wrap {
    height: 700px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-wrap {
    margin-bottom: 100px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-video-wrap {
    margin: 0;
    margin-bottom: 40px;
    height: 500px;
    width: 100%;
  }
}
.tp-video-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(16, 16, 17, 0.2);
  border-radius: 12px;
}
.tp-video-wrap .play-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.tp-video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-video-content {
    padding: 30px;
  }
}
.tp-video-subtitle {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.4px;
}
.tp-video-subtitle span svg {
  color: var(--tp-common-white);
  margin-right: 8px;
  transform: translateY(-2px);
  animation: rotate2 3s linear infinite;
}
.tp-video-title {
  color: var(--tp-common-white);
  font-size: 200px;
  font-weight: 400;
  line-height: 150px;
  letter-spacing: -8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-video-title {
    font-size: 75px;
  }
}
.tp-video-content {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.tp-video-content p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--tp-common-white);
  max-width: 410px;
  margin: 0 auto;
}

.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
/*----------------------------------------*/
.tp-gallery-slider-active {
  margin: 0px -15px;
}
.tp-gallery-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .tp-gallery-shape-1 {
    top: -6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gallery-shape-1 {
    top: 0px;
  }
}
.tp-gallery-shape-1 .img-2 {
  display: none;
}
.tp-gallery-shape-2 {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-gallery-shape-2 {
    bottom: -6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gallery-shape-2 {
    bottom: -1px;
  }
}
.tp-gallery-shape-2 .img-2 {
  display: none;
}
.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;
}

/*----------------------------------------*/
/*  7.6 contact css start
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-6-title-box .tp-section-title-80 {
    font-size: 70px;
  }
}
.tp-contact-6-title-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: rgba(245, 247, 245, 0.5);
}
@media (max-width: 767px) {
  .tp-contact-6-title-box p {
    font-size: 18px;
  }
}
.tp-contact-6-info-item {
  margin-bottom: 20px;
}
.tp-contact-6-info-item:last-child {
  margin-bottom: 0;
}
.tp-contact-6-info-icon a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-block;
  margin-right: 20px;
}
.tp-contact-6-info-text span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.tp-contact-6-info-text a {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-gallery);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-6-info-text a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact-6-info-text a {
    font-size: 18px;
  }
}
.tp-contact-6-input label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
.tp-contact-6-input input, .tp-contact-6-input textarea {
  background-color: #242427;
  border: 1px solid transparent;
  color: var(--tp-common-white);
}
.tp-contact-6-input input::-webkit-input-placeholder, .tp-contact-6-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #84848B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.tp-contact-6-input input::-moz-placeholder, .tp-contact-6-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #84848B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.tp-contact-6-input input:-moz-placeholder, .tp-contact-6-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #84848B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.tp-contact-6-input input:-ms-input-placeholder, .tp-contact-6-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #84848B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.tp-contact-6-input input::placeholder, .tp-contact-6-input textarea::placeholder { /* MODERN BROWSER */
  color: #84848B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.tp-contact-6-input input:focus, .tp-contact-6-input textarea:focus {
  border-color: var(--tp-common-white);
}
.tp-contact-6-input textarea {
  resize: none;
  height: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-6-info-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-contact-6-info-wrap {
    margin-bottom: 50px;
  }
}

.cn-contactform-style .ab-about-category-title-box {
  padding-left: 0px;
}
.cn-contactform-style .ab-2-hero-social-wrap {
  top: 31%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contactform-style .ab-2-hero-social-wrap {
    top: 43%;
  }
}
.cn-contactform-input label {
  color: #414144;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.cn-contactform-input input, .cn-contactform-input textarea {
  border: none;
  background-color: transparent;
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
  padding-left: 0;
  height: 45px;
  border-bottom: 1px solid rgba(25, 25, 26, 0.24);
}
@media (max-width: 767px) {
  .cn-contactform-input input, .cn-contactform-input textarea {
    font-size: 18px;
  }
}
.cn-contactform-input input::-webkit-input-placeholder, .cn-contactform-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cn-contactform-input input::-webkit-input-placeholder, .cn-contactform-input textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.cn-contactform-input input::-moz-placeholder, .cn-contactform-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cn-contactform-input input::-moz-placeholder, .cn-contactform-input textarea::-moz-placeholder {
    font-size: 18px;
  }
}
.cn-contactform-input input:-moz-placeholder, .cn-contactform-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cn-contactform-input input:-moz-placeholder, .cn-contactform-input textarea:-moz-placeholder {
    font-size: 18px;
  }
}
.cn-contactform-input input:-ms-input-placeholder, .cn-contactform-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cn-contactform-input input:-ms-input-placeholder, .cn-contactform-input textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}
.cn-contactform-input input::placeholder, .cn-contactform-input textarea::placeholder { /* MODERN BROWSER */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cn-contactform-input input::placeholder, .cn-contactform-input textarea::placeholder {
    font-size: 18px;
  }
}
.cn-contactform-input textarea {
  resize: none;
  height: 100px;
}
.cn-contactform-input textarea:focus {
  border-color: var(--tp-common-black);
}
.cn-contactform-wrap {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contactform-wrap {
    padding-left: 0;
  }
}
.cn-contactform-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 385px;
}
.cn-contactform-support-text span {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.88px;
  color: var(--tp-common-black-2);
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
}

.cn-contact-info-bg {
  padding: 120px 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-info-bg {
    padding: 120px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cn-contact-info-bg {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-info-bg {
    padding: 120px 30px;
  }
}
@media (max-width: 767px) {
  .cn-contact-info-bg {
    padding: 120px 30px;
  }
}
.cn-contact-info-bg .cn-contact-info-item:first-child {
  padding-top: 0;
}
.cn-contact-info-bg .cn-contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cn-contact-info-thumb {
  margin-right: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.cn-contact-info-thumb img {
  width: 320px;
}
.cn-contact-info-item {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-left {
    margin-bottom: 90px;
  }
}
.cn-contact-left-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-left-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-info {
    margin-bottom: 30px;
  }
}
.cn-contact-left-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.cn-contact-left-info span i {
  padding-right: 5px;
}
.cn-contact-location {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .cn-contact-location {
    margin-bottom: 50px;
  }
}
.cn-contact-location-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  display: block;
  margin-bottom: 15px;
}
.cn-contact-location a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-location a {
    font-size: 16px;
  }
}
.cn-contact-map a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  position: relative;
}
@media (max-width: 767px) {
  .cn-contact-map a {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.cn-contact-map a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.cn-contact-map a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  background: var(--tp-common-white);
  transition: 0.4s;
}
.cn-contact-map a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.cn-contact-right {
  padding-left: 20px;
}
@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) {
  .cn-contact-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-wrap {
    flex-wrap: wrap;
  }
}
.cn-contact-right-info a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-right-info a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-info a {
    margin-bottom: 15px;
  }
}
.cn-contact-right-info a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.cn-contactform-2-bg .cn-contactform-wrap {
  padding-left: 0px;
  padding: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 70px;
  }
}
@media (max-width: 767px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 30px;
  }
}
.cn-contactform-2-bg .cn-contactform-input label {
  color: rgba(255, 255, 255, 0.8);
}
.cn-contactform-2-bg .cn-contactform-input input, .cn-contactform-2-bg .cn-contactform-input textarea {
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cn-contactform-2-bg .cn-contactform-input input::-webkit-input-placeholder, .cn-contactform-2-bg .cn-contactform-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5F5F65;
}
.cn-contactform-2-bg .cn-contactform-input input::-moz-placeholder, .cn-contactform-2-bg .cn-contactform-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #5F5F65;
}
.cn-contactform-2-bg .cn-contactform-input input:-moz-placeholder, .cn-contactform-2-bg .cn-contactform-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #5F5F65;
}
.cn-contactform-2-bg .cn-contactform-input input:-ms-input-placeholder, .cn-contactform-2-bg .cn-contactform-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #5F5F65;
}
.cn-contactform-2-bg .cn-contactform-input input::placeholder, .cn-contactform-2-bg .cn-contactform-input textarea::placeholder { /* MODERN BROWSER */
  color: #5F5F65;
}
.cn-contactform-2-bg .cn-contactform-input input:focus, .cn-contactform-2-bg .cn-contactform-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-white);
}
.cn-contactform-2-map {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contactform-2-map {
    height: 500px;
  }
}
.cn-contactform-2-map iframe {
  width: 100%;
  height: 100%;
  list-style: 0;
}
.cn-contactform-2-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cn-contactform-2-title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}

.cn-contact-2-content {
  background-color: #f5f5f5;
  padding: 90px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cn-contact-2-content {
    margin-top: 0;
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contact-2-content {
    margin-top: 0;
    padding: 40px 30px;
  }
}
.cn-contact-2-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3.6px;
  color: var(--tp-common-black-2);
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cn-contact-2-title {
    font-size: 45px;
  }
}
.cn-contact-2-thumb {
  margin-bottom: 40px;
}
.cn-contact-2-thumb img {
  margin: 0px 8px;
}
.cn-contact-2-info-details a, .cn-contact-2-info-details span {
  color: #414147;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*----------------------------------------*/
/*  7.21 social css start
/*----------------------------------------*/
.tp-social-6-item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  background: #242427;
  display: inline-block;
  padding: 25px 45px;
  transition: 0.3s;
}
.tp-social-6-item a i {
  padding-right: 17px;
  margin-right: 17px;
  position: relative;
}
.tp-social-6-item a i::after {
  position: absolute;
  top: -8px;
  right: 0;
  width: 1px;
  height: 30px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  transition: 0.3s;
}
.tp-social-6-item a:hover {
  background-color: var(--tp-common-orange);
  color: var(--tp-common-white);
}
.tp-social-6-item a:hover i::after {
  background: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*  7.16 price css start
/*----------------------------------------*/
.tp-price-item {
  border: 1px solid rgba(25, 25, 26, 0.24);
  background: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tp-price-item.active .tp-price-monthly {
  color: var(--tp-common-white);
}
.tp-price-item.active .tp-price-list ul li {
  color: var(--tp-common-white);
}
.tp-price-item.active .tp-price-list ul li i {
  border: 1px solid var(--tp-common-white);
}
.tp-price-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px;
}
.tp-price-head span {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.tp-price-head h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-price-body {
  padding: 35px 40px;
}
.tp-price-monthly {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
  display: inline-block;
  color: var(--tp-common-black-2);
}
.tp-price-monthly i {
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
}
.tp-price-list {
  margin-bottom: 30px;
}
.tp-price-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  list-style-type: none;
  position: relative;
  color: var(--tp-common-black-2);
  padding-left: 40px;
  padding-bottom: 28px;
}
.tp-price-list ul li:last-child {
  margin-bottom: 0;
}
.tp-price-list ul li i {
  position: absolute;
  top: -5px;
  left: 0;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  border: 1px solid var(--tp-common-black-2);
}

.tp-price-inner-faq .tp-service-2-shape-img {
  padding-left: 0px;
}

.tp-price-inner-faq-wrap {
  padding-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-inner-faq-wrap {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-inner-faq-wrap {
    padding-left: 0px;
  }
}

/*----------------------------------------*/
/*  7.9 funfact css start
/*----------------------------------------*/
.slide-funfact-overlay {
  position: relative;
}
.slide-funfact-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.6) 0.12%, rgba(30, 30, 30, 0.86) 51.83%, rgba(30, 30, 30, 0.6) 99.87%);
  content: "";
}

.slide-funfact-height {
  position: relative;
  overflow: hidden;
  height: 545px;
  background-color: var(--tp-common-black);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-funfact-height {
    height: 400px;
  }
}

.slide-funfact:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  background: linear-gradient(64deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 51.22%, rgba(255, 255, 255, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-funfact:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  background: linear-gradient(64deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 51.22%, rgba(255, 255, 255, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  top: 0%;
  left: 0%;
  right: 0%;
}

.slide-funfact .img-marq {
  z-index: -1;
  opacity: 0.7;
  -webkit-perspective: 1412px;
  perspective: 1412px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-funfact .img-marq .slide-img-right {
  z-index: -1;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
  -webkit-transform: rotateX(0) rotateY(-80deg) rotate(0);
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}

.slide-funfact .img-marq .slide-img-right .box {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-animation-name: bgshotsright;
  animation-name: bgshotsright;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slide-funfact .img-marq .slide-img-left {
  z-index: -1;
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: auto;
  -webkit-transform: rotate3d(0, 1, 0.00009, 80deg);
  transform: rotate3d(0, 1, 0.00009, 80deg);
}

.slide-funfact .img-marq .slide-img-left .box {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-animation-name: bgshots;
  animation-name: bgshots;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slide-funfact .img-marq img {
  width: 50vw;
  -webkit-perspective: 100px;
  perspective: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.slide-funfact .img-marq .box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.middle-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.middle-shadow span {
  height: 230px;
  width: 350px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(25, 25, 26, 0) 0%, #19191A 14.76%, #19191A 84.25%, rgba(25, 25, 26, 0) 100%);
}

.slide-funfact-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slide-funfact-item h4 {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  color: var(--tp-common-white);
  font-family: var;
}
.slide-funfact-item h4 i {
  font-style: normal;
}
.slide-funfact-item span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--tp-common-white);
}

@-webkit-keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}
@keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}
@-webkit-keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}
@keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}
.tp-studio-funfact-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .tp-studio-funfact-wrap {
    border-bottom: 0;
  }
}
.tp-studio-funfact-item {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 150px 20px 50px 20px;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-funfact-item {
    padding: 50px 20px 50px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-funfact-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-funfact-item {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .tp-studio-funfact-item {
    padding: 20px 15px;
    border-right: 0;
  }
}
.tp-studio-funfact-item span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.66);
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-funfact-item span {
    margin-left: 0;
    font-size: 12px;
  }
}
.tp-studio-funfact-title i {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  font-style: normal;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-funfact-title i {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-funfact-title i {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-funfact-title i {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-studio-funfact-title i {
    font-size: 50px;
  }
}
.tp-studio-funfact-title span {
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  transform: translateY(-52px);
  color: rgba(255, 255, 255, 0.6);
  margin-right: 7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-funfact-title span {
    transform: translateY(-38px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-funfact-title span {
    transform: translateY(-30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-funfact-title span {
    transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .tp-studio-funfact-title span {
    transform: translateY(-22px);
  }
}

.tp-studio-funfact-wrap .row [class*=col-]:last-child .tp-studio-funfact-item {
  border-right: 0;
}

/*----------------------------------------*/
/*  7.20 shop css start
/*----------------------------------------*/
.tp-shop-slider-bg {
  padding-top: 330px;
  padding-bottom: 230px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-slider-bg {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-slider-bg {
    padding-top: 200px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-slider-bg {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
.tp-shop-slider-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2500ms ease-in, -webkit-transform 10000ms ease;
  transition: opacity 2500ms ease-in, -webkit-transform 10000ms ease;
  transition: transform 10000ms ease, opacity 2500ms ease-in;
  transition: transform 10000ms ease, opacity 2500ms ease-in, -webkit-transform 10000ms ease;
}
.tp-shop-slider-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-slider-title {
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -6px;
  margin-bottom: 35px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-slider-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-shop-slider-title {
    font-size: 90px;
  }
}
.tp-shop-slider-ovarlay {
  position: relative;
}
.tp-shop-slider-ovarlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.tp-shop-slider-arrow-box button {
  top: 50%;
  z-index: 99;
  left: 60px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 45px;
  color: var(--tp-common-white);
}
.tp-shop-slider-arrow-box button:hover {
  color: rgba(245, 245, 245, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-slider-arrow-box button {
    left: auto;
    right: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-slider-arrow-box button {
    top: auto;
    transform: translateY(0);
    bottom: 50px;
    left: auto;
    right: 120px;
  }
}
.tp-shop-slider-arrow-box button.tp-shop-prev {
  left: auto;
  right: 60px;
}
.tp-shop-slider-title-box {
  opacity: 0;
  transform: translateY(-150px);
}
.tp-shop-slider-btn-box {
  opacity: 0;
  transform: translateY(150px);
}
.tp-shop-slider-active .swiper-slide.swiper-slide-active .tp-shop-slider-thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.tp-shop-slider-active .swiper-slide.swiper-slide-active .tp-shop-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-shop-slider-active .swiper-slide.swiper-slide-active .tp-shop-slider-btn-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.fraction-wrapper {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 355px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  height: 12px;
}
.fraction-wrapper #paginations span {
  font-family: var(--tp-ff-marcellus);
  font-size: 16px;
  color: var(--tp-common-white);
}
.fraction-wrapper #paginations span:last-child {
  float: right;
}

.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 11;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-slider-progress-bar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: left;
}

#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.tp-shop-category-item img {
  transition: 0.9s;
}
.tp-shop-category-item:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-shop-category-item .tp-btn-shop-category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
}

.tp-shop-banner-title {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--tp-ff-aladin);
  color: var(--tp-common-white-solid);
  margin-bottom: 0;
}
.tp-shop-banner-title.sm {
  font-size: 70px;
  margin-bottom: 15px;
}
.tp-shop-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 70px 60px;
}
.tp-shop-banner-content span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white-solid);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 40px;
}
.tp-shop-banner-content span.text-color-black {
  color: var(--tp-common-black);
}
.tp-shop-banner-right .tp-shop-banner-content {
  position: static;
  margin: 0;
}
.tp-shop-banner-right .tp-shop-banner-content span {
  margin-bottom: 0;
  margin-bottom: 35px;
}
.tp-shop-banner-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-shop-banner-thumb:hover img {
  transform: scale(1.1);
}

.tp-shop-left-thumb {
  overflow: hidden;
}
.tp-shop-left-thumb img {
  transition: 0.9s;
}
.tp-shop-left-thumb:hover img {
  transform: scale(1.1);
}

.tp-shop-right-thumb img {
  transition: 0.9s;
}
.tp-shop-right-thumb:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-shop-right-title-box span {
  color: #5D5D63;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 5px;
  display: inline-block;
}
.tp-shop-right-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-right-title {
    font-size: 18px;
  }
}
.tp-shop-right-price span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-right-content {
  margin: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tp-shop-banner-anim {
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-banner-anim {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tp-shop-banner-anim {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-shop-banner-anim {
    height: 300px;
  }
}
.tp-shop-banner-anim img {
  margin-top: -300px;
}
@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-shop-banner-anim img {
    margin-top: 0px;
  }
}

.tp-shop-insta-title-box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-insta-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}

.tp-shop-brand-item {
  text-align: center;
  border: 1px solid #EDEFF2;
  height: 120px;
  line-height: 120px;
}

.tp-shop-widget-title {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border-bottom: 1px solid #EEE;
}
.tp-shop-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #EDEDED;
  border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-common-black);
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--tp-common-black);
}
.tp-shop-widget-filter-info .input-range input {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  padding: 2px 21px;
  background-color: #F5F5F5;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-shop-widget-checkbox ul li {
  list-style: none;
}
.tp-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.tp-shop-widget-checkbox ul li input {
  display: none;
}
.tp-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-widget-checkbox ul li label {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  color: #55585B;
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  border: 2px solid #DADADA;
  z-index: -1;
  transition: 0.2s;
}
.tp-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/inner-shop/check.svg");
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.2s;
}
.tp-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.tp-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}
.tp-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}
.tp-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--tp-ff-marcellus);
  width: 100%;
}
.tp-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #E7E7E7;
  border-radius: 50%;
  transition: 0.3s;
}
.tp-shop-widget-categories ul li a:hover {
  color: var(--tp-common-black);
}
.tp-shop-widget-categories ul li a:hover::after {
  background-color: var(--tp-common-black);
}
.tp-shop-widget-categories ul li a:hover span {
  border-color: var(--tp-common-black);
}
.tp-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 5px 6px 3px;
  transition: 0.3s;
}
.tp-shop-widget-checkbox-circle {
  position: relative;
}
.tp-shop-widget-checkbox-circle span.red {
  background-color: #FF401F;
}
.tp-shop-widget-checkbox-circle span.dark_blue {
  background-color: #4666FF;
}
.tp-shop-widget-checkbox-circle span.oragnge {
  background-color: #FF9E2C;
}
.tp-shop-widget-checkbox-circle span.purple {
  background-color: #B615FD;
}
.tp-shop-widget-checkbox-circle span.yellow {
  background-color: #FFD747;
}
.tp-shop-widget-checkbox-circle span.green {
  background-color: #41CF0F;
}
.tp-shop-widget-checkbox-circle-list ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tp-shop-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tp-shop-widget-checkbox-circle-list ul li:hover .tp-shop-widget-checkbox-circle-number {
  border-color: var(--tp-common-black);
}
.tp-shop-widget-checkbox-circle-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border-radius: 8px;
  padding: 5px 6px 3px;
  transition: 0.3s;
  border: 1px solid #EAEAEA;
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-widget-checkbox-circle .tp-shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  transition: 0.2s;
}
.tp-shop-widget-checkbox-circle input {
  display: none;
}
.tp-shop-widget-checkbox-circle input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.tp-shop-widget-checkbox-circle input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-shop-widget-checkbox-circle label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/product/icons/check-2.svg");
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.1s;
}
.tp-shop-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.tp-shop-widget-brand {
  margin-right: 40px;
}
.tp-shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}
.tp-shop-widget-size-item button {
  color: #5D5D63;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  width: 60px;
  transition: 0.3s;
  line-height: 60px;
  text-align: center;
  font-family: var(--tp-ff-marcellus);
  border: 1px solid rgba(25, 25, 26, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-widget-size-item button {
    font-size: 15px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-widget-size-item button {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}
.tp-shop-widget-size-item button:focus {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-shop-widget-size-item:hover button {
  border-color: var(--tp-common-black);
}

.tp-shop-top {
  position: relative;
}
.tp-shop-top-select .nice-select {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  float: none;
  background-color: #F9F9F9;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border: 1px solid rgba(2, 6, 38, 0.1);
}
@media (max-width: 767px) {
  .tp-shop-top-select .nice-select {
    max-width: 280px;
  }
}
.tp-shop-top-select .nice-select::after {
  right: 20px;
  color: #767A7D;
}
.tp-shop-top-select .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-shop-top-select .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: 10px 0;
}
.tp-shop-top-select .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-shop-top-filter {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .tp-shop-top-filter {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .tp-shop-top-filter {
    margin-left: 15px;
    margin-top: 0;
  }
}
.tp-shop-top-result p {
  font-weight: 400;
  font-size: 16px;
  color: #818487;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--tp-ff-marcellus);
}
@media (max-width: 767px) {
  .tp-shop-top-result p {
    margin-bottom: 20px;
  }
}
.tp-shop-top-tab {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .tp-shop-top-tab {
    margin-right: 10px;
  }
}
.tp-shop-top-tab .nav-tabs .nav-item .nav-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #818487;
  border: 1px solid rgba(2, 6, 38, 0.1);
  border-radius: 0;
  margin-right: 6px;
}
.tp-shop-top-tab .nav-tabs .nav-item .nav-link svg {
  transform: translateY(2px);
}
.tp-shop-top-tab .nav-tabs .nav-item .nav-link.active {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-product-action {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-blackStyle .tp-product-action-btn:hover {
  background-color: var(--tp-common-black);
}
.tp-product-action-btn {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: white;
  border-bottom: 0;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  margin-bottom: 6px;
}
.tp-product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-action-btn:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}

.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product-tooltip-right {
  left: auto;
  right: 100%;
}
.tp-product-tooltip-right::before {
  left: auto;
  right: -4px;
  border-right: 0;
  border-left: 8px solid var(--tp-common-black);
}

.tp-shop-right-content {
  transition: 0.3s;
}
.tp-shop-right-item {
  overflow: hidden;
}
.tp-shop-right-item .tp-product-btn-box {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  transition: 0.4s;
}
.tp-shop-right-item:hover .tp-shop-right-content {
  opacity: 0;
  visibility: hidden;
}
.tp-shop-right-item:hover .tp-product-btn-box {
  bottom: 0px;
}
.tp-shop-right-item:hover .tp-product-action {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.tp-shop-details-btn-box .tp-btn-cart {
  height: 60px;
  line-height: 60px;
}

@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-shop-details-area {
    padding-top: 70px;
  }
}
.tp-shop-details-right-wrap {
  padding: 90px 100px 0px 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-shop-details-right-wrap {
    padding: 90px 40px 0px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details-right-wrap {
    padding: 50px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details-right-wrap {
    padding: 90px 15px 0px 15px;
  }
}
.tp-shop-details-scroll-height .tp-shop-details-right-wrap {
  height: 960px;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
.tp-shop-details-categories span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  margin-bottom: 5px;
  display: inline-block;
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-details-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: 25px;
  letter-spacing: -0.4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-shop-details-title {
    font-size: 35px;
  }
}
.tp-shop-details-price {
  padding-right: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-shop-details-price {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details-price {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details-price {
    padding-right: 50px;
  }
}
.tp-shop-details-price span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-details-ratting span {
  color: var(--tp-common-black);
}
.tp-shop-details-reviews span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  padding-left: 10px;
  margin-left: 10px;
  font-family: var(--tp-ff-marcellus);
  position: relative;
}
.tp-shop-details-reviews span::after {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 1px;
  content: "";
  background-color: #D9D9D9;
}
.tp-shop-details-inventory {
  margin-bottom: 35px;
}
.tp-shop-details-msg {
  margin-bottom: 25px;
}
.tp-shop-details-msg p {
  color: #5D5D63;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 10px;
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-details-title-sm {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-details-variation-button {
  white-space: none;
}
.tp-shop-details-variation-button img {
  width: 100%;
}
.tp-shop-details-size-list button {
  height: 50px;
  width: 85px;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border: 1px solid rgba(25, 25, 26, 0.1);
}
.tp-shop-details-size-list button:focus {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-shop-details-size-list button:hover {
  border-color: var(--tp-common-black);
}
.tp-shop-details-query-item {
  margin-bottom: 10px;
}
.tp-shop-details-query-item span {
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-details-query-item p {
  margin-bottom: 0;
  color: #55585B;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--tp-ff-marcellus);
}
@media (max-width: 767px) {
  .tp-shop-details-action-box {
    flex-wrap: wrap;
  }
}

.tp-shop-details-quantity {
  position: relative;
  width: 140px;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tp-shop-details-quantity {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-shop-details-quantity {
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
.tp-shop-details-quantity .tp-cart-plus, .tp-shop-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  left: 14px;
}
.tp-shop-details-quantity .tp-cart-plus:hover, .tp-shop-details-quantity .tp-cart-minus:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-primary);
}
.tp-shop-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-shop-details-quantity .tp-cart-input[type=text] {
  height: 60px;
  line-height: 60px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.12);
  font-family: var(--tp-ff-marcellus);
}

.tp-cart-plus,
.tp-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 30px;
  border-radius: 20px;
}
.tp-cart-input[type=text]:focus {
  outline: none;
}

.tp-product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  font-family: var(--tp-ff-marcellus);
  background: none;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 15px;
  }
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
  }
}
@media (max-width: 767px) {
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.tp-product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  display: block;
  transition: 0.3s;
  background-color: var(--tp-common-black);
}
.tp-product-details-review-number {
  border: 1px solid #E0E2E3;
  padding: 35px 43px 33px 40px;
}
@media (max-width: 767px) {
  .tp-product-details-review-number {
    padding: 35px 25px 33px 25px;
  }
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  font-size: 40px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: var(--tp-common-black);
  margin: 0px 1px;
}
.tp-product-details-review-summery-rating p {
  margin-left: 4px;
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-rating-item > span {
  color: #A0A2A4;
  font-size: 15px;
  margin-right: 10px;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-rating-bar {
  width: 260px;
  background-color: #EDEEEE;
  height: 10px;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
}
.tp-product-details-review-rating-bar-inner {
  height: 100%;
  background-color: var(--tp-common-black);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-review-list {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-review-list {
    padding-right: 0;
    margin-bottom: 70px;
  }
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 35px;
}
.tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.tp-product-details-review-avater-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 5px;
}
.tp-product-details-review-avater-rating span {
  font-size: 13px;
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  display: inline-block;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-left: 11px;
  margin-left: 3px;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-form-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  margin-bottom: 25px;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-review-form-rating {
  margin-bottom: 40px;
}
.tp-product-details-review-form-rating p {
  margin-right: 8px;
  margin-bottom: 0;
}
.tp-product-details-review-form-rating-icon {
  line-height: 0;
}
.tp-product-details-review-form-rating-icon span {
  color: var(--tp-common-black);
  margin: 0px 1px;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
  margin-bottom: 20px;
}
.tp-product-details-review-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-product-details-review-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
.tp-product-details-review-input input::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
.tp-product-details-review-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
.tp-product-details-review-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
.tp-product-details-review-input input::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
.tp-product-details-review-input textarea {
  height: 140px;
  resize: none;
}
.tp-product-details-review-input-title label {
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-product-details-review-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-product-details-review-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-product-details-review-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.3s;
}
.tp-product-details-review-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-black);
  transition: 0.3s;
}
.tp-product-details-review-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-dsc {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .tp-product-details-dsc {
    padding-right: 0;
  }
}
.tp-product-details-dsc-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-dsc-title.sm {
  font-size: 22px;
}
.tp-product-details-dsc-content p {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-dsc-list {
  margin-bottom: 50px;
}
.tp-product-details-dsc-list ul {
  margin-left: 30px;
}
.tp-product-details-dsc-list ul li {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  list-style-type: none;
  font-family: var(--tp-ff-marcellus);
  padding-left: 15px;
  position: relative;
}
.tp-product-details-dsc-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-product-details-dsc-list ul li::after {
  content: "";
  height: 4px;
  width: 4px;
  top: 6px;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #5D5D63;
}
.tp-product-details-size-wrap .tp-product-details-size-row:nth-child(2n+1) {
  background-color: #F5F5F5;
}
.tp-product-details-size-wrap .tp-product-details-size-row:first-child ul li {
  color: var(--tp-common-black);
  font-size: 18px;
}
.tp-product-details-size-row ul li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  list-style-type: none;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #5D5D63;
  font-family: var(--tp-ff-marcellus);
  border-right: 5px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-2-style {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .tp-product-details-2-style {
    padding-top: 130px;
  }
}
.tp-product-details-2-style .tp-shop-details-right-wrap {
  padding-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-2-style .tp-shop-details-right-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tp-product-details-2-style .tp-shop-details-right-wrap {
    padding: 0;
  }
}
.tp-product-details-2-style .tp-btn-cart {
  padding: 0px 35px;
  height: 60px;
  line-height: 56px;
}
.tp-product-details-thumb-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-details-thumb-wrapper {
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.tp-product-details-thumb-wrapper .nav-tabs {
  margin-right: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 90px;
  height: 100px;
  position: relative;
  margin: 0px 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 75px;
    height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 80px;
    height: 90px;
  }
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
  border-color: var(--tp-common-black);
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  .tp-product-details-size-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .tp-product-details-wrap-width {
    width: 840px;
  }
}

.tp-shop-top-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-shop-top-text-wrap {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}
@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-shop-mob-space {
    padding: 15px 0px;
  }
}
.tp-shop-mob-search span {
  color: var(--tp-common-white);
}
.tp-shop-mob-search span svg {
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-sidebar {
    margin-right: 0;
  }
}
.tp-shop-sidebar-wrap {
  padding-left: 40px;
}
@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-shop-sidebar-wrap {
    padding-left: 0;
  }
}

.tp-shop-popup-wrap {
  height: 500px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-popup-wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .tp-shop-popup-wrap {
    width: 360px;
  }
}
.tp-shop-popup-content {
  padding: 40px;
}
.tp-shop-popup-img {
  position: relative;
  height: 100%;
  flex: 0 0 auto;
}
.tp-shop-popup-img img {
  height: 100%;
}
.tp-shop-popup-logo {
  margin-bottom: 60px;
}
.tp-shop-popup-text h4 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: var(--tp-ff-aladin);
}
.tp-shop-popup-text p {
  font-weight: 400;
  font-size: 28px;
  color: #19191a;
  text-transform: uppercase;
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-popup-text p {
    font-size: 20px;
  }
}
.tp-shop-popup-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #19191a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 55px;
  display: inline-block;
}
.tp-shop-popup-inputbox input {
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #6e6e74;
  border: 1px solid rgba(25, 25, 26, 0.1);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 10px;
}
.tp-shop-popup-inputbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox .tp-btn-black-square {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  background-color: var(--tp-common-black);
  border: 2px solid transparent;
}
.tp-shop-popup-inputbox .tp-btn-black-square:hover {
  background-color: transparent;
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
}

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.tp-shop-popup-logo img {
  width: 85px;
  height: 100%;
}

/*----------------------------------------*/
/*  7.4 cart css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cart-area {
    padding-top: 150px;
  }
}
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
@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-cart-list {
    overflow-x: scroll;
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-list table {
    width: 950px;
  }
}
.tp-cart-list thead {
  background-color: #f5f5f5;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  margin-bottom: 7px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input {
  background: #FFFFFF;
  border: 1px solid #D6D9DC;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input::-moz-placeholder { /* Firefox 19+ */
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input input::placeholder { /* MODERN BROWSER */
  color: #818487;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  padding: 9px 30px;
  border: 2px solid transparent;
}
.tp-cart-coupon-input button:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  padding: 9px 29px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 1px solid rgba(2, 6, 38, 0.1);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-update-btn:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-cart-checkout-wrapper {
  background: #f5f5f5;
  padding: 36px 24px 28px;
  margin-left: 5px;
}
@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-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: 0.3s;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border: 2px solid transparent;
}
.tp-cart-checkout-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-product-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

.tp-cart-plus,
.tp-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #f5f5f5;
  background-color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  padding: 0 30px;
  border-radius: 20px;
}
[dir=rtl] .tp-cart-input[type=text] {
  text-align: center;
}
.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.15 order css start
/*----------------------------------------*/
.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-icon span svg {
  transform: translateY(-2px);
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

@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-wishlist-area {
    padding-top: 150px;
  }
}

/*----------------------------------------*/
/*  7.17 Profile CSS
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.profile__tab nav .nav-tabs {
  padding: 0;
  border: 0;
  margin: 0;
  border: 1px solid #E0E2E3;
  padding: 20px 0;
}
.profile__tab nav .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  padding: 14px 0px;
  margin: 0px 30px;
  position: relative;
  border-radius: 0;
  text-align: left;
  border: 0;
  color: #5D5D63;
  font-family: var(--tp-ff-marcellus);
}
.profile__tab nav .nav-tabs .nav-link::after {
  position: absolute;
  top: 14px;
  left: -31px;
  height: 25px;
  width: 2px;
  content: "";
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
}
.profile__tab nav .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px dashed #E0E2E3;
}
.profile__tab nav .nav-tabs .nav-link span {
  margin-right: 7px;
}
.profile__tab nav .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.profile__tab nav .nav-tabs .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.profile__tab .tp-tab-menu {
  position: relative;
}
.profile__tab-content {
  padding: 35px 40px 40px;
  background-color: #f5f5f5;
}
.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: var(--tp-ff-marcellus);
}
.profile__input {
  margin-bottom: 25px;
  position: relative;
}
.profile__input-box h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}
.profile__input-box h4 span {
  color: var(--tp-theme-primary);
}
.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}
.profile__input > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
[dir=rtl] .profile__input > span {
  left: auto;
  right: 20px;
}
.profile__input > span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.profile__input input, .profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  padding-left: 50px;
  border: 0;
  outline: 0;
  border: 1px solid #EAEAEF;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.profile__input input:focus, .profile__input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.profile__input textarea {
  line-height: 1.5;
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
}
.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #EAEAEF;
  border-radius: 0;
  line-height: 58px;
  padding-left: 27px;
}
[dir=rtl] .profile__input .nice-select {
  padding-left: 0;
  padding-right: 27px;
}
.profile__input .nice-select .current {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.profile__input .nice-select::after {
  right: 25px;
  color: var(--tp-common-black);
}
[dir=rtl] .profile__input .nice-select::after {
  left: 25px;
  right: auto;
}
.profile__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);
}
.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  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);
  font-family: var(--tp-ff-marcellus);
}
.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.profile__password input {
  padding: 0 20px;
}
.profile__ticket {
  border: 1px solid #E0E2E3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}
.profile__ticket table thead tr {
  background-color: transparent;
}
.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #E0E2E3;
  box-shadow: none;
  font-family: var(--tp-ff-marcellus);
}
.profile__ticket table td {
  color: var(--tp-common-black);
}
.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.profile__ticket table tbody > tr td, .profile__ticket table tbody > tr th {
  color: var(--tp-common-black);
  vertical-align: middle;
  font-family: var(--tp-ff-marcellus);
}
.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}
.profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-common-black);
}
.profile__ticket table tbody > tr td[data-info="status done"] {
  color: #08AF5C;
}
.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: #6364DB;
}
.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: #D93D1E;
}
.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: #FFB422;
}
.profile__ticket table tbody > tr .tp-btn {
  padding: 7px 18px;
  background-color: #E0E2E3;
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}
.profile__ticket table tbody > tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.profile__ticket .table {
  margin-bottom: 0;
  --bs-table-bg: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__ticket .table {
    width: 700px;
  }
}
.profile__ticket .table > :not(:first-child) {
  border-color: #EAEAEF;
  border-top-width: 1px;
}
.profile__ticket .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  border: 0;
  box-shadow: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}
.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: var(--tp-ff-marcellus);
}
.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
  margin-right: 20px;
}
[dir=rtl] .profile__address-icon span {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}
.profile__address-icon span svg {
  width: 45px;
}
.profile__address-icon span svg path {
  fill: var(--tp-common-black);
}
.profile__address-content p {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: var(--tp-ff-marcellus);
}
.profile__address-content p span {
  font-weight: 600;
  margin-right: 7px;
  color: var(--tp-common-black);
}
.profile__notification-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.profile__notification p {
  font-family: var(--tp-ff-marcellus);
}
.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}
.profile__notification-item .form-check-label {
  font-size: 16px;
  margin-left: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
[dir=rtl] .profile__notification-item .form-check-label {
  margin-left: 0;
  margin-right: 10px;
}
.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}
.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.profile__btn .tp-btn {
  padding: 14px 39px;
  border: 1px solid #EAEAEF;
}
@media (max-width: 767px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}
.profile__main-thumb {
  position: relative;
}
.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}
[dir=rtl] .profile__main-thumb img {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}
.profile__main-thumb-edit input {
  display: none;
}
.profile__main-thumb-edit label {
  position: absolute;
  bottom: 2px;
  right: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0px 1px 2px rgba(25, 25, 26, 0.2);
}
[dir=rtl] .profile__main-thumb-edit label {
  right: 0;
  bottom: 0;
}
.profile__main-thumb-edit label i {
  margin-left: 2px;
}
.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.profile__main-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.profile__main-info-item {
  background-color: #FFF;
  text-align: center;
  padding: 27px 30px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}
.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}
.profile__main-info-icon > span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.profile__main-info-icon > span svg {
  width: 60px;
}
.profile__main-info-icon > span svg path {
  fill: var(--tp-common-black);
}
.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  right: -8px;
  width: 26px;
  height: 26px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #fff;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  background-color: var(--tp-common-black);
}
.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}

.tp-logout-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  text-align: center;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border: 1px solid rgba(2, 6, 38, 0.12);
}
.tp-logout-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-profile-input-wrapper {
  margin-bottom: 8px;
}
.tp-profile-input-box {
  position: relative;
  margin-bottom: 30px;
}
.tp-profile-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-profile-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
.tp-profile-input input::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
.tp-profile-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
.tp-profile-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
.tp-profile-input input::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
.tp-profile-input textarea {
  height: 165px;
  resize: none;
}
.tp-profile-input-title label {
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-profile-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-profile-input-eye .open-eye {
  display: none;
}
.tp-profile-input-eye span {
  transition: 0.3s;
}
.tp-profile-input-eye:hover {
  cursor: pointer;
}
.tp-profile-input-eye:hover span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.14 Login CSS
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 60px 70px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-top p {
  font-weight: 400;
  font-size: 16px;
  color: #49535B;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-top p a {
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item.has-google a {
  width: 240px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-option-item a {
  display: inline-block;
  width: 98px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #E0E2E3;
  font-size: 16px;
  color: #041226;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item a:hover {
  border-color: var(--tp-common-black);
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail p {
  font-size: 15px;
  color: #55585B;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  background-color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
.tp-login-mail p a:hover {
  color: var(--tp-common-black);
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  background-color: #E0E2E3;
  transition: 0.3s;
  z-index: -1;
}
.tp-login-input-wrapper {
  margin-bottom: 20px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.tp-login-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input input::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input input::placeholder { /* MODERN BROWSER */
  color: #95999D;
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input-title label {
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-login-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.3s;
}
.tp-login-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.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  position: relative;
  display: inline-block;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-btn {
  font-weight: 500;
  font-size: 16px;
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  background-color: var(--tp-common-black);
  border: 2px solid var(--tp-common-black);
}
.tp-login-btn:hover {
  background-color: #fff;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.13 liko-dark css start
/*----------------------------------------*/
.liko-dark-active body {
  background-color: var(--tp-common-dark);
}
.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: var(--tp-common-white) !important;
}
.liko-dark-active .tp-line-text-area.black-bg {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-studio-portfolio-item:hover .tp-studio-portfolio-inner-title {
  background-image: linear-gradient(270deg, #fff 0%, #fff 50%, transparent 50.1%);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.liko-dark-active .header-main-menu > nav > ul > li > .submenu {
  backdrop-filter: blur(10px);
  background: rgba(36, 36, 36, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.liko-dark-active .homemenu-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-megamenu-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-megamenu-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-megamenu-list-wrap ul li a {
  color: var(--tp-common-white);
}
.liko-dark-active .homemenu-thumb-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-megamenu-list-wrap ul li a::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .header-main-menu > nav > ul > li > .submenu > li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .header-main-menu > nav > ul > li > .submenu > li > a::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-megamenu-portfolio-text span {
  color: rgba(255, 255, 255, 0.4);
}
.liko-dark-active .tp-megamenu-portfolio-text h4 {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-offcanvas-2-bg.is-left {
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-main-menu-mobile nav ul li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-main-menu-mobile nav ul li.has-dropdown > a.expanded {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li > a::after {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-2-area .tp-main-menu-mobile nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-offcanvas-2-area .tp-main-menu-mobile > nav > ul > li ul.submenu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-offcanvas-2-bg.is-right {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tpoffcanvas__tel a, .liko-dark-active .tpoffcanvas__mail a, .liko-dark-active .tpoffcanvas__text p {
  color: var(--tp-common-white);
}
.liko-dark-active .tpoffcanvas__social-link ul li a {
  color: var(--tp-common-white);
}
.liko-dark-active .tpoffcanvas__social-link ul li a::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn i {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-main-menu-mobile nav ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-2-close-btn {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-menu nav ul li a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg {
  background: rgba(36, 36, 36, 0.85);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-search span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-wishlist span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-wishlist i {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-cart span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-cart:hover span {
  color: var(--tp-common-black);
}
.liko-dark-active .tp-inner-header-2-bg .tp-inner-header-2-bar span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-2-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-realated-area.grey-bg-2 {
  background-color: var(--tp-common-black);
}
.liko-dark-active .footer-dark-mode.black-bg {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .header-sticky {
  background: rgba(36, 36, 36, 0.85);
}
.liko-dark-active .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-header-bar button span {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-hero-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-hero-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-hero-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-hero-content p {
  color: rgba(255, 255, 255, 0.7);
}
.liko-dark-active .tp-hero-bottom-img-wrap {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-brand-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-brand-brd-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-brand-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-section-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-title span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.liko-dark-active .tp-btn-border-wrap .text-1 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-border::before {
  background: var(--tp-common-white);
}
.liko-dark-active .tp-btn-border-wrap .text-2 {
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-service-title-sm {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-title-sm a {
  background-image: linear-gradient(var(--tp-common-white), var(--tp-common-white)), linear-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-service-content p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-project-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-project-textline span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-award-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-award-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-team-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-testimonial-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-award-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-award-list-item::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-award-list-content-left span {
  color: rgba(255, 255, 255, 0.5);
}
.liko-dark-active .tp-award-list-content-right span {
  color: rgba(255, 255, 255, 0.5);
}
.liko-dark-active .tp-award-list-content-left p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-testimonial-item p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-testimonial-item span em {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-testimonial-arrow-box button {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.liko-dark-active .tp-testimonial-arrow-box button span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-testimonial-arrow-box button:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-testimonial-arrow-box button:hover span {
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-header-2-menu-bar button span {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-header-2-cart button {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-hero-2-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-about-2-area {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-about-2-section-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-about-2-content span {
  color: var(--tp-common-white);
}
.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: var(--tp-common-dark);
}
.liko-dark-active .tp-section-subtitle-3 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-subtitle-3 span svg {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-title-40 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-accordion-box .accordion-header .accordion-buttons {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-accordion-box .accordion-body p {
  color: #929298;
}
.liko-dark-active .tp-project-2-area.addclass {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-award-2-area.addclass {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tp-instagram-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-instagram-title {
  color: var(--tp-common-white);
}
.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: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.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: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 1px solid transparent;
}
.liko-dark-active .tp-header-3-social a:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: rgba(245, 247, 245, 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: var(--tp-common-white);
}
.liko-dark-active .tp-hero-3-category {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-2 {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
  border: 2px solid var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-2:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-2:hover span .svg-icon {
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-btn-black-2 span .svg-icon {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-subtitle-2 {
  color: #727279;
}
.liko-dark-active .tp-section-title-90 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-about-3-content p {
  color: #929298;
}
.liko-dark-active .tp-service-3-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-3-title a {
  background-image: linear-gradient(var(--tp-common-white), var(--tp-common-white)), linear-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-service-3-content p {
  color: #70707D;
}
.liko-dark-active .tp-service-3-category span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-btn-zikzak-sm:hover span .svg-bg {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-3-wrap {
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-btn-zikzak-sm:hover .zikzak-content {
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-brand-4-item {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-brand-4-line-text span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-4-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-team-4-content span {
  color: rgba(255, 255, 255, 0.5);
}
.liko-dark-active .tp-team-4-title-sm {
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(245, 247, 245, 0.08);
}
.liko-dark-active .tp-team-4-social a {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-team-4-social a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-team-4-item {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-btn-animation span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-animation span::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-animation {
  border-top: 1px solid rgba(245, 247, 245, 0.2);
  border-bottom: 1px solid rgba(245, 247, 245, 0.2);
}
.liko-dark-active .tp-hero-5-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-hero-5-content-box p {
  color: #88888c;
}
.liko-dark-active .tp-btn-black-square {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
  border: 1.5px solid var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-square:hover {
  background-color: transparent;
  color: var(--tp-common-white);
}
.liko-dark-active .tp-project-5-text span {
  color: #88888c;
}
.liko-dark-active .tp-service-5-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-5-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-5-item .tp-service-4-content p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-project-5-2-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-content span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-title-sm {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-title-sm a {
  background-image: linear-gradient(var(--tp-common-white), var(--tp-common-white)), linear-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-studio-hero-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-studio-portfolio-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-sm {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
  border: 1px solid transparent;
}
.liko-dark-active .tp-btn-black-sm:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-studio-portfolio-inner-title {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .tp-studio-cta-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-animated span.btn-expand {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-animated span {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-studio-cta-subscribe-link a {
  color: var(--tp-common-white);
  background-image: linear-gradient(var(--tp-common-white), var(--tp-common-white)), linear-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-perspective-slider .tp-slide-inner .tp-image::before {
  background: var(--tp-common-dark);
}
.liko-dark-active .tp-perspective-slider .tp-slide-inner .tp-image::after {
  background: var(--tp-common-dark);
}
.liko-dark-active .tp-header-style-9 .tp-header-6-menu-box span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-header-style-9 .tp-header-6-menubar span {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-porfolio-10-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-menu nav > ul > li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-right-action ul li .tp-inner-bar {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-right-action ul li .tp-inner-cart a span i {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-style-2 .tp-inner-header-right-action ul li .tp-inner-cart {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-2-hero-title {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-about-content P {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-about-category-title {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-2-about-title-style .ab-about-category-title span {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .ab-about-category-list ul li {
  color: rgba(245, 247, 245, 0.7);
}
.liko-dark-active .ab-about-category-list ul li::after {
  background-color: rgba(245, 247, 245, 0.7);
}
.liko-dark-active .ab-2-work-title {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-2-work-subtitle {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .ab-2-work-item .sv-service-subtitle {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .ab-2-work-item .sv-service-subtitle i::after {
  background: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .ab-2-work-item .sv-service-title {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-2-work-item {
  border-bottom: 1px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .ab-2-work-item .sv-service-text p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .sv-big-text {
  color: var(--tp-common-white);
}
.liko-dark-active .sv-small-text-box span {
  color: var(--tp-common-white);
}
.liko-dark-active .header-sticky.tp-inner-header-area .tp-inner-header-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.liko-dark-active .header-sticky.tp-inner-header-area .tp-inner-header-right-action ul li .tp-inner-bar {
  color: var(--tp-common-white);
}
.liko-dark-active .header-sticky.tp-inner-header-area .tp-inner-header-right-action ul li .tp-inner-cart a span i {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
}
.liko-dark-active .header-sticky.tp-inner-header-area .tp-inner-header-right-action ul li .tp-inner-cart {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-about-category-title span {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-inner-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-inner-funfact-title {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-funfact-item span {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-funfact-item p {
  color: var(--tp-common-white);
}
.liko-dark-active .ab-funfact-item {
  border-bottom: 1px solid rgba(245, 247, 245, 0.3);
}
.liko-dark-active .ab-award-title-sm {
  color: var(--tp-common-white);
}
.liko-dark-active .postbox__meta span {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .postbox__title {
  color: var(--tp-common-white);
}
.liko-dark-active .postbox__text p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .postbox__title a {
  background-image: -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -o-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -o-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: radial-gradient(var(--tp-common-white), var(--tp-common-white)), radial-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-btn-border-lg {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-btn-border-lg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  background-color: transparent;
}
.liko-dark-active .basic-pagination ul li a {
  color: var(--tp-common-white);
}
.liko-dark-active .basic-pagination ul li a .current {
  border: 2px solid var(--tp-common-white);
}
.liko-dark-active .basic-pagination ul li a .icon {
  border: 1px solid rgba(245, 247, 245, 0.2);
}
.liko-dark-active .basic-pagination ul li a .icon:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.liko-dark-active .sidebar__author {
  border: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .sidebar__author-title {
  color: var(--tp-common-white);
}
.liko-dark-active .sidebar__author-content p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search input {
  border-bottom: 1px solid rgba(245, 247, 245, 0.14);
  color: var(--tp-common-white);
}
.liko-dark-active .sidebar__search input:focus {
  border-bottom: 1px solid var(--tp-common-white);
}
.liko-dark-active .sidebar__search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search input::placeholder { /* MODERN BROWSER */
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .sidebar__search button {
  color: var(--tp-common-white);
}
.liko-dark-active .sidebar__widget-title {
  color: var(--tp-common-white);
}
.liko-dark-active .sidebar__widget ul li a {
  color: var(--tp-common-white);
  background-image: -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -o-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -o-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: radial-gradient(var(--tp-common-white), var(--tp-common-white)), radial-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .rc__meta span {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .rc__post-title {
  color: var(--tp-common-white);
}
.liko-dark-active .rc__post-title a {
  background-image: -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -webkit-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -moz-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -ms-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: -o-radial-gradient(var(--tp-common-white), var(--tp-common-white)), -o-radial-gradient(var(--tp-common-white), var(--tp-common-white));
  background-image: radial-gradient(var(--tp-common-white), var(--tp-common-white)), radial-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tagcloud a {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tagcloud a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .sidebar__social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.liko-dark-active .sidebar__social a {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .sidebar__social a:hover {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .blog-details-top-text p {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-left-title {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-left-content p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .blog-details-blockquote p {
  color: var(--tp-common-white);
}
.liko-dark-active .quote-icon svg {
  color: rgba(245, 247, 245, 0.9);
}
.liko-dark-active .blog-details-blockquote .blockquote-info {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .blog-details-tag a, .liko-dark-active .blog-details-share a {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-tag span, .liko-dark-active .blog-details-share span {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-author {
  background-color: #1e1e1e;
}
.liko-dark-active .blog-details-author-title {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-author-content p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .blog-details-author-social a {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-navigation a span {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-navigation a i {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .project-details-1-next:hover i {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-prev:hover i {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .blog-details-realated-area.dark-bg {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .blog-details-realated-title {
  color: var(--tp-common-white);
}
.liko-dark-active .postbox__comment-title {
  color: var(--tp-common-white);
}
.liko-dark-active .postbox__comment-name h5 {
  color: var(--tp-common-white);
}
.liko-dark-active .postbox__comment-name span {
  color: rgba(245, 247, 245, 0.7);
}
.liko-dark-active .postbox__comment-text p {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .postbox__comment-reply a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-form-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-form p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input, .liko-dark-active textarea {
  color: var(--tp-common-white);
  background-color: transparent;
}
.liko-dark-active .tp-postbox-details-input input::-webkit-input-placeholder, .liko-dark-active textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input::-moz-placeholder, .liko-dark-active textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input:-moz-placeholder, .liko-dark-active textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input:-ms-input-placeholder, .liko-dark-active textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input::placeholder, .liko-dark-active textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input input {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-postbox-details-input input:focus {
  border-color: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-input textarea {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-postbox-details-input textarea:focus {
  border-color: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-postbox-details-remeber label {
  color: var(--tp-common-white);
}
.liko-dark-active .blog-details-thumb-wrap {
  border-top: 1px solid #d9d9d9;
}
.liko-dark-active .blog-details-top-meta span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-list-wrap {
  background-color: #121212;
}
.liko-dark-active .tp-blog-list-title-sm {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-list-meta span {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .tp-blog-list-link {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-list-link::before {
  border: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-blog-list-link::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-blog-list-item {
  border-bottom: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tm-hero-subtitle {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .tm-hero-subtitle::after {
  background-color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .tm-hero-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tm-hero-text p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .tp-btn-circle.style-2 {
  border-color: rgba(245, 247, 245, 0.14);
  color: var(--tp-common-white);
}
.liko-dark-active .tm-hero-title-big {
  color: var(--tp-common-white);
}
.liko-dark-active .cn-contactform-support-text span {
  color: var(--tp-common-white);
}
.liko-dark-active .cn-contact-2-content {
  background-color: #1E1E1E;
}
.liko-dark-active .cn-contact-2-title {
  color: var(--tp-common-white);
}
.liko-dark-active .cn-contact-2-info-details a, .liko-dark-active .cn-contact-2-info-details span {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .cn-contactform-input input, .liko-dark-active .cn-contactform-input textarea {
  border-bottom: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .cn-contactform-input input:focus, .liko-dark-active .cn-contactform-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-btn-black-md {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 2px solid transparent;
}
.liko-dark-active .tp-btn-black-md:hover {
  background-color: transparent;
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-widget-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-widget-menu ul li a {
  color: rgba(245, 247, 245, 0.8);
  background-image: linear-gradient(var(--tp-common-white), var(--tp-common-white)), linear-gradient(var(--tp-common-white), var(--tp-common-white));
}
.liko-dark-active .tp-footer-white .tp-footer-2-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-widget-text p {
  color: rgba(245, 247, 245, 0.8);
}
.liko-dark-active .tp-footer-white .tp-footer-2-contact-item span {
  color: rgba(255, 255, 255, 0.9);
}
.liko-dark-active .tp-footer-white .tp-footer-2-contact-item span:hover a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input {
  color: var(--tp-common-white);
  border-bottom: 1px solidrgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-footer-white .tp-footer-2-input input:focus {
  border-bottom: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-footer-2-input button {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-copyright-white .tp-copyright-2-left p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-copyright-white .tp-copyright-2-social a {
  color: var(--tp-common-white);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.liko-dark-active .tp-copyright-white .tp-copyright-2-social a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-copyright-white.tp-copyright-2-bdr-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .fq-faq-sidebar-title {
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-content p {
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input {
  border-bottom: 2px solid rgba(245, 247, 245, 0.2);
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.liko-dark-active .fq-faq-sidebar-input input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-service-2-title-box p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-price-item {
  background: #121212;
  border: 1px solid rgba(245, 247, 245, 0.14);
  background-repeat: no-repeat;
  background-size: cover;
}
.liko-dark-active .tp-price-monthly {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-price-list ul li {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-price-list ul li i {
  border: 1px solid rgba(245, 247, 245, 0.16);
}
.liko-dark-active .tp-shop-btn.border-style {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.liko-dark-active .tp-shop-btn.border-style:hover {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-top-text span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-top-text-wrap {
  border-bottom: 1px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .tp-shop-banner-thumb img {
  border: 1px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .tp-shop-insta-title-box span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-insta-title {
  color: var(--tp-common-white);
}
.liko-dark-active .breadcrumb__title {
  color: var(--tp-common-white);
}
.liko-dark-active .breadcrumb__list span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-filter .ui-widget.ui-widget-content {
  background-color: rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-filter .ui-slider .ui-slider-handle {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-filter-info .input-range input {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-checkbox ul li label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-checkbox ul li label::after {
  border: 2px solid var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-categories ul li a {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-categories ul li:hover a span {
  border: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-checkbox-circle label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-checkbox-circle-number {
  border: 1px solid rgba(234, 234, 234, 0.14);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-checkbox-circle-list ul li:hover .tp-shop-widget-checkbox-circle-number {
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-size-item button {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-shop-widget-size-item button:hover {
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-widget-size-item button:focus {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
}
.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(245, 247, 245, 0.6);
}
.liko-dark-active .tp-filter-btn {
  color: var(--tp-common-white);
  background-color: rgba(245, 247, 245, 0.12);
  border: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tp-shop-details-categories span {
  color: #5d5d63;
}
.liko-dark-active .tp-shop-details-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-price span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-ratting span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-reviews span {
  color: #5d5d63;
}
.liko-dark-active .tp-shop-details-title-sm {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-msg p {
  color: #5d5d63;
}
.liko-dark-active .tp-shop-details-size-list button {
  color: var(--tp-common-white);
  border: 1px solid #1e1e1e;
  background-color: #1e1e1e;
}
.liko-dark-active .tp-shop-details-size-list button:hover {
  border-color: 1px solid var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-size-list button:focus {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-details-quantity .tp-cart-input[type=text] {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tp-cart-plus, .liko-dark-active .tp-cart-minus {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-cart {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
  border: 2px solid transparent;
}
.liko-dark-active .tp-btn-cart:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-btn-wishlist {
  border: 1px solid #1e1e1e;
  color: var(--tp-common-white);
  background-color: #1e1e1e;
}
.liko-dark-active .tp-btn-wishlist:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.liko-dark-active .tp-shop-details-query-item span {
  color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .tp-shop-details-query-item p {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-tab-nav .nav-tabs {
  border-bottom: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tp-product-details-tab-line {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-dsc-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-size-wrap .tp-product-details-size-row:nth-child(2n+1) {
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-product-details-size-row ul li {
  border-right: 5px solid var(--tp-common-black);
  color: rgba(245, 245, 245, 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: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-number-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-summery-value span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-summery-rating span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-summery-rating p {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-rating-item > span {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-rating-percent span {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-avater-rating span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-avater-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-avater-meta {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-avater-comment p {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-form-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-form p {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-product-details-review-form-rating-icon span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-product-details-review-number {
  border: 1px solid rgba(245, 247, 245, 0.12);
}
.liko-dark-active .tp-product-details-review-input input {
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
  background-color: transparent;
}
.liko-dark-active .tp-product-details-review-input textarea {
  border: 1px solid rgba(245, 247, 245, 0.1);
  background-color: transparent;
}
.liko-dark-active .tp-product-details-review-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
.liko-dark-active .tp-product-details-review-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
.liko-dark-active .tp-product-details-review-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
.liko-dark-active .tp-product-details-review-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
.liko-dark-active .tp-product-details-review-input textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
.liko-dark-active .tp-product-details-review-remeber label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-product-details-review-remeber input:checked ~ label::after {
  background-color: inherit;
  border-color: rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-product-details-review-remeber label {
  color: rgba(245, 245, 245, 0.6);
}
.liko-dark-active .tp-btn-submit {
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
  border: 2px solid transparent;
}
.liko-dark-active .tp-btn-submit:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .sv-hero-title {
  color: var(--tp-common-white);
}
.liko-dark-active .sv-hero-title-box p {
  color: #5d5d63;
}
.liko-dark-active .service-details__banner-text p {
  color: var(--tp-common-white);
}
.liko-dark-active .service-details__left-text .text-1 {
  color: var(--tp-common-white);
}
.liko-dark-active .service-details__left-text p {
  color: var(--tp-common-white);
}
.liko-dark-active .service-details__fea-list ul li {
  color: var(--tp-common-white);
}
.liko-dark-active .service-details__fea-list ul li::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .service-details__rotate-text span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark);
}
.liko-dark-active .tm-details-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tm-details-text p {
  color: #5d5d63;
}
.liko-dark-active .tm-details-social-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tm-details-portfolio a {
  color: var(--tp-common-white);
  border: 1.5px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .tm-details-portfolio a:hover {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tm-details-social a {
  color: var(--tp-common-white);
  border: 1.5px solid rgba(245, 247, 245, 0.14);
}
.liko-dark-active .tm-details-social a:hover {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-cart-title a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-cart-price span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-cart-list .table tbody tr {
  border-bottom: 1px solid rgba(245, 247, 245, 0.3);
}
.liko-dark-active .tp-wishlist-area .tp-cart-plus, .liko-dark-active .tp-wishlist-area .tp-cart-minus {
  color: var(--tp-common-black);
}
.liko-dark-active .tp-cart-area .tp-cart-plus, .liko-dark-active .tp-cart-area .tp-cart-minus {
  color: var(--tp-common-black);
}
.liko-dark-active .tp-cart-update-btn {
  color: var(--tp-common-dark);
  border: 2px solid transparent;
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-cart-update-btn:hover {
  border-color: 2px solid var(--tp-common-white);
  color: var(--tp-common-white);
  background-color: transparent;
}
.liko-dark-active .tp-cart-coupon-input input {
  background: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-cart-coupon-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-cart-coupon-input input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-cart-coupon-input input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-cart-coupon-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-cart-coupon-input input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-dark);
}
.liko-dark-active .tp-checkout-verify-reveal {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed rgba(245, 247, 245, 0.3);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-verify-reveal button {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-verify-reveal button::after {
  background-color: rgba(245, 247, 245, 0.3);
}
.liko-dark-active .tp-login-wrapper {
  background-color: var(--tp-common-black);
}
.liko-dark-active .profile__tab nav .nav-tabs .nav-link.active {
  color: var(--tp-common-white);
  background: none;
}
.liko-dark-active .profile__tab nav .nav-tabs {
  border: 1px solid rgba(245, 247, 245, 0.3);
}
.liko-dark-active .profile__tab nav .nav-tabs .nav-link::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .profile__tab nav .nav-tabs .nav-link:not(:last-child) {
  border-bottom: 1px dashed rgba(245, 247, 245, 0.3);
}
.liko-dark-active .profile__tab nav .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .profile__tab-content {
  background-color: var(--tp-common-black);
}
.liko-dark-active .profile__main-title {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__main-content p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-logout-btn {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-logout-btn:hover {
  color: var(--tp-common-dark);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .profile__main-info-item {
  background-color: var(--tp-common-dark);
}
.liko-dark-active .profile__main-info-icon > span svg path {
  fill: var(--tp-common-white);
}
.liko-dark-active .profile__main-info-title {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__main-info-icon .profile-icon-count {
  border: 2px solid #fff;
  color: var(--tp-common-dark);
  background-color: var(--tp-common-white);
}
.liko-dark-active .profile__input input, .liko-dark-active .profile__input textarea {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .profile__input .nice-select {
  background-color: var(--tp-common-black);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .profile__input > span {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__input .nice-select .current {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__input .nice-select::after {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__address-title {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__address-content p span {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__address-content p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .profile__ticket {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .profile__ticket table th {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__ticket table tbody > tr td[data-info=title] {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__notification-title {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__notification p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .profile__notification-item .form-check-label {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__notification-item .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: rgba(245, 247, 245, 0.5);
}
.liko-dark-active .tp-profile-input-title label {
  color: var(--tp-common-white);
}
.liko-dark-active .profile__password input {
  background: var(--tp-common-dark);
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-bill-area {
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-checkout-input input, .liko-dark-active .tp-checkout-input textarea {
  background: var(--tp-common-dark);
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-return-customer {
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-return-customer-input input {
  background: var(--tp-common-dark);
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-input .nice-select {
  color: var(--tp-common-white);
  background: var(--tp-common-dark);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-return-customer-input label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-input label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-return-customer-remeber label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-return-customer-remeber input:checked ~ label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-checkout-input .nice-select .list .option {
  color: var(--tp-common-black);
}
.liko-dark-active .tp-btn-cart.sm {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 2px solid transparent;
}
.liko-dark-active .tp-btn-cart.sm:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-option label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-checkout-option input:checked ~ label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-checkout-place {
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-checkout-place-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-header h4 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-desc p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-order-info-list ul li span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-payment-item label::before {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-payment-item input:checked ~ label::after {
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-payment-item label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-checkout-option label {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-login-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-login-top p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-login-option-item a {
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-login-mail p {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.liko-dark-active .tp-login-input input {
  color: var(--tp-common-white);
  background: var(--tp-common-dark);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-login-remeber label::after {
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-login-remeber input:checked ~ label::after {
  background-color: none;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-login-remeber label {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .tp-login-input-title label {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-login-btn {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 2px solid transparent;
}
.liko-dark-active .tp-login-btn:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.liko-dark-active .tp-login-mail::after {
  background-color: rgba(245, 247, 245, 0.1);
}
.liko-dark-active .project-details-1-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-subtitle i::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .project-details-1-title {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-title-box p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .project-details-1-info h4 {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-1-info span {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .project-details-2-social a {
  border: 1px solid rgba(245, 247, 245, 0.1);
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-2-social a:hover {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.liko-dark-active .project-details-2-social a:hover span {
  color: var(--tp-common-dark);
}
.liko-dark-active .pd-visual-left-text span {
  color: var(--tp-common-white);
}
.liko-dark-active .pd-visual-right-content p {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .pd-visual-right-list ul li {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .pd-visual-right-list ul li::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .pd-typography-left span.text-1 {
  color: rgba(255, 255, 255, 0.6);
}
.liko-dark-active .pd-typography-left span.text-2 {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-custom-link {
  color: var(--tp-common-white);
}
.liko-dark-active .project-details-custom-link::before {
  border: 2px solid var(--tp-common-white);
}
.liko-dark-active .project-details-custom-link::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .pd-typography-left span.text-3 {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .pd-typography-left span.text-4 {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .pd-typography-left span.text-5 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-inner-header-border {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .project-details-1-navigation {
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .project-details-1-navigation a span {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-section-title-160 {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-project-details-3-link a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-project-details-3-link a::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-project-details-3-scroll a {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-2-section-title {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-2-content-right p {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .project-details-video-overlay::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #121212 26.67%);
}
.liko-dark-active .portfolio-filter button::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .portfolio-filter button {
  color: rgba(245, 247, 245, 0.6);
}
.liko-dark-active .portfolio-filter button.active {
  color: var(--tp-common-white);
}
.liko-dark-active .portfolio-filter button:hover {
  color: var(--tp-common-white);
}
.liko-dark-active .portfolio-random-bg {
  background-color: transparent;
}
.liko-dark-active .tp-project-text-slide .tp-footer-4-big-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-project-text-slide .tp-footer-4-big-title span {
  color: var(--tp-common-white);
}
.liko-dark-active .rm-project-contact-item span {
  color: rgba(245, 247, 245, 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(245, 247, 245, 0.2);
}
.liko-dark-active .rm-project-contact-item:hover span {
  color: var(--tp-common-white);
}
.liko-dark-active .rm-project-contact-item::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .rm-project-contact-item:hover svg {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-subtitle {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-overview-right p {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-overview-info-left span {
  color: var(--tp-common-white);
}
.liko-dark-active .showcase-details-overview-info-right span {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .pw-project-style .tp-project-3-meta {
  color: var(--tp-common-white);
}
.liko-dark-active .pw-project-style .tp-btn-project-sm {
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.liko-dark-active .tp-btn-project-sm:hover {
  color: var(--tp-common-black);
}
.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(255, 255, 255) 50%, rgba(255, 255, 255, 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: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .tp-portfolio-9-scroll a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-cart-coupon-input button {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 2px solid transparent;
}
.liko-dark-active .tp-cart-coupon-input button:hover {
  background-color: transparent;
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-banner-content span.text-color-black {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-shop-brand-item img {
  filter: invert(1);
}
.liko-dark-active .tp-shop-brand-item {
  border: 1px solid rgba(245, 247, 245, 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: var(--tp-common-white);
}
.liko-dark-active .tp-login-top p a {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
}
.liko-dark-active .tp-error-title-sm {
  color: var(--tp-common-white);
}
.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: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 2px solid transparent;
}
.liko-dark-active .cartmini__checkout-btn .tp-btn-black-2:hover {
  background-color: transparent;
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-area {
  backdrop-filter: blur(10px);
  background: rgba(36, 36, 36, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.liko-dark-active .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-content p {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-contact ul li a {
  color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.liko-dark-active .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.liko-dark-active .cartmini__area {
  backdrop-filter: blur(10px);
  background: rgba(36, 36, 36, 0.85);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.liko-dark-active .cartmini__top-title h4 {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__shipping p {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__title {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__price {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__checkout-title h4 {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__checkout-title span {
  color: var(--tp-common-white);
}
.liko-dark-active .cartmini__top-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .cartmini__shipping {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.liko-dark-active .cartmini__checkout {
  border-top: 2px solid rgba(255, 255, 255, 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: var(--tp-common-dark);
}
.liko-dark-active .tm-details-shape-1 img {
  filter: invert(1);
}
.liko-dark-active .tm-details-shape-2 img {
  filter: invert(1);
}

/*----------------------------------------*/
/*  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 */
