/*----------------------------------------*/
/*  1.1 Neurasafe CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Zen+Dots&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Kanit: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&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=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&family=Sora:wght@100..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet');
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-product-details-views > span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.al-hero-pg-social a svg,
.tp-product-details-action-sm-btn svg,
.tp-product-details-wishlist-btn svg,
.tp-perspective-social-info span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
.al-banner-shop-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Morganite-Bold";
  src: url("../fonts/Morganite-ExtraBold.woff2") format("woff2"),
    url("../fonts/Morganite-ExtraBold.woff") format("woff"),
    url("../fonts/Morganite-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Morganite-SemiBold";
  src: url("../fonts/Morganite-SemiBold.woff2") format("woff2"),
    url("../fonts/Morganite-SemiBold.woff") format("woff"),
    url("../fonts/Morganite-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Poppins", sans-serif;
  --tp-ff-heading: "Space Grotesk", sans-serif;
  --tp-ff-p: "Rajdhani", sans-serif;
  --tp-ff-teko: "Teko", sans-serif;
  --tp-ff-funnel: "Funnel Display", sans-serif;
  --tp-ff-sora: "Sora", sans-serif;
  --tp-ff-zen-dot: "Zen Dots", sans-serif;
  --tp-ff-rajdhani: "Rajdhani", sans-serif;
  --tp-ff-dm: "DM Sans", sans-serif;
  --tp-ff-inter: "Inter", sans-serif;
  --tp-ff-poppins: "Poppins", sans-serif;
  --tp-ff-playfair: "Playfair Display", serif;
  --tp-ff-jakarta: "Plus Jakarta Sans", sans-serif;
  --tp-ff-familjen: "Familjen Grotesk", sans-serif;
  --tp-ff-morganite-bold: "Morganite-Bold", sans-serif;
  --tp-ff-morganite-semibold: "Morganite-SemiBold", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-white-2: #f0f0f0;
  --tp-common-black: #070f29;
  --tp-common-black-1: #10302a;
  --tp-common-black-2: #0d0d0d;
  --tp-common-black-3: #070707;
  --tp-common-black-4: #405955;
  --tp-common-black-5: #111112;
  --tp-common-black-6: #333333;
  --tp-common-black-7: #121314;
  --tp-common-yellow: #fff112;
  --tp-common-yellow-2: #ffd500;
  --tp-common-green: #00dd80;
  --tp-common-green-2: #b4e717;
  --tp-common-green-3: #d5ffdd;
  --tp-common-blue: #5956e9;
  --tp-common-nights: #7d5dff;
  --tp-common-meteor: #e62415;
  --tp-common-angry: #f14f44;
  --tp-common-sugar: #fffbf5;
  --tp-common-cream: #b7ab98;
  --tp-common-pink: #eb5939;
  --tp-grey-1: #525252;
  --tp-grey-2: #999;
  --tp-grey-3: #f8f8f8;
  --tp-grey-4: #aaa;
  --tp-grey-5: #f3f1f2;
  --tp-grey-6: #afb7b6;
  --tp-grey-7: #5c5c5c;
  --tp-grey-8: #101010;
  --tp-theme-primary: #c4ee18;
  --tp-theme-secondary: #ff6d00;
  --tp-theme-1: #0752c5;
  --tp-border-1: #eee;
  --tp-border-2: rgba(51, 51, 51, 0.8);
  --tp-border-3: rgba(255, 255, 255, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-sora);
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-common-black);
  line-height: 26px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 100px;
  font-family: var(--tp-ff-sora);
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  pointer-events: none;
}

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;
  background-color: var(--tp-common-white);
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-size: 16px;
  color: var(--tp-theme-primary);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
  border: 1px solid var(--tp-common-white);
}
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: #1a1a1a;
}
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: #1a1a1a;
}
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: #1a1a1a;
}
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: #1a1a1a;
}
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: #1a1a1a;
}
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="number"],
[dir="rtl"] input[type="password"],
[dir="rtl"] input[type="url"],
[dir="rtl"] textarea {
  text-align: right;
}
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-theme-primary);
}
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: 1;
}

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;
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-160 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-155 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-150 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-145 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-140 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-125 {
    padding-top: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-180 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pt-190 {
    padding-top: 110px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-130 {
    padding-bottom: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-125 {
    padding-bottom: 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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*---------------------------------
  1.2 init style
---------------------------------*/
@media (min-width: 1400px) {
  .container-1800 {
    max-width: 1800px;
  }
}
@media (min-width: 1400px) {
  .container-1550 {
    max-width: 1550px;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .container-1646 {
    max-width: 1646px;
  }
}
@media (min-width: 1400px) {
  .container-1824 {
    max-width: 1824px;
  }
}
@media (min-width: 1400px) {
  .container-1750 {
    max-width: 1750px;
  }
}
@media (min-width: 1400px) {
  .container-1380 {
    max-width: 1380px;
  }
}
@media (min-width: 1400px) {
  .container-1230 {
    max-width: 1230px;
  }
}
@media (min-width: 1400px) {
  .container-1320 {
    max-width: 1320px;
  }
}
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn-lg {
  padding: 19px 21px;
}
.tp-btn-md {
  padding: 15px 15px;
}
.tp-btn-xl {
  padding: 23px 28px;
}
.tp-btn-sm {
  padding: 15px 36px;
}
.tp-btn-cst {
  padding: 18px 30px;
}
.tp-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-btn-switch-animation .btn-text {
  margin-right: -23px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-animation .btn-icon {
  margin-right: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
  opacity: 0;
  transform: translateX(0);
}
.tp-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 1;
  margin-left: 0;
}
.tp-btn-switch-animation:hover .btn-text {
  transition-delay: 0.05s;
  transform: translateX(-23px);
}
.tp-btn-switch-animation:hover .btn-icon {
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 0;
  transition-delay: 0s;
}
.tp-btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tp-btn-switch-text.btn-lg > span {
  padding: 15px 31px;
}
.tp-btn-switch-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  position: relative;
}
.tp-btn-switch-text .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.tp-btn-switch-text:hover.bg-hover-black {
  background: var(--tp-common-black-4);
}
.tp-btn-switch-text:hover.bg-hover-theme-1 {
  background: var(--tp-theme-1);
}
.tp-btn-switch-text:hover .btn-double-text {
  transform: translateY(-200%);
}
.tp-btn-switch-text:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.tp-btn-switch-2-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-btn-switch-2-animation .btn-text {
  margin-left: -18px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-2-animation .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.tp-btn-switch-2-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tp-btn-switch-2-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tp-btn-switch-2-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.tp-btn-switch-2-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}
.tp-btn-switch-2-animation-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tp-btn-switch-2-animation-text.btn-lg > span {
  padding: 15px 31px;
}
.tp-btn-switch-2-animation-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  position: relative;
}
.tp-btn-switch-2-animation-text .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.tp-btn-switch-2-animation-text:hover.bg-hover-black {
  background: var(--tp-common-black-4);
}
.tp-btn-switch-2-animation-text:hover.bg-hover-theme-1 {
  background: var(--tp-theme-1);
}
.tp-btn-switch-2-animation-text:hover .btn-double-text {
  transform: translateY(-200%);
}
.tp-btn-switch-2-animation-text:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.tp-btn-2 {
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-radius: 30px;
  padding: 16px 24px;
  line-height: 1;
  background: var(--tp-common-white);
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
}
.tp-btn-border {
  border: 1px solid var(--tp-border-1);
}
.tp-btn-border:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-btn-border-white {
  border: 1px solid #252525;
}
.tp-btn-border-white:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-btn-white {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-white:hover {
  color: var(--tp-common-black);
}
.tp-btn-gradian {
  backdrop-filter: blur(80px);
  background: radial-gradient(
    170.08% 129.04% at 0% 10.42%,
    #10302a 0%,
    rgba(16, 48, 42, 0.1) 62.47%,
    rgba(180, 231, 23, 0.1) 100%
  );
}
.tp-btn-it-lg {
  padding: 17px 31px;
}
.tp-btn-it-lg .btn-icon {
  margin-right: 9px;
}
.tp-btn-it-lg:hover .btn-icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tp-btn-it-xl {
  padding: 22px 57px;
}
.tp-btn-it-xl:hover {
  background: var(--tp-common-green-2);
  box-shadow: inset 0 4px 16px 1px var(--tp-common-green-2);
  color: var(--tp-common-black-1);
}
.tp-btn-pb-spacing {
  padding: 15px 31px 17px 31px;
}
.tp-btn-pb-cart {
  border: 1px solid transparent;
}
.tp-btn-pb-cart.pb-border {
  border: 1px solid rgba(129, 129, 129, 0.2);
}
.tp-btn-pb-cart:hover.pb-border {
  background: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
.tp-btn-pb-cart:hover.no-border {
  background: transparent;
  border-color: rgba(129, 129, 129, 0.2);
}
.tp-btn-ai {
  padding: 14px 32px;
  border-radius: 100px;
  z-index: 1;
  transition: all 0.4s ease;
}
.tp-btn-ai::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -2;
  border-radius: 101px;
  background-image: -webkit-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -moz-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -o-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}
.tp-btn-ai::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tp-common-white);
  z-index: -1;
  border-radius: 100px;
  transition: all 0.4s ease;
}
.tp-btn-ai:hover {
  background-color: transparent;
}
.tp-btn-ai:hover::before {
  background: transparent;
}
.tp-btn-ai-transparent::before {
  background: #ebe1b3;
}
.tp-btn-ai-transparent-2::before {
  background: transparent;
}
.tp-btn-ai-black::before {
  background: var(--tp-common-black-5);
}
.tp-btn-ai-xl {
  padding: 17px 20px;
}
.tp-btn-ai-xxl {
  padding: 32px 41px;
  border-radius: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-btn-ai-xxl {
    padding: 20px 35px;
  }
}
.tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  z-index: -1;
}
.tp-btn-rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-rounded:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-btn-group {
  display: flex;
  width: fit-content;
}
.tp-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -52px;
}
.tp-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.tp-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.tp-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  background: var(--tp-theme-primary);
}
.tp-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background: var(--tp-theme-primary);
}
.tp-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -52px;
  background: var(--tp-theme-primary);
}
.tp-btn-group .tp-btn-circle {
  text-align: center;
  width: 48px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-group .tp-btn-circle i {
  transform: rotate(-45deg);
}
.tp-btn-md {
  padding: 22px 33px;
  border-radius: 100px;
  z-index: 1;
  transition: all 0.4s ease;
}
.tp-btn-md-header {
  padding: 12px 16px;
}
.tp-btn-md-border {
  border: 1px solid rgba(17, 17, 18, 0.1);
}
.tp-btn-vp-group .tp-btn-circle {
  background: transparent;
  border: 1px solid rgba(17, 17, 18, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.tp-btn-vp-group .tp-btn-2 {
  background: #e9e9e9;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black-5);
  border: 1px solid rgba(17, 17, 18, 0.1);
  padding: 21px 29px;
}
.tp-btn-vp-group:hover > *:nth-child(1) {
  background: var(--tp-common-black-5);
  color: var(--tp-common-white);
}
.tp-btn-vp-group:hover > *:nth-child(2) {
  background: var(--tp-common-black-5);
  color: var(--tp-common-white);
}
.tp-btn-vp-group:hover > *:nth-child(3) {
  background: var(--tp-common-black-5);
  color: var(--tp-common-white);
}
.tp-btn-vp-group-primary .tp-btn-circle {
  background: var(--tp-theme-primary);
}
.tp-btn-vp-group-primary .tp-btn-2 {
  background: var(--tp-theme-primary);
}
.tp-btn-vp-group-primary:hover > *:nth-child(1) {
  background: var(--tp-common-white);
  color: var(--tp-common-black-5);
}
.tp-btn-vp-group-primary:hover > *:nth-child(2) {
  background: var(--tp-common-white);
  color: var(--tp-common-black-5);
}
.tp-btn-vp-group-primary:hover > *:nth-child(3) {
  background: var(--tp-common-white);
  color: var(--tp-common-black-5);
}

.tp-arrow-angle {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
}
.tp-arrow-angle path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out;
}
.tp-arrow-angle path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tp-arrow-angle path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--qode-hover-move-x)))
    translateY(var(--qode-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.tp-arrow-angle-pb path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--qode-hover-move-x)))
    translateY(var(--qode-hover-move-y));
}
.tp-arrow-svg-top-right {
  fill: currentColor;
  stroke: none;
}

.tp-left-right .td-text {
  transform: translateY(1px);
}
.tp-left-right:hover .tp-arrow-angle path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tp-left-right:hover .tp-arrow-angle path:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x))
    translateY(calc(-1 * var(--qode-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.tp-left-right-pb:hover .tp-arrow-angle-pb path:nth-of-type(2) {
  transform: translateY(0) translateX(0);
}
.tp-left-right-pb:hover .tp-arrow-angle-pb path:nth-of-type(1) {
  transform: translateX(var(--qode-hover-move-x))
    translateY(calc(1 * var(--qode-hover-move-y)));
}

.tp-rounded-btn-wrap a {
  width: 160px;
  height: 160px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sora);
  border: 1px solid var(--tp-border-1);
  background: var(--tp-common-white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  padding-top: 40px;
}
.tp-rounded-btn-wd a {
  font-family: var(--tp-ff-body);
  font-size: 15px;
  text-transform: uppercase;
}
.tp-text-common-white {
  color: var(--tp-common-white);
}

.tp-bg-common-white {
  background-color: var(--tp-common-white);
}

.tp-text-common-white-2 {
  color: var(--tp-common-white-2);
}

.tp-bg-common-white-2 {
  background-color: var(--tp-common-white-2);
}

.tp-text-common-black {
  color: var(--tp-common-black);
}

.tp-bg-common-black {
  background-color: var(--tp-common-black);
}
.tp-bg-common-gradient {
  background: linear-gradient(90deg, #00abec 0%, #293e9b 100%);
}
.tp-text-common-black-1 {
  color: var(--tp-common-black-1);
}

.tp-bg-common-black-1 {
  background-color: var(--tp-common-black-1);
}

.tp-text-common-black-2 {
  color: var(--tp-common-black-2);
}

.tp-bg-common-black-2 {
  background-color: var(--tp-common-black-2);
}

.tp-text-common-black-3 {
  color: var(--tp-common-black-3);
}

.tp-bg-common-black-3 {
  background-color: var(--tp-common-black-3);
}

.tp-text-common-black-4 {
  color: var(--tp-common-black-4);
}

.tp-bg-common-black-4 {
  background-color: var(--tp-common-black-4);
}

.tp-text-common-black-5 {
  color: var(--tp-common-black-5);
}

.tp-bg-common-black-5 {
  background-color: var(--tp-common-black-5);
}
.tp-round-26 {
  border-radius: 40px;
}
/*  2.1 Animations
/*----------------------------------------*/
@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);
  }
}
.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

.box {
  position: relative;
  overflow: hidden;
}

.line-1 {
  stroke-dasharray: 1300;
  stroke-dashoffset: 2500;
  animation: dash 5s linear forwards infinite;
}

.line-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear forwards infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 1000;
  }
}
@keyframes dash-2 {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@keyframes tp_animation_spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.tp-live-anim-spin {
  animation: tp_animation_spin 6s linear infinite;
}

@keyframes tdfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes levitate-lg {
  0% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(30px) scale(1.01);
    transform: translateY(30px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes popups {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes color-change {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@-moz-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@-ms-keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.title-slide-gradient {
  background-image: -webkit-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -moz-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: -o-linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  background-image: linear-gradient(
    90deg,
    #201b17 0%,
    #f96501 50%,
    #201b17 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

@-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);
  }
}
.tpshake {
  transition: all 0.4s ease;
}

.tpshake-wrap:hover .tpshake {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@-moz-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@-ms-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
@keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}
.video-animetion {
  -webkit-transition: 0.5s -webkit-animation ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
}

@keyframes upslide {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes upslide-1 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.upslide-1 {
  animation: upslide-1 4s linear forwards infinite alternate;
}

@keyframes arrowLineRotation {
  to {
    transform: rotate(180deg);
  }
}
@keyframes arrowLineRotationRev {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*----------------------------------------*/
/*  2.9 Preloader
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.3 scrollToTop
/*----------------------------------------*/
.scrollToTop {
  display: none !important;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #cbc6c6;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}

.scrollToTop.active-progress {
  display: block !important;
}

.scrollToTop:hover {
  transform: translateY(-15%);
}
.scrollToTop .arrowUp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(180deg, #d156db 0%, #070f29 100%);
}

.scrollToTop .arrowUp i {
  font-size: 19px;
}

.scrollToTop .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-color: var(--tp-theme-primary);
  transition: all 0.3s;
  border: 1px solid var(--tp-theme-primary);
}
.scrollToTop .water svg use {
  margin-bottom: -1px;
  position: relative;
  bottom: -1px;
  fill: var(--tp-theme-primary) !important;
}

.scrollToTop-2 .water {
  background-color: var(--tp-theme-secondary);
  border: 1px solid var(--tp-theme-secondary);
}
.scrollToTop-2 .water svg use {
  fill: var(--tp-theme-secondary) !important;
}

.scrollToTop-3 .water {
  background-color: var(--tp-common-angry);
  border: 1px solid var(--tp-common-angry);
}
.scrollToTop-3 .water svg use {
  fill: var(--tp-common-angry) !important;
}

.scrollToTop-4 .water {
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}
.scrollToTop-4 .water svg use {
  fill: var(--tp-theme-1) !important;
}

.scrollToTop .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}

.scrollToTop .water_wave_back {
  right: 0;
  fill: var(--tp-theme-primary);
  animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
  left: 0;
  fill: #7a259ee0;
  margin-bottom: -1px;
  animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes wave-back {
  100% {
    transform: translateX(50%);
  }
}
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110vh;
  fill: #121212;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  z-index: 20;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  2.6 Magic Cursor css start
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}

.cursor-bg-red #ball {
  background-color: var(--tp-theme-secondary) !important;
}
.cursor-bg-red #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-white-bg #ball {
  background-color: var(--tp-common-white) !important;
}
.cursor-white-bg #ball .ball-view {
  color: var(--tp-common-black);
}

.cursor-black-bg #ball {
  background-color: var(--tp-common-black) !important;
}
.cursor-black-bg #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-bg-green #ball {
  background-color: var(--tp-theme-1) !important;
}
.cursor-bg-green #ball .ball-view {
  color: var(--tp-common-white);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tp-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.cus-primary-btn {
  border-radius: 20px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #d156db 0%, #070f29 100%);
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 40px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
/* Animation Keyframes */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Hover Effect */
.cus-primary-btn:hover {
  animation: gradientMove 3s ease infinite;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(209, 86, 219, 0.4);
}
.tp-header-search-btn {
  width: 48px;
  height: 48px;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
  line-height: 9px;
}
.tp-header-search-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}
.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-lg-spacing {
    padding: 15px 0px;
  }
}
@media (max-width: 574.98px) {
  .tp-header-lg-spacing {
    padding: 8px 0px;
  }
}
.tp-header-sidebar-btn span {
  height: 2px;
  width: 25px;
  display: block;
  margin: 6px auto;
  background: var(--tp-common-black);
}
.tp-header-sidebar-btn:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-sidebar-btn:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-header-2-country {
  margin-left: 190px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-2-country {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-2-country {
    display: none;
  }
}
.tp-header-2-menu-btn {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(104px);
  width: 48px;
  height: 48px;
  padding-right: 14px;
}
.tp-header-2-menu-btn span {
  background: var(--tp-theme-primary);
  width: 11px;
  margin: 4px 0 4px auto;
  border-radius: 10px;
  height: 2px;
}
.tp-header-2-menu-btn span:nth-child(2) {
  width: 20px;
}
.tp-header-2-spacing {
  padding: 18px 0px;
}
@media (max-width: 574.98px) {
  .tp-header-2-right .tp-btn-group {
    display: none;
  }
}
.tp-header-wd-wrap {
  border-bottom: 1px solid var(--tp-border-1);
}
@media (max-width: 574.98px) {
  .tp-header-sa-logo {
    margin-right: 0;
  }
}
.tp-header-sa-search-btn {
  border: 1px solid #070707;
}
.tp-header-pp-menu-btn {
  border: 1px solid #ebebeb;
  background: var(--tp-common-white);
}
.tp-header-pp-menu-btn span {
  background: var(--tp-common-black);
}
.tp-header-pp-email {
  border: 1px solid var(--tp-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 4px 18px;
  margin-left: 125px;
}
.tp-header-pp-email:hover {
  color: var(--tp-grey-1);
}
.tp-header-cst-wrap {
  border-bottom: 1px solid rgba(16, 48, 42, 0.1);
}
.tp-header-cst-menu-btn {
  background: var(--tp-grey-5);
}
.tp-header-cst-menu-btn span {
  background: var(--tp-common-black-1);
}
.tp-header-it-bg {
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fcfffc;
  padding: 0px 40px 0px 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-it-bg {
    margin-top: 0;
    padding: 10px 33px 10px 33px;
  }
}
@media (max-width: 574.98px) {
  .tp-header-it-bg {
    padding: 0;
    border: none;
  }
  .tp-header-it-bg .tp-menu-bar {
    padding-right: 0;
    width: auto;
  }
}

/* topbar start */
.topbar {
  position: relative;
  z-index: 1;
  background: #d156db;
  padding: 4px 0;
}

.topbar p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  text-align: center;
  margin: 0;
}
/* topbar end */

.tp-header-it-btn {
  padding: 12px 26px;
  box-shadow: inset 0 4px 16px 1px #0c211b;
}
.tp-header-it-btn:hover {
  background: var(--tp-common-green-2);
  box-shadow: inset 0 4px 16px 1px var(--tp-common-green-2);
}
.tp-header-it-menu-btn {
  background: none;
  padding: 0;
  width: auto;
  border: none;
}
.tp-header-it-menu-btn span {
  background: var(--tp-common-black-1);
  margin: 4px auto 4px 0;
  border-radius: 30px;
}
.tp-header-it-menu-btn span:first-child {
  width: 15px;
}
.tp-header-pb-contact ul {
  display: flex;
  align-items: center;
}
.tp-header-pb-contact ul li {
  font-family: var(--tp-ff-sora);
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-black-1);
  list-style: none;
  opacity: 0.8;
}
.tp-header-pb-contact ul li:first-child {
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
}
.tp-header-pb-contact ul li:first-child::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--tp-common-black-1);
  opacity: 0.1;
  width: 1px;
  height: 27px;
}
.tp-header-pb-social ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
.tp-header-pb-social ul li {
  list-style: none;
}
.tp-header-pb-social ul li a {
  font-size: 20px;
}
.tp-header-pb-social ul li a:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-pb-social ul li a svg {
  transform: translateY(-2px);
}
.tp-header-pb-top {
  padding: 15px 0px;
}
.tp-header-pb-logobg {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 100%;
  background: var(--tp-theme-secondary);
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-pb-logobg {
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
    width: 220px;
  }
}
.tp-header-pb-bottom {
  border-top: 1px solid #e7e7e1;
  border-bottom: 1px solid #e7e7e1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-pb-bottom {
    border-top: none;
  }
}
.tp-header-pb-helpline {
  position: relative;
}
.tp-header-pb-helpline::before {
  position: absolute;
  content: "";
  height: 76px;
  width: 1px;
  background: #e7e7e1;
  top: -18px;
  left: 0;
}
.tp-header-pb-helpline-icon {
  border-radius: 100%;
  background: var(--tp-theme-secondary);
  box-shadow: -2px -4px 6px -5px rgba(255, 109, 0, 0.5);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tp-header-pb-helpline-icon::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background: var(--tp-theme-secondary);
  z-index: -1;
  opacity: 0.2;
  border-radius: 50%;
}
.tp-header-pb-cart-count {
  width: 22px;
  height: 22px;
  background: var(--tp-theme-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -12px;
}
.tp-header-pb-sidebar {
  width: 76px;
  height: 76px;
  background: var(--tp-theme-secondary);
  margin-right: -12px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-pb-sidebar {
    margin-left: 20px;
  }
}
.tp-header-pb-sidebar span {
  background: var(--tp-grey-5);
  border-radius: 10px;
  height: 2px;
  width: 30px;
  margin: 5px auto 5px 24px;
}
.tp-header-pb-sidebar span:first-child {
  width: 22px;
}
.tp-header-pb-sidebar span:nth-child(3) {
  width: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-pb-logo {
    padding-left: 0;
  }
}
.tp-header-ai-bg {
  margin-top: 21px;
  border-radius: 20px;
  box-shadow: 0 4px 59px 2px rgba(0, 0, 0, 0.05);
  background: var(--tp-common-white);
  padding: 0px 32px 0px 32px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-ai-bg {
    padding: 10px 20px 10px 20px;
  }
}
.tp-header-ai-menu-btn {
  background: var(--tp-grey-5);
}
.tp-header-ai-menu-btn span {
  background: var(--tp-common-black-6);
}
.tp-header-md-social ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tp-header-md-social ul li {
  list-style: none;
}
.tp-header-md-social ul li a {
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-header-md-social ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-md-social ul li a svg {
  transform: translateY(-3px);
}
.tp-header-md-contact ul {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.tp-header-md-contact ul li {
  list-style: none;
  font-family: var(--tp-ff-sora);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-5);
  display: flex;
  align-items: center;
}
.tp-header-md-contact ul li a {
  margin-left: 3px;
}
.tp-header-md-contact ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-md-contact ul li svg {
  margin-right: 8px;
}
.tp-header-md-top {
  padding: 7px 0px;
}
.tp-header-md-search-btn {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(17, 17, 18, 0.1);
  color: var(--tp-common-black-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-header-md-main {
    padding: 15px 0px;
  }
}
.tp-header-vp-spacing {
  padding: 14px 0px;
}
.tp-header-slider-wrapper {
  padding: 18px 0;
}
.tp-header-slider-bar {
  transition: 0.3s;
  padding: 8px 17px;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.tp-header-slider-bar:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-header-slider-bar span svg {
  margin-right: 7px;
}
.tp-header-slider-info a {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
.tp-header-slider-right.right-white .tp-header-slider-info a {
  color: var(--tp-common-black);
}
.tp-header-slider-right.right-white .tp-header-slider-bar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--tp-common-black);
}
.tp-header-slider-right.right-white .tp-header-slider-bar:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.header-transparent {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 95%;
  background: transparent;
  margin: auto;
  /* border-radius: 100px; */
  padding: 30px 30px 0;
  height: 110px;
  display: flex;
  align-items: center;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
  position: relative;
}
@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: 574.98px) {
  .tp-main-menu nav > ul > li {
    margin: 0 18px;
  }
}
.tp-main-menu nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
}
.tp-main-menu nav > ul > li > a:hover::after, .tp-main-menu nav > ul > li > a.active::after {
    width: 100%;
    left: 0;
    right: auto;
}
.tp-main-menu nav > ul > li > a:hover::after,
.tp-main-menu nav > ul > li > a.active::after {
    width: 100%;
    left: 0;
    right: auto;
}

.tp-main-menu nav > ul > li > a::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 5px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #d156db;
}
.tp-main-menu nav > ul > li > a.active {
  color: #d156db;
}
.tp-main-menu nav > ul > li > a > span {
  color: var(--tp-grey-2);
  display: inline-block;
  margin-right: 2px;
  transition: all 0.4s ease;
  transform: rotate(90deg);
  font-size: 10px;
}
.tp-main-menu nav > ul > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-main-menu nav > ul > li .submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
  margin: 0;
}
.tp-main-menu nav > ul > li .submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu nav > ul > li .submenu li a {
    font-size: 14px;
  }
}
.tp-main-menu nav > ul > li .submenu li .submenu {
  top: 0;
  left: 100%;
}
.tp-main-menu nav > ul > li .submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-main-menu nav ul li {
  position: relative;
}
.tp-main-menu nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tp-main-menu nav ul li:hover.has-dropdown > a > span {
  color: var(--tp-common-black);
}
.tp-main-menu-wd > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  font-weight: 500;
  font-size: 20px;
}
.tp-main-menu-cst > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black-1);
  padding: 35px 0px;
}
.tp-main-menu-it > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black-1);
  padding: 27px 0px;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-main-menu-pb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main-menu-pb > nav > ul > li {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-main-menu-pb > nav > ul > li {
    margin: 0 14px;
  }
}
.tp-main-menu-pb > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black-1);
  padding: 25px 0px;
}
.tp-main-menu-ai > nav > ul > li {
  margin: 0;
  padding: 25px 0px;
}
.tp-main-menu-ai > nav > ul > li:hover > a {
  background: var(--tp-common-black-6);
  color: var(--tp-common-white);
}
.tp-main-menu-ai > nav > ul > li:hover.has-dropdown > a > span {
  color: var(--tp-common-white);
}
.tp-main-menu-ai > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-black-5);
  padding: 7px 25px;
  border-radius: 50px;
}
.tp-main-menu-ai > nav > ul > li > a > span {
  transition: all 0.4s ease;
  margin-left: 4px;
  transform: translateY(-1px);
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-main-menu-md {
  margin-left: -23px;
}
.tp-main-menu-md > nav > ul > li {
  padding: 29px 0px;
}
.tp-main-menu-vp > nav > ul > li > a {
  font-family: var(--tp-ff-sora);
  letter-spacing: -0.02em;
  color: var(--tp-common-black-5);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(255, 255, 255, 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-black-bg {
  background: #070707;
  padding: 0 30px;
}
.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-ai-wrap {
  background: none;
  box-shadow: none;
}
.header-sticky.tp-header-ai-wrap .tp-header-ai-bg {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .header-sticky.tp-header-ai-wrap .tp-header-ai-bg {
    margin-top: 5px;
  }
}
.header-sticky.tp-header-ai-wrap .tp-header-ai-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
  border-radius: 20px;
}
.header-sticky.tp-header-vp-spacing {
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .header-sticky.tp-header-vp-spacing {
    padding: 15px 0px;
  }
}
.header-sticky .tp-btn-vp-group .tp-btn-2 {
  background: #fff;
}
.header-sticky .tp-btn-vp-group:hover > *:nth-child(2) {
  background: var(--tp-common-black-5);
  color: var(--tp-common-white);
}
.header-sticky .tp-main-menu-cst > nav > ul > li > a {
  padding: 21px 0px;
}
.header-sticky.tp-header-cst-wrap {
  border-bottom: none;
}
.header-sticky .tp-header-it-bg {
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  margin-top: 0;
}
.header-sticky .tp-main-menu-it > nav > ul > li > a {
  padding: 21px 0px;
}
.header-sticky .tp-header-pb-top {
  display: none !important;
}
.header-sticky .tp-header-pb-bottom {
  border-top: none;
  border-bottom: none;
}
.header-sticky .tp-header-md-top {
  display: none !important;
}
.header-sticky .tp-main-menu-md > nav > ul > li {
  padding: 15px 0px;
}

.tp-header-dropdown nav ul li {
  list-style: none;
}
.tp-header-dropdown nav ul li:hover > .tp-megamenu-wrapper {
  width: 300px;
  min-width: 300px;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.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: #b64ade;
  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);
}

.tp-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  /* padding-top: 45px; */
  top: 100%;
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-wrapper {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-megamenu-wrapper {
    padding-top: 25px;
  }
}
.tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.12);
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
  color: #111013;
  border-bottom: 1px solid #f3f3f6;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
  background-color: #f3f3f6;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  color: #636368;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.tp-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-title {
    padding-left: 23px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}
.tp-megamenu-list {
  height: 100%;
}
.tp-megamenu-list ul {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 50px;
}
.tp-megamenu-list ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-megamenu-list ul::after {
    display: none;
  }
}
.tp-megamenu-list ul li {
  padding: 0px 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li {
    padding: 0px 10px;
  }
}
.tp-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px),
  only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
}
.tp-megamenu-list ul li a span {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a span {
    font-size: 8px;
    padding: 5px 6px;
  }
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-megamenu-list ul li a span {
    display: none;
  }
}
.tp-megamenu-list ul li a span.hot {
  color: #ff535b;
  background-color: rgba(255, 83, 91, 0.08);
}
.tp-megamenu-list ul li a span.new {
  color: #fff669;
  background-color: rgba(255, 246, 105, 0.08);
}
.tp-megamenu-list ul li a span.pop {
  color: #19e41a;
  background-color: rgba(25, 228, 26, 0.08);
}
.tp-megamenu-list ul li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-megamenu-thumb {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-megamenu-thumb {
    display: none;
  }
}
.tp-megamenu-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg
  nav
  ul
  li
  .tp-submenu
  li.menu-item-has-children:hover
  > a::after {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-menu ul li.has-dropdown span {
    display: none;
  }
  .offcanvas-black-bg .tp-offcanvas-menu ul li > a.rolling-text span.letter {
    display: inline-block !important;
  }
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-sora);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--tp-common-white);
}
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
}
.tp-offcanvas-menu ul li .tp-submenu.submenu {
  padding-left: 20px;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.tp-menu-close i {
  transition: all 0.3s;
}
/*----------------------------------------*/
/*  7.9 cta css start
/*----------------------------------------*/
.tp-cta-wd-shape {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 36%;
}
.tp-cta-wd-shape svg {
  width: 100%;
}
.tp-cta-wd-email {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 21px 35px;
  background: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .tp-cta-wd-email {
    padding: 15px 21px;
  }
}
.tp-cta-wd-email:hover {
  color: var(--tp-grey-1);
}
.tp-cta-sa-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-cta-sa-btn {
    position: inherit;
    margin-top: 30px;
  }
}
.tp-cta-it-form .cta-it-input {
  font-family: var(--tp-ff-sora);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  opacity: 0.8;
  border: 1px solid rgba(16, 48, 42, 0.1);
  border-radius: 10px;
  width: 518px;
  height: 70px;
  background: transparent;
}
@media (max-width: 574.98px) {
  .tp-cta-it-form .cta-it-input {
    width: 100%;
  }
}
.tp-cta-it-form .cta-it-input:focus {
  border-color: var(--tp-common-black-1);
}
.tp-cta-it-form .cta-it-input::placeholder {
  font-family: var(--tp-ff-sora);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-1);
}
.tp-cta-it-trams {
  opacity: 0.8;
}
.tp-cta-it-trams a {
  text-decoration: underline;
}
.tp-cta-it-scale {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.tp-cta-it-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36%;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
  animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.tp-cta-it-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
  animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.tp-cta-pb-wrap {
  padding: 77px 0px 55px 0px;
  flex-wrap: wrap;
}
.tp-cta-ai-bg {
  border-radius: 60px;
  padding: 187px 30px 200px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-cta-ai-bg {
    padding: 100px 30px 100px 30px;
  }
}
/* ==================== Hero Section 1 ===================== */
.hero-section-1 {
  position: relative;
  /* height: 1080px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 400px 0px 0px 0px;
}

.hero-section-bg {
  background: radial-gradient(
    44.79% 54.43% at 50% 45.57%,
    #4c0252 0%,
    #070f29 85%
  );
}
.hero-area-content {
  max-width: 962px;
  text-align: center;
  padding-bottom: 100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop_hide_getTouch {
  display: none !important;
}
.tp-hero-title-h1 {
  color: #ffffff;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 100px */
  letter-spacing: -4px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.construction_wrapper .tp-hero-title-h1 {
  line-height: 108%;
}
.hero-area-content p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 516px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 10px 0 30px;
}
.banner-circle-wrapper {
    position: absolute; /* same as your previous layout */
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 555px;
    height: 630px;
    border-radius: 130px;
    overflow: hidden;
    mix-blend-mode: plus-lighter;
}

.banner-circle-poster,
.banner-circle-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Optional: make video smoother on mobile */
@media (max-width: 768px) {
    .banner-circle-video {
        mix-blend-mode: plus-lighter; /* if needed */
        will-change: transform;
        backface-visibility: hidden;
    }
}
/* .banner-circle {
  border-radius: 130px;
  background: url('../img/banner-circle-gif.gif') #d156db  -199.428px -71.141px /
    168.661% 132.438% no-repeat;
  mix-blend-mode: plus-lighter;
  width: 555px;
  height: 530px;
  flex-shrink: 0;
  aspect-ratio: 111 / 106;
  margin-top: -520px;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
} */
/* We Build CSS */
.we-build-banner-content {
  border-radius: 60px 60px 0px 0px;
  background-color: #f4f7fd;
  position: relative;
}
.we-build-banner-content:before {
    content: '';
    position: absolute;
    width: 87%;
    height: 1px;
    background: #af4bbd;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(100px, 0px);
}
.we-build-banner-left {
  width: 100%;
  max-width: 920px;
  padding-left: 105px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.we-build-banner-left h4.label {
  color: #b94ec5;
  text-align: left;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
}

.we-build-banner-left h2 {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 87.5px */
  letter-spacing: -3.5px;
}

.we-build-banner-left p.paragraph {
  color: #7c7777;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  margin: 0 0 20px 0;
  max-width: 732px;
}
.we-build-banner-right-img {
  position: absolute;
  top: -35px;
  right: -41px;
}
.crafting .we-build-banner-right-img {
  transform: scale(1.1);
}

.label {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
  font-weight: 700;
}
.we-build-tab-left p {
  color: #070707;
}
.cta-button-black:hover {
  color: var(--tp-common-white);
}
.tp-we-build-banner-sect p {
  /* color: var(--tp-common-white); */
  padding: 20px 0;
  margin-bottom: 50px;
}
.tp-we-build-tab-sect {
  position: relative;
  /* padding: 100px 0; */
}
.tp-we-build-tab-sect h2 {
  color: var(--tp-common-black);
}
.tp-we-build-tab-sect p {
  color: var(--tp-common-black);
}
.title-section {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 50px;
}
.we-build-tabs .nav {
  justify-content: space-between;
}
.we-build-tabs .nav-link {
  color: var(--tp-common-white);
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.108%;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}
.we-build-tabs .nav-link.active {
  background: linear-gradient(90deg, #2d3392 0%, #00abe9 100%) !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.we-build-tabs .swiper-slide {
  background: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.we-build-tabs .mySwiper {
  padding: 0 0 20px;
}
.swiper_custom_btn {
  background: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 30px;
  color: #070707;
  margin-top: -50px;
  border-radius: 6px;
}
.we-build-tab-left {
  border: 1px solid #070707;
  height: 100%;
  padding: 30px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.we-build-tab-img img {
  width: 100%;
  border-radius: 60px;
  height: 650px;
  object-fit: cover;
  object-position: center;
}
/* Tab pane animation */
.tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none; /* hidden by default */
}
.tab-pane.show.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.we-build-tab-left img {
  width: max-content;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Business solution */
.business-sol-sec-content {
  max-width: 898px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.business-sol-sec-content h4 {
  color: #af4bbd;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  color: #af4bbd;
}

.business-sol-sec-content h2 {
  color: #070f29;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 87.5px */
  letter-spacing: -3.5px;
}

.business-sol-sec-content p {
  color: #070f29;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  margin-top: 24px;
}

.business-sol-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid #070f29;
  background: #fff;
  cursor: pointer;
  height: 630px;
  transition: background 0.6s ease, transform 0.6s ease;
  padding: 10px;
  overflow: hidden;
}
.business-sol-card:hover {
  background: linear-gradient(180deg, #9341a5 0%, #070f29 80%);
  border: 0;
  /* box-shadow: 0 40px 80px -20px rgba(76, 2, 82, 0.35); */
  box-shadow: 0 70px 90px -30px rgba(76, 2, 82, 0.55);
}
.business-sol-card:hover .business-sol-card-img img {
  transform: scale(1.1);
}

.business-sol-card:hover .business-sol-card-content p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.business-sol-card:hover .business-sol-card-img {
  height: 260px; /* smooth shrink */
}
.business-sol-card:hover .business-sol-icon img {
  transform: translateX(5px);
}
.business-sol-icon img {
  width: 180px;
  transition: transform 0.4s ease;
}
.business-sol-card-img {
  height: 470px;
  border-radius: 17px;
  overflow: hidden;
  transition: height 0.6s ease;
}
.business-sol-card-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.business-sol-card-content {
  width: 100%;
  transition: padding 0.5s ease;
}
.business-sol-card h3 {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 37.5px */
  letter-spacing: -1.5px;
  padding: 30px 12px 0px 12px;
  transition: color 0.5s ease, transform 0.5s ease;
}
.business-sol-card:hover h3 {
  color: #fff;
  transform: translateY(-5px);
}
.business-sol-card p {
  color: #fff;
  text-align: left;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  letter-spacing: -1px;
  padding: 0px 12px 0px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
}
.business-sol-card:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.business-sol-btn {
  padding: 80px 0;
}
.business-sol-card p span {
  width: 85%;
}

.business-sol-card p a {
  width: 15%;
}

/* Take Control section */
.tk-control-sec {
  padding: 100px 0;
}

.tk-control-sec-content {
  max-width: 900px;
}

.tk-control-sec-content h2 {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 87.5px */
  letter-spacing: -4.9px;
  text-transform: capitalize;
}

.tk-control-sec-content h2 span {
  background: linear-gradient(90deg, #070f29 0%, #4c0252 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -4.9px;
}

.tk-control-sec-content p {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 550px;
  margin-bottom: 30px;
}
.pl-riskSec {
  padding-left: 50px;
}
/* Safety Section */
.safty-built-sec {
  background-image: url("../img/safety-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 150px 0;
}

.safty-built-sec .row {
  margin-top: 50px;
}

.safty-built-sec h2 {
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 87.5px */
  letter-spacing: -4.9px;
  max-width: 500px;
  margin: 0 auto;
}

.safty-built-sec h2 span {
  color: #fff;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -4.9px;
}

.safty-built-sec p {
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 732px;
  margin: 10px auto;
}

.safty-built-card {
  border-radius: 22px;
  background: #e9ebf0;
  padding: 50px 30px;
  transition: all 0.6s ease;
  min-height: 565px;
}

.safty-built-card h3 {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 37.5px */
  letter-spacing: -1.5px;
  margin-top: 40px;
}

.safty-built-card p {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 195%; /* 39px */
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 20px;
}

.safty-built-card .business-sol-icon-img a {
  display: inline-block !important;
}

.business-sol-icon-img {
  text-align: end;
  transition: all 0.6s ease;
  opacity: 0;
}

.safty-built-card:hover {
  background: linear-gradient(180deg, #9341a5 0%, #070f29 100%);
  transition: all 0.6s ease;
}

.safty-built-card:hover h3 {
  color: #fff;
}

.safty-built-card:hover p {
  color: #fff;
}

.safty-built-card:hover .business-sol-icon-img {
  opacity: 1;
  transition: all 0.6s ease;
}

.safty-built-card:hover .safty-built-icon img {
  filter: invert(1);
}

/* Industry Section */
.industry-sec h2 {
  font-family: var(--tp-ff-sora);
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 109%;
  letter-spacing: -3.5px;
  text-align: center;
  color: #ffffff;
  max-width: 866px;
  margin: 0 auto;
}

.industry-sec h2 span {
  font-weight: 600;
}

.industry-sec p {
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 892px;
  margin: 20px auto;
}

.industry-sec .row {
  margin-top: 50px;
}

.industry-sec .globe-cards h4 {
  color: #6a406d;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%; /* 32.7px */
  letter-spacing: -1.5px;
  margin-top: 20px;
}

.industry-sec .globe-cards {
  padding: 0 20px;
  cursor: pointer;
}

.industry-sec .globe-cards:hover h4 {
  color: #fff;
}
.industry-sec .globe-cards:hover img {
  filter: brightness(10.5) !important;
}
.industry-sec .globe-cards:hover img {
  filter: contrast(0.2);
}

.industry-sec-b-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  width: 100%;
}

.industry-sec-b-cnt p {
  max-width: 500px;
  text-align: left;
  margin: 0;
}
.industry-sec-b-cnt .cus-primary-btn{
  padding: 20px 70px;
}
.icon_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Make Section */
.mk-sec {
  background-image: url(../img/make-neurasafe-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 170px 0;
}
.mk-sec-content {
  padding-left: 140px;
}
.mk-sec-content h2 {
  color: #070f29;
  font-family: Sora;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 102%; /* 61.2px */
  letter-spacing: -3px;
  max-width: 480px;
}

.mk-sec-content p {
  color: #140d31;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 615px;
  margin-top: 24px;
  margin-bottom: 30px;
}

/* Blog Section */
.blog-sec {
  padding: 120px 0;
}

.blog-sec .blog-heading {
  text-align: center;
}

.blog-sec .blog-heading h4 {
  color: #af4bbd;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
}

.blog-sec .blog-heading h2 {
  color: #070f29;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 87.5px */
  letter-spacing: -4.9px;
  text-transform: capitalize;
  max-width: 508px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.blog-sec .blog-heading h2 span {
  font-weight: 600;
}
.blogSwiper {
  position: relative;
  padding: 120px 0px 0;
}
.blog-card {
  border-radius: 24px;
  background: linear-gradient(180deg, #4c0252 0%, #070f29 116.54%);
  padding: 24px;
  transition: all 0.5s ease;
}
.blogSwiper .swiper-slide-active .blog-card {
  background: #070f29;
  margin-top: -100px !important;
  transform: scale(1.05);
  box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.15);
}
.blogSwiper .swiper-slide {
  transition: transform 0.5s ease, margin-top 0.5s ease;
}
.blog-card p {
  color: #fff;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.blog-card .blog-card-info {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.blog-card .blog-card-info h3 {
  color: #af4bbd;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  margin: 0;
}

.blog-card .blog-card-info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.blog-sec .col-md-4.col-lg-4:nth-child(odd) {
  margin-top: 80px;
}

.blog-sec .col-md-4.col-lg-4:nth-child(even) .blog-card {
  background: #070f29;
}

/* Stats Section CSS */
.stats-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: -280px;
}
.stat-box {
  width: 550px;
  height: 300px;
  border-radius: 40px;
}
.stat-box-white-left {
  border: 1px solid #070707;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 40px 0px 0px 30px;
  gap: 20px;
}
.stat-box-black-left {
  background: #070707;
  display: flex;
  position: relative;
  left: 150px;
  top: -150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
}
.stat-box-white-right {
  border: 1px solid #070707;
  padding: 40px 30px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
.stat-box-black-right {
  background: #070707;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #fff;
  position: relative;
  right: 150px;
  top: -150px;
}
.stat-number {
  font-size: 60px;
  font-family: var(--tp-ff-sora);
  font-weight: 700;
}
.stat-text {
  font-size: 30px;
  font-family: var(--tp-ff-sora);
}
/* tp brand swiper css */
.tp-brands-logo-section {
  position: relative;
  padding: 150px 0 70px;
}
.logo-section {
  overflow: hidden;
  width: 100%;
}

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  max-width: 75%;
  margin: auto;
}

.marquee-track {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.marquee.reverse .marquee-track {
  animation: scroll-right 30s linear infinite;
}
.logo-item {
  flex: 0 0 auto;
  /* border: 1px solid rgb(183 72 186 / 33%); */
  border-radius: 70px;
  width: max-content;
  height: auto;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
.logo-item img {
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.logo-item img:hover {
  opacity: 1;
}

/* Animation keyframes */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* Hover pause effect */
.marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* Optional: spacing between two marquees */
.marquee + .marquee {
  margin-top: 40px;
}
/* =============== News Feed CSS ================ */
.tp-news-feed-section {
  position: relative;
  padding: 100px 100px;
}
.tp-news-feed-section .title-section {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.tp-news-feed-section .title-section .paragraph {
  max-width: 700px;
  color: var(--tp-common-black);
}
.tp-news-feed-section .title-section .label {
  color: var(--tp-common-black);
}
.tp-newfeed-title-right {
  text-align: end;
}
.news-feed-card {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.news-feed-img img {
  width: 100%;
  height: 520px;
  border-radius: 20px;
}
.news-feed-content {
  background: #ffffff00;
  backdrop-filter: blur(15px);
  padding: 50px 20px;
  border-radius: 20px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  width: 98%;
  transform: translate(4px, -5px);
  transition: all 0.3s ease-in-out;
}
.feed-tag {
  font-size: 15px;
  color: #fff;
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: capitalize;
}
.news-feed-content h6 {
  color: #fff;
}
.news-feed-card:hover .news-feed-content {
  height: 98%;
}
.news-feed-parallax-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 500px; adjust height */
}
.news-feed-parallax-sliders {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-out;
}
.news-feed-parallax-item {
  flex: 0 0 33.3333%; /* 3 slides per view */
  padding: 0 10px;
  box-sizing: border-box;
}
.news-feed-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}
.parallax-img {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-out;
  transform: translate(0px, 0px) !important;
}
/* ================ Industries Section CSS  =================== */
.tp-industry-section {
  position: relative;
  z-index: 1;
}
.industry-banner-content {
  background: url("../img/industry-bg-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 0px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  padding-left: 50px;
  border-radius: 40px;
}
.industry-banner-content h2 {
  color: #fff;
}
.tp-industry-labels {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.indsutries-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  min-width: 110px;
  max-width: 190px;
  border-left: 1px solid #007ec7;
  padding: 0px 0px 0px 20px;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s ease;
  cursor: pointer;
}
.indsutries-boxes:hover {
  transform: translateY(-10px) scale(1.05);
}
.indsutries-boxes span img {
  transition: transform 0.5s ease, filter 0.5s ease;
}
.indsutries-boxes:hover span img {
  transform: scale(1.1) rotate(-2deg);
  filter: brightness(1.1);
}
.indsutries-boxes:first-child {
  border: none;
}
.indsutries-boxes p {
  color: #fff;
  transition: color 0.4s ease;
}
.indsutries-boxes:hover p {
  color: #00bfff; /* highlight text on hover */
}
/* =============== Globe CSS ================ */
.tp-globe-bg {
  background: radial-gradient(
    76.95% 93.5% at 50% 6.5%,
    #4c0252 0%,
    #070f29 85%
  );
  /* background: linear-gradient(180deg, #4C0252 0%, #070F29 116.54%); */
  padding: 100px 0px;
}
.tp-globe-map-section .title-section {
  margin-left: unset;
  text-align: left;
  margin-bottom: unset;
}
.tp-globe-bg .row {
  width: 100%;
}
.globe-cards h2 {
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 87.5px */
  letter-spacing: -3.5px;
  margin: 0;
}
.globe-cards h4 {
  color: #f4f7fd;
  font-family: var(--tp-ff-sora);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 37.5px */
  letter-spacing: -1.5px;
}
.globe-cards p {
  color: #fff;
  text-align: center;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  padding: 20px 0 0 0;
}
.globe-cards {
  padding: 0 30px;
}
.globe-card-border {
  text-align: center !important;
  border-left: 1px solid #d156db;
  border-right: 1px solid #d156db;
}
.globe-card-border-left {
  text-align: center !important;
  border-left: 1px solid #d156db;
}
.globe-card-border-right {
  text-align: center !important;
  border-left: 1px solid #d156db;
}
.globe-map {
  position: absolute;
  width: 85%;
  right: -272px;
  top: 170px;
}
svg {
  width: 80%;
}
circle {
  fill: #fff;
}
/* circle, */
.banaan {
  fill: #fff;
  transition: all 3s ease;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
  to {
    r: 5;
  }
}
/* ============== Ft Banner CSS ============ */
.tp-ft-banner-sect {
  position: relative;
  padding: 50px 0;
}
.tp-ft-banner-bg {
  background: url("../img/bottom-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 40px;
  height: 450px;
  border-radius: 50px;
}
.ft-banner-right {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.ft-banner-left {
  max-width: 520px;
}
.ft-banner-left h4 {
  color: var(--tp-common-white);
}
.ft-banner-left h2 {
  color: var(--tp-common-white);
}
/* ========== Contact Section CSS ============== */
.contact_form {
  background: #fff;
  padding: 50px 30px;
  border-radius: 30px;
  width: 770px;
  position: relative;
  margin-top: 60px;
}
.contact_form .h4_title2 {
  color: #070707;
  text-align: center;
}
.contact_form p {
  color: var(--tp-common-black);
}
.input_field {
  margin-bottom: 20px;
}
.input_field input {
  background: #f9f9f9;
  border: none;
  height: 75px;
  border-radius: 50px;
  padding: 0 30px;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: var(--tp-ff-sora);
  font-weight: var(--fw-medium);
  color: #a8a5a5;
}
.input_field textarea {
  background: #f9f9f9;
  border: none;
  height: 200px;
  border-radius: 20px;
  padding: 15px 30px;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-family: var(--tp-ff-sora);
  font-weight: var(--fw-medium);
  color: #a8a5a5;
  resize: none;
}
.input_field textarea::placeholder {
  color: #a8a5a5;
}
.consultaion_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkBoxes {
  border-radius: 36px;
  border: 1px solid #070707;
  background: #f9f9f9;
  width: max-content;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 0 30px;
}
.checkbox-option {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cta-button {
  background: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  font-size: 25px;
  color: #fff;
  font-family: "Rajdhani";
  font-weight: 500;
  text-transform: capitalize;
}
/* FAQ */
.faq-left-section h2 span {
  background: linear-gradient(90deg, #2d3392 0%, #00abe9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-left-section h2 {
  text-align: left;
}
.faq-left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tp-faq-section {
  position: relative;
  padding: 100px 0 0 50px;
}
.faq-left-section p {
  color: var(--tp-common-black);
  text-align: left;
}
.faqs .accordion-item {
  margin-bottom: 20px;
  background: #f9f9f9;
  border-radius: 20px;
  border: 1px solid #a8a5a5;
  overflow: hidden;
}
.faqs .accordion-item .accordion-button {
  background: transparent;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sora);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 124.112%; /* 31.028px */
  letter-spacing: -1px;
  text-transform: capitalize;
  box-shadow: none;
  outline: none;
}
.faqs .accordion-item p {
  color: var(--tp-common-black);
}
.faqs .accordion-button::after {
  background-image: url("../img/arrow-down.png");
}
.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-up.png");
  transform: rotate(-180deg);
}
/* ========== How We WORK css ============== */
.how-we-work-bg-banner {
  padding: 80px 20px 20px;
  border-radius: 54px;
  border: 1px solid #00abe9;
  background: linear-gradient(180deg, #2d3392 0%, #1575c3 100%);
}
.we-work-hover-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-how-we-work-section .title-section {
  margin-left: unset;
  text-align: left;
}
.tp-how-we-work-section .title-section h2 {
  color: #fff;
}
.hover-card {
  display: flex;
  align-items: stretch;
  width: 320px;
  height: 750px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); /* smooth ease */
  position: relative;
}
.hover-card.active {
  width: 800px;
  padding: 20px;
  border: 1px solid #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hover-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hover-card-left {
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.6s ease;
}
.hover-card-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.6s ease;
}
.hover-card.active .hover-card-left img {
  border-radius: 20px;
}
.hover-card:hover .hover-card-left img {
  transform: scale(1.08) rotate(0.5deg);
  filter: brightness(1.05);
  border-radius: 20px;
}
.hover-card-right {
  position: relative;
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hover-card.active .hover-card-right {
  display: flex;
  justify-content: end;
  padding-right: 0;
  flex: 3;
  transform: translateX(0);
}
.hover-card-right .stroke-text {
  -webkit-text-stroke: 1px #070707;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #070707;
  font-family: var(--tp-ff-sora);
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -8px;
  text-transform: capitalize;
  position: absolute;
  right: 20px;
  top: -50px;
}
.hover-card-right h4 {
  font-size: 45px;
  margin-bottom: 15px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
.hover-card-right h6 {
  font-size: 20px;
  font-family: var(--tp-ff-sora);
  color: var(--tp-common-white);
  line-height: 1.6;
}
.hover-card-right .stroke-text,
.hover-card-right h4,
.hover-card-right h6,
.hover-card-right p,
.hover-card-right a {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.hover-card.active .hover-card-right .stroke-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.hover-card.active .hover-card-right h4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.hover-card.active .hover-card-right h6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.hover-card.active .hover-card-right p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.hover-card.active .hover-card-right a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .hover-card {
    flex-direction: column;
  }

  .hover-card-right {
    padding: 30px;
  }

  .hover-card-right .stroke-text {
    font-size: 50px;
  }
}

/* ============ Footer CSS =============== */
/* FOOTER STYLES */
footer {
  position: relative;
  background: #e9ebf0;
  padding: 50px 0 20px;
}
.footer-content {
  color: #000;
}
/* Top Section */
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.footer-top p {
  color: #070f29;
}
.footer-contact-mob {
  display: none;
}
.footer-left {
  width: 100%;
  max-width: 530px;
}
.footer-left p.paragraph {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
}
.footer-top p.paragraph {
    padding-right: 53px;
}

.footer-logo img {
  margin-bottom: 30px;
}
.ft-diggit img {
  width: 98%;
  margin-bottom: -10px;
}
.ft-diggit {
  text-align: center;
  padding-top: 25px;
}
.footer-desc {
  font-size: 14px;
  max-width: 250px;
  color: #c9d1e0;
}
.footer-links {
  flex: 1 1 200px;
}
.footer-links h4 {
  margin-bottom: 10px;
  font-size: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-family: var(--tp-ff-sora);
  position: relative;
}
.footer-links h4:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  background: #01a9eb;
  top: 11px;
  right: 0;
}
.footer-links ul {
  list-style: none;
  margin-top: 10px;
}
.footer-links ul li {
  margin-bottom: 6px;
}
.footer-links ul li a {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: capitalize;
}
.footer-links ul li a:hover {
  color: #8d3e9f;
}
.footer-contact {
  text-align: end;
}
.footer-contact p {
  margin-bottom: 10px;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-contact a:hover {
  color: #00b7ff;
}
.social-icons a {
  color: #fff;
  margin-right: 12px;
  font-size: 24px;
  transition: transform 0.3s, color 0.3s;
}
.social-icons a:hover {
  color: #00b7ff;
  transform: scale(1.2);
}
/* Location Boxes */
.footer-locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  background: #070707;
  border-radius: 40px;
  padding: 30px;
  max-width: 98%;
  margin: auto;
}
.location {
  border-right: 1px solid rgb(0 182 251);
  padding: 0 20px;
  transition: transform 0.3s ease;
}
.location:last-child {
  border-right: none;
}
.location:hover {
  transform: translateY(-5px);
}
.location h3 {
  color: #00b7ff;
  font-size: 30px;
  margin-bottom: 8px;
  font-family: var(--tp-ff-sora);
}
.location p {
  font-size: 20px;
  color: #ccc;
  line-height: 1.5;
  font-family: var(--tp-ff-sora);
}
.icon {
  font-size: 30px;
  margin-bottom: 8px;
}
/* Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  margin: 0;
}
.big-text {
  position: relative;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 560px;
  font-weight: 900;
  color: rgb(255 255 255 / 8%);
  letter-spacing: 10px;
  white-space: nowrap;
}
.footer-right {
  width: calc(100% - 1100px);
  padding-right: 50px;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
.social-icons a i {
  color: #8d3e9f;
}
.quick-link-list {
  display: flex;
  justify-content: left;
  gap: 50px;
}

/* new footer */
.f-email {
  border-bottom: 2px solid #070f294f;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 26px;
}

.f-email span {
  color: #070f29;
  font-family: var(--tp-ff-sora);
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 88%; /* 105px */
  letter-spacing: -4.9px;
  text-transform: uppercase;
}

.f-email .f-email-icon img {
  width: 50px;
  height: 60px;
}

.tp-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media (max-width: 574.98px) {
  .tp-offcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tp-offcanvas.opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn button {
  color: black;
}
.tp-offcanvas-close-btn button:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu {
  position: relative;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu.comeing-soon .homemenu-thumb {
  position: relative;
}
.tp-offcanvas-menu
  ul
  li
  .tp-submenu
  .homemenu.comeing-soon
  .homemenu-thumb::before {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-menu ul li .tp-submenu .homemenu-btn .tp-btn-lg {
    padding: 12px 17px;
    font-size: 14px;
  }
}
.tp-offcanvas-social {
  margin-top: 30px;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
  font-family: var(--tp-ff-sora);
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
  font-family: var(--tp-ff-sora);
}

.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened
  .animated-text
  > nav
  > ul
  > li
  a
  .tp-text-hover-effect-word
  .single-char
  span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area
  .tp-offcanvas-menu
  > nav
  > ul
  > li.is-active
  .tp-menu-close
  i {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg
  .tp-offcanvas-menu
  > nav
  > ul
  > li.is-active
  > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg
  .tp-offcanvas-menu
  > nav
  > ul
  > li.is-active
  .tp-menu-close
  i {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg
  .tp-offcanvas-menu
  > nav
  > ul
  > li
  > a {
  color: #d5d5d5;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg
  .tp-offcanvas-menu
  > nav
  > ul
  > li
  > ul
  > li
  > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg
  .tp-offcanvas-menu
  .tp-submenu
  li
  a:hover {
  background-color: initial;
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #f6f6f9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .texts {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important;
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 574.98px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--tp-common-black);
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1c1d20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
  font-family: var(--tp-ff-sora);
}
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sora);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
}
.tp-offcanvas-2-close-btn:hover .texts span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.tp-offcanvas-2-logo {
  margin-bottom: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
}

.offcanvas-black-bg {
  background: var(--tp-common-black);
}
.offcanvas-black-bg .tp-offcanvas-close-btn button {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-grey-2);
}
.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-menu-close {
  border-color: var(--tp-border-3);
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-border-3);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close i {
  color: var(--tp-common-black);
}
/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-search-input {
  position: relative;
}
.tp-sidebar-search-input input {
  width: 100%;
  height: 60px;
  font-family: var(--tp-ff-heading);
  line-height: 70px;
  padding: 0 25px;
  outline: none;
  font-size: 16px;
  border: none;
  padding-right: 50px;
  background: var(--tp-common-white-2);
  color: var(--tp-common-black);
  border: 1px solid transparent;
  border-radius: 0;
}
.tp-sidebar-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #d9d9d9;
}
.tp-sidebar-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #d9d9d9;
}
.tp-sidebar-search-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #d9d9d9;
}
.tp-sidebar-search-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #d9d9d9;
}
.tp-sidebar-search-input input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-grey-1);
  font-size: 16px;
  font-weight: 400;
  border-color: #d9d9d9;
}
.tp-sidebar-search-input input:focus {
  background: transparent;
}
.tp-sidebar-search-input button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}
.tp-sidebar-widget {
  border: 1px solid var(--tp-border-1);
  padding: 45px 30px 5px 30px;
}
.tp-sidebar-widget-title {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
  font-size: 25px;
  color: var(--tp-common-black);
}
.tp-sidebar-widget-content ul li {
  list-style: none;
  margin-bottom: 17px;
}
.tp-sidebar-widget-content ul li a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-grey-1);
  display: flex;
  justify-content: space-between;
}
.tp-sidebar-widget-content ul li a:hover {
  color: var(--tp-common-black);
}
.tp-sidebar-widget-content ul li a span {
  display: inline-block;
  margin-left: 10px;
}
.tp-sidebar-rc-post-tag {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-grey-1);
  border: 1px solid var(--tp-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 5px 16px;
  line-height: 1;
}
.tp-sidebar-rc-post-tag:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.tp-sidebar-rc-post-title {
  font-size: 18px;
  line-height: 111%;
  color: var(--tp-common-black);
}
.tp-sidebar-rc-post-dates {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-grey-1);
}
.tp-sidebar-rc-tag ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@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),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 574.98px) {
  .tp-sidebar-rc-tag ul {
    gap: 10px;
  }
}
.tp-sidebar-rc-tag ul li {
  list-style: none;
}
.tp-sidebar-rc-tag ul li a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-1);
  border-radius: 100px;
  background: var(--tp-common-white-2);
  line-height: 1;
  padding: 2px 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 574.98px) {
  .tp-sidebar-rc-tag ul li a {
    padding: 2px 6px;
  }
}
.tp-sidebar-rc-tag ul li a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tp-sidebar-details-wrap {
  background: var(--tp-common-white-2);
}
.tp-sidebar-banner {
  padding: 50px 30px 50px 30px;
}
.p-inherit {
  position: inherit;
}
/*----------------------------------------*/

/* Features Page */
/* banner */
.hero-inner-section-1 {
  padding: 320px 0px 70px 0px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-sec .tp-hero-title-h1 {
  font-size: 78px;
}
.banner-sec p.paragraph {
  color: #fff;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
}

.features-sec-img {
  position: absolute;
  top: 200px;
  right: 50px;

}
.features-sec-img img {
  max-width: 950px;
    /* opacity: 50%; */
}
.solution-sec-img {
  top: 230px;
}
.solution-sec-img img {
  max-width: 100%;
}
.counter-sec {
  position: relative;
  padding: 100px 0;
}
.counter-card h2 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 87.5px */
  letter-spacing: -3.5px;
}

.counter-card p {
  color: #f4f7fd;
  text-align: center;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: -1px;
}

/* core features */
.core-features-sec {
  padding: 80px 0;
}
.core-solution-sec {
  position: relative;
  padding: 300px 0 80px;
}
.core-features-hd {
  text-align: center;
  padding-bottom: 50px;
}

.core-features-hd h2 {
  color: #af4bbd;
  font-family: Sora;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 87.5px */
  letter-spacing: -3.5px;
}

.core-features-hd p {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
}

.core-features-card {
  /* height: 561px; */
  position: relative;
  border-radius: 22px;
  border: 1px solid #787777;
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
  overflow: hidden;
  padding: 74px 30px 0px 40px;
}
.core-features-card h3 {
  color: #f4f7fd;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 37.5px */
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.core-features-card p {
  color: #fff;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
}

.core-features-card ul {
  padding-left: 20px;
}

.core-features-card ul li {
  color: #fff;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 40px */
  letter-spacing: -1px;
}

.core-features-sol-link {
  text-align: right;
  padding: 30px 0px;
}

.core-features-card a {
  width: 184px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #f4f7fd;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 25px */
  letter-spacing: -1px;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  /* position: absolute;
    bottom: 20px;
    right: 30px; */
}

.core-features-sec .col-lg-4:nth-child(2) .core-features-card {
  background: #070f29;
}

/* =========== Solution Page CSS =========== */

.industry-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0 70px;
}
.industry-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 22px;
  padding: 25px;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  --shift: 0px;
}
.industry-card:hover {
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  --shift: -10px;
  flex-direction: row-reverse;
}
.industry-left h2 {
  font-family: Sora;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px 0;
  transition: color 0.4s ease;
  color: #070f29;
}
.industry-left ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}
.industry-left ul li {
  font-family: Sora;
  margin-bottom: 8px;
  font-size: 20px;
  transition: color 0.4s ease;
  color: #070f29;
}
.industry-right {
  width: calc(100% - 450px);
  transform: translateX(calc(var(--shift) * -1));
  transition: transform 0.6s ease;
}
.industry-left {
  width: 400px;
  transform: translateX(var(--shift));
  transition: transform 0.6s ease, color 0.4s ease;
}
.industry-right img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.industry-card:hover img {
  transform: scale(1);
  opacity: 0.95;
}
.read-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
  padding: 10px 22px;
  border-radius: 12px;
  font-family: Sora;
  font-size: 15px;
  opacity: 0;
  transform: translateY(12px) scale(0.95);
  transition: all 0.5s ease;
  text-decoration: none;
}
.industry-card:hover .read-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.industry-card:hover h2,
.industry-card:hover ul li {
  color: #fff;
}
.industry-left ul li {
  transition: color 0.5s ease, transform 0.4s ease;
}

.industry-card:hover ul li {
  transform: translateX(5px);
}

/* Industry Solution */
.business-sol-sec {
  padding: 0 0 50px;
}
.industry-sol-col {
  width: 498px;
  height: 222px;
  border-radius: 22px;
  border: 1px solid #787777;
  background: #fff;
  overflow: hidden;
  border-radius: 22px;
  border-radius: 22px;
  padding: 10px;
  transition: all 0.6s ease;
  position: relative;
  cursor: pointer;
}
.industry-sol-col:hover {
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
}
.industry-sol-col .industry-sol-cd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.industry-sol-cd-l h3 {
  color: #070f29;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.5px;
  margin: 0;
  padding-left: 6px;
  padding-bottom: 6px;
  max-width: 220px;
  transition: color 0.5s ease;
}
.industry-sol-cd-l p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  padding-left: 6px;
  font-family: Sora;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
  max-width: 230px;
  color: #fff;
  position: absolute;
  top: 20px;
}
.industry-sol-cd-r img {
  transition: all 0.2s ease;
  transform: scale(0.8) !important;
}
.industry-sol-col:hover .industry-sol-cd-r img {
  transform: scale(1) !important;
}
.industry-sol-col:hover img {
  transform: translateY(10px);
}
.industry-sol-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.industry-sol-col:hover h3 {
  color: #fff;
}

.industry-sol-col:hover p {
  transform: translateY(0);
  opacity: 1;
}
.feature_wrapper {
  background: #f4f7fd;
  padding: 20px 20px 0px;
}
.tp-offcanvas-menu ul li {
  position: relative !important;
}
/* Transform section */
.transform-sec {
  background-image: url(../img/transform-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}

.transform-sec h2 {
  color: #070f29;
  font-family: Sora;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%; /* 67.9px */
  letter-spacing: -3.5px;
}

.transform-sec p {
  color: #070f29;
  font-family: Sora;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 48.5px */
  letter-spacing: -2.5px;
  padding-top: 8px;
  padding-bottom: 50px;
}

/* ROI */
.roi-sec {
  padding: 120px 0;
}
.roi-col-l h2 {
  color: #070f29;
  font-family: Sora;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 109%; /* 76.3px */
  letter-spacing: -4.9px;
}
.roi-col-l p {
  color: #070f29;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -1px;
  max-width: 550px;
  margin-bottom: 40px;
}
.roi-col-r ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  list-style: none;
}
.roi-col-r ul li {
  width: 560px;
  /* height: 113px; */
  border-radius: 13px;
  background: #070f29;
  margin-bottom: 20px;
  padding: 24px 0px 0px 20px;
}
.roi-col-r ul li h3 {
  color: #fff;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 38.25px */
  letter-spacing: -1.25px;
  margin: 0 !important;
}
.roi-col-r ul li p {
  color: #fff;
  font-family: Sora;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.25px;
  margin: 0;
  padding-bottom: 20px;
}
.roi-col-r ul li:nth-child(1) {
  position: relative;
}
.roi-col-r ul li:nth-child(2) {
  position: relative;
  right: 80px;
}
.roi-col-r ul li:nth-child(3) {
  position: relative;
  right: 160px;
}
.roi-col-r ul li:nth-child(4) {
  position: relative;
  right: 240px;
}
.featuresSwiper .swiper-slide-active .core-features-card {
  background: #070f29;
}
/* =========== Why Neuarsafe CSS ========== */
.why-neurasafe-sec-wrapper {
  background: #070f29;
  padding: 100px 0;
}
.why-neurasafe-sec-wrapper h2 {
  color: #fff;
}
.why-neurasafe-sec-wrapper h2 span {
  background: linear-gradient(90deg, #331639 0%, #8d3e9f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 97%;
  letter-spacing: -3.5px;
}
.why-neurasafe-sec-wrapper p {
  color: #fff;
  margin-bottom: 0;
}
.why-neurasafe-sec-wrapper ul li {
  list-style: disc;
  color: #fff;
}
.why-neurasafe-sec-wrapper ul {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tp-why-neurasfe-sec-img {
  position: relative;
}
.tp-why-neurasfe-sec-img .tp-why-neurasfe-sec-img2 {
  position: absolute;
  left: -100px;
  bottom: 130px;
  z-index: 1;
}
.tp-why-neurasfe-sec-img .tp-why-neurasfe-sec-img3 {
  position: absolute;
  right: 120px;
  top: -130px;
}
/* ============ Platform Section CSS ============== */
.hero-platformSection-bg {
  background: radial-gradient(
    50.57% 61.44% at 50% 16.43%,
    #4c0252 0%,
    #070f29 85%
  );
}
.platform_content p,
li {
  color: #fff;
}
.platform_content p {
    max-width: 600PX;
    margin-bottom: 20px;
}
.platformPage_content p {
    max-width: 820px;
}
.platform_content ul {
  padding: 20px 0 20px 15px;
}
.platform-cardSection {
    padding: 60px 0 100px;
}
.platform_cards {
  border-radius: 22px;
  border: 1px solid #787777;
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  height: 450px;
  transition: all 0.5s ease-in-out;
  padding: 5px 70px;
}
.platform_cards:hover {
  background: linear-gradient(315deg, #070f29 22.26%, #9341a5 94.23%);
}
.platform_cards h4 {
  font-weight: 600;
}
.public_page_wrapper .public_cont_sect {
    padding-bottom: 145px;
    border-bottom: 1px solid #d156db;
}
.platform_cards h4,
p {
  color: #fff;
}
/* =========== How It Work Section CSS ========== */
.how-it-work-section {
  position: relative;
}
.how-it-work-bg {
  padding: 100px 0;
  background: #e9ebf0;
}
.how-it-work-bg .row {
  display: flex;
  align-items: center;
}
.step-leftContent p {
  color: #070f29;
}
.step-leftContent ul {
  padding: 10px 0px 10px 15px;
}
.step-leftContent h3 {
  padding-bottom: 20px;
  color: #070f29;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -3.5px;
  text-transform: capitalize;
}
.step-leftContent ul li {
  list-style: disc;
  color: #070f29;
}
.step-rightContent img {
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
.how-it-work-transparent {
  padding: 100px 0;
}
.how-it-work-transparent .row {
  display: flex;
  align-items: center;
}
/* ============= Organization Section CSS ============ */
.organization_wrapper {
  position: relative;
  padding: 100px 0;
}
.organization_wrapper .title-section p {
  color: #070f29;
  letter-spacing: -1px;
  font-weight: 300;
  padding-top: 20px;
}
.organization_cards {
  background: #070f29;
  border-radius: 24px;
  padding: 50px 40px 20px;
  height: 430px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.organization_cards:hover {
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
}
.organization_cards h4 {
  color: #d156db;
  padding: 20px 0 5px;
  letter-spacing: -1.5px;
}
.organization_cards ul {
  padding-left: 20px;
}
.organization_wrapper .row {
  padding: 0 170px;
}

/* ========= Team Safety Section ========== */
.safety_wrapper {
  position: relative;
  padding: 100px 0;
}
.sfaety_card {
  border: 1px solid #9341a5;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 33px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sfaety_card p {
  color: #070f29;
}
.sfaety_card:hover {
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
}

.sfaety_card:hover h4,
.sfaety_card:hover p {
  color: #fff;
}
.btn_center_section {
  text-align: center;
  margin-top: 70px;
}

/* ========= Team Safety Section ========== */

.why-choose-section {
  position: relative;
  background: #e9ebf0;
  padding: 100px 0;
}
.why_choose_card {
  border-radius: 24px;
  background: #070f29;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 400px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.why_choose_card:hover {
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
}
.why_choose_card h4 {
  color: #af4bbd;
}
.ind_icon {
  display: flex;
  align-items: center;
  justify-content: end;
}
.why_choose_card:hover .ind_icon .ind_img {
  display: none;
}
.why_choose_card:hover .ind_icon .ind_img_hover {
  display: block;
}
.ind_icon .ind_img_hover {
  display: none;
}
.why-choose-section .title-section p {
  color: #070f29;
}
.management-section p {
  padding: 30px 0;
}
/* =========== Healthcare Page CSS ============= */
.hero-healthcare {
  padding: 320px 0 140px 0px;
}
.healthcare-banner-img {
  position: absolute;
  right: 0;
  top: 273px;
}
.hero-healthcare .platform_content {
  padding: 0 250px 300px 0px;
  border-bottom: 1px solid #d156db;
}
.healthcare-bg1 {
  background: linear-gradient(180deg, #e9ebf0 0%, #fff 100%);
}
.healthcare-bg3 {
  background: linear-gradient(180deg, #e9ebf0 0%, #fff 100%);
}
.healthcare-bg2 {
  background: #e9ebf0;
}
.healthcare-card {
  height: 470px;
  background: #fff;
}
.healthcare-card h4 {
  padding-right: 70px;
}
.healthcare-img {
  text-align: end;
}
.step-leftContent h2 span {
    font-weight: 400;
}
/* .step-leftContent h2 {
    padding-right: 220px;
} */
.banner-content h6 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
/* ========== Construction Page CSS ========== */
.construction-banner-img {
  top: 400px;
}
.construction-bg-row .row {
  padding: 0 250px;
}
.construction-bg-row .row .col-12 {
  margin-bottom: 30px;
}
.log-banner-img {
  top: 190px;
  opacity: 0.5;
}
.construction-banner-img img {
  max-width: 7 00px;
}
.construction_wrapper .hero-healthcare .platform_content {
    padding: 0 250px 200px 0px;
  }
.construction-section-1 .title-section {
    max-width: 1000px !important;
  }
/* ========== Public Page CSS ============ */
.public-banner-img {
  position: absolute;
  top: 412px;
  right: 70px;
}
.public-banner-img img {
  max-width: 957px;
}
/* ============= Manufacturing Page CSS ================== */
.manuf_content_sect1 {
  padding-bottom: 142px;
  border-bottom: 1px solid #d156db;
}
.menuf-sec-img {
  top: 50px;
  right: 250px;
}
.menuf-sec-img img {
  max-width: 600px;
}
.line-border-sect {
  position: relative;
  padding: 50px 0;
}
.line-border-sect .title-section h6 {
  color: #fff;
  text-transform: uppercase;
}
.line-border-sect .title-section h2 {
  color: #af4bbd;
}
.border-bg-section {
  border-radius: 22px;
  border: 1px solid #787777;
  background: linear-gradient(141deg, #070f29 22.26%, #9341a5 94.23%);
  height: 550px;
  display: flex;
  align-items: center;
}
.borderCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 70px;
  gap: 20px;
}
.borderCard-lr-br {
  border-left: 1px solid #d156db;
  border-right: 1px solid #d156db;
}
.borderCard h4 {
  color: #fff;
}
.manuf-logo-section .logo-section {
  background: #0d0e28;
  padding: 20px;
}
.manuf-logo-section .logo-section .logo-item {
  border: none;
}
/*  */
.custom-swiper .swiper-slide-active {
  transform: scale(1.2);
  z-index: 5;
  filter: blur(0);
}
.custom-swiper .swiper-slide-prev,
.custom-swiper .swiper-slide-next {
  transform: scale(1);
  filter: blur(4px) brightness(0.8);
  z-index: 1;
  border-radius: 20px;
}
.custom-swiper {
  position: relative;
  padding: 100px 0;
  background: #e9ebf0;
}
.custom-swiper .CustomSwiper {
  max-width: 85%;
  padding: 80px 0;
}
/* =============== FAQ SECTION START ============== */
.tp_faq_section {
  padding: 70px 0;
}
.tp_faq_section .accordion {
  padding: 0 220px;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}
.accordion-item {
  border: 1px solid #ddd; /* Border around each accordion item */
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f8f9fa; /* Header background color */
}
.accordion-button {
  background-color: #f8f9fa; /* Header bg */
  color: #000;
  font-weight: 600;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0; /* no extra rounding, handled by item */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd !important;
}
.accordion-button:not(.collapsed) {
  color: #070f29;
  background-color: unset;
  box-shadow: unset;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  content: ""; /* down arrow */
  font-size: 1rem;
  transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg); /* rotate up arrow */
}

.accordion-collapse {
  background-color: #fff; /* Body background */
}

.accordion-body {
  border-top: 1px solid #ddd; /* line separating header/body */
  padding: 1rem 1.5rem;
}
.tp_faq_section p {
  color: #070f29;
}
.accordion-button {
  font-size: 20px;
}
.accordion-body {
  font-size: 20px;
  color: #505050;
}
/*  */
.tp_text_invert > div {
  background-image: linear-gradient(to right, #070f29 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
}
/* ========= About Us CSS ======= */
.about_page_wrapper .hero-inner-section-1 {
    padding: 200px 0 70px 0;
}
.about_sect1 {
  border-bottom: 1px solid #d156db;
}
.about-banner-img {
  mix-blend-mode: screen;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.about-banner-img img {
    max-width: 680px;
}
.mission_sec_detail {
  text-align: end;
}
.mission_sec_detail h2 {
  color: #fff;
}
.story_img {
    text-align: end;
}
.story_detail {
  padding-right: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.story_detail h2 {
  color: #fff;
}
.tp-core-value-section {
  padding: 150px 0 0;
  margin-top: -100px;
  background: #fff;
}
.core_value_card {
  border-radius: 24px;
  background: linear-gradient(180deg, #4c0252 0%, #070f29 116.54%);
  padding: 70px 20px;
  cursor: pointer;
}
.core_value_card h4 {
  color: #fff;
}
.tp-core-value-section .row {
  padding: 0 150px 100px;
}
.core_value_card:hover {
  background: #070f29;
}
.tp-shake-wrap:hover .tpshake {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.tp-shake-icon img {
  flex: 0 0 auto;
}
.tpshake {
  transition: all 0.4s ease;
}
@keyframes tpShake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
/* ========== Oil & Gas Page CSS ========= */
.oilGas-banner-sec {
  background: url("../img/oil_gas_bg.webp") #d3d3d300 50% / cover no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.oilGas-banner-sec:before {
  content: "";
  position: absolute;
  background: radial-gradient(
    50.57% 61.44% at 50% 16.43%,
    #4c025242 0%,
    #070f29ad 85%
  );
  width: 100%;
  height: 100%;
  top: 0;
}
.oilGas-content {
  position: relative;
  padding: 0 150px;
}
.oilGas-content p.paragraph {
    margin: auto;
    margin-bottom: 20px;
    max-width: 850px;
}
.oilGas_content_sect1 {
  border-bottom: 0;
}
.oilGas_cardSect {
    padding-top: 100px;
}

/* ============== Contact US Page CSS ============== */
.contact-box {
  border-radius: 32px;
  border: 1px solid #FFFBFB;
  background: linear-gradient(90deg, #070F29 0%, #4C0252 100%);
  padding: 25px 20px 20px 20px;
  margin-bottom: 10px;
}
.contact-box-2 {
  border-radius: 32px;
  border: 1px solid #FFFBFB;
  background: linear-gradient(90deg, #4C0252 0%, #070F29 100%);
  padding: 25px 20px 20px 20px;
  margin-bottom: 10px;
}
.contact-title {
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px !important;
  text-transform: capitalize;
  margin-bottom: 0;
}
.contact-info a {
  color: #FFF !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.contact_page_section {
  position: relative;
  padding: 0 0 50px;
  margin-top: -650px;
}
.contact_page_section .contact_form {
  border: 0.5px solid #505050;
  background: #fff;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.25);
}
.contact_page_section .get_touch_section .paragraph {
  max-width: 50%;
  color: #505050;
}
#sector {
  background-color: #f9f9f9;
  border: none;
  height: 65px;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 18px;
  color: #1a1a1a;
  box-shadow: none;
}
.index_sect1_content {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_sect1_content .paragraph {
  width: 100%;
  max-width: 650px;
  position: relative;
  margin: 30px 0;
}
.index_sect1_content .paragraph:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 5px;
  background: #fff;
  top: -10px;
}
.contact_us_banner {
  position: relative;
  background: url("../img/contact_banner.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 92vh;
  display: flex;
  align-items: center;
  
}
.lets-build-title {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #ffffff !important;
}
.lets-build-paragraph {
  max-width: 450px;
}
.ml-2 {
  margin-left: 8px;
}
.mb-8 {
  margin-bottom: 32px;
}

/* =========== Contact Us Form CSS  ============= */
.contact_form_section {
  padding: 70px 0 0;
}
.get_touch_section h3 {
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: -4px;
  width: 75%;
}
.get_touch_section .paragraph {
  font-size: 19px;
  font-weight: 500;
}
.contact_form {
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
  width: 600px;
  margin: 0px 0 0 auto;
}
.contact_form .tab_title {
  color: #0a0a0a;
  text-align: center;
  font-size: 35px;
}
.input_field {
  margin-bottom: 20px;
}
.input_field input {
  background: #f9f9f9;
  border: none;
  height: 65px;
  border-radius: 50px;
  padding: 0 30px;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  color: #1a1a1a !important;
}
.input_field input::placeholder,
.input_field textarea::placeholder {
  color: #1a1a1a !important;
}
.input_field input:focus {
  color: #1a1a1a !important;
}
.input_field textarea {
  background: #f9f9f9;
  border: none;
  height: 150px;
  border-radius: 20px;
  padding: 15px 30px;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  color: #1a1a1a !important;
  resize: none;
}
.form-control:focus {
  background-color: #f9f9f9 !important;
  border-color: #00abe9b5 !important;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}
hr.cus-line {
    border-color: #D156DB;
    max-width: 1550px;
    margin: 0 auto;
}
