@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Besley:ital,wght@0,400..900;1,400..900&amp;family=Space+Grotesk:wght@300..700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Satisfy&amp;family=Teko:wght@300..700&amp;family=Phudu:wght@300..900&amp;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&amp;family=Onest:wght@100..900&amp;display=swap");
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.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);
}

.tp-career-title .shape-1 {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

:root {
  /**
  @font family declaration
  */

  --tp-ff-body: "Inter", sans-serif;
  --tp-ff-heading: "Inter", sans-serif;
  --tp-ff-inter: "Inter", sans-serif;
  --tp-ff-p: "Inter", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --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-solid: #17312f;
  --tp-common-pink-light: #fde1da;
  --tp-common-paste: #43d4a0;
  --tp-common-paste-2: #0c5752;
  --tp-common-sky: #c5fcfc;
  --tp-common-red: #ff4851;
  --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-1800 {
    max-width: 1800px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1730 {
    max-width: 1730px;
  }
  .container-1680 {
    max-width: 1680px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1610 {
    max-width: 1610px;
  }
  .container-1580 {
    max-width: 1580px;
  }
  .container-1550 {
    max-width: 1550px;
  }
  .container-1530 {
    max-width: 1530px;
  }
  .container-1460 {
    max-width: 1460px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1350 {
    max-width: 1350px;
  }
  .container-1330 {
    max-width: 1330px;
  }
  .container-1320 {
    max-width: 1320px;
  }
  .container-1300 {
    max-width: 1300px;
  }
  .container-1230 {
    max-width: 1230px;
  }
  .container-1200 {
    max-width: 1200px;
  }
  .container-1030 {
    max-width: 1030px;
  }
}
/*---------------------------------
	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: 500;
  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);
  font-family: var(--tp-ff-heading);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

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;
  letter-spacing: -0.02em;
  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;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  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.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.body-padding {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .body-padding {
    padding: 0;
  }
}

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

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

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

.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-4 {
  position: relative;
  z-index: 4;
}

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

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

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

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

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

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

.gx-7 {
  --bs-gutter-x: 7px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-12 {
  --bs-gutter-x: 12px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-55 {
  --bs-gutter-x: 55px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.gx-135 {
  --bs-gutter-x: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-135 {
    --bs-gutter-x: 30px;
  }
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}

.coffe-bg {
  background-color: var(--tp-coffe-1);
}

.counter-row {
  counter-reset: count;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  -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: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-black {
  position: relative;
  display: inline-block;
}
.tp-btn-black-text {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 22px;
  border-radius: 9999px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-black-text {
    font-size: 14px;
    padding: 7px 17px;
  }
}
@media (max-width: 767px) {
  .tp-btn-black-text {
    font-size: 15px;
    padding: 7px 13px;
  }
}
.tp-btn-black-filter-blur {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-btn-black-circle {
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin-left: -4px;
  text-align: center;
  border-radius: 9999px;
  transition-duration: 0.9s;
  background: var(--tp-common-black);
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
}
.tp-btn-black-circle > svg {
  width: 14px;
  margin-left: 3px;
  color: var(--tp-common-white);
  transform: translateX(-2px);
}
.tp-btn-black:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}
.tp-btn-black.btn-green-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-green);
}
.tp-btn-black.btn-green-bg .tp-btn-black-circle {
  background: var(--tp-theme-green);
}
.tp-btn-black.btn-green-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}
.tp-btn-black.btn-green-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}
.tp-btn-black.btn-red-bg .tp-btn-black-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.tp-btn-black.btn-red-bg .tp-btn-black-circle {
  background: var(--tp-common-red-3);
}
.tp-btn-black.btn-red-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white);
}
.tp-btn-black.btn-red-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}
.tp-btn-black.btn-white-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-black.btn-white-bg .tp-btn-black-circle {
  background: var(--tp-common-white);
}
.tp-btn-black.btn-white-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}
.tp-btn-black.btn-white-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg);
}
.tp-btn-black.btn-green-light-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}
.tp-btn-black.btn-green-light-bg .tp-btn-black-circle {
  background-color: var(--tp-common-green-light);
}
.tp-btn-black.btn-green-light-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black);
}
.tp-btn-black.btn-transparent-bg .tp-btn-black-text {
  color: var(--tp-common-white);
  background-color: #26282c;
}
.tp-btn-black.btn-transparent-bg .tp-btn-black-circle {
  background-color: #26282c;
}
.tp-btn-black.btn-transparent-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white);
}
.tp-btn-black-square {
  padding: 20px 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-black-square span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-black-square span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-black-square span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-black-square i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 7px;
}
.tp-btn-black-square i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-black-square i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-black-square:hover {
  color: var(--tp-common-white);
}
.tp-btn-black-square:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-black-square:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-black-square:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-black-square:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-black-square:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-square.yellow-bg {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}
.tp-btn-black-solid {
  display: inline-block;
  border-radius: 40px;
  padding: 18px 70px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
@media (max-width: 767px) {
  .tp-btn-black-solid {
    font-size: 15px;
    padding: 18px 30px;
  }
}
.tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}
.tp-btn-black-solid:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-radius {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: #21212d;
  gap: 10px;
}
.tp-btn-black-radius span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-black-radius span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}
.tp-btn-black-radius span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}
.tp-btn-black-radius i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.tp-btn-black-radius i span {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.tp-btn-black-radius i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-black-radius i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-black-radius:hover {
  color: var(--tp-common-white);
}
.tp-btn-black-radius:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-black-radius:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-black-radius:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-black-radius:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-black-radius:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-radius.btn-blue-bg {
  padding: 5px 22px;
  padding-right: 5px;
  background-color: var(--tp-common-blue);
  border: 1px solid rgba(238, 241, 234, 0.04);
}
.tp-btn-black-radius.btn-blue-bg i {
  height: 48px;
  width: 48px;
  line-height: 50px;
}
.tp-btn-black-radius.btn-blue-bg.btn-border {
  background-color: transparent;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.tp-btn-black-radius.btn-blue-bg.btn-border i {
  line-height: 52px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-10);
}
.tp-btn-black-radius.btn-blue-bg.btn-border i span {
  width: 19px;
  height: 15px;
  margin-left: 2px;
  display: inline-block;
}
.tp-btn-black-radius.btn-blur {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.tp-btn-border {
  font-weight: 400;
  font-size: 40px;
  transition: 0.3s;
  border-radius: 6px;
  padding: 8px 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango);
  border: 1px solid rgba(249, 244, 232, 0.1);
}
.tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream);
}
.tp-btn-border-2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
  padding: 15px 25px;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.tp-btn-border-2:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}
.tp-btn-border-2 span svg {
  margin-left: 6px;
  transform: translateY(-2px);
}
.tp-btn-border-2.st {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
  border-color: rgba(69, 48, 48, 0.15);
}
.tp-btn-border-2.st:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-brown);
  background-color: var(--tp-common-brown);
}
.tp-btn-sky-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-sky);
  border: 1.5px solid #c5fcfc;
  border-radius: 50px;
  padding: 22px 36px;
}
@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);
}
.tp-btn-sky-border.height-50 {
  padding: 16px 36px;
}
.tp-btn-sky-border.solid-bg {
  color: var(--tp-common-black);
  background-color: #c5fcfc;
}
.tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-sky);
  background-color: transparent;
}
.tp-btn-sky {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  border-radius: 50px;
  padding: 20px 36px;
  background-color: #c5fcfc;
  color: var(--tp-common-black);
}
.tp-btn-yellow {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .tp-btn-yellow {
    padding: 12px 13px;
  }
}
.tp-btn-yellow span {
  margin-right: 8px;
}
.tp-btn-yellow span svg {
  transform: translateY(-1px);
}
.tp-btn-green-border {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 16px 28px 14px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #2a4c3a;
  border: 1px solid #2a4c3a;
}
.tp-btn-green-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-green-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-green-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-green-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 8px;
}
.tp-btn-green-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-green-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-green-border:hover {
  color: #2a4c3a;
}
.tp-btn-green-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.tp-btn-green-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tp-btn-green-border:hover i {
  display: inline-block;
  transform: translateY(-1px);
}
.tp-btn-green-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-green-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-green-border:focus {
  color: #2a4c3a;
}
.tp-btn-yellow-green {
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black-9);
  background-color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green.lg {
  font-size: 16px;
  padding: 22px 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-btn-yellow-green.lg {
    font-size: 14px;
    padding: 17px 20px;
  }
}
.tp-btn-yellow-green.green-solid {
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-common-green-regular);
}
.tp-btn-yellow-green.green-solid span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-green.green-solid span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green.green-solid span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green.green-solid.btn-60 {
  padding: 23px 24px;
}
.tp-btn-yellow-green.green-solid.btn-60 span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-green.green-solid.btn-60 span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green.green-solid.btn-60 span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-green.green-solid.btn-60 i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 4px;
}
.tp-btn-yellow-green.green-solid.btn-60 i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-yellow-green.green-solid.btn-60 i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-yellow-green.green-solid.btn-60:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-yellow-green.green-solid.btn-60:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-yellow-green.green-solid.btn-60:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-green.green-solid:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow-green.green-solid:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-yellow-green.green-solid:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-yellow-green.green-solid:focus {
  color: var(--tp-common-black);
}
.tp-btn-yellow-green:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-yellow-green:focus {
  color: var(--tp-common-black);
}
.tp-btn-yellow-green.sidebar-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  padding: 18px 24px;
  letter-spacing: -0.01em;
  background-color: #d0ff71;
}
.tp-btn-yellow-green.sidebar-btn.sidebar-btn-style {
  padding: 20px 54px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  letter-spacing: -0.01em;
}
.tp-btn-yellow-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 21px 28px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}
.tp-btn-yellow-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 7px;
}
.tp-btn-yellow-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-yellow-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-btn-yellow-border {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.tp-btn-yellow-border.sm {
  font-size: 14px;
  padding: 15px 28px;
}
.tp-btn-yellow-border:hover {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.tp-btn-yellow-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tp-btn-yellow-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-yellow-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-border:focus {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border.postbox-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #d0ff71;
  padding: 15.5px 28px;
  background: #1a1b1e;
  border: 1px solid #1a1b1e;
}
.tp-btn-yellow-border.postbox-btn i {
  width: 15px;
  height: 15px;
  border-radius: 14px;
}
.tp-btn-red-border {
  border-radius: 20px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
  border: 1.5px solid var(--tp-common-red);
}
.tp-btn-red-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}
.tp-btn-red-border.about-us-2 {
  color: var(--tp-common-black-10);
}
.tp-btn-red-border.about-us-2:hover {
  color: var(--tp-common-white);
}
.tp-btn-gradient {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  z-index: 1;
  margin: 1px;
  transition: 0.4s;
  border-radius: 14px;
  padding: 22px 30px;
  padding-top: 25px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background: #ff4851;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-btn-gradient {
    font-size: 16px;
    padding: 15px 25px;
    padding-top: 18px;
  }
}
.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}
.tp-btn-gradient:focus {
  color: var(--tp-common-white);
}
.tp-btn-gradient span {
  margin-right: 10px;
  display: inline-block;
}
.tp-btn-gradient span svg {
  transform: translateY(-2px);
}
.tp-btn-gradient.sm {
  padding-top: 0;
  padding: 13px 24px;
  position: relative;
}
.tp-btn-black-border {
  margin: 1px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  border-radius: 14px;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  background: rgb(41, 38, 54);
  border: 1px solid rgba(255, 246, 191, 0.1);
}
.tp-btn-black-border:hover {
  color: var(--tp-common-white);
}
.tp-btn-black-border:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-border span {
  margin-right: 10px;
  display: inline-block;
}
.tp-btn-black-border span svg {
  transform: translateY(-2px);
}
.tp-btn-red-circle-box {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
}
.tp-btn-red-circle-box > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -55px;
}
.tp-btn-red-circle-box > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tp-btn-red-circle-box > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.tp-btn-red-circle-box:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.tp-btn-red-circle-box:hover > *:nth-child(2) {
  position: relative;
  z-index: 1;
  transform: scale3d(1, 1, 1);
}
.tp-btn-red-circle-box:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -55px;
}
.tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff669;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #fff669;
  font-family: var(--tp-ff-inter);
}
.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #fff669;
  color: var(--tp-common-black);
  border: 1px solid #fff669;
}
.tp-btn-red-circle-box.tp-pp-btn-style > :nth-child(1) {
  opacity: 0;
}
.tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #fff669;
}
.tp-btn-red-circle-box.tp-pp-btn-style:hover > *:nth-child(1) {
  opacity: 1;
}
.tp-btn-red-circle-box.tp-pp-btn-style:hover > *:nth-child(3) {
  opacity: 0;
}
.tp-btn-red-circle-icon {
  height: 54px;
  width: 54px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}
.tp-btn-red-circle-text {
  font-size: 15px;
  line-height: 1;
  border-radius: 30px;
  padding: 18.5px 36px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #f2f1ee;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-medium);
  border: 1px solid var(--tp-common-red-2);
}
.tp-btn-white-border {
  font-size: 15px;
  font-weight: 500;
  color: #0e0f11;
  display: inline-block;
  border-radius: 40px;
  padding: 6px 20px 6px;
  backdrop-filter: blur(10px);
  letter-spacing: -0.15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-btn-white-border.coffee-bg {
  padding: 7px 30px;
  background-color: #4d3d30;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-btn-white-border.coffee-bg:hover {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: transparent;
}
.tp-btn-white-border.coffee-bg.border-none {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: transparent;
}
.tp-btn-white-border.coffee-bg.border-none:hover {
  border-color: #4d3d30;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-white-border:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-white);
}
.tp-btn-white-border span {
  margin-left: 4px;
  display: inline-block;
}
.tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-animation {
  height: 50px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
  background: rgba(255, 255, 255, 0.08);
}
.tp-btn-animation:hover {
  animation-play-state: paused;
}
.tp-btn-animation span {
  font-weight: 600;
  font-size: 18px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-white);
}
.tp-btn-animation span svg {
  margin-right: 8px;
  margin-left: 8px;
}

.tp-btn-cream-bdr {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  border: 1px solid var(--tp-cream-2);
  transition: 0.3s;
}
.tp-btn-cream-bdr:hover {
  background-color: var(--tp-cream-2);
  color: var(--tp-coffe-1);
}

/* Glow Border Animation */
.animated-border-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 0;
  border-radius: 14px;
  display: inline-block;
  transition: 0.4s;
}
.animated-border-box:hover {
  transform: scale(1.1);
}
.animated-border-box:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #fff,
    rgba(0, 0, 0, 0) 25%
  );
  animation: rotate 4s linear infinite;
}
.animated-border-box.radius-style-2 {
  border-radius: 100px;
}
.animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 100px;
}
.animated-border-box.radius-style-2::before {
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #21212d,
    rgba(0, 0, 0, 0) 25%
  );
}
.animated-border-box.border-icon .tp-btn-gradient span {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.animated-border-box.border-icon::before {
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #21212d,
    rgba(0, 0, 0, 0) 25%
  );
}

.tp-action-btn {
  font-size: 15px;
  font-weight: 600;
  color: #4d3d30;
  width: 100%;
  padding: 11px 50px;
  background: #f4f0ea;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(77, 61, 48, 0.1);
  transform: translateY(100%);
  -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;
}
.tp-action-btn:hover {
  color: var(--tp-common-white);
  background-color: #4d3d30;
}

.tp-quick-view-btn {
  height: 40px;
  width: 40px;
  display: grid;
  color: #4d3d30;
  text-align: center;
  place-content: center;
  background-color: #f4f0ea;
  transform: translateX(100%);
  -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;
}
.tp-quick-view-btn:hover {
  color: var(--tp-common-white);
  background-color: #4d3d30;
}

.tp-portfolio-details-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 9px 25px;
  border-radius: 24px;
  letter-spacing: -0.16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-portfolio-details-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-portfolio-details-btn span {
  display: inline-block;
  margin-left: 15px;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(100%) scale(1.15);
  }
}
@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px;
  }
  30% {
    bottom: 100px;
    left: 300px;
  }
  60% {
    bottom: 200px;
    left: 600px;
  }
  100% {
    bottom: -300px;
    left: 1200px;
  }
}
@keyframes move1-reverse {
  0% {
    bottom: -150px;
    left: 1400px;
  }
  40% {
    bottom: 50px;
    left: 600px;
  }
  70% {
    bottom: 200px;
    left: 300px;
  }
  100% {
    bottom: -150px;
    left: -150px;
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 246, 105, 0.1),
      0 0 0 0 rgba(255, 246, 105, 0.1);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 246, 105, 0.1);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll1 {
  0% {
    top: 0px;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0px;
  }
  100% {
    top: 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 dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 7s infinite linear;
  -moz-animation: tp_zoom_in_out 7s infinite linear;
  -ms-animation: tp_zoom_in_out 7s infinite linear;
  -o-animation: tp_zoom_in_out 7s infinite linear;
  animation: tp_zoom_in_out 7s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes roteted {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-common-black-10);
}

.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
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

.grey-bg-2 {
  background-color: var(--tp-grey-4);
}

.green-bg {
  background-color: var(--tp-theme-green);
}

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

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

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

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

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

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

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

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

.pink-light-bg {
  background-color: var(--tp-common-pink-light);
}

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

.red-bg {
  background-color: var(--tp-common-red-2);
}

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

.yellow-green-bg {
  background-color: var(--tp-common-yellow-green);
}

.green-regular-bg {
  background-color: var(--tp-common-green-regular);
}

.paste-bg-2 {
  background-color: var(--tp-common-paste-2);
}

[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
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}
.custom-select .selected.open + .options {
  max-height: 500px;
  opacity: 1;
}
.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}
.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  2.7 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-ptb {
  padding-top: 180px;
}
.tp-breadcrumb-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 40px;
  }
}
.tp-breadcrumb-list {
  display: inline-block;
  padding: 0px 10px;
}
.tp-breadcrumb-list span:last-child {
  color: var(--tp-common-white);
}
.tp-breadcrumb-list span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .tp-breadcrumb-list span {
    font-size: 15px;
  }
}
.tp-breadcrumb-list span.dvdr i {
  padding: 0px 14px;
  font-style: normal;
}

.breadcrumb__list span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: rgba(77, 61, 48, 0.6);
}
.breadcrumb__list span:not(:last-child) {
  padding-right: 12px;
  margin-right: 5px;
}
.breadcrumb__list span:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #a8acb0;
  border-radius: 50%;
}
.breadcrumb__list span:hover {
  color: #4d3d30;
}
.breadcrumb__list span a:hover {
  color: var(--tp-coffe-2);
}
.breadcrumb__style-2 .breadcrumb__list span:last-child {
  color: #4d3d30;
}
.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon svg {
  transform: translateY(-3px);
}
.breadcrumb__style-2 .breadcrumb__list.has-icon span:nth-child(1)::after {
  display: none;
}

/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/
.design-service-accordion .accordion-header {
  font-size: inherit;
}
.design-service-accordion .accordion-buttons {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.design-service-accordion .accordion-buttons img {
  transition: 0.3s;
}
.design-service-accordion .accordion-buttons span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #999da6;
  padding-bottom: 25px;
  display: block;
}
.design-service-accordion .accordion-buttons i {
  font-weight: 400;
  font-size: 80px;
  line-height: 0.87;
  color: #e0eeee;
  margin-bottom: 0;
  transition: 0.3s;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dirtyline);
}
@media (max-width: 767px) {
  .design-service-accordion .accordion-buttons i {
    font-size: 50px;
  }
}
.design-service-accordion .accordion-buttons:not(.collapsed) img {
  transform: scale(1.4) rotate(-20deg) translate(-45px, 25px);
}
.design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: #c5fcfc;
}
.design-service-accordion .accordion-body {
  padding: 0;
  padding-right: 280px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-accordion .accordion-body {
    padding-right: 250px;
  }
}
@media (max-width: 767px) {
  .design-service-accordion .accordion-body {
    padding-right: 0;
  }
}
.design-service-accordion .accordion-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #999da6;
  margin-bottom: 0;
  padding-bottom: 30px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .design-service-accordion .accordion-body p br {
    display: none;
  }
}
.design-service-accordion .accordion-items {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.design-service-accordion .accordion-items:not(:last-child) {
  margin-bottom: 30px;
}
.design-service-category a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 7px 16px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #e0eeee;
  margin-bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.design-service-category a:hover {
  background-color: #272729;
}
@media (max-width: 767px) {
  .design-service-category a {
    margin-bottom: 10px;
  }
}
.design-service-category a:not(:last-child) {
  margin-right: 5px;
}
.design-service-img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  height: 110px;
  width: 160px;
}

.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: 15px;
  }
}
.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;
  }
}

.it-faq-wrap {
  margin-left: 85px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}
.it-faq-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.it-faq-wrap .accordion-items {
  padding-left: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap .accordion-items {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .it-faq-wrap .accordion-items {
    padding-left: 50px;
  }
}
.it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px;
  }
}
.it-faq-wrap .accordion-buttons {
  text-align: left;
}
.it-faq-wrap .accordion-buttons i {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-platform);
}
.it-faq-wrap .accordion-buttons span {
  font-weight: 500;
  font-size: 36px;
  line-height: 0.7;
  display: block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform);
}
@media (max-width: 767px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 32px;
  }
}
.it-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0;
}
@media (max-width: 767px) {
  .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}
.it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-hero-title {
  font-weight: 700;
  font-size: 220px;
  line-height: 0.9;
  margin-bottom: 0;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 120px;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 65px;
  }
}

.ar-title-mlr {
  margin-left: 100px;
  margin-right: 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) {
  .ar-title-mlr {
    margin-left: 0;
    margin-right: 0;
  }
}

.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.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@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-white);
}
.tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-semibold);
}
.tp-section-subtitle-clash i {
  margin-left: 10px;
}
.tp-section-subtitle-clash.clash-subtitle-pos {
  display: inline-block;
  transform: translateY(60px);
}
@media (max-width: 767px) {
  .tp-section-subtitle-clash.clash-subtitle-pos {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
}
.tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translateY(5px);
  font-family: var(--tp-ff-inter);
}
.tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--tp-common-black-10);
}
.tp-section-subtitle-clash.color-red {
  color: var(--tp-common-red);
}
@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-section-subtitle-clash.color-red {
    padding-bottom: 20px;
  }
}
.tp-section-subtitle-gradient {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(139deg, #ff4851 0%, #ffeb3b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-subtitle-gradient div img {
  margin-bottom: 13px;
  display: inline-block;
}
.tp-section-subtitle-gradient.icon-left div {
  display: inline-block;
}
.tp-section-subtitle-gradient.icon-left div img {
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-3px);
}
.tp-section-subtitle-gradient.ct {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-onest);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px;
  }
}
.tp-section-subtitle-satisfy {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-satisfy);
}
.tp-section-subtitle-teko {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media (max-width: 767px) {
  .tp-section-subtitle-teko {
    font-size: 25px;
  }
}
.tp-section-subtitle-teko i {
  font-style: normal;
  color: var(--tp-common-yellow-green);
}
.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-platform {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform);
}
@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}
.tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-black-10);
}
.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px;
}
.tp-section-subtitle.orange-color {
  color: var(--tp-common-red-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px;
  }
}

.tp-section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
@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-140 {
  line-height: 0.89;
  font-size: 140px;
}
@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-140 {
    font-size: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 75px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 65px;
  }
}
.tp-section-title.fs-64 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-64 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-64 {
    font-size: 42px;
  }
}
.tp-section-title.fs-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@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-44 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title.fs-44 {
    font-size: 38px;
  }
  .tp-section-title.fs-44 br {
    display: none;
  }
}
.tp-section-title.fs-54 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-54 {
    font-size: 35px;
  }
}
.tp-section-title.fs-54 span {
  height: 55px;
  width: 50px;
  display: inline-block;
}
.tp-section-title.fs-54.fs-60 {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 40px;
  }
}
.tp-section-title.lts {
  letter-spacing: -2.4px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.lts {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.lts {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-section-title.lts br {
    display: none;
  }
}
.tp-section-title-mango {
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango-light);
}
.tp-section-title-mango.fs-100 {
  font-size: 100px;
  font-family: var(--tp-ff-mango-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-mango.fs-100 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-mango.fs-100 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-mango {
    font-size: 50px;
  }
}
.tp-section-title-grotesk {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-grotesk {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-grotesk {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-grotesk br {
    display: none;
  }
}
.tp-section-title-grotesk > span {
  display: inline-block;
}
.tp-section-title-shape {
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1;
}
.tp-section-title-dirtyline {
  font-weight: 400;
  font-size: 200px;
  line-height: 0.8;
  color: #e0eeee;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dirtyline);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-dirtyline {
    font-size: 80px;
  }
}
.tp-section-title-dirtyline.fs-140 {
  font-size: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 br {
    display: none;
  }
}
.tp-section-title-clash {
  font-size: 130px;
  line-height: 0.79;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-clash-bold);
}
@media only screen and (min-width: 1801px) and (max-width: 1850px),
  only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title-clash {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash {
    font-size: 115px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash {
    font-size: 100px;
  }
  .tp-section-title-clash br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-clash {
    font-size: 40px;
    letter-spacing: 0;
  }
  .tp-section-title-clash br {
    display: none;
  }
}
.tp-section-title-clash span {
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-section-title-clash span br {
    display: none;
  }
}
.tp-section-title-clash span.clash-subtitle-space-1 {
  padding-left: 230px;
}
@media (max-width: 767px) {
  .tp-section-title-clash span.clash-subtitle-space-1 {
    padding-left: 0;
  }
  .tp-section-title-clash span.clash-subtitle-space-1 br {
    display: none;
  }
}
.tp-section-title-clash.fs-200 {
  font-size: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash.fs-200 {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash.fs-200 {
    font-size: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-clash.fs-200 {
    font-size: 60px;
  }
}
.tp-section-title-clash-600 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash-600 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash-600 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash-600 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-clash-600 {
    font-size: 45px;
  }
}
.tp-section-title-clash-600.fs-60 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 30px;
  }
}
.tp-section-title-clash-600.fw-400 {
  font-family: var(--tp-ff-clash-light);
}
.tp-section-title-teko {
  font-weight: 600;
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-teko {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-teko {
    font-size: 44px;
  }
}
.tp-section-title-teko span {
  color: var(--tp-common-yellow-green);
}
.tp-section-title-teko.fs-150 {
  line-height: 0.73;
  font-size: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-150 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko.fs-150 {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-teko.fs-150 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-teko.fs-150 {
    font-size: 80px;
  }
}
.tp-section-title-teko.fs-80 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-teko.fs-80 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-80 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title-teko.fs-80 {
    font-size: 50px;
  }
}
.tp-section-title-teko.fs-80 span {
  color: rgba(255, 255, 255, 0.3);
}
@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-section-title-teko.fs-80 br {
    display: none;
  }
}
.tp-section-title-teko.fs-120 {
  font-size: 120px;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-teko.fs-120 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-teko.fs-120 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px;
  }
}
.tp-section-title-teko.fs-120 span {
  color: rgba(255, 255, 255, 0.3);
}
.tp-section-title-phudu {
  font-size: 94px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  color: var(--tp-common-black-10);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-phudu {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-section-title-phudu br {
    display: none;
  }
}
.tp-section-title-phudu.fs-70 {
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.tp-section-title-phudu.ff-inter {
  font-size: 70px;
  letter-spacing: -2px;
  text-transform: inherit;
  font-family: var(--tp-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.tp-section-title-platform {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform);
}
@media (max-width: 767px) {
  .tp-section-title-platform {
    font-size: 45px;
  }
}
.tp-section-title-platform.platform-text-black {
  color: var(--tp-common-black-10);
}
.tp-section-title-platform.fs-200 {
  font-size: 200px;
  font-style: italic;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-platform.fs-200 {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-200 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 60px;
  }
}
.tp-section-title-platform.fs-84 {
  font-size: 80px;
  line-height: 0.88;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-84 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px;
  }
}
.tp-section-title-playfair {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-playfair {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-playfair {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-playfair {
    font-size: 45px;
  }
  .tp-section-title-playfair br {
    display: none;
  }
}
.tp-section-title-playfair span {
  font-style: italic;
  color: rgba(69, 48, 48, 0.6);
  font-family: var(--tp-ff-playfair);
}
.tp-section-title-onest {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -2.16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
@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-section-title-onest {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-onest br {
    display: none;
  }
}
.tp-section-title-onest.fs-72 {
  font-size: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-onest.fs-72 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-onest.fs-72 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-onest.fs-72 {
    font-size: 45px;
  }
}
.tp-section-title-onest.fs-44 {
  font-size: 44px;
}
.tp-section-title-5 {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -4.8px;
  color: var(--tp-cream-1);
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-5 {
    font-size: 70px;
  }
}
.tp-section-title-5.fs-140 {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8.4px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-5.fs-140 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5.fs-140 {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-5.fs-140 {
    font-size: 50px;
    letter-spacing: -1.4px;
    line-height: 1.2;
  }
}
.tp-section-title-5.fs-140 span {
  transform: translateY(-15px);
  display: inline-block;
  margin: 0px 30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    white-space: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    margin: 0;
  }
}
.tp-section-title-5.fs-140 span img {
  border-radius: 100px;
}
.tp-section-title-5.fs-140 em {
  font-style: normal;
  padding-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title-5.fs-140 em {
    padding-left: 0;
  }
}

.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-area.search-black {
  background: rgb(38, 37, 40);
}
.tp-search-area.search-black .tp-search-content .search::before {
  background-color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input {
  border-color: #4f4f4f;
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-search-area.search-black
  .tp-search-content
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content .tp-search-icon {
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-close-btn {
  border-color: #4f4f4f;
  color: var(--tp-common-white);
}
.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}
.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}
.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);
}
.tp-search-content .search {
  margin-bottom: 40px;
  position: relative;
}
.tp-search-content .search:has(input:focus)::before {
  width: 100%;
}
.tp-search-content .search::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}
.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  border-radius: 0;
  padding: 0 60px 0 10px;
  -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;
  border-bottom: 1px solid #e6e8f0;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-search-content input:focus:hover {
  background: transparent;
}
.tp-search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input::placeholder {
  /* MODERN BROWSER */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}
/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

@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-ptb {
    padding: 10px 0;
  }
}
.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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: 35px 0;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-header-lang a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-header-lang a.active {
  color: var(--tp-common-white);
}
.tp-header-lang a:not(:first-child) {
  margin-left: 10px;
}
.tp-header-lang a:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}
.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;
  }
}
@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-logo {
    padding: 10px 0;
  }
}
.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-white);
}
.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-white);
}
.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 (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;
}

.tp-header-3-style {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-3-style {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-style {
    padding-left: 30px;
  }
}
.tp-header-3-style .tp-header-menu > nav > ul {
  margin-left: 5px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-style .tp-header-menu > nav > ul {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-style .tp-header-menu > nav > ul {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-style .tp-header-menu > nav > ul > li {
    margin: 0 12px;
  }
}
.tp-header-3-style .tp-header-menu > nav > ul > li > a {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-header-3-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.tp-header-3-style .tp-header-bar button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 10px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-regular);
}
.tp-header-3-style .tp-header-bar button i {
  width: 24px;
  margin: 4px auto;
  background-color: var(--tp-common-black);
}

.tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-header-4-style .tp-header-btn-box {
    display: none;
  }
}
.tp-header-4-style.header-4-light-style .tp-header-bar button {
  color: var(--tp-common-black);
}
.tp-header-4-style.header-4-light-style .tp-header-bar button i {
  background-color: var(--tp-common-black);
}

.tp-header-5-area.header-style-light .tp-header-5-bar span {
  background-color: var(--tp-common-black-7);
}
.tp-header-5-area.header-style-light .tp-header-5-button .tp-btn-red-border {
  color: var(--tp-common-black);
}
.tp-header-5-area.header-style-light
  .tp-header-5-button
  .tp-btn-red-border:hover {
  color: var(--tp-common-white);
}
.tp-header-5-bar span {
  height: 2px;
  width: 60px;
  display: block;
  margin: 8px 0;
  background-color: var(--tp-common-cream);
}

.tp-header-7-wrapper {
  padding: 0px 25px;
  padding-right: 10px;
  border-radius: 16px;
  /* background: rgba(8, 4, 29, 0.2); */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-7-wrapper {
    padding: 10px 25px;
    padding-right: 10px;
  }
}
.tp-header-7-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  backdrop-filter: blur(10px);
}
.tp-header-7-menu > nav > ul {
  margin-left: 0;
}
.tp-header-7-menu > nav > ul > li > a {
  padding: 22px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-header-7-btn-box {
  line-height: 1;
}
.tp-header-7-serach {
  color: var(--tp-common-white);
}

.tp-header-8-area.header-8-style-dark .tp-header-8-bar {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-header-8-area.header-8-style-dark .tp-header-8-bar span {
  color: var(--tp-common-white);
}
.tp-header-8-area.header-8-style-dark .tp-btn-border-2 {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-header-8-wrapper {
  padding: 18px 0;
}
.tp-header-8-border {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}
.tp-header-8-bar {
  transition: 0.3s;
  padding: 8px 22px;
  margin-right: 18px;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.tp-header-8-bar:hover {
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2);
}
.tp-header-8-bar:hover span {
  color: var(--tp-common-white);
}
.tp-header-8-bar span {
  line-height: 1;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
.tp-header-8-bar span svg {
  margin-left: 7px;
}
.tp-header-8-lang a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
.tp-header-8-lang a:not(:last-child) {
  margin-right: 8px;
}
.tp-header-8-lang a:hover {
  color: var(--tp-common-red-2);
}
.tp-header-8-btn {
  margin-left: 20px;
}

.tp-header-9-mt {
  margin-top: 40px;
}
.tp-header-9-box {
  margin-left: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-9-box {
    margin-left: 0;
  }
}
.tp-header-9-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none;
}
.tp-header-9-menu > nav > ul {
  display: inline-block;
  padding: 0 10px;
  border-radius: 14px;
  background: rgba(238, 241, 234, 0.04);
  border: 1px solid rgba(238, 241, 234, 0.04);
}
.tp-header-9-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 8px 0;
}
.tp-header-9-menu > nav > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  padding: 7px 23px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-cream-3);
  background-color: transparent;
}
.tp-header-9-menu > nav > ul > li > a:hover {
  color: var(--tp-common-yellow-green);
  background-color: rgba(238, 241, 234, 0.06);
}
.tp-header-9-logo .logo-2 {
  display: none;
}
.tp-header-9-search span {
  color: var(--tp-common-cream);
}

.tp-header-10-area.header-10-dark-style .tp-header-10-wrapper {
  background: #1a1b1e;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.tp-header-10-area.header-10-dark-style .tp-header-10-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.tp-header-10-area.header-10-dark-style
  .tp-header-10-offcanvas
  .tp-header-bar
  button {
  color: var(--tp-common-white);
}
.tp-header-10-area.header-10-dark-style
  .tp-header-10-offcanvas
  .tp-header-bar
  button
  i {
  background-color: var(--tp-common-white);
}
.tp-header-10-announcement-wrapper {
  padding: 10px 0;
}
.tp-header-10-announcement-content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-right: 8px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-header-10-announcement-content p {
    font-size: 12px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-10-announcement-content p {
    font-size: 14px;
    margin-right: 8px;
  }
}
.tp-header-10-announcement-content p span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  margin-right: 10px;
  text-transform: uppercase;
  background: #21212d;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .tp-header-10-announcement-content p span {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-10-announcement-content p span {
    padding: 4px 16px;
  }
}
.tp-header-10-announcement-content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.tp-header-10-announcement-content a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  -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: rgba(255, 255, 255, 0.5);
}
.tp-header-10-announcement-content a:hover::after {
  opacity: 0;
  visibility: hidden;
}
.tp-header-10-announcement-content a:hover span {
  transform: rotate(45deg);
}
.tp-header-10-announcement-content a span {
  display: inline-block;
  margin-left: 5px;
  -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;
}
.tp-header-10-announcement-close {
  position: absolute;
  top: 7px;
  right: 60px;
}
.tp-header-10-announcement-close button {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 7px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-header-10-announcement-close button:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .tp-header-10-announcement-close button {
    display: none;
  }
}
.tp-header-10-menu {
  margin-left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-10-menu {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1701px) and (max-width: 1800px),
  only screen and (min-width: 1801px) and (max-width: 1850px) {
  .tp-header-10-menu {
    margin-left: -60px;
  }
}
.tp-header-10-menu::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  top: 15px;
  left: -10px;
  background: rgba(33, 33, 45, 0.06);
}
.tp-header-10-menu > nav > ul {
  margin-left: 0;
}
.tp-header-10-menu > nav > ul > li {
  margin: 0 20px;
}
.tp-header-10-menu > nav > ul > li > a {
  padding: 22px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.16px;
  color: var(--tp-common-black-10);
}
.tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none;
}
.tp-header-10-wrapper {
  padding: 1px 30px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(247, 247, 253, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(33, 33, 45, 0.03);
}
@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-10-wrapper {
    padding: 10px 20px;
  }
}
.tp-header-10-btn-box {
  line-height: 1;
}
.tp-header-10-offcanvas .tp-header-bar button {
  color: var(--tp-common-black);
}
.tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-black);
}

.tp-header-11-style .tp-header-10-wrapper {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 30px 0 rgba(33, 33, 45, 0.03);
}
.tp-header-11-style .tp-header-10-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
}
.tp-header-11-style .tp-header-10-menu {
  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-11-style .tp-header-10-menu {
    margin-left: 0;
  }
}
.tp-header-11-style.header-11-dark-style .tp-header-10-wrapper {
  background: #1a1b1e;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.tp-header-11-style.header-11-dark-style
  .tp-header-10-menu
  > nav
  > ul
  > li
  > a {
  color: var(--tp-common-white);
}
.tp-header-11-style.header-11-dark-style
  .tp-header-10-offcanvas
  .tp-header-bar
  button {
  color: var(--tp-common-white);
}
.tp-header-11-style.header-11-dark-style
  .tp-header-10-offcanvas
  .tp-header-bar
  button
  i {
  background-color: var(--tp-common-white);
}
.tp-header-11-style.header-11-dark-style .tp-btn-black-radius {
  background-color: #fff;
  color: var(--tp-common-black);
}
.tp-header-11-style.header-11-dark-style .tp-btn-black-radius i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-12-ptb {
    padding: 10px 0;
  }
}
.tp-header-12-ptb.sticky-black-bg .tp-header-12-menu > nav > ul > li > a {
  color: var(--tp-common-white);
}
.tp-header-12-ptb.sticky-black-bg
  .tp-header-12-menu
  > nav
  > ul
  > li.has-dropdown::after {
  color: var(--tp-common-white);
}
.tp-header-12-menu > nav > ul {
  margin-left: 0;
}
.tp-header-12-menu > nav > ul > li {
  margin: 0 20px;
}
.tp-header-12-menu > nav > ul > li > a {
  position: relative;
  padding: 41px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #616161;
  display: inline-block;
  letter-spacing: -0.17px;
}
.tp-header-12-menu.about-us-4 nav ul li a {
  color: #111013;
}
.tp-header-12-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  color: #616161;
}

@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 20px;
}
main {
  overflow: hidden;
}
.tp-header-14-main {
  position: relative;
  z-index: 999;
}
.tp-header-14-wrapper {
  padding: 18px 0;
}
.tp-header-14-info a {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-header-14-bar-wrap .tp-header-8-bar {
  margin-right: 0;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: var(--tp-common-white);
}
.tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-black);
}
.tp-header-14-bar-wrap .tp-header-8-bar span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}

.tp-header-15-style .tp-header-14-info a {
  color: #653624;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-15-style .tp-header-14-info a {
    color: var(--tp-cream-2);
  }
}
.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar {
  border-color: #653624;
}
.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: #653624;
}
.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: #653624;
}
.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar {
    border-color: var(--tp-cream-2);
  }
  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span {
    color: var(--tp-cream-2);
  }
  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
    background-color: var(--tp-cream-2);
  }
  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
    color: var(--tp-common-black);
  }
}

.tp-header-inner-style .tp-header-menu > nav > ul {
  padding: 0 10px;
  border-radius: 30px;
  display: inline-block;
  background-color: rgb(246, 246, 249);
}
.tp-header-inner-style .tp-header-menu > nav > ul > li > a {
  padding: 10px 0;
  color: var(--tp-common-black);
}
.tp-header-inner-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 110%;
}
.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar {
  border: 0;
  background-color: rgb(246, 246, 249);
}
.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-black);
}
.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: var(--tp-common-black);
}
.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white);
}
.tp-header-inner-style.header-inner-white .tp-header-menu > nav > ul {
  background-color: #1d1d1f;
}
.tp-header-inner-style.header-inner-white .tp-header-menu > nav > ul > li > a {
  color: #bfbfc0;
}
.tp-header-inner-style.header-inner-white
  .tp-header-menu
  > nav
  > ul
  > li:hover
  > a {
  color: var(--tp-common-white);
}
.tp-header-inner-style.header-inner-white
  .tp-header-dropdown
  > nav
  > ul
  > li.has-dropdown::after {
  color: #bfbfc0;
}
.tp-header-inner-style.header-inner-white
  .tp-header-dropdown
  > nav
  > ul
  > li:hover.has-dropdown::after {
  color: var(--tp-common-white);
}
.tp-header-inner-style.header-inner-white
  .tp-header-14-bar-wrap
  .tp-header-8-bar {
  background-color: #1d1d1f;
}
.tp-header-inner-style.header-inner-white
  .tp-header-14-bar-wrap
  .tp-header-8-bar
  span {
  color: var(--tp-common-white);
}
.tp-header-inner-style.header-inner-white
  .tp-header-14-bar-wrap
  .tp-header-8-bar:hover {
  background-color: var(--tp-common-white);
}
.tp-header-inner-style.header-inner-white
  .tp-header-14-bar-wrap
  .tp-header-8-bar:hover
  span {
  color: var(--tp-common-black);
}
.tp-header-inner-style .tp-megamenu-wrapper {
  top: 110%;
}

.tp-header-shop-wrap {
  position: relative;
  border: 1px solid rgba(77, 61, 48, 0.2);
}
.tp-header-shop-wrap.shop-white-header {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-header-shop-wrap.shop-white-header
  .tp-header-shop-menu
  > nav
  > ul
  > li
  > a {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-header-shop-wrap.shop-white-header .tp-header-shop-action ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button {
  color: var(--tp-common-white);
}
.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button span {
  color: #4d3d30;
  background-color: var(--tp-common-white);
}
.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang button,
.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang span {
  color: var(--tp-common-white);
}
.tp-header-shop-wrap.shop-white-header .tp-header-shop-search button {
  color: var(--tp-common-white);
}
.tp-header-shop-wrap.shop-white-header .logo-2 {
  display: none;
}
.tp-header-shop-wrap.shop-white-header
  .tp-header-10-offcanvas
  .tp-header-bar
  button
  i {
  background-color: var(--tp-common-white);
}
.tp-header-shop-wrap .tp-header-dropdown nav ul li.has-dropdown::after {
  display: none;
}
.tp-header-shop-wrap .tp-megamenu-wrapper {
  max-width: 100%;
  border-radius: 0 0 14px 14px;
}
.tp-header-shop-wrap .tp-megamenu-wrapper.megamenu-white-bg {
  background: rgba(244, 240, 234, 0.8);
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.tp-header-shop-wrap.header-sticky {
  top: 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.tp-header-shop-wrap.header-sticky.sticky-white-bg {
  background: rgba(244, 240, 234, 0.9);
}
.tp-header-shop-wrap.header-sticky.shop-white-header {
  border: 1px solid rgba(77, 61, 48, 0.2);
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-menu
  > nav
  > ul
  > li
  > a {
  color: #4d3d30;
  border-color: rgba(77, 61, 48, 0.2);
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-action
  ul
  li {
  border-color: rgba(77, 61, 48, 0.2);
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-search
  button {
  color: #4d3d30;
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-cart
  button {
  color: #4d3d30;
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-cart
  button
  span {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-lang span {
  color: #4d3d30;
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-logo
  .logo-1 {
  display: none;
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-shop-logo
  .logo-2 {
  display: inline-block !important;
}
.tp-header-shop-wrap.header-sticky.shop-white-header
  .tp-header-10-offcanvas
  .tp-header-bar
  button
  i {
  background-color: #4d3d30;
}
.tp-header-shop-wrap .dropdown-white-bg nav ul li .tp-submenu {
  border-radius: 0 0 14px 14px;
  background: rgba(244, 240, 234, 0.8);
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.tp-header-shop-menu > nav > ul {
  display: flex;
}
.tp-header-shop-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
}
.tp-header-shop-menu > nav > ul > li > a {
  height: 100%;
  padding: 18px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -0.01em;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid rgba(77, 61, 48, 0.2);
}
.tp-header-shop-action > ul {
  display: flex;
}
.tp-header-shop-action > ul > li {
  position: relative;
  padding: 12px 30px;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(77, 61, 48, 0.2);
}
.tp-header-shop-cart a,
.tp-header-shop-cart button,
.tp-header-shop-cart span,
.tp-header-shop-lang a,
.tp-header-shop-lang button,
.tp-header-shop-lang span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.tp-header-shop-cart button span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: #4d3d30;
  border: 1px solid rgba(77, 61, 48, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-header-shop-logo {
    margin-left: 20px;
  }
}

.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;
}

.tp-header-14-yellow-bg .tp-header-8-bar:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(38, 37, 40, 0.9);
  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;
}
.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 22px 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-lang a {
  color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .tp-header-lang a.active {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-7-serach {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .cr-header-login a {
  background: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .cr-header-login a:hover {
  color: var(--tp-common-black);
  background-color: transparent;
}
.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  border-color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .animated-border-box::before {
  background-image: conic-gradient(
    rgb(255, 255, 255),
    #000,
    rgb(255, 255, 255) 25%
  );
}
.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0e0f11;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  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-3-style {
  padding-top: 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) {
  .header-sticky.tp-header-3-style {
    padding: 10px 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) {
  .header-sticky.tp-header-9-sticky {
    padding: 10px 0;
  }
}
.header-sticky.tp-header-border {
  border-bottom: 0;
}
.header-sticky .tp-header-logo {
  padding: 0;
}
.header-sticky .tp-header-7-wrapper {
  padding: 0;
  padding-right: 0;
  border-radius: 0;
  background: initial;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header-sticky .tp-header-7-wrapper {
    padding: 10px 0;
  }
}
.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-1 {
  display: none;
}
.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-2 {
  display: block !important;
}
.header-sticky.tp-header-9-sticky .tp-header-9-menu > nav > ul > li > a {
  padding: 25px 0;
  margin: 0 15px;
  color: var(--tp-common-black);
}
.header-sticky.tp-header-9-sticky .tp-header-9-menu > nav > ul > li {
  padding: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-menu > nav > ul {
  padding: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-box {
  margin-left: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-search span {
  color: var(--tp-common-black);
}
.header-sticky.tp-header-9-sticky .tp-header-9-btn .tp-btn-yellow-green {
  color: #fff;
  background-color: #2a4c3a;
}
.header-sticky.tp-header-10-sticky .tp-header-10-wrapper {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.header-sticky.tp-header-11-style .tp-header-10-wrapper {
  border: 0;
  background: 0;
  margin-top: 0;
  box-shadow: none;
  backdrop-filter: initial;
}
.header-sticky.tp-header-inner-style .tp-header-menu > nav > ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}
.header-sticky.tp-header-inner-style
  .tp-header-dropdown
  nav
  > ul
  > li
  .tp-submenu {
  top: 104%;
}
.header-sticky.tp-header-inner-style
  .tp-header-dropdown
  nav
  > ul
  > li
  .tp-submenu
  li
  .tp-submenu {
  top: 0;
}
.header-sticky.tp-header-inner-style .tp-megamenu-wrapper {
  top: 104%;
}

.sticky-white-bg .tp-megamenu-list ul li a span {
  font-weight: 700;
}
.sticky-white-bg .tp-megamenu-list ul li a span.new {
  color: rgb(182, 74, 222);
  background: rgba(182, 74, 222, 0.08);
}
.sticky-white-bg .tp-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgba(13, 181, 14, 0.08);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@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: 80px;
  }
}
.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a {
  background-color: var(--tp-common-white);
}
.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a:hover {
  background-color: var(--tp-common-red-3);
}
.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a {
  background-color: var(--tp-common-white);
}
.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.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: 700;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-widget-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-title {
    font-size: 65px;
  }
  .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: 50px;
  }
}
.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);
}
.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-footer-text-color.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.tp-footer-text-color.tp-footer-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}
.tp-footer-text-color.tp-footer-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}

.tp-copyright-img {
  position: absolute;
  right: 0;
  top: 15px;
  animation: rotate2 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-img {
    right: -10px;
    top: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-img {
    right: -10px;
    top: -25px;
  }
}
.tp-copyright-big-text {
  font-weight: 800;
  font-size: 259px;
  line-height: 1;
  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: 330px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-copyright-left {
    padding-left: 290px;
  }
}
@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: 16px;
  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: 16px;
  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;
  }
}

.des-footer-bg {
  padding: 45px 50px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-footer-bg {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .des-footer-bg {
    padding: 45px 40px;
  }
}
@media (max-width: 767px) {
  .des-footer-logo {
    padding: 15px 0;
  }
}
.des-footer-title {
  font-weight: 400;
  font-size: 400px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-footer-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-footer-title {
    font-size: 210px;
  }
}
@media (max-width: 767px) {
  .des-footer-title {
    font-size: 100px;
  }
}
.des-footer-top {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .des-footer-top {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.des-footer-top span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-cream);
}
.des-footer-middle {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .des-footer-middle {
    padding-bottom: 50px;
  }
}
.des-footer-middle > span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.5);
}
@media (max-width: 767px) {
  .des-footer-middle > span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .des-footer-bottom {
    flex-direction: column;
  }
}
.des-footer-bottom a,
.des-footer-bottom span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-cream);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-footer-bottom a,
  .des-footer-bottom span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-footer-bottom a,
  .des-footer-bottom span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .des-footer-bottom a,
  .des-footer-bottom span {
    font-size: 14px;
  }
}
.des-footer-bottom a {
  margin: 0px 25px;
  position: relative;
}
.des-footer-bottom a::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .des-footer-bottom a {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-footer-bottom a {
    margin: 0px 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .des-footer-bottom a {
    margin: 15px 4px;
    display: inline-block;
  }
}
.des-footer-bottom a:hover::after {
  width: 100%;
}

.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: var(--tp-common-red);
}
.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);
}
/* ############################ used  */

.ai-hero-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
  padding: 9px 16px;
  border-radius: 28px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
}
.ai-hero-title {
  font-weight: 600;
  font-size: 95px;
  /* line-height: 0.88; */
  margin-bottom: 50px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ai-hero-title {
    font-size: 65px;
    margin-bottom: 30px;
  }
}
.ai-hero-title img {
  transform: translateY(-8px);
}
.ai-hero-title-box {
  padding-left: 350px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ai-hero-title-box {
    padding-left: 260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ai-hero-title-box {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-hero-title-box {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-hero-title-box {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ai-hero-title-box {
    padding-left: 0px;
  }
}
.ai-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
.ai-hero-video video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.ai-hero-ptb {
  padding: 150px 0px 80px;
}
@media (max-width: 767px) {
  .ai-hero-ptb {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
.ai-hero-slider-main {
  height: 750px;
  margin-left: 95px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ai-hero-slider-main {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-hero-slider-main {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-hero-slider-main {
    height: 750px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-hero-slider-main {
    height: 800px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ai-hero-slider-main {
    height: 400px;
    margin-left: 0;
  }
}
.ai-hero-slider-main::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(
    180deg,
    rgb(4, 8, 15) 1.05%,
    rgba(8, 4, 29, 0) 24.26%,
    rgba(8, 4, 29, 0) 68.54%,
    rgb(4, 8, 15) 98.06%
  );
}
.ai-hero-slider-item {
  margin-bottom: 12px;
}
.ai-hero-slider-2 {
  transform: scale(1, -1);
}
.ai-hero-slider-2 img {
  transform: scale(1, -1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-about-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-about-area {
    padding-bottom: 0px;
  }
}
.ai-about-thumb {
  position: relative;
}
.ai-about-thumb.thumb-1 {
  margin-top: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-about-thumb.thumb-1 {
    margin-top: 0;
    margin-right: 20px;
  }
}
.ai-about-thumb.thumb-2 {
  margin-left: -190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-about-thumb.thumb-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-about-thumb-box {
    margin-bottom: 30px;
  }
}
.ai-about-thumb.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ai-about-thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.ai-about-right {
  margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-about-right {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-about-right {
    margin-left: 0px;
  }
}
.ai-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.6);
}
.ai-about-list ul li {
  position: relative;
  padding-left: 90px;
  list-style-type: none;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ai-about-list ul li {
    padding-left: 75px;
  }
}
.ai-about-list ul li > span {
  position: absolute;
  top: -16px;
  left: 0;
  line-height: 1;
}
.ai-about-list ul li > span > span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ai-about-list ul li > span > span i {
  height: 60px;
  width: 60px;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 246, 191, 0.08);
  line-height: 60px;
  color: #ff4851;
}
.ai-about-list ul li > span > span svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: var(--tp-common-cream-2);
  transition: 0.3s;
}
.ai-about-list ul li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .ai-about-list ul li p {
    font-size: 17px;
  }
}
.ai-about-list ul li:hover span span i {
  transform: scale(1.1);
  background-color: var(--tp-common-cream-2);
}
.ai-about-list ul li:hover span span svg {
  color: var(--tp-common-black);
}

.ai-text-slider span {
  opacity: 0.1;
  font-weight: 800;
  font-size: 140px;
  line-height: 0.76;
  /* letter-spacing: -0.04em; */
  color: rgb(4, 8, 15);
  /* -webkit-text-stroke: 2px rgba(255, 255, 255, 0.197); */
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-text-slider span {
    font-size: 100px;
  }
}
.ai-text-slider img {
  margin: 0 40px;
  transform: translateY(8px);
}
.ai-text-slider-active {
  padding: 50px 0;
}
.ai-text-slider-active .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ai-text-slider-active .swiper-slide {
  width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-service-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-service-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.ai-service-item {
  position: relative;
  padding: 50px 70px;
  border-radius: 20px;
  background-color: #04080f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-item {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-service-item {
    padding: 50px 50px;
  }
}
.ai-service-item:hover::after {
  opacity: 0;
  visibility: hidden;
}
.ai-service-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.ai-service-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  height: 100%;
  border-radius: 20px;
  width: calc(100% + 4px);
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(90deg, #08041d 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -moz-linear-gradient(
    90deg,
    #08041d 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #08041d 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    #08041d 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
}
.ai-service-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 20px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(
    304deg,
    #ff4851 23.79%,
    #ffeb3b 47%,
    #ff4851 85.86%
  );
  background: -moz-linear-gradient(
    304deg,
    #ff4851 23.79%,
    #ffeb3b 47%,
    #ff4851 85.86%
  );
  background: -webkit-linear-gradient(
    304deg,
    #ff4851 23.79%,
    #ffeb3b 47%,
    #ff4851 85.86%
  );
  background: -ms-linear-gradient(
    304deg,
    #ff4851 23.79%,
    #ffeb3b 47%,
    #ff4851 85.86%
  );
}
.ai-service-top-text {
  padding-left: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-service-top-text {
    padding-left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-service-top-text {
    padding-left: 0;
  }
}
.ai-service-top-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.ai-service-title-sm {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .ai-service-title-wrap {
    margin-bottom: 0;
  }
}
.ai-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.47;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.6);
}
.ai-service-link a {
  height: 48px;
  width: 48px;
  transition: 0.4s;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-service-link a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.ai-service-icon {
  margin-bottom: 30px;
}
.ai-service-icon span {
  display: inline-block;
  min-height: 60px;
}
.ai-service-icon span img {
  height: 60px;
}
.ai-service-shape {
  position: absolute;
  top: -26%;
  right: -2%;
  z-index: -1;
}

.ar-service-mr {
  margin-right: 210px;
}
@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) {
  .ar-service-mr {
    margin-right: 0;
  }
}
.ar-service-height {
  height: 800px;
  display: flex;
}
@media (max-width: 767px) {
  .ar-service-height {
    height: 600px;
  }
}
.ar-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  transform: scale(1);
  background-size: cover;
  background-repeat: no-repeat;
}
.ar-service-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.3);
}
.ar-service-title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-medium);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 50px;
  margin-right: 50px;
}
.ar-service-title::before {
  content: "";
  height: 0px;
  width: 2px;
  margin-bottom: 5px;
  transition: all 0.4s;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-white);
}
.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);
}
.ar-service-item.active .ar-service-bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1.03);
}
.ar-service-item:hover .ar-service-title::before {
  height: 30px;
}
.ar-service-title-box {
  position: absolute;
  top: 0;
  left: 0;
  margin: 150px 100px 100px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-service-title-box {
    margin: 60px 60px 60px 60px;
  }
}
@media (max-width: 767px) {
  .ar-service-title-box {
    margin: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-choose-area {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-choose-area {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-choose-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ai-choose-title-box {
    margin-bottom: 45px;
  }
}
.ai-choose-icon {
  margin-right: 20px;
}
.ai-choose-icon span {
  height: 60px;
  width: 60px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  backdrop-filter: blur(10px);
  mix-blend-mode: luminosity;
  color: var(--tp-common-cream-2);
  background: rgba(255, 246, 191, 0.08);
}
.ai-choose-icon span i {
  font-size: 22px;
  line-height: 60px;
}
.ai-choose-text p {
  /* font-weight: 500; */
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-choose-text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-choose-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-choose-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ai-choose-text p {
    font-size: 15px;
  }
}
.ai-choose-bottom-text {
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-choose-bottom-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.ai-choose-bottom-text p a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--tp-common-white);
}
.ai-choose-shape {
  position: absolute;
  top: -14%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .ai-choose-item {
    margin-bottom: 45px;
  }
}

.st-choose-bg::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7%;
  height: 340px;
  width: 945px;
  z-index: -1;
  background-color: #fffbf6;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .st-choose-bg::after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .st-choose-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .st-choose-heading {
    margin-bottom: 20px;
  }
}
.st-choose-list {
  padding-left: 75px;
}
@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-choose-list {
    padding-left: 0;
  }
}
.st-choose-list ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
  letter-spacing: -0.18px;
  color: var(--tp-common-brown);
}
.st-choose-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.st-choose-text-wrap p {
  color: #494949;
  letter-spacing: 0;
  line-height: 30px;
  font-family: var(--tp-ff-poppins);
}
@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) {
  .st-choose-text-wrap p br {
    display: none;
  }
}
.st-choose-thumb {
  height: 416px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .st-choose-thumb {
    height: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .design-choose-2-style.design-choose-area {
    padding-top: 60px;
  }
}
.design-choose-2-style .design-choose-item {
  padding: 65px 70px;
  border-radius: 30px;
  background-color: #0e0f11;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-choose-2-style .design-choose-item {
    padding: 65px 35px;
  }
}
@media (max-width: 767px) {
  .design-choose-2-style .design-choose-item {
    padding: 50px 30px;
  }
}
.design-choose-2-style .design-choose-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  color: rgba(224, 238, 238, 0.6);
}
.design-choose-2-style .design-choose-item span {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-choose-2-style .tp-section-title-dirtyline {
    font-size: 160px;
  }
  .design-choose-2-style .tp-section-title-dirtyline br {
    display: none;
  }
}

/*----------------------------------------*/
/*  8.7 Faq Css
/*----------------------------------------*/
.ai-faq-video {
  margin-bottom: 25px;
}
.ai-faq-video a {
  height: 70px;
  width: 70px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.06);
  animation: animate-pulse 3s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px 0 rgba(27, 27, 27, 0.1);
}
.ai-faq-video a span {
  margin-left: 6px;
}
.ai-faq-bg {
  border: 1px solid rgba(255, 246, 191, 0.08);
}
.ai-faq-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-faq-thumb {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.ai-faq-thumb img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ai-faq-thumb img {
    margin-bottom: 20px;
  }
}
.ai-faq-thumb .anim-zoomin-wrap,
.ai-faq-thumb .anim-zoomin {
  height: 100%;
}
.ai-faq-content-wrap {
  padding-left: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-faq-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-faq-content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-faq-content-wrap {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ai-faq-content-wrap {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.ai-faq-user-box {
  margin-top: -300px;
  margin-right: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-faq-user-box {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-faq-user-box {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ai-faq-user-box {
    margin-top: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.ai-faq-user-item {
  padding: 29px 39px;
  display: inline-block;
  backdrop-filter: blur(40px);
  box-shadow: 0 2px 10px 0 rgba(27, 27, 27, 0.1);
}
@media (max-width: 767px) {
  .ai-faq-user-item {
    width: 100%;
    margin-right: 0;
  }
}
.ai-faq-user-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.ai-faq-user-item h4 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.logo img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%)
    hue-rotate(202deg) brightness(106%) contrast(106%);
}

@media (max-width: 767px) {
  .ai-price-area {
    padding-top: 0;
  }
}
.ai-price-shape-1 {
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: -1;
}
.ai-price-shape-2 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;
}
.ai-price-head span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.ai-price-head h4 {
  font-weight: 600;
  font-size: 54px;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.add-on-para{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .ai-price-head h4 {
    font-size: 42px;
  }
}
.ai-price-head h4 i {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.ai-price-item {
  padding: 50px;
  border-radius: 60px;
  background-color: rgb(23, 19, 42);
}
.ai-price-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.ai-price-list-item i {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
  display: inline-block;
  transform: translateY(-3px);
  color: var(--tp-common-white);
  margin-top: 5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ai-price-list-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 1; */
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
}
.ai-price-btn {
  margin-bottom: 40px;
}
.ai-price-wrap.active {
  position: relative;
}
.ai-price-wrap.active::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 60px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(
    304deg,
    #ff994b 23.79%,
    #d34be9 47%,
    #3188ff 85.86%
  );
  background: -moz-linear-gradient(
    304deg,
    #ff994b 23.79%,
    #d34be9 47%,
    #3188ff 85.86%
  );
  background: -webkit-linear-gradient(
    304deg,
    #ff994b 23.79%,
    #d34be9 47%,
    #3188ff 85.86%
  );
  background: -ms-linear-gradient(
    304deg,
    #ff994b 23.79%,
    #d34be9 47%,
    #3188ff 85.86%
  );
}
.ai-price-badge {
  padding: 12px;
}
.ai-price-badge span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.ai-price-badge span svg {
  margin-right: 12px;
  transform: translateY(-2px);
}
.ai-price-title-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .ai-price-title-box p {
    font-size: 16px;
  }
}
.ai-price-tab ul {
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 191, 0.1);
}
.ai-price-tab ul li button {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.ai-price-tab ul li button.active {
  color: var(--tp-common-black);
}
.ai-price-bottom-text span {
  display: inline-block;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-price-bottom-text span a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--tp-common-white);
}

#lineMarker {
  position: absolute;
  top: 5px;
  height: 36px;
  z-index: -1;
  transition: 0.4s;
  border-radius: 6px;
  display: inline-block;
  background: var(--tp-common-white);
}


@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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-details-top {
    padding-bottom: 50px;
  }
}
.tp-career-details-subtitle {
  position: relative;
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.tp-career-details-subtitle::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -5px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #FF5722;
}
.tp-career-details-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #111013;
  margin-bottom: 30px;
  letter-spacing: -2.4px;
}
@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-title {
    font-size: 60px;
  }
}
.tp-career-details-title-2 {
  color: #111013;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.68px;
}
@media (max-width: 767px) {
  .tp-career-details-info {
    flex-wrap: wrap;
  }
}
.tp-career-details-info-item:not(:last-of-type) {
  margin-right: 50px;
}
.tp-career-details-info-item span {
  font-size: 14px;
  font-weight: 400;
  color: #6B6C74;
  display: inline-block;
  margin-bottom: 5px;
}
.tp-career-details-info-item h5 {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.16px;
}
.tp-career-details-wrap p {
  font-size: 16px;
  color: #111013;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-wrap p br {
    display: none;
  }
}
.tp-career-details-list ul {
  display: inline-block;
  padding-left: 30px;
}
.tp-career-details-list ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #111013;
  margin-bottom: 20px;
}
.tp-career-details-sidebar-box {
  border-radius: 20px;
  border: 1px solid #F2F2F5;
  background: #F8F8FB;
  padding: 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-box {
    padding: 50px 25px;
  }
}
.tp-career-details-sidebar-title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-title {
    font-size: 24px;
  }
}
.tp-career-details-sidebar-heading {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-heading {
    margin-bottom: 40px;
  }
}
.tp-career-details-sidebar-heading span {
  font-size: 16px;
  font-weight: 400;
  color: #6B6C74;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-career-details-sidebar-thumb img {
  width: 100%;
}
.tp-career-details-sidebar-item {
  margin-bottom: 30px;
}
.tp-career-details-sidebar-item-icon {
  margin-right: 12px;
}
.tp-career-details-sidebar-item-icon span {
  display: grid;
  height: 50px;
  width: 50px;
  place-content: center;
  border-radius: 50%;
  background: var(--tp-common-white);
  border: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-career-details-sidebar-item-content span {
  font-size: 15px;
  font-weight: 400;
  color: #6B6C74;
  display: inline-block;
}
.tp-career-details-sidebar-item-content h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-item-content h5 {
    font-size: 16px;
  }
}
.tp-career-details-sidebar-btn a {
  /* width: 100%; */
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 17px 30px;
  border-radius: 200px;
  display: inline-block;
  letter-spacing: -0.2px;
  background: #ff4851;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-career-details-sidebar-btn a {
    font-size: 17px;
    padding: 14px 27px;
  }
}
.tp-career-details-sidebar-btn a:hover {
  background-color: #111013;
}
.agntix-dark .tp-career-details-sidebar-btn a:hover {
  background-color: #fff;
  color: var(--tp-common-black);
}
.agntix-dark .tp-career-details-sidebar-item-icon span {
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.4);
}
.agntix-dark .tp-career-details-info-item span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-details-sidebar-item-content span {
  color: rgba(255, 255, 255, 0.6);
}
.agntix-dark .tp-career-details-subtitle {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-info-item h5 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-title-2 {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-wrap p {
  color: rgba(255, 255, 255, 0.8);
}
.agntix-dark .tp-career-details-list ul li {
  color: rgba(249, 244, 232, 0.9);
}
.agntix-dark .tp-career-details-sidebar-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1b1b1d;
}
.agntix-dark .tp-career-details-sidebar-heading span {
  color: rgba(255, 255, 255, 0.8);
}
.agntix-dark .tp-career-details-sidebar-title {
  color: var(--tp-common-white);
}
.agntix-dark .tp-career-details-sidebar-item-content h5 {
  color: var(--tp-common-white);
}

.tp-breadcrumb-ptb {
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-inner-box {
    padding-bottom: 50px;
  }
}

@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;
  }
}

.tp-blog-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4.8px;
  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) {
  .tp-blog-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.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-title.fs-100 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-title.fs-100 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title.fs-100 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title.fs-100 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title.fs-100 br {
    display: none;
  }
}

.tp-blog-masonry-item {
  padding: 15px 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-item-top {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-masonry-item-top {
    padding: 0;
  }
}
.tp-blog-masonry-item-user-thumb {
  margin-right: 12px;
}
.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%;
}
.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);
}
.tp-blog-masonry-item-time span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-masonry-item-time span {
    font-size: 13px;
  }
}
.tp-blog-masonry-item-time span svg {
  margin-right: 5px;
}
.tp-blog-masonry-item-2 {
  padding: 30px 15px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-2 .tp-blog-masonry-item-top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item-3 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-icon span {
  display: grid;
  height: 64px;
  width: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background: #29292B;
}
.tp-blog-masonry-item-text span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: -0.44px;
  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), (max-width: 767px) {
  .tp-blog-masonry-item-text span br {
    display: none;
  }
}
.tp-blog-masonry-item-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
}

.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-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.tp-blog-masonry-thumb-video span {
  display: grid;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-blog-masonry-thumb-video span svg {
  transform: translateX(2px);
}
.tp-blog-masonry-content {
  padding: 0 15px;
}
.tp-blog-masonry-tag span {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-tag span svg {
  margin-right: 5px;
}
.tp-blog-masonry-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: -0.52px;
  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;
  }
}
.tp-blog-masonry-title.fs-30 {
  font-size: 30px;
  font-weight: 700;
}
.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.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-blog-masonry-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #D0FF71;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
}
.tp-blog-masonry-btn a span {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.tp-blog-masonry-btn a span svg {
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-blog-masonry-btn a span svg:last-child {
  position: absolute;
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0);
}
.tp-blog-masonry-btn a:hover span svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px);
}
.tp-blog-masonry-btn a:hover span svg:last-child {
  transform: translate(23px, -23px);
}
.ar-banner-wrap{position:relative;}
.ar-banner-wrap::after{
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, rgb(4, 8, 15) 1.05%, rgba(8, 4, 29, 0) 24.26%, rgba(8, 4, 29, 0) 68.54%, rgb(4, 8, 15) 98.06%);
}