/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Teko:wght@300..700&family=Phudu:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/urbanist-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/urbanist-semiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/urbanist-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cst-btn span svg, .tp-product-details-views > span svg, .tp-btn-white-border span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg, .tp-perspective-social-info span svg, .tp-team-details-info-contact a svg, .app-testimonial-review-content span svg, .pp-service-2-banner-text p span, .pp-service-2-banner-text a span, .tp-service-4-solution-item-btn a span, .pp-service-details-process-bottom span a svg, .st-hero-btn-icon, .pp-footer-btn span, .postbox__comment-reply a span, .tp-header-10-announcement-content a span, .breadcrumb__list span:not(:last-child)::after, .tp-btn-border-2.st span, .tp-portfolio-details-btn span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* transform */
@font-face {
  font-family: "MangoGrotesque";
  src: url("../fonts/MangoGrotesque-Bold.woff") format("woff"), url("../fonts/MangoGrotesque-Bold.woff2") format("woff2"), url("../fonts/MangoGrotesque-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "MangoGrotesque";
  src: url("../fonts/MangoGrotesque-Regular.woff") format("woff"), url("../fonts/MangoGrotesque-Regular.woff2") format("woff2"), url("../fonts/MangoGrotesque-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-teko: 'Teko', serif;
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Urbanist', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  
  --tp-ff-mango: 'MangoGrotesque', serif;
  --tp-ff-mango-bold: 'MangoGrotesque', serif;
  
  --tp-ff-playfair: 'Playfair Display', serif;
  
  --tp-ff-phudu: 'Phudu', serif;
  --tp-ff-poppins: 'Poppins', serif;
  
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --tp-common-black-1: #10302a;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-light: #D0FF71;
  --tp-common-green-regular: #C1ED00;
  /* --tp-common-green-1: #B4E717; */
  --tp-common-green-1: #b4e717;
  --tp-common-green-solid: #17312F;
  --tp-common-pink-light: #FDE1DA;
  --tp-common-paste: #43D4A0;
  --tp-common-paste-2: #0C5752;
  --tp-common-sky: #C5FCFC;
  --tp-common-red: #FE0048;
  --tp-common-red-2: #FF481F;
  --tp-common-red-3: #FF5722;
  --tp-common-blue: #7463FF;
  --tp-common-brown: #453030;
  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
  .container-1830 {
    max-width: 1830px;
  }
  .container-1680 {
    max-width: 1680px;
  }
  .container-1610 {
    max-width: 1610px;
  }
  .container-1530 {
    max-width: 1530px;
  }
  .container-1230 {
    max-width: 1230px;
  }
  .container-1200 {
    max-width: 1200px;
  }
}
/*---------------------------------
typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--tp-common-black-1);
  font-family: var(--tp-ff-heading);
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}
input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}
.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.green {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}
/*---------------------------------
1.2 Common Classes
---------------------------------*/
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
.z-index-5 {
  position: relative;
  z-index: 5;
}
.gx-30 {
  --bs-gutter-x: 30px;
}
.gx-40 {
  --bs-gutter-x: 40px;
}
.gx-60 {
  --bs-gutter-x: 60px;
}
.gx-80 {
  --bs-gutter-x: 80px;
}
.p-relative {
  position: relative;
}
/* dropcap */
.counter-row {
  counter-reset: count;
}
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-sky-border {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-sky);
  border: 1.5px solid #c5fcfc;
  border-radius: 10px;
  padding: 12px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-sky-border {
    padding: 17px 25px;
  }
}
@media (max-width: 767px) {
  .tp-btn-sky-border {
    padding: 16px 25px;
  }
}
.tp-btn-sky-border:hover {
  background-color: #c5fcfc;
  color: var(--tp-common-black);
}
/* Glow Border Animation */
/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes transform {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.8;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
}
.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}
[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.7 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-ptb {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-ptb {
    padding-top: 120px !important;
  }
}
/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/
.ai-faq-accordion-wrap .accordion-items {
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative;
}
.ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
    font-size: 16px;
    line-height: 1.2;
  }
  .cst-faq-heading.mb-50 {
    margin-bottom: 0 !important;
  }
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 35px;
  left: 7px;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  transition: 0.4s;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
}
.ai-faq-accordion-wrap .accordion-header span {
  margin-right: 20px;
}
.ai-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-right: 85px;
}
@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) {
  .ai-faq-accordion-wrap .accordion-body {
    padding-right: 0;
  }
}
.ai-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ai-faq-accordion-wrap .accordion-body p {
    font-size: 14px;
  }
}
/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-red-3);
}
.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-section-subtitle.white {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-subtitle.fs-17 {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.tp-section-subtitle.fs-17.pre-circle::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-green-1);
}
.tp-section-subtitle.border-bg {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}
.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}
.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px;
}
.tp-section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title {
    font-size: 60px;
  }
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}
.tp-section-title.fs-52 {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 0;
  /* color: var(--tp-common-white); */
}
.creative-project-title-box .tp-section-title {
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-52 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.fs-52 {
    font-size: 38px;
  }
  .tp-section-title.fs-52 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .tp-section-title.fs-52,
  h2 {
    font-size: 30px !important;
  }
}
.tp-revel-line {
  overflow: hidden;
}
/*----------------------------------------*/
/*  2.11 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  visibility: hidden;
  background: var(--tp-common-white);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.tp-search-area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.tp-search-area.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-search-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*----------------------------------------*/
/*  2.12 Magic Cursor
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}
#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}
.cursor-bg-red #ball {
  background-color: #FF535B !important;
}
.cursor-bg-red #ball .ball-view {
  color: var(--tp-common-white);
}
.cursor-bg-red-2 #ball {
  background-color: #FF481F !important;
}
.cursor-bg-red-2 #ball .ball-view {
  color: var(--tp-common-white);
}
.cursor-bg-yellow #ball {
  background-color: #FFF669 !important;
}
.cursor-bg-yellow #ball .ball-view {
  color: var(--tp-common-black);
}
.cursor-white-bg #ball .ball-view {
  color: var(--tp-common-black);
}
/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--tp-common-black);
}
/* Ball drag 
============= */
#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Ball close 
============== */
.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.tp-header-menu > nav > ul > li {
  margin: 0 20px;
  list-style-type: none;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 15px;
  }
}
.tp-header-menu > nav > ul > li > a {
  padding: 15px 0;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  letter-spacing: -0.01em;
  /* color: var(--tp-common-white); */
}
.tp-header-logo img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}
.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-black);
  margin-left: 20px;
}
.tp-header-bar button i:nth-child(2) {
  width: 24px;
}
.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: var(--tp-common-black);
}
.tp-header-bar button i:not(:last-of-type) {
  margin: 6px auto;
}
.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
@media (min-width: 1200px) {
  .tp-header-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-header-2-area {
    margin-top: 20px;
  }
}
.tp-header-2-area.header-black-style .tp-header-2-bar span {
  color: var(--tp-common-black-7);
}
.tp-header-2-area.header-black-style .tp-header-2-bar span i {
  background-color: var(--tp-common-black-7);
}
.tp-header-2-bar span {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-header-2-bar span i {
  height: 2px;
  width: 40px;
  display: block;
  margin: 6px 0;
  margin-left: 20px;
  background-color: var(--tp-common-white);
}
.tp-header-2-bar span:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-13-ptb {
    padding: 10px 0;
  }
}
/* .tp-header-13-menu > nav > ul {
margin-left: 270px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
.tp-header-13-menu > nav > ul {
margin-left: 100px;
}
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.tp-header-13-menu > nav > ul {
margin-left: 0;
}
} */
.tp-header-13-menu > nav > ul > li {
  margin: 0 30px;
}
.header-lang-submenu {
  position: absolute;
  top: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  visibility: hidden;
  background: #4D3D30;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}
.header-lang-submenu li {
  list-style: none;
}
.header-lang-submenu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.header-lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background-color: rgba(250, 250, 250, .5);
  /* -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08); */
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  padding: 4px 0;
}
.header-sticky.sticky-white-bg {
  background: rgba(255, 255, 255, 0.9);
}
.header-sticky.sticky-white-bg .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .logo-white {
  display: none;
}
.header-sticky.sticky-white-bg .logo-black {
  display: block !important;
}
.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}
.header-sticky .tp-header-logo {
  padding: 0;
}
.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.p-static {
  position: static;
}
.tp-header-dropdown nav ul li.has-dropdown::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  /* color: var(--tp-common-white); */
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: #fff;
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
/* .dropdown-white-bg nav ul li .tp-submenu {
background: rgba(255, 255, 255, 0.9);
} */
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #F8F8FB;
  color: var(--tp-common-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--tp-common-black);
}
/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}
.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}
/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  color: var(--tp-common-black-1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--tp-common-black);
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 60px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
}
.tp-offcanvas-2-right-info-item > p,
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  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) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-logo {
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
}
/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 23px;
  color: var(--tp-common-white);
}
.postbox-title.fs-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.fs-80 br {
    display: none;
  }
}
.fs-80 {
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fs-80 br {
    display: none;
  }
}
.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px !important;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-green-light);
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-thumb img {
  border-radius: 14px;
}
.postbox-details-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-text p span {
  color: var(--tp-common-green-light);
}
.postbox-details-quote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 25px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-quote span::before {
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    flex-wrap: wrap;
  }
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 35px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-green-light);
}
/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.creative-blog-item:hover .creative-blog-thumb img {
  transform: perspective(600px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.creative-blog-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.creative-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.creative-blog-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.creative-blog-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.creative-blog-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  height: 17px;
  width: 1.5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.creative-blog-title-sm {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-sm br {
    display: none;
  }
}
/* .creative-blog-title-box {
padding-left: 80px;
}
@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) {
.creative-blog-title-box {
padding-left: 0;
}
} */
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    margin-bottom: 10px;
  }
}
.creative-blog-top-content {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-top-content {
    padding-left: 0;
  }
}
.creative-blog-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 25px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .creative-blog-top-content p br {
    display: none;
  }
}
.tp-blog-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  /* letter-spacing: -4.8px; */
  color: var(--tp-common-white);
}
.tp-blog-title a {
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1A1B1E;
}
@media (max-width: 767px) {
  .tp-blog-title a {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title a {
    line-height: 80px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tp-blog-title img {
    display: none;
  }
}
.tp-blog-masonry-item {
  padding: 25px 15px;
  border-radius: 20px;
  transition: 0.9s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img {
  transform: scale(1.1);
}
.tp-blog-masonry-content {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .tp-blog-masonry-content {
    padding: 0;
  }
}
.tp-blog-masonry-item-user-thumb {
  margin-right: 12px;
  max-width: 50px;
}
.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  padding: 5px;
}
.tp-blog-masonry-item-user-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-blog-masonry-item-user-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
/* Blog card meta: author name, then read time / date */
.tp-blog-masonry-item-user-content span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.tp-blog-masonry-item-user-content p {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.tp-blog-masonry-item-user-content p b {
  font-weight: 400;
  opacity: 0.55;
}
/* Arrow slides out on card hover */
.tp-blog-masonry-item-arrow a {
  display: inline-flex;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tp-blog-masonry-item:hover .tp-blog-masonry-item-arrow a {
  transform: translate(5px, -5px);
}
/* Blog category filter row */
.tp-blog-masonry-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.blog-filter-item,
.portfolio-filter-item {
  transition: opacity 0.3s ease;
}
.blog-filter-item.is-hidden,
.portfolio-filter-item.is-hidden {
  display: none !important;
}
.tp-blog-masonry-filter .tp-contact-category-btn {
  background-color: transparent;
  padding: 12px 24px;
  border-radius: 50px;
}
.tp-blog-masonry-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.tp-blog-masonry-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px;
}
.tp-blog-masonry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 28px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-masonry-title {
    font-size: 22px;
  }
}
@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-blog-masonry-title br {
    display: none;
  }
}
.creative-blog-style-2 .tp-section-subtitle.fs-17 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-style-2 .tp-section-subtitle.fs-17 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-style-2 .tp-section-title.fs-52 {
    margin-bottom: 20px;
  }
}
/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-area {
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .tp-footer-area {
    padding-top: 60px;
  }
}
.tp-footer-col-2 {
  padding-left: 150px;
  padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-col-2 {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-2 {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-2 {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-footer-col-3 {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-col-3 {
    padding: 0;
  }
}
.tp-footer-widget-title {
  font-weight: 600;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-title {
    font-size: 48px;
  }
  .tp-footer-widget-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-footer-widget-title {
    font-size: 30px;
  }
}
.tp-footer-widget-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  /* letter-spacing: -0.02em; */
}
.tp-footer-widget-title-sm.pre::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-red-3);
}
.tp-footer-widget-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
  margin-bottom: 8px;
}
.tp-footer-widget-social a:not(:last-child) {
  margin-right: 3px;
}
.tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
  display: inline-block;
}
.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-radius: 20px;
  padding: 13px 20px;
  display: inline-block;
  margin-bottom: 8px;
  background-color: var(--tp-grey-2);
}
.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
@media (max-width: 575px) {
  .tp-footer-widget-menu ul li a {
    padding: 10px 20px !important;
  }
}
.tp-footer-widget-info {
  margin-bottom: 15px;
}
.tp-footer-widget-info a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-footer-widget-info a:hover {
  color: var(--tp-common-red-3);
}
.tp-footer-widget-info a:not(:last-child) {
  margin-bottom: 10px;
}
.tp-copyright-big-text {
  font-weight: 500;
  font-size: 259px;
  line-height: 1;
  text-align: center;
  /* letter-spacing: -16px; */
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-copyright-big-text {
    font-size: 239px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-big-text {
    font-size: 194px;
    letter-spacing: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-big-text {
    font-size: 163px;
    letter-spacing: -7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-big-text {
    font-size: 120px;
    letter-spacing: -7px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-big-text {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
.tp-copyright-left {
  padding-left: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-left {
    padding-left: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-left {
    padding-left: 215px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-left {
    padding-left: 0;
  }
}
.tp-copyright-left span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-copyright-right {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .tp-copyright-right {
    padding-right: 0;
  }
}
.tp-copyright-right a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-copyright-right a:hover {
  color: var(--tp-common-red-3);
}
.tp-copyright-right a:not(:first-child) {
  margin-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 0;
    margin: 0 8px;
  }
}
.tp-copyright-bottom {
  position: relative;
  margin-top: -30px;
  /* padding-bottom: 55px; */
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
}
.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}
.tp-letter-span {
  display: inline-block;
}
.tp-word-span {
  display: inline-block;
}
.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-cream);
}
.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-cream);
}
.tp-footer-style-6 .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-red);
}
.tp-footer-style-6 .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
}
.tp-footer-style-6 .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}
.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-cream);
}
.tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}
.tp-copyright-style-6 .tp-copyright-big-text {
  color: #999;
}
.tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-cream);
}
.tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-cream);
}
.tp-copyright-style-6 .tp-copyright-right a:hover {
  color: var(--tp-common-red);
}
/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-footer-area {
    padding-top: 80px;
  }
}
.creative-footer-style {
  margin: 0 auto;
  max-width: 1580px;
  border-radius: 20px;
  padding: 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-footer-style {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-footer-style {
    margin: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .creative-footer-style {
    margin: 0;
    padding: 0 20px;
  }
}
.creative-footer-style .tp-footer-widget-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-footer-style .tp-footer-widget-title br {
    display: none;
  }
}
.creative-footer-style .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-green-light);
}
.creative-footer-style .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.creative-footer-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-light);
  background-color: var(--tp-common-green-light);
}
.creative-footer-style .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.creative-footer-style .tp-footer-widget-info a:hover {
  color: var(--tp-common-green-light);
}
.creative-footer-style .tp-copyright-big-text {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 225px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 188px;
    letter-spacing: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 165px;
    letter-spacing: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 50px;
  }
}
.creative-footer-style .tp-copyright-left span {
  color: var(--tp-common-white);
}
.creative-footer-style .tp-copyright-right a {
  color: var(--tp-common-white);
}
.creative-footer-style .tp-copyright-right a:hover {
  color: var(--tp-common-green-light);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style .tp-copyright-right a:not(:first-child) {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-footer-style .tp-copyright-right a:not(:first-child) {
    margin-left: 30px;
  }
}
.creative-footer-style .tp-footer-widget-social {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  padding-bottom: 25px;
  background-color: #0e0f11;
  border-radius: 0 0 20px 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) {
  .creative-footer-style .tp-footer-widget-social {
    padding-bottom: 15px;
    display: flex;
    padding-bottom: 0;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .creative-footer-style .tp-footer-widget-social {
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
.creative-footer-style .tp-footer-widget-social::after, .creative-footer-style .tp-footer-widget-social::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -20px;
  height: 40px;
  width: 20px;
  z-index: -1;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 #0e0f11;
}
.creative-footer-style .tp-footer-widget-social::before {
  top: auto;
  bottom: -39px;
  left: 0px;
}
.creative-footer-style .tp-footer-widget-social a {
  display: table;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-footer-style .tp-footer-widget-social a {
    display: inline-block;
  }
}
.creative-footer-style .tp-footer-widget-social a:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-footer-style .tp-footer-widget-social a:not(:last-child) {
    margin-bottom: 0;
  }
}
.creative-footer-style .tp-footer-widget-social a:hover {
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style .tp-footer-col-2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-footer-style .tp-footer-col-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .creative-footer-style .tp-copyright-left {
    padding-left: 260px;
  }
}
@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) {
  .creative-footer-style .tp-copyright-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-footer-style .tp-copyright-bottom {
    margin-top: 0px;
  }
}
.creative-footer-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 22px;
  padding-bottom: 20px;
  background-color: #0e0f11;
  border-radius: 0 0 0 20px;
}
.creative-footer-text::after, .creative-footer-text::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  right: 0px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -18px 0 0 #0e0f11;
}
.creative-footer-text::before {
  top: auto;
  bottom: 11px;
  left: -19px;
}
.creative-footer-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.7 Footer Style 7
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.8 Footer Style 8
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.9 Footer Style 9
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.10 Footer Style 10
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.11 Footer Style 11
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.12 Footer Style 12
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.13 Footer Style 13
/*----------------------------------------*/
.cr-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cr-footer-bg img {
  height: 100%;
}
/*----------------------------------------*/
/*  6.14 Footer Style 14
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.15 Footer Style 15
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-hero-2-area {
    padding-bottom: 0;
  }
}
.design-hero-ptb {
  padding-top: 250px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-hero-ptb {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-ptb {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-hero-ptb {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-ptb {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .design-hero-ptb {
    padding-top: 120px;
  }
}
.design-hero-slide-text {
  text-align: center;
}
.design-hero-slide-text > span {
  display: inline-block;
  font-weight: 600;
  font-size: 88px;
  line-height: 1;
  color: var(--tp-common-black-1);
  letter-spacing: -0.03em;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 76px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .design-hero-slide-text span,
  .tp-blog-title {
    font-size: 42px;
  }
}
.design-hero-slide-text span i {
  font-style: normal;
  margin-left: 4px;
  color: var(--tp-common-black-1);
}
/* .design-hero-circle-1 {
position: absolute;
top: -25%;
left: -6%;
height: 600px;
width: 600px;
filter: blur(70px);
-webkit-filter: blur(70px);
border-radius: 50%;
display: inline-block;
background-color: rgba(5, 45, 146, 0.6);
}
.design-hero-circle-2 {
position: absolute;
bottom: -50%;
right: -8%;
height: 800px;
width: 800px;
filter: blur(140px);
-webkit-filter: blur(140px);
border-radius: 50%;
display: inline-block;
background-color: rgba(109, 97, 255, 0.4);
} */
.design-hero-content p {
  /* font-weight: 300; */
  font-size: 18px;
  line-height: 1.3;
  color: #e0eeee;
  margin-bottom: 35px;
  /* letter-spacing: -0.02em; */
  margin-top: 15px;
}
@media (max-width: 767px) {
  .design-hero-content p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-content p {
    font-size: 19px;
  }
  .design-hero-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .design-hero-content-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-hero-wrap {
    margin-bottom: 50px;
  }
}
/*----------------------------------------*/
/*  7.2 About Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.creative-about-text p {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .creative-about-text p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-about-text p {
    font-size: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-about-text p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .creative-about-text p {
    font-size: 29px;
  }
}
.creative-about-text p span {
  padding-left: 150px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-about-text p span {
    padding-left: 0;
  }
}
.creative-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.creative-brand-item img {
  width: auto;
  max-width: 170px;
  max-height: 55px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .creative-brand-item {
    height: 70px;
  }
  .creative-brand-item img {
    max-width: 130px;
    max-height: 42px;
  }
}
.pp-about-content p {
  /* font-size: 20px; */
  /* font-weight: 500; */
  margin-bottom: 15px;
  color: var(--tp-common-white);
}
/* @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) {
.pp-about-content p {
font-size: 18px;
}
}
@media (max-width: 767px) {
.pp-about-content p {
font-size: 16px;
}
} */
@media (max-width: 767px) {
  .pp-about-content p br {
    display: none;
  }
}
/*----------------------------------------*/
/*  7.3 Banner Css
/*----------------------------------------*/
.ar-banner-wrap {
  height: 820px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-banner-wrap {
    height: 720px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-banner-wrap {
    height: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-banner-wrap {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-banner-wrap {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .ar-banner-wrap {
    height: 250px;
  }
}
.ar-banner-wrap img {
  margin-top: -150px;
}
@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) {
  .ar-banner-wrap img {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .ar-banner-wrap img {
    margin-top: -20px;
  }
}
.ar-banner-shape img {
  max-width: inherit;
}
/*----------------------------------------*/
/*  7.4 Text-slide Css
/*----------------------------------------*/
.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/
.ar-service-item {
  height: 100%;
  width: 25%;
  cursor: pointer;
}
.ar-service-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-service-1-left > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black-1);
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--tp-ff-heading);
}
.inner-service-1-left ul li {
  list-style-type: none;
}
.inner-service-1-left ul li:not(:last-child) {
  margin-bottom: 12px;
}
.inner-service-1-left ul li span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: rgba(17, 16, 19, 0.22);
  text-transform: uppercase;
  font-family: var(--tp-ff-heading);
  transition: color 0.45s ease, transform 0.45s ease;
}
/* leading pink line that grows in when the item becomes active */
.inner-service-1-left ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 0;
  height: 2px;
  background: var(--tp-common-black-1);
  transform: translateY(-50%);
  transition: width 0.45s ease;
}
.inner-service-1-left ul li.is-active span {
  color: var(--tp-common-black-1);
  transform: translateX(16px);
}
.inner-service-1-left ul li.is-active span::before {
  width: 10px;
}
.inner-service-1-text {
  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) {
  .inner-service-1-text {
    margin-bottom: 45px;
  }
}
.inner-service-1-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.6);
}
.inner-service-1-text p {
  font-weight: 400;
  font-size: 16px;
  color: #f9f4e8;
  line-height: 1.4;
  margin-top: 40px;
  /* padding-right: 100px; */
  /* letter-spacing: -0.01em; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 18px;
  }
}
/* .inner-service-1-right {
padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.inner-service-1-right {
padding-left: 0;
}
} */
/* Pill-style sub-service tags (wrapped, multiple per line) */
.inner-service-1-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.inner-service-1-thumb .tp--hover-img {
  overflow: hidden;
  height: 500px;
}
.inner-service-1-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 575px) {
  .inner-service-1-thumb .tp--hover-img {
    height: 300px;
  }
}
.inner-service-1-thumb img {
  border-radius: 10px;
}
@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-inner-service-area {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inner-service-item {
    margin-bottom: 50px;
  }
}
.tp-service-5-feature-wrap {
  height: 540px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tp-service-5-feature-wrap {
    height: 300px;
  }
}
.tp-service-5-feature-wrap img {
  border-radius: 10px;
}
.tp-service-5-feature-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding-bottom: 70px;
}
.tp-service-5-feature-content p {
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-5-feature-content {
    padding: 215px 0 60px 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-feature-content {
    padding: 215px 0 60px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-feature-content {
    padding: 100px 0 60px 40px;
  }
}
@media (max-width: 767px) {
  .tp-service-5-feature-content {
    padding: 20px;
  }
}
.tp-service-5-feature-content span {
  margin-bottom: 45px;
  display: inline-block;
}
.tp-service-5-feature-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  /* letter-spacing: -2.4px; */
  /* text-transform: uppercase; */
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-white);
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.tp-service-5-feature-title {
letter-spacing: -0.4px;
}
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-feature-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-service-5-feature-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .tp-service-5-feature-title br {
    display: none;
  }
}
.pp-service-details-title {
  margin: 0;
  font-size: 88px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1.4px;
  color: var(--tp-common-white);
  /* font-family: var(--tp-ff-teko); */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-details-title {
    font-size: 72px;
    line-height: 0.7;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-details-title {
    font-size: 62px;
    line-height: 0.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-title {
    font-size: 48px;
    line-height: 0.9;
  }
}
@media (max-width: 767px) {
  .pp-service-details-title {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .pp-service-details-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-service-details-title i {
    display: none;
  }
}
.pp-service-details-title span {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #0E0F11;
  margin-bottom: 0;
  padding: 16px 29px;
  border-radius: 56px;
  display: inline-block;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border: 1px solid #FFF669;
  transform: translateY(-24px);
  font-family: var(--tp-ff-p);
  background: var(--tp-common-yellow-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-title span {
    transform: translateY(-16px);
  }
}
@media (max-width: 767px) {
  .pp-service-details-title span {
    transform: translateY(-4px);
  }
}
.pp-service-details-title span svg {
  position: absolute;
  bottom: -13px;
  right: -13px;
}
.creative-service-2-style .tp-section-subtitle {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-service-2-style .tp-section-subtitle {
    margin-bottom: 15px;
  }
}
.creative-service-2-style .tp-service-5-feature-wrap {
  /* border-radius: 0; */
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-service-2-style .tp-service-5-feature-wrap {
    height: 450px;
  }
}
.creative-service-2-style .tp-service-5-feature-wrap img {
  border-radius: 0;
}
/* .creative-service-2-style .tp-service-5-feature-wrap::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
} */
/*----------------------------------------*/
/*  7.6 Project Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-project-area {
    padding-bottom: 80px;
  }
}
.creative-project-thumb {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}
.creative-project-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.creative-project-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  /* letter-spacing: -0.02em; */
  color: var(--tp-common-white);
}
.creative-project-category {
  position: absolute;
  bottom: 20px;
  right: 20px;
  /* padding: 15px; */
  padding-top: 7px;
  background-color: transparent;
  border-radius: 0 0 0 20px;
  /* opacity: 0;
  visibility: hidden; */
  transition: 0.4s;
  /* transform: translateY(-50px); */
}
.creative-project-category span {
  border-radius: 20px;
  padding: 9px 18px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background-color: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.creative-project-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}
@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) {
  .creative-project-item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-project-item {
    margin-bottom: 50px;
  }
  .creative-project-category span {
    padding: 9px 12px !important;
  }
}
/* .creative-project-item:hover .creative-project-category {
opacity: 1;
visibility: visible;
transform: translateY(-1px);
} */
.creative-project-item:hover .creative-project-thumb img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
@media (max-width: 767px) {
  .design-project-item {
    margin-bottom: 60px;
  }
}
.design-project-thumb img {
  border-radius: 30px;
  will-change: transform;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-thumb img {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .design-project-thumb img {
    margin-bottom: 30px;
  }
}
.tp_text_invert > div {
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.tp_text_invert_2 > div {
  background-image: linear-gradient(to right, #e0eeee 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tp_text_invert_3 > div {
  background-image: linear-gradient(to right, #f9f4e8 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tp-text-right-scroll {
  display: inline-block;
}
.tp-reveal-line {
  overflow: hidden;
}
.studio-project-thumb {
  height: 630px;
  width: 1090px;
  margin-left: 90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-project-thumb {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .studio-project-thumb {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.studio-project-thumb img {
  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) {
  .st-portfolio-heading {
    margin-bottom: 50px;
  }
}
.tp-project-5-title-box {
  position: relative;
  padding: 32px 0;
  z-index: 1;
  border-bottom: 1px solid rgba(207, 194, 146, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-title-box {
    margin-bottom: 40px;
  }
}
.tp-project-5-title-box:last-child {
  margin-bottom: 0;
}
.tp-project-5-title-box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #846457;
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
  transition: 0.3s;
}
.tp-project-5-title-box.active span {
  color: var(--tp-cream-2);
}
.tp-project-5-2-title {
  font-size: 326px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -19.56px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-5-2-title {
    font-size: 280px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-2-title {
    font-size: 230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-title {
    font-size: 60px;
    letter-spacing: -2.56px;
  }
}
.tp--hover-item {
  position: relative;
}
.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-project-2-style {
    padding-bottom: 0;
  }
}
.creative-project-2-top {
  margin-bottom: 70px;
}
/* .creative-project-2-top .tp-section-subtitle {
margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.creative-project-2-top .tp-section-subtitle {
margin-bottom: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.creative-project-2-top .tp-section-subtitle {
margin-bottom: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.creative-project-2-top .tp-section-subtitle {
margin-bottom: 20px;
}
} */
/*----------------------------------------*/
/*  7.7 Funfact Css
/*----------------------------------------*/
.tp-funfact-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}
.tp-funfact-panel-wrap {
  width: 300%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@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-funfact-panel-wrap {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
}
/*----------------------------------------*/
/*  7.8 Work Css
/*----------------------------------------*/
.creative-work-bg {
  padding: 110px 100px;
  padding-bottom: 80px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-work-bg {
    padding: 110px 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-bg {
    padding: 110px 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-work-bg {
    padding: 110px 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .creative-work-bg {
    padding: 110px 20px;
    padding-bottom: 80px;
  }
}
/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/
/* .tp-testimonial-ratting {
display: inline-block;
border-radius: 100px;
padding: 11px 16px;
padding-right: 30px;
border: 1px solid rgba(255, 255, 255, 0.1);
} */
.tp-testimonial-ratting img {
  flex: 0 0 auto;
  margin-right: 15px;
  width: 95px;
}
.tp-testimonial-ratting-icon span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black-7);
}
.tp-testimonial-ratting-icon i {
  font-size: 14px;
  color: #ef2b10;
}
.tp-testimonial-ratting-icon i svg {
  transform: translateY(-3px);
}
.tp-testimonial-ratting-info p {
  /* font-weight: 500; */
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .app-testimonial-ptb {
    padding-bottom: 60px;
  }
}
.app-testimonial-shape .shape-1 {
  position: absolute;
  right: 21%;
  top: 8%;
}
@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: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-1 {
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-1 {
    display: none;
  }
}
.app-testimonial-shape .shape-2 {
  position: absolute;
  left: 21%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-2 {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-2 {
    display: none;
  }
}
.app-testimonial-shape .shape-3 {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text {
  top: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text h3 {
  margin: 0;
  font-size: 320px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  background: linear-gradient(180deg, rgba(33, 33, 45, 0.04) 0%, rgba(33, 33, 45, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial-big-text h3 {
    font-size: 235px;
  }
}
@media (max-width: 767px) {
  .app-testimonial-big-text h3 {
    font-size: 182px;
  }
}
.app-testimonial-review {
  width: 290px;
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0.96%, rgba(224, 225, 233, 0.6) 100%);
  box-shadow: 0px 1px 2px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(5px);
}
.app-testimonial-review-width {
  display: flex;
  justify-content: center;
}
.app-testimonial-review-icon {
  margin-right: 12px;
}
.app-testimonial-review-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
}
.app-testimonial-review-content span i {
  font-style: normal;
  margin-right: 5px;
}
.app-testimonial-review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.13px;
}
.app-testimonial-item {
  padding: 30px;
  border-radius: 24px;
  margin: 17px;
  min-width: 460px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08);
  display: flex;
  flex-direction: column;
}
.app-testimonial-item-icon {
  margin-right: 15px;
}
.app-testimonial-item-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}
.app-testimonial-item-icon-content p {
  margin: 0;
  color: #494954;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.app-testimonial-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.app-testimonial-item-content p {
  color: #494954;
  letter-spacing: -0.18px;
  font-size: 16px;
}
@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) {
  .app-testimonial-item-content p br {
    display: none;
  }
}
.app-testimonial-item-star {
  line-height: 1;
  margin-top: 15px;
}
.app-testimonial-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.app-testimonial-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  animation: marquee-horizontal 30s linear infinite;
}
.app-testimonial-wrapper:hover {
  animation-play-state: paused;
}
.app-testimonial-pagination {
  display: none !important;
}

@media (min-width: 768px) {
  .app-testimonial-wrapper {
    display: flex !important;
    align-items: stretch !important;
  }
  .app-testimonial-item {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 460px !important;
    width: 460px !important;
    min-width: 460px !important;
  }
  .app-testimonial-item-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  .app-testimonial-slider-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .app-testimonial-wrapper {
    animation: none !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .app-testimonial-item.is-duplicate {
    display: none !important;
  }
  .app-testimonial-item {
    height: auto !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 30px 24px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .app-testimonial-item-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
  }
  .app-testimonial-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 25px;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 10;
  }
  .app-testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #07090d;
    opacity: 0.25;
    border-radius: 20px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    margin: 0 !important;
  }
  .app-testimonial-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: #07090d;
    opacity: 1;
  }
}
.app-testimonial-slider {
  margin-left: -250px;
}
@media (max-width: 767px) {
  .app-testimonial-slider {
    margin-left: 0;
  }
}
/*----------------------------------------*/
/*  8.0 Award Css
/*----------------------------------------*/
.design-award-item {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 35px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  border-bottom: 1px solid rgba(224, 238, 238, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-award-item {
    width: 690px;
  }
}
@media (max-width: 767px) {
  .design-award-item {
    width: 100%;
  }
}
.design-award-item::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(40deg);
  background: rgba(224, 238, 238, 0.3);
}
.design-award-item::before {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(-40deg);
  background: rgba(224, 238, 238, 0.3);
}
.design-award-item:hover {
  border-color: var(--tp-common-white);
}
.design-award-item:hover::after, .design-award-item:hover::before {
  background-color: var(--tp-common-white);
}
.design-award-wrap .row [class*=col]:not(:first-child) .design-award-item {
  padding-top: 40px;
}
.ar-award-item {
  padding: 26px 0;
  position: relative;
  border-bottom: 1px solid rgba(29, 33, 50, 0.08);
}
@media (max-width: 767px) {
  .ar-award-item {
    padding: 26px 10px;
  }
}
.ar-award-item:first-child {
  border-top: 1px solid rgba(29, 33, 50, 0.08);
}
.ar-award-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-red-2);
}
.ar-award-item:hover::after {
  height: 100%;
}
.ar-award-item:hover span {
  color: var(--tp-common-white);
}
.ar-award-item:hover span svg {
  color: var(--tp-common-white);
}
.st-award-thumb-shape {
  position: absolute;
  width: 175px;
  height: 70px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background-color: #FFCF27;
  -webkit-transform: rotate(-55deg) translate(-100%, 150%);
  transform: rotate(-55deg) translate(-100%, 150%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-thumb-shape {
    display: none;
  }
}
#st-award-thumb img {
  transform-origin: bottom left;
}
/*----------------------------------------*/
/*  8.1 Video Css
/*----------------------------------------*/
.tp-video-thumb-wrap {
  transform-origin: top center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*----------------------------------------*/
/*  8.2 Brand Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-brand-inner-item {
    margin-bottom: 20px;
  }
}
.tp-brand-inner-item img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-brand-area {
    padding-top: 40px;
  }
}
.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/*----------------------------------------*/
/*  8.3 Team Css
/*----------------------------------------*/
.des-team-item-box {
  padding: 0 120px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(159, 156, 149, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .des-team-item-box {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .des-team-item-box {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .des-team-item-box {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.des-team-item-box span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  color: rgba(249, 244, 232, 0.1);
}
.des-team-item-box.active span {
  color: var(--tp-common-cream);
}
@media (max-width: 767px) {
  .des-team-item-box.active span {
    display: block;
  }
}
.studio-team-title-box p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(249, 244, 232, 0.8);
}
@media (max-width: 767px) {
  .studio-team-title-box p {
    font-size: 18px;
  }
  .studio-team-title-box p br {
    display: none;
  }
}
/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  8.5 Choose Css
/*----------------------------------------*/
/* .design-choose-item p {
font-weight: 400;
font-size: 40px;
line-height: 0.9;
text-align: end;
margin-bottom: 0;
letter-spacing: -0.02em;
color: var(--tp-common-black);
font-family: var(--tp-ff-heading);
} */
/*----------------------------------------*/
/*  8.6 Price Css
/*----------------------------------------*/
#lineMarker {
  position: absolute;
  top: 5px;
  height: 36px;
  z-index: -1;
  transition: 0.4s;
  border-radius: 6px;
  display: inline-block;
  background: var(--tp-common-white);
}
/*----------------------------------------*/
/*  8.7 Faq Css
/*----------------------------------------*/
.it-faq-accordion .faq-active {
  position: relative;
}
.it-faq-accordion .faq-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  transition: 0.5s;
  background: #ffd743;
  border-radius: 20px;
}
.it-faq-accordion .accordion-items.faq-active::before {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
}
/*----------------------------------------*/
/*  8.8 Success Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  8.9 Instagram Css
/*----------------------------------------*/
.pp-social-item {
  display: block;
  text-align: center;
  padding: 45px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pp-social-item:last-child {
  border: none;
}
/*----------------------------------------*/
/*  9.0 Feature Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  9.1 Review Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  9.2 Stack Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  9.3 Benefits Css
/*----------------------------------------*/
.tp-gsap-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-common-black);
  z-index: -1;
}
/*----------------------------------------*/
/*  9.4 Cta Css
/*----------------------------------------*/
.st-cta-bg-circle {
  position: absolute;
  top: 0;
  left: -3.5%;
  height: 1000px;
  width: 107%;
  display: inline-block;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/*----------------------------------------*/
/*  9.5 Intaractive Css
/*----------------------------------------*/
.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-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  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-mango-bold);
  -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%);
  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);
}
/*----------------------------------------*/
/*  9.6 Project Slider Css
/*----------------------------------------*/
/* ============ creative Slider ================= */
/* ============ creative Slider ================= */
/* ============ Showcase Slider ================= */
/* ============ Showcase Slider ================= */
/* ============ parallax Slider ================= */
/* ============ parallax Slider ================= */
/* ============ showcase Slider ================= */
/* ============ showcase Slider ================= */
.slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}
.tp-portfolio-slicer-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slicer-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slicer-wrap {
    margin-bottom: 100px;
  }
}
/* SLIDER */
.tp-perspective-slider {
  width: 100%;
  overflow: hidden;
  padding: 2vw 3vw 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.tp-perspective-slider .tp-perspective-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
  content: "";
  width: 40px;
  height: 103%;
  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%;
  background: #000;
}
@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before {
    content: none;
  }
}
.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
  content: "";
  width: 40px;
  height: 103%;
  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%;
  background: #000;
}
@media (max-width: 767px) {
  .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after {
    content: none;
  }
}
@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-pd-3-portfolio-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pd-3-portfolio-item-wrap {
    padding-top: 0;
  }
}
/*----------------------------------------*/
/*  9.7 Career Css
/*----------------------------------------*/
.tp-career-shape-1 {
  position: absolute;
  top: 37%;
  right: 22%;
}
@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-career-shape-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-career-details-ptb {
    padding-top: 100px;
  }
}
.tp-career-details-wrapper {
  padding-right: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-details-wrapper {
    padding-right: 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) {
  .tp-career-details-wrapper {
    padding-right: 0;
  }
}
/*----------------------------------------*/
/*  9.8 Contact Css
/*----------------------------------------*/
.tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}
.tp-contact-form-input input, .tp-contact-form-input textarea {
  border-radius: 8px;
  background: transparent;
  border-color: #F8F8FB;
}
.tp-contact-form-input input:focus, .tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
}
.tp-contact-form-input textarea {
  resize: none;
  height: 90px;
}
/* .tp-contact-form-btn button {
font-size: 18px;
font-weight: 600;
line-height: 1;
border-radius: 30px;
padding: 20px 54px;
letter-spacing: -0.18px;
color: var(--tp-common-white);
background-color: var(--tp-common-red-3);
} */
.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-contact-category-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 10px;
  margin-bottom: 10px;
  margin-right: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* color: var(--tp-common-white); */
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.tp-contact-category-btn:hover, .tp-contact-category-btn.active {
  background-color: var(--tp-common-black);
  color: #fff;
}
@media (max-width: 575px) {
  .tp-contact-form-input.mb-20 {
    margin-bottom: 10px !important;
  }
  .tp-contact-me-interest-form {
    margin-top: 40px;
  }
  input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    height: 44px;
  }
}
.tp-contact-me-ptb {
  padding-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-me-ptb {
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-me-ptb {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-ptb {
    padding-top: 120px;
  }
  /* .tp-testimonial-ratting-box {
  margin-bottom: 25px;
  } */
}
.tp-contact-me-ptb .tp-career-shape-1 {
  top: 60%;
  right: 29%;
}
@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) {
  .tp-contact-me-heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-contact-me-heading {
    padding-bottom: 30px;
  }
}
.tp-contact-me-heading .pp-service-details-title img {
  margin-right: 15px;
  border-radius: 50px;
  transform: translateY(7px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-me-heading .pp-service-details-title img {
    transform: translateY(10px);
  }
}
@media (max-width: 767px) {
  .tp-contact-me-heading .pp-service-details-title img {
    display: none;
  }
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  /* background: #1D1D1F; */
  border-color: #1D1D1F;
  /* color: var(--tp-common-white); */
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  border-color: #FFF669;
  background-color: var(--tp-common-black-7);
}
/*----------------------------------------*/
/*  9.9 Portfolio css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading {
    flex-wrap: wrap;
  }
}
.tp-portfolio-heading .tp-section-subtitle {
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading .tp-section-subtitle {
    transform: translateY(-15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-heading .tp-blog-title img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-inner-box {
    padding-bottom: 50px;
  }
}
.tp-pd-5-hero-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #000;
  transition: opacity 0.2s ease;
}
.tp-pd-5-hero-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-color: #fff;
  transition: opacity 0.4s ease;
}
.project-details-video {
  margin-bottom: 60px;
}
.project-details-video video {
  height: 800px;
  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 {
  font-size: 20px;
  text-align: center;
  color: var(--tp-common-white);
  transform: translateY(35px);
}
.project-details-video {
  /* Fallback stuff */
}
.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 {
  /* WebKit styles */
}
.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 {
  /* Firefox styles */
}
.project-details-video progress[value]::-moz-progress-bar {
  background-color: var(--tp-common-white);
  position: relative;
  transition: width 1s linear;
}
/*----------------------------------------*/
/*  10.0 Shop Css
/*----------------------------------------*/
.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);
}
@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-product-banner {
    margin-bottom: 15px;
  }
}
/*----------------------------------------*/
/*  10.1 Shop Details Css
/*----------------------------------------*/
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}
.modal-body {
  padding: 0;
}
/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.3 Checkout css
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.4 Cart css
/*----------------------------------------*/
.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);
}
/*----------------------------------------*/
/*  10.5 Account css
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.6 Error Css
/*----------------------------------------*/
.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;
  line-height: 1;
  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;
}
/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.2 Hero Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.3 common Style
/*----------------------------------------*/
.cst-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 30px 10px;
  /* letter-spacing: -0.16px; */
  backdrop-filter: blur(10px);
  background: var(--tp-common-green-1);
  color: var(--tp-common-black-7);
  font-family: var(--tp-ff-inter);
  border: 1.5px solid #0e0f11;
}
@media (max-width: 767px) {
  .cst-btn {
    padding: 16px 16px 13px;
  }
}
.cst-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.cst-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cst-btn span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.cst-btn span svg {
  margin-left: 4px;
}
.cst-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.cst-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.cst-btn.transparent {
  border-radius: 6px;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.06);
}
.cst-btn.black-t {
  background-color: var(--tp-common-black-1);
  color: #fff;
  border-color: var(--tp-common-black-1);
}
.cst-btn.black-t:hover {
  border-color: transparent;
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-green-1);
}
.cst-btn.white-t {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.cst-btn.white-t:hover {
  border-color: transparent;
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-green-1);
}
/* Outline variant for use on LIGHT backgrounds (white-t is for dark ones) */
/*----------------------------------------*/
/*   3.2 About Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.2 Feature Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.2 Video Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.2 Service Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.2 Portfolio Style
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.cnt-portfolio-video-wrapper {
  position: relative;
  width: 100%;
  height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cnt-portfolio-video-wrapper {
    height: auto;
    padding-bottom: 60px;
  }
}
.cnt-portfolio-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.cnt-portfolio-video-card {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 60px 50px;
  border-radius: 16px;
  display: inline-block;
  background-color: #F2F1EE;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cnt-portfolio-video-card {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cnt-portfolio-video-card {
    padding: 20px;
    width: auto;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
/*----------------------------------------*/
/*   3.4 Testimonial Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.4 Faq Style
/*----------------------------------------*/
/* @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.cst-faq-ptb {
padding-top: 100px;
padding-bottom: 100px;
}
} */
@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) {
  .cst-faq-wrap {
    padding-left: 0;
  }
}
.cst-faq-wrap .ai-faq-accordion-wrap {
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-items {
  padding-left: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  left: auto;
  right: 0;
}
.cst-faq-wrap .ai-faq-accordion-wrap .accordion-body {
  padding-right: 30px;
}
/*----------------------------------------*/
/*   3.4 Cta Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.3 Brand Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.3 Team Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.4 blog Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.4 Footer Style
/*----------------------------------------*/
/*----------------------------------------*/
/*   3.5 Dark Style
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.7 Dark Css Start
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.8 Light Css Start
/*----------------------------------------*/
.agntix-light .tp_text_invert_3 > div {
  background-image: linear-gradient(to right, #000 50%, #e4e4e4 50%);
}
/* .agntix-light .design-choose-2-style .design-choose-item p {
color: rgba(0, 0, 0, 0.6);
} */
.creative-project-title-box .tp-section-subtitle.fs-17.pre-circle::before {
  background-color: #fff;
}
.agntix-light .creative-about-text p {
  color: var(--tp-common-black);
}
/* .agntix-light .creative-brand-item img {
filter: invert(1);
} */
.agntix-light .creative-blog-top-content p {
  color: #4d5051;
}
.agntix-light .creative-blog-meta span {
  color: var(--tp-text-body);
}
.agntix-light .creative-blog-meta span:not(:last-child)::after {
  background-color: rgb(46, 45, 45);
}
.agntix-light .creative-blog-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social {
  background-color: rgb(244, 246, 248);
}
.agntix-light .creative-footer-style .tp-footer-widget-social::after, .agntix-light .creative-footer-style .tp-footer-widget-social::before {
  box-shadow: 0px -18px 0 0 rgb(244, 246, 248);
}
.agntix-light .creative-footer-text {
  background-color: rgb(244, 246, 248);
}
.agntix-light .creative-footer-text::after, .agntix-light .creative-footer-text::before {
  box-shadow: 0px -18px 0 0 rgb(244, 246, 248);
}
.agntix-light .creative-footer-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a:hover {
  border: 1px solid rgb(208, 255, 113);
}
.agntix-light .creative-footer-style .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-big-text {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-footer-style .tp-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-left span {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-right a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp_text_invert_2 > div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}
.agntix-light .tp-btn-sky-border {
  color: var(--tp-common-black-7);
  border: 1.5px solid #0e0f11;
}
.agntix-light .tp-btn-sky-border:hover {
  background-color: #0e0f11;
  color: var(--tp-common-white);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-black);
}
.agntix-light .design-hero-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover {
  border-color: var(--tp-common-black-7);
}
.agntix-light .design-award-item::before {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item::after {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover::before, .agntix-light .design-award-item:hover::after {
  background: var(--tp-common-black-7);
}
/* .agntix-light .tp-testimonial-ratting {
border: 1px solid rgba(0, 0, 0, 0.1);
} */
.agntix-light .tp-testimonial-ratting-info p {
  color: rgba(0, 0, 0, 0.6);
}
/* .agntix-light .design-hero-circle-1 {
filter: blur(400px);
-webkit-filter: blur(400px);
background-color: rgba(5, 45, 146, 0.2);
} */
/* .agntix-light .design-hero-circle-2 {
filter: blur(400px);
-webkit-filter: blur(400px);
background-color: rgba(109, 97, 255, 0.1);
} */
.agntix-light .des-team-item-box span {
  color: #ECECEC;
}
.agntix-light .des-team-item-box.active span {
  color: #111013;
}
.agntix-light .studio-team-title-box p {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light #lineMarker {
  background: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-body p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-project-5-title-box span {
  color: rgba(47, 46, 43, 0.3);
}
.agntix-light .tp-project-5-title-box.active span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-title {
  color: var(--tp-common-black-8);
}
.agntix-light .pp-social-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .postbox-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .postbox-details-list ul li i {
  color: var(--tp-common-red-3);
}
.agntix-light .tp-career-shape-1 {
  filter: invert(1);
}
.agntix-light .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info p,
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-2);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::before {
  background: #fff;
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::after {
  background: #fff;
}
.agntix-light .creative-footer-style .tp-footer-widget-social a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-1);
}
.agntix-light .pp-about-content p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-text span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .inner-service-1-text p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-left > span {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-title a {
  background-color: #F6F6F9;
}
.agntix-light .tp-blog-masonry-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item-user-content span {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .tp-blog-masonry-item-user-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-quote p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-quote span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-quote span::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-text p span {
  color: #ff5722;
}
.agntix-light .postbox-details-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}
/* Layer the hero (transparent bg, white comes from body) above the video so the
video can peek/expand behind the reviews without ever covering them */
@media (min-width: 768px) {
  .design-hero-area {
    position: relative;
    z-index: 2;
  }
  /* .tp-video-vp-area {
  position: relative;
  z-index: 1;
  margin-top: -17vh;
  } */
  .design-hero-area {
    height: 100vh;
  }
}
.tp-video-vp-area {
  position: relative;
  z-index: 9;
}
.design-hero-area > .container {
  height: 100%;
}
.design-hero-area .design-hero-ptb {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
/* .design-hero-area .design-hero-info-wrap {
width: 100%;
margin-top: auto;
} */
@media (max-width: 767px) {
  .design-hero-area .design-hero-ptb {
    padding-bottom: 40px;
  }
}
/* Circle that highlights the hero heading on hover — a white circle with
difference blend renders as a dark circle that inverts the text underneath */
.hero-heading-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  border-radius: 50%;
  background: #ffffff;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 20;
  opacity: 0;
  transform: scale(0);
  will-change: transform, opacity;
}
.design-hero-slide-text > span {
  cursor: none;
}
.whatsappWrapper {
  position: fixed;
  right: 1.5em;
  bottom: 36px;
  z-index: 2;
  width: 3.75em;
  height: 3.75em;
  background: #25d165;
  padding: .875em;
  border-radius: 50%;
  overflow: hidden;
}
.tp-hero-it-social {
  margin-left: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.tp-hero-social {
  writing-mode: vertical-rl;
  gap: 15px;
}
.tp-hero-social svg {
  -webkit-animation: wcSlideBottom 3s infinite;
  animation: wcSlideBottom 3s infinite;
}
@media (max-width: 575px) {
  .tp-hero-social {
    display: none !important;
  }
}
@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.tp-video-vp-img-inner-2 {
  height: 820px;
}
.tp-video-vp-img-inner-2 video {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-vp-img-inner-2 {
    height: 250px;
  }
  .boxed {
    margin: 5px !important;
  }
}
.boxed {
  margin: 15px;
  border-radius: 10px;
}
/* Contain the boxed footer's bottom margin so it shows equal spacing on all
sides — otherwise, as the last element, its trailing margin collapses out and
ScrollSmoother drops it, leaving no gap at the bottom. */
footer:has(.tp-footer-area.boxed) {
  display: flow-root;
}
.inner-service-accordion.ai-faq-accordion-wrap {
  margin-bottom: 30px;
}
.tp-contact-me-info-item {
  font-weight: 500;
  font-size: 20px;
}
/* ==========================================================================
Republic Blog Hero Section Styles
========================================================================== */
.republic-blog-hero-area,
.vocodev-dark-hero-area {
  background-color: #07090D;
  background-image: url('../img/bg/bg-2.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 60px;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .vocodev-dark-hero-area {
    height: 800px;
  }
}
.republic-hero-head {
  margin-bottom: 10px;
}
.republic-hero-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.republic-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}
/* Green Dot Indicator */
/* Featured Card Link & Banner */
.featured-card-link {
  display: block;
  text-decoration: none;
  /* height: 380px; */
}
.featured-card-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.featured-post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 22px;
}
.featured-post-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.featured-post-title a:hover {
  color: #89EC00;
}
/* Secondary Insights List */
.secondary-insights-stack {
  display: flex;
  flex-direction: column;
}
.insight-card-item {
  padding-bottom: 2px;
}
.insight-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 16px;
}
.insight-card-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.insight-card-title a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.insight-card-tag {
  margin-top: 8px;
}
.pill-category-btn {
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
  background: transparent;
}
.pill-category-btn:hover {
  background: #ffffff;
  color: #07090D;
  border-color: #ffffff;
}
.insight-card-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 26px;
  margin-bottom: 26px;
}
/* Responsive adjustments */
@media (max-width: 991px) {
  .republic-blog-hero-area {
    padding-top: 130px;
  }
  .republic-hero-title {
    font-size: 36px;
  }
  .featured-post-title {
    font-size: 20px;
  }
  .insight-card-title {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .republic-blog-hero-area {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .republic-hero-title {
    font-size: 28px;
  }
  .vocodev-dark-hero-area {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .xs-pt-60 {
    padding-top: 60px;
  }
  .xs-pb-60 {
    padding-bottom: 60px;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
/* ==========================================================================
Blog Details Hero Section Styles
========================================================================== */
.republic-blog-details-hero .blog-details-hero-title,
h1.blog-details-hero-title {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  /* margin: 0; */
}
.republic-blog-details-hero .blog-details-hero-meta {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px;
  font-weight: 400;
}
.republic-blog-details-hero .read-time-wrap {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px;
  font-weight: 400;
}
.republic-blog-details-hero .details-hero-banner {
  min-height: 320px;
  padding: 40px 48px;
}
.republic-blog-details-hero .details-hero-banner img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  .republic-blog-details-hero .blog-details-hero-title,
  h1.blog-details-hero-title {
    font-size: 32px;
  }
  .toc-card {
    display: none;
  }
  .republic-blog-details-hero .details-hero-banner {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .republic-blog-details-hero .blog-details-hero-title,
  h1.blog-details-hero-title {
    font-size: 26px;
  }
  .republic-blog-details-hero .details-hero-banner {
    min-height: auto;
  }
}
/* ==========================================================================
Table of Contents Hybrid Design (Reference + Premium Touches)
========================================================================== */
html {
  scroll-behavior: smooth;
}
.toc-sidebar-sticky {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.toc-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(7, 9, 13, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  will-change: transform;
  margin-right: 35px;
}
@media (max-width: 991px) {
  .toc-card {
    margin-right: 0;
  }
}
.toc-card-header {
  border-bottom: 1px solid rgba(7, 9, 13, 0.08);
}
.toc-title {
  font-size: 17px;
  font-weight: 700;
  color: #07090D;
  margin: 0;
  letter-spacing: -0.01em;
}
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.toc-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #4A5568;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: all 0.25s ease;
  border-left: 3px solid transparent;
}
.toc-num {
  color: #FF0055;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.toc-text {
  color: inherit;
}
.toc-link:hover {
  color: #07090D;
  background: rgba(7, 9, 13, 0.03);
}
.toc-link:hover .toc-num {
  color: #FF0055;
}
/* Active Highlighted State */
.toc-link.active {
  color: #07090D !important;
  font-weight: 700 !important;
  background: rgba(255, 0, 85, 0.07) !important;
  border-left: 3px solid #FF0055 !important;
}
.toc-link.active .toc-num {
  color: #FF0055 !important;
  font-weight: 700 !important;
}
/* Reading Progress Bar */
.toc-progress-wrap {
  width: 100%;
  border-top: 1px solid rgba(7, 9, 13, 0.08);
  padding-top: 10px;
}
.toc-progress-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
}
.toc-progress-percent {
  font-size: 12px;
  font-weight: 700;
  color: #FF0055;
}
.toc-progress-track {
  width: 100%;
  height: 8px;
  background-color: #EDF2F7;
  border-radius: 999px;
  overflow: hidden;
}
.toc-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #FF0055 0%, #FF3300 100%);
  border-radius: 999px;
  transition: width 0.1s linear;
}
/* ==========================================================================
Staggered Portfolio Grid & Cards (Matching Screenshot)
========================================================================== */
.republic-portfolio-grid {
  align-items: flex-start;
}
.republic-portfolio-grid .portfolio-col-right {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .republic-portfolio-grid .portfolio-col-right {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .republic-portfolio-grid .portfolio-col-right {
    margin-top: 0;
  }
}
/* .republic-portfolio-card {
margin-bottom: 30px;
} */
.republic-portfolio-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #EFEFEF;
  margin-bottom: 25px;
}
.republic-portfolio-thumb img,
.creative-project-thumb img,
.tp--hover-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.republic-portfolio-card:hover .republic-portfolio-thumb img {
  transform: scale(1.04);
}
.republic-portfolio-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #07090D;
  margin: 0;
}
.republic-portfolio-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.republic-portfolio-title a:hover {
  color: #FF0055;
}
@media (max-width: 1199px) {
  .republic-portfolio-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .republic-portfolio-title {
    font-size: 20px;
  }
  .republic-portfolio-card {
    margin-bottom: 50px;
  }
  .republic-portfolio-thumb {
    border-radius: 16px;
  }
  .republic-portfolio-thumb img {
    border-radius: 16px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .creative-project-2-top {
    margin-bottom: 40px;
  }
  .tp-copyright-style-6 .tp-copyright-big-text {
    display: none;
  }
  .creative-blog-title-sm {
    font-size: 22px;
  }
}
/* ==========================================================================
Floating Pill Header Look & Feel (Matching LERIC Reference)
========================================================================== */
.tp-header-area,
.tp-header-2-area {
  /* margin-top: 25px !important; */
  top: 15px;
  margin-bottom: 15px;
  background: transparent !important;
  padding: 0 !important;
}
.tp-header-area::after,
.tp-header-2-area::after,
.header-sticky::after,
.header-sticky.tp-header-blur::after {
  display: none !important;
  content: none !important;
}
.tp-header-area .container,
.tp-header-2-area .container {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 999px !important;
  padding: 12px 36px !important;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important; */
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.tp-header-area.header-sticky .container,
.tp-header-2-area.header-sticky .container {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
}
@media (max-width: 767px) {
  .tp-header-area,
  .tp-header-2-area {
    margin-bottom: 10px;
  }
  .tp-header-area .container,
  .tp-header-2-area .container {
    padding: 10px 20px !important;
    border-radius: 30px !important;
  }
}
.bg-position-2 {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* ==========================================================================
Staggered Offset Layout for "Few Projects We’re Proud of" Section
========================================================================== */
@media (min-width: 992px) {
  .creative-project-2-style .row.gx-40 {
    align-items: flex-start;
  }
  .creative-project-2-style .row.gx-40 > .col-lg-6:nth-child(2),
  .creative-project-2-style .row.gx-40 > .col-lg-6:nth-child(4) {
    margin-top: 140px;
  }
}
/* ==========================================================================
Background Video for Choose Area Section
========================================================================== */
.tp-choose-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
.tp-choose-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-choose-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.tp-service-5-feature-wrap .z-index-1 {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
  padding-bottom: 60px !important;
}
.tp-service-5-feature-wrap .tp-service-5-feature-content {
  position: relative !important;
  z-index: 10 !important;
  bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tp-service-5-feature-wrap .tp-service-5-feature-title {
  color: #ffffff !important;
  position: relative !important;
  z-index: 11 !important;
}
.tp-service-5-feature-wrap .tp-service-5-feature-btn {
  position: relative !important;
  z-index: 11 !important;
}
@media (max-width: 767px) {
  .tp-service-5-feature-wrap .z-index-1 {
    padding-bottom: 30px !important;
  }
}
/* ==========================================================================
Ultra-Premium Inner Service Pages Design System
========================================================================== */
/* Glassmorphism Light Card */
/* Glassmorphism Dark Card */
/* Live Badge Pill */
/* Process Step Card */
/* Image Scale Frame */
/* Dark CTA Box */
/* ==========================================================================
Web Design & Development service page (web-design.html)
All page styles live here — no inline CSS in the HTML.
========================================================================== */
/* stat bar */
/* capability / solution cards */
/* solutions grid */
/* project cards */
/* impact / ROI callout */
/* testimonials */
/* dark CTA */
/* ==========================================================================
Republic Dark Hero Style (Matching User Screenshot 2)
========================================================================== */
.republic-hero-main-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 50px;
}
.republic-hero-right-text p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .republic-hero-main-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .republic-hero-main-title {
    font-size: 32px;
  }
}
/* ==========================================================================
Service Video Showcase Section (Half in Hero Dark BG, Half Below)
========================================================================== */
.vocodev-service-video-area {
  position: relative;
  z-index: 10;
  margin-top: -250px;
}
.vocodev-service-video-wrap {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
}
.vocodev-service-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .vocodev-dark-hero-area {
    padding-bottom: 160px;
  }
  .vocodev-service-video-area {
    margin-top: -120px;
  }
}
@media (max-width: 575px) {
  .vocodev-dark-hero-area {
    padding-bottom: 120px;
  }
  .vocodev-service-video-area {
    margin-top: -80px;
  }
}
/* ==========================================================================
Vocodev 5-Week Service Process Sticky Horizontal Scroll Section
========================================================================== */
.vocodev-process-sticky-sec {
  background-color: rgb(244, 246, 248);
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.vocodev-process-header {
  margin-bottom: 28px;
}
.vocodev-process-subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #4A5568;
  margin: 0;
}
.vocodev-process-cards-container {
  display: flex;
  gap: 28px;
  width: max-content;
  padding-right: 120px;
  will-change: transform;
}
.vocodev-process-card {
  width: 600px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 34px 34px 30px 34px;
  border: 1px solid rgba(7, 9, 13, 0.06);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.vocodev-process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.vocodev-process-card-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.v-duration-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #07090D;
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #07090D;
  white-space: nowrap;
}
.vocodev-process-card-desc {
  font-size: 18px;
  line-height: 1.55;
  color: var(--tp-text-body);
  margin-bottom: 30px;
  min-height: auto;
}
.vocodev-process-card-img {
  margin-bottom: 20px;
}
.vocodev-process-card-img img {
  width: 60px;
}
.v-work-involve-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.v-work-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v-work-tag {
  display: inline-block;
  background: var(--tp-common-black-1);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.3s ease;
}
.v-work-tag:hover {
  background: var(--tp-common-green-1);
  color: var(--tp-common-black-1);
}
@media (max-width: 991px) {
  .vocodev-process-sticky-sec {
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .vocodev-process-cards-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100%;
    gap: 20px;
    padding-right: 0 !important;
    will-change: auto;
    transform: none !important;
  }
  .vocodev-process-card {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 24px 20px;
    flex-shrink: 1;
  }
  .vocodev-process-card-title {
    font-size: 22px;
  }
  .vocodev-process-card-desc {
    font-size: 15px;
    min-height: auto;
    margin-bottom: 20px;
  }
}
/* ==========================================================================
Vocodev Agency Impact Section (Plain White with Black Text & Stat Counters)
========================================================================== */
.vocodev-agency-impact-sec {
  background-color: #ffffff;
  color: #07090D;
  position: relative;
  overflow: hidden;
}
.vocodev-agency-impact-paragraphs {
  padding-left: 90px;
}
.vocodev-agency-impact-text {
  font-size: 17px;
  line-height: 1.7;
  color: #4A5568;
}
.vocodev-agency-stats-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.vocodev-stat-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 9, 13, 0.15);
  padding-top: 36px;
  padding-bottom: 20px;
}
.vocodev-stat-row:first-child {
  padding-top: 0;
}
.vocodev-stat-number-box {
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-1);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
}
.vocodev-stat-number-box .stat-plus {
  color: #07090D;
  font-weight: 700;
  margin-left: 2px;
}
.vocodev-stat-label {
  font-size: 18px;
  font-weight: 600;
  color: #07090D;
  text-align: right;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .vocodev-agency-impact-paragraphs {
    padding-left: 0px;
  }
  .vocodev-stat-number-box {
    font-size: 48px;
  }
  .vocodev-stat-label {
    font-size: 16px;
  }
}
/* ==========================================================================
Vocodev Staggered Feature Grid Section (Before Recent Web Projects)
========================================================================== */
.vocodev-features-grid-area {
  background-color: rgb(244, 246, 248);
  position: relative;
}
.vocodev-feature-block-item {
  max-width: 500px;
  position: relative;
  transition: transform 0.35s ease;
}
.vocodev-feature-block-item:hover {
  transform: translateY(-4px);
}
.vocodev-feature-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.vocodev-feature-block-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
.vocodev-feature-block-icon {
  flex-shrink: 0;
}
.vocodev-feature-block-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #4A5568;
  margin: 0;
}
@media (max-width: 991px) {
  .vocodev-feature-block-item {
    max-width: 100%;
    margin-bottom: 45px !important;
  }
  .vocodev-feature-block-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
}
/* ==========================================================================
Navbar "Start Your Project" CTA Button (Initial Green-1, Hover Black-1)
========================================================================== */
.cst-btn.green-t {
  background-color: var(--tp-common-green-1) !important;
  color: var(--tp-common-black-1) !important;
  border-color: var(--tp-common-green-1) !important;
}
.cst-btn.green-t span,
.cst-btn.green-t span span {
  color: var(--tp-common-black-1) !important;
}
.cst-btn.green-t span svg path {
  fill: var(--tp-common-black-1) !important;
}
.cst-btn.green-t:hover {
  background-color: var(--tp-common-black-1) !important;
  color: #ffffff !important;
  border-color: var(--tp-common-black-1) !important;
}
.cst-btn.green-t:hover span,
.cst-btn.green-t:hover span span {
  color: #ffffff !important;
}
.cst-btn.green-t:hover span svg path {
  fill: #ffffff !important;
}
/* ==========================================================================
Dark Hero Section Without Video Overlay (no-video modifier)
========================================================================== */
.vocodev-dark-hero-area.no-video {
  height: auto !important;
  min-height: auto !important;
  padding-top: 200px !important;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .vocodev-dark-hero-area.no-video {
    padding-top: 150px !important;
  }
}
@media (max-width: 768px) {
  .vocodev-dark-hero-area.no-video {
    padding-bottom: 20px !important;
  }
}
/* ==========================================================================
Vocodev Hero Logos Bar (#f7f7f7 cards after Hero Section)
========================================================================== */
.vocodev-hero-logos-sec {
  background-color: #ffffff;
  position: relative;
}
.vocodev-logo-cards-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.vocodev-logo-card {
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 1;
  min-width: 210px;
  height: 64px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vocodev-logo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}
.v-card-logo-left {
  display: flex;
  align-items: center;
}
.v-card-partner-img {
  max-height: 45px;
  width: auto;
  object-fit: contain;
}
.v-card-google-img {
  height: 24px;
  width: auto;
  object-fit: contain;
}
.vocodev-logo-card.hero-single-rating {
  min-width: 200px;
  max-width: 220px;
  height: 58px;
  background-color: #F4F6F8;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.v-card-text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: center;
}
.v-card-badge-line {
  font-size: 11px;
  font-weight: 700;
  color: #2D3748;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.v-card-rating-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.v-rating-num {
  font-size: 12px;
  font-weight: 700;
  color: #07090D;
  margin-right: 2px;
  line-height: 1;
}
.v-rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.v-card-reviews-sub {
  font-size: 9.5px;
  font-weight: 400;
  color: var(--tp-text-body);
  letter-spacing: 0.04em;
  margin-top: 8px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .vocodev-logo-cards-grid {
    gap: 12px;
  }
  .vocodev-logo-card {
    min-width: 175px;
    padding: 10px 14px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .vocodev-logo-card {
    flex: 1 1 calc(50% - 12px);
    min-width: 140px;
    height: 58px;
  }
}
/* ==========================================================================
Vocodev Three Reasons Section (After Features Grid in service-details-digital.html)
========================================================================== */
.vocodev-three-reasons-sec {
  background-color: #ffffff;
  position: relative;
}
/* ==========================================================================
Vocodev Three Reasons Section (Graphic Visual Header Cards)
========================================================================== */
.vocodev-opt3-graphic-hero {
  background-color: #ffffff;
  border: 1px solid rgba(7, 9, 13, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.vocodev-opt3-graphic-hero .vocodev-visual-banner {
  height: 110px;
  background-color: #F4F6F8;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background-color 0.35s ease;
}
.vocodev-opt3-graphic-hero .vocodev-hero-title {
  font-size: 22px;
  font-weight: 700;
  color: #07090D;
  margin-bottom: 12px;
  line-height: 1.35;
}
.vocodev-opt3-graphic-hero .vocodev-hero-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #4A5568;
  margin: 0;
}
.actually-area {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .actually-area {
    height: initial;
    padding: 100px 0;
  }
  .actually-area br {
    display: none;
  }
}
.actually-area .t_line {
  color: #07090D;
  font-size: 52px;
  font-weight: 600;
}
.actually-area .t_line > div {
  background-image: linear-gradient(to right, #07090D 50%, rgba(7, 9, 13, 0.25) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
/* ==========================================================================
Responsiveness Adjustments: Header Margins (<1599px) & Video Bottom Spacing (1599px - 768px)
========================================================================== */
/* 1. Header side spacing (left & right) below 1599px screen size */
@media (max-width: 1599px) {
  .tp-header-area,
  .tp-header-2-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* Services Section Mobile Layout (<992px) */
@media (max-width: 991.98px) {
  .inner-service-1-left ul {
    display: none !important;
  }
  .inner-service-1-left span {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .inner-service-mobile-title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .tp-inner-service-item {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(7, 9, 13, 0.1);
  }
  .tp-inner-service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.tp-contact-me-interest-wrapper label span {
  font-size: 12px;
}

/*----------------------------------------*/
/*  9.0 WordPress adjustments
/*----------------------------------------*/
/* WordPress prints width/height attributes on every featured image. The static
markup had none, so images sized themselves. Without height:auto the browser
honours the literal height attribute and the thumbnails stretch. */
.tp-blog-masonry-thumb img,
.creative-blog-thumb img,
.featured-card-link img,
.postbox-details-thumb img,
.wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Testimonial marquee: every card the same width, so the strip reads as one
continuous band rather than a ragged row. 460px matches the design's
original min-width. */
.app-testimonial-item {
  flex: 0 0 460px;
  width: 460px;
  min-width: 460px;
  display: flex;
  flex-direction: column;
}

/* Company logos sit inside the circular avatar differently to a headshot --
contained and padded rather than filling the frame. */
.app-testimonial-item-icon span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.app-testimonial-item-icon span img.is-logo {
  object-fit: contain;
  background: #f4f6f8;
  padding: 5px;
}

/* Contact form honeypot: off-screen rather than display:none, since some bots
skip fields that are explicitly hidden. */
.vocodev-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
