
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");



.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-elementor-title-wrap .tp-plugin-subtitle svg, .tp-demo-title span, .tp-demo-heading-feature span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
/*@font-face {
  font-family: "Sequel Sans Medium Head";
  src: url("../fonts/SequelSans-MediumHead.woff2") format("woff2"), url("../fonts/SequelSans-MediumHead.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Roman Head";
  src: url("../fonts/SequelSans-RomanHead.woff2") format("woff2"), url("../fonts/SequelSans-RomanHead.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Bold Head";
  src: url("../fonts/SequelSans-BoldHead.woff2") format("woff2"), url("../fonts/SequelSans-BoldHead.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Semi Bold Head";
  src: url("../fonts/SequelSans-SemiBoldHead.woff2") format("woff2"), url("../fonts/SequelSans-SemiBoldHead.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Heavy Disp";
  src: url("../fonts/SequelSans-HeavyDisp.woff2") format("woff2"), url("../fonts/SequelSans-HeavyDisp.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}*/
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-heading: 'Sequel Sans Medium Head', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-jost: 'Jost', sans-serif;
  --tp-ff-sequel-medium: 'Sequel Sans Medium Head', sans-serif;
  --tp-ff-sequel-roman: 'Sequel Sans Roman Head', sans-serif;
  --tp-ff-sequel-bold-head: 'Sequel Sans Bold Head', sans-serif;
  --tp-ff-sequel-semi-bold: 'Sequel Sans Semi Bold Head', sans-serif;
  --tp-ff-sequel-heavy-disp: 'Sequel Sans Heavy Disp', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #FFFFFF;
  --tp-common-black: #1e1e1e;
  --tp-common-black-2: #1E1E1E;
  --tp-common-red: #fa2837;
  --tp-common-orange: #FF471D;
  --tp-common-orange-dark: #FF572D;
  --tp-heading-primary: #000000;
  --tp-text-body: #333;
  --tp-grey-1: #F4F5FA;
  --tp-grey-2: #5A5A67;
  --tp-grey-3: #494953;
  --tp-grey-4: #71717b;
}

@media (min-width: 1400px) {
 
 .container {
    max-width: 1200px;
  }   
 .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px;
  }    

  .container-1070 {
    max-width: 1070px;
  }

  .container-1030 {
    max-width: 1030px;
  }

  .container-1620 {
    max-width: 1620px;
  }

  .container-1830 {
    max-width: 1850px;
  }

  .container-1750 {
    max-width: 1750px;
  }

  .container-1460 {
    max-width: 1485px;
  }

  .container-1230 {
    max-width: 1230px;
  }
}
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

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

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: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
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: #95999D;
}
[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-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

.header-inner {
    background: transparent;
    padding: 10px 0px;
    border-radius: 55px;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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



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

.review > img {
    width: 60px;
    margin-bottom: 25px;
}
.tp-faq-area {
/*    background-image: url(https://upscrolled.com/wp-content/uploads/2025/08/3.png) !important;*/
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: #fff !important;
    background-position: left center !important;
}
h3.tp-section-about {
    color: #080808;
    font-size: 60px;
    font-weight: 700;
}
.tp-section-about em{text-decoration: underline;}
.tp-bg-white-1{background: #fff}
.tp-core-icon p {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    line-height: 25px;
}
.review p {
    margin-bottom: 25px;
    font-size: 16px;
}
.vic-profile.d-flex.gap-2 img {
    width: 50px;
}
.vic-profile.d-flex.gap-2 .desc h3 {
    color: #222;
    font-size: 18px;
}
.vic-profile.d-flex.gap-2 .desc h3 {
    color: #222;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    margin-top: 4px;
}
.vic-profile.d-flex.gap-2 .desc {
    margin-left: 4px;
}
.desc p {
    margin: 0;
}
.vic-profile {
    margin-bottom: 15px;
}
.review {
    margin: 0 auto;
    max-width: 600px;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.tp-section-review span{color: #222}

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

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

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}

.download-app img {
    width: 290px;
}
.banner-right {
    padding: 0 60px;
}
.tag-line p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.footer-logo {
    width: 90px;
    margin: 0 auto 40px;
}
.footer-logo img{
    filter: none;
}
.tnc {
    margin-top: 40px;
    color: #ccc
}
.tnc a {
    color: #ccc
    margin: 0 10px;
    text-decoration: underline;
}
.footer-download {
    width: 300px;
    margin-top: 30px;
    margin: 0 auto;
}
footer {
    height: auto;
    background: #000;
    padding: 40px 0;
}
.footer-nav ul{display: flex; justify-content: flex-end;}
.footer-nav ul li a{color: #fff;}
.footer-nav ul {
    padding: 0;
    list-style: none;
}
.footer-nav ul {
    padding: 0;
    list-style: none;
    gap: 30px;
    justify-content: center;
}
.footer-nav {
    margin-top: 80px;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #222;
    padding-top: 15px;
    margin-top: 70px;
    margin-bottom: 50px;
}
.footer-inner{height: auto;}
.tp-header-btn.text-end {
    margin-left: 30px;
}
.get-app-qr-code-wrapper {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: #00000082;
    left: 0;
    right: 0;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 30px 20px !important;
}
.get-app-qr-code-wrapper .email-verification.after-login {
    border: 1px solid #333333;
    border-radius: 42px;
}

.get-app-qr-code-wrapper .email-verification.after-login {
    padding: 30px 20px !important;
}
.get-app-qr-code-wrapper > div {
    background: #161616;
    max-width: 340px;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 340px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    margin: 0;
}
.close-getstart {
    position: absolute;
    right: 20px;
    font-size: 33px;
    color: #555555;
    top: 10px;
    font-weight: 100;
    cursor: pointer;
}
.get-app-qr-code-wrapper .email-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.get-app-qr-code-wrapper > div h4.text-center {
    color: #fff;
}

.get-app-qr-code-wrapper h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
}
.scanner {
    width: 230px;
    margin: 0px auto 15px;
    max-width: 230px;
}
.scanner img {
    width: 100%;
}
.download-btn {
    text-align: center;
    width: 130px;
    margin: 0 auto;
}
.download-btn img {
    width: 100%;
}
.get-app-qr-code-wrapper .note-line p {
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}
.get-androd-app {
    text-align: center;
}
.get-androd-app a {
    font-size: 12px;
    color: #5566FF;
    margin-top: 14px;
    display: block;
    text-decoration: none;
}
.tp-header-sidebar-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    border-radius: 50px;
}
.tp-header-sidebar-btn span {
    background: #222;
    width: 13px;
    margin: 0 0 0 auto;
    border-radius: 20px;
    height: 2px;
    display: inline-block;
}
.tp-header-sidebar-btn span:nth-child(2) {
    width: 20px;
}
.tp-header-right{display: none;}
.tp-offcanvas-area {
    background: #fff;
    position: fixed;
    z-index: 9;
    width: 280px;
    bottom: 0;
    top: 0;
    display: none;
    right: -280px;
    transition: all 0.5s ease;
}
.menu-wrapper-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 11px;
}
/*
.tp-offcanvas-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
*/
.tp-offcanvas-contact {
    padding: 0 21px;
}
.tp-offcanvas-contact a {
    display: block;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
 
.support-fig {
    height: 32px !important;
}    
.tp-offcanvas-social {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}
.tp-offcanvas-social h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.tp-offcanvas-social ul {
    list-style: none;
    display: flex;
    gap: 13px;
}    
    .tp-header-right{display: block;}
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
.tp-offcanvas-area {
        display: block;
        z-index: 99999;
    }
.tp-offcanvas-area.show-menu + .body-overlay {
    opacity: 1 !important;
    visibility: visible;
    background-color: #000000cf;
}
.tp-offcanvas-contact ul {
    list-style: none;
    padding: 0 !important;
}    
.tp-offcanvas-area.show-menu {
    right: 0;
}    
.box-inn {
    background: #d0d0d04a !important;
}
.get-in-touch p {
        margin-bottom: 0 !important;
        line-height: 20px;
    }
section.tp-core-about-area.getintouchwrapper {
    background-image: none !important;
}    
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
.tp-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-320 {
  padding-top: 320px;
}

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

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

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {
    gap: 9px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    padding: 13px 30px;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background-color: #ffffff30;
    letter-spacing: 0.5px;
}
.share-voice h2 span {
    font-size: 40px !important;
    font-weight: 600;
}
@media (max-width: 767px) {
  .tp-btn {
    padding: 12px 20px;
  }
}
.tp-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn span span {
  line-height: 1.3;
}
.tp-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-demo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: 8px;
  padding: 10px 20px;
  padding-bottom: 7px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
.box-1.box-inn + .d-flex {
    flex-direction: column;
}
.sec-left-about, .sec-right-about {
    max-width: 100%;
    padding: 0 0;
    box-sizing: border-box;
}
    
  .tp-demo-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.tp-demo-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-demo-btn span span {
  line-height: 1.3;
}
.tp-demo-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-demo-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-demo-btn:hover {
  border-color: transparent;
  color: var(--tp-common-black-2);
}
.tp-demo-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-demo-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-line-lr {
  position: relative;
}
.tp-line-lr::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background-color: currentColor;
}
.tp-line-lr:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes text-color-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes text-color-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* animate-pulse */
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-common-red);
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-white);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(3, 3);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

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

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 68px;
  line-height: 106%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sequel-bold-head);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 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) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
.tp-hero-inner-img img {
    filter: none !important;
}    
.tp-review-area.share-voice.tp-sm-pt.pt-100.tp-bg-white-1.section-meinus.p-relative {
        padding-bottom: 0 !important;
        padding-top: 50px;
    overflow: hidden;
}    
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title span {
  position: relative;
  color: var(--tp-common-red);
}
.tp-section-title-60 {
  font-size: 42px;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-60 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-60 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-60 br {
    display: none;
  }
}
.tp-section-title-60 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #FFA963 0%, #FFE7D3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA963), to(#FFE7D3));
  background-image: -o-linear-gradient(left, #FFA963 0%, #FFE7D3 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title-36 {
  font-size: 36px;
  line-height: 1;
}
@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: 767px) {
  .tp-section-title-36 {
    font-size: 34px;
  }
}
.tp-section-title-160 {
  font-weight: 800;
  font-size: 160px;
  line-height: 0.8;
  font-family: var(--tp-ff-body);
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .tp-section-title-160 {
    font-size: 120px;
  }
}
.tp-section-title-120 {
  font-size: 72px;
  line-height: 111%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-120 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-120 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-120 {
    font-size: 40px;
  }
}
.tp-section-subtitle {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: -0.078px;
  text-transform: capitalize;
  color: #000;
}

.tp-section-faq-title {
    text-transform: none;
    color: #000 !important;
    line-height: 55px !important;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0 !important;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: #ffffffd1;
    top: 0;
    margin: 0;
    z-index: 99;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.tp-hero-area {
    background-color: #000;
    background-image: url('../img/hero/black-dots.png');
    background-repeat: repeat;
    background-size: contain;
    margin-top: 60px;
}
.tp-faq-title-wrap.mb-55 {
    text-align: center;
}
.gettheapp img {
    filter: invert(1) brightness(5);
    width: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header-area {
    margin-top: 20px;
  }
}
.tp-header-menu nav ul li {
  list-style: none;
  margin: 0px 30px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-menu nav ul li {
    margin: 0px 12px;
  }
.tp-header-menu nav ul li:first-child {
    margin-right: 30px;
}    
}
.tp-header-menu nav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.16px;
  padding: 10px 0;
  text-transform: uppercase;
}
.tp-header-btn .tp-btn {
    font-size: 16px;
    border-radius: 65px;
    background: #000;
    padding: 15px 24px 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-transform: capitalize;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
.tp-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-hero-subtitle {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 254, 239, 0.5);
}
.tp-hero-main-subtitle {
  font-weight: 500;
  font-size: 14px;
  color: #f3f1f2;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  padding: 8px 35px;
}
.tp-hero-title {
  font-size: 65px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 40px;
    line-height: 1;
  }
.tp-header-btn .tp-btn {
    font-size: 12px;
    padding: 15px 19px 15px;
}
.gettheapp img {
    filter: invert(1) brightness(5);
    width: 15px;
}    
.tp-faq-wrapper .tp-faq-details-para p {
    font-size: 14px !important;
}
.tp-faq-wrapper li {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400;
    color: #333;
}    
}
.tp-hero-btn-box .tp-btn {
  width: 450px;
  color: var(--tp-common-white);
  padding: 14px 24px;
  justify-content: center;
  text-transform: capitalize;
  background-color: var(--tp-common-red);
  font-family: var(--tp-ff-sequel-semi-bold);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 22px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-btn-box .tp-btn {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-btn-box .tp-btn {
    font-size: 24px;
    width: auto;
  }
}
.tp-hero-cetagorie-wrap {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-cetagorie-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-cetagorie-wrap {
    gap: 15px;
  }
}
.tp-hero-cetagorie-icon {
  height: 54px;
  width: 54px;
  display: grid;
  border-radius: 30px;
  text-align: center;
  margin-right: 15px;
  place-content: center;
  border: 1px solid rgba(255, 254, 239, 0.2);
}
.tp-hero-cetagorie-title {
  font-size: 15px;
  font-weight: 700;
  color: #FFFEEF;
  text-align: start;
  line-height: 1.3;
  letter-spacing: -0.075px;
}
.tp-hero-inner-img img {
  max-width: inherit;
  border-radius: 10px 10px 0 0;
  filter: drop-shadow(-20px 10px 40px rgba(0, 0, 0, 0.34));
}
.tp-hero-inner-img.img-1 {
  transform: translateX(370px);
}
.tp-hero-inner-img.img-2 {
  transform: translateX(300px);
}
.tp-hero-inner-img.img-3 {
  transform: translateX(180px);
}
.tp-hero-inner-img.img-4 {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .tp-hero-inner-img.img-4 {
    width: 100%;
  }
}
.tp-hero-inner-img.img-5 {
  transform: translateX(-180px);
  position: relative;
  z-index: 2;
}
.tp-hero-inner-img.img-6 {
  position: relative;
  z-index: 1;
  transform: translateX(-330px);
}
.tp-hero-inner-img.img-7 {
  transform: translateX(-370px);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-text-spacing {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}

/*----------------------------------------*/
/*  7.12 demo css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-demo-spacing {
    padding-top: 80px;
  }
}
.tp-demo-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -1px;
  font-family: var(--tp-ff-body);
  color: var(--tp-common-black-2);
}
.tp-demo-title span {
  font-size: 11px;
  font-weight: 700;
  margin-left: 4px;
  padding: 3px 6px;
  letter-spacing: 0;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: var(--tp-common-black-2);
}
.tp-demo-title-box {
  padding-left: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-demo-title-box {
    padding-left: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-title-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-title-box {
    margin-bottom: 0;
  }
}
.tp-demo-item:hover .tp-demo-figma {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.tp-demo-item:hover .tp-demo-btn-wrap {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.tp-demo-item:hover .tp-demo-thumb img {
  transform: scale(1.1);
}
.tp-demo-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.tp-demo-thumb img {
  border-radius: 16px;
  transition: 0.9s;
  width: 100%;
}
.tp-demo-thumb canvas {
  display: block;
}
.tp-demo-content-wrap {
  padding: 25px 15px;
  padding-bottom: 5px;
}
.tp-demo-btn-wrap {
  position: absolute;
  padding: 25px;
  padding-bottom: 20px;
  bottom: -10px;
  left: 0;
  z-index: 2;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  gap: 6px;
  display: flex;
}
.tp-demo-figma {
  margin: 25px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  gap: 9px;
  opacity: 0;
  visibility: hidden;
  padding: 7px 18px;
  transition: 0.3s;
  border-radius: 42px;
  border: 1px solid #FFF;
  background: var(--tp-common-white);
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
}
.tp-demo-figma span {
  color: #0E0F11;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tp-demo-ff-marck {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
  display: inline-block;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marck-script);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-ff-marck {
    margin-bottom: 20px;
  }
}
.tp-demo-heading-right {
  margin-bottom: 50px;
  padding-left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-demo-heading-right {
    padding-left: 72px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-heading-right {
    padding-left: 0;
    padding-top: 0;
  }
}
.tp-demo-heading-right-shape {
  top: 50%;
  left: -20px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-demo-heading-right-shape {
    left: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-heading-right-shape {
    display: none;
  }
}
.tp-demo-heading-feature {
  font-size: 14px;
  font-weight: 600;
  color: #464646;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.tp-demo-heading-feature span {
  margin-right: 5px;
  display: inline-block;
}
.tp-demo-heading-feature-wrap {
  gap: 22px;
  padding: 5px 2px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-demo-heading-feature-wrap {
    gap: 12px;
  }
}
.tp-demo-heading-feature-wrap .tp-demo-heading-feature:not(:last-of-type) {
  padding-right: 20px;
  border-right: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-demo-heading-feature-wrap .tp-demo-heading-feature:not(:last-of-type) {
    padding-right: 12px;
  }
}
.tp-demo-right-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 34px;
  letter-spacing: -0.72px;
  color: var(--tp-common-black-2);
}
.tp-demo-right-text span {
  color: #686868;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-right-text br {
    display: none;
  }
}
.tp-demo-title-home {
  position: relative;
  font-size: 240px;
  font-style: italic;
  line-height: 1;
  text-align: end;
  letter-spacing: -0.02em;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-sequel-heavy-disp);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-demo-title-home {
    font-size: 285px;
    text-align: start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-demo-title-home {
    font-size: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-demo-title-home {
    font-size: 225px;
  }
}
@media (max-width: 767px) {
  .tp-demo-title-home {
    font-size: 174px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-title-home {
    text-align: start;
  }
}
.tp-demo-title-home span {
  right: -10px;
  bottom: -82px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-demo-title-home span {
    right: auto;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-title-home span {
    display: none;
  }
}
.tp-demo-bottom {
  padding-top: 50px;
}
.tp-demo-bottom p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.2px;
  color: #6D6D6D;
}
.tp-demo-bottom-btn {
  margin-bottom: 20px;
}
.tp-demo-bottom-btn .tp-btn {
  font-size: 24px;
  letter-spacing: 0;
  padding: 15px 87px;
  text-transform: uppercase;
  background-color: var(--tp-common-red);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sequel-semi-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-demo-bottom-btn .tp-btn {
    padding: 13px 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-demo-bottom-btn .tp-btn {
    font-size: 22px;
    padding: 13px 50px;
  }
}
.tp-demo-new {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 9px 18px;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  border-radius: 42px;
  background: #c4ee18;
  color: var(--tp-common-black-2);
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.2);
}

.anim-zoomin-wrap {
  border-radius: 16px;
}

/*----------------------------------------*/
/*  7.12 Services css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-feature-area {
    padding-bottom: 80px;
  }
}
.tp-feature-2-top {
  gap: 8px;
}
.tp-feature-2-icon .anim-img {
  position: absolute;
  top: -12px;
  left: 12px;
  z-index: 2;
  animation: rotate2 2s linear infinite;
}
.tp-feature-2-icon .icon-pos {
  position: absolute;
  top: -20px;
  left: -20px;
}
.tp-feature-2-bg {
  border-radius: 20px;
  border: 1px solid rgba(14, 15, 17, 0.06);
  background: #FFF;
}
@media (max-width: 767px) {
  .tp-feature-2-bg {
    border: none;
  }
}
.tp-feature-2-bg img {
  border-radius: 20px;
  border-radius: 20px;
}
.tp-feature-2-bg .gif-img {
  position: absolute;
  top: 25px;
  right: 10px;
  height: auto;
  width: 144px;
}
.tp-feature-2-bg .text-img {
  position: absolute;
  top: 85px;
  left: 25px;
  z-index: 2;
  border-radius: unset;
}
@media (max-width: 767px) {
  .tp-feature-2-bg .text-img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-item {
    display: inline-block;
  }
}
.tp-feature-2-content {
  position: absolute;
  top: 30px;
  left: 35px;
}
.tp-feature-2-wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-feature-2-wrap {
    display: block;
  }
}
.tp-feature-2-left, .tp-feature-2-right {
  width: 280px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-feature-2-left, .tp-feature-2-right {
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-left, .tp-feature-2-right {
    display: block;
  }
}
.tp-feature-2-middle {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 45px 0 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-2-middle {
    padding: 45px 24px 0 24px;
  }
}
.tp-feature-2-middle-content span {
  color: #FFFEEF;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.078px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 9px 19px;
}
.tp-feature-2-title {
  color: #FFFEEF;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-sequel-heavy-disp);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-2-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-feature-2-title {
    font-size: 20px;
  }
}
.tp-feature-include-title-wrap .tp-section-title {
  color: var(--tp-common-white);
}

.tp-core-icon {
  margin-bottom: 20px;
}
.tp-core-icon span {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 20px;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(79, 81, 88, 0.1);
}
.tp-core-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
  line-height: 1.3;
  letter-spacing: -0.36px;
  font-family: var(--tp-ff-inter);
}
.tp-core-content p {
  margin: 0;
  font-size: 14px;
  color: #4F5158;
  letter-spacing: -0.084px;
}

.content__img {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}

.icv__control-line {
  background: none !important;
  box-shadow: none !important;
}

.icv__icv--vertical .icv__theme-wrapper {
  height: 60px;
  width: 60px;
  background: #fa2837;
  border: 2px solid #fff;
  border-radius: 50%;
}

.icv__arrow-wrapper svg {
  width: 15px !important;
  height: 15px !important;
}
.icv__arrow-wrapper svg path {
  fill: #fff;
}

.tp-elementor-bottom-video-btn span svg {
  margin-left: 6px;
}

/*----------------------------------------*/
/*  7.12 demo css
/*----------------------------------------*/
.tp-showcase-img {
  margin-bottom: 30px;
}
.tp-showcase-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-syne);
}
.tp-showcase-big-text h3 {
  font-weight: 700;
  font-size: 350px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(33, 35, 41, 0.06);
  margin-bottom: -143px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-showcase-big-text h3 {
    font-size: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-showcase-big-text h3 {
    font-size: 210px;
    margin-bottom: -115px;
  }
}
.tp-showcase-active {
  margin: 0px -150px;
  margin-bottom: 90px;
}

/*----------------------------------------*/
/* text slide css
/*----------------------------------------*/
.tp-text-slider-wrapper {
  padding: 32px 0;
}
.tp-text-slider-title {
  font-size: 54px;
  font-weight: 700;
  color: #F6F6F6;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  font-family: var(--tp-ff-sequel-heavy-disp);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-title {
    font-size: 44px;
  }
}
.tp-text-slider-shape {
  margin-bottom: -6px;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
  width: auto !important;
}

/*----------------------------------------*/
/*  elementor css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-elementor-area {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elementor-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-elementor-bg {
  background: var(--tp-common-lavender);
  border-radius: 40px;
}
@media (max-width: 767px) {
.slide-transtion .swiper-slide {
    width: 95% !important;
}    
  .tp-elementor-wrapper {
    margin-bottom: 80px;
  }
.tp-core-feature-area .tp-core-item .tp-core-icon {
    margin-bottom: 0 !important;
}    
}
.tp-elementor-title-wrap .tp-section-title {
  color: var(--tp-common-white);
}
.tp-elementor-title-wrap p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.5);
}
.tp-elementor-title-wrap .tp-plugin-subtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-elementor-title-wrap .tp-plugin-subtitle svg {
  margin-right: 4px;
}
.tp-elementor-thumb {
  position: relative;
  border-radius: 6px;
  z-index: -1;
  width: 100%;
  box-shadow: 0 30px 50px -14px rgba(87, 13, 97, 0.14), 0 2px 6px 0 rgba(87, 13, 97, 0.06);
}
@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: 767px) {
  .tp-elementor-thumb {
    margin-left: 0;
  }
}
.tp-elementor-thumb-2 {
  position: absolute;
  top: 40%;
  left: -10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-elementor-thumb-2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-elementor-thumb-2 {
    display: none;
  }
}
.tp-elementor-thumb-3 {
  position: absolute;
  top: -30%;
  right: -11%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-elementor-thumb-3 {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-elementor-thumb-3 {
    right: -3%;
  }
}
@media (max-width: 767px) {
  .tp-elementor-thumb-3 {
    display: none;
  }
}
.tp-elementor-thumb-4 {
  position: absolute;
  bottom: -18%;
  left: 28%;
}
@media (max-width: 767px) {
  .tp-elementor-thumb-4 {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elementor-thumb-wrap {
    margin-left: 0;
  }
}
.tp-elementor-mask-wrap {
  position: absolute;
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
  left: 0;
  box-shadow: -2px 30px 50px -14px rgba(87, 13, 97, 0.34);
}
@media (max-width: 767px) {
  .tp-elementor-mask-wrap {
    position: inherit;
    top: auto;
    transform: inherit;
    margin-bottom: 30px;
  }
}
.tp-elementor-mask-gif {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: tptranslateX2 16s infinite ease-in-out;
}
.tp-elementor-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.tp-elementor-item-wrap {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elementor-item-wrap {
    justify-content: start;
  }
}
.tp-elementor-item-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  text-align: center;
  border-radius: 20px;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(79, 81, 88, 0.3);
}
.tp-elementor-item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

@keyframes tptranslateX2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-55%);
  }
}
/*----------------------------------------*/
/*  tp-template-area-start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inn-heading-wrap {
    margin-bottom: 0;
  }
}
.tp-inn-heading-wrap .tp-demo-title-home {
  font-style: normal;
}
.tp-inn-heading-wrap .tp-demo-title-home span {
  bottom: -110px;
}
.tp-inn-heading-wrap .tp-section-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-inn-heading-wrap .tp-section-title {
    font-size: 60px;
  }
}
.tp-inn-heading-right {
  padding-top: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inn-heading-right {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inn-heading-right-wrap {
    padding-left: 0;
  }
}
.tp-inn-top-shape {
  margin-bottom: -6px;
}
.tp-inn-text p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  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), (max-width: 767px) {
  .tp-inn-text p br {
    display: none;
  }
}
.tp-inn-btn .tp-btn {
  color: #fffeef;
  background-color: var(--tp-common-red);
  font-family: var(--tp-ff-sequel-semi-bold);
  padding: 13px 44px;
  font-size: 24px;
}
.tp-inn-slider-thumb img {
  width: 100%;
  border-radius: 12px;
}
.tp-inn-bottom-bg {
  padding: 25px 0 15px;
  background: #f6f6f6;
}
.tp-inn-bottom-bg p {
  margin: 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-red);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--tp-ff-sequel-bold-head);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inn-bottom-bg p {
    font-size: 34px;
  }
}
.tp-inn-bottom-shape {
  margin-top: -6px;
}

.tp-bg-black {
  background: #242424;
}

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

.section-meinus {
  margin-top: -2px;
}

/*----------------------------------------*/
/*  tp-one-click-area-start
/*----------------------------------------*/
.tp-oneclick-area {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-oneclick-area {
    padding-top: 80px;
  }
}
.tp-oneclick-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-oneclick-title-wrap .tp-section-title {
  color: #FFFEEF;
}
.tp-oneclick-title-wrap p {
  font-size: 20px;
  font-weight: 500;
  color: #FFFEEF;
  letter-spacing: -0.02em;
}
.tp-oneclick-bottom-count {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  color: #fffeef;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-oneclick-bottom-count svg {
  position: absolute;
  top: -7px;
  right: -7px;
}
@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: 767px) {
  .tp-oneclick-bottom-step {
    margin-right: 20px;
  }
}
.tp-oneclick-bottom-step .step {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  border-radius: 14px;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 9px 6px 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-oneclick-bottom-step .titels {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}
@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: 767px) {
  .tp-oneclick-bottom-step .titels {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-oneclick-bottom-step .titels {
    font-size: 15px;
  }
}
.tp-oneclick-bottom-arrow {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .tp-oneclick-bottom-arrow {
    display: none;
  }
}
.tp-oneclick-bottom-arrow.icon-2 {
  right: -16%;
}

/*----------------------------------------*/
/*  tp-responsive-area-start
/*----------------------------------------*/
.tp-responsive-layout-subtitle {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marck-script);
}
.tp-responsive-layout-para {
  font-size: 17px;
  font-weight: 500;
  line-height: 153%;
  color: rgba(255, 255, 255, 0.6);
}
@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: 767px) {
  .tp-responsive-layout-para br {
    display: none;
  }
}
.tp-responsive-layout-content {
  padding: 80px 100px 80px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-content {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .tp-responsive-layout-content {
    padding: 30px 20px 20px 20px;
  }
}
.tp-responsive-layout-wrap {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-wrap {
    padding-bottom: 350px;
  }
}
.tp-responsive-layout-wrap .tp-section-title {
  font-size: 40px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-sequel-bold-head);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-responsive-layout-wrap .tp-section-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-responsive-layout-wrap .tp-section-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .tp-responsive-layout-wrap .tp-section-title {
    font-size: 30px;
  }
}
.tp-responsive-layout-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  mix-blend-mode: luminosity;
}
.tp-responsive-layout-bg-2 {
  position: absolute;
  bottom: 40px;
  right: -5px;
  width: 100%;
  object-fit: cover;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-responsive-layout-bg-2 {
    padding-left: 0;
  }
}
.tp-responsive-layout-shape {
  position: absolute;
  bottom: 224px;
  right: 133px;
  box-shadow: -20px 20px 20px 0 rgba(0, 0, 0, 0.35);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-shape {
    right: 13px;
  }
}
.tp-responsive-layout-shape-2 {
  position: absolute;
  right: 156px;
  bottom: 55px;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-shape-2 {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elements-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-elements-left-side {
  gap: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elements-left-side {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .tp-elements-left-side {
    margin-bottom: 0;
  }
}
.tp-elements-left-side .tp-demo-title-home {
  font-style: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-elements-left-side .tp-demo-title-home {
    font-size: 250px;
  }
}
.tp-elements-left-side .tp-demo-title-home span {
  bottom: -110px;
}
@media (max-width: 767px) {
  .tp-elements-left-side .tp-elements-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-elements-right-side {
    padding-left: 0;
  }
}
.tp-elements-right-side .tp-section-title-60 {
  line-height: 0.9;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-elements-right-side .tp-section-title-60 {
    font-size: 60px;
  }
}
.tp-elements-right-side p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .tp-elements-right-side p br {
    display: none;
  }
}
.tp-elements-slider-opacity {
  opacity: 0.5;
}
.tp-elements-slider-opacity-2 {
  opacity: 0.7;
}
.tp-elements-slider-style .tp-feature-slide-element span {
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 10px -10px rgba(3, 4, 28, 0.12);
}
.tp-elements-slider-style .tp-feature-slide-element span svg {
  margin-right: 15px;
}

/*----------------------------------------*/
/*  tp-feature-area-start
/*----------------------------------------*/
.tp-feature-include-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tp-feature-include-tag span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: inline-block;
  padding: 8px 28px;
}
.tp-feature-include-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tp-feature-include-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 50px 20px 30px 20px;
  width: 224px;
}
@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: 767px) {
  .tp-feature-include-item {
    width: 206px;
    padding: 45px 20px 25px 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature-include-item {
    width: 175px;
    padding: 35px 10px 15px 10px;
  }
}
.tp-feature-include-item span {
  height: 50px;
}
.tp-feature-include-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  tp-marquee-area-start
/*----------------------------------------*/
.tp-marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 14px;
  white-space: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: scroll-1 30s linear infinite;
  animation: scroll-1 30s linear infinite;
}
.tp-marquee-item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 370%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--tp-common-white);
  text-shadow: inset 0 2px 16px 1px rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  border-radius: 300px;
  padding: 17px 36px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-block;
  line-height: 1;
  flex: 0 0 auto;
}
.tp-marquee-item span img {
  margin-right: 10px;
}
.tp-marquee-scroll:hover .tp-marquee-item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*----------------------------------------*/
/*  tp-build-area-start
/*----------------------------------------*/
.tp-build-top-shape {
  margin-left: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-build-top-shape {
    margin-left: 0;
  }
}
.tp-build-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  padding-top: 30px;
  height: 100%;
  width: 100%;
}
.tp-build-item {
  border-radius: 20px;
  height: 100%;
  display: inline-block;
}
.tp-build-main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-build-main-title {
    font-size: 20px;
  }
  .tp-build-main-title br {
    display: none;
  }
}
.tp-build-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: var(--tp-common-white);
}
.tp-build-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(15deg, #FFA963 0%, #FFE7D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-build-thumb img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .tp-build-thumb img {
    width: auto;
  }
}
.tp-build-langguage {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-build-title-wrap {
    margin-bottom: 40px;
  }
}
.tp-build-title-wrap .tp-section-title {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  tp-faq-area-start
/*----------------------------------------*/
.tp-faq-title-wrap .tp-section-title-60 {
  line-height: 0.9;
  color: var(--tp-common-white);
}
.tp-faq-wrapper .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tp-faq-wrapper .accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.tp-faq-wrapper .accordion-button.tp-faq-btn {
  background: transparent;
  padding: 25px 30px;
  padding-right: 53px;
  font-family: 'inter';
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.tp-faq-wrapper .accordion-button.tp-faq-btn:focus {
  box-shadow: none;
}
.tp-faq-wrapper .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.tp-faq-wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-wrapper .accordion-button::after {
  display: none;
}
.tp-faq-wrapper .accordion-body {
  padding: 0px 100px 35px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-faq-wrapper .accordion-body {
    padding: 0px 30px 35px 20px;
  }
}
.tp-faq-wrapper .accordion-btn {
  position: absolute;
    right: 24px;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background-color: rgb(255 255 255);
    border-radius: 34px;
    color: #000000;
    transition: transform 0.2s;
}
.tp-faq-wrapper .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color:#000;
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-wrapper .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 2px;
}
.tp-faq-wrapper .accordion-item {
  border: none;
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
  background: rgb(214 214 214 / 19%);
}
.tp-faq-wrapper .tp-faq-details-para p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
}
.tp-faq-wrapper .tp-faq-details-para p a {
  color: #ffc290;
}
.tp-faq-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.04em;
    color: #09090b;
}
.tp-btn-grey {
    background: #f3f3f3;
    color: var(--tp-common-black);
    width: auto;
    display: block;
    padding: 18px !important;
    width: 200px;
    border-radius: 55px;
    font-size: 18px;
}
.tp-btn-switch-animation .btn-icon {
    margin-left: 10px;
    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-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-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-animation span {
    overflow: visible;
}
.tp-btn-xl {
    padding: 18px 32px;
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms;
}
.tp-btn-switch-animation:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0;
}
.tp-btn-switch-animation:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}
.tp-btn-grey:hover {
    color: var(--tp-common-black);
}
.tp-hero-inner-img.img-4 {
/*    max-width: 270px;*/
    max-width: 220px;
}
.tp-hero-inner-img.img-3 {
    transform: translateX(50px);
/*    max-width: 160px;*/
    max-width: 190px;
}
.tp-hero-inner-img.img-2 {
    transform: translateX(129px);
/*    max-width: 190px;*/
    max-width: 160px;
}
.tp-hero-inner-img.img-1 {
    transform: translateX(160px);
    max-width: 130px;
}
.tp-hero-inner-img.img-5 {
    transform: translateX(-50px);
    position: relative;
    z-index: 2;
    max-width: 190px;
}
.tp-hero-inner-img.img-6 {
    position: relative;
    z-index: 1;
    transform: translateX(-130px);
/*    max-width: 190px;*/
    max-width: 160px;
}
.tp-hero-inner-img.img-7 {
    transform: translateX(-170px);
/*    max-width: 150px;*/
    max-width: 130px;
}

/*----------------------------------------*/
/*  tp-review-area-start
/*----------------------------------------*/
.tp-review-item {
  border-radius: 24px;
  padding: 30px 40px 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-review-ratings {
  display: flex;
  margin-right: 2px;
}
.tp-review-status {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-body);
    margin-bottom: 0;
}
.tp-review-dec {
  font-size: 15px;
    height: 240px;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 18px;
}
.swiper-wrapper {
    justify-content: center;
}
@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: 767px) {
  .tp-review-dec br {
    display: none;
  }
}
.tp-review-customer {
  display: flex;
  align-items: center;
}
.tp-review-customer .icons {
  border-radius: 50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-review-customer .emails {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.tp-review-img {
  margin-top: -80px;
  position: relative;
  z-index: 11;
}
.tp-review-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
}
.swiper-rtl .tp-review-item .tp-review-customer, .swiper-rtl .tp-review-item  .tp-review-ratings {
    justify-content: flex-end;
    text-align: left;
}
.swiper-rtl .tp-review-status, .swiper-rtl .tp-review-dec {
    color: #222;
    width: 100%;
    text-align: left;
}
.swiper-rtl .tp-review-dec {
    font-size: 15px;
    height: 70px;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 18px;
}
.tp-faq-wrapper.pb-0 {
    margin-left: 0px;
}
.swiper-rtl .tp-review-status{
    font-size: 16px;
    margin-bottom: 0;
}
.swiper-rtl .tp-review-item .tp-review-customer{
    justify-content: flex-start;
    text-align: left;
    flex-direction: row-reverse;
}
.accordion-body ul {
    padding-left: 19px;
    font-size: 16px;
    line-height: 162%;
    color: #333;
    margin-bottom: 10px;
}
.tp-review-title-wrap h2 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0;
}
.tp-review-title-wrap p {
    font-size: 16px;
    margin-top: 15px;
    color: #545454;
}
section.tp-core-about-area {
    background: #fff;
}
.tp-core-about-area h1 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}
.tp-core-about-area h2 {
    color: #222;
    font-weight: 600;
    margin: 20px 0;
}
.sec-left-about, .sec-right-about {
    max-width: 50%;
    padding: 0 0;
    box-sizing: border-box;
}
.box-1.box-inn + .d-flex {
    gap: 20px;
}
.tp-core-feature-heading.mb-50 {
    padding-right: 60px;
    margin-top: 50px;
}
.box-inn {
    width: 100%;
    border:1px solid #d4d4d46b;
    padding: 16px;
    border-radius: 15px;
    margin: 20px 10px;
    aspect-ratio: auto;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding-top: 32px;
    padding: 25px 25px;
    transition: all 0.5s ease;
    background: #ffffff4a;
}
.support-fig {
    height: 60px;
    display: flex;
    align-items: center;
}

.box-inn {
    background: #ffffff1c;
}
.box-inn:hover {
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 9%);
    background: #ffffff26;
} 
.box-3.box-inn h3 {
/*    margin-top: 23px;*/
}
.support-fig {
    height: 50px;
    display: flex;
    align-items: center;
}
.sec-right-about {
    padding-top: 0px;
}
.box-3.box-inn {
    margin-bottom: 20px;
}
section.tp-core-about-area {
    background-color: #fff;
    background-image: url(https://www.centrrl.com/home-page/assets/img/logo/lllt4.png?ver:103);
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 780px;
    background-size: cover;
}
.tp-core-about-area-sec2{
    background: #fff;
}
.box-1.box-inn {
/*    margin-top: 60px;*/
    margin-bottom: 20px;
    height: auto;
}
/*
.box-inn {
    background: linear-gradient(135deg,
  #b48cff 0%,
  #ff00ff 30%,
  #7a00b8 55%,
  #1b0066 75%,
  #02003b 100%
);
}
*/
.box-inn img {
    width: 35px;
    filter: invert(0);
    height: auto;
}
.sec-right-about.sec-right-about3 img {
    margin-bottom: 0px;
    margin-top: 7px;
}
.box-inn p {
    margin: 0;
    color: #fff;
    line-height: 19px;
}
.about-top h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.about-top {
    text-align: center;
    margin-top: 30px;
}
.top-sub span {
    background: #ffffff4a;
    padding: 6px 19px;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
}
.box-inn h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}
.getintouchwrapper .box-inn h3 {
    color: #222;
}
.getintouchwrapper .box-inn p {
    margin: 0;
    color: #222;
    line-height: 19px;
}
.tp-core-about-area-sec2 h2 {
    color: #222;
    font-weight: 600;
}
.ca-team-item.ca-team-item-2.tp-hover-item.mb-35 img {
    border-radius: 27px;
    max-width: 350px;
    margin: 0 auto;
}
.ca-team-content h5 {
    color: #333;
    font-weight: 600;
}
section.tp-core-about-area-sec2 p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    line-height: 25px;
}
.tp-core-about-area-sec2 h2{
        margin-bottom: 15px;
}
.get-in-touch h1 {
    font-size: 35px;
}

.get-in-touch {
    text-align: center;
}
.getintouchwrapper .sec-left-about, .getintouchwrapper .sec-right-about {
    max-width: 30%;
    padding: 0 0;
    box-sizing: border-box;
    width: 30%;
}
.getintouchwrapper .box-inn {
    height: 240px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    background: #ffffff85;
}
section.tp-core-about-area.pt-150.pb-60.getintouchwrapper {
    height: auto;
}
/*.tp-review-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(0deg, #1e1e1e 40.65%, rgba(238, 240, 245, 0) 100%);
  z-index: 10;
}*/
/*.tp-review-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(-180deg, #1e1e1e 40.65%, rgba(238, 240, 245, 0) 100%);
  z-index: 10;
}*/
.tp-review-item {
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e0e0e0;
    background: #ffffffcc;
    max-width: 350px;
}
.tp-review-ratings span svg {
    width: 20px;
    height: 20px;
}
.footer-bottom p {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 17px;
    margin: 10px 20px 20px;
    padding-top: 10px;
    color: #a5a3a3;
}
.tp-review-status, .tp-review-dec {
    color: #333;
}
.tp-review-customer .emails {
    color: #333;
}
.tp-review-scrool-item {
  animation-duration: 30s;
  transition: all 0.4s ease-in;
  animation: TestimonialScroll 30s linear infinite;
}
#partners h2 {
    text-align: center;
}
#partners .partner {
    margin: 0 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-review-title-wrap {
    margin-bottom: 0;
  }
}
.tp-review-title-wrap .tp-section-title-60 {
  font-size: 60px;
  line-height: 117%;
  letter-spacing: -0.02em;
}

@keyframes TestimonialScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/*----------------------------------------*/
/*  tp-documentation-area-start
/*----------------------------------------*/
.tp-documentation-item {
  padding: 34px;
  border: 1px solid #161613;
  transition: all 0.3s ease-in-out;
  box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(294deg, #8CE9FF -36.29%, #EFF2B3 100.83%);
}
.tp-documentation-item:hover {
  box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-documentation-item {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-documentation-item {
    margin-bottom: 30px;
  }
}
.tp-documentation-item.bg-2 {
  background: linear-gradient(289deg, #EE9CA7 -21.69%, #FFDDE1 95.51%);
}
.tp-documentation-item.bg-3 {
  background: linear-gradient(90deg, #FEE 0%, #DDEFBB 100%);
}
.tp-documentation-icon {
  margin-right: 24px;
}
.tp-documentation-content h4 {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-2);
  margin-bottom: 4px;
}
.tp-documentation-content p {
  font-size: 16px;
  color: #5e5d63;
  margin-bottom: 18px;
}
.tp-documentation-content a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 7px 20px;
  color: var(--tp-common-white);
  display: inline-block;
  box-shadow: 0 0 1px 0 #05060f, 0 1px 2px 0 rgba(5, 6, 15, 0.24);
  background: #161613;
}
.tp-documentation-para p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.tp-documentation-para p span {
  font-weight: 700;
  color: #ffa963;
}

/*----------------------------------------*/
/*  tp-footer-area-start
/*----------------------------------------*/
.tp-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-footer-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-content-wrap {
    padding-bottom: 80px;
  }
}
.tp-footer-content-wrap .tp-section-title-white-2 {
  font-size: 85px;
  line-height: 1;
  color: #FFFEEF;
  text-transform: uppercase;
  font-family: var(--tp-ff-sequel-heavy-disp);
  letter-spacing: 2px;
}
.connect-social ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 12px;
    margin-top: 25px;
}
.connect-social svg, .connect-social img
 {
    width: 28px;
    margin: 0 6px;
}
.download-app img {
    width: 150px;
}

.download-app {
    display: flex;
    gap: 10px;
}
.footer-download {
    display: flex;
    gap: 10px;
}
.getintouchwrapper .box-inn img {
        filter: invert(0);
    }
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 60px;
  }
}

/*iPad Pro (12.9" & 11")*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
section.tp-core-about-area {
    background-position: center center !important;
}    
    .tp-hero-title {
        font-size: 50px;
        line-height: 53px;
    }
    .banner-right {
    padding: 0 0;
    }
h1.tp-hero-title.tp-fade-anim.mb-35 {
    margin-bottom: 20px;
}
.tag-line p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0 !important;
}   
.tp-review-title-wrap.text-center.mb-55 {
    margin-bottom: 55px;
}    
.slide-transtion .swiper-slide {
    width: 32% !important;
}
.tp-review-dec {
    height: 270px;
}
.tp-review-item {
    padding: 25px;
}   
section.tp-core-about-area-sec2 p {
    font-size: 15px;
    line-height: 23px;
}  
.tp-sm-pt {
        overflow: hidden;
    }    
.tp-review-area.share-voice.tp-sm-pt.pt-100.tp-bg-white-1.section-meinus.p-relative {
    padding-bottom: 0;
}    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.tp-hero-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
}
.tag-line p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
}
.banner-right {
    padding: 0 0;
}
.tp-hero-btn-box.text-left.mb-50 {
    margin-bottom: 0;
}
.tp-hero-middle.text-left.pt-100.pb-20{
padding-top: 70px;        
}    
.download-app img {
    width: 130px;
}    
.tp-hero-heading.mb-30 .text-left.tp-fade-anim.mb-35 {
    margin-bottom: 25px;
}
section.tp-core-feature-area.pt-140.pb-60 {
    padding: 60px 0;
}
h3.tp-section-about {
    font-size: 38px;
    font-weight: 700;
}
.tp-core-icon p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}
section.tp-core-about-area-sec2 p {
    line-height: 22px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    line-height: 20px;
}
.box-inn p {
    line-height: 16px;
    font-size: 13px;
}   
.box-inn img {
    width: 30px;
}
section.tp-core-about-area-sec2.pt-100.pb-60 .tp-core-item.mb-60.tp-fade-anim {
    margin-bottom: 0;
}    
    .p-last{
        margin-bottom: 0 !important;
    }    
section.tp-core-feature-area.pt-140.pb-60 .tp-core-item.mb-60.tp-fade-anim {
    margin-bottom: 0;
}
section.tp-core-feature-area.pt-140.pb-60 .tp-core-item.mb-60.tp-fade-anim .tp-core-icon {
    margin: 0;
}
.tp-sm-pt {
        padding-top: 60px;
        padding-bottom: 60px;
    }
.tp-review-area.tp-sm-pt.pt-100.tp-bg-white-2.section-meinus.p-relative {
        padding: 60px 0;
    }
.tp-review-title-wrap.text-center.mb-55 {
    margin-bottom: 40px;
}
.tp-review-dec {
    font-size: 14px;
}
.tp-review-item {
    padding: 25px;
}
.container {
        max-width: 95%;
}
.slide-transtion .swiper-slide {
    width: 31% !important;
}
.tp-review-dec {
    height: 350px;
}  
.tp-sm-pt {
        overflow: hidden;
    }    
.tp-review-area.share-voice.tp-sm-pt.pt-100.tp-bg-white-1.section-meinus.p-relative {
    padding-bottom: 0;
}    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
.tp-review-area .review {
    padding: 0 15px;
}    
section.tp-core-about-area-sec2 p {
    line-height: 22px;
    font-size: 15px;
    color: #333;
    margin-bottom: 25px;
    line-height: 24px;
}    
.tp-core-icon p {
    font-size: 15px;
    line-height: 22px;
}
.d-none-xs{display: none;}    
.about-top + .d-flex.gap-4 {
    flex-direction: column;
}    
.tp-core-feature-heading.mb-50 {
    padding-right: 0;
    margin-top: 0;
}
.sec-left-about, .sec-right-about {
        max-width: 100%;
        padding: 0 0;
        box-sizing: border-box;
    }
.getintouchwrapper .sec-left-about, .getintouchwrapper .sec-right-about {
    max-width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    width: 100%;
}
    .getintouchwrapper .box-inn {
        height: 170px;
        margin: 0;
        padding-bottom: 25px;
    }
section.tp-core-about-area.pt-150.pb-60.getintouchwrapper
 {
    height: auto;
}
section.tp-core-about-area {
/*        background-image: none !important;*/
        padding-top: 80px;
    } 
/*div#smooth-wrapper {
    overflow: auto !important;
}
div#smooth-content {
    transform: none !important;
}*/
.tp-core-about-area-sec2 h2.d-none.d-block-xs {
    margin-bottom: 20px !important;
}
.tp-core-about-area-sec2 .tp-core-feature-heading img {
    max-width: 230px;
    margin: 0 auto 15px;
}
.tp-core-about-area-sec2 h2, .tp-core-about-area-sec2 p{text-align: left}
    .tp-core-about-area-sec2 .col-lg-6 {
    text-align: center;
    opacity: 1;
}    
.tp-core-about-area-sec2 {
    background: #fff;
    padding-bottom: 15px !important;
}
.tp-core-about-area-sec2 {
        padding-top: 50px;
    padding-bottom: 50px !important;
}    
.getintouchwrapper  p br {
    display: none;
}    
.d-none.d-block-xs {
    display: block !important;
}
.box-inn {
    text-align: left;
    height: auto;
}
.box-1.box-inn {
    margin-top: 10px;
}
.box-inn p {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}
.box-1.box-inn {
    margin-bottom: 0;
}
.box-inn {
    padding: 20px;
}    
.about-top {
    margin-top: 0;
}    
.box-inn img {
    width: 25px;
    filter: invert(0);
}
section.tp-core-about-area {
    padding-bottom: 50px;
}
.top-sub span {
    padding: 4px 19px;
    font-size: 11px;
}    
.tp-core-about-area-sec2 h2 {
    margin-bottom: 40px !important;
}
.ca-team-item img {
    max-width: 200px !important;
    width: 200px !important;
}

.ca-team-item {
    text-align: center;
}
    .tp-core-about-area-sec2 h2 {
        margin-bottom: 20px !important;
        font-size: 30px;
        text-align: center;
    }
.ca-team-item {
        text-align: center;
        margin-top: 20px;
    margin-bottom: 0;
    }    
section.tp-core-about-area {
/*    background-image: none !important;*/
}  
.get-in-touch h1{font-size: 35px;}    
.tp-core-about-area h2 {
    font-size: 30px;
    margin-top: 0;
}
.tp-core-about-area h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 10px;
}
.getintouchwrapper .d-flex.gap-4.mt-50.justify-content-center {
        flex-direction: column;
        margin-top: 20px;
    }    
.d-hide-xs{display: none;}    
.tp-hero-heading.mb-30 {
    margin-bottom: 0 !important;
}
.tp-hero-heading .tp-hero-btn-box.text-left.mb-50 {
    margin-bottom: 20px;
}    
.tp-hero-inner-img.img-5, .tp-hero-inner-img.img-3 {
    display: block !important;
}    
.tp-header-area {
        margin-top: 0;
    }
.header-inner {
    padding: 4px 0;
}
.tp-header-logo img {
    width: 100%;
}

.tp-header-logo {
    width: 100px;
} 
.tp-hero-area {
    margin-top: 45px;
}
.tp-hero-middle.text-left.pt-100.pb-20 {
    padding-top: 30px;
}
        .tp-hero-title {
        font-size: 35px;
        line-height: 51px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
.tp-hero-middle.text-left.pt-100.pb-20 .text-left.tp-fade-anim.mb-35 {
    margin-bottom: 16px;
}
.review p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
}
.review > img {
    width: 40px;
    margin-bottom: 18px;
}
.tp-sm-pt {
        padding: 30px 20px;
}
.footer-download {
    width: 240px;
}    
.tag-line p {
    text-align: center;
}
h3.tp-section-about {
        font-size: 35px;
}
.tp-core-icon p:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
}    
.tp-fade-anim {
    opacity: 1 !important;
    transform: none !important;
}    
.tp-hero-title {
        margin-top: 20px;
        margin-bottom: 10px;
}
.footer-bottom p {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 11px;
    line-height: 17px;
    margin: 0 20px;
}
footer {
    height: auto;
    padding-bottom: 50px !important;
}    
.tp-review-wrapper {
    padding: 0 10px;
}
.swiper-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
}    
.tag-line p {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }
.download-app {
text-align: center;
    }
    .download-app img {
        width: 120px;
    }
.download-app {
        text-align: center;
        justify-content: center;
    }    
section.tp-core-feature-area.pt-140.pb-60 {
    padding-top: 50px;
}
h3.tp-section-about {
    color: #080808;
    font-size: 40px;
    font-weight: 700;
}
.tp-core-feature-heading.mb-50 {
    margin-bottom: 10px;
}
.tp-core-item.mb-60.tp-fade-anim {
    margin-bottom: 0 !important;
}
.tp-faq-area.tp-sm-pt.pt-100.pb-100.tp-bg-black-2.section-meinus {
    padding: 50px 0 !important;
}
.tp-section-faq-title {
    line-height: 40px !important;
    font-weight: 600;
    font-size: 31px;
    letter-spacing: 0 !important;
}
.tp-faq-wrapper .accordion-button.tp-faq-btn {
    padding: 20px 17px;
    padding-right: 58px;
    font-size: 15px;
    color: #000;
}
.tp-faq-wrapper .accordion-btn {
    right: 13px;
    height: 30px;
    width: 30px;
}
.tp-review-area.tp-sm-pt.pt-85.tp-bg-white-2.section-meinus.p-relative {
    padding: 50px 0 !important;
}
.tp-inn-slider-wrapper.pb-160 {
    padding-bottom: 50px !important;
}
.tp-review-item {
    margin-bottom: 0 !important;
}
.share-voice h2 span {
    font-size: 25px !important;
    font-weight: 600;
}
.tp-hero-inner-img.img-1, .tp-hero-inner-img.img-2, .tp-hero-inner-img.img-3, .tp-hero-inner-img.img-5, .tp-hero-inner-img.img-6, .tp-hero-inner-img.img-7 {
    display: none;
}    
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 35px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
h1.tp-hero-title {
        font-size: 30px;
} 
h1.tp-hero-title br {
/*    display: none;*/
}    
section.tp-core-about-area-sec2.pt-0.pb-60 {
    background: #f5f5f5;
    padding: 50px 0 !important;
    display: block;
}
p {
    line-height: 24px;
    font-size: 15px;
}
.tp-review-item {
    padding: 22px;
}
.slide-transtion .swiper-slide {
    width: 95%;
}
.tp-review-dec {
    font-size: 14px;
}
.tp-review-item {
        padding: 20px !important;
}
.tp-review-title-wrap h2 {
    font-size: 30px;
}
.tp-faq-title-wrap.mb-55 {
    margin-bottom: 20px;
}
.tp-review-title-wrap h2 {
    margin-bottom: 20px;
}    
  .tp-footer-content-wrap .tp-section-title-white-2 br {
    display: none;
  }
}
.tp-footer-bottom-slider {
  position: relative;
  padding: 30px 0;
  background: rgba(7, 6, 12, 0.2);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}
.tp-footer-bottom-text {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-footer-bottom-text span {
  margin-left: 30px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-sm-pt {
    padding-top: 80px;
  }
.tp-review-area.tp-sm-pt.pt-100.tp-bg-white-2.section-meinus.p-relative {
    padding: 50px 0;
}
.tp-inn-slider-wrapper.pb-100 {
    padding-bottom: 0;
}
.vic-profile.d-flex.gap-2 p {
    margin-bottom: 0;
}
.vic-profile.d-flex.gap-2 {
    margin-bottom: 0;
}    
}

@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: 767px) {
  .tp-sm-pb {
    padding-bottom: 80px;
  }
}

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