

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

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

	-----------------
  02. COMPONENTS CSS
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.8 Accordion
		2.9 Section Title
		2.10 Accordion
		2.11 Search

	-----------------
    03. HEADER CSS
	-----------------

  ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main Menu
		4.2 Mobile Menu
		4.3 offcanvas Menu

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 About Css
		7.3 Banner Css
		7.4 Text-slide Css
		7.5 Service Css
		7.6 Project Css
		7.7 Funfact Css
		7.8 Work Css
		7.9 Testimonail Css
		8.0 Award Css
		8.1 Video Css
		8.2 Brand Css
		8.3 Team Css
		8.4 Step Css
		8.5 Choose Css
		8.6 Price Css
		8.7 Faq Css
		8.8 Success Css
		8.9 Instagram Css
		9.0 Feature Css
		9.1 Review Css
		9.2 Stack Css
		9.3 Benefits Css
		9.4 Cta Css
		9.5 Intaractive Css
		9.6 Project Slider Css
		9.7 Career Css
		9.8 Contact Css
		9.9 Portfolio css
		10.6 Error Css
		10.7 Dark Css Start
		10.8 Light Css Start


**********************************************/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Cherry+Bomb+One&display=swap');


/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-product-details-views > span svg, .tp-btn-white-border span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg, .tp-perspective-social-info span svg, .tp-team-details-info-contact a svg, .app-testimonial-review-content span svg, .pp-service-2-banner-text p span, .pp-service-2-banner-text a span, .tp-service-4-solution-item-btn a span, .pp-service-details-process-bottom span a svg, .st-hero-btn-icon, .pp-footer-btn span, .postbox__comment-reply a span, .tp-header-10-announcement-content a span, .tp-btn-border-2.st span, .tp-portfolio-details-btn span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}



:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Poppins', sans-serif;
  --tp-ff-heading: 'Poppins', sans-serif;
  --tp-ff-cherry: 'Cherry Bomb One', cursive;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";

 
  /**
  @color declaration
  */
  --cream: #B7AB98;
  --coffe: #552411;
  --gray: #747474;
  --black: #2e2e2e;
  --white: #f1f1f1;  
  --lightgreen: #fffc48;
  --orange: #fc6815;
  --blue: #018ed5;
  --darkblue: #0582c2;
  --tp-text-body: var(--black);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.lightgreen {
  color: var(--lightgreen);
}
.orange {
  color: var(--orange);
}

.blue {
  color: var(--blue);
} 

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
  .container-1750 {
    max-width: 1750px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .container-1650 {
    max-width: 1650px;
  }
  .container-1550 {
    max-width: 1550px;
  }
  .container-1450 {
    max-width: 1450px;
  }
  .container-1350 {
    max-width: 1350px;
  }
  .container-1250 {
    max-width: 1250px;
  }
  .container-1000 {
    max-width: 1000px;
  }
}
@media (min-width: 768px) { /* md */
  .mt-md-50 { margin-top: 50px !important; }
}
@media (min-width: 992px) { /* lg – optionnel */
  .mt-lg-50 { margin-top: 50px !important; }
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 992px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 16px;
}

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

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-body);
  color: var(--tp-text-body);
}

.font-cherry,
.ff-cherry {
  font-family: var(--tp-ff-cherry);
}

.font-cherry,
.ff-cherry {
  line-height: 0.9;
  display: inline-block;
  margin-top: -0.25em;
}

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

main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

main .container >.row {
  align-items: center;
}

.home-about h3 {
  font-size: 2.5rem;
  color: var(--blue);
}
.home-about h5 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blue);
}


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

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

::selection {
  background: var(--orange);
  color: var(--white);
  text-shadow: none;
}

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

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

.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.green {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white p {
  color: var(--white);
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/

.btn-border,
.btn-full {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--orange);
  font-family: var(--tp-ff-body);
  font-weight: 500;
  border: 3px solid var(--orange);
  border-radius: 50px;
  padding: 18px 36px;
  text-transform: uppercase;
}
.btn-full {
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-border,
  .btn-full {
    padding: 17px 25px;
  }
}
@media (max-width: 767px) {
  .btn-border,
  .btn-full {
    padding: 16px 25px;
  }
}
.btn-border:hover,
.btn-border:focus,
.btn-border:focus-visible,
.btn-full {
  background-color: var(--orange);
  color: var(--lightgreen);
}
.btn-full:hover,
.btn-full:focus,
.btn-full:focus-visible {
  color: var(--white);
  background-color: color-mix(in srgb, var(--orange) 90%, black);
}


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

.tp-action-btn {
  font-size: 15px;
  font-weight: 600;
  color: #4D3D30;
  width: 100%;
  padding: 11px 50px;
  background: #F4F0EA;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(77, 61, 48, 0.1);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-action-btn:hover {
  color: var(--white);
  background-color: #4D3D30;
}

.tp-quick-view-btn {
  height: 40px;
  width: 40px;
  display: grid;
  color: #4d3d30;
  text-align: center;
  place-content: center;
  background-color: #F4F0EA;
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-quick-view-btn:hover {
  color: var(--white);
  background-color: #4D3D30;
}

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

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

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes roteted {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

.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(--black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

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

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/

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

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

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

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

.ai-faq-accordion-wrap .accordion-items {
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative;
}
.ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (max-width: 767px) {
  .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
    font-size: 15px;
  }
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 35px;
  left: 7px;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 2px;
  transition: 0.4s;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 2px;
}
.ai-faq-accordion-wrap .accordion-header span {
  margin-right: 20px;
}
.ai-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-faq-accordion-wrap .accordion-body {
    padding-right: 0;
  }
}
.ai-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ai-faq-accordion-wrap .accordion-body p {
    font-size: 14px;
  }
}

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

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

.ar-title-mlr {
  margin-left: 100px;
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-title-mlr {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white);
}
.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--white);
}
.tp-section-subtitle.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--black);
}
.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white);
}
.tp-section-subtitle.fs-17.pre-circle::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--white);
}
.tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-body);
}
.tp-section-subtitle-clash i {
  margin-left: 10px;
}
.tp-section-subtitle-clash.clash-subtitle-pos {
  display: inline-block;
  transform: translateY(60px);
}
@media (max-width: 767px) {
  .tp-section-subtitle-clash.clash-subtitle-pos {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
}
.tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translateY(5px);
  font-family: var(--tp-ff-body);
}
.tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--black-10);
}
.tp-section-subtitle-clash.color-red {
  color: var(--orange);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-subtitle-clash.color-red {
    padding-bottom: 20px;
  }
}
.tp-section-subtitle-gradient {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-subtitle-gradient div img {
  margin-bottom: 13px;
  display: inline-block;
}
.tp-section-subtitle-gradient.icon-left div {
  display: inline-block;
}
.tp-section-subtitle-gradient.icon-left div img {
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-3px);
}
.tp-section-subtitle-gradient.ct {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-body);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px;
  }
}
.tp-section-subtitle-satisfy {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  color: var(--orange);
  font-family: var(--tp-ff-body);
}
.tp-section-subtitle-teko {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-body);
  color: var(--white-3);
}
@media (max-width: 767px) {
  .tp-section-subtitle-teko {
    font-size: 25px;
  }
}
.tp-section-subtitle-teko i {
  font-style: normal;
  color: var(--lightgreen);
}
.tp-section-subtitle.border-bg {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--black-10);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}
.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: var(--white);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}
.tp-section-subtitle-platform {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--white);
  font-family: var(--tp-ff-body);
}
@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}
.tp-section-subtitle-platform.platform-text-black {
  color: var(--black-10);
}
.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px;
}
.tp-section-subtitle.orange-color {
  color: var(--orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px;
  }
}

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

.tp-revel-line {
  overflow: hidden;
}


/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-ptb {
    padding: 10px 0;
  }
}
.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-header-menu > nav > ul > li {
  margin: 0 20px;
  list-style-type: none;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 15px;
  }
}
.tp-header-menu > nav > ul > li > a {
  padding: 35px 0;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--white);
}
.tp-header-lang a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-header-lang a.active {
  color: var(--white);
}
.tp-header-lang a:not(:first-child) {
  margin-left: 10px;
}
.tp-header-lang a:hover {
  color: var(--white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}
.tp-header-bar button {
  width: 30px;
  color: var(--white);
}
.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: var(--white);
}
.tp-header-bar button i:nth-child(2) {
  width: 24px;
}
.tp-header-bar button i:not(:last-of-type) {
  margin: 6px auto;
}
.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}


.tp-header-9-mt {
  margin-top: 40px;
}
.tp-header-9-box {
  margin-left: 90px;
}
.tp-header-9-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none;
}
.tp-header-9-menu > nav > ul {
  display: inline-block;
}
.tp-header-9-menu > nav > ul > li,
.ccm-edit-mode .tp-header-9-menu nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 16px;
}
.tp-header-9-menu > nav > ul > li > a,
.ccm-edit-mode .tp-header-9-menu nav ul li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 16px;
  padding: 12px 16px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--white);
  background-color: transparent;
}
.tp-header-9-menu > nav > ul > li > a:hover {
  color: var(--lightgreen);
  background-color: rgba(238, 241, 234, 0.06);
}
/* Menu desktop: état actif/hover comme un btn-full (sans impacter la nav mobile) */
@media only screen and (min-width: 1200px) {
  .tp-header-9-menu > nav.tp-mobile-menu-active > ul > li.current-menu-ancestor > a,
  .tp-header-9-menu > nav.tp-mobile-menu-active > ul > li.current-menu-item > a,
  .tp-header-9-menu > nav.tp-mobile-menu-active > ul > li > a[aria-current="page"] {
    background-color: var(--orange);
    color: var(--lightgreen);
  }
  .tp-header-9-menu > nav.tp-mobile-menu-active > ul > li > a:hover {
    color: var(--lightgreen);
    background-color: var(--orange);
  }
}

.ccm-block-switch-language .form-select {
  border-radius: 18px;
  color: var(--blue);
  padding: 0.375rem 2rem .375rem 1rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23018ed5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  padding: 14px 0; 
  visibility: visible;
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: transform .85s cubic-bezier(.22,1,.36,1), opacity .3s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
}

/* Hide-on-scroll (appliqué par JS) */
#header-sticky.header-hidden { transform: translate3d(0,-100%,0); opacity: 0; }
.ccm-edit-mode #header-sticky.header-hidden { display: none !important; transform: none; }
.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 7px 23px;
}
.header-sticky.sticky-bg {
  background: var(--blue);
}
.header-sticky.sticky-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--black);
}
.header-sticky.sticky-bg .logo-white {
  display: none;
}
.header-sticky.sticky-bg .logo-black {
  display: block !important;
}
.header-sticky.sticky-bg .tp-header-lang a {
  color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-bg .tp-header-lang a.active {
  color: var(--black);
}
.header-sticky.sticky-bg .tp-header-bar button i {
  background-color: var(--black);
}
.header-sticky.sticky-bg .tp-header-7-serach {
  color: var(--black);
}
.header-sticky.sticky-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--black);
  border-color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-bg .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255), #000, rgb(255, 255, 255) 25%);
}
.header-sticky.sticky-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header-sticky.sticky-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}
.header-sticky.tp-header-border {
  border-bottom: 0;
}
.header-sticky .tp-header-logo {
  padding: 0;
}
.header-sticky .tp-header-7-wrapper {
  padding: 0;
  padding-right: 0;
  border-radius: 0;
  background: initial;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky .tp-header-7-wrapper {
    padding: 10px 0;
  }
}
.header-sticky.tp-header-9-sticky .tp-header-9-menu > nav > ul > li {
  padding: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-menu > nav > ul {
  padding: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-box {
  margin-left: 0;
}
.header-sticky.tp-header-9-sticky .tp-header-9-search span {
  color: var(--black);
}
.header-sticky.tp-header-9-sticky .tp-header-9-btn .tp-btn-yellow-green {
  color: #fff;
  background-color: #2A4C3A;
}
.header-sticky.tp-header-10-sticky .tp-header-10-wrapper {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.header-sticky.tp-header-11-style .tp-header-10-wrapper {
  border: 0;
  background: 0;
  margin-top: 0;
  box-shadow: none;
  backdrop-filter: initial;
}
.header-sticky.tp-header-inner-style .tp-header-menu > nav > ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}
.header-sticky.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 104%;
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.p-static {
  position: static;
}
.tp-header-dropdown nav ul li.has-dropdown::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  color: var(--white);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 18px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--white);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--white);
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #F8F8FB;
  color: var(--black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--black);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
}
.tp-offcanvas-menu ul li.current-menu-ancestor > a {
  color: var(--orange);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
 
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--black);
}

.tp-menu-close {
  position: absolute;
  color: var(--blue);
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-wrapper .logo-2 {
  display: none;
}
/*.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--blue);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--orange);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--white);
}
 
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--black);
  border-color: var(--white);
  background-color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}*/
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: var(--blue);
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}


/* Header Language Switch */
.header-lang-submenu {
  position: absolute;
  top: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  visibility: hidden;
  background: #4D3D30;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}
.header-lang-submenu li {
  list-style: none;
}
.header-lang-submenu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--white);
}
.header-lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/*-----  Text Logo  -----*/
.site-logo-text {
  line-height: 0.9;
  font-size: 72px;
  display: block;
  color: var(--white);
}
.site-logo-subline {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  display: block;
  color: var(--white);
  padding-top: 10px;
}

@media only screen and (max-width: 1299px) {
  .site-logo-text { font-size: 72px; }
}
@media only screen and (max-width: 767px) {
  .site-logo-text { font-size: 58px; }
  .site-logo-subline { 
    max-width: 193px;
    font-size: 19px;
  }
}

.header-sticky .site-logo-text,
.header-sticky .site-logo-subline { 
  color: var(--white);
}

.tp-offcanvas-logo .site-logo-text,
.tp-offcanvas-logo .site-logo-subline {
  color: var(--blue);
}

.header-sticky .site-logo-subline { display: none; }
.header-sticky .site-logo-text { font-size: 44px; }

.tp-header-9-logo { display: flex; align-items: flex-start; }


/*  5.1 Blog postbox css
/*----------------------------------------*/
.postbox-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.postbox-author-img img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.postbox-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  color: rgba(255, 255, 255, 0.6);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: -0.04em;
  color: var(--white);
}
.postbox-title.fs-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.fs-80 br {
    display: none;
  }
}
.postbox-title.fs-54 {
  font-size: 54px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-54 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-54 {
    font-size: 40px;
  }
}
.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px;
  }
}
.postbox-title a:hover {
  color: var(--lightgreen);
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  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), (max-width: 767px) {
  .postbox-content p {
    font-size: 16px;
  }
  .postbox-content p br {
    display: none;
  }
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}
.postbox-slider-item {
  position: relative;
  border-radius: 14px;
}
.postbox-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
.postbox-slider-item img {
  border-radius: 14px;
}
.postbox-arrow button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white);
}
.postbox-arrow button:hover {
  color: var(--white);
  background-color: var(--black);
}
.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-blockquote-paragraph p {
    font-size: 20px;
  }
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
}
.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox__comment {
    padding-top: 50px;
  }
}
.postbox__comment ul {
  margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--white);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 17px;
}
.postbox__comment-name h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--white);
}
.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox__comment-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 20px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--black);
  border-color: var(--lightgreen);
  background-color: var(--lightgreen);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--black);
}
.basic-pagination ul li > a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}
.basic-pagination.product-pagination ul li > a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--white);
}

.postbox-details-item {
  padding: 43px 45px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox-details-item {
    padding: 30px;
  }
}
.postbox-details-item.item-border {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-details-tag {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .postbox-details-tag {
    flex-wrap: wrap;
  }
}
.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block;
}
.postbox-details-tag span:last-child::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-tag-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta {
    flex-wrap: wrap;
  }
}
.postbox-details-meta .postbox-author-name {
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-details-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0;
  }
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-thumb img {
  border-radius: 14px;
}
.postbox-details-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-text p span {
  color: var(--lightgreen);
}
.postbox-details-quote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 25px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-quote span::before {
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    flex-wrap: wrap;
  }
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 35px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--lightgreen);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-tag span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-right: 15px;
  color: var(--white);
}
.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px;
}
.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap;
  }
}
.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px;
}
.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 18px;
}
@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) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none;
  }
}
.postbox-details-nevigation-wrap {
  height: 560px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-details-nevigation-wrap {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-nevigation-wrap {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-wrap {
    height: 140px;
    margin-top: 50px;
  }
}
.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg {
  transform: scale(0.95);
}
.postbox-details-nevigation-thumb {
  position: relative;
}
.postbox-details-nevigation-thumb::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.4);
}
.postbox-details-nevigation-thumb img {
  width: 100%;
  margin-top: -290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-nevigation-thumb img {
    margin-top: -50px;
  }
}
.postbox-details-nevigation-thumb-bg {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  transition: all 0.3s ease-in-out;
}
.postbox-details-nevigation-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}
.postbox-details-nevigation-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media (max-width: 767px) {
  .postbox-details-nevigation-content span {
    font-size: 16px;
  }
}
.postbox-details-nevigation-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-title {
    font-size: 20px;
  }
}
.postbox-details-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--white);
}
.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--white);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #1a1b1e;
  color: var(--white);
  border: 1px solid #1a1b1e;
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--lightgreen);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--white);
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-social a {
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 14px;
  display: inline-block;
  background-color: #1a1b1e;
  color: rgba(255, 255, 255, 0.8);
}
.postbox-details-social a svg {
  height: 15px;
  width: 15px;
}
.postbox-details-social a:hover {
  color: var(--black);
  background-color: var(--lightgreen);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 14px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #f9e4b4;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  background: rgba(249, 228, 180, 0.08);
}
.rc-post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
.rc-post-title a:hover {
  color: var(--lightgreen);
}
.rc-post-meta span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  border-radius: 14px;
  padding-right: 50px;
  background: #1a1b1e;
  border: 1px solid transparent;
  color: var(--white);
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:focus {
  background-color: #0E0F11;
  border: 1px solid #D0FF71;
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--white);
}
.sidebar-search button:hover {
  color: #D0FF71;
}
.sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.sidebar-widget-author-img {
  margin-bottom: 35px;
}
.sidebar-widget-author-img img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.sidebar-widget-author-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.sidebar-widget-author-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-widget-author-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar-widget-author-social a {
  margin: 0 5px;
}
.sidebar-widget-author-social a span {
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.sidebar-widget-author-social a:hover span {
  color: #D0FF71;
}
.sidebar-widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.sidebar-widget-category ul li {
  list-style-type: none;
}
.sidebar-widget-category ul li a {
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #1a1b1e;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.sidebar-widget-category ul li a span:last-child {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-widget-category ul li a:hover {
  color: #D0FF71;
}
.sidebar-widget-category ul li a:hover span:last-child {
  color: #D0FF71;
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar-wrapper {
  padding-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px;
  }
}
.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #1a1b1e;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--black);
  background-color: #D0FF71;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.dgm-blog-content {
  min-width: 310px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-blog-content {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-content {
    min-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.dgm-blog-content-wrap {
  height: 100%;
}
@media (max-width: 767px) {
  .dgm-blog-content-wrap {
    height: auto;
    flex-wrap: wrap;
  }
}
.dgm-blog-meta h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.04em;
  color: var(--black);
  font-family: var(--tp-ff-body);
}
.dgm-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4d5051;
  letter-spacing: -0.04em;
}
.dgm-blog-category span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  background-color: #EFFAC0;
  color: var(--black);
}
.dgm-blog-title-sm {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--black);
  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) {
  .dgm-blog-title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-title-sm {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-title-box {
    margin-bottom: 20px;
  }
}
.dgm-blog-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-item:hover .dgm-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.dgm-blog-main {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-thumb {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-thumb {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-thumb {
    width: 100%;
  }
}
.dgm-blog-thumb img {
  width: 100%;
  height: 160px;
  transition: 0.9s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dgm-blog-thumb img {
    width: 100%;
  }
}

.creative-blog-item:hover .creative-blog-thumb img {
  transform: perspective(600px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.creative-blog-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.creative-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.creative-blog-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.creative-blog-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.creative-blog-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  height: 17px;
  width: 1.5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.creative-blog-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-sm br {
    display: none;
  }
}
.creative-blog-title-box {
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    margin-bottom: 10px;
  }
}
.creative-blog-top-content {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-top-content {
    padding-left: 0;
  }
}
.creative-blog-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 25px;
  color: var(--white);
}
@media (max-width: 767px) {
  .creative-blog-top-content p br {
    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) {
  .ai-blog-area {
    padding-bottom: 70px;
  }
}
.ai-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ai-blog-item:hover .ai-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.ai-blog-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.ai-blog-thumb img {
  width: 100%;
  height: 250px;
  transition: 0.9s;
  object-fit: cover;
  border-radius: 20px;
}
.ai-blog-content span {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.ai-blog-content-wrap {
  padding: 28px 30px 32px 30px;
}
.ai-blog-meta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.ai-blog-meta span:not(:last-child) {
  margin-right: 11px;
  padding-right: 11px;
}
.ai-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.ai-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.48px;
  color: var(--white);
}

.ar-blog-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1d2132;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--white);
}
.ar-blog-title-sm {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: var(--black);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-blog-title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ar-blog-title-box {
    margin-bottom: 20px;
  }
}
.ar-blog-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.6);
}
.ar-blog-thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.ar-blog-thumb img {
  height: 413px;
  transition: 0.9s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-blog-area .gx-40 {
    --bs-gutter-x: 30px;
  }
}
.ar-blog-item:hover .ar-blog-thumb img {
  transform: scale(1.1);
}

.crp-blog-shape {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: -1;
}
.crp-blog-title {
  font-weight: 600;
  font-size: 180px;
  line-height: 0.7;
  margin-bottom: 0;
  opacity: 0.1;
  margin-left: -100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: translateY(-40px) rotate(180deg);
  font-family: var(--tp-ff-body);
  color: var(--white-3);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-blog-title {
    font-size: 175px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title {
    font-size: 150px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 110px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 84px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .crp-blog-title {
    font-size: 67px;
    margin-left: 0;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
.crp-blog-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-body);
  color: var(--white-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title-sm {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-blog-title-sm {
    font-size: 35px;
  }
}
.crp-blog-meta {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--white-3);
}
.crp-blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.crp-blog-thumb img {
  width: 100%;
  height: 350px;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover;
}
.crp-blog-thumb:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.crp-blog-category span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-3);
  border: 1px solid rgba(255, 255, 230, 0.1);
}
.crp-blog-category span:not(:last-child) {
  margin-right: 7px;
}
.crp-blog-category span:hover {
  background-color: rgba(255, 255, 230, 0.1);
}
@media (max-width: 767px) {
  .crp-blog-item {
    flex-wrap: wrap;
  }
}
.crp-blog-content {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-content {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-top: 30px;
  }
}

.st-blog-item:hover .st-blog-item-thumb img {
  transform: scale(1.1);
}
.st-blog-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 10px;
}
.st-blog-item-thumb img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.9s;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-item-thumb img {
    height: 100%;
  }
}
.st-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: var(--orange);
  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), (max-width: 767px) {
  .st-blog-item-title br {
    display: none;
  }
}
.st-blog-item-tags span {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 14px;
  display: inline-block;
  color: var(--orange);
  border: 1px solid rgba(69, 48, 48, 0.15);
}
.st-blog-item-tags p {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.st-blog-item-tags-devide {
  height: 1px;
  width: 40px;
  margin: 0 15px 0 20px;
  background: rgba(69, 48, 48, 0.15);
}
.st-blog-text p {
  color: #494949;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .st-blog-text {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-heading {
    padding-bottom: 30px;
  }
}
.cr-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cr-blog-item:hover .cr-blog-item-thumb img {
  transform: scale(1.1);
}
.cr-blog-item-thumb {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.cr-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: 0.9s;
}
.cr-blog-item-content {
  padding-left: 30px;
  padding-bottom: 40px;
}
.cr-blog-item-category {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.cr-blog-item-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.cr-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: -0.48px;
  color: var(--white);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-blog-item-title br {
    display: none;
  }
}
.cr-blog-bottom-border {
  padding: 0 40px 120px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .cr-blog-bottom-border {
    padding: 0 0px 100px 0px;
  }
}
.cr-blog-bottom-text {
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid #626262;
}
.cr-blog-bottom-text:hover {
  color: var(--white);
  border-color: var(--white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-heading-wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-heading-wrap {
    padding-bottom: 60px;
  }
}
.tp-blog-heading-wrap .tp-section-subtitle {
  margin-bottom: 16px;
  color: var(--white);
}
.tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #D0FF71;
}
.tp-blog-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4.8px;
  color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.tp-blog-title a {
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1A1B1E;
}
@media (max-width: 767px) {
  .tp-blog-title a {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title a {
    line-height: 80px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tp-blog-title img {
    display: none;
  }
}
.tp-blog-title.fs-100 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-title.fs-100 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title.fs-100 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title.fs-100 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title.fs-100 br {
    display: none;
  }
}
.tp-blog-shape {
  position: absolute;
  top: 10%;
  right: 16%;
}
@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-blog-shape {
    display: none;
  }
}
.tp-blog-masonry-item {
  padding: 30px 15px;
  border-radius: 20px;
  transition: 0.9s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img {
  transform: scale(1.1);
}
.tp-blog-masonry-item-top {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-masonry-item-top {
    padding: 0;
  }
}
.tp-blog-masonry-item-user-thumb {
  margin-right: 12px;
}
.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%;
}
.tp-blog-masonry-item-user-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-blog-masonry-item-user-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-item-time span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-masonry-item-time span {
    font-size: 13px;
  }
}
.tp-blog-masonry-item-time span svg {
  margin-right: 5px;
}
.tp-blog-masonry-item-2 {
  padding: 30px 15px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-2 .tp-blog-masonry-item-top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item-3 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-icon span {
  display: grid;
  height: 64px;
  width: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background: #29292B;
}
.tp-blog-masonry-item-text span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: -0.44px;
  color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-masonry-item-text span br {
    display: none;
  }
}
.tp-blog-masonry-item-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.tp-blog-masonry-content {
  padding: 0 15px;
}
.tp-blog-masonry-tag span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-tag span svg {
  margin-right: 5px;
}
.tp-blog-masonry-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.tp-blog-masonry-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px;
}
.tp-blog-masonry-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.tp-blog-masonry-thumb-video span {
  display: grid;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--white);
  animation: animate-pulse 3s linear infinite;
}
.tp-blog-masonry-thumb-video span svg {
  transform: translateX(2px);
}
.tp-blog-masonry-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 28px;
  letter-spacing: -0.52px;
  color: var(--white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-masonry-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-masonry-title br {
    display: none;
  }
}
.tp-blog-masonry-title.fs-30 {
  font-size: 30px;
  font-weight: 700;
}
.tp-blog-masonry-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #D0FF71;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
}
.tp-blog-masonry-btn a span {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.tp-blog-masonry-btn a span svg {
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-blog-masonry-btn a span svg:last-child {
  position: absolute;
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0);
}
.tp-blog-masonry-btn a:hover span svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px);
}
.tp-blog-masonry-btn a:hover span svg:last-child {
  transform: translate(23px, -23px);
}
.tp-blog-list-item {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item:hover .tp-blog-list-item-thumb img {
  transform: scale(1.1);
}
.tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item-tags p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.tp-blog-list-item-tags-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  letter-spacing: -0.8px;
  color: var(--white);
}
.tp-blog-list-item-meta {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #D0FF71;
  padding: 6px 15px;
  border-radius: 96px;
  display: inline-block;
  border: 1px solid rgba(208, 255, 113, 0.1);
}
.tp-blog-list-item-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.36px;
  color: var(--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-blog-list-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-content {
    margin-bottom: 30px;
  }
}
.tp-blog-list-item-thumb {
  overflow: hidden;
}
.tp-blog-list-item-thumb img {
  width: 100%;
  transition: 0.9s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-ptb {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-ptb {
    padding-top: 50px;
  }
}
.tp-blog-details-without-ptb {
  padding-top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-without-ptb {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-without-ptb {
    padding-top: 150px;
  }
}
.tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-details-banner {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    margin-bottom: 60px;
  }
}
.tp-blog-details-banner img {
  width: 100%;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/

footer {
  background: var(--darkblue);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .tp-footer-area {
    padding-top: 80px;
  }
}
.tp-footer-col-2 {
  padding-left: 150px;
  padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-col-2 {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-2 {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-2 {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-footer-col-3 {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-col-3 {
    padding: 0;
  }
}
.tp-footer-widget-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-widget-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-title {
    font-size: 65px;
  }
  .tp-footer-widget-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-footer-widget-title {
    font-size: 50px;
  }
}
.tp-footer-widget-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.tp-footer-widget-title-sm.pre::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--orange);
}
.tp-footer-widget-social {
  margin-top: 30px;
}
.tp-footer-widget-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--black);
  background-color: var(--gray);
  margin-bottom: 8px;
}
.tp-footer-widget-social a:not(:last-child) {
  margin-right: 13px;
}
.tp-footer-widget-social a:hover {
  color: var(--white);
  background-color: var(--orange);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
}
.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 13px 20px;
  display: inline-block;
  margin-bottom: 8px;
  color: var(--white);
  background-color: transparent;
  border: 2px solid var(--white);
}
.tp-footer-widget-menu ul li a:hover {
  color: var(--lightgreen);
  background-color: var(--orange);
  border: 2px solid var(--orange);
}

.tp-footer-widget-info {
  margin-bottom: 15px;
}
.tp-footer-widget-info a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--black);
}
.tp-footer-widget-info a:hover {
  color: var(--orange);
}
.tp-footer-widget-info a:not(:last-child) {
  margin-bottom: 10px;
}

.tp-copyright-img {
  position: absolute;
  right: 0;
  top: 15px;
  animation: rotate2 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-img {
    right: -10px;
    top: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-img {
    right: -10px;
    top: -25px;
  }
}
.tp-copyright-big-text {
  font-weight: 800;
  font-size: 259px;
  line-height: 1;
  letter-spacing: -16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-copyright-big-text {
    font-size: 239px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-big-text {
    font-size: 194px;
    letter-spacing: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-big-text {
    font-size: 163px;
    letter-spacing: -7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-big-text {
    font-size: 120px;
    letter-spacing: -7px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-big-text {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
.tp-copyright-bottom span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--white);  
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.tp-letter-span {
  display: inline-block;
}

.tp-word-span {
  display: inline-block;
}

.tp-footer-widget-title {
  color: var(--white);
}
.tp-footer-widget-title-sm {
  color: var(--white);
}
.tp-footer-widget-title-sm.pre::before {
  background-color: var(--orange);
}
.tp-footer-widget-social a {
  color: var(--darkblue);
  background-color: var(--white);
}
.tp-footer-widget-social a:hover {
  color: var(--white);
  background-color: var(--orange);
}
.tp-footer-widget-info a {
  color: var(--white);
}
.tp-footer-widget-info a:hover {
  color: var(--orange);
}


.tp-copyright-big-text {
  color: var(--orange);
}
.tp-copyright-left span {
  color: var(--white);
}
.tp-copyright-right a {
  color: var(--white);
}
.tp-copyright-right a:hover {
  color: var(--orange);
}

.oxicopywrite {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.oxicopywrite img {
  width: 66px;
  height: auto;
  vertical-align: text-top;
  display: inline-block;
}


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

.crp-hero-ptb {
  padding-top: 220px;
  padding-bottom: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-ptb {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-ptb {
    padding-top: 200px;
    padding-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .crp-hero-ptb {
    padding-top: 190px;
    padding-bottom: 210px;
  }
}
@media (max-width: 575px) {
  .crp-hero-ptb {
    padding-top: 190px;
    padding-bottom: 0;
  }
}
.crp-hero-title {
  font-size: clamp(2.25rem, 6.5vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  font-family: var(--tp-ff-body);
  margin-bottom: 20px;
}
.crp-hero-title span {
  color: var(--lightgreen);
}
.crp-hero-title.fs-100 {
  font-size: 100px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-title.fs-100 {
    font-size: 82px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .crp-hero-title.fs-100 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .crp-hero-title.fs-100 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .crp-hero-title.fs-100 br {
    display: none;
  }
}

/*----------------------------------------*/
/*  Page front
/*----------------------------------------*/
.crp-hero-area { 
  position: relative; 
  background-size: cover;
}
.crp-hero-funfacts { 
  position: absolute;
  right: 6%; 
  bottom: -62px; 
  z-index: 3; 
  background-color: var(--lightgreen);
  padding: 50px 44px;
  border-radius: 45px;
  border: 5px solid #c5d34f;
}
.crp-hero-funfact-items { white-space: nowrap; display: inline-flex; gap: 28px; }
.crp-hero-funfact-item { display: inline-block; margin: 0; vertical-align: bottom; }

.crp-hero-funfact-item h4 {
  font-weight: 500;
  font-size: 70px;
  color: #17312f;
  margin-bottom: 8px;
  line-height: 0.7;
  font-family: var(--tp-ff-body);
}

 /* Figer la largeur des chiffres pour éviter le reflow pendant l’animation */
 .crp-hero-funfact-item h4 .purecounter {
  display: inline-block;
   width: 3ch; /* jusqu'à 3 chiffres */
   text-align: center;
   font-variant-numeric: tabular-nums;
   font-feature-settings: 'tnum' 1;
 }

@media (max-width: 991px) {
  .hero-funfacts { right: 0; bottom: -24px; }
  .crp-hero-funfact-items { gap: 18px; }
}

@media (max-width: 575px) {
  .crp-hero-funfacts {
    position: relative;
    padding: 34px 18px;
    right: 0;
  }
  .crp-hero-funfact-item h4 {
    font-size: 12vw;
  }
}

.crp-hero-funfacts i {
  position: absolute;
  right: 25px;
  top: -50px;
}

.box {
  display: inline-flex;
}

.box .eye {
  position: relative;
  width: 62px;
  height: 62px;
  display: block;
  background: var(--white);
  margin: 0 5px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box .eye {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .box .eye {
    width: 54px;
    height: 54px;
  }
}

.box .eye:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #17312f;
  transform: translate(-50%, -50%);
}
@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) {
  .box .eye:before {
    width: 25px;
    height: 25px;
  }
}



/*----------------------------------------*/
/*  Page default
/*----------------------------------------*/
.default-hero-area {
  padding: 120px 0 20px;
}
.default-hero-title .intro {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
  letter-spacing: -1.6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .default-hero-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-hero-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-hero-area {
    padding: 90px 0;
  }
  .default-hero-title {
    font-size: 24px;
    letter-spacing: -1.8px;
  }
  .default-hero-title-box .intro {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .default-hero-title {
    font-size: 22px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .default-hero-title br {
    display: none;
  }
}




/*----------------------------------------*/
/* Concrete CMS - Mode édition (ccm-edit-mode)
   Neutralisations pour éviter les conflits DnD */
/*----------------------------------------*/

html.ccm-toolbar-visible .ccm-page header {
  margin-top: 48px;
}
.user-only {
  display: none;
  float: right;
}
.ccm-panel-ready .user-only {
  display: block;
}

.ccm-edit-mode #preloader,
.ccm-edit-mode #loading,
.ccm-edit-mode .back-to-top-wrapper,
.ccm-edit-mode .body-overlay,
.ccm-edit-mode .tp-offcanvas-wrapper,
.ccm-edit-mode .tp-offcanvas-area,
.ccm-edit-mode .tp-offcanvas-2-area {
  display: none !important;
}

.ccm-edit-mode body,
.ccm-edit-mode .fix {
  overflow: visible !important;
}

/* S’assurer que les contenus cachés par défaut restent visibles en édition */
.ccm-edit-mode .tp_img_reveal {
  visibility: visible !important;
  overflow: visible !important;
}

/* Neutraliser animations/transformations qui perturbent le DnD */
.ccm-edit-mode [class*="tp-"],
.ccm-edit-mode [class*="crp-hero"],
.ccm-edit-mode .hero-funfacts-absolute,
.ccm-edit-mode #smooth-wrapper,
.ccm-edit-mode #smooth-content {
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

/* Forcer la visibilité des zones de drop */
.ccm-edit-mode .container,
.ccm-edit-mode .row,
.ccm-edit-mode section,
.ccm-edit-mode .crp-hero-area,
.ccm-edit-mode .crp-banner-area,
.ccm-edit-mode .crp-banner-wrap {
  overflow: visible !important;
}

/* ScrollSmoother wrappers (si présents) */
.ccm-edit-mode #smooth-wrapper { position: static !important; }
.ccm-edit-mode #smooth-content { will-change: auto !important; }

/* Nav en mode édition Concrete: garder le layout horizontal malgré les wrappers */
.ccm-edit-mode .tp-header-9-menu nav ul {
  display: inline-block;
}


