/*-----------------------------------------------------------------------------------

    Template Name: Pixora - Personal Creative Portfolio & Resume HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Pixora - Personal Creative Portfolio & Resume HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.4 Footer Style 4


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Award css
		7.3 Brand css
		7.4 contact css
		7.5 Course css
		7.6 funfact css
		7.7 Hero css
		7.8 Marquee css
		7.9 About css
		7.10 price css
		7.11 progress-bar css
		7.12 Services css
		7.13 Skill css
		7.14 Testimonial css
		7.15 theme-light css



**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marck+Script&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: "Thunder";
  src: url("../fonts/Thunder-BoldLC.eot");
  src: url("../fonts/Thunder-BoldLC.eot?#iefix") format("embedded-opentype"), url("../fonts/Thunder-BoldLC.woff") format("woff"), url("../fonts/Thunder-BoldLC.woff2") format("woff2"), url("../fonts/Thunder-BoldLC.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ThunderMed";
  src: url("../fonts/Thunder-MediumLC.eot");
  src: url("../fonts/Thunder-MediumLC.eot?#iefix") format("embedded-opentype"), url("../fonts/Thunder-MediumLC.woff") format("woff"), url("../fonts/Thunder-MediumLC.woff2") format("woff2"), url("../fonts/Thunder-MediumLC.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-thunder: 'Thunder', sans-serif;
  --tp-ff-marck-script: 'Marck Script', cursive;
  --tp-ff-thundermed: 'ThunderMed', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #FFFFFF;
  --tp-common-black: #07060C;
  --tp-common-black-2: #1E1E1E;
  --tp-common-red: #E11010;
  --tp-common-orange: #FF471D;
  --tp-common-orange-dark: #FF572D;
  --tp-heading-primary: #000000;
  --tp-text-body: #5A5A67;
  --tp-grey-1: #F4F5FA;
  --tp-grey-2: #5A5A67;
  --tp-grey-3: #494953;
  --tp-grey-4: #71717b;
}

@media (min-width: 1400px) {
  .container, .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;
}

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

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

/* 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;
}
@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) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.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: 30px;
  font-weight: 500;
  line-height: 1;
  border-radius: 8px;
  padding: 13px 24px 7px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-thundermed);
  background-color: var(--tp-common-orange);
}
@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) {
  .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: #ff471d;
}

.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: 100px;
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 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) {
  .tp-section-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title span {
  position: relative;
  color: var(--tp-common-orange);
}
.tp-section-title-60 {
  font-size: 60px;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-60 {
    font-size: 55px;
  }
}
@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: 50px;
  }
}
@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: 120px;
  line-height: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-120 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-120 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-120 {
    font-size: 60px;
  }
}
.tp-section-subtitle {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: -0.078px;
  text-transform: uppercase;
  color: var(--tp-common-orange);
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

@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 16px;
  display: inline-block;
}
.tp-header-menu nav ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.16px;
  padding: 10px 0;
}
.tp-header-btn .tp-btn {
  font-size: 16px;
  border-radius: 65px;
  background: #1e1e1e;
  padding: 15px 24px 15px;
  font-family: var(--tp-ff-body);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
.tp-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-hero-subtitle {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.052px;
  color: rgba(255, 254, 239, 0.5);
}
.tp-hero-title {
  font-size: 140px;
  font-weight: 800;
  line-height: 0.78;
  color: #FFFEEF;
  margin-bottom: 28px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 100px;
  }
}
@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: 80px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 50px;
    line-height: 1;
  }
}
.tp-hero-btn-box .tp-btn {
  width: 520px;
  font-size: 30px;
  color: #FFFEEF;
  letter-spacing: 1px;
  padding: 14px 24px 7px;
  justify-content: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  font-family: var(--tp-ff-thunder);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-btn-box .tp-btn {
    width: 440px;
  }
}
@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: 340px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-align: end;
  margin-top: 20px;
  letter-spacing: 3.4px;
  color: var(--tp-common-orange);
  font-family: var(--tp-ff-thunder);
}
@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: 200px;
  }
}
@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: 34px;
  letter-spacing: 0;
  padding: 13px 128px 3px;
  text-transform: uppercase;
  background-color: #E8E8E8;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-demo-bottom-btn .tp-btn {
    padding: 13px 75px 3px;
  }
}
@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: 30px;
    padding: 13px 50px 3px;
  }
}
.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;
}
.tp-feature-2-title {
  color: #FFFEEF;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-2-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-feature-2-title {
    font-size: 30px;
  }
}
.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: #161613;
  line-height: 1.3;
  letter-spacing: -0.36px;
}
.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: #FF471D;
  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-thunder);
}
@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) {
  .tp-elementor-wrapper {
    margin-bottom: 80px;
  }
}
.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: 76px;
  }
}
.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-orange);
}
.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: 50px;
  font-weight: 600;
  color: #ff471d;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@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: 56px;
  line-height: 1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-responsive-layout-wrap .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-responsive-layout-wrap .tp-section-title {
    font-size: 38px;
  }
}
.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: var(--tp-ff-body);
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-white);
}
.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 120px 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 30px;
  }
}
.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: rgba(255, 255, 255, 0.06);
  border-radius: 34px;
  color: #87888B;
  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: var(--tp-common-white);
  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: var(--tp-common-white);
  border-radius: 2px;
}
.tp-faq-wrapper .accordion-item {
  border: none;
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.tp-faq-wrapper .tp-faq-details-para p {
  font-size: 16px;
  line-height: 162%;
  color: #87878b;
  margin-bottom: 0;
  font-weight: 500;
}
.tp-faq-wrapper .tp-faq-details-para p a {
  color: #ffc290;
}

/*----------------------------------------*/
/*  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: 18px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}
.tp-review-dec {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.01em;
  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-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: 1080px;
}
.tp-review-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(0deg, #07060c 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, #07060c 40.65%, rgba(238, 240, 245, 0) 100%);
  z-index: 10;
}
.tp-review-scrool-item {
  animation-duration: 30s;
  transition: all 0.4s ease-in;
  animation: TestimonialScroll 30s linear infinite;
}
@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;
}

@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;
}
@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: 140px;
  line-height: 0.78;
  color: #FFFEEF;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .tp-footer-content-wrap .tp-section-title-white-2 {
    font-size: 55px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .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;
  }
}

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