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

    Template Name: Pixora || Creative Portfolio HTML Template
    Author: Aqlova
    Support: https://help.aqlova.com/login
    Description: Pixora || Creative Portfolio HTML Template
    Version: 1.0.1

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Breadcrumb
		2.7 Accordion
		2.8 Section Title
		2.9 select
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown scss
		4.2 Mobile Menu
		4.3 offcanvas scss

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 about css
		7.3 project css
		7.4 service css
		7.5 text slider css
		7.6 video css
		7.7 testimonial css
		7.8 funfact css
		7.9 brand css
		8.0 team css
		8.1 step css
		8.2 contact css
		8.3 dark css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
/* Inter font HTML <link> üzerinden yükleniyor — @import kaldırıldı (performans) */
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.px-contact-inf-social a span, .tp-team-details-info-contact a svg, .postbox__comment-reply a span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Özel font tanımları kaldırıldı — tüm stiller Inter kullanır */
:root {
  /**
  @font family declaration
  Tüm dillerde (EN, TR, AR) Inter kullanılır — Thunder/ThunderMed/Morganite
  Türkçe ve Arapça karakterleri desteklemediği için font tutarsızlığı oluşuyordu.
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-thunder: 'Inter', sans-serif;
  --tp-ff-thundermed: 'Inter', sans-serif;
  --tp-ff-morganite-bold: 'Inter', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
  --tp-common-px-red: #CF2D21;
  --tp-common-px-orange: #CF2D21;
  --tp-common-px-orange-dark: #CF2D21;
  --tp-grey-px-1: #F6F7F9;
  --tp-text-px-body: #6D6868;
  --tp-theme-px-1: #CF2D21;
  --tp-border-px-1: #EAEBED;
}

/* <b> etiketleri her zaman marka vurgu rengi (kırmızı) olarak görünsün */
b { color: var(--tp-common-px-red); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-1030 {
    max-width: 1030px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: no-preference) {
html {
  scroll-behavior: smooth;
  }
}

/* 23 Studios - Our Partners 5x3 grid */
.px-brand-row-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
.px-brand-row-5 > [class*="col-"] {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .px-brand-row-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .px-brand-row-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.text-effect span, .text-effect a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  letter-spacing: normal;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-px-black);
  border: 1px solid var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-px-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-px-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-px-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-px-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-px-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-px-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}
.px-banner-3-wrap {
  width: 100%;
  min-height: 903px;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block;
}
.px-banner-3-wrap img {
  width: 100%;
  height: auto;
  min-height: 903px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .px-banner-3-wrap {
    min-height: 400px;
  }
  .px-banner-3-wrap img {
    min-height: 400px;
    height: auto;
  }
}

.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-5 {
  --bs-gutter-x: 5px;
}

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

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

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

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

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

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

.px-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);
}
.px-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  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: 26px;
}

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

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.px-btn-white {
  border-radius: 50px;
  padding: 21px 43px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  display: inline-block;
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-btn-white {
    padding: 18px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-btn-white {
    font-size: 15px;
    padding: 16px 30px;
  }
}
.px-btn-white:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.px-btn-zikzak {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.93;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
.px-btn-zikzak .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.px-btn-zikzak .btn-text.text-pos-1 {
  top: 56%;
}
.px-btn-zikzak .btn-icon {
  display: block;
  margin-bottom: 5px;
}
.px-btn-zikzak .zikzak-bg {
  display: inline-block;
  animation: rotate_anim 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.px-btn-zikzak:hover {
  color: var(--tp-common-px-white);
}
.px-btn-zikzak:hover .zikzak-bg {
  animation-play-state: paused;
}
.px-btn-border {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  padding: 13px 35px;
  border-radius: 70px;
  display: inline-block;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  background-color: #FEFFF8;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-btn-border:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-btn-black {
  font-size: 15px;
  font-weight: 600;
  padding: 17px 36px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.px-btn-black:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-btn-black.hover-orange-bg:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.px-btn-slide {
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 17px 26px;
  letter-spacing: -0.6px;
  color: var(--tp-common-px-black-2);
  background: var(--tp-common-px-white);
}
.px-btn-slide:hover {
  color: var(--tp-common-px-white);
}
.px-btn-slide:hover::before {
  width: 100%;
}
.px-btn-slide span {
  display: inline-block;
  margin-left: 118px;
}
@media (max-width: 767px) {
  .px-btn-slide span {
    margin-left: 45px;
  }
}
.px-btn-slide::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--tp-common-px-orange);
}
.px-btn-grey {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 24px;
  border-radius: 50px;
  display: inline-block;
  background: #F8F8F8;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-btn-grey:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}

.px-doubble-effect {
  display: inline-flex;
  align-items: center;
}
.px-doubble-effect i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 7px;
}
.px-doubble-effect i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.px-doubble-effect i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.px-doubble-effect:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.px-doubble-effect:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.px-doubble-effect:hover span::after {
  transform: translate(1rem);
}
.px-doubble-effect:hover span::before {
  transform: translate(calc(100% + 1rem));
}
.px-doubble-effect span {
  position: relative;
  overflow: hidden;
}
.px-doubble-effect span::before, .px-doubble-effect span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
.px-doubble-effect span::before {
  left: 0;
}
.px-doubble-effect span::after {
  left: -1rem;
  transform: translate(-100%);
}

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

.tp-btn-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 24px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-btn-px span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-px span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-px span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-px:hover {
  color: var(--tp-common-px-white);
}
.tp-btn-px:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-px:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-px:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-px.postbox-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: 12px;
  padding: 15.5px 28px;
}
.tp-btn-px.postbox-btn i {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  overflow: hidden;
  display: inline-flex;
}
.tp-btn-px.postbox-btn i svg {
  left: 1px;
  bottom: -1px;
  position: absolute;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-btn-px.postbox-btn i svg:last-child {
  left: -12px;
  bottom: -12px;
  opacity: 0;
  transform: translate(0, 0);
}
.tp-btn-px.postbox-btn:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 21px 28px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}
.tp-btn-yellow-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 7px;
}
.tp-btn-yellow-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-yellow-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-btn-yellow-border {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.tp-btn-yellow-border.sm {
  font-size: 14px;
  padding: 15px 28px;
}
.tp-btn-yellow-border:hover {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.tp-btn-yellow-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tp-btn-yellow-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-yellow-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-border:focus {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border.postbox-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #d0ff71;
  padding: 15.5px 28px;
  background: #1a1b1e;
  border: 1px solid #1a1b1e;
}
.tp-btn-yellow-border.postbox-btn i {
  width: 15px;
  height: 15px;
  border-radius: 14px;
}

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

.tp-split {
  opacity: 0;
}

.tp-split * {
  will-change: transform;
}

.tp-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-px-white);
  border-radius: 50px;
  padding: 12px 30px;
  background: var(--tp-common-px-black);
  display: inline-block;
}
.tp-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn span span {
  line-height: 1.3;
}
.tp-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn:hover {
  color: var(--tp-common-px-white);
}
.tp-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  color: var(--tp-common-px-black);
}
.tp-btn-border:hover {
  color: var(--tp-common-px-black);
}
.tp-btn-switch span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-switch span span {
  line-height: 1.3;
}
.tp-btn-switch span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-switch span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-switch-hover:hover .tp-btn-switch span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-switch-hover:hover .tp-btn-switch span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-xl {
  padding: 15px 30px;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@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 headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*----------------------------------------*/
/*  2.4 Preloader — Gamified Map Travel
/*----------------------------------------*/
/* ── Loader base ── */
.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06070a;
  pointer-events: none;
}

.pacman-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;   /* Pacman & bar büyütüldü */
  height: 88px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
}
.pacman-loader::before {
  content: "";
  width: 72px;    /* Pacman daha büyük */
  height: 72px;
  transform: translate(-100%);
  border-radius: 50%;
  background: #dc2626;
  animation:
    l5-1 .25s .153s infinite steps(5) alternate,
    l5-2  3s        infinite linear;
}
@keyframes l5-1{
  0% {clip-path: polygon(50% 50%,100%   0,100% 0,0 0,0 100%,100% 100%,100% 100%)}
100% {clip-path: polygon(50% 50%,100% 65%,100% 0,0 0,0 100%,100% 100%,100%  35%)}
}
@keyframes l5-2{
100% {transform: translate(420px)} /* Çubuğun genişliği ile uyumlu */
}
@keyframes l5-0{
100% {background-size:120% 100%,20% 100%}
}

.pacman-label {
  position: relative;
  margin-left: 6px;
  font-family: monospace;
  font-size: 36px;  /* "23 STUDIOS" daha büyük */
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  /* Pacman ilerledikçe soldan sağa doğru "yeniyormuş" gibi harfleri gizle */
  clip-path: inset(0 0 0 0);
  animation: eat-text 3s linear infinite;
}

@keyframes eat-text {
  /* Soldan sağa: yazı Pacman durmadan önce tamamen yok olsun */
  0%   { clip-path: inset(0 0 0 0); }
  80%  { clip-path: inset(0 0 0 100%); }  /* son harfler Pacman hâlâ hareket ederken biter */
  100% { clip-path: inset(0 0 0 100%); }
}
.loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  transition-delay: 0.1s;
}
.loader__wrapper {
  position: relative;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #06070a;
}

/* ── Game map (centered, large) ── */
.gm-map-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 1vh 4vw 2vh;
}
.gm-map-wrap svg {
  width: 100%;
  max-width: 1440px;
  height: auto;
  max-height: 90vh;
}
/* Alıntı — haritanın altında, ekranın altından ~%28 yukarıda, kırmızı arka plan yok */
.gm-quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  font-family: 'Courier New', monospace;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  background: transparent;
  border: none;
  box-shadow: none;
}
.gm-quote-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.75;
}
.gm-quote-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.gm-quote-text {
  flex: 0 0 auto;
}
.gm-quote::before,
.gm-quote::after {
  display: none;
}
@media (max-width: 767px) {
  .gm-quote { font-size: 15px; padding: 0 16px; bottom: 4%; gap: 8px; font-weight: 700; }
  .gm-quote-icon { width: 20px; height: 20px; }
}
.gm-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: gm-ring 2.2s ease-out infinite;
}
@keyframes gm-ring {
  0%   { opacity: 0.8; transform: scale(1); }
  80%  { opacity: 0;   transform: scale(2.4); }
  100% { opacity: 0;   transform: scale(2.4); }
}

/* ── Hidden but functional (keeps main.js loader logic working) ── */
.loader__content,
.loader__count,
.count__text,
.count__percent,
.loader__msg,
.count__bdr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Legacy */
.loader__map { display: none; }

/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-px-1);
}

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

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

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

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-px-white);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.px-breadcrumb-ptb {
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-breadcrumb-ptb {
    padding-top: 120px;
  }
}
.px-breadcrumb-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -2px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-breadcrumb-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-breadcrumb-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-breadcrumb-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.px-breadcrumb-list {
  padding: 0px 10px;
  display: inline-block;
}
.px-breadcrumb-list span:last-child {
  color: var(--tp-common-px-black-2);
}
.px-breadcrumb-list span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(30, 30, 30, 0.8);
}
@media (max-width: 767px) {
  .px-breadcrumb-list span {
    font-size: 15px;
  }
}
.px-breadcrumb-list span.dvdr i {
  padding: 0px 14px;
  font-style: normal;
}

/*----------------------------------------*/
/*  2.7 Accordion
/*----------------------------------------*/
.px-service-accordion-wrap .accordion .accordion-items {
  position: relative;
}
.px-service-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(254, 255, 248, 0.08);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  text-align: start;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  padding: 24px 0;
  cursor: pointer;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 15px;
  right: 7px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
    height: 30px;
    width: 30px;
  }
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
  transition: 0.4s;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons i {
  margin-right: 80px;
  display: inline-block;
  transform: translateY(-3px);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  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) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-body 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) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.px-service-accordion-category span {
  font-weight: 600;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 32px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 767px) {
  .px-service-accordion-category span {
    font-size: 12px;
    padding: 4px 12px;
  }
}

/*----------------------------------------*/
/*  2.8 Section Title
/*----------------------------------------*/
.px-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-subtitle {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-section-subtitle {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.px-section-subtitle i {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  display: inline-grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: #E8E9E3;
  color: var(--tp-common-px-black);
}
/* What We Do - sol sütun görseli alta kadar uzansın */
.px-about-area .container-1550 > .row {
  align-items: stretch;
}
.px-about-area .container-1550 > .row > .col-xl-3 {
  display: flex;
  flex-direction: column;
}
/* GIF + Turkish text row: hizalı, çerçevesiz, alttan boşluklu */
.px-about-content-wrap > .row.align-items-center {
  align-items: center;
  margin-bottom: 3rem;
}
.px-about-gif-wrap {
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
}
.px-about-gif-wrap img {
  width: 100%;
  max-width: 320px;
  max-height: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .px-about-gif-wrap {
    display: none;
  }
}
.px-about-nowrap {
  white-space: nowrap;
}
.px-about-vertical-image {
  margin-top: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Görsel yok, sadece ölçü (çerçeve görünsün) */
.px-about-vertical-placeholder {
  width: 100%;
  min-height: 300px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  box-sizing: border-box;
}
.px-about-vertical-image img {
  width: 100%;
  flex: 1;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  min-height: 300px;
}
@media only screen and (max-width: 1199px) {
  .px-about-vertical-image {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .px-about-area .container-1550 > .row > .col-xl-3 {
    display: block;
  }
  .px-about-vertical-image {
    margin-top: 20px;
    text-align: center;
  }
  .px-about-vertical-image img {
    max-width: 100%;
    min-height: 200px;
    max-height: 300px;
  }
}
.px-section-subtitle.white-style {
  color: var(--tp-common-px-white);
}
.px-section-subtitle.white-style i {
  color: var(--tp-common-px-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.px-section-title {
  font-weight: 700;
  font-size: 144px;
  line-height: 0.83;
  letter-spacing: -0.06em;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-section-title {
    font-size: 55px;
  }
}
.px-section-title.white-style {
  color: var(--tp-common-px-white);
}
.px-section-title.ff-thunder {
  font-weight: 700;
  font-size: 350px;
  line-height: 0.8;
  letter-spacing: 1px;
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title.ff-thunder {
    font-size: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-thunder {
    font-size: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder {
    font-size: 230px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder {
    font-size: 150px;
    padding-bottom: 10px;
  }
}
.px-section-title.ff-thunder.fs-100 {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder.fs-100 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder.fs-100 {
    font-size: 60px;
  }
}
.px-section-title.ff-thunder.fs-130 {
  font-weight: 600;
  font-size: 130px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.px-section-title.ff-thunder.fs-80 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-section-title.ff-inter {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-section-title.ff-inter {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title.ff-inter {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-inter {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-inter {
    font-size: 85px;
  }
  .px-section-title.ff-inter br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-inter {
    font-size: 40px;
  }
  .px-section-title.ff-inter br {
    display: none;
  }
}

.tp-section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-right: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-px-orange);
}
.tp-section-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
  text-transform: none;
  color: var(--tp-common-px-black);
  font-family: 'Inter', sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 44px;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.9 select
/*----------------------------------------*/
.nice-select.px-select {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0px 23px;
  border-radius: 72px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nice-select.px-select span.current {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.nice-select.px-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  margin-top: 0;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transform-origin: center;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-fontawesome);
}
.nice-select.px-select.open {
  border-color: var(--tp-common-px-white);
}
.nice-select.px-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.px-select .list {
  width: 100%;
  background: #121212;
}
.nice-select.px-select .list li {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.nice-select.px-select .list li.selected {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.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;
  width: 100%;
  z-index: 9;
}
.header-fixed::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: "";
  top: 9px;
  left: 0;
  right: 0;
  width: 99%;
  height: 77%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
}
@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-fixed::after {
    top: 0;
    height: 100%;
  }
}
.header-fixed.sticky-bg {
  transition: 0.3s;
}
.header-fixed.sticky-bg::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-fixed.sticky-bg .px-header-logo {
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@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-fixed.sticky-bg .px-header-logo {
    padding-top: 0;
  }
}
.header-fixed.sticky-bg .px-header-logo.px-logo-pt {
  padding-top: 0;
}
@media (max-width: 767px) {
  .header-fixed.px-header-2-area {
    padding-top: 15px;
  }
}
.header-fixed.px-header-2-area::after {
  display: none;
}
.header-fixed.px-header-2-area.sticky-bg .px-header-logo {
  padding-top: 0;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-header-logo {
    padding-top: 0;
  }
}
.px-header-logo-anim {
  transform-origin: top left;
}

/* Navbar dikey hizalama - Desktop (üst alan rahatlatıldı) */
@media (min-width: 1200px) {
  .px-header-ptb {
    padding: 28px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-header-ptb {
    padding: 22px 0;
  }
}
/* Navbar dikey hizalama */
.px-header-area {
  display: flex;
  align-items: center;
}
.px-header-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.px-header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.px-header-logo a {
  display: flex;
  align-items: center;
}
.px-header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.px-header-menu > nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.px-header-menu > nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.px-header-menu > nav > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
}
.px-header-action {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-fixed.sticky-bg .px-header-area {
  display: flex;
  align-items: center;
}
.header-fixed.sticky-bg .px-header-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-fixed.sticky-bg .px-header-menu > nav > ul > li a {
  padding: 0;
  line-height: 1;
}
.px-header-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
}
.px-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-menu > nav > ul > li:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-header-menu > nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
.px-header-menu > nav > ul > li a {
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-px-white);
  line-height: 1;
}
/* Nav-bar menü yazılarına slider alanında sert gölge */
.header-transparent .px-header-menu > nav > ul > li a,
.px-hero-area ~ .px-header-area .px-header-menu > nav > ul > li a {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.header-transparent .px-header-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-menu > nav > ul > li a {
    font-size: 15px;
  }
}
.px-header-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  color: var(--tp-common-px-white);
}
.px-header-bar {
  margin-left: 40px;
}
.px-header-bar span {
  margin: 8px auto;
  width: 60px;
  height: 2px;
  display: block;
  transform: translateY(5px);
  background-color: var(--tp-common-px-white);
}
.px-header-2-bar button {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-common-px-black);
}
.px-header-2-bar button span {
  margin: 8px auto;
  width: 26px;
  height: 2px;
  display: block;
  background-color: var(--tp-common-px-white);
}
.px-header-style-black .px-header-menu nav > ul > li > a {
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-black);
}
.px-header-style-black .px-header-bar span {
  background-color: var(--tp-common-px-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-header-6-ptb {
    padding: 15px 0;
  }
}
.px-header-6-menu nav > ul > li {
  margin: 20px 2px;
  display: inline-block;
  list-style-type: none;
}
@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) {
  .px-header-6-menu nav > ul > li {
    margin: 20px 1px;
  }
}
.px-header-6-menu nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 24px;
  border-radius: 50px;
  display: inline-block;
  background: #F8F8F8;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-header-6-menu nav > ul > li > a {
    font-size: 14px;
    padding: 7px 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-6-menu nav > ul > li > a {
    font-size: 12px;
    padding: 7px 12px;
  }
}
.px-header-6-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: none;
}
.px-header-6-info a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-ptb {
    padding-top: 70px;
  }
}
.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-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 0.6);
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-title {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.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;
}
.postbox-title.ff-thandar {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.ff-thandar {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.ff-thandar {
    font-size: 65px;
  }
}
.postbox-title.ff-thandermed {
  letter-spacing: 0;
  font-family: var(--tp-ff-thundermed);
}
@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: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 35px;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-px-orange);
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 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(--tp-common-px-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(--tp-common-px-white);
}
.postbox-arrow button:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-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: #F7F7F7;
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0.32px;
  font-family: var(--tp-ff-thundermed);
  color: var(--tp-common-px-black-2);
}
@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: 26px;
  }
  .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(--tp-common-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(--tp-common-px-black-2);
}
.postbox__comment-name span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.postbox__comment-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 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(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.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(--tp-common-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(--tp-common-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(--tp-common-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 {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.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(--tp-common-px-black);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 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;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.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 #4d3d30;
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(30, 30, 30, 0.7);
}
.postbox-details-text p span {
  color: var(--tp-common-px-orange);
}
.postbox-details-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 20px 0;
}
.postbox-details-text iframe {
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
  aspect-ratio: 16/9;
}
.postbox-details-text [data-divider] {
  display: block;
  border: none;
  border-top: 1px solid rgba(30, 30, 30, 0.15);
  margin: 24px 0;
  height: 0;
}
.postbox-details-quote p {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.34px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@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-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.6);
}
.postbox-details-quote-box {
  padding: 60px;
  border-radius: 12px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 40px;
  }
}
.postbox-details-quote-box blockquote {
  margin: 0;
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .postbox-details-quote-wrap {
    flex-wrap: wrap;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.7);
}
.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(0, 0, 0, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-px-orange);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #f6f6f9;
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(0, 0, 0, 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(--tp-common-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: #f6f6f9;
}
@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-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 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-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 23px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.postbox-details-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  color: var(--tp-common-px-black);
  background: #f6f6f9;
  border: 1px solid #f6f6f9;
}
.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 {
  background: transparent;
  border-color: var(--tp-common-px-orange);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.postbox-details-remeber label {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  color: rgba(0, 0, 0, 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(0, 0, 0, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: 0.3s;
  line-height: 16px;
  filter: invert(1);
  text-align: center;
  visibility: hidden;
  color: var(--tp-common-px-black-2);
  content: url("../img/svg/check.svg");
}
.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;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f6f6f9;
}
.postbox-details-social a svg {
  height: 15px;
  width: 15px;
}
.postbox-details-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}

/* Blog detay: etiket satırı + sosyal — dar sütunda kırılma ve hizalama düzeltmesi */
.postbox-area .postbox-details-tag-wrap--bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 20px;
  align-items: flex-start;
}
.postbox-area .postbox-details-tag--bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 14px;
  min-width: 0;
}
.postbox-area .postbox-details-tag-label {
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10px;
  line-height: 1.2;
}
.postbox-area .tagcloud--post-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 220px;
  min-width: 0;
  margin-bottom: 0 !important;
}
.postbox-area .tagcloud--post-footer a {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.postbox-area .postbox-details-social--bar {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  padding-top: 4px;
}
.postbox-area .postbox-details-social--bar a {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .postbox-area .postbox-details-tag-wrap--bar {
    grid-template-columns: 1fr;
  }
  .postbox-area .postbox-details-social--bar {
    justify-content: flex-start;
    padding-top: 0;
  }
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}
@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: 70px;
    width: 70px;
  }
  .rc-post-thumb {
    width: 70px;
    height: 70px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.rc-post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  color: var(--tp-common-px-black-2);
}
@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;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-px-orange);
}
.rc-post-meta span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/*----------------------------------------*/
/*  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: #F6F6F9;
  color: var(--tp-common-px-black);
  border: 1px solid transparent;
}
.sidebar-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::placeholder {
  /* MODERN BROWSER */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:focus {
  background-color: transparent;
  border: 1px solid var(--tp-common-px-orange);
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-px-black);
}
.sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sidebar-widget-author {
    padding: 30px;
  }
}
.sidebar-widget-author-img {
  margin-bottom: 35px;
}
.sidebar-widget-author-img img {
  border-radius: 50%;
}
.sidebar-widget-author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black-2);
}
.sidebar-widget-author-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #9E9A9A;
  display: inline-block;
}
.sidebar-widget-author-content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 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(--tp-common-px-black-2);
}
.sidebar-widget-author-social a:hover span {
  color: var(--tp-common-px-orange);
}
.sidebar-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black-2);
}
.sidebar-widget-category ul li {
  list-style-type: none;
}
.sidebar-widget-category ul li a {
  font-size: 16px;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1;
  background: #F6F6F9;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.sidebar-widget-category ul li a span:last-child {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-widget-category ul li a:hover {
  color: var(--tp-common-px-orange);
}
.sidebar-widget-category ul li a:hover span:last-child {
  color: VAR(--tp-common-px-orange);
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar-wrapper {
  padding-left: 20px;
}
@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 {
  font-size: 16px;
  line-height: 1;
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: #F6F6F9;
  display: inline-block;
  text-transform: capitalize;
}
@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(--tp-common-px-white);
  background-color: VAR(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.px-blog-category {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-blog-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 46px;
  font-family: var(--tp-ff-thundermed);
}
.px-blog-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-blog-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .px-blog-title {
    font-size: 35px;
  }
}
.px-blog-meta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: rgba(30, 30, 30, 0.5);
}
.px-blog-thumb {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
.px-blog-thumb img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-blog-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-blog-hero-content {
    margin-bottom: 20px;
  }
}
.in-blog-hero-title {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: none;
  color: var(--tp-common-px-black);
  font-family: 'Inter', sans-serif;
  width: 100%;
}
/* Üst satır: solda (RTL’de doğal başlangıç); alt satır: tam genişlikte ortalı */
.in-blog-hero-title-text {
  display: block;
  text-align: start;
  width: 100%;
}
.in-blog-hero-news {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 0.08em;
  color: #dc2626 !important;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-blog-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-hero-title {
    font-size: 88px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-blog-hero-title {
    font-size: 72px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-blog-hero-title {
    font-size: 56px;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 767px) {
  .in-blog-hero-title {
    font-size: 32px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .in-blog-hero-title {
    font-size: 40px;
  }
}
.in-blog-hero-ptb {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-blog-hero-ptb {
    padding-top: 150px;
  }
}
.in-blog-list-category span {
  display: inline-flex;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  border-radius: 6px;
  background: #F5F5F5;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-blog-list-category span {
    padding: 12px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-list-category span {
    padding: 12px 15px;
    font-size: 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) {
  .in-blog-list-category span {
    margin-bottom: 6px;
  }
}
.in-blog-list-category span:hover, .in-blog-list-category span.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.in-blog-list-category-wrap {
  padding: 5px 0;
  margin-bottom: 60px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.in-blog-list-search-input {
  position: relative;
}
.in-blog-list-search-input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition-delay: 0s;
  transition: width 0.3s ease;
  background-color: var(--tp-common-px-black);
}
.in-blog-list-search-input.active::before {
  width: 100%;
  transition-delay: 0.3s;
}
.in-blog-list-search-input.active input {
  width: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-list-search-input.active input {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-blog-list-search-input.active input {
    width: 160px;
  }
}
.in-blog-list-search-input input {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 35px;
  padding-right: 0;
  height: 44px;
  width: 95px;
  border: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  background-color: transparent;
  color: var(--tp-common-px-black);
}
.in-blog-list-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-icon {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.in-blog-list-search-icon span {
  color: var(--tp-common-px-black);
}

.px-postbox-style .sidebar-widget-author-img img {
  height: 60px;
  width: 60px;
}

.tp-blog-details-ptb {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@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: 40px;
  }
}
.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(0, 0, 0, 0.6);
}
.tp-blog-details-banner {
  height: 420px;
  overflow: hidden;
}
@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: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-banner {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    margin-bottom: 40px;
  }
}
.tp-blog-details-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 0;
  display: block;
}
@media (max-width: 767px) {
  .tp-blog-details-banner img {
    margin-top: 0;
  }
}

.px-orange-style .px-blog-title a:hover {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  4.1 dropdown scss
/*----------------------------------------*/
.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.tp-menu-last .tp-submenu {
  left: auto;
  right: 0;
}
.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  color: var(--tp-common-px-black);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover > a::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-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(--tp-common-px-white);
}
.tp-header-dropdown nav ul li .tp-submenu.px-megamenu {
  width: 480px;
  padding: 30px 30px;
}
.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(--tp-common-px-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--tp-common-px-black);
}

.px-megamenu-style.tp-header-dropdown nav ul li .tp-submenu.px-megamenu li {
  padding: 0;
}
.px-megamenu-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 18px;
  color: var(--tp-common-px-black);
}
.px-megamenu-title-wrap {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dropdown-black-bg .px-megamenu-title {
  color: var(--tp-common-px-white);
}
.dropdown-black-bg .px-megamenu-title-wrap {
  border-color: rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  4.3 offcanvas scss
/*----------------------------------------*/
.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;
  scrollbar-width: none;
  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(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-px-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(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-px-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(--tp-common-black);
  border-color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-lead {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  max-width: 420px;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-desc {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 22px;
  max-width: 400px;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-features li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #dc2626;
  border-radius: 50%;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(220, 38, 38, 0.8);
  padding: 12px 24px;
  border-radius: 6px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-cta:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}
.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: black;
}
.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(--tp-common-px-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-px-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;
}
/* Projects sayfasında offcanvas dışında görünen bölümleri gizle */
body:not(.tp-offcanvas-opened) .tp-offcanvas-contact,
body:not(.tp-offcanvas-opened) .tp-offcanvas-social {
  display: none;
}
/* Offcanvas dışında absolute pozisyonda görünen bölümleri gizle */
.tp-offcanvas-area:not(.tp-offcanvas-opened) .tp-offcanvas-contact,
.tp-offcanvas-area:not(.tp-offcanvas-opened) .tp-offcanvas-social {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.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(--tp-common-px-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(--tp-common-px-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-px-black);
  border-color: var(--tp-common-px-black);
  color: var(--tp-common-px-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);
}

.px-offcanvas-2-wrapper {
  padding: 155px 100px 0px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-offcanvas-2-wrapper {
    padding: 155px 30px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-wrapper {
    padding: 110px 30px 0px;
  }
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
  font-size: 120px;
  padding: 0;
  line-height: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 80px;
  }
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a::after {
  content: none;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .tp-menu-close i {
  font-size: 28px;
  color: var(--tp-common-px-white);
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu {
  margin-bottom: 35px;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a:hover {
  background-color: initial;
  transform: translateX(15px);
  color: var(--tp-common-px-white);
}
.px-offcanvas-2-left {
  opacity: 0;
  animation-delay: 1s;
  transform: translateY(20px);
}
.px-offcanvas-2-left .tp-offcanvas-menu {
  margin-bottom: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-offcanvas-2-left .tp-offcanvas-menu {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-left .tp-offcanvas-menu {
    margin-bottom: 0;
  }
}
.px-offcanvas-2-left .tp-offcanvas-menu ul {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 510px;
  padding-top: 10px;
}
.px-offcanvas-2-left-btn-box {
  gap: 10px;
}
.px-offcanvas-2-left-btn .tp-btn-yellow-border.postbox-btn {
  border-radius: 12px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
.px-offcanvas-2-left-btn .tp-btn-yellow-border.postbox-btn.active {
  background-color: var(--tp-common-px-red);
}
.px-offcanvas-2-social.tp-offcanvas-social ul {
  justify-content: end;
}
.px-offcanvas-2-social.tp-offcanvas-social ul li a {
  line-height: 36px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
.px-offcanvas-2-social.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-px-red);
}
.px-offcanvas-2-video {
  display: flex;
  justify-content: end;
}
.px-offcanvas-2-video .px-hero-video {
  width: 532px;
  height: 300px;
  border-radius: 16px;
}

.px-offcanvas-2-area.menu-open,
.px-offcanvas-2-area.menu-open-temp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: z-index 0s 2s;
}

.px-offcanvas-2-area .offcanvas-bg {
  position: fixed;
  inset: 0;
  margin: 20px;
  border-radius: 20px;
  background: var(--tp-common-px-black);
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition: clip-path 0.7s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .px-offcanvas-2-area .offcanvas-bg {
    margin: 5px;
  }
}
.px-offcanvas-2-area.menu-open .offcanvas-bg {
  clip-path: circle(150% at calc(100% - 45px) 45px);
}
.px-offcanvas-2-area.menu-open .offcanvas-menu {
  pointer-events: auto;
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.7s + 0.06s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left .tp-offcanvas-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(calc(0.7s + 0.06s) + 0.2s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left .px-offcanvas-2-left-btn-box {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(calc(calc(0.7s + 0.06s) + 0.2s) + 0.15s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-right {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(calc(calc(calc(0.7s + 0.06s) + 0.2s) + 0.15s) + 0.2s);
}
.px-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
  pointer-events: none;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-right {
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0s;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left {
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(30px);
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left .tp-offcanvas-menu {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left .px-offcanvas-2-left-btn-box {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.px-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition-delay: 0.4s;
}
.px-offcanvas-2-area * {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.px-offcanvas-2-area .px-offcanvas-2-left,
.px-offcanvas-2-area .px-offcanvas-2-right {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.px-offcanvas-2-area .tp-offcanvas-menu,
.px-offcanvas-2-area .px-offcanvas-2-left-btn-box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tp-hamburger-btn.active {
  background-color: var(--tp-common-px-black);
}
.tp-hamburger-btn.active span {
  margin: 0 auto;
}
.tp-hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 2px);
}
.tp-hamburger-btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, 1px);
}
.tp-hamburger-btn span {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  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;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.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-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  font-size: 17px;
  padding: 12px 20px;
}
.tp-offcanvas-menu .tp-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu > li > a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.tp-offcanvas-menu .px-megamenu-box {
  padding: 20px 0;
}
.tp-offcanvas-menu .px-megamenu-box li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .px-megamenu-box li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  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;
}

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

.px-copyright-big-text {
  font-size: 290px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  transform: translateX(-10px);
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-copyright-big-text {
    font-size: 234px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-copyright-big-text {
    font-size: 185px;
    letter-spacing: -10px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-copyright-big-text {
    font-size: 150px;
    letter-spacing: -7px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-big-text {
    font-size: 116px;
    letter-spacing: -7px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-copyright-big-text {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-copyright-big-text {
    font-size: 80px;
  }
}
.px-copyright-left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-copyright-right a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-copyright-right a:not(:first-child) {
  margin-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 0px;
    margin: 0 10px;
    font-size: 14px;
  }
}
.px-copyright-right a:hover {
  color: var(--tp-common-px-orange);
}
.px-copyright-bottom {
  padding-bottom: 55px;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-copyright-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.design-footer-bg {
  padding: 20px;
  border-radius: 16px;
}
.design-footer-wrap {
  padding: 0 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-footer-wrap {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-wrap {
    padding: 0;
  }
}
.design-footer-top-btn {
  transform: translateY(-45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-top-btn {
    transform: translateY(0);
  }
}
.design-footer-top-wrap {
  padding-top: 110px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
@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-footer-top-wrap {
    padding-top: 80px;
  }
}
.design-footer-middle {
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.design-footer-widget-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.design-footer-widget-title.sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: rgba(10, 10, 10, 0.5);
}
.design-footer-widget-input input {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  height: 60px;
  padding: 0px 35px;
  border-radius: 40px;
  padding-right: 60px;
  background-color: transparent;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(6, 2, 0, 0.1);
}
.design-footer-widget-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:-moz-placeholder {
  /* Firefox 4-18 */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input::placeholder {
  /* MODERN BROWSER */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:focus {
  border-color: var(--tp-common-px-black);
}
.design-footer-widget-input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.design-footer-widget-input-icon:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.design-footer-widget-input-icon.hover-bg-orange:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.design-footer-widget-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-footer-widget-info a {
    font-size: 20px;
  }
}
.design-footer-col-1 {
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-1 {
    padding-right: 0;
  }
}
.design-footer-col-3 {
  padding-left: 5px;
}
@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-footer-col-3 {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-2 {
    margin-bottom: 20px;
  }
}
.design-footer-col-4 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-4 {
    padding-left: 0;
  }
}
.design-footer-right {
  padding-left: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-footer-right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-right {
    padding-left: 0;
  }
}

.design-copyright-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: rgba(10, 10, 10, 0.5);
}
.design-copyright-backtoTop a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.design-copyright-backtoTop a span {
  margin-left: 8px;
  color: var(--tp-common-px-black);
}

.px-social-mail a {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-social-mail a {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.px-social-mail a span {
  margin-right: 10px;
  display: inline-block;
}
.px-social-mail a span svg {
  transform: translateY(-2px);
}
.px-social-bg {
  padding: 19px 0;
}
.px-social-shape {
  display: inline-block;
  transform: translateY(-6px);
}
.px-social-black-bg {
  padding: 19px 20px;
  border-radius: 8px;
}
.px-social-icon a {
  position: relative;
  display: inline-block;
}
.px-social-icon a span {
  left: 0px;
  opacity: 0;
  bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  visibility: hidden;
  letter-spacing: -0.28px;
  color: var(--tp-common-px-white);
  transition: all 0.3s ease-in-out;
}
.px-social-icon a:hover span {
  opacity: 1;
  visibility: visible;
}
.px-social-icon a img {
  position: relative;
  top: 0;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
}
.px-social-icon a:nth-child(1) img {
  transform: rotate(8deg);
}
.px-social-icon a:nth-child(1):hover img {
  top: -17px;
  transform: rotate(14deg);
}
.px-social-icon a:nth-child(2) img {
  transform: rotate(8deg);
}
.px-social-icon a:nth-child(2):hover img {
  top: -17px;
  transform: rotate(14deg);
}
.px-social-icon a:nth-child(3) img {
  transform: rotate(-4deg);
}
.px-social-icon a:nth-child(3):hover img {
  top: -17px;
  transform: rotate(2deg);
}
.px-social-icon a:nth-child(4) img {
  transform: rotate(-3deg);
  will-change: transform;
}
.px-social-icon a:nth-child(4):hover img {
  top: -17px;
  transform: rotate(3deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-3-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-3-slider-style {
    margin-bottom: 60px;
  }
}
.px-footer-3-slider-style .px-hero-6-text span {
  font-size: 280px;
  letter-spacing: -1.4px;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 90px;
  }
}
.px-footer-3-slider-style .px-hero-6-text span i {
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .px-footer-3-slider-style .px-hero-6-text span i {
    margin-right: 10px;
  }
}
.px-footer-3-tel a, .px-footer-3-mail a {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
.px-footer-3-mail a {
  font-size: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-3-mail a {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-footer-3-mail a {
    font-size: 60px;
  }
}
.px-footer-3-input {
  position: relative;
}
.px-footer-3-input input, .px-footer-3-input textarea {
  padding: 0px 23px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 72px;
  padding-right: 55px;
  letter-spacing: -0.17px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.px-footer-3-input input::-webkit-input-placeholder, .px-footer-3-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input::-moz-placeholder, .px-footer-3-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:-moz-placeholder, .px-footer-3-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:-ms-input-placeholder, .px-footer-3-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input::placeholder, .px-footer-3-input textarea::placeholder {
  /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:focus, .px-footer-3-input textarea:focus {
  border-color: var(--tp-common-px-white);
}
.px-footer-3-input textarea {
  resize: none;
  line-height: 56px;
}
.px-footer-3-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  height: 40px;
  width: 40px;
  display: grid;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  transform: translateY(-50%);
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.px-footer-3-btn:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.px-footer-3-social a {
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  border-radius: 72px;
  display: inline-block;
  letter-spacing: -0.17px;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media (max-width: 767px) {
  .px-footer-3-social a {
    padding: 14px 15px;
    font-size: 14px;
  }
}
.px-footer-3-social a span {
  margin-left: 10px;
  display: inline-block;
}
.px-footer-3-select {
  width: 100%;
  display: inline-block;
}

.px-copyright-3-wrap {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.px-copyright-3-menu ul li {
  display: inline-block;
  list-style-type: none;
}
.px-copyright-3-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-right: 36px;
  display: inline-block;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-copyright-3-menu ul li a {
    font-size: 14px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .px-copyright-3-menu ul li a {
    font-size: 13px;
    margin-right: 12px;
    margin-bottom: 15px;
  }
}
.px-copyright-3-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-copyright-3-text p {
    margin-bottom: 10px;
  }
}
.px-copyright-3-text p a {
  color: var(--tp-common-px-white);
}
.px-copyright-3-backtop a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
.px-copyright-3-backtop a svg {
  display: inline-block;
  transform: translateY(-2px);
}

.px-orange-style .px-footer-widget-menu ul li a:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-footer-widget-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-footer-widget-info a:hover {
  color: var(--tp-common-px-orange);
}
.px-orange-style .px-copyright-big-text {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.px-hero-video {
  width: 450px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .px-hero-video {
    width: 100%;
  }
}
.px-hero-video video {
  width: 100%;
  border-radius: 16px;
}

/* ═══════════════════════════════════════════════════════════
   HERO SECTION — wrapper for hero + ticker, gets the skew anim
   ═══════════════════════════════════════════════════════════ */
.px-hero-section {
  display: flex;
  flex-direction: column;
  height: 98vh;
  transform-style: preserve-3d;
  will-change: transform;
  gap: 0;
}
/* ── Hero outer: takes all remaining height above ticker ── */
.px-hero-outer,
.px-hero2-outer {
  margin-bottom: 0 !important;
}
.px-hero-outer {
  display: flex;
  align-items: stretch;
  position: relative;
  flex: 1;
  min-height: 0;
}
.px-hero-outer .px-hero-area {
  flex: 1;
  min-width: 0;
  height: 100%;
}
/* ── Side Panels ── */
.px-hero-side-panel {
  flex: 0 0 200px;
  width: 200px;
  height: calc(100% - 100px);
  margin-top: 100px;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
/* Yan panel pixel-art cityscape */
.px-hero-side-bg {
  position: absolute;
  inset: 0;
  background: #04050a !important;
  background-image: none !important;
  transition: none;
  transform: none;
  filter: none;
}
.px-hero-side-panel:hover .px-hero-side-bg {
  background: #06070c !important;
}
.px-pixel-city,
.px-pixel-city-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  pointer-events: none;
}
.px-pixel-city {
  z-index: 1;
}
.px-pixel-city svg,
.px-pixel-city-bg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.px-pixel-city-bg {
  opacity: 0.55;
}
.px-tower-light {
  animation: px-tower-blink 1.8s ease-in-out infinite;
}
@keyframes px-tower-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.12; }
}
.px-shooting-star {
  animation: px-shooting-star-move 5s ease-out infinite;
}
.px-shooting-star[data-dir="-1"] {
  animation-name: px-shooting-star-move-left;
}
.px-shooting-star:nth-child(1) { animation-delay: 0s; }
.px-shooting-star:nth-child(2) { animation-delay: 1.8s; }
.px-shooting-star:nth-child(3) { animation-delay: 3.2s; }
.px-shooting-star:nth-child(4) { animation-delay: 0.9s; }
.px-shooting-star:nth-child(5) { animation-delay: 2.5s; }
@keyframes px-shooting-star-move {
  0% { opacity: 0; transform: translate(-16px, -16px); }
  8% { opacity: 1; transform: translate(0, 0); }
  75% { opacity: 0.7; transform: translate(20px, 20px); }
  100% { opacity: 0; transform: translate(32px, 32px); }
}
@keyframes px-shooting-star-move-left {
  0% { opacity: 0; transform: translate(16px, -16px); }
  8% { opacity: 1; transform: translate(0, 0); }
  75% { opacity: 0.7; transform: translate(-20px, 20px); }
  100% { opacity: 0; transform: translate(-32px, 32px); }
}
.px-hero-side-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.px-hero-side--prev .px-hero-side-overlay {
  background: linear-gradient(to right, rgba(4,5,10,0.4) 0%, transparent 100%);
}
.px-hero-side--next .px-hero-side-overlay {
  background: linear-gradient(to left, rgba(4,5,10,0.4) 0%, transparent 100%);
}
.px-hero-side--prev { border-right: none; }
.px-hero-side--next { border-left: none; }
/* Vertical game title label */
/* Yan panel dikey oyun adları (PRINCE OF PERSIA, S.T.A.L.K.E.R. 2) kaldırıldı */
.px-hero-side-label-wrap {
  display: none !important;
}
.px-hero-side-game-label {
  display: none !important;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 700;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
/* Değiştirme ikonları kaldırıldı — tek sayfa */
.px-hero-side--prev::after,
.px-hero-side--next::after {
  display: none !important;
}

/* ── Services Ticker Bar ── (slider ile arasındaki boşluk sıfır) */
.px-hero-services-ticker {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: -18px !important;
  background: rgba(8, 8, 10, 0.97);
  border-top: 1px solid rgba(220, 38, 38, 0.25);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 18px 0;
  z-index: 5;
}
.px-ticker-track { overflow: hidden; }
.px-ticker-inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: heroTickerScroll 28s linear infinite;
}
@keyframes heroTickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.px-ticker-inner span {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 700;
  padding: 0 36px;
}
.px-ticker-inner .px-t-sep {
  color: #dc2626;
  font-size: 10px;
  letter-spacing: 0;
  padding: 0 14px;
  font-weight: 400;
}
.px-ticker-inner .px-t-sep::before {
  content: "•";
}
/* Hide per-slide service items (replaced by ticker) */
.px-hero-service-wrap { display: none !important; }

/* ══════════════════════════════════════════════
   Hero Content Wrap — tek centered container
   Arka plan full-width, içerik max-width 1200px
   ══════════════════════════════════════════════ */
/* ── Hero content container: dikey iki satır (kartlar üst, metin+video alt) ── */
.px-hero-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px 80px;
  gap: 48px;
}
/* Row 1: metin (sol) + video (sağ) yan yana — üstte */
.px-hero-bottom-row {
  display: flex;
  align-items: flex-start;
  gap: 120px;
  margin-top: 0;
}
/* Row 2: kart destesi — tam genişlik, altta */
.px-hero-content-wrap > .px-game-deck {
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
}
.px-hero-bottom-row .px-hero-title-box {
  flex: 1;
  min-width: 0;
  margin-top: 0;
}
.px-hero-bottom-row .px-hero-video-wrap {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  margin-top: 70px;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 480px;
  width: 480px !important;
  max-width: 480px !important;
  height: 270px !important;
  max-height: 270px !important;
  align-self: flex-start;
}
/* LIVE / Now Playing — gizli */
.px-hero-slider-active .px-gaming-header {
  display: none !important;
}

/* ══════════════════════════════════════════
   PLACEHOLDER ZONES — sadece ölçü metni
   ══════════════════════════════════════════ */
.px-ph-zone {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: 4;
  border: none;
  background: transparent;
  backdrop-filter: none;
}
.px-ph-zone::before,
.px-ph-zone::after {
  display: none;
}
.px-ph-zone span {
  display: block;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.px-ph-zone span small {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
  margin-top: 2px;
}

/* ── Hero video — temaya uyumlu, sade çerçeve ── */
.px-hero-video-wrap {
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 24px rgba(255, 255, 255, 0.12),
    0 8px 32px rgba(0, 0, 0, 0.45);
}
.px-hero-video-wrap .px-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Arka plan zone ── */
.px-ph-bg {
  inset: 0;
  align-items: center;
  justify-content: center;
}
/* ── İçerik zone: gizli (gerçek şirket yazısı gösteriliyor) ── */
.px-ph-zone.px-ph-content {
  display: none !important;
}
.px-ph-content {
  left: 55px;
  bottom: 80px;
  width: calc(58% - 55px);
  height: 200px;
}
/* ── Yan panel zone ── */
.px-ph-side {
  inset: 0;
}
@media (max-width: 767px) {
  .px-ph-zone { display: none; }
}

/* ── Game Card Deck — yatayda daima ortalı, zoom bağımsız ── */
.px-game-deck {
  display: flex;
  align-items: flex-end;
  padding-top: 8px;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
}
.px-game-deck a.px-deck-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.px-deck-card {
  position: relative;
  flex-shrink: 0;
  width: 132px;
  height: 188px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin-left: -16px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.55);
  border: 2px solid rgba(255,255,255,0.08);
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.32s ease,
              border-color 0.25s ease;
}
/* Soldaki altta, sağdaki üstte — sırayla artan z-index */
.px-deck-card:first-child { margin-left: 0; z-index: 1; }
.px-deck-card:nth-child(2) { z-index: 2; }
.px-deck-card:nth-child(3) { z-index: 3; }
.px-deck-card:nth-child(4) { z-index: 4; }
.px-deck-card:nth-child(5) { z-index: 5; }
.px-deck-card:nth-child(6) { z-index: 6; }
.px-deck-card:nth-child(7) { z-index: 7; }
.px-deck-card:nth-child(8) { z-index: 8; }
.px-deck-card:nth-child(9) { z-index: 9; }
.px-deck-card:nth-child(10) { z-index: 10; }
.px-deck-card:nth-child(n+11) { z-index: 11; }
/* Hover: kart desteden öne çıkar — sade kırmızı vurgu */
.px-deck-card:hover {
  transform: translateY(-14px) scale(1.05) !important;
  z-index: 100 !important;
  overflow: visible !important;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.7),
    0 -2px 12px rgba(255,100,0,0.7),
    0 -8px 32px rgba(255,60,0,0.22) !important;
  border-color: rgba(255,90,0,0.55) !important;
}
.px-deck-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: filter 0.3s ease;
}
.px-deck-card:hover img { filter: brightness(1.06) saturate(1.08); }
/* Alt gradient — çok satırlı başlık için koyu bant */
.px-deck-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.96) 0%,
    rgba(0,0,0,0.72) 40%,
    rgba(0,0,0,0.18) 72%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
  transition: background 0.3s ease;
}
.px-deck-card:hover::before {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.97) 0%,
    rgba(0,0,0,0.7) 38%,
    rgba(0,0,0,0.12) 68%,
    transparent 100%
  );
}

/* ── Kart Ateş Parçacık Sistemi ── */
.px-flame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 200;
  overflow: visible;
}
.px-fp {
  position: absolute;
  bottom: 0;
  border-radius: 50% 50% 38% 38% / 62% 62% 38% 38%;
  pointer-events: none;
  z-index: 201;
  animation: px-fp-rise linear forwards;
  will-change: transform, opacity;
}
@keyframes px-fp-rise {
  0%   { transform: translateX(-50%) translateY(0)     scale(1);    opacity: 0.95; filter: blur(0.4px); }
  45%  { transform: translateX(-50%) translateY(-140%) scale(0.78); opacity: 0.7;  filter: blur(1px);   }
  100% { transform: translateX(calc(-50% + var(--fp-drift))) translateY(-320%) scale(0.28); opacity: 0; filter: blur(2.5px); }
}

/* Oyun adı — dar kartta çok satır, kırpma yerine sarmalama (masaüstü) */
.px-deck-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 28px 7px 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,1);
  font-weight: 700;
  z-index: 3;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow:
    0 1px 3px rgba(0,0,0,0.9),
    0 0 16px rgba(0,0,0,0.7);
  pointer-events: none;
}

/* ── px-hero-content-wrap + kart responsive ── */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-deck-card { width: 112px; height: 158px; }
  .px-deck-badge {
    font-size: 9.5px;
    padding: 22px 6px 8px;
    -webkit-line-clamp: 3;
    letter-spacing: 0.05em;
  }
  .px-hero-content-wrap {
    max-width: 100%;
    justify-content: center;
    padding: 100px 30px 60px;
    gap: 20px;
  }
  .px-hero-bottom-row {
    gap: 88px;
  }
  .px-hero-bottom-row .px-hero-video-wrap {
    flex: 0 0 380px;
    width: 380px !important;
    max-width: 380px !important;
    height: 214px !important;
    max-height: 214px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-section {
    height: auto;
    min-height: 100svh;
  }
  .px-deck-card { width: 96px; height: 136px; }
  .px-deck-badge {
    font-size: 8.5px;
    line-height: 1.25;
    padding: 20px 5px 7px;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 5;
  }
  .px-hero-content-wrap {
    justify-content: center;
    padding: 100px 24px 50px;
    gap: 20px;
    max-width: 100%;
  }
  .px-hero-bottom-row {
    flex-direction: column;
    gap: 24px;
  }
  .px-hero-bottom-row .px-hero-video-wrap {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 420px !important;
    height: 236px !important;
    max-height: 236px !important;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .px-hero-section {
    height: auto;
    min-height: 100svh;
  }
  .px-deck-card { width: 85px; height: 120px; margin-left: -15px; }
  .px-hero-content-wrap {
    justify-content: center;
    padding: 90px 20px 40px;
    gap: 16px;
    max-width: 100%;
  }
  .px-hero-bottom-row {
    flex-direction: column;
    gap: 20px;
  }
  .px-hero-bottom-row .px-hero-video-wrap {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 320px !important;
    height: 180px !important;
    max-height: 180px !important;
    align-self: flex-start;
  }
}
@media (max-width: 575px) {
  .px-hero-section {
    height: auto;
    min-height: 105svh;
  }
}

.px-hero-bg {
  position: relative;
  background-color: #04050a;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
.px-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.px-hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-hero-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
.px-hero-slider-active {
  position: relative;
  width: 100%;
  height: 100%;
}
.px-hero-slider-active .swiper-slide {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-slider-active .swiper-slide {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-slider-active .swiper-slide {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .px-hero-slider-active .swiper-slide {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.px-hero-slider-active .swiper-slide .px-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
/* Slider arka plan görseli kaldırıldı — sadece düz arka plan */
.px-hero-slider-active .swiper-slide .px-hero-bg-img {
  background: transparent;
}
.px-hero-slider-active .swiper-slide .px-hero-bg-img img,
.px-hero-slider-active .swiper-slide .ripple-image.px-hero-bg-img img {
  display: none !important;
}
.px-hero-slider-active .swiper-slide-active .px-hero-bg-img {
  opacity: 1;
  visibility: visible;
}
.px-hero-slider-active .swiper-slide-active .px-hero-bg-img img {
  display: none !important;
}
.px-hero-slider-active .swiper-slide .container {
  position: relative;
  z-index: 1;
}
/* Hero slider nav (ok + sayaç) — kullanıcı isteğiyle gizlendi */
.px-hero-slider-controls {
  display: none !important;
  position: absolute;
  bottom: 30px;
  right: 50px;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.px-hero-slider-active .swiper-button-next,
.px-hero-slider-active .swiper-button-prev {
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  backdrop-filter: none;
  transition: all 0.3s ease;
  position: relative;
  margin-top: 0;
  top: auto;
  left: auto;
  right: auto;
}
.px-hero-slider-active .swiper-button-next:hover,
.px-hero-slider-active .swiper-button-prev:hover {
  background: rgba(207, 45, 33, 0.8);
}
.px-hero-slider-active .swiper-button-next:after,
.px-hero-slider-active .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 600;
}
.px-hero-slider-counter {
  color: var(--tp-common-px-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .px-hero-slider-controls {
    bottom: 20px;
    right: 20px;
    gap: 15px;
  }
  .px-hero-slider-active .swiper-button-next,
  .px-hero-slider-active .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .px-hero-slider-active .swiper-button-next:after,
  .px-hero-slider-active .swiper-button-prev:after {
    font-size: 14px;
  }
  .px-hero-slider-counter {
    font-size: 14px;
    min-width: 50px;
  }
}
/* Hero lead — içerik alanı metni */
.px-hero-lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 22px;
  margin-bottom: 0;
  max-width: 480px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.px-hero-lead strong { color: #fff; font-weight: 600; }
.px-hero-lead--small {
  font-size: 15px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
}
@media (max-width: 767px) {
  .px-hero-lead { font-size: 16px; margin-top: 16px; max-width: 100%; }
  .px-hero-lead--small { font-size: 14px; margin-top: 10px; }
}

/* Hero alt başlık "game localization & voice-over since 2009" kaldırıldı */
.px-hero-slider-active .px-hero-subtitle {
  display: none !important;
}
.px-hero-subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
.px-hero-title {
  font-size: 110px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-title {
    font-size: 88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .px-hero-title {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.px-hero-title-box {
  transform: none;
  margin-top: 16px;
}
/* Başlık — hero bottom row içinde */
.px-hero-bottom-row .px-hero-title-box .px-hero-title {
  font-size: 58px !important;
  line-height: 1 !important;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7) !important;
}
.px-hero-bottom-row .px-hero-title-box .px-hero-lead {
  font-size: 18px !important;
  margin-top: 14px !important;
  max-width: 560px !important;
}
.px-hero-bottom-row .px-hero-title-box .px-hero-lead--small {
  font-size: 16px !important;
  margin-top: 8px !important;
}
/* Hero oyun adı (ENDLESS™ LEGEND 2 vb.) kaldırıldı */
.px-hero-slider-active .px-hero-game-title {
  display: none !important;
}
.px-hero-game-title {
  font-size: 72px;
  font-weight: 800;
  color: var(--tp-common-px-white);
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.9);
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  display: block;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-game-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-game-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .px-hero-game-title {
    font-size: 36px;
    margin-top: 30px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-title-wrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .px-hero-title-wrap {
    padding-bottom: 40px;
  }
}
.px-hero-info p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-hero-info p {
    font-size: 18px;
  }
  .px-hero-info p br {
    display: none;
  }
}
.px-hero-info img {
  border-radius: 16px;
}
.px-hero-service-item {
  margin-bottom: 30px;
}
.px-hero-service-item span {
  font-weight: 600;
  font-size: 19.8px;
  line-height: 1;
  display: block;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
.px-hero-service-item span:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-service-wrap {
    flex-wrap: wrap;
  }
}
.px-hero-2-thumb {
  display: flex;
  width: 130px;
  justify-content: center;
  align-items: center;
  filter: saturate(0);
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-thumb img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-thumb:hover {
  filter: saturate(1);
  transform: scale(1.2);
}
.px-hero-2-thumb:hover img {
  transform: scale(1);
}
.px-hero-2-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
.px-hero-2-content span {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  transform: translateY(-105%);
  animation: text_upper 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.px-hero-2-item.active .px-hero-2-content {
  overflow: hidden;
}
.px-hero-2-item.active .px-hero-2-content span {
  animation: text_bottom 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.px-hero-2-item.active .px-hero-2-thumb {
  filter: saturate(1);
  transform: scale(1.2);
}
.px-hero-2-item.active .px-hero-2-thumb img {
  transform: scale(1);
}
.px-hero-2-text {
  position: relative;
  font-weight: 700;
  font-size: 350px;
  line-height: 0.7;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
  .px-hero-2-text {
    font-size: 320px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-hero-2-text {
    font-size: 295px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-hero-2-text {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-hero-2-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text {
    font-size: 172px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-2-text {
    font-size: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-2-text {
    font-size: 175px;
  }
}
@media (max-width: 767px) {
  .px-hero-2-text {
    font-size: 85px;
  }
}
.px-hero-2-text i {
  flex: 0 0 auto;
  height: 10px;
  width: 420px;
  margin: 0 30px;
  font-style: normal;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-50px);
  background-color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text i {
    transform: translateY(-22px);
  }
}
.px-hero-2-text span {
  position: absolute;
  bottom: 30px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text span {
    font-size: 20px;
  }
}
.px-hero-2-contents span {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.07;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-hero-2-contents span {
    font-size: 25px;
  }
}
.px-hero-2-thumbs {
  filter: saturate(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-bottom-active .swiper-slide-active .px-hero-2-thumbs {
  filter: saturate(1);
}
@media (max-width: 767px) {
  .px-hero-2-slider-wrap {
    padding-bottom: 60px;
  }
}
.px-hero-3-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-content {
    margin-bottom: 40px;
  }
}
.px-hero-4-content p {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-hero-4-content p span {
  color: var(--tp-common-px-red);
}
@media (max-width: 767px) {
  .px-hero-4-content p {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .px-hero-4-content p br {
    display: none;
  }
}
.px-hero-4-bigtitle h2 {
  font-size: 515px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transform: translateX(-27px);
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .px-hero-4-bigtitle h2 {
    font-size: 500px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-hero-4-bigtitle h2 {
    font-size: 474px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-hero-4-bigtitle h2 {
    font-size: 440px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-hero-4-bigtitle h2 {
    font-size: 380px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-4-bigtitle h2 {
    font-size: 310px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-4-bigtitle h2 {
    font-size: 260px;
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-4-bigtitle h2 {
    font-size: 190px;
    transform: translateX(-10px);
  }
}
@media (max-width: 767px) {
  .px-hero-4-bigtitle h2 {
    font-size: 95px;
    transform: translateX(0px);
  }
}
.px-hero-4-scrolldown {
  display: inline-grid;
  place-content: center;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.px-hero-4-scrolldown:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-hero-4-video {
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-video {
    width: 100%;
    margin-bottom: 30px;
    display: inline-table;
  }
}
.px-hero-4-video video {
  width: 300px;
  height: 195px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-video video {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}
.px-hero-4-video-btn span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-thumb {
    margin-right: 30px;
  }
}
.px-hero-5-thumb span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #6d6868;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-thumb-wrap {
    display: flex;
    margin-bottom: 30px;
  }
}
.px-hero-5-content p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 170px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-5-content p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-content p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .px-hero-5-content p {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .px-hero-5-content p br {
    display: none;
  }
}
.px-hero-5-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #6d6868;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-5-category a, .px-hero-5-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #6d6868;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-5-category a:not(:last-child), .px-hero-5-social a:not(:last-child) {
  margin-bottom: 8px;
}
.px-hero-5-category span {
  flex: 0 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .px-hero-5-category span {
    display: none;
  }
}
.px-hero-5-category:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px) translateY(-2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-style .px-hero-4-video {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-style .px-hero-4-video video {
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .px-hero-5-style .px-hero-4-video video {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-area {
    padding-bottom: 80px;
  }
}
.px-hero-5-pt {
  padding-top: 450px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-5-pt {
    padding-top: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-5-pt {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-pt {
    padding-top: 100px;
  }
}

.px-hero-6-bg {
  background-position-y: 80px;
  background-repeat: no-repeat;
}
.px-hero-6-info p {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-info p {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-info p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-hero-6-info p {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-hero-6-info p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-social {
    margin-bottom: 25px;
  }
}
.px-hero-6-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #575454;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-6-social a:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-social a:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-social a:not(:last-child) {
    margin-right: 30px;
  }
}
.px-hero-6-social a span {
  margin-left: 8px;
}
.px-hero-6-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  color: #575454;
  margin-bottom: 8px;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  background: #f8f8f8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-category span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-hero-6-category span {
    font-size: 12px;
    padding: 10px 14px;
  }
}
.px-hero-6-category span:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-category br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-6-category {
    margin-bottom: 20px;
  }
  .px-hero-6-category br {
    display: none;
  }
}
.px-hero-6-thumb img {
  max-width: inherit;
  margin-left: -115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-6-thumb img {
    max-width: 100%;
    margin-left: 0;
  }
}
.px-hero-6-signature {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-signature {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-signature {
    margin-bottom: 30px;
  }
}
.px-hero-6-text span {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-text span {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-text span {
    font-size: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-text span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-text span {
    font-size: 110px;
  }
}
.px-hero-6-text span i {
  font-style: normal;
}
.px-hero-6-text span i.icon-left {
  margin-left: -18px;
}
.px-hero-6-btn-wrap {
  position: absolute;
  top: -90px;
  right: 30%;
  z-index: 55;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-btn-wrap {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .px-hero-6-btn-wrap {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
.px-hero-6-btn .zikzak-bg {
  color: var(--tp-common-px-orange);
}

.ripples canvas {
  display: block;
}

.px-blur-bottom {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 80px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.px-orange-style .px-hero-4-content p span {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.2 about css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-about-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-common-px-black);
  letter-spacing: -0.05em;
}
.px-about-title b {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-title {
    font-size: 55px;
  }
  .px-about-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .px-about-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .px-about-title br {
    display: none;
  }
}
.px-about-title span {
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-content {
    margin-bottom: 40px;
  }
}
.px-about-content p {
  font-size: 22px;
  line-height: 1.36;
  color: #686868;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-content p {
    font-size: 18px;
  }
  .px-about-content p br {
    display: none;
  }
}
.px-about-content p span {
  color: var(--tp-common-px-black);
}
/* About Info Cards - Equal Height */
.px-about-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.px-about-info-wrap .row {
  align-items: stretch;
}
.px-about-info-head {
  border-radius: 16px;
  padding: 20px 25px;
  margin-bottom: 4px;
  background: var(--tp-common-px-white);
  flex-shrink: 0;
}
.px-about-info-head h4 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-about-info-head em {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #686868;
  font-style: normal;
}
.px-about-info-body {
  border-radius: 16px;
  padding: 20px 25px;
  min-height: 180px;
  background: var(--tp-common-px-white);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.px-about-info-body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-about-info-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #6d6868;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
/* Our Expertise - Features List */
.px-about-features-list {
  margin-top: auto;
  width: 100%;
}
.px-about-features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.px-about-features-list ul li {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tp-common-px-white);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  padding-left: 20px;
}
.px-about-features-list ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--tp-common-px-orange);
  font-weight: 600;
  transition: transform 0.3s ease;
}
.px-about-features-list ul li:hover {
  opacity: 1;
  transform: translateX(5px);
}
.px-about-features-list ul li:hover::before {
  transform: translateX(3px);
}
.pixora-dark .px-about-features-list ul li {
  color: var(--tp-common-px-white);
}
@media only screen and (max-width: 767px) {
  .px-about-features-list ul {
    gap: 10px;
  }
  .px-about-features-list ul li {
    font-size: 13px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-info-body p br {
    display: none;
  }
}
.px-about-link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-px-black);
}
.px-about-link > span {
  display: inline-block;
  padding-bottom: 5px;
}
.px-about-link:hover {
  color: var(--tp-common-px-black);
}
.px-about-link:hover::after {
  width: 0;
}
.px-about-2-title {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 350px;
  line-height: 0.74;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-about-2-title {
    font-size: 322px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-2-title {
    font-size: 275px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title {
    font-size: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title {
    font-size: 200px;
  }
  .px-about-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title {
    font-size: 150px;
    margin-bottom: 30px;
  }
  .px-about-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-2-title {
    font-size: 85px;
    margin-bottom: 30px;
  }
  .px-about-2-title br {
    display: none;
  }
}
.px-about-2-title i, .px-about-2-title em {
  font-style: normal;
  color: var(--tp-common-px-red);
}
.px-about-2-title i {
  font-size: 80px;
  line-height: 0.87;
  display: inline-block;
  letter-spacing: normal;
  text-transform: uppercase;
  transform: translateX(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title i {
    transform: translateX(-10px);
  }
}
@media (max-width: 767px) {
  .px-about-2-title i {
    transform: translateX(0px);
  }
}
.px-about-2-title em {
  position: relative;
  padding-left: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-title em {
    padding-left: 0;
  }
}
.px-about-2-title em img {
  position: absolute;
  top: -18%;
  left: -15%;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title em img {
    top: -46%;
    left: -19%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title em img {
    display: none;
  }
}
.px-about-2-title > span {
  position: absolute;
  bottom: 32%;
  width: 76%;
  left: 105%;
  height: 10px;
  display: inline-block;
  background-color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-title > span {
    display: none;
  }
}
.px-about-2-title.fs-300 {
  font-size: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title.fs-300 {
    font-size: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title.fs-300 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title.fs-300 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .px-about-2-title.fs-300 {
    font-size: 85px;
  }
}
.px-about-2-title.fs-300 em {
  padding-left: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-title.fs-300 em {
    padding-left: 0;
  }
}
.px-about-2-title.fs-300 em img {
  top: 2%;
  left: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title.fs-300 em img {
    top: -11%;
  }
}
.px-about-2-title.fs-300 i {
  font-size: 58px;
}
.px-about-2-subtitle {
  font-weight: 700;
  font-size: 160px;
  line-height: 0.81;
  text-align: end;
  padding-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
.px-about-2-subtitle.fs-130 {
  font-size: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-subtitle.fs-130 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-about-2-subtitle.fs-130 {
    font-size: 70px;
  }
}
.px-about-2-subtitle i {
  position: absolute;
  bottom: 16%;
  width: 76%;
  right: 100%;
  height: 10px;
  margin-right: 15px;
  display: inline-block;
  background-color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-about-2-subtitle i {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-2-subtitle {
    font-size: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-subtitle {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-subtitle {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0;
    margin-right: 20px;
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0px;
    margin-right: 20px;
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-about-2-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-ptb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-about-3-ptb {
    padding-bottom: 0;
  }
}
.px-about-3-area {
  border-bottom: 1px solid rgba(30, 30, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-area {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-3-area {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.px-about-3-bigtext {
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: none;
  color: var(--tp-common-px-black);
  font-family: 'Inter', sans-serif;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-about-3-bigtext {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-about-3-bigtext {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-3-bigtext {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-bigtext {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-bigtext {
    font-size: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-bigtext {
    font-size: 92px;
  }
}
@media (max-width: 767px) {
  .px-about-3-bigtext {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-about-3-bigtext {
    font-size: 70px;
  }
}
.px-about-3-content p {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-3-content p {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-content p {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-content p {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-content p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .px-about-3-content p {
    font-size: 35px;
  }
  .px-about-3-content p br {
    display: none;
  }
}
.px-about-3-content p > i {
  font-style: normal;
  color: var(--tp-common-px-red);
}
.px-about-3-gift-img {
  margin-bottom: 40px;
  max-width: inherit;
  display: inline-block;
  transform: translateX(-300px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-gift-img {
    max-width: 100%;
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-gift-img {
    max-width: 100%;
    transform: translateX(-120px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-gift-img {
    max-width: 100%;
    margin-top: -90px;
    transform: translateX(0px) scale(0.7);
  }
}
@media (max-width: 767px) {
  .px-about-3-gift-img {
    max-width: 100%;
    margin-top: -50px;
    transform: translateX(65px) scale(0.7);
  }
}
.px-about-4-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #878787;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-4-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-4-content p {
    font-size: 17px;
  }
  .px-about-4-content p br {
    display: none;
  }
}
.px-about-4-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-white);
}
.px-about-4-link:hover {
  color: var(--tp-common-px-white);
}
.px-about-4-link span {
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-4-title-box {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-5-style {
    padding-top: 80px;
  }
}
.px-about-5-style .px-section-title.ff-inter {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 50px;
  }
}
.px-about-5-style .px-about-4-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: #686868;
  letter-spacing: -0.04em;
}
.px-about-5-style .px-about-4-content p span {
  color: var(--tp-common-px-black);
}
.px-about-5-style .px-about-4-link {
  color: var(--tp-common-px-black);
}

.px-about-area {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-top {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-top {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-thumb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-thumb {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.px-about-6-thumb img {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-thumb img {
    width: 100%;
  }
}
.px-about-6-content p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 45px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-6-content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-content p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-6-content p {
    font-size: 35px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .px-about-6-content p {
    font-size: 25px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.px-about-6-content p span {
  font-weight: 800;
}

.px-inner-about-style .px-about-3-bigtext {
  color: var(--tp-common-px-red);
}
.px-inner-about-style .px-about-3-content p {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: -2px;
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-about-style .px-about-3-content p {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-inner-about-style .px-about-3-content p {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.px-inner-about-style .px-about-3-content p span {
  color: var(--tp-common-px-red);
}
@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: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-about-style .px-about-3-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-inner-about-1-style {
    padding-top: 100px;
  }
}
.px-inner-about-1-top p {
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-about-1-top p {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-about-1-top p {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-inner-about-1-top p {
    font-size: 54px;
  }
}
.px-inner-about-1-top p span {
  color: var(--tp-common-px-red);
}
.px-inner-about-1-video video {
  position: relative;
  z-index: -1;
  width: 770px;
  margin-left: -55px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .px-inner-about-1-video video {
    width: 100%;
    margin-left: 0;
  }
}
.px-inner-about-1-content p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.2px;
  color: var(--tp-common-px-black);
}
.px-inner-about-1-content p.fw-400 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5D5D5D;
  letter-spacing: -0.36px;
}

.aus-service-content label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .aus-service-content label.pl-20 {
    padding-left: 0;
  }
}
.aus-service-content span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-right: 40px;
  display: inline-block;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.aus-service-content h4 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -3px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .aus-service-content h4 {
    font-size: 34px;
    letter-spacing: -2px;
  }
}
.aus-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #5d5d5d;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .aus-service-content p br {
    display: none;
  }
}
.aus-service-content-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aus-service-item {
  padding: 29px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .aus-service-item .aus-service-content {
    margin-bottom: 20px;
  }
}

.am-hero-title {
  font-size: 424px;
  font-weight: 700;
  line-height: 0.75;
  text-transform: uppercase;
  color: var(--tp-common-px-orange);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-hero-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-hero-title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .am-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .am-hero-title {
    font-size: 160px;
  }
}
.am-hero-title i {
  font-style: normal;
  display: inline-block;
}
.am-hero-img-wrap {
  padding: 0 40px;
  margin-top: -145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-hero-img-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .am-hero-img-wrap {
    margin-top: 0;
    padding: 0;
  }
}
.am-hero-img-wrap .signature {
  margin-top: -117px;
}
.am-hero-img-wrap .am-hero-img-main img {
  border-radius: 20px;
}

.am-about-content p {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-about-content p {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-about-content p {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .am-about-content p {
    line-height: 1;
    font-size: 60px;
  }
}
.am-about-content p img {
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .am-about-content p img {
    transform: scale(0.8);
  }
}
.am-about-content p img:hover {
  transform: scale(1.4);
}
@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) {
  .am-about-inner-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-about-inner-ptb {
    padding-bottom: 80px;
  }
}

.am-skill-bdr {
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-skill-title-box {
    margin-bottom: 30px;
  }
}
.am-skill-item h4 {
  font-size: 34px;
  margin-bottom: 12px;
  letter-spacing: -1.7px;
  color: var(--tp-common-px-black);
}
.am-skill-item ul li {
  list-style-type: none;
}
.am-skill-item ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
  color: var(--tp-common-px-black);
}
.am-skill-item ul li span::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-px-black);
}

.am-capsule-style .px-capsule-title-wrapper {
  padding: 60px 0 0 60px;
}
.am-capsule-style .px-capsule-inner {
  border: 0;
  border-radius: 20px;
  background-color: #F6F6F6;
}
.am-capsule-style .px-capsule-item {
  background-color: #ffff;
}
.am-capsule-style .px-capsule-top-wrapper .px-capsule-item-wrapper {
  height: 540px;
  pointer-events: none;
  margin-top: -170px;
}

/*----------------------------------------*/
/*  7.3 project css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-area {
    padding-bottom: 80px;
  }
}
.px-project-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 10px;
  letter-spacing: -0.04em;
}
.px-project-item {
  padding: 6px;
  border-radius: 16px;
  background-color: #fff;
}
.px-project-thumb .ripple-image {
  border-radius: 12px;
  overflow: hidden;
}
.px-project-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-project-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-title-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-project-title-box br {
    display: none;
  }
}
.px-project-content {
  padding: 13px 20px;
  padding-bottom: 18px;
}
.px-project-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.px-portfolio-item img {
  width: 100%;
  border-radius: 20px;
}
.px-portfolio-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.px-portfolio-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.4) 100%);
}
.px-portfolio-category {
  top: 45px;
  left: 50px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 767px) {
  .px-portfolio-category {
    top: 15px;
    left: 15px;
  }
}
.px-portfolio-category.portfolio-meta {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .px-portfolio-category.portfolio-meta {
    right: 15px;
  }
}
.px-portfolio-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 12px;
  transition: 0.3s;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .px-portfolio-category span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.px-portfolio-category span:hover {
  color: var(--tp-common-px-black);
  border-color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-white);
}
.px-portfolio-content {
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  position: absolute;
  display: inline-block;
}
@media (max-width: 767px) {
  .px-portfolio-content {
    bottom: 5px;
  }
}
.px-portfolio-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-portfolio-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-portfolio-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-portfolio-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-portfolio-title {
    font-size: 60px;
  }
}
.px-portfolio-wrap {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .px-portfolio-wrap {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-3-area {
    padding-bottom: 0px;
  }
}
.px-project-3-title {
  font-size: 26px;
  font-weight: 600;
  padding-right: 30px;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-project-3-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-title {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .px-project-3-title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.px-project-3-category {
  flex: 0 0 auto;
}
.px-project-3-category span {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 19px;
  border-radius: 32px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-3-category span:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-category span {
    padding: 2px 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-category span {
    font-size: 11px;
    padding: 2px 12px;
  }
}
.px-project-3-category span:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-category span:not(:first-child) {
    margin-left: 2px;
  }
}
.px-project-3-thumb {
  height: 640px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-3-thumb {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-thumb {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .px-project-3-thumb {
    height: 400px;
  }
}
.px-project-3-thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.px-project-3-thumb video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-project-3-thumb .ripple-image {
  height: 100%;
}
.px-project-3-inner-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 0;
  padding-right: 20px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-inner-box p {
    font-size: 14px;
  }
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-project-3-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-4-style .px-project-3-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-4-style .px-project-3-inner-box {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-4-style .px-project-3-item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-area {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-project-5-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-project-5-title {
  font-size: 345px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .px-project-5-title {
    font-size: 335px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-project-5-title {
    font-size: 315px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-project-5-title {
    font-size: 295px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-project-5-title {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-5-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-5-title {
    font-size: 173px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .px-project-5-title {
    font-size: 110px;
  }
}
.px-project-5-title span {
  color: var(--tp-common-px-orange);
}
.px-project-5-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-project-5-btn {
  bottom: 4%;
  right: 13%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-btn {
    bottom: 50%;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .px-project-5-btn {
    display: none;
  }
}
.px-project-5-content span {
  font-size: 18px;
  font-weight: 400;
  color: #6d6868;
}
.px-project-5-content span::before {
  content: "";
  height: 2px;
  width: 7px;
  margin: 0 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: #6d6868;
}
.px-project-5-thumb {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .px-project-5-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-gallery-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-gallery-area {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.px-gallery-item {
  width: 520px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .px-gallery-item {
    width: 300px;
    height: 200px;
  }
}
.px-gallery-item video, .px-gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-6-area {
    padding-top: 40px;
  }
}
.px-project-6-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 0.75;
  margin-bottom: 0;
  color: #d3d3d3;
  transition: 0.3s;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-project-6-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-project-6-title {
    font-size: 120px;
  }
}
@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) {
  .px-project-6-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-project-6-title {
    font-size: 75px;
  }
}
.px-project-6-content span {
  padding-top: 15px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  color: #d3d3d3;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-project-6-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #d3d3d3;
  transition: 0.3s;
  letter-spacing: -0.01em;
}
.px-project-6-item {
  padding: 70px 0 30px 0;
  border-bottom: 1px dashed rgba(30, 30, 30, 0.09);
}
.px-project-6-item.is-active .px-project-6-content span, .px-project-6-item.is-active .px-project-6-content p {
  color: var(--tp-common-px-black);
}
.px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-black);
}
.px-project-6-item.is-active .px-project-inner-wrap-content span {
  color: var(--tp-common-px-black);
}
.px-project-6-img-wrap {
  width: 330px;
  height: 330px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
.px-project-6-img-slider {
  display: flex;
  flex-direction: column;
}
.px-project-6-img-slider img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.pf-hero-ptb {
  padding-top: 160px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-hero-ptb {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
/* Projects hero stats box */
.pf-hero-stats-wrap {
  flex-shrink: 0;
}
.pf-hero-stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-top: 2px solid #dc2626;
  border-radius: 12px;
  padding: 28px 36px;
  background: rgba(220,38,38,0.04);
  text-align: center;
  min-width: 220px;
}
.pf-hero-stats-box .pf-stats-num {
  font-family: var(--tp-ff-thunder);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #dc2626;
  letter-spacing: -1px;
}
.pf-hero-stats-box .pf-stats-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .pf-hero-stats-box {
    min-width: 200px;
    padding: 24px 30px;
  }
  .pf-hero-stats-box .pf-stats-num {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .pf-hero-stats-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pf-hero-stats-box {
    min-width: 160px;
    padding: 20px 24px;
  }
  .pf-hero-stats-box .pf-stats-num {
    font-size: 52px;
  }
  .pf-hero-stats-box .pf-stats-label {
    font-size: 10px;
  }
}
/* MORE button */
.pf-load-more-wrap {
  text-align: center;
  padding: 20px 0 60px;
}
.pf-load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  border: 2px solid #dc2626;
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.pf-load-more-btn:hover {
  background: #dc2626;
  color: #ffffff;
}
.pf-load-more-btn.hidden {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-hero-content {
    margin-bottom: 30px;
  }
}
.pf-hero-content p {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.48px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pf-hero-content p {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pf-hero-content p {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-hero-content p {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-hero-content p {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .pf-hero-content p {
    font-size: 45px;
  }
}
@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) {
  .pf-hero-content p br {
    display: none;
  }
}
.pf-hero-content span {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .pf-3-hero-ptb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-content {
    margin-bottom: 30px;
  }
}
.pf-3-hero-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-3-hero-title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-3-hero-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-3-hero-title {
    font-size: 145px;
  }
}
@media (max-width: 767px) {
  .pf-3-hero-title {
    font-size: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pf-3-hero-title {
    font-size: 100px;
  }
}
.pf-3-hero-title span {
  color: var(--tp-common-px-orange);
}
.pf-3-hero-social a {
  display: block;
  color: #575454;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  background: var(--tp-grey-px-1);
}
.pf-3-hero-social a:not(:last-of-type) {
  margin-bottom: 6px;
}
.pf-3-hero-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social a {
    display: inline-block;
  }
}
.pf-3-hero-social-wrap {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social-wrap {
    justify-content: start;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social-text {
    display: none;
  }
}
.pf-3-hero-social-text span {
  position: relative;
  color: #575454;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
}
.pf-3-hero-social-text span i {
  font-style: normal;
  flex: 0 0 auto;
  margin-left: 20px;
}
.pf-3-hero-social-text span::before {
  content: "";
  width: 410px;
  height: 1px;
  display: inline-block;
  background-color: rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pf-3-hero-social-text span::before {
    width: 385px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-3-hero-social-text span::before {
    width: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-3-hero-social-text span::before {
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-4-hero-ptb {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pf-4-hero-ptb {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.pf-4-hero-title {
  font-size: 200px;
  line-height: 0.6;
  margin-bottom: 45px;
  letter-spacing: -2px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-4-hero-title {
    font-size: 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-4-hero-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-4-hero-title {
    font-size: 120px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pf-4-hero-title {
    font-size: 80px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.pf-4-hero-subtitle {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .pf-4-hero-subtitle {
    font-size: 38px;
  }
}
.pf-4-hero-wrap p {
  font-size: 16px;
  color: #575454;
  font-weight: 500;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .pf-4-hero-wrap p {
    margin: 0;
  }
}
.pf-5-hero-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}
.pf-5-hero-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-5-hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pf-5-hero-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .pf-5-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-6-hero-ptb {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-6-hero-ptb {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.pf-6-hero-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-6-hero-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-6-hero-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-6-hero-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pf-6-hero-title {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pf-6-hero-title {
    font-size: 75px;
  }
}
.pf-6-hero-title span {
  color: var(--tp-common-px-orange);
}
@media (max-width: 767px) {
  .pf-6-hero-title br {
    display: none;
  }
}

.px-project-inner-top-ptb {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-style .px-project-6-item {
  border: none;
  padding: 40px 0 0px 0;
}
.px-project-inner-style .px-project-6-title {
  font-size: 100px;
  transform: translateY(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-inner-style .px-project-6-title {
    transform: translateY(0);
  }
}
.px-project-inner-header span {
  font-size: 14px;
  font-weight: 400;
  color: #6D6868;
  letter-spacing: -0.2px;
  display: inline-block;
}
.px-project-inner-wrap-content span {
  font-size: 18px;
  font-weight: 500;
  color: #D3D3D3;
  transition: 0.3s;
  letter-spacing: -0.4px;
}
.px-project-inner-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-4-box {
  padding: 0 25px;
}
.px-project-inner-4-tab-wrap .masonary-menu button {
  font-size: 15px;
  font-weight: 500;
  color: #575454;
  padding: 8px 23px;
  border-radius: 30px;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: var(--tp-ff-p);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-project-inner-4-tab-wrap .masonary-menu button:hover, .px-project-inner-4-tab-wrap .masonary-menu button.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
@media (max-width: 767px) {
  .px-project-inner-4-tab-wrap .masonary-menu button {
    margin-bottom: 15px;
  }
}
.px-project-inner-4-tab-wrap .masonary-menu button:not(:last-of-type) {
  margin-right: 6px;
}
.px-project-inner-5-top {
  margin-bottom: 80px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-5-tab .masonary-menu button {
  font-size: 26px;
  font-weight: 600;
  color: #BCBCBC;
  letter-spacing: -0.52px;
  font-family: var(--tp-ff-p);
}
.px-project-inner-5-tab .masonary-menu button:hover, .px-project-inner-5-tab .masonary-menu button.active {
  color: var(--tp-common-px-black-2);
}
.px-project-inner-5-tab .masonary-menu button:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button {
    font-size: 20px;
  }
}
.px-project-inner-5-count span {
  font-size: 20px;
  font-weight: 600;
  color: #BCBCBC;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-p);
}
@media (max-width: 767px) {
  .px-project-inner-6-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .px-project-inner-6-text {
    margin-bottom: 20px;
  }
}
.px-project-inner-6-text span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-px-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-ptb {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-ptb {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-top {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-top {
    padding-bottom: 40px;
  }
}
.px-pd-2-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -7px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .px-pd-2-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.px-pd-2-categories span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 24px;
  position: relative;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.px-pd-2-categories span::before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-px-red);
}
@media (max-width: 767px) {
  .px-pd-2-bottom {
    flex-wrap: wrap;
  }
}
.px-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .px-pd-2-bottom-item {
    padding-bottom: 20px;
  }
}
.px-pd-2-bottom-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}
.px-pd-2-bottom-item h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-px-black);
}
.px-pd-2-banner {
  height: 950px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-banner {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-banner {
    height: 250px;
  }
}
.px-pd-2-banner img {
  width: 100%;
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-banner img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-banner img {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-banner img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-overview-heading {
    padding-bottom: 30px;
  }
}
.px-pd-2-overview-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--tp-common-px-black);
}
.px-pd-2-overview-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.px-pd-2-overview-wrap ul {
  padding-top: 20px;
  display: inline-block;
}
.px-pd-2-overview-wrap ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 16px;
  color: var(--tp-common-px-black);
}
.px-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-slider-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-slider-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-slider-wrapper {
  margin: 0 -200px;
}
@media (max-width: 767px) {
  .px-pd-2-slider-wrapper {
    margin: 0;
  }
}
.px-pd-2-slider-wrapper .swiper-wrapper {
  padding-bottom: 40px;
}
.px-pd-2-slider-thumb {
  overflow: hidden;
}
.px-pd-2-slider-thumb:hover img {
  transform: scale(1.2);
}
.px-pd-2-slider-thumb img {
  transition: 0.9s ease-in-out;
}
.px-pd-2-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
}
.px-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background-color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-pd-2-step-heading {
    padding-bottom: 40px;
  }
}
.px-pd-2-step-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-pd-2-step-title {
    font-size: 35px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-step-title br {
    display: none;
  }
}
.px-pd-2-step-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--tp-common-px-black);
}
.px-pd-2-step-item span {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-step-item span br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-thumb-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-thumb-item {
  overflow: hidden;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-thumb-item {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-item {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-thumb-item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-thumb-item {
    height: 250px;
  }
}
.px-pd-2-thumb-item img {
  margin-top: -100px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-item img {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-thumb-item img {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-np-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-np-content a {
  width: 180px;
  height: 180px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 -14px;
  text-align: center;
  line-height: 180px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.px-pd-2-np-content a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.px-pd-2-np-content a svg {
  margin: 0 4px;
}
.px-pd-4-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-pd-4-about-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-pd-4-about-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 65px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-about-list {
  display: inline-block;
}
.px-pd-4-about-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  padding-left: 18px;
  margin-bottom: 14px;
}
.px-pd-4-about-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: var(--tp-common-px-black);
}
.px-pd-4-about-title svg {
  margin-left: 5px;
}
.px-pd-4-work-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-pd-4-work-heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-work-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.4px;
  color: rgba(30, 30, 30, 0.6);
}
.px-pd-4-work-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.px-pd-4-work-item-title {
  width: 135px;
  font-size: 50px;
  font-weight: 600;
  margin-right: 45px;
  letter-spacing: -1px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-work-item-title i {
  font-style: normal;
}
.px-pd-4-work-item-text span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(30, 30, 30, 0.6);
}
.px-pd-4-thumb-wrap {
  height: 950px;
  border-radius: 20px;
}
.px-pd-4-thumb-box {
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
}
.px-pd-4-thumb-box img {
  width: 100%;
  height: 100%;
  margin-top: -40px;
  object-fit: cover;
  border-radius: 20px;
}
.px-pd-4-thumb-item {
  margin-bottom: -100%;
}
.px-pd-4-slider-wrapper {
  margin: 0 -220px;
}
.px-pd-4-slider-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.px-pd-4-np-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
.px-pd-4-np-content span {
  font-size: 50px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--tp-ff-thunder);
}
.px-pd-4-np-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.2);
}

.px-pd-4-np-box.hover-reveal-item .tp-award-reveal-img {
  width: 520px;
  height: 360px;
  object-fit: cover;
  mix-blend-mode: difference;
}

.hover-reveal-item .tp-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .tp-award-reveal-img {
  opacity: 1;
}

.px-orange-style .px-project-3-title a:hover {
  color: var(--tp-common-px-orange);
}
.px-orange-style .px-project-3-category span:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-project-title a:hover {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.4 service css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.px-service-bg {
  border-radius: 40px;
}
.px-service-category {
  padding-left: 50px;
}
@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) {
  .px-service-category {
    padding-left: 0;
  }
}
.px-service-category span {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 16px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-category span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-category span {
    padding: 11px 14px;
  }
}
.px-service-num span {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
.px-service-title h4 {
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 22px;
  text-align: start;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-service-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .px-service-title-box {
    flex-wrap: wrap;
  }
  .px-service-title-box .px-section-title {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-subtitle-box {
    padding-top: 0;
  }
}
.px-service-thumb {
  flex: 0 0 auto;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-thumb {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .px-service-thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.px-service-thumb img {
  border-radius: 16px;
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .px-service-content {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.px-service-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-content p {
    font-size: 15px;
  }
  .px-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-content p {
    font-size: 14px;
  }
  .px-service-content p br {
    display: none;
  }
}
.px-service-accordion-wrap .accordion-buttons {
  width: 100%;
}
.px-service-accordion-wrap .accordion-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.px-accordion-item {
  overflow: hidden;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.px-accordion-item.active .px-service-top {
  margin-top: 0;
}
.px-accordion-item.active .px-service-title h4 {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-2-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-title-wrap {
    margin-bottom: 30px;
  }
}
.px-award-content > span {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-award-item {
  padding: 27px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
  padding-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 0px;
  }
}
.px-award-label label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.px-award-num span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-num span {
    font-size: 11px;
  }
}
.px-award-category {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .px-award-category {
    padding: 7px 0;
  }
}
.px-award-category img {
  margin-right: 14px;
}
.px-award-category span {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-category span {
    font-size: 16px;
  }
}
.px-award-nomination span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .px-award-year {
    padding: 7px 0;
  }
}
.px-award-year span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-year span {
    font-size: 12px;
  }
}
.px-award-style-2 .px-award-item .row [class*=col-]:nth-child(2) .px-award-category {
  padding-left: 0;
}
.px-award-style-2 .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
  padding-left: 0;
}
.px-award-style-2 .px-award-content > span {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  margin-top: -20px;
  display: inline-block;
  letter-spacing: normal;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-style-2 .px-section-subtitle {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-award-inner-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-inner-ptb {
    padding-top: 60px;
  }
}

.px-service-2-content span {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.06em;
}
.px-service-2-content p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-service-2-thumb {
  margin-bottom: 25px;
}
.px-service-2-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-2-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .px-service-2-title {
    font-size: 50px;
  }
}
.px-service-2-title > span {
  position: absolute;
  top: 20%;
  right: -55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-body);
}
.px-service-2-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-wrap {
    padding-left: 0;
  }
}
.px-service-2-wrap label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-wrap label {
    font-size: 14px;
  }
}
.px-service-2-item {
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-service-2-element.active .px-service-2-title {
  padding-left: 50px;
  color: var(--tp-common-px-red);
}
.px-service-2-element.active .px-service-2-info {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.px-service-2-info {
  position: absolute;
  top: 20px;
  left: 0;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  transform: translateY(80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-info {
    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) {
  .px-service-2-area {
    padding-bottom: 0;
  }
}

.px-service-3-video {
  z-index: -1;
  position: relative;
  display: inline-block;
  transform: scaleX(-1) translateY(-60px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-3-video {
    transform: scale(0.7) scaleX(-1) translateY(0px) translateX(120px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-3-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.px-service-3-style .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .px-service-3-style .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-4-area {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-4-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-service-4-content > span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin-right: 70px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(135, 135, 135, 0.5);
}
@media (max-width: 767px) {
  .px-service-4-content > span {
    margin-right: 30px;
  }
}
.px-service-4-title {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  color: #616161;
  margin-bottom: 0;
  overflow: hidden;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  transition: color 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 767px) {
  .px-service-4-title {
    font-size: 30px;
  }
}
.px-service-4-thumb img {
  border-radius: 6px;
}
.px-service-4-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.px-service-4-item:hover .px-service-4-content span {
  color: var(--tp-common-px-white);
}
.px-service-4-item:hover .px-service-4-title {
  color: var(--tp-common-px-white);
}
.px-service-4-item:hover .px-3d-anim span:first-child {
  opacity: 0;
  transform: translate3d(0, -25.5961px, -26.0468px) rotateX(91deg);
  transition-delay: 0s;
}
.px-service-4-item:hover .px-3d-anim span:last-child {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0s;
}
.px-service-4-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-4-subtitle-box {
    padding-top: 0;
  }
}
.px-service-5-item {
  padding: 40px;
  border: 1px solid rgba(30, 30, 30, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-5-item {
    padding: 20px;
  }
}
.px-service-5-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-5-title {
    font-size: 20px;
  }
}
.px-service-5-icon {
  margin-bottom: 60px;
}
.px-service-5-content {
  margin-bottom: 80px;
}
.px-service-5-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6d6868;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
.px-service-5-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-px-black);
}

.px-capsule-inner {
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-capsule-top-wrapper .px-capsule-item-wrapper {
  position: relative;
  pointer-events: none;
  height: 650px;
  overflow: hidden;
  margin-top: -270px;
}
.px-capsule-top-wrapper .px-capsule-item-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.px-capsule-item {
  font-size: 32px;
  height: 160px;
  width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F6F6F6;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-capsule-item {
    font-size: 20px;
    height: 130px !important;
    width: 130px !important;
  }
}
.px-capsule-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-capsule-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-capsule-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-capsule-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .px-capsule-title {
    font-size: 60px;
  }
}
.px-capsule-title-wrapper {
  padding: 60px 0 0 40px;
}

.px-service-6-wrap {
  display: inline-block;
}
.px-service-6-active {
  height: 330px;
}
.px-service-6-active .swiper-wrapper {
  padding-top: 15px;
}
.px-service-6-text span {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.85;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-6-text span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-service-6-text span {
    font-size: 85px;
  }
}
.px-service-6-slide-wrap {
  position: relative;
}
.px-service-6-slide-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(#f9f9f9 10%, #e8e9e800 40% 60%, #f9f9f9 90%);
}

.px-wrapper-box {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-wrapper-box {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.px-3d-anim {
  position: relative;
}
.px-3d-anim span {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  align-self: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center -0.2em;
}
.px-3d-anim span:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translate3d(0, 25.5961px, -26.0467px) rotateX(-91deg);
}
.px-3d-anim:hover span:first-child {
  opacity: 0;
  transform: translate3d(0, -25.5961px, -26.0468px) rotateX(91deg);
  transition-delay: 0s;
}
.px-3d-anim:hover span:last-child {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-ptb {
    padding-top: 120px;
  }
}
.px-inner-service-video {
  transform: scaleX(-1) translateX(16%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-video {
    transform: scaleX(-1) translateX(-5%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .px-inner-service-video {
    transform: scaleX(-1) scale(0.8) translateX(-12%);
  }
}
.px-inner-service-video video {
  width: 900px;
}
.px-inner-service-heading {
  padding-top: 80px;
  text-align: center;
}
.px-inner-service-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.06em;
  text-transform: none;
  font-family: 'Inter', sans-serif;
  color: var(--tp-common-px-black-2);
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .px-inner-service-title {
    font-size: 44px;
  }
}
.px-inner-service-big-text {
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: -0.06em;
  text-transform: none;
  font-family: 'Inter', sans-serif;
  color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-inner-service-big-text {
    font-size: 132px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-inner-service-big-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-inner-service-big-text {
    font-size: 105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-inner-service-big-text {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-big-text {
    font-size: 76px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-big-text {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-big-text {
    font-size: 28px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-service-big-text {
    font-size: 40px;
    letter-spacing: -0.04em;
  }
}
/* Services page — centered button below OUR SERVICES */
.px-inner-service-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-2-ptb {
    padding-bottom: 40px;
  }
}
.px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter br {
    display: none;
  }
}
.px-inner-service-2-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-inner-service-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-2-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-2-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-2-title {
    font-size: 85px;
    line-height: 0.9;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-service-2-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-2-title br {
    display: none;
  }
}
.px-inner-service-2-title span {
  color: var(--tp-common-px-orange);
}
.px-inner-service-2-heading .px-btn-border {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-2-faq-ptb {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items {
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active {
  border-color: rgba(17, 18, 20, 0.1);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active .accordion-header .accordion-buttons {
  background-color: transparent;
  color: var(--tp-common-px-orange);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  font-size: 20px;
  padding-left: 32px;
  padding-right: 40px;
  background: #F7F7F7;
  letter-spacing: -0.6px;
  color: var(--tp-common-px-black-2);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-px-black-2);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 60px;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-weight: 400;
  color: #6D6868;
  margin-bottom: 16px;
  letter-spacing: -0.6px;
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list {
    padding-left: 0;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list ul li {
  font-size: 16px;
  color: #6D6868;
  font-weight: 400;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-left {
    margin-bottom: 50px;
  }
}
.inner-service-1-left {
  margin-left: 4.5rem;
}
@media (max-width: 991px) {
  .inner-service-1-left {
    margin-left: 0;
  }
}
.inner-service-1-left > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}
.inner-service-1-left ul li {
  list-style-type: none;
}
.inner-service-1-left ul li:not(:last-child) {
  margin-bottom: 12px;
}
.inner-service-1-left ul li span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-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) {
  .inner-service-1-number {
    padding-bottom: 30px;
  }
}
.inner-service-1-number h1 {
  font-size: 400px;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 0;
  margin-top: 7px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-service-1-number h1 {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-service-1-number h1 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .inner-service-1-number h1 {
    margin-top: 0;
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-number h1 {
    font-size: 130px;
  }
}
.inner-service-1-text {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-text {
    margin-bottom: 45px;
  }
}
.inner-service-1-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.inner-service-1-text p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 40px;
  padding-right: 100px;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 20px;
  }
}
.inner-service-1-right {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-right {
    padding-left: 0;
  }
}
.inner-service-1-category {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-category {
    margin-bottom: 50px;
  }
}
.inner-service-1-category-item {
  padding: 17px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.06);
}
.inner-service-1-category-item:hover span {
  transform: translateX(20px);
}
.inner-service-1-category-item:hover i {
  transform: translateX(-20px);
}
.inner-service-1-category-item--static {
  cursor: default;
}
.inner-service-1-category-item--static:hover span {
  transform: none;
}
.inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(30, 30, 30, 0.06);
}
.inner-service-1-category-item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-black-2);
}
.inner-service-1-category-item span::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FF535B;
  transform: translateY(-3px);
}
.inner-service-1-category-item i {
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-white);
}
.inner-service-1-thumb {
  position: relative;
  overflow: hidden;
}
.inner-service-1-thumb .tp--hover-img {
  overflow: hidden;
}
.inner-service-1-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-thumb {
    margin-bottom: 30px;
  }
}
.inner-service-1-thumb img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.inner-service-1-thumb .ripple-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.inner-service-1-thumb-text span {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.6);
}

/* Services: görseller dikeyde hizalı, açıklamalarda eşit boşluk */
.tp-inner-service-item > .row.gx-10 {
  align-items: stretch;
  margin-bottom: 80px;
}
.tp-inner-service-item .inner-service-1-thumb {
  height: 360px;
  min-height: 360px;
  overflow: hidden;
}
.tp-inner-service-item .inner-service-1-thumb .ripple-image {
  width: 100%;
  height: 100%;
  display: block;
}
.tp-inner-service-item .inner-service-1-thumb .ripple-image img,
.tp-inner-service-item .inner-service-1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tp-inner-service-item .inner-service-1-text span {
  margin-bottom: 16px;
}
.tp-inner-service-item .inner-service-1-text p {
  margin-bottom: 24px;
}
.tp-inner-service-item .inner-service-1-text p:last-of-type {
  margin-bottom: 32px;
}
.tp-inner-service-item .inner-service-1-category {
  margin-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-inner-service-item .inner-service-1-thumb {
    height: 320px;
    min-height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inner-service-item .inner-service-1-thumb {
    height: 280px;
    min-height: 280px;
  }
  .tp-inner-service-item > .row.gx-10 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inner-service-area {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inner-service-item {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  7.5 text slider css
/*----------------------------------------*/
.px-text-slider-item > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
.px-text-slider-style-3 {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.px-text-slider-style-3 .px-text-slider-item span {
  color: var(--tp-common-px-black);
}
.px-text-slider-style-5 .px-text-slider-item > span {
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-text-slider-style-5 .px-text-slider-item > span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-text-slider-style-5 .px-text-slider-item > span {
    font-size: 70px;
  }
}
.px-text-slider-style-5 .px-btn-zikzak {
  font-size: 24px;
  transform: translateY(-15px);
  color: var(--tp-common-px-orange);
  font-family: var(--tp-ff-thunder);
}
.px-text-slider-mt {
  position: relative;
  z-index: -1;
  transform: translateY(-300px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-text-slider-mt {
    transform: translateY(-112px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-text-slider-mt {
    transform: translateY(-200px);
  }
}
@media (max-width: 767px) {
  .px-text-slider-mt {
    transform: translateY(0);
  }
}

.px-text-inner-slider .px-hero-6-text span {
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
.px-text-inner-studio .studio-hero-banner-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}

.px-line-shape {
  line-height: 1;
}
.px-line-shape span {
  height: 10px;
  width: 100%;
  display: inline-block;
  background-color: #CF2D21;
}
.px-line-shape span:nth-child(2) {
  margin-top: 8px;
  height: 9px;
}
.px-line-shape span:nth-child(3) {
  height: 6px;
}
.px-line-shape span:nth-child(4) {
  height: 4px;
}
.px-line-shape span:nth-child(5) {
  height: 2px;
  display: inline-block;
  transform: translateY(-4px);
}
.px-line-shape.px-line-bg-black span {
  background-color: var(--tp-common-px-black);
}
.px-line-shape.m-2-top {
  margin-top: -2px;
}

/*----------------------------------------*/
/*  7.6 video css
/*----------------------------------------*/
.px-video-4-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.px-video-4-wrap video {
  width: 100%;
}
.px-video-4-wrap.px-bdr-style video {
  border-radius: 0;
}

/*----------------------------------------*/
/*  7.7 testimonial css
/*----------------------------------------*/
@media (max-width: 767px) {
  .px-testimonial-area {
    padding-top: 80px;
  }
}
.px-testimonial-top-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.px-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.px-testimonial-client-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
.px-testimonial-avater img {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.px-testimonial-item p {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 55px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-testimonial-item p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-testimonial-item p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .px-testimonial-item p {
    font-size: 25px;
  }
  .px-testimonial-item p br {
    display: none;
  }
}
.px-testimonial-slider {
  padding-right: 65px;
}
@media (max-width: 767px) {
  .px-testimonial-slider {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-testimonial-slider {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ar-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.ar-testimonial-client-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-item p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-testimonial-item p {
    font-size: 34px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ar-testimonial-item p {
    font-size: 25px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow {
    text-align: center;
    margin-top: 70px;
  }
}
.ar-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.ar-testimonial-arrow button:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.ar-testimonial-arrow button span svg {
  margin-left: 1px;
}
.ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
    position: static;
  }
}
.ar-testimonial-arrow button.ar-testimonial-next {
  left: auto;
  right: -85px;
}
.ar-testimonial-fraction-wrap {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ar-testimonial-fraction-wrap {
    left: -60px;
    bottom: -20px;
  }
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ar-testimonial-fraction-wrap .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0 30px;
  background: #d9d9d9;
}
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--tp-common-px-orange);
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-bullets,
.ar-testimonial-fraction-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-custom, .ar-testimonial-fraction-wrap .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: auto;
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span {
  position: absolute;
  top: -10px;
  right: -60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span.current {
  right: auto;
  left: 0;
}

/*----------------------------------------*/
/*  7.8 funfact css
/*----------------------------------------*/
.ar-funfact-item h4 {
  line-height: 0.8;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.ar-funfact-item h4 i {
  font-style: normal;
}
.ar-funfact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-funfact-item span {
    font-size: 15px;
  }
}
.ar-funfact-bg {
  padding: 45px 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-funfact-inner-style {
    padding-bottom: 50px;
  }
}
.px-funfact-inner-style .ar-funfact-item h4 {
  font-size: 100px;
  line-height: 0.76;
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-funfact-inner-style .ar-funfact-item h4 {
    font-size: 70px;
  }
}
.px-funfact-inner-style .ar-funfact-item {
  padding: 45px;
  padding-bottom: 35px;
  box-shadow: -1px 0 0 0 #CF2D21;
  border: 1px solid rgba(30, 30, 30, 0.06);
}
@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: 576px) and (max-width: 767px) {
  .px-funfact-inner-style .ar-funfact-item {
    padding: 30px;
  }
}
.px-funfact-inner-style .ar-funfact-item span {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  7.9 brand css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-brand-area {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-subtitle-box {
    margin-bottom: 0;
  }
}
.px-brand-item {
  min-height: 180px;
  width: 100%;
  padding: 20px;
  display: grid;
  text-align: center;
  border-radius: 14px;
  place-content: center;
  background: var(--tp-common-px-white);
}
.px-brand-item img {
  max-width: 160px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-item {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-style-3 {
    padding-top: 40px;
  }
}
.px-brand-style-3 .px-brand-item {
  min-width: 240px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.px-brand-style-3 .px-section-subtitle {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}
.px-brand-style-4 .px-brand-item {
  min-width: 240px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.px-brand-style-5 .px-brand-item {
  min-height: 140px;
  padding: 20px;
  border-radius: 0;
  margin: 0 0 0 0;
  background: transparent;
  border: 1px solid #ECECEC;
}

/*----------------------------------------*/
/*  8.0 team css
/*----------------------------------------*/
.px-team-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-team-item {
  border-radius: 12px;
  overflow: hidden;
}
.px-team-item .ripple-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
/* ═══════════════════════════════════════════
   OYUNCU KARTI — Game-UI Player Card Style
   ═══════════════════════════════════════════ */
.px-team-item--horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  /* Ana çerçeve: üst kırmızı çizgi + ince kenarlık */
  border-top: 2px solid #dc2626;
  border-right: 1px solid rgba(220, 38, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: none;
  background: linear-gradient(160deg, #1e1f23 0%, #17181b 100%);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.px-team-item--horizontal:hover {
  border-top-color: #ff2222;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(220, 38, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* ── Fotoğraf alanı ── */
.px-team-thumb-h {
  flex: 0 0 190px;
  width: 190px;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  background: #0f1012;
  border-right: 2px solid rgba(220, 38, 38, 0.5);
}
/* Tarama çizgisi (scanlines) efekti */
.px-team-thumb-h::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.08) 3px,
    rgba(0, 0, 0, 0.08) 4px
  );
  z-index: 1;
  pointer-events: none;
}
/* Alt gradient — fotoğraf karardığında isim okunabilir */
.px-team-thumb-h::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(14, 15, 18, 0.7) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.px-team-thumb-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: contrast(1.05) brightness(0.92);
}

/* ── İçerik alanı ── */
.px-team-content-h {
  flex: 1;
  padding: 18px 20px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  /* Çok ince diagonal arka plan dokusu */
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 18px,
    rgba(255, 255, 255, 0.012) 18px,
    rgba(255, 255, 255, 0.012) 19px
  );
}
/* Sağ üst köşe bracket */
.px-team-content-h::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  border-top: 2px solid rgba(220, 38, 38, 0.6);
  border-right: 2px solid rgba(220, 38, 38, 0.6);
}
/* Sol alt köşe bracket */
.px-team-content-h::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid rgba(220, 38, 38, 0.35);
  border-left: 2px solid rgba(220, 38, 38, 0.35);
}

/* ── İsim ── */
.px-team-content-h .px-team-title {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* İsim önü: küçük kırmızı çift çizgi */
.px-team-content-h .px-team-title::before {
  content: "//";
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  color: #dc2626;
  letter-spacing: -2px;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 575px) {
  .px-team-item--horizontal {
    flex-direction: column;
  }
  .px-team-thumb-h {
    width: 100%;
    height: 260px;
    min-height: 260px;
    flex: 0 0 260px;
  }
}
.px-team-item:hover .px-team-social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.px-team-item:hover .px-team-social-link svg {
  transform: rotate(180deg);
}
.px-team-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
/* ── Rol badge: parallelogram / game-stat kutusu ── */
.px-team-role {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 2px;
  margin-top: 0;
  padding: 5px 16px 5px 10px;
  background: linear-gradient(90deg, #dc2626 0%, #a01010 100%);
  /* Sağ kenar eğik kesim — HUD / game istatistik kutusu */
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  border: none;
  border-radius: 0;
  width: fit-content;
  position: relative;
}
.px-team-role::before {
  content: "■";
  font-size: 6px;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  letter-spacing: 0;
}

/* ── Oyuncu numarası — fotoğraf sol üst köşe ── */
.px-player-id {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  font-size: 11px;
  font-weight: 900;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  background: rgba(220, 38, 38, 0.85);
  padding: 2px 7px;
  line-height: 1.4;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 0 100%);
  pointer-events: none;
}

/* ── Açıklama ── */
.px-team-desc {
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0;
  padding-top: 8px;
  /* Kesik çizgi — data-feed hissi */
  border-top: 1px dashed rgba(220, 38, 38, 0.2);
  position: relative;
}
.px-team-thumb {
  margin-bottom: 0;
  overflow: hidden;
}
.px-team-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  display: block;
}
.px-team-content {
  padding: 18px 20px 22px;
  border-top: 2px solid #dc2626;
  border-left: 2px solid rgba(255,255,255,0.12);
  border-right: 2px solid rgba(255,255,255,0.12);
  border-bottom: 2px solid rgba(255,255,255,0.12);
  border-radius: 0 0 10px 10px;
}
.px-team-item--horizontal .px-team-content {
  all: unset;
}
.px-team-social-link, .px-team-social-icon a {
  display: block;
  height: 46px;
  width: 45px;
  margin: 6px 0;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.px-team-social-link:hover::after, .px-team-social-icon a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.px-team-social-link::after, .px-team-social-icon a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(0.3);
  transition: 0.5s ease-in-out;
  background-color: var(--tp-common-px-orange);
}
.px-team-social-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.px-team-social-icon > a {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transform: translateY(-20px);
}
.px-team-social-icon > a:nth-child(1) {
  transition-delay: 0.1s;
}
.px-team-social-icon > a:nth-child(2) {
  transition-delay: 0.2s;
}
.px-team-social-icon > a:nth-child(3) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .px-team-top {
    margin-bottom: 40px;
  }
}
.px-team-6-pt {
  padding-top: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-team-6-pt {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-team-inner-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .px-team-inner-ptb {
    padding-top: 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) {
  .in-team-hero-area {
    padding-bottom: 50px;
  }
}
.in-team-hero-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: none;
  color: var(--tp-common-px-black);
  font-family: 'Inter', sans-serif;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-team-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-team-hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-team-hero-title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-team-hero-title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .in-team-hero-title {
    font-size: 48px;
  }
}
.in-team-hero-title span {
  color: var(--tp-common-px-orange);
}
.in-team-hero-title img {
  transform: translateY(-15px);
}
@media (max-width: 767px) {
  .in-team-hero-title img {
    display: none;
  }
}
/* Team hero round avatar */
.in-team-hero-avatar {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #dc2626;
  transform: translateY(-15px);
  vertical-align: middle;
  flex-shrink: 0;
}
.in-team-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  display: block;
}
@media (max-width: 767px) {
  .in-team-hero-avatar { display: none; }
}
.in-team-hero-content p {
  font-size: 22px;
  font-weight: 500;
  padding-left: 490px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-team-hero-content p {
    padding-left: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-team-hero-content p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .in-team-hero-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .td-hero-area {
    padding-top: 140px;
  }
}
.td-hero-title {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .td-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .td-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .td-hero-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .td-hero-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-team-details-style.tp-team-details-area {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-team-details-style .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.px-team-details-style .tp-team-details-thumb img {
  border-radius: 0;
}
.px-team-details-style .tp-team-details-text-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}

.tp-team-details-thumb img {
  width: 100%;
  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) {
  .tp-team-details-info {
    flex-wrap: wrap;
  }
}
.tp-team-details-info-contact {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.1);
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info-contact {
    margin-bottom: 20px;
  }
}
.tp-team-details-info-contact a {
  font-size: 14px;
  font-weight: 500;
  color: #111013;
  display: inline-block;
  letter-spacing: -0.28px;
}
.tp-team-details-info-contact a:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-team-details-info-contact a svg {
  margin-right: 5px;
}
.tp-team-details-info-social .px-footer-widget-social a {
  background-color: transparent;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-info-social .px-footer-widget-social a:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrap {
    margin-bottom: 30px;
  }
}
.tp-team-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-text {
  margin-bottom: 30px;
}
.tp-team-details-text p {
  color: #4D5051;
}
.tp-team-details-text-sub {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tp-team-details-text-title {
  color: #111013;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.8px;
}
.tp-team-details-more-title {
  color: #111013;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}
.tp-team-details-more ul li {
  list-style: none;
  color: #111013;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.tp-team-details-more ul li span {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
  margin-right: 40px;
  display: inline-block;
}
.tp-team-details-progress-title {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
}
.tp-team-details-progress-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #d9d9d9;
}
.tp-team-details-progress-bar {
  overflow: visible;
  display: flex;
  height: 5px;
  text-align: center;
  white-space: nowrap;
  transition: 0.6s ease;
  position: relative;
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-progress-bar::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: 0px;
  top: -8px;
  margin: auto;
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-progress-counter {
  margin-top: -29px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -15px;
  text-transform: uppercase;
}
.tp-team-details-input-content input, .tp-team-details-input-content textarea {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #F8F8FB;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-input-content input:focus, .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.tp-team-details-input-content input::placeholder, .tp-team-details-input-content textarea::placeholder {
  color: #848788;
}
.tp-team-details-input-content textarea {
  resize: none;
  height: 160px;
}
.tp-team-details-input-btn button {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 6px;
  letter-spacing: 0;
  border: 1px solid transparent;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-input-btn button:hover {
  color: var(--tp-common-px-black);
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  8.1 step css
/*----------------------------------------*/
.px-step-item {
  height: 920px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-step-area {
    margin-bottom: 100px;
  }
}
.px-step-video {
  position: absolute;
  top: 11%;
  left: 9%;
}
.px-step-video video {
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .px-step-video {
    left: -38%;
  }
}
.px-step-card {
  max-width: 530px;
  padding: 60px 60px 45px 60px;
  margin-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-step-card {
    padding: 60px 30px 45px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-step-card {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .px-step-card {
    padding: 50px 30px 45px 30px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.px-step-card-badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 27px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: var(--tp-common-px-black);
}
.px-step-card-content {
  margin-bottom: 65px;
}
.px-step-card-content span {
  font-size: 260px;
  font-weight: 500;
  line-height: 0.7;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .px-step-card-content span {
    font-size: 180px;
  }
}
.px-step-card-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-step-card-wrap {
    margin-top: 30px;
    margin-right: 0;
  }
}
.px-step-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .px-step-title {
    font-size: 50px;
  }
}
.px-step-ptb {
  padding-top: 210px;
  padding-bottom: 210px;
}
.px-step-list ul li {
  line-height: 1;
  list-style-type: none;
}
.px-step-list ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.px-step-list ul li span::before {
  content: "";
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #6D6868;
  transform: translateY(-3px);
}
.px-step-num {
  position: absolute;
  top: 120px;
  left: 40px;
}
.px-step-num span {
  font-size: 160px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media (max-width: 767px) {
  .px-step-num span {
    font-size: 110px;
  }
}
.px-step-num span i {
  position: absolute;
  top: 30%;
  left: 1%;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 6px 12px;
  padding-bottom: 1px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: var(--tp-common-px-black);
}
.px-step-bottom {
  padding: 10px 45px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.px-step-bottom-text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-step-bottom-text span.text-2 {
  display: inline-block;
  margin-left: -30px;
}
.px-step-content {
  position: relative;
  z-index: 2;
}

/*----------------------------------------*/
/*  8.2 contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-ptb {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .px-contact-ptb {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.px-contact-title {
  font-size: 480px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thunder);
}
@media (max-width: 1890px) {
  .px-contact-title {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-contact-title {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-contact-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-contact-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-contact-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-contact-title {
    font-size: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-title {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .px-contact-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-contact-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-heading {
    margin-bottom: 30px;
  }
}
.px-contact-inf {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-inf {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .px-contact-inf {
    margin-bottom: 30px;
  }
}
.px-contact-inf-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
}
.px-contact-inf a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-contact-inf a br {
    display: none;
  }
}
.px-contact-inf-social a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
}
.px-contact-inf-social a:not(:last-of-type) {
  margin-right: 40px;
}
.px-contact-inf-social a span {
  margin-left: 2px;
  display: inline-block;
}
.px-contact-wrapper {
  border-radius: 20px;
  padding: 60px 80px 65px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-wrapper {
    padding: 60px 60px 65px;
  }
}
@media (max-width: 767px) {
  .px-contact-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-contact-wrapper {
    padding: 50px;
  }
}
.px-contact-wrapper .tp-contact-form-input input, .px-contact-wrapper .tp-contact-form-input textarea {
  border: none;
  resize: none;
  padding-left: 0;
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  color: var(--tp-common-px-black-2);
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.px-contact-wrapper .tp-contact-form-input input:focus, .px-contact-wrapper .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-px-orange);
}
.px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input::placeholder, .px-contact-wrapper .tp-contact-form-input textarea::placeholder {
  /* MODERN BROWSER */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::placeholder, .px-contact-wrapper .tp-contact-form-input textarea::placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input textarea {
  height: 120px;
}
.px-contact-wrapper .tp-contact-form-btn button {
  font-size: 40px;
  border-radius: 16px;
  letter-spacing: 0.8px;
  line-height: inherit;
  padding: 24px 54px 13px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
  background-color: var(--tp-common-px-orange);
}
.px-contact-wrapper .tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.px-contact-wrapper .tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.px-contact-wrapper .tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.px-contact-wrapper .tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.px-contact-wrapper .tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-btn button {
    font-size: 30px;
    padding: 17px 54px 8px;
  }
}
.px-contact-info-title {
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-contact-info-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-info-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-contact-info-title {
    font-size: 55px;
  }
}
.px-contact-info-item {
  padding-top: 46px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item {
    padding-bottom: 35px;
  }
}
.px-contact-info-item-title {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -1.32px;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-info-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item-content {
    margin-bottom: 20px;
  }
}
.px-contact-info-item-content a {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  letter-spacing: -0.4px;
}
.px-contact-info-item-content a:hover {
  color: var(--tp-common-px-black);
}
.px-contact-info-item-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  padding: 11px 35px;
  border-radius: 60px;
  display: inline-block;
  letter-spacing: -0.6px;
  border: 1px solid #e5e5e5;
}
.px-contact-info-item-btn a:hover {
  border-color: transparent;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.px-contact-info-wrap {
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.tp-contact-me-form-category-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-form-category-list span {
  margin-left: 0;
  display: inline-block;
}
.tp-contact-me-form-category-list span label {
  margin-bottom: 10px;
  display: inline-block;
}
.tp-contact-me-form-category-list span label input {
  display: none;
}
.tp-contact-me-form-category-list span label input:checked ~ span {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-me-form-category-list span label span {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 7px;
  padding: 11px 31px;
  border-radius: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 0px !important;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-me-form-category-list span label span:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-me-form-category-list span label span {
    font-size: 15px;
    padding: 11px 14px;
  }
}
.tp-contact-me-interest-title {
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.46px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black-2);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F7F7F7;
  border-color: transparent;
  color: var(--tp-common-px-black-2);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  height: 160px;
  resize: none;
}
.tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}

.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 20px 54px;
  letter-spacing: -0.18px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-ptb {
    padding-top: 150px;
  }
}
.tp-contact-us-text a {
  display: inline-block;
}
.tp-contact-us-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: var(--tp-common-px-black-2);
}
@media (max-width: 767px) {
  .tp-contact-us-text p br {
    display: none;
  }
}
.tp-contact-us-wrap-ptb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-us-wrap-ptb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-wrap-ptb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}
.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #F6F6F9;
}
.tp-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}
.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tp-contact-us-heading .tp-section-title {
    padding-bottom: 20px;
  }
  .tp-contact-us-heading .tp-section-title .shape-1 {
    display: none;
  }
}
.tp-contact-us-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-title {
    margin-bottom: 30px;
  }
}
.tp-contact-us-wrap {
  padding: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-us-wrap {
    padding: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}
.tp-contact-us-wrap .tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black-2);
}
.tp-contact-us-wrap .tp-contact-form-input input, .tp-contact-us-wrap .tp-contact-form-input textarea {
  font-size: 16px;
  border-radius: 8px;
  color: var(--tp-common-px-black);
  border-color: #ededf5;
  background: var(--tp-common-px-white);
}
.tp-contact-us-wrap .tp-contact-form-input input:focus, .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.tp-contact-us-wrap .tp-contact-form-input textarea {
  height: 160px;
  resize: none;
}
.tp-contact-us-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.tp-contact-us-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 10px;
}
.tp-contact-us-content {
  padding: 15px;
  border-radius: 14px;
  background: #F6F6F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-content {
    margin-top: 0;
  }
}
.tp-contact-us-content:hover .tp-contact-us-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-info-area {
    padding-bottom: 90px;
  }
}
.tp-contact-us-info-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 20px;
  letter-spacing: -0.52px;
  color: var(--tp-common-px-black);
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-us-info-details {
  margin-bottom: 45px;
}
.tp-contact-us-info-details a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.tp-contact-us-info-details a:hover {
  color: var(--tp-common-px-black-2);
}
.tp-contact-us-bottom {
  padding: 0 22px 28px;
}
.tp-contact-us-btn .tp-btn-yellow-green {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-contact-us-btn .tp-btn-yellow-green.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-us-btn .tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-us-btn .tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-us-btn .tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-us-btn .tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-us-btn .tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contactform-support-area {
    margin-bottom: 80px;
  }
}
.cn-contactform-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 385px;
}
.cn-contactform-support-text span {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: -0.88px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .cn-contactform-support-text span {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  8.3 dark css
/*----------------------------------------*/
.pixora-dark body {
  background-color: #0E0F11;
}
.pixora-dark .px-header-style-black .px-header-bar span {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-inner-service-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-text-inner-studio .studio-hero-banner-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .inner-service-1-left > span {
  color: var(--tp-common-px-white);
}
.pixora-dark .inner-service-1-text p {
  color: var(--tp-common-px-white);
}
.pixora-dark .inner-service-1-category-item span {
  color: var(--tp-common-px-white);
}
.pixora-dark .inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.pixora-dark .inner-service-1-category-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pixora-dark .px-inner-service-video video {
  filter: invert(1);
}
.pixora-dark .px-header-style-black .px-header-menu nav > ul > li > a {
  text-transform: none;
  color: var(--tp-common-px-white);
}
.pixora-dark .inner-service-1-text span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .inner-service-1-number svg {
  color: rgba(255, 255, 255, 0.4) !important;
  stroke: rgba(255, 255, 255, 0.4) !important;
}
.pixora-dark .tp-inner-service-item:hover .inner-service-1-number svg,
.pixora-dark .inner-service-1-number:hover svg {
  color: #dc2626 !important;
  stroke: #dc2626 !important;
}
.pixora-dark .in-team-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-team-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-section-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .td-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-text-sub {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-team-details-style .tp-team-details-text-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-text p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .tp-team-details-more-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-more ul li span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .tp-team-details-more ul li {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-progress-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-info-contact a {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-info-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-team-details-info-social .px-footer-widget-social a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-team-details-input-content input, .pixora-dark .tp-team-details-input-content textarea {
  background-color: #0A0A0A;
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-team-details-input-content input::-webkit-input-placeholder, .pixora-dark .tp-team-details-input-content textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-input-content input::-moz-placeholder, .pixora-dark .tp-team-details-input-content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-input-content input:-moz-placeholder, .pixora-dark .tp-team-details-input-content textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-input-content input:-ms-input-placeholder, .pixora-dark .tp-team-details-input-content textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-input-content input::placeholder, .pixora-dark .tp-team-details-input-content textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-team-details-input-content input:focus, .pixora-dark .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.pixora-dark .tp-team-details-input-btn button:hover {
  background-color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-white);
}
.pixora-dark .header-fixed::after {
  background-color: rgba(34, 35, 39, 0.8);
}
.pixora-dark .pf-hero-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-hero-content span {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-hero-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-project-3-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-3-category span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-hero-4-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-4-scrolldown {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-hero-4-video-btn span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-4-bigtitle h2 {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-3-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-3-hero-social-text span::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-project-inner-top-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-project-inner-style .px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-inner-style .px-project-6-item.is-active .px-project-inner-wrap-content span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-inner-wrapper {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .pf-4-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-4-hero-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-4-hero-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-project-inner-4-tab-wrap .masonary-menu button:hover, .pixora-dark .px-project-inner-4-tab-wrap .masonary-menu button.active {
  color: var(--tp-common-px-white);
  background-color: #1C1D20;
}
.pixora-dark .px-project-inner-4-tab-wrap .masonary-menu button {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-5-title-sm {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-5-content span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .pf-5-hero-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .pf-5-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-inner-5-tab .masonary-menu button:hover, .pixora-dark .px-project-inner-5-tab .masonary-menu button.active {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-inner-5-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pixora-dark .px-project-item {
  background-color: #1C1D20;
}
.pixora-dark .px-project-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-content span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .pf-6-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-categories span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-pd-2-bottom-item span {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .px-pd-2-bottom-item h6 {
  color: var(--tp-common-px-white);
}
/* dark: meta grid border düzelt */
.pixora-dark .px-pd-2-bottom { border-top-color: rgba(255,255,255,0.08); }
.pixora-dark .px-pd-2-bottom-item { border-bottom-color: rgba(255,255,255,0.06); }
.pixora-dark .px-pd-2-bottom-item:nth-child(odd) { border-right-color: rgba(255,255,255,0.06); }
.pixora-dark .px-pd-2-overview-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-overview-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-pd-2-overview-wrap ul li {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-dot .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.pixora-dark .px-pd-2-step-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-step-item-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-2-step-item span {
  color: rgba(255, 255, 255, 0.6);
}
/* IndieSync oyun detayı: 01/02/03 adım şeridi (eski şablon veya DB’de boş başlıklı steps) */
body.px-page-indiesync-detail .px-pd-2-step-ptb {
  display: none !important;
}
.pixora-dark .px-pd-2-np-content a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-portfolio-details-btn {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .px-portfolio-details-btn:hover {
  background-color: var(--tp-common-px-red);
}
.pixora-dark .px-pd-4-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-about-sub {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-about-text {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-about-list ul li::before {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-about-list ul li {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-work-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-work-heading {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-work-content p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-pd-4-work-item-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-work-item-text span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-pd-4-work-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-section-title.ff-thunder.fs-130 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-pd-4-np-content span {
  color: rgba(255, 255, 255, 0.2);
}
.pixora-dark .px-pd-4-np-content p {
  color: rgba(255, 255, 255, 0.2);
}
.pixora-dark .px-inner-service-2-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-4-video img {
  filter: invert(1);
}
.pixora-dark .px-about-5-style .px-section-title.ff-inter {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-5-style .px-about-4-content p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-about-5-style .px-about-4-content p span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-5-style .px-about-4-link {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-5-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-service-5-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-5-content p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-service-5-link a {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-5-icon img {
  filter: invert(1);
}
.pixora-dark .px-capsule-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-capsule-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-line-shape.px-line-bg-black span {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-btn-slide {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .ar-testimonial-item p {
  color: var(--tp-common-px-white);
}
.pixora-dark .ar-testimonial-arrow button {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pixora-dark .ar-testimonial-arrow button:hover {
  border-color: var(--tp-common-px-orange);
}
.pixora-dark .ar-testimonial-client-name {
  color: var(--tp-common-px-white);
}
.pixora-dark .ar-testimonial-fraction-wrap .swiper-pagination-fraction span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-brand-style-5 .px-brand-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-step-num span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-step-video video {
  mix-blend-mode: lighten;
  filter: invert(1);
}
.pixora-dark .px-step-bottom-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-step-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-capsule-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-section-title.ff-thunder.fs-100 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active .accordion-header .accordion-buttons {
  background: transparent;
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list ul li {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .pixora-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-title.sm {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .design-footer-widget-info a {
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .design-copyright-text p {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .design-copyright-backtoTop a {
  color: var(--tp-common-px-white);
}
.pixora-dark .design-copyright-backtoTop a span {
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pixora-dark .design-footer-widget-input input {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .design-footer-widget-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-px-white);
}
.pixora-dark .px-btn-black {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input-icon {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.pixora-dark .design-footer-widget-input input:focus {
  border-color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-inf-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-inf a {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-contact-inf a:hover {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-info-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-wrapper {
  background-color: #1C1D20;
}
.pixora-dark .px-contact-inf-social a {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea {
  color: var(--tp-common-px-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input::placeholder, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-contact-wrapper .tp-contact-form-input input:focus, .pixora-dark .px-contact-wrapper .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-px-orange);
}
.pixora-dark .px-contact-info-item-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-info-item-content a {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-contact-info-item-content a:hover {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-contact-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pixora-dark .px-contact-info-item-btn a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .in-team-hero-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-me-interest-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-me-form-category-list span label span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .pixora-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .pixora-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
}
.pixora-dark .tp-section-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-section-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-us-text p {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-us-form-wrapper {
  background: #1C1D20;
}
.pixora-dark .tp-contact-us-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-px-white);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input, .pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea {
  color: var(--tp-common-px-white);
  -webkit-text-fill-color: var(--tp-common-px-white);
  caret-color: var(--tp-common-px-white);
  border-color: transparent;
  background: rgba(255, 255, 255, 0.06);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input::-webkit-input-placeholder,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.55);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input::-moz-placeholder,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:-moz-placeholder,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:-ms-input-placeholder,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input::placeholder,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:focus, .pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  color: var(--tp-common-px-white);
  -webkit-text-fill-color: var(--tp-common-px-white);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--tp-common-px-orange);
}
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:-webkit-autofill,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:-webkit-autofill:hover,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input input:-webkit-autofill:focus,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:-webkit-autofill,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:-webkit-autofill:hover,
.pixora-dark .tp-contact-us-wrap .tp-contact-form-input textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--tp-common-px-white) !important;
  caret-color: var(--tp-common-px-white);
  transition: background-color 99999s ease-out 0s;
  box-shadow: 0 0 0 1000px rgba(28, 29, 32, 0.95) inset !important;
}
.pixora-dark .tp-contact-us-content {
  background: #1C1D20;
}
.pixora-dark .tp-contact-us-info-title {
  color: var(--tp-common-px-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-contact-us-info-details a {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .tp-contact-us-btn .tp-btn-yellow-green {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-about-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-title b {
  color: var(--tp-common-px-red);
}
.pixora-dark .px-about-title span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-content p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-about-content p span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-link {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-info-head {
  background: #1C1D20;
}
.pixora-dark .px-about-info-head h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-info-head em {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-about-info-body {
  background: #1C1D20;
}
.pixora-dark .px-about-info-body h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-info-body p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-section-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-title-box p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-award-content > span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-2-content span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-2-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-2-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-2-subtitle {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-2-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-2-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-service-2-title > span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-2-wrap label {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-2-content span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-service-2-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-2-subtitle i {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-about-3-bigtext {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-3-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-blog-category {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-blog-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-blog-meta {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-brand-style-3 .px-brand-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-project-3-inner-box p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-hero-5-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-5-content span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-hero-5-category a, .pixora-dark .px-hero-5-social a {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .ar-funfact-item h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .ar-funfact-item span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-5-thumb span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .px-text-slider-style-3 {
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-text-slider-style-3 .px-text-slider-item span {
  color: var(--tp-common-px-white);
}
.pixora-dark .am-about-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .am-skill-bdr {
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-section-title.ff-thunder.fs-80 {
  color: var(--tp-common-px-white);
}
.pixora-dark .am-skill-item h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .am-skill-item ul li span {
  color: var(--tp-common-px-white);
}
.pixora-dark .am-skill-item ul li span::before {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .am-capsule-style .px-capsule-inner {
  background-color: #1C1D20;
}
.pixora-dark .px-award-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .px-award-num span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-award-category span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-award-nomination span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-award-year span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-inner-about-style .px-about-3-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-btn-black {
  color: var(--tp-common-px-black-2);
  background-color: var(--tp-common-px-white);
}
.pixora-dark .px-btn-black:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.pixora-dark .px-btn-black.hover-orange-bg:hover {
  background-color: var(--tp-common-px-orange);
}
.pixora-dark .px-inner-about-1-top p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-inner-about-1-video video {
  mix-blend-mode: lighten;
  filter: invert(1);
}
.pixora-dark .px-inner-about-1-content p {
  color: var(--tp-common-px-white);
}
/* About: quote + text + portfolio blok ortada, portfolio butonu ortada */
.px-inner-about-1-portfolio-wrap {
  text-align: center;
}
.pixora-dark .px-funfact-inner-style .ar-funfact-item {
  border-color: rgba(255, 255, 255, 0.15);
}
.pixora-dark .px-funfact-inner-style .ar-funfact-item h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-funfact-inner-style .ar-funfact-item span {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .aus-service-content label {
  color: var(--tp-common-px-white);
}
.pixora-dark .aus-service-content-wrap {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .aus-service-item {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .aus-service-content h4 {
  color: var(--tp-common-px-white);
}
.pixora-dark .aus-service-content span {
  color: var(--tp-common-px-white);
}
.pixora-dark .aus-service-content p {
  color: rgba(255, 255, 255, 0.5);
}

/* About page — OUR SOLUTIONS logo collage (2 sütun, aşağı hafif uzatılmış) */
.aus-service-logo-collage {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.aus-collage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 14px 28px;
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid rgba(220, 38, 38, 0.5);
  border-radius: 10px;
  background: rgba(220, 38, 38, 0.04);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.25s ease;
  cursor: default;
}
.aus-collage-card:hover {
  border-top-color: #dc2626;
  border-color: rgba(220, 38, 38, 0.35);
  background: rgba(220, 38, 38, 0.09);
  transform: translateY(-3px);
}
.aus-collage-card svg {
  width: 46px;
  height: 46px;
  color: rgba(220, 38, 38, 0.65);
  stroke: rgba(220, 38, 38, 0.65);
  transition: color 0.25s, stroke 0.25s;
  flex-shrink: 0;
}
.aus-collage-card:hover svg {
  color: #dc2626;
  stroke: #dc2626;
}
.aus-collage-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  transition: color 0.25s;
  line-height: 1;
}
.aus-collage-card:hover span {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .aus-service-logo-collage {
    margin-bottom: 40px;
  }
}
.pixora-dark .px-team-content span {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .px-team-desc {
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .px-team-content {
  background: #1c1d20;
}
.pixora-dark .tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-details-tag span:last-child::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-title {
  color: var(--tp-common-px-white);
}
.px-post-detail-content p {
  margin-bottom: 1.25em;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}
.px-post-detail-content p:last-child {
  margin-bottom: 0;
}
.pixora-dark .postbox-details-meta .postbox-author-name {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-meta span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-details-meta > div:not(:first-child)::after {
  background: rgba(255, 255, 255, 0.2);
}
.pixora-dark .sidebar-search input {
  border-color: #1C1D20;
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .sidebar-search input:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.pixora-dark .sidebar-search input::placeholder {
  color: var(--tp-common-px-white);
}
.pixora-dark .sidebar-search input ~ button {
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-text p {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox-details-text [data-divider] {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.pixora-dark .sidebar-widget-author {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .sidebar-widget-author-name {
  color: var(--tp-common-px-white);
}
.pixora-dark .sidebar-widget-author-content p {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .sidebar-widget-author-social a span {
  color: var(--tp-common-px-white);
}
.pixora-dark .sidebar-widget-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .rc-post-category a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .rc-post-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .rc-post-meta span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .rc-post-wrap .rc-post:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.2);
}
.pixora-dark .sidebar-widget-category ul li a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .sidebar-widget-category ul li a:hover {
  color: var(--tp-common-px-orange);
}
.pixora-dark .sidebar-widget-category ul li a span {
  color: rgba(255, 255, 255, 0.4);
}
.pixora-dark .postbox-details-list ul li {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.pixora-dark .postbox-details-list ul li::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox-details-quote-box {
  background-color: #1C1D20;
}
.pixora-dark .postbox-details-quote p {
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-quote span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-details-code {
  background-color: #1C1D20;
}
.pixora-dark .postbox-details-code pre {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .tagcloud a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .tagcloud a:hover {
  background-color: var(--tp-common-px-orange);
}
.pixora-dark .postbox-details-social a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.pixora-dark .postbox-details-author .sidebar-widget-author {
  background-color: #1C1D20;
}
.pixora-dark .postbox__comment-name span {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox__comment-text p {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox__comment-reply a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .postbox-details-form {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .postbox-details-form-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-form p {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox-details-input label {
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-input input, .pixora-dark .postbox-details-input textarea {
  border-color: #1C1D20;
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-input input:focus, .pixora-dark .postbox-details-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.pixora-dark .postbox-details-remeber label {
  color: rgba(255, 255, 255, 0.7);
}
.pixora-dark .postbox-details-remeber label::before {
  filter: invert(0);
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox-details-remeber label::after {
  border-color: rgba(255, 255, 255, 0.1);
}
.pixora-dark .tp-blog-details-ptb {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .px-blog-category {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-blog-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-blog-meta {
  color: rgba(255, 255, 255, 0.5);
}
.pixora-dark .px-breadcrumb-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-breadcrumb-list span {
  color: rgba(255, 255, 255, 0.8);
}
.pixora-dark .postbox-author-name {
  color: rgba(255, 255, 255, 0.9);
}
.pixora-dark .postbox-author-info span {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-item {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .postbox-tag {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .postbox-content p {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .basic-pagination ul li > a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.15);
}
.pixora-dark .postbox-blockquote {
  background: #1C1D20;
}
.pixora-dark .postbox-blockquote-paragraph p {
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-hero-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-hero-title-text {
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-hero-news {
  color: #dc2626 !important;
}
.pixora-dark .in-blog-list-category-wrap {
  border-color: rgba(255, 255, 255, 0.08);
}
.pixora-dark .in-blog-list-search-input::before {
  background-color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-list-search-input input {
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-list-search-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.pixora-dark .in-blog-list-search-icon span {
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-list-category span {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .in-blog-list-category span:hover, .pixora-dark .in-blog-list-category span.active {
  background-color: var(--tp-common-px-orange);
}
.pixora-dark .px-header-6-menu nav > ul > li > a {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-6-info p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-6-social a {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-header-6-info a {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-6-category span {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.pixora-dark .px-hero-6-category span:hover {
  background: var(--tp-common-px-orange);
}
.pixora-dark .px-hero-6-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-service-6-slide-wrap::after {
  background-image: linear-gradient(#1C1D20 10%, rgba(232, 233, 232, 0) 40% 60%, #1C1D20 90%);
}
.pixora-dark .px-service-6-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-about-6-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-6-item {
  border-color: rgba(255, 255, 255, 0.09);
}
.pixora-dark .px-project-6-content span {
  color: #1C1D20;
}
.pixora-dark .px-project-6-title {
  color: #1C1D20;
}
.pixora-dark .px-project-6-content p {
  color: #1C1D20;
}
.pixora-dark .px-project-6-item.is-active .px-project-6-content span {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-project-6-item.is-active .px-project-6-content p {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-header-2-bar button {
  background-color: #1C1D20;
}
.pixora-dark .cn-contactform-support-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.pixora-dark .ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.pixora-dark .ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.pixora-dark .ar-testimonial-fraction-wrap .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  background: rgba(255, 255, 255, 0.2);
}
.pixora-dark .px-footer-3-social a {
  background-color: #ffffff0d;
}
.pixora-dark .px-footer-3-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.pixora-dark .px-project-inner-5-tab .masonary-menu button {
  color: #BCBCBC85;
}
.pixora-dark .px-project-inner-6-text span {
  color: var(--tp-common-px-white);
}
.pixora-dark .postbox__comment-name h5 {
  color: var(--tp-common-px-white);
}
.pixora-dark .px-brand-item {
  background-color: #1C1D20;
}
.pixora-dark .px-pd-4-np-title {
  color: var(--tp-common-px-white);
}

.bf-dark .bf-about-dec {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-about-video video {
  filter: invert(1);
  mix-blend-mode: inherit;
}
.bf-dark .bf-brands-item {
  background: #1d1d1f;
}
.bf-dark .bf-brands-item img {
  filter: invert(1);
}
.bf-dark .bf-brands-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-portfolio-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-btn-white-border:hover {
  color: var(--tp-common-px-black);
}
.bf-dark .bf-hero-2-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-hero-2-left-right {
  filter: invert(1);
}
.bf-dark .bf-text-moving-item span {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-text-moving-top span img {
  filter: invert(1);
}
.bf-dark .bf-portfolio-vp-maintitle {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-faq-wrap .accordion-item {
  background: #1d1d1f;
}
.bf-dark .bf-faq-wrap .tp-faq-btn {
  border: none;
}
.bf-dark .bf-hero-3-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-header-3-style .tp-main-menu-2 nav > ul {
  background: #1d1d1f;
}
.bf-dark .bf-btn-rounded {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--tp-common-px-white);
}
.bf-dark .bf-hero-3-dec {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.bf-dark .bf-hero-3-dec p {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-about-3-subtile span {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-3-avatar p {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-3-count-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-3-avatar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bf-dark .bf-about-3-count-item span {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-portfolio-3-shape img {
  filter: invert(1);
}
.bf-dark .bf-portfolio-3-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-portfolio-3-content .mb-50 {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-portfolio-3-content span {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-contact-form .tp-contact-form-input .tp-label {
  color: var(--tp-common-px-black);
}
.bf-dark .bf-contact-form .tp-btn {
  color: var(--tp-common-px-white);
  background: var(--tp-common-px-black);
}
.bf-dark .bf-contact-author .tp-btn {
  color: var(--tp-common-px-white);
  background: var(--tp-common-px-black);
}
.bf-dark .bf-instagram-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-instagram-content p {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark.update-bg {
  background: var(--tp-common-px-black);
}
.bf-dark .bf-about-us-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-us-dec {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-about-us-subtitle {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-team-subtitle {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-header-3-style .tp-header-menu-btn:hover {
  background: var(--tp-common-px-white);
}
.bf-dark .bf-header-3-style .tp-header-menu-btn:hover span {
  background: var(--tp-common-px-black);
}
.bf-dark .bf-team-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bf-dark .bf-team-info h4 {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-team-info p {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-team-contact span {
  background: var(--tp-common-px-white);
}
.bf-dark .bf-team-contact a {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-header-logo .logo-white {
  display: block;
}
.bf-dark .bf-header-logo .logo-dark {
  display: none !important;
}
.bf-dark .bf-header-white .tp-main-menu-2 nav > ul {
  background: transparent;
}
.bf-dark .bf-header-white.header-sticky .bf-header-logo .logo-white {
  display: block;
}
.bf-dark .bf-header-white.header-sticky .bf-header-logo .logo-dark {
  display: none !important;
}
.bf-dark .bf-header-white.header-sticky .tp-main-menu nav > ul > li > a {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-header-white.header-sticky .tp-header-search {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-header-white.header-sticky .tp-btn {
  color: var(--tp-common-px-black);
  background: var(--tp-common-px-white);
}
.bf-dark .bf-header-white.header-sticky .tp-header-menu-btn {
  background: var(--tp-common-px-white);
}
.bf-dark .bf-header-white.header-sticky .tp-header-menu-btn span {
  background: var(--tp-common-px-black);
}
.bf-dark .bf-service-step-subtitle span {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-service-step-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-service-step-item h4 {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-service-step-item ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-service-step-icon {
  filter: invert(1);
}
.bf-dark .bf-about-4-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-4-item-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-about-4-dec {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-about-4-icon {
  filter: invert(1);
}
.bf-dark .bf-about-4-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.bf-dark .bf-portfolio-4-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-contact-us-title {
  color: var(--tp-common-px-white);
}
.bf-dark .bf-contact-us-dec {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-contact-us-form .tp-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-px-white);
}
.bf-dark .bf-contact-us-form .tp-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.bf-dark .bf-contact-us-form .tp-input:focus {
  border-color: var(--tp-common-px-white);
}
.bf-dark .bf-contact-us-shape {
  filter: invert(1);
}
.bf-dark .homemenu-title {
  color: var(--tp-common-px-white);
}
.bf-dark .homemenu-btn .tp-btn {
  background: var(--tp-common-px-black);
  color: var(--tp-common-px-white);
}
.bf-dark .homemenu-btn .bf-btn-white {
  background: var(--tp-common-px-white);
  color: var(--tp-common-px-black);
}
.bf-dark .homemenu-thumb-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.bf-dark .bf-instagram-thumb-inner-8 a {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.bf-dark .bf-instagram-subtitle {
  color: var(--tp-common-px-white);
}
.bf-dark .reveal-text .char.revealed {
  color: var(--tp-common-px-white);
}
.bf-dark .reveal-text .char {
  color: #a8a8a8;
}
.bf-dark .tp-text-content span {
  color: rgba(255, 255, 255, 0.2) !important;
}
.bf-dark .bf-text-slider-style .tp-text-slide-bottom .tp-text-content span {
  color: var(--tp-common-px-red) !important;
}
.bf-dark .design-award-item.active .design-award-content h4 {
  color: var(--tp-common-px-white);
}
.bf-dark .design-award-item.active .design-award-content span {
  color: var(--tp-common-px-white);
}
.bf-dark .design-award-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bf-dark .design-award-item:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bf-dark .design-award-content h4 {
  color: rgba(255, 255, 255, 0.3);
}
.bf-dark .design-award-content span {
  color: rgba(255, 255, 255, 0.3);
}
.bf-dark .tp-btn {
  color: var(--tp-common-px-black);
  background: var(--tp-common-px-white);
}
.bf-dark .tp-blog-tag {
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.08);
}
.bf-dark .tp-blog-date {
  color: var(--tp-common-px-white);
}
.bf-dark .tp-blog-tittle {
  color: var(--tp-common-px-white);
}
.bf-dark .tp-btn-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--tp-common-px-white);
  background: transparent;
}
.bf-dark .tp-black-bg {
  background: #1d1d1f;
}

/*----------------------------------------*/
/*  7.1 hero css start
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-video {
    margin-left: 0;
  }
}
.bf-hero-video video {
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-video video {
    width: 100%;
  }
}
.bf-hero-top {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-top {
    margin-bottom: 30px;
  }
}
.bf-hero-spacing {
  padding-top: 160px;
  padding-bottom: 70px;
}
.bf-hero-right-content ul {
  text-align: right;
}
.bf-hero-right-content ul li {
  list-style: none;
}
.bf-hero-right-content ul li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.65);
}
.bf-hero-right-content ul li a .explore-text {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  line-height: 1;
}
.bf-hero-right-content ul li a .explore-text::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
  z-index: -1;
}
.bf-hero-right-content ul li a:hover {
  color: var(--tp-common-px-white);
}
.bf-hero-right-content ul li a:hover .explore-text {
  transform: rotateX(90deg) translateY(-12px);
  color: inhewrit;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-bottom-content {
    margin-left: 0;
  }
}
.bf-hero-bottom-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
.bf-hero-scrolling-words {
  height: 300px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-hero-scrolling-words {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-hero-scrolling-words {
    height: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-hero-scrolling-words {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .bf-hero-scrolling-words {
    height: 120px;
  }
}
.bf-hero-scrolling-words ul {
  animation: scrollUp 8s infinite;
}
.bf-hero-scrolling-words ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  font-weight: 500;
  font-size: 400px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-hero-scrolling-words ul li {
    font-size: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-hero-scrolling-words ul li {
    font-size: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-hero-scrolling-words ul li {
    font-size: 250px;
  }
}
@media (max-width: 767px) {
  .bf-hero-scrolling-words ul li {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-scrolling-words ul li {
    justify-content: flex-start;
  }
}
.bf-hero-3-spacing {
  padding-top: 222px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-spacing {
    padding-top: 180px;
  }
}
.bf-hero-3-title {
  font-weight: 400;
  font-size: 135px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-hero-3-title {
    font-size: 113px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-hero-3-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-hero-3-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-title .spacing {
    padding-right: 0;
  }
}
.bf-hero-3-title-video {
  display: inline-block;
  margin-right: -13px;
}
.bf-hero-3-title-video video {
  width: 170px;
  height: 98px;
  object-fit: cover;
  border-radius: 98px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-title-video video {
    height: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-title-video video {
    height: 51px;
    width: 113px;
  }
}
.bf-hero-3-video-wrap video {
  width: 100%;
  height: 930px;
  object-fit: cover;
  border-radius: 30px;
}
@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) {
  .bf-hero-3-video-wrap video {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-video-wrap video {
    height: 400px;
  }
}
.bf-hero-3-thumb {
  position: absolute;
  top: -75px;
  right: -154px;
  z-index: -1;
}
.bf-hero-3-thumb-2 {
  position: absolute;
  top: -10px;
  right: -130px;
  z-index: -1;
}
.bf-hero-3-dec {
  border-top: 1px solid #d9d9d9;
  padding-top: 34px;
  margin-top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-dec {
    margin-top: 0;
  }
}
.bf-hero-3-dec p {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-3-dec p br {
    display: none;
  }
}

.bf-hero-2-spacing {
  padding-top: 267px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-spacing {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-spacing {
    height: 100%;
    padding-top: 160px;
  }
}
.bf-hero-2-title {
  font-weight: 500;
  font-size: 110px;
  line-height: 91%;
  letter-spacing: -0.03em;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-hero-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .bf-hero-2-title {
    font-size: 40px;
  }
}
.bf-hero-2-title .gif-1 {
  width: 204px;
  margin-left: -64px;
  margin-right: -64px;
  margin-top: -51px;
  margin-bottom: -36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title .gif-1 {
    width: 160px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title .gif-1 {
    width: 86px;
    margin-left: -33px;
    margin-right: -33px;
    margin-top: -10px;
  }
}
.bf-hero-2-title .gif-2 {
  width: 160px;
  margin-left: -34px;
  margin-right: -44px;
  margin-top: -18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-hero-2-title .gif-2 {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title .gif-2 {
    width: 85px;
    margin-left: -25px;
    margin-right: -30px;
    margin-top: -10px;
  }
}
.bf-hero-2-title .gif-3 {
  width: 160px;
  margin-right: -44px;
  margin-top: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title .gif-3 {
    width: 113px;
    margin-right: -21px;
    margin-top: -32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-title .gif-3 {
    width: 85px;
  }
}
.bf-hero-2-left-right {
  display: inline-block;
  width: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-hero-2-left-right {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-left-right {
    width: 100px;
  }
}
.bf-hero-2-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  height: 240px;
  overflow: hidden;
  transform-origin: bottom left;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-hero-2-video {
    width: 100%;
    height: 350px;
    position: inherit;
    margin-top: 40px;
  }
}
.bf-hero-2-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.tp-image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-20%);
  }
  40%, 50% {
    transform: translateY(-40%);
  }
  65%, 75% {
    transform: translateY(-60%);
  }
  90%, 100% {
    transform: translateY(-80%);
  }
}
/*----------------------------------------*/
/*  7.1 header css start
/*----------------------------------------*/
.bf-header-style .tp-header-menu-btn {
  background: transparent;
  border: 1px solid var(--tp-common-px-white);
}
.bf-header-3-style .tp-main-menu-2 nav > ul {
  background: var(--tp-common-px-white);
}
.bf-header-3-style .tp-header-menu-btn {
  background: var(--tp-common-px-white);
}
.bf-header-3-style .tp-header-menu-btn:hover {
  background: var(--tp-common-px-black);
}
.bf-header-3-style .tp-header-menu-btn:hover span {
  background: var(--tp-common-px-white);
}
.bf-header-white .tp-main-menu-2 nav > ul {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.bf-header-white .tp-main-menu nav > ul > li > a {
  color: var(--tp-common-px-white);
}
.bf-header-white .tp-header-search {
  color: var(--tp-common-px-white);
}
.bf-header-white .tp-header-menu-btn:hover {
  background: var(--tp-common-px-white);
}
.bf-header-white .tp-header-menu-btn:hover span {
  background: var(--tp-common-px-black);
}
.bf-header-white.header-sticky .logo-white {
  display: none;
}
.bf-header-white.header-sticky .logo-dark {
  display: block !important;
}
.bf-header-white.header-sticky .tp-main-menu nav > ul > li > a {
  color: var(--tp-common-px-black);
}
.bf-header-white.header-sticky .bf-btn-white {
  background: var(--tp-common-px-black);
  color: var(--tp-common-px-white);
}
.bf-header-white.header-sticky .tp-header-menu-btn {
  background: var(--tp-common-px-black);
}
.bf-header-white.header-sticky .tp-header-menu-btn span {
  background: var(--tp-common-px-white);
}
.bf-header-white.header-sticky .tp-header-search {
  color: var(--tp-common-px-black);
}

/*----------------------------------------*/
/*  7.1 common css start
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container-1830 {
    max-width: 1830px;
  }
}
@media (min-width: 1400px) {
  .container-1710 {
    max-width: 1710px;
  }
}
@media (min-width: 1400px) {
  .container-1750 {
    max-width: 1750px;
  }
}
@media (min-width: 1400px) {
  .container-1650 {
    max-width: 1650px;
  }
}
@media (min-width: 1400px) {
  .container-1860 {
    max-width: 1860px;
  }
}
@media (min-width: 1400px) {
  .container-1350 {
    max-width: 1350px;
  }
}
.common-underline {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}
.common-underline:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}

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

.bf-btn-red {
  background: var(--tp-common-px-red);
}
.bf-btn-white {
  background: var(--tp-common-px-white);
  color: var(--tp-common-px-black);
}
.bf-btn-white:hover {
  color: var(--tp-common-px-black);
}
.bf-btn-white-border {
  background: transparent;
  border: 1px solid var(--tp-common-px-white);
  color: var(--tp-common-px-white);
}
.bf-btn-white-border:hover {
  color: var(--tp-common-px-white);
}
.bf-btn-rounded {
  width: 120px;
  height: 120px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-px-black);
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 137%;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bf-btn-rounded:hover {
  color: var(--tp-common-px-white);
}
.bf-btn-rounded:hover .bf-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.bf-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  line-height: 20px;
  border-radius: 50%;
  background: #e11010;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  z-index: -1;
}

.bf-section-title {
  font-weight: 500;
  font-size: 80px;
  font-family: var(--tp-ff-thundermed);
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-section-title {
    font-size: 60px;
  }
  .bf-section-title br {
    display: none;
  }
}
.bf-section-title.fs-75 {
  font-size: 75px;
}
.bf-section-title-2 {
  font-size: 60px;
  font-family: var(--tp-ff-body);
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-section-title-2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bf-section-title-2 {
    font-size: 40px;
  }
}
.bf-section-title-3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 105%;
  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), only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-section-title-3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bf-section-title-3 {
    font-size: 40px;
  }
}

.tp-section-tittle {
  font-weight: 500;
  font-size: 55px;
  line-height: 118%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-tittle {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-tittle {
    font-size: 36px;
  }
}

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

.reveal-text .char {
  color: #b6bcc6;
  transition: color 0.6s ease;
}

.reveal-text .char.revealed {
  color: var(--tp-common-px-black);
}

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

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

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.bf-about-video video {
  z-index: -1;
  width: 770px;
  margin-left: -55px;
  margin-top: -50px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .bf-about-video video {
    width: 100%;
    margin-left: 0;
  }
}
.bf-about-dec {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.bf-about-thumb img {
  border-radius: 10px;
}
.bf-about-3-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bf-about-3-title {
    font-size: 30px;
  }
}
.bf-about-3-thumb {
  margin-top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-thumb {
    margin-top: 0;
  }
}
.bf-about-3-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-thumb-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-thumb-2 {
    padding-top: 0;
  }
}
.bf-about-3-thumb-2 img {
  border-radius: 10px;
}
.bf-about-3-avatar {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 18px;
  margin-bottom: 34px;
}
.bf-about-3-avatar p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--tp-common-px-black);
}
.bf-about-3-subtile span {
  color: var(--tp-common-px-black);
  font-size: 16px;
}
.bf-about-3-count-title {
  font-weight: 500;
  font-size: 70px;
  letter-spacing: -0.04em;
}
.bf-about-3-count-item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-count-item span br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-info-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-3-info-wrap {
    padding-top: 0;
  }
}
.bf-about-us-spacing {
  padding-top: 185px;
  padding-bottom: 120px;
}
.bf-about-us-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-us-subtitle {
    margin-bottom: 20px;
    display: block;
  }
}
.bf-about-us-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-about-us-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-about-us-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bf-about-us-title {
    font-size: 35px;
  }
}
.bf-about-us-dec {
  font-size: 18px;
  line-height: 144%;
}
.bf-about-us-dec-wrap {
  padding-left: 443px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-about-us-dec-wrap {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-us-dec-wrap {
    padding-left: 0;
  }
}
.bf-about-us-gif img {
  max-width: 730px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-us-gif img {
    width: 100%;
  }
}
.bf-about-us-video video {
  height: 930px;
  width: 100%;
  object-fit: cover;
}
@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) {
  .bf-about-us-video video {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-us-video video {
    height: 400px;
  }
}
.bf-about-4-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-4-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-4-title {
    font-size: 40px;
  }
}
.bf-about-4-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 23px 5px 23px;
}
.bf-about-4-item-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.05em;
}
.bf-about-4-dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #595959;
}
.bf-about-4-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-about-4-content {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  7.1 brand css start
/*----------------------------------------*/
.bf-brands-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.bf-brands-item {
  height: 180px;
  width: 100%;
  background: var(--tp-common-px-white);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-brands-item {
    height: 90px;
  }
}

/*----------------------------------------*/
/*  7.1 portfolio css start
/*----------------------------------------*/
:root {
  --numOfSlides: 5;
  --slidingAT: 1.3s;
  --controlSize: 60px;
}

.bf-portfolio-title {
  font-family: var(--tp-ff-thundermed);
  font-weight: 500;
  font-size: 280px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-portfolio-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-portfolio-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bf-portfolio-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .bf-portfolio-title {
    font-size: 77px;
  }
}
.bf-portfolio-item img {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-wrapper .grid-item {
    margin-bottom: 30px;
  }
}
.bf-portfolio-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-content {
    padding: 0 20px;
  }
}
.bf-portfolio-content span {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .bf-portfolio-content span {
    font-size: 22px;
  }
}
.bf-portfolio-post-thumbnail a {
  display: block;
}
.bf-portfolio-post-thumbnail img {
  border-radius: 20px;
}

.bf-portfolio-3-sectitle {
  font-weight: 500;
  font-size: 200px;
  line-height: 80%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-3-sectitle {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .bf-portfolio-3-sectitle {
    font-size: 88px;
  }
}
.bf-portfolio-3-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-3-title {
    font-size: 60px;
  }
}
.bf-portfolio-3-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .bf-portfolio-3-title-box p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-3-btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-3-content.pl-200 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-3-content {
    margin-top: 30px;
  }
}
.bf-portfolio-3-content span {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
  display: block;
}
.bf-portfolio-3-thumb img {
  border-radius: 30px;
}
.bf-portfolio-4-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-portfolio-4-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.tp-portfolio-mix-slider {
  height: 100%;
  width: 100%;
}
.tp-portfolio-mix-slider-wrap.mix {
  padding: 0px 0px 0px 0px;
  height: 100vh;
}
.tp-portfolio-mix-slider-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tp-portfolio-mix-slider-navigation .nav-icon {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  color: var(--tp-common-px-white);
  line-height: 1;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tp-portfolio-mix-slider-navigation .slider-nav {
  display: flex;
  height: 80px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-mix-slider-navigation .slider-nav {
    height: 80px;
  }
}
.tp-portfolio-mix-slider-navigation .slider-nav-box {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tp-portfolio-mix-slider-navigation.navigation-white .nav-icon {
  color: var(--tp-common-px-black);
}
.tp-portfolio-mix-slider-image .popup-image {
  position: absolute;
  bottom: 200px;
  left: 72px;
  right: auto;
}
@media (max-width: 767px) {
  .tp-portfolio-mix-slider-image .popup-image {
    display: none;
  }
}
.tp-portfolio-mix-slider-image .popup-image i {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: var(--tp-common-px-white);
}
.tp-portfolio-mix-slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-text {
  transform: translateX(200px);
  transition: all 2s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-text {
    transform: translateX(0px);
  }
}
.tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-heading {
  transform: translateX(-200px);
  transition: all 2s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-mix-slider-content .tp-portfolio-mix-slide-heading {
    transform: translateX(0px);
  }
}
.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-mix-slide-text {
  transform: translateX(0px);
}
.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-mix-slide-heading {
  transform: translateX(0px);
}
.tp-portfolio-mix-slide-heading {
  font-size: clamp(5rem, 15vw, 13rem);
  font-weight: 500;
  line-height: 0.8;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thundermed);
  letter-spacing: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-mix-slide-heading {
    letter-spacing: 0;
  }
}
.tp-portfolio-mix-slide-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
  display: inline-block;
  color: var(--tp-common-px-white);
  text-transform: uppercase;
}
.tp-portfolio-mix-pagination {
  position: absolute;
  top: auto !important;
  bottom: 0;
  transform: none;
  height: 50px;
  left: 0 !important;
  right: 0 !important;
  display: inline-flex;
  gap: 20px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-mix-pagination {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-mix-pagination {
    display: none;
  }
}
.tp-portfolio-mix-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-mix-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.tp-portfolio-mix-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  width: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-mix-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    width: 40px;
  }
}
.tp-portfolio-mix-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.tp-portfolio-mix-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.tp-portfolio-mix-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}
.tp-portfolio-parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.tp-portfolio-parallax-slider-wrapper .parallax-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 4200px;
  height: 100%;
}
@media (max-width: 767px) {
  .tp-portfolio-parallax-slider-wrapper .parallax-slider {
    width: 2600px;
  }
}
.tp-portfolio-parallax-slider-wrapper .parallax-slider-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  gap: 5px;
  left: 0px;
  right: 0;
}
.tp-portfolio-parallax-slider-wrapper .parallax-item {
  position: relative;
  width: 600px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp-portfolio-parallax-slider-wrapper .parallax-item {
    width: 350px;
  }
}
.tp-portfolio-parallax-slider-wrapper .parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tp-portfolio-parallax-slider-wrapper .parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.tp-portfolio-parallax-slider-wrapper .parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.tp-portfolio-parallax-slider-wrapper .parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-px-white);
  text-transform: capitalize;
}
.tp-portfolio-parallax-slider-wrapper .parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  color: var(--tp-common-px-white);
}
.tp-portfolio-parallax-slider-wrapper .parallax-img {
  position: absolute;
  height: 100%;
  width: 840px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.tp-portfolio-parallax-slider-wrapper .parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

/*----------------------------------------*/
/*  7.1 portfolio css start
/*----------------------------------------*/
.bf-service-dec {
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.bf-service-category {
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-category {
    padding-left: 0;
  }
}
.bf-service-category span {
  border-radius: 16px;
  padding: 11px 18px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
  font-style: normal;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-service-category span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-service-category span {
    padding: 11px 14px;
  }
}
.bf-service-num span {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-title-box {
    padding-top: 0;
  }
}
.bf-service-title h4 {
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 22px;
  text-align: start;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-title h4 {
    font-size: 16px;
  }
}
.bf-service-thumb {
  flex: 0 0 auto;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-service-thumb {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.bf-service-thumb img {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-service-content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-content {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.bf-service-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bf-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-service-content p {
    font-size: 15px;
  }
  .bf-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-service-content p {
    font-size: 14px;
  }
  .bf-service-content p br {
    display: none;
  }
}
.bf-service-accordion-wrap .accordion-buttons {
  width: 100%;
}
.bf-service-accordion-wrap .accordion-items {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.bf-service-accordion-wrap .accordion .accordion-items {
  position: relative;
}
.bf-service-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(254, 255, 248, 0.08);
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  text-align: start;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  padding: 24px 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 15px;
  right: 7px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
    height: 30px;
    width: 30px;
  }
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
  transition: 0.4s;
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons i {
  margin-right: 80px;
  display: inline-block;
  transform: translateY(-3px);
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
.bf-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-body 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.bf-service-accordion-category span {
  font-weight: 600;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 32px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-accordion-category span {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.bf-service-item-3 {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.bf-service-item-3:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.bf-service-item-3:hover .row [class*=col-] .bf-service-item-3-wrap {
  transform: translateX(0);
}
.bf-service-item-3-wrap {
  transition: 0.9s;
  transform: translateX(-340px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-wrap {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-wrap {
    flex-wrap: wrap;
  }
}
.bf-service-item-3-thumb {
  flex: 0 0 auto;
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-thumb {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-thumb {
    width: 100%;
  }
}
.bf-service-item-3-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-text {
    padding-top: 30px;
  }
}
.bf-service-item-3-title {
  margin: 0;
  line-height: 1;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-service-item-3-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-title {
    font-size: 40px;
  }
}
.bf-service-item-3-tags {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  animation: marquee-horizontal 30s linear infinite;
}
.bf-service-item-3-tags span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
  padding: 1px 15px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bf-service-item-3-slider {
  position: relative;
}
.bf-service-item-3-slider::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 160px;
  display: inline-block;
  background: linear-gradient(-90deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}
.bf-service-item-3-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 160px;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(90deg, #151515 0%, rgba(21, 21, 21, 0) 100%);
}
.bf-service-item-3-wrapper {
  height: 100%;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-item-3-btn {
    margin-bottom: 30px;
  }
}
.bf-service-item-3-btn a {
  display: inline-block;
}
.bf-service-item-3-btn a span {
  height: 60px;
  width: 60px;
  display: grid;
  border-radius: 30px;
  place-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bf-service-item-3-btn a:hover span {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .bf-service-heading {
    margin-bottom: 20px;
  }
}

.bf-service-3-rounded {
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
@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) {
  .bf-service-3-rounded {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-3-rounded {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
.bf-service-3-dec {
  font-size: 18px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.65);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-3-dec br {
    display: none;
  }
}

.bf-service-hero-spacing {
  padding-top: 225px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-hero-spacing {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
.bf-service-hero-subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.bf-service-hero-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bf-service-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-service-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-hero-title {
    font-size: 50px;
  }
}
.bf-service-hero-bottom-title {
  font-weight: 500;
  font-size: 280px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -75px;
  right: 0;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-hero-bottom-title {
    font-size: 150px;
    bottom: -25px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  .bf-service-hero-bottom-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-hero-gif {
    padding-top: 30px;
  }
}
.bf-service-step-subtitle span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-px-1);
}
.bf-service-step-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-step-title {
    font-size: 40px;
  }
}
.bf-service-step-item h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.bf-service-step-item ul li {
  list-style: none;
}
.bf-service-step-item ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-px-black);
}
.bf-service-step-icon {
  position: absolute;
  top: 0;
  right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-service-step-icon {
    right: 0;
  }
}

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

.bf-footer-2-wrap .tp-footer-email {
  color: var(--tp-common-px-white);
}
.bf-footer-2-wrap .tp-hero-bigtext h2 {
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-footer-2-wrap .tp-footer-widget {
    margin-left: 0;
  }
}
@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) {
  .bf-footer-2-top-spacing {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-footer-2-top-spacing {
    padding-bottom: 0;
  }
}

.tp-footer-top-tittle {
  font-weight: 500;
  font-size: 60px;
  line-height: 118%;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-top-tittle {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-footer-top-tittle {
    font-size: 35px;
  }
}
.tp-footer-top-tittle span {
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-social {
  gap: 15px;
}
.tp-footer-social span a {
  border: 1.5px solid rgba(255, 255, 255, 0.17);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: var(--tp-common-px-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.tp-footer-social span a:hover {
  background: var(--tp-common-px-white);
  border-color: var(--tp-common-px-white);
  color: var(--tp-common-px-black);
}
.tp-footer-tittle {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.tp-footer-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-link:hover {
  color: var(--tp-common-px-white);
}
.tp-footer-subscribe-form .tp-input {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding-left: 0;
  height: 40px;
}
.tp-footer-subscribe-form .tp-input:focus {
  border-color: var(--tp-common-px-white);
}
.tp-footer-subscribe-form .tp-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-form .tp-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-form .tp-input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-form .tp-input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-form .tp-input::placeholder {
  /* MODERN BROWSER */
  font-size: 16px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-subscribe-form button {
  color: var(--tp-common-px-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.tp-footer-copyright p {
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-copyright p a {
  color: var(--tp-common-px-white);
}
.tp-footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding: 30px 0px 17px 0px;
}
.tp-footer-shape {
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-footer-shape {
    right: -40px;
  }
}
.tp-footer-scroll a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}

/*----------------------------------------*/
/*  7.1 text css start
/*----------------------------------------*/
.bf-text-slider-style .tp-text-content span {
  font-family: var(--tp-ff-thundermed);
  font-size: 180px;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-text-slider-style .tp-text-content span {
    font-size: 80px;
  }
}
.bf-text-slider-style .tp-text-slide-bottom .tp-text-content span {
  color: var(--tp-common-px-red);
}

/*----------------------------------------*/
/*  7.1 faq css start
/*----------------------------------------*/
.bf-faq-wrap .accordion-item {
  background: var(--tp-common-px-white);
  border-radius: 10px;
}
.bf-faq-wrap .tp-faq-btn {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 19px 30px;
}
.bf-faq-wrap .tp-faq-details-para {
  padding-top: 0;
  padding-bottom: 25px;
}

/*----------------------------------------*/
/*  7.1 contact css start
/*----------------------------------------*/
.tp-contact-form-input .tp-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  width: 100%;
  color: var(--tp-common-px-black);
}

.tp-contact-form-input .tp-textarea {
  height: 90px;
  border-radius: 10px;
  line-height: 1;
}

.bf-contact-form {
  background: var(--tp-common-px-white);
  border-radius: 20px;
  padding: 55px 60px 55px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bf-contact-form {
    padding: 30px 30px 30px 30px;
  }
}
.bf-contact-form .tp-contact-form-input .tp-label {
  font-weight: 500;
}
.bf-contact-form .tp-contact-form-input .tp-input {
  background: #f8f8f9;
  border: 1px solid transparent;
}
.bf-contact-form .tp-contact-form-input .tp-input:focus {
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
}
.bf-contact-subtitle {
  color: rgba(0, 0, 0, 0.65);
}
.bf-contact-title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-content {
    margin-left: 0;
  }
}
.bf-contact-content-title {
  font-weight: 500;
  font-size: 80px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .bf-contact-content-title {
    font-size: 60px;
  }
}
.bf-contact-content-dec {
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.bf-contact-content-dec span {
  color: rgba(255, 255, 255, 0.65);
}
.bf-contact-condition h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.bf-contact-condition p {
  line-height: 175%;
  color: rgba(255, 255, 255, 0.65);
}
.bf-contact-condition-wrap {
  border-top: 1px solid #d9d9d9;
  padding-top: 65px;
  margin-top: 60px;
}
.bf-contact-author {
  border-radius: 20px;
  width: 442px;
  backdrop-filter: blur(40px);
  padding: 15px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bf-contact-author {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.bf-contact-author-thumb {
  width: 160px;
  flex: 0 0 auto;
  margin-right: 46px;
}
.bf-contact-author-thumb img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .bf-contact-author-info {
    margin-top: 30px;
  }
}
.bf-contact-author-info h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-px-white);
  line-height: 1;
  margin-bottom: 0;
}
.bf-contact-author-info span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}
.bf-contact-author-info h4 {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-px-white);
}
.bf-contact-author-info .tp-btn {
  font-weight: 500;
  padding: 5px 21px;
}
.bf-contact-author-info .tp-btn span {
  color: var(--tp-common-px-white);
}
.bf-contact-us-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-us-title {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-us-title {
    font-size: 50px;
  }
}
.bf-contact-us-dec {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-us-dec {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-us-dec br {
    display: none;
  }
}
.bf-contact-us-shape {
  margin-left: -50px;
}
.bf-contact-us-form .tp-input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding-left: 0;
  color: var(--tp-common-px-black);
  font-weight: 400;
  font-size: 16px;
}
.bf-contact-us-form .tp-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #595959;
}
.bf-contact-us-form .tp-input:focus {
  border-color: var(--tp-common-px-black);
}
.bf-contact-us-form .tp-textarea {
  height: 180px;
}
.bf-contact-map-box {
  line-height: 0;
}
.bf-contact-map-box iframe {
  height: 760px;
  width: 100%;
  line-height: 1;
  filter: saturate(0);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-contact-map-box iframe {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-contact-map-box iframe {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  7.1 instagram css start
/*----------------------------------------*/
.bf-footer-topspacing {
  margin-top: 440px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-footer-topspacing {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-footer-topspacing {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-footer-topspacing {
    margin-top: 100px;
  }
}

.bf-instagram-area {
  height: 100vh;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-instagram-area {
    height: 100%;
  }
}
.bf-instagram-thumb {
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bf-instagram-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.bf-instagram-thumb-wrap {
  display: inline-block;
  margin: 0 auto;
}
.bf-instagram-thumb-inner-1 {
  position: absolute;
  top: -41%;
  left: 50px;
}
.bf-instagram-thumb-inner-1 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-2 {
  position: absolute;
  top: -41%;
  right: 0px;
}
.bf-instagram-thumb-inner-2 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-3 {
  position: absolute;
  bottom: 0;
  right: -74%;
}
.bf-instagram-thumb-inner-3 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-4 {
  position: absolute;
  bottom: -42%;
  right: -42%;
}
.bf-instagram-thumb-inner-4 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-5 {
  position: absolute;
  bottom: -26%;
  right: 0%;
}
.bf-instagram-thumb-inner-5 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-6 {
  position: absolute;
  bottom: 0%;
  left: -25%;
}
.bf-instagram-thumb-inner-6 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-7 {
  position: absolute;
  bottom: 25%;
  left: -59%;
}
.bf-instagram-thumb-inner-7 img {
  border-radius: 10px;
}
.bf-instagram-thumb-inner-8 {
  position: absolute;
  top: 7%;
  right: -25%;
}
.bf-instagram-thumb-inner-8 a {
  height: 96px;
  width: 96px;
  font-size: 24px;
  line-height: 96px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.bf-instagram-subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.bf-instagram-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--tp-common-px-black);
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-instagram-title {
    font-size: 50px;
  }
}
.bf-instagram-content-wrap {
  position: absolute;
  bottom: -340px;
  left: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bf-instagram-content-wrap {
    left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-instagram-content-wrap {
    position: static;
    margin-top: 40px;
    margin-left: 20px;
  }
}
.bf-instagram-content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .bf-instagram-content {
    padding-left: 0;
  }
}
.bf-instagram-content p {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/*----------------------------------------*/
/*  7.1 team css start
/*----------------------------------------*/
.bf-team-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-px-black);
}
.bf-team-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  margin-top: 350px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bf-team-info {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-team-info {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .bf-team-contact-info {
    flex-wrap: wrap;
  }
  .bf-team-contact-info .tp-btn {
    margin-bottom: 10px;
  }
}
.bf-team-contact span {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-common-px-black);
}
.bf-team-contact a {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-team-content-wrap {
    margin-right: 0;
  }
}
.bf-team-content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 2;
}
.bf-team-item:hover .bf-team-thumb::after {
  opacity: 1;
  visibility: visible;
}
.bf-team-item:hover .bf-team-thumb::before {
  opacity: 0;
}
.bf-team-thumb {
  border-radius: 20px;
  position: relative;
}
.bf-team-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 0.6s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bf-team-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.bf-team-thumb img {
  border-radius: 20px;
}

/*----------------------------------------*/
/*  7.1 banner css start
/*----------------------------------------*/
.bf-banner-subtitle span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-banner-subtitle {
    margin-top: 0;
  }
}
.bf-banner-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .bf-banner-title {
    font-size: 28px;
  }
}
.bf-banner-author-info h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.bf-banner-author-info span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}
.bf-banner-spacing {
  padding-top: 480px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .bf-banner-spacing {
    padding-top: 150px;
  }
}

/*----------------------------------------*/
/*  7.17 intaractive
/*----------------------------------------*/
.tp-porfolio-10-title-wrap ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-porfolio-10-title-wrap ul li {
    padding: 16px;
  }
}
.tp-porfolio-10-title-wrap ul li.active {
  transition: 0.4s;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title {
  color: var(--tp-common-px-white);
  opacity: 1;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category {
  color: var(--tp-common-px-white);
  opacity: 1;
}
.tp-porfolio-10-title {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.06;
  transition: 0.4s;
  margin-bottom: 0;
  letter-spacing: 2.6px;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thundermed);
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-porfolio-10-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-porfolio-10-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-title {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 58px;
  }
}
.tp-porfolio-10-title-box {
  transition: 0.4s;
}
.tp-porfolio-10-category {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-teko);
  transition: 0.4s;
  opacity: 0.06;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-category {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-category {
    font-size: 18px;
  }
}
.tp-porfolio-10-height {
  height: 100vh;
  padding-top: 190px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-height {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-porfolio-10-height {
    padding-top: 120px;
  }
}

.tp-porfolio-10-bg-1, .tp-porfolio-10-bg-2, .tp-porfolio-10-bg-3, .tp-porfolio-10-bg-4, .tp-porfolio-10-bg-5, .tp-porfolio-10-bg-6, .tp-porfolio-10-bg-7, .tp-porfolio-10-bg-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  visibility: hidden;
  transition: all 0.9s;
  transform: scale(1.04, 1.04);
}

#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 .tp-porfolio-10-bg-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 .tp-porfolio-10-bg-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 .tp-porfolio-10-bg-3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 .tp-porfolio-10-bg-4 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 .tp-porfolio-10-bg-5 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 .tp-porfolio-10-bg-6 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 .tp-porfolio-10-bg-7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 .tp-porfolio-10-bg-8 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-port-slider-main {
  height: 100vh;
  overflow: hidden;
}

.tp-port-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 170px;
  height: 100%;
  width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-content-wrap {
    left: 120px;
  }
}
@media (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 30px;
    width: 100%;
  }
}

.tp-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-morganite-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-port-slider-title {
    font-size: 70px;
  }
}
.tp-port-slider-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-px-white);
}

.tp-port-1, .tp-port-2, .tp-port-3, .tp-port-4, .tp-port-5, .tp-port-6, .tp-port-7, .tp-port-8, .tp-port-9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transform-origin: 50% 50%;
  transition: all 0.9s;
}
.tp-port-1 img, .tp-port-2 img, .tp-port-3 img, .tp-port-4 img, .tp-port-5 img, .tp-port-6 img, .tp-port-7 img, .tp-port-8 img, .tp-port-9 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#tp-port-slider-wrap.tp-port-1 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-1 .tp-port-1 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-2 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-2 .tp-port-2 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-3 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-3 .tp-port-3 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-4 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-4 .tp-port-4 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-5 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-5 .tp-port-5 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-6 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-6 .tp-port-6 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-7 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-7 .tp-port-7 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-8 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-8 .tp-port-8 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-9 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-9 .tp-port-9 {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------*/
/*  7.2 award css start
/*----------------------------------------*/
.hover-reveal-item .tp-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .tp-award-reveal-img {
  opacity: 1;
}
.hover-reveal-item .des-team-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 400px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
.hover-reveal-item:hover .des-team-reveal-img {
  opacity: 1;
}
.hover-reveal-item .des-text-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 320px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
@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) {
  .hover-reveal-item .des-text-reveal-img {
    width: 200px;
    height: 220px;
    margin: -120px 0 0 -120px;
  }
}
@media (max-width: 767px) {
  .hover-reveal-item .des-text-reveal-img {
    width: 120px;
    height: 140px;
    margin: -80px 0 0 -100px;
  }
}
.hover-reveal-item .des-text-reveal-img img {
  max-width: 100%;
}
.hover-reveal-item:hover .des-text-reveal-img {
  opacity: 1;
}
.hover-reveal-item .design-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 156px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  background-size: cover;
  border-radius: 20px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
.hover-reveal-item:hover .design-award-reveal-img {
  opacity: 1;
}
.hover-reveal-item .studio-service-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  object-fit: cover;
}
@media (max-width: 767px) {
  .hover-reveal-item .studio-service-reveal-img {
    height: 200px;
    width: 200px;
  }
}
.hover-reveal-item:hover .studio-service-reveal-img {
  opacity: 1;
}

.design-award-area {
  margin-top: -76px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .design-award-area {
    margin-top: -30px;
  }
}
.design-award-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  max-width: 470px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .design-award-title-box p {
    font-size: 20px;
  }
}
.design-award-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 60px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.3);
}
.design-award-content span {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.3);
}
.design-award-content img {
  opacity: 0.3;
  will-change: transform;
  transition: all linear 1s;
}
@media (max-width: 767px) {
  .design-award-content-xs {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .design-award-content-xs.design-award-content h4 {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.design-award-item {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 35px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-award-item {
    width: 690px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .design-award-item {
    width: 100%;
  }
}
.design-award-item::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(40deg);
  background: rgba(0, 0, 0, 0.3);
}
.design-award-item::before {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(-40deg);
  background: rgba(0, 0, 0, 0.3);
}
.design-award-item:hover {
  border-color: var(--tp-common-px-black);
}
.design-award-item:hover::after, .design-award-item:hover::before {
  background-color: var(--tp-common-px-black);
}
.design-award-item:hover .design-award-content h4, .design-award-item:hover .design-award-content span {
  color: var(--tp-common-px-black);
}
.design-award-item:hover .design-award-content img {
  transform: rotate(360deg);
}
.design-award-item.active .design-award-content h4 {
  color: var(--tp-common-px-black);
}
.design-award-item.active .design-award-content img {
  opacity: 1;
}
.design-award-item.active .design-award-content span {
  color: var(--tp-common-px-black);
}
.design-award-wrap .row [class*=col]:not(:first-child) .design-award-item {
  padding-top: 40px;
}

/*----------------------------------------*/
/*  7.1 blog css start
/*----------------------------------------*/
.tp-blog-thumb {
  border-radius: 20px;
}
.tp-blog-thumb img {
  border-radius: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tp-blog-tag {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  border-radius: 50px;
  padding: 4px 15px;
  line-height: 1;
}
.tp-blog-date {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
  display: flex;
  align-items: center;
  line-height: 1;
}
.tp-blog-date svg {
  margin-right: 10px;
}
.tp-blog-tittle {
  font-weight: 500;
  font-size: 26px;
  line-height: 138%;
  letter-spacing: -0.02em;
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1);
}


/* Service icons styling */
.inner-service-1-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

/* İkon wrapper — services sayfasında */
.inner-service-1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 22px;
  background: rgba(220, 38, 38, 0.08);
  border: 1.5px solid rgba(220, 38, 38, 0.2);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.inner-service-1-icon svg {
  width: 80px !important;
  height: 80px !important;
  color: #dc2626 !important;
  stroke: #dc2626 !important;
  fill: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.tp-inner-service-item:hover .inner-service-1-icon {
  background: rgba(220, 38, 38, 0.14);
  border-color: rgba(220, 38, 38, 0.5);
  box-shadow: 0 0 32px rgba(220, 38, 38, 0.2);
}

.tp-inner-service-item:hover .inner-service-1-icon svg {
  transform: scale(1.1);
  filter: drop-shadow(0 0 12px rgba(220, 38, 38, 0.6));
}

/* Dark mode */
.pixora-dark .inner-service-1-icon {
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.25);
}

.inner-service-1-number svg {
  width: 160px;
  height: 160px;
  color: rgba(255, 255, 255, 0.4);
  stroke: rgba(255, 255, 255, 0.4);
  fill: none;
  opacity: 1;
  transition: color 0.3s ease, stroke 0.3s ease, transform 0.3s ease, filter 0.3s ease;
  filter: none;
}

/* İkonlar sadece hoverda kırmızı */
.tp-inner-service-item:hover .inner-service-1-number svg,
.inner-service-1-number:hover svg {
  color: #dc2626 !important;
  stroke: #dc2626 !important;
  transform: scale(1.08);
  filter: drop-shadow(0 0 28px rgba(220, 38, 38, 0.45));
}

/* Clean Slider Styling — Levsha-inspired */
.px-hero-subtitle {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 0;
  border-left: none;
  margin-bottom: 15px;
}

.px-hero-game-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  background: none;
  padding: 0;
  border-radius: 0;
  border-left: none;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.px-hero-service-item {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  position: relative;
  overflow: visible;
}

.px-hero-service-item::before {
  display: none;
}

/* ikon + yazı düzeni */
.px-hero-service-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.px-hero-service-link:hover { opacity: 0.75; }

.px-hero-svc-icon {
  display: block;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
}
.px-hero-service-link:hover .px-hero-svc-icon {
  color: #e8312a;
}

.px-hero-service-item span {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 1.2;
}

/* === Game-themed Project Cards === */
.px-project-item {
  position: relative;
  background-color: #1C1D20 !important;
  border-top: 2px solid #dc2626 !important;
  border-bottom: 2px solid #dc2626 !important;
  border-left: 2px solid rgba(255, 255, 255, 0.55) !important;
  border-right: 2px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 12px !important;
  overflow: hidden;
  padding-top: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.px-project-item:hover {
  border-top-color: #ff2222 !important;
  border-bottom-color: #ff2222 !important;
  border-left-color: rgba(255, 255, 255, 0.95) !important;
  border-right-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55),
              -2px 0 12px rgba(255, 255, 255, 0.08),
              2px 0 12px rgba(255, 255, 255, 0.08);
}

/* No chrome bar pseudo-elements */
.px-project-item::before,
.px-project-item::after {
  display: none !important;
  content: none !important;
}

/* Disable ripple/SU water animation (pointer-events:none stops mouse trigger) */
.px-project-item .ripples,
.px-project-3-item .ripples {
  pointer-events: none !important;
}
.px-project-item .ripples canvas,
.px-project-3-item .ripples canvas {
  opacity: 1 !important;
}

/* Restore thumb border-radius */
.px-project-item .px-project-thumb .ripple-image {
  border-radius: 10px !important;
}

.px-project-title {
  color: #ffffff !important;
}
.px-project-title a {
  color: #ffffff !important;
}
.px-project-title a:hover {
  color: #dc2626 !important;
}
.px-project-content {
  padding: 10px 14px !important;
}
.px-project-content span {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Ana sayfa proje kartları — eşit yükseklik ve genişlik */
.px-project-area .row.gx-20 {
  align-items: stretch;
}
.px-project-area .row.gx-20 .col-lg-4,
.px-project-area .row.gx-20 .col-md-6 {
  display: flex;
}
.px-project-area .row.gx-20 .px-project-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.px-project-area .row.gx-20 .px-project-content {
  flex-shrink: 0;
  min-height: 52px;
}
.px-project-area .row.gx-20 .px-project-thumb {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
}
.px-project-area .row.gx-20 .px-project-thumb a,
.px-project-area .row.gx-20 .px-project-thumb .ripple-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.px-project-area .row.gx-20 .px-project-thumb .ripple-image img,
.px-project-area .row.gx-20 .px-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Projects page - dark background */
.pf-hero-area {
  background-color: #000000 !important;
}
.pf-hero-content p,
.pf-hero-content span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.px-project-3-area {
  background-color: #000000 !important;
}

/* Projects & IndieSync pages — uniform card height/width across all rows */
#pf-projects-grid.row,
#indiesync-grid.row {
  align-items: stretch;
  row-gap: 20px;
}
#pf-projects-grid > [class*="col-"],
#indiesync-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
#pf-projects-grid .px-project-item,
#indiesync-grid .px-project-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  margin-bottom: 0 !important;
}
/* Fixed aspect-ratio on image area — guarantees all cards same height */
#pf-projects-grid .px-project-thumb,
#indiesync-grid .px-project-thumb {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#pf-projects-grid .px-project-thumb a,
#pf-projects-grid .px-project-thumb .ripple-image,
#indiesync-grid .px-project-thumb a,
#indiesync-grid .px-project-thumb .ripple-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#pf-projects-grid .px-project-thumb img,
#indiesync-grid .px-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#pf-projects-grid .px-project-content,
#indiesync-grid .px-project-content {
  flex-shrink: 0;
}


/* Projects page cards */
.px-project-3-item {
  position: relative;
  background: #1C1D20;
  border-top: 2px solid #dc2626 !important;
  border-bottom: 2px solid #dc2626 !important;
  border-left: 2px solid rgba(255, 255, 255, 0.25) !important;
  border-right: 2px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.px-project-3-item:hover {
  border-top-color: #ff2222 !important;
  border-bottom-color: #ff2222 !important;
  border-left-color: rgba(255, 255, 255, 0.45) !important;
  border-right-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

/* No chrome bar pseudo-elements */
.px-project-3-item::before,
.px-project-3-item::after {
  display: none !important;
  content: none !important;
}

/* Restore thumb — no top margin needed without chrome bar */
.px-project-3-thumb::before,
.px-project-3-thumb::after {
  display: none !important;
  content: none !important;
}
.px-project-3-thumb {
  position: relative !important;
  margin-top: 0;
}
.px-project-3-thumb .ripple-image,
.px-project-3-item .px-project-3-thumb {
  border-radius: 10px 10px 0 0 !important;
}
.px-project-3-item .px-project-3-thumb img {
  border-radius: 10px 10px 0 0 !important;
}
.px-project-3-content {
  padding: 15px 20px !important;
}
.px-project-3-title {
  color: #ffffff !important;
}
.px-project-3-title a {
  color: #ffffff !important;
}
.px-project-3-title a:hover {
  color: #dc2626 !important;
}
.px-project-3-category span {
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease;
}
.px-project-3-category span:hover {
  background-color: #dc2626 !important;
  border-color: #dc2626 !important;
  color: #ffffff !important;
}

/* === Blog Cards — same border style as project cards, dikey/yatay hizalı === */
.in-blog-list-area .row.gx-30 {
  align-items: stretch;
}
.in-blog-list-area .row.gx-30 > [class*="col-"] {
  display: flex;
  margin-bottom: 60px;
}
.in-blog-list-area .row.gx-30 > [class*="col-"]:last-child,
.in-blog-list-area .row.gx-30 > [class*="col-"]:nth-last-child(1),
.in-blog-list-area .row.gx-30 > [class*="col-"]:nth-last-child(2),
.in-blog-list-area .row.gx-30 > [class*="col-"]:nth-last-child(3) {
  margin-bottom: 0;
}
.in-blog-list-area .row.gx-30 .px-blog-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.in-blog-list-area .row.gx-30 .px-blog-item .px-blog-thumb {
  flex-shrink: 0;
}
.in-blog-list-area .row.gx-30 .px-blog-item .px-blog-thumb img {
  display: block;
}
/* Blog slider slide — az kart varken yayılmasın */
.px-blog-slider .swiper-slide {
  max-width: 520px;
}

.px-blog-item {
  position: relative;
  background-color: #1C1D20 !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 12px !important;
  overflow: hidden;
  padding: 0 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15);
}
.px-blog-item:hover {
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.4), 0 8px 32px rgba(0, 0, 0, 0.45);
}
.px-blog-item .px-blog-thumb {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0 !important;
}
.px-blog-item .px-blog-thumb img {
  border-radius: 10px 10px 0 0 !important;
  height: 220px;
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.px-blog-item .px-blog-content {
  padding: 18px 20px 20px !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.px-blog-item .px-blog-title {
  flex: 1;
  margin-bottom: 0;
}
.px-blog-item .px-blog-meta {
  margin-top: auto;
  padding-top: 12px;
}
.px-blog-item .px-blog-category {
  color: #dc2626 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.px-blog-item .px-blog-title a {
  color: #ffffff !important;
}
.px-blog-item .px-blog-title a:hover {
  color: #dc2626 !important;
}
.px-blog-item .px-blog-meta {
  color: rgba(255, 255, 255, 0.4) !important;
}
/* Disable ripple/SU effect on blog cards */
.px-blog-item .ripples {
  pointer-events: none !important;
}

/* Stretched link — tüm blog kartını tıklanabilir yapar */
.px-blog-item {
  position: relative;
}
.px-blog-item .px-blog-title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}
.px-blog-item .px-blog-thumb > a {
  position: relative;
  z-index: 3;
  display: block;
}
.px-blog-item .px-blog-thumb > a::after {
  display: none;
}

/* === Anasayfa Blog Slider — 3'lü kayar, eşit yükseklik === */
.px-blog-area {
  overflow-x: hidden;
}
.px-blog-slider-wrap {
  position: relative;
  padding: 0 56px;
  width: 100%;
  max-width: 100%;
}
.px-blog-slider-wrap .swiper-container,
.px-blog-slider-wrap .px-blog-slider {
  width: 100%;
  overflow: hidden;
}
.px-blog-slider-wrap .px-blog-prev,
.px-blog-slider-wrap .px-blog-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  background: rgba(30,30,30,0.9);
  color: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  font-size: 18px;
}
/* Swiper varsayılan ikonunu gizle — Font Awesome kullanıyoruz */
.px-blog-slider-wrap .px-blog-prev::after,
.px-blog-slider-wrap .px-blog-next::after {
  display: none !important;
}
.px-blog-slider-wrap .px-blog-prev { left: 0; right: auto; }
.px-blog-slider-wrap .px-blog-next { right: 0; left: auto; }
.px-blog-slider-wrap .px-blog-prev:hover,
.px-blog-slider-wrap .px-blog-next:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
  box-shadow: 0 4px 16px rgba(220,38,38,0.4);
  transform: translateY(-50%) scale(1.05);
}
.px-blog-slider .swiper-wrapper {
  align-items: stretch;
}
.px-blog-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
.px-blog-item--slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.px-blog-item--slide .px-blog-thumb {
  flex-shrink: 0;
}
.px-blog-item--slide .px-blog-thumb img {
  height: 220px;
  min-height: 220px;
  max-height: 220px;
}
.px-blog-item--slide .px-blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.px-blog-item--slide .px-blog-title {
  flex: 1;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-blog-item--slide .px-blog-title { font-size: 18px !important; }
}
@media only screen and (max-width: 1399px) {
  .px-blog-item--slide .px-blog-title { font-size: 17px !important; }
}
.px-blog-item--slide .px-blog-meta {
  margin-top: auto;
}

/* === Blog detay — İlgili yazılar: okunabilir tipografi + eşit kart yüksekliği === */
.tp-blog-details-related-ptb .px-blog-related-row > [class*="col-"] {
  display: flex;
}
.tp-blog-details-related-ptb .px-blog-item--related {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}
.tp-blog-details-related-ptb .px-blog-item--related .px-blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
/* Global .px-blog-title 46px burada devre dışı — tema ile uyumlu kart başlığı */
.tp-blog-details-related-ptb .px-blog-item--related .px-blog-title {
  flex: 1 1 auto;
  min-height: 0;
  margin-bottom: 0 !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  font-family: var(--tp-ff-thundermed), 'Inter', system-ui, -apple-system, sans-serif !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}
.tp-blog-details-related-ptb .px-blog-item--related .px-blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  text-transform: none !important;
}
.tp-blog-details-related-ptb .px-blog-item--related .px-blog-meta {
  margin-top: auto;
  flex-shrink: 0;
  font-size: 13px !important;
}

.px-blog-slider .px-blog-pagination {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .px-blog-slider-wrap { padding: 0 44px; }
  .px-blog-slider-wrap .px-blog-prev,
  .px-blog-slider-wrap .px-blog-next { width: 40px; height: 40px; font-size: 16px; }
}

/* === Footer Scrolling Text Bar === */
.px-footer-marquee {
  background: #0e0e10;
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-top: 1px solid rgba(220,38,38,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.px-footer-marquee::before,
.px-footer-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.px-footer-marquee::before {
  left: 0;
  background: linear-gradient(to right, #0e0e10, transparent);
}
.px-footer-marquee::after {
  right: 0;
  background: linear-gradient(to left, #0e0e10, transparent);
}
.px-footer-marquee-track {
  display: inline-flex;
  animation: footerMarqueeScroll 32s linear infinite;
}
.px-footer-marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 0 36px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  gap: 14px;
}
.px-footer-marquee-item span.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc2626;
  flex-shrink: 0;
  margin-right: 30px;
  flex-shrink: 0;
}
@keyframes footerMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === Gaming Monitor Video Setup === */
.px-gaming-setup {
  position: relative;
  width: 100%;
}
.px-gaming-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.px-gaming-status {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
  color: #27c93f;
  animation: consoleBlink 2s ease-in-out infinite;
}
.px-gaming-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
}
@keyframes consoleBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* Monitor Frame */
.px-gaming-monitor {
  position: relative;
}
.px-monitor-frame {
  position: relative;
}

/* Main bezel — more prominent */
.px-monitor-bezel {
  position: relative;
  background: #111115;
  border-radius: 14px;
  padding: 10px 10px 8px;
  /* Multi-layer border for definition */
  border: 2.5px solid #383840;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07),   /* outer rim highlight */
    0 0 0 4px rgba(0, 0, 0, 0.5),           /* gap shadow */
    0 25px 70px rgba(0, 0, 0, 0.7),         /* deep drop shadow */
    inset 0 1px 0 rgba(255, 255, 255, 0.1), /* top inner light */
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

/* Orange top accent bar */
.px-monitor-bezel::before {
  content: '';
  position: absolute;
  top: -2.5px;
  left: 50px;
  right: 50px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.85), transparent);
  border-radius: 2px;
  z-index: 2;
}

/* Webcam dot */
.px-monitor-bezel::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, #27c93f 0%, #1a8c2a 60%, #0d4d18 100%);
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(39, 201, 63, 0.5);
  z-index: 3;
}

/* Screen area */
.px-monitor-screen {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
}
.px-monitor-screen video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Slightly boosted brightness & contrast for clarity */
  filter: brightness(1.05) contrast(1.08) saturate(1.05);
}

/* Scanlines — very subtle, kept for authenticity */
.px-screen-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.025) 3px,
    rgba(0, 0, 0, 0.025) 4px
  );
  pointer-events: none;
  z-index: 1;
}

/* Screen top glare */
.px-monitor-screen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 2;
  border-radius: 6px 6px 0 0;
}

/* Monitor Stand — neck */
.px-monitor-stand {
  width: 56px;
  height: 22px;
  margin: 0 auto;
  background: linear-gradient(180deg, #2e2e36 0%, #1e1e24 60%, #16161c 100%);
  border-radius: 0 0 3px 3px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Stand base */
.px-monitor-stand::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -20px;
  right: -20px;
  height: 5px;
  background: linear-gradient(180deg, #2a2a32, #18181e);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* Responsive - Gaming Setup */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-monitor-bezel {
    padding: 8px 8px 7px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-gaming-setup { max-width: 400px; margin: 0 auto; }
  .px-monitor-bezel { padding: 7px 7px 6px; border-radius: 10px; border-width: 2px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-gaming-setup { max-width: 350px; margin: 30px auto 0; }
  .px-monitor-bezel { padding: 6px 6px 5px; border-radius: 10px; border-width: 2px; }
}
@media (max-width: 767px) {
  .px-gaming-setup { max-width: 300px; margin: 25px auto 0; }
  .px-monitor-bezel { padding: 5px 5px 4px; border-radius: 8px; border-width: 2px; }
  .px-monitor-bezel::before { left: 20px; right: 20px; }
  .px-monitor-bezel::after { width: 4px; height: 4px; top: 3px; }
  .px-monitor-stand { width: 38px; height: 15px; }
  .px-monitor-stand::after { left: -12px; right: -12px; height: 4px; bottom: -4px; }
  .px-gaming-header { margin-bottom: 8px; }
  .px-gaming-status { font-size: 9px; }
  .px-gaming-title { font-size: 10px; }
}

/* ══ XP / Achievement System ════════════════════════════════════════════ */

/* Scroll-progress pill — fixed bottom-right */
#xp-pill {
  position: fixed;
  right: 80px;
  bottom: 44px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(8, 8, 11, 0.93);
  border: 1px solid rgba(220, 38, 38, 0.22);
  border-radius: 10px;
  padding: 7px 12px 7px 10px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.25s;
  pointer-events: auto;
  cursor: default;
}
#xp-pill.visible {
  opacity: 1;
  transform: translateY(0);
}
#xp-pill:hover { border-color: rgba(220, 38, 38, 0.45); }
.xp-pill-icon {
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  color: #dc2626;
}
#xp-pill-track {
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
#xp-pill-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #991b1b, #dc2626, #f87171);
  border-radius: 2px;
  transition: width 0.5s ease;
  box-shadow: 0 0 6px rgba(220, 38, 38, 0.45);
}
#xp-pill-text {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.5px;
  font-family: 'Courier New', monospace;
  min-width: 26px;
  text-align: right;
}

/* Achievement toast popup — JS controls #xp-toast display/opacity via inline styles */
#xp-toast {
  position: fixed;
  right: 24px;
  bottom: 106px;
  z-index: 999;
  display: none;
  pointer-events: none;
}
.xp-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(8, 8, 11, 0.97);
  border: 3px solid #dc2626;
  border-radius: 10px;
  padding: 13px 16px 13px 14px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04);
  min-width: 230px;
  max-width: 290px;
}
.xp-toast-left {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 38, 38, 0.10);
  border: 1px solid rgba(220, 38, 38, 0.22);
  border-radius: 8px;
}
.xp-toast-left span { display: flex; align-items: center; justify-content: center; }
.xp-toast-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.xp-toast-tag {
  font-size: 8.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #dc2626;
  line-height: 1;
  margin-bottom: 2px;
}
#xp-toast-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
#xp-toast-text {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.45;
}
.xp-toast-xp-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}
.xp-toast-xp-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
.xp-toast-xp-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #991b1b, #dc2626);
  border-radius: 2px;
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.xp-toast-xp-label {
  font-size: 9.5px;
  font-weight: 800;
  color: #dc2626;
  font-family: 'Courier New', monospace;
  flex-shrink: 0;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #xp-pill { right: 72px; bottom: 28px; }
  #xp-pill-track { width: 60px; }
  #xp-toast { right: 16px; bottom: 88px; }
  .xp-toast { min-width: 200px; padding: 10px 12px 10px 12px; }
}

/* ================================================
   INDIESYNC SECTION
   ================================================ */
.px-indiesync-area {
  position: relative;
  overflow: hidden;
}

/* Left content */
.px-indiesync-content {
  position: relative;
  z-index: 1;
}
.px-indiesync-logo-wrap {
  margin: 20px 0 28px;
}
.px-indiesync-logo {
  max-height: 80px;
  width: auto;
  filter: brightness(1.1);
}
.px-indiesync-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
.px-indiesync-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.px-indiesync-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.px-indiesync-features li svg {
  flex-shrink: 0;
  color: #ff6b35;
  stroke: #ff6b35;
}
.px-indiesync-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ── IndieSync Game Grid ── */
.px-indiegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.px-indiegrid-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #141518;
  cursor: pointer;
}
.px-indiegrid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 0.45s ease;
}
.px-indiegrid-card:hover img {
  transform: scale(1.07);
  filter: brightness(1.12) contrast(1.05);
}
.px-indiegrid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 55%);
  pointer-events: none;
  transition: background 0.35s ease;
}
.px-indiegrid-card:hover {
  border-color: rgba(220, 38, 38, 0.5);
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.25),
              0 12px 36px rgba(0, 0, 0, 0.55);
}
.px-indiegrid-card:hover .px-indiegrid-overlay {
  background: linear-gradient(to top, rgba(220, 38, 38, 0.18) 0%, transparent 55%);
}
/* Scanline texture */
.px-indiegrid-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.04) 2px,
    rgba(0,0,0,0.04) 4px
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.px-indiegrid-card:hover::after { opacity: 1; }

/* +More tile */
a.px-indiegrid-cta {
  text-decoration: none;
  color: inherit;
}
.px-indiegrid-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1012;
  border: 1px dashed rgba(220, 38, 38, 0.35);
  transition: border-color 0.3s ease, background 0.3s ease;
}
.px-indiegrid-cta:hover {
  background: rgba(220, 38, 38, 0.06);
  border-color: rgba(220, 38, 38, 0.7);
}
.px-indiegrid-cta span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.px-indiegrid-cta:hover span { color: rgba(220, 38, 38, 0.85); }

@media (max-width: 767px) {
  .px-indiegrid { gap: 7px; }
}

/* ---- iPhone 16 Pro Max CSS Frame ---- */
.px-indiesync-phones {
  position: relative;
  height: 540px;
  z-index: 1;
}

.px-phone-mockup {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* ===========================
   iPhone 16 Pro Max — CSS
   =========================== */

/* Outer positioning wrapper — houses side buttons */
.px-iphone-wrap {
  position: relative;
  display: inline-block;
}

/* LEFT SIDE — Mute switch + Volume Up + Volume Down
   Using gradient stripes to show button positions */
.px-iphone-wrap::before {
  content: '';
  position: absolute;
  left: -3.5px;
  top: 0;
  height: 100%;
  width: 3.5px;
  /* Three button bumps: mute ~13-17%, vol+ ~24-33%, vol- ~36-45% */
  background:
    linear-gradient(to bottom,
      transparent 13%,
      #2c2c30 13%, #2c2c30 17%,
      transparent 17%,
      transparent 24%,
      #2c2c30 24%, #2c2c30 33%,
      transparent 33%,
      transparent 36%,
      #2c2c30 36%, #2c2c30 45%,
      transparent 45%
    );
  border-radius: 2px 0 0 2px;
  pointer-events: none;
  z-index: 20;
}

/* RIGHT SIDE — Power button (~22-35%) */
.px-iphone-wrap::after {
  content: '';
  position: absolute;
  right: -3.5px;
  top: 0;
  height: 100%;
  width: 3.5px;
  background:
    linear-gradient(to bottom,
      transparent 22%,
      #2c2c30 22%, #2c2c30 35%,
      transparent 35%
    );
  border-radius: 0 2px 2px 0;
  pointer-events: none;
  z-index: 20;
}

/* Metallic titanium outer frame */
.px-iphone-frame {
  position: relative;
  width: 170px;
  aspect-ratio: 1 / 2.165;
  /* Titanium gradient — dark matte with subtle sheen */
  background: linear-gradient(
    155deg,
    #3c3c40 0%,
    #28282c 18%,
    #1c1c20 35%,
    #141418 50%,
    #1c1c20 65%,
    #28282c 82%,
    #3c3c40 100%
  );
  border-radius: 46px;
  padding: 3px; /* thin metallic border ring */
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 70px rgba(0, 0, 0, 0.65),
    0 10px 25px rgba(0, 0, 0, 0.4);
  overflow: visible;
}

/* Corner edge shine (top-left lit, bottom-right dim) */
.px-iphone-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 46px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.03) 25%,
    transparent 45%,
    transparent 60%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
  z-index: 15;
}

/* Inner black body — sits inside the metallic ring */
.px-iphone-frame::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 43px;
  background: #060608;
  z-index: 0;
}

/* Dynamic Island */
.px-iphone-island {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  /* Real DI: ~126pt × 37pt on 393pt wide = 32% × 9.4% */
  width: 32%;
  height: 3.2%;
  background: #000;
  border-radius: 40px;
  z-index: 12;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04);
}

/* FaceID sensor dot */
.px-iphone-island::before {
  content: '';
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: radial-gradient(circle at 35% 35%, #1e1e4a, #060618);
  border-radius: 50%;
  box-shadow:
    inset 0 0 2px rgba(80, 80, 180, 0.4),
    0 0 2px rgba(60, 60, 120, 0.2);
}

/* Mic indicator */
.px-iphone-island::after {
  content: '';
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #0a0a14;
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(80, 80, 180, 0.2);
}

/* Black inner bezel area + screen */
.px-iphone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 43px;
  overflow: hidden;
  z-index: 1;
  background: #000;
}

.px-iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Screen glass glare / reflection */
.px-iphone-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 20%,
    transparent 40%
  );
  border-radius: inherit;
  pointer-events: none;
  z-index: 5;
}

/* Home Indicator Bar */
.px-iphone-homebar {
  position: absolute;
  bottom: 1.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  height: 4px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  z-index: 13;
}

/* ---- Phone Positions — fan spread ---- */
.px-phone-1 {
  left: 0%;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 2;
}
.px-phone-2 {
  left: 15%;
  top: 50%;
  transform: translateY(-55%) rotate(-5deg);
  z-index: 3;
}
.px-phone-3 {
  left: 30%;
  top: 50%;
  transform: translateY(-57%) rotate(0deg);
  z-index: 5;
}
.px-phone-4 {
  left: 45%;
  top: 50%;
  transform: translateY(-55%) rotate(5deg);
  z-index: 3;
}
.px-phone-5 {
  left: 60%;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  z-index: 2;
}

/* Center phone slightly larger */
.px-phone-3 .px-iphone-frame {
  width: 188px;
  border-radius: 50px;
}
.px-phone-3 .px-iphone-frame::before { border-radius: 50px; }
.px-phone-3 .px-iphone-frame::after { border-radius: 47px; inset: 3px; }
.px-phone-3 .px-iphone-screen { border-radius: 47px; }

/* Hover — lift & straighten */
.px-phone-mockup:hover { z-index: 10 !important; }
.px-phone-1:hover { transform: translateY(-54%) rotate(0deg) scale(1.06) !important; }
.px-phone-2:hover { transform: translateY(-57%) rotate(0deg) scale(1.06) !important; }
.px-phone-3:hover { transform: translateY(-59%) rotate(0deg) scale(1.06) !important; }
.px-phone-4:hover { transform: translateY(-57%) rotate(0deg) scale(1.06) !important; }
.px-phone-5:hover { transform: translateY(-54%) rotate(0deg) scale(1.06) !important; }

/* Subtle glow beneath phones */
.px-indiesync-phones::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 10%;
  right: 10%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.07) 0%, transparent 70%);
  filter: blur(25px);
  pointer-events: none;
  z-index: 0;
}

/* ---- IndieSync Responsive ---- */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-iphone-frame { width: 150px; border-radius: 40px; }
  .px-iphone-frame::before { border-radius: 40px; }
  .px-iphone-frame::after { border-radius: 37px; }
  .px-iphone-screen { border-radius: 37px; }
  .px-phone-3 .px-iphone-frame { width: 165px; border-radius: 44px; }
  .px-phone-3 .px-iphone-frame::before { border-radius: 44px; }
  .px-phone-3 .px-iphone-frame::after { border-radius: 41px; }
  .px-phone-3 .px-iphone-screen { border-radius: 41px; }
  .px-phone-5 { left: 58%; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-indiesync-phones { height: 460px; }
  .px-iphone-frame { width: 130px; border-radius: 34px; padding: 3px; }
  .px-iphone-frame::before { border-radius: 34px; }
  .px-iphone-frame::after { border-radius: 31px; inset: 3px; }
  .px-iphone-screen { border-radius: 31px; }
  .px-iphone-island { width: 30%; height: 3%; }
  .px-phone-3 .px-iphone-frame { width: 144px; border-radius: 38px; }
  .px-phone-3 .px-iphone-frame::before { border-radius: 38px; }
  .px-phone-3 .px-iphone-frame::after { border-radius: 35px; }
  .px-phone-3 .px-iphone-screen { border-radius: 35px; }
  .px-phone-5 { left: 56%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-indiesync-phones { height: 380px; margin-top: 50px; }
  .px-iphone-frame { width: 105px; border-radius: 28px; padding: 2.5px; }
  .px-iphone-frame::before { border-radius: 28px; }
  .px-iphone-frame::after { border-radius: 25.5px; inset: 2.5px; }
  .px-iphone-screen { border-radius: 25.5px; }
  .px-iphone-island { width: 30%; height: 2.9%; top: 4%; }
  .px-iphone-island::before { width: 5px; height: 5px; }
  .px-iphone-homebar { height: 3px; width: 27%; }
  .px-phone-3 .px-iphone-frame { width: 116px; border-radius: 31px; }
  .px-phone-3 .px-iphone-frame::before { border-radius: 31px; }
  .px-phone-3 .px-iphone-frame::after { border-radius: 28.5px; }
  .px-phone-3 .px-iphone-screen { border-radius: 28.5px; }
  .px-indiesync-logo { max-height: 60px; }
  .px-iphone-wrap::before,
  .px-iphone-wrap::after { display: none; }
}
@media (max-width: 767px) {
  .px-indiesync-phones { height: 280px; margin-top: 40px; }
  .px-iphone-frame { width: 80px; border-radius: 22px; padding: 2px; }
  .px-iphone-frame::before { border-radius: 22px; }
  .px-iphone-frame::after { border-radius: 20px; inset: 2px; }
  .px-iphone-screen { border-radius: 20px; }
  .px-iphone-island { width: 28%; height: 2.6%; top: 4.3%; }
  .px-iphone-island::before { width: 4px; height: 4px; }
  .px-iphone-island::after { width: 2.5px; height: 2.5px; }
  .px-iphone-homebar { height: 2.5px; width: 25%; bottom: 2%; }
  .px-phone-3 .px-iphone-frame { width: 88px; border-radius: 24px; }
  .px-phone-3 .px-iphone-frame::before { border-radius: 24px; }
  .px-phone-3 .px-iphone-frame::after { border-radius: 22px; }
  .px-phone-3 .px-iphone-screen { border-radius: 22px; }
  .px-phone-1 { left: 2%; }
  .px-phone-2 { left: 16%; }
  .px-phone-3 { left: 30%; }
  .px-phone-4 { left: 44%; }
  .px-phone-5 { left: 56%; }
  .px-indiesync-logo { max-height: 50px; }
  .px-indiesync-desc { font-size: 13px; }
  .px-iphone-wrap::before,
  .px-iphone-wrap::after { display: none; }
}

/* === Service Section — Left Column Gamification === */

/* Stats block under "Our Services" subtitle */
.px-service-left-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  align-items: flex-start;
}
.px-service-stat-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 0 0 auto;
}
.px-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  letter-spacing: -0.5px;
}
.px-stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
  color: rgba(220, 38, 38, 0.8);
}

/* Skill slot — accordion left column */
.px-skill-slot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  opacity: 0.45;
  transition: opacity 0.3s ease;
}
.accordion-buttons:not(.collapsed) .px-skill-slot,
.accordion-buttons:hover .px-skill-slot {
  opacity: 1;
}
.px-skill-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: none;
  color: #dc2626;
  line-height: 1;
}
.px-skill-slot svg {
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease, stroke 0.3s ease;
}
.accordion-buttons:not(.collapsed) .px-skill-slot svg {
  color: #dc2626;
  stroke: #dc2626;
}

/* Game icon replacing accordion thumb */
.px-service-game-icon {
  flex: 0 0 auto;
  margin-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 16px;
  background: rgba(220, 38, 38, 0.05);
  color: rgba(220, 38, 38, 0.7);
  transition: border-color 0.3s, color 0.3s;
}
.px-service-game-icon:hover {
  border-color: rgba(220, 38, 38, 0.5);
  color: #dc2626;
}
@media (max-width: 1199px) {
  .px-service-game-icon {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
  .px-service-game-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .px-service-game-icon {
    display: none;
  }
}

/* Responsive: hide stats on smaller screens */
@media (max-width: 1199px) {
  .px-service-left-stats {
    display: none;
  }
  .px-skill-slot {
    opacity: 0.35;
  }
  .px-skill-tag {
    display: none;
  }
  .px-skill-slot svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .px-skill-slot {
    display: none;
  }
}

/* === About Page — Image Placeholder === */
.px-about-img-placeholder {
  flex: 1;
  min-height: 350px;
  background: rgba(255, 255, 255, 0.06);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.px-placeholder-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.px-placeholder-size {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 1px;
  font-family: var(--tp-ff-thunder);
}
@media (max-width: 1199px) {
  .px-about-img-placeholder {
    min-height: 250px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-about-img-placeholder {
    min-height: 180px;
  }
}

/* === About Page — Split Big Text === */
.px-about-3-bigtext--split {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.95;
  gap: 0;
  font-size: 96px !important;
}
.px-about-top-line {
  display: block;
  color: #ffffff !important;
  text-transform: none;
}
.px-about-bottom-line {
  display: block;
  color: #dc2626 !important;
  text-transform: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-3-bigtext--split { font-size: 84px !important; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-bigtext--split { font-size: 72px !important; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-bigtext--split { font-size: 60px !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-bigtext--split { font-size: 48px !important; }
}
@media (max-width: 767px) {
  .px-about-3-bigtext--split { font-size: 34px !important; }
}

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

/* ══════════════════════════════════════════════════════
   TESTIMONIALS — px-testimonials-area
   Blog ile aynı arka plan (#0E0F11), kırmızı-karanlık tema
   ══════════════════════════════════════════════════════ */
.px-testimonials-area {
  background: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.px-testimonials-area > .container { position: relative; z-index: 1; }

/* ── Testimonials slider: kaydırma ikonları yapı dışında ── */
.px-testi-slider-wrap {
  position: relative;
  padding: 0 56px;
}
.px-testi-slider {
  position: relative;
  overflow: hidden;
}
.px-testi-slider-wrap .px-testi-prev,
.px-testi-slider-wrap .px-testi-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  transform: translateY(calc(-50% - 19px));
  margin: 0;
}
.px-testi-slider-wrap .px-testi-prev {
  left: 0;
  right: auto;
}
.px-testi-slider-wrap .px-testi-next {
  right: 0;
  left: auto;
}
.px-testi-slider-wrap .px-testi-prev:hover,
.px-testi-slider-wrap .px-testi-next:hover {
  background: rgba(220,38,38,0.2);
  border-color: rgba(220,38,38,0.5);
  color: #dc2626;
}
.px-testi-slider-wrap .px-testi-prev::after,
.px-testi-slider-wrap .px-testi-next::after {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .px-testi-slider-wrap { padding: 0 44px; }
  .px-testi-slider-wrap .px-testi-prev,
  .px-testi-slider-wrap .px-testi-next { width: 40px; height: 40px; }
  .px-testi-slider-wrap .px-testi-prev::after,
  .px-testi-slider-wrap .px-testi-next::after { font-size: 14px; }
}
.px-testi-slider .px-testi-pagination {
  position: relative;
  margin-top: 28px;
  bottom: auto !important;
}
.px-testi-slider .px-testi-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.3);
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.px-testi-slider .px-testi-pagination .swiper-pagination-bullet-active {
  background: #dc2626;
  transform: scale(1.2);
}

/* ── Header ── */
.px-testimonials-header {
  text-align: center;
}
.px-testimonials-header .px-section-subtitle { color: rgba(255,255,255,0.6) !important; }
.px-testimonials-header .px-section-subtitle i svg path { stroke: rgba(255,255,255,0.6) !important; }
.px-testimonials-lead {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin-bottom: 0;
}

/* ── Featured testimonial ── */
.px-testi-featured {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  background: #141518;
  min-height: 440px;
  height: auto;
  align-items: stretch;
}
.px-testi-featured-quote {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  color: inherit;
  min-height: 0;
  overflow: visible;
}
.px-testi-quote-icon {
  position: absolute;
  top: 40px;
  right: 48px;
}
.px-testi-featured-text {
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  font-style: normal;
  margin: 0 auto 40px auto;
  max-width: 640px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0;
}
.px-testi-featured blockquote.px-testi-featured-text {
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.px-testi-featured-text .px-testi-quote-link {
  color: inherit;
  text-decoration: none;
  display: inline;
  text-align: center;
}
.px-testi-featured-text .px-testi-quote-link:hover {
  text-decoration: underline;
}
.px-testi-featured-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.px-testi-author-info {
  text-align: center;
}
.px-testi-author-info .px-testi-game-tag {
  margin-left: auto;
  margin-right: auto;
}
.px-testi-quote-icon--bottom {
  top: auto;
  right: auto;
  bottom: 40px;
  left: 48px;
  transform: scale(-1);
}
.px-testi-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(220,38,38,0.6);
  background: #1e2024;
  flex-shrink: 0;
}
.px-testi-author-info strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.px-testi-author-info span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}
.px-testi-company {
  font-size: 19px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-top: 0;
}
.px-testi-game-tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #dc2626;
  border: 1px solid rgba(220,38,38,0.35);
  border-radius: 4px;
  padding: 3px 10px;
}
.px-testi-featured-stars {
  margin-left: auto;
  display: flex;
  gap: 3px;
  align-self: flex-start;
}
.px-testi-featured-stars svg {
  width: 18px;
  height: 18px;
}
.px-testi-featured-img {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  min-height: 440px;
  height: 100%;
  align-self: stretch;
}
.px-testi-featured-img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.75);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.px-testi-featured:hover .px-testi-featured-img img {
  filter: saturate(0.9) brightness(0.9);
  transform: scale(1.03);
}
.px-testi-featured-img-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

/* ── Testimonial Cards ── */
.px-testi-card {
  background: #141518;
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 2px solid rgba(220,38,38,0.45);
  border-radius: 12px;
  padding: 28px 30px 26px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  height: calc(100% - 20px);
}
.px-testi-card:hover {
  border-top-color: #dc2626;
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
}
.px-testi-card--accent {
  background: linear-gradient(135deg, #1a0d0d 0%, #141518 60%);
  border-top-color: #dc2626 !important;
}
.px-testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.px-testi-stars {
  display: flex;
  gap: 3px;
}
.px-testi-stars svg,
.px-testi-card-quote {
  width: 14px;
  height: 14px;
}
.px-testi-card-text {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  flex: 1;
  margin-bottom: 22px;
}
.px-testi-card-author {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 18px;
}
.px-testi-card-author strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.px-testi-card-author span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
}
.px-testi-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #dc2626;
  border: 1px solid rgba(220,38,38,0.3);
  border-radius: 4px;
  padding: 3px 9px;
  align-self: flex-start;
}
.px-testi-card-tag--indie {
  color: #f97316;
  border-color: rgba(249,115,22,0.3);
}
.px-testi-card-tag--light {
  color: rgba(255,255,255,0.55);
  border-color: rgba(255,255,255,0.15);
}

/* ── Bottom stat bar ── */
.px-testi-statbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 60px;
  padding: 40px 60px;
  background: #141518;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
}
.px-testi-stat {
  flex: 1;
  text-align: center;
}
.px-testi-stat strong {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-family: var(--tp-ff-thunder);
  letter-spacing: -0.02em;
}
.px-testi-stat span {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.px-testi-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

/* ── Responsive ── */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-testi-featured { grid-template-columns: 1fr 320px; }
  .px-testi-featured-text { font-size: 17px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-testi-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
  }
  .px-testi-featured-img {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }
  .px-testi-featured-quote { padding: 36px 32px; overflow-y: visible; }
  .px-testi-statbar { flex-wrap: wrap; gap: 24px; padding: 30px; }
  .px-testi-stat-divider { display: none; }
}
@media (max-width: 767px) {
  .px-testi-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
  }
  .px-testi-featured-img {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
  .px-testi-featured-quote { padding: 28px 22px; overflow-y: visible; }
  .px-testi-featured-text { font-size: 16px; }
  .px-testi-statbar { flex-wrap: wrap; gap: 20px; padding: 24px 20px; }
  .px-testi-stat-divider { display: none; }
  .px-testi-stat strong { font-size: 34px; }
}

/* ─────────────────────────────────────────────────────────
   INDIESYNC PAGES
   ───────────────────────────────────────────────────────── */

/* Hero logo */
.pf-hero-indiesync-logo {
  max-height: 56px;
  width: auto;
  display: block;
}

/* Detail page badge */
.px-pd-indiesync-badge {
  height: 36px;
  width: auto;
  opacity: 0.85;
}

/* Standalone testimonial block (detail page) */
.px-testi-featured-wrap {
  background: #141518;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 52px 56px;
  position: relative;
}
.px-testi-featured-quote-icon { margin-bottom: 28px; }
.px-testi-featured-text {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  font-style: normal;
  margin: 0 0 36px 0;
  font-weight: 400;
}
.px-testi-featured-author {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.px-testi-featured-author-info { display: flex; flex-direction: column; }
.px-testi-featured-author-name {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.px-testi-featured-author-role {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  display: block;
}
.px-testi-featured-author-badge { margin-top: 10px; }
.px-testi-featured-author-badge span {
  font-size: 11px;
  font-weight: 600;
  color: #dc2626;
  border: 1px solid rgba(220,38,38,0.35);
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .px-testi-featured-wrap { padding: 32px 24px; }
  .px-testi-featured-text { font-size: 16px; }
}

/* ==========================================================================
   Admin Panel Layout (white, user-friendly)
   ========================================================================== */
/* ==========================================================================
   Admin Panel — Dark Professional Theme
   ========================================================================== */

:root {
  --adm-bg:        #0b0c10;
  --adm-surface:   #0f1015;
  --adm-card:      #14161d;
  --adm-card2:     #1a1c25;
  --adm-border:    rgba(255,255,255,0.07);
  --adm-border2:   rgba(255,255,255,0.12);
  --adm-text:      #e2e6f0;
  --adm-muted:     rgba(226,230,240,0.45);
  --adm-faint:     rgba(226,230,240,0.22);
  --adm-accent:    #e63946;
  --adm-accent-bg: rgba(230,57,70,0.12);
  --adm-accent-glow: rgba(230,57,70,0.25);
  --adm-input-bg:  #1b1d26;
  --adm-radius:    12px;
  --adm-radius-sm: 8px;
}

.px-admin-body {
  background: var(--adm-bg);
  color: var(--adm-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.px-admin-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  background: var(--adm-bg);
}

/* ── Sidebar ─────────────────────────────────────────── */
.px-admin-sidebar {
  background: var(--adm-surface);
  border-right: 1px solid var(--adm-border);
  padding: 20px 14px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.px-admin-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 14px;
  border-radius: var(--adm-radius);
  background: var(--adm-card2);
  border: 1px solid var(--adm-border2);
  color: var(--adm-text);
  min-height: 64px;
}
.px-admin-brand-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.px-admin-logo-circle {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--adm-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.px-admin-logo-img {
  height: 44px;
  max-height: 52px;
  width: auto;
  min-width: 120px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.px-admin-brand-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--adm-text);
}

.px-admin-nav {
  flex: 1;
  overflow-y: auto;
}

.px-admin-nav-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--adm-faint);
  margin: 22px 0 8px 4px;
}

.px-admin-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.px-admin-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--adm-radius-sm);
  color: var(--adm-muted);
  text-decoration: none;
  transition: background .15s, color .15s;
}

.px-admin-nav a i {
  width: 16px;
  text-align: center;
  font-size: 14px;
  flex-shrink: 0;
}

.px-admin-nav a:hover {
  background: var(--adm-card2);
  color: var(--adm-text);
}

.px-admin-nav a.active {
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
}

/* ── Main area ───────────────────────────────────────── */
.px-admin-main {
  background: var(--adm-bg);
  padding: 20px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Topbar ──────────────────────────────────────────── */
.px-admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  border-radius: var(--adm-radius);
  background: var(--adm-card);
  border: 1px solid var(--adm-border);
}

.px-admin-page-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--adm-text);
  letter-spacing: -.01em;
}

.px-admin-page-subtitle {
  margin: 0;
  font-size: 12px;
  color: var(--adm-muted);
}

.px-admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.px-admin-user-btn {
  border: 1px solid var(--adm-border2);
  background: var(--adm-card2);
  border-radius: 999px;
  padding: 4px 12px 4px 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.px-admin-user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--adm-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.px-admin-user-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--adm-text);
}

/* ── Section card ────────────────────────────────────── */
.px-admin-section {
  padding: 20px 22px 26px;
  border-radius: var(--adm-radius);
  background: var(--adm-card);
  border: 1px solid var(--adm-border);
}

.px-admin-section-muted {
  background: var(--adm-card2);
  border: 1px dashed var(--adm-border2);
}

.px-admin-section-header h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--adm-text);
  letter-spacing: -.01em;
}

.px-admin-section-header p {
  margin: 0;
  font-size: 12px;
  color: var(--adm-muted);
}

/* ── Dashboard grid cards ────────────────────────────── */
.px-admin-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.px-admin-card {
  border-radius: var(--adm-radius);
  border: 1px solid var(--adm-border);
  background: var(--adm-card2);
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .15s, box-shadow .15s;
}
.px-admin-card:hover {
  border-color: var(--adm-border2);
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
}

.px-admin-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--adm-text);
}

.px-admin-card p {
  margin: 0;
  font-size: 12px;
  color: var(--adm-muted);
  line-height: 1.6;
}

.px-admin-btn-primary {
  align-self: flex-start;
  margin-top: 6px;
  border-radius: 6px;
  border: 0;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--adm-accent);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: opacity .15s;
}
.px-admin-btn-primary:hover { opacity: .88; color: #fff; }

/* ── Form blocks ─────────────────────────────────────── */
.px-admin-form-block {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--adm-border);
}
.px-admin-form-block:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.px-admin-form-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--adm-text);
  margin: 0 0 10px;
}
.px-admin-form-desc {
  font-size: 12px;
  color: var(--adm-muted);
  margin: 0 0 12px;
}
.px-admin-form-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: var(--adm-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 10px;
}
.px-admin-form-subblock {
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-radius: var(--adm-radius-sm);
  padding: 14px 16px;
  margin-bottom: 10px;
}
.px-admin-form-subblock:last-child { margin-bottom: 0; }

/* ── Inputs ──────────────────────────────────────────── */
.px-admin-input,
.form-control.px-admin-input {
  background: var(--adm-input-bg);
  border: 1px solid var(--adm-border2);
  border-radius: var(--adm-radius-sm);
  padding: 9px 12px;
  font-size: 13px;
  color: var(--adm-text);
  width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
.px-admin-input::placeholder { color: var(--adm-faint); }
.px-admin-input:focus,
.form-control.px-admin-input:focus {
  background: #1f2130;
  border-color: var(--adm-accent);
  box-shadow: 0 0 0 3px var(--adm-accent-bg);
  outline: 0;
  color: var(--adm-text);
}
.px-admin-textarea {
  min-height: 80px;
  resize: vertical;
}

/* ── Buttons ─────────────────────────────────────────── */
.px-admin-btn-save {
  border: 0;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  background: var(--adm-accent);
  color: #fff;
  border-radius: var(--adm-radius-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity .15s;
}
.px-admin-btn-save:hover { opacity: .88; }
.px-admin-btn-ghost {
  border-radius: var(--adm-radius-sm);
  border: 1px dashed var(--adm-border2);
  background: transparent;
  color: var(--adm-muted);
  font-size: 13px;
  padding: 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.px-admin-btn-ghost:hover {
  background: var(--adm-card2);
  color: var(--adm-text);
}
.px-admin-btn-ghost i { font-size: 13px; }

/* ── List items ──────────────────────────────────────── */
.px-admin-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.px-admin-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-radius: var(--adm-radius-sm);
  font-size: 13px;
  color: var(--adm-text);
}
.px-admin-list-num {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── Deck editor ─────────────────────────────────────── */
.px-admin-deck-editor {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.px-admin-deck-row {
  display: grid;
  grid-template-columns: 36px 1fr 120px 140px;
  align-items: center;
  gap: 10px;
}
.px-admin-deck-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  color: var(--adm-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.px-admin-deck-img { min-width: 0; }
.px-admin-deck-link { min-width: 0; }
.px-admin-deck-badge { min-width: 0; }
@media (max-width: 767px) {
  .px-admin-deck-row {
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto auto;
  }
  .px-admin-deck-row .px-admin-deck-link,
  .px-admin-deck-row .px-admin-deck-badge {
    grid-column: 2;
  }
}

/* ── Project / service drag cards ───────────────────── */
.px-admin-project-card {
  border-radius: var(--adm-radius);
  border: 1px solid var(--adm-border);
  padding: 14px 16px 12px;
  margin-bottom: 10px;
  background: var(--adm-card2);
  transition: box-shadow .15s, border-color .15s, transform .08s;
}
.px-admin-project-card.is-dragging {
  box-shadow: 0 14px 36px rgba(0,0,0,0.55);
  border-color: var(--adm-border2);
  transform: scale(1.01);
  opacity: .8;
}
.px-admin-project-card.is-drag-over {
  border-style: dashed;
  border-color: var(--adm-accent);
}
.px-admin-project-card-toolbar {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--adm-border);
  margin-bottom: 10px;
}
.px-admin-project-drag {
  cursor: grab;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--adm-faint);
}
.px-admin-project-drag:active { cursor: grabbing; }
.px-admin-project-drag i { font-size: 14px; }
.px-admin-project-delete {
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
}

/* ── Projects toolbar ────────────────────────────────── */
.px-admin-projects-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.px-admin-projects-toolbar .px-admin-form-desc { margin-bottom: 0; }

/* ==========================================================================
   Admin Home — Accordion section layout
   ========================================================================== */
.px-admin-home-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: var(--adm-card);
  border-radius: var(--adm-radius);
  border: 1px solid var(--adm-border);
  flex-wrap: wrap;
}
.px-admin-home-nav-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--adm-faint);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.px-admin-home-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.px-admin-home-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-size: 12px;
  color: var(--adm-muted);
  text-decoration: none;
  border-radius: 6px;
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  transition: background .15s, color .15s;
}
.px-admin-home-nav-link:hover {
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
}
.px-admin-home-nav-link i { font-size: 11px; }

.px-admin-home-sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.px-admin-home-block {
  background: var(--adm-card);
  border-radius: var(--adm-radius);
  border: 1px solid var(--adm-border);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: border-color .15s;
}
.px-admin-home-block.is-open {
  border-color: var(--adm-border2);
}
.px-admin-home-block-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--adm-text);
  cursor: pointer;
  text-align: left;
  user-select: none;
}
.px-admin-home-block-header:focus { outline: 0; }
.px-admin-home-block-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
  border-radius: 8px;
  font-size: 15px;
  flex-shrink: 0;
}
.px-admin-home-block-chevron {
  margin-left: auto;
  font-size: 13px;
  color: var(--adm-faint);
  transition: transform .2s ease;
}
.px-admin-home-block.is-open .px-admin-home-block-chevron { transform: rotate(180deg); }

.px-admin-home-block-body {
  display: none;
  padding: 0 18px 22px;
  border-top: 1px solid var(--adm-border);
}
.px-admin-home-block.is-open .px-admin-home-block-body { display: block; }

.px-admin-home-field {
  margin-bottom: 14px;
}
.px-admin-home-field:last-child { margin-bottom: 0; }
.px-admin-home-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--adm-muted);
  margin-bottom: 5px;
}
.px-admin-home-input {
  width: 100%;
  padding: 9px 13px;
  font-size: 13px;
  border: 1px solid var(--adm-border2);
  border-radius: var(--adm-radius-sm);
  background: var(--adm-input-bg);
  color: var(--adm-text);
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
.px-admin-home-input::placeholder { color: var(--adm-faint); }
.px-admin-home-input:focus {
  outline: 0;
  border-color: var(--adm-accent);
  box-shadow: 0 0 0 3px var(--adm-accent-bg);
}
.px-admin-home-textarea {
  min-height: 80px;
  resize: vertical;
}
.px-admin-home-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}
.px-admin-home-row:last-child { margin-bottom: 0; }
.px-admin-home-field-half { flex: 1; min-width: 0; }
.px-admin-home-row-3 { flex-wrap: wrap; }
.px-admin-home-stat {
  flex: 1;
  min-width: 180px;
  padding: 14px;
  background: var(--adm-card2);
  border-radius: var(--adm-radius-sm);
  border: 1px solid var(--adm-border);
}
.px-admin-home-subtitle {
  font-size: 11px;
  font-weight: 700;
  color: var(--adm-faint);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 20px 0 12px;
  padding-top: 16px;
  border-top: 1px solid var(--adm-border);
}
.px-admin-home-hint {
  font-size: 12px;
  color: var(--adm-muted);
  margin: 0;
}
.px-admin-home-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--adm-border);
}

/* ── Dropzone ────────────────────────────────────────── */
.px-admin-dropzone {
  position: relative;
  min-height: 110px;
  border: 2px dashed var(--adm-border2);
  border-radius: var(--adm-radius-sm);
  background: var(--adm-input-bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color .15s, background .15s;
}
.px-admin-dropzone:hover,
.px-admin-dropzone.is-dragover {
  border-color: var(--adm-accent);
  background: var(--adm-accent-bg);
}
.px-admin-dropzone-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--adm-muted);
  font-size: 12px;
}
.px-admin-dropzone-placeholder i {
  font-size: 22px;
  color: var(--adm-faint);
}
.px-admin-dropzone-preview,
.px-admin-dropzone-preview-file {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: var(--adm-card2);
}
.px-admin-dropzone-preview:has(img[src]),
.px-admin-dropzone-preview.has-preview {
  display: flex;
}
.px-admin-dropzone:has(.px-admin-dropzone-preview img[src]) .px-admin-dropzone-placeholder,
.px-admin-dropzone:has(.px-admin-dropzone-preview.has-preview) .px-admin-dropzone-placeholder,
.px-admin-dropzone:has(.px-admin-dropzone-previews .px-admin-dropzone-preview-item) .px-admin-dropzone-placeholder { display: none; }
.px-admin-dropzone-preview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.px-admin-dropzone-preview-file:not(:empty),
.px-admin-dropzone-preview-file.has-preview {
  display: flex;
}
.px-admin-dropzone:has(.px-admin-dropzone-preview-file:not(:empty)) .px-admin-dropzone-placeholder,
.px-admin-dropzone:has(.px-admin-dropzone-preview-file.has-preview) .px-admin-dropzone-placeholder { display: none; }
.px-admin-dropzone-filename {
  font-size: 12px;
  color: var(--adm-muted);
}
.px-admin-dropzone-sm { min-height: 90px; }
.px-admin-dropzone-video { min-height: 80px; }
.px-admin-dropzone-full { width: 100%; }
.px-admin-dropzone-card {
  min-height: 80px;
  width: 100%;
  aspect-ratio: 16/10;
}
.px-admin-dropzone-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  width: 100%;
}
.px-admin-dropzone-preview-item {
  position: relative;
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
}
.px-admin-dropzone-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.px-admin-dropzone-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* ── Deck hero cards ─────────────────────────────────── */
.px-admin-home-deck-wrap { margin-top: 20px; }
.px-admin-home-deck-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}
.px-admin-home-deck-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--adm-text);
}
.px-admin-home-deck-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--adm-accent);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  transition: opacity .15s;
}
.px-admin-home-deck-add:hover { opacity: .88; }
.px-admin-home-deck-hint {
  font-size: 11px;
  color: var(--adm-faint);
  margin: 0 0 14px;
}
.px-admin-home-deck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.px-admin-home-deck-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-radius: 10px;
  transition: border-color .15s;
}
.px-admin-home-deck-card.is-dragging {
  opacity: 0.6;
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.px-admin-home-deck-card.is-drag-over {
  border-color: var(--adm-accent);
  box-shadow: 0 0 0 2px var(--adm-accent-bg);
}
.px-admin-home-deck-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.px-admin-home-deck-drag {
  cursor: grab;
  color: var(--adm-faint);
  font-size: 13px;
}
.px-admin-home-deck-drag:active { cursor: grabbing; }
.px-admin-home-deck-remove {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
  border-radius: 6px;
  cursor: pointer;
  font-size: 11px;
  transition: background .15s;
}
.px-admin-home-deck-remove:hover { background: rgba(230,57,70,0.22); }
.px-admin-home-deck-fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.px-admin-home-deck-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--adm-faint);
  letter-spacing: 0.04em;
  margin: 0 0 3px 0;
}
.px-admin-home-deck-link,
.px-admin-home-deck-badge {
  font-size: 12px;
  padding: 7px 10px;
}

/* ── Service list (services.html) ───────────────────── */
.px-admin-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .px-admin-service-layout { grid-template-columns: minmax(0, 1fr); }
}
.px-admin-service-list {
  border-radius: var(--adm-radius);
  border: 1px solid var(--adm-border);
  background: var(--adm-card2);
  padding: 10px;
}
.px-admin-service-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.px-admin-service-pill {
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--adm-border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 13px;
  color: var(--adm-muted);
  transition: background .15s, border-color .15s, color .15s;
}
.px-admin-service-pill:hover {
  background: var(--adm-card);
  color: var(--adm-text);
}
.px-admin-service-pill.is-active {
  border-color: var(--adm-accent);
  background: var(--adm-accent-bg);
  color: var(--adm-text);
}
.px-admin-service-pill span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.px-admin-service-pill i {
  font-size: 12px;
  color: var(--adm-faint);
  flex-shrink: 0;
}
.px-admin-service-tabs .btn {
  border-radius: 6px;
  font-size: 12px;
  padding: 5px 12px;
  background: var(--adm-card);
  border: 1px solid var(--adm-border);
  color: var(--adm-muted);
}
.px-admin-service-tabs .btn.active {
  background: var(--adm-accent);
  color: #fff;
  border-color: var(--adm-accent);
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 991px) {
  .px-admin-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .px-admin-main {
    padding: 16px 18px 30px;
  }
  .px-admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .px-admin-layout {
    grid-template-columns: 1fr;
  }
  .px-admin-sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--adm-border);
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    overflow-x: auto;
  }
  .px-admin-brand { min-width: 160px; }
  .px-admin-nav { flex: 1; white-space: nowrap; }
  .px-admin-main { padding: 14px 14px 28px; }
  .px-admin-topbar { flex-direction: column; align-items: flex-start; }
  .px-admin-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Admin — Bootstrap dark overrides (scoped to .px-admin-body)
   ========================================================================== */
.px-admin-body .form-control,
.px-admin-body .form-select {
  background-color: var(--adm-input-bg);
  border: 1px solid var(--adm-border2);
  color: var(--adm-text);
  border-radius: var(--adm-radius-sm);
  font-size: 13px;
  padding: 9px 12px;
}
.px-admin-body .form-control::placeholder,
.px-admin-body .form-select::placeholder { color: var(--adm-faint); }
.px-admin-body .form-control:focus,
.px-admin-body .form-select:focus {
  background-color: #1f2130;
  border-color: var(--adm-accent);
  box-shadow: 0 0 0 3px var(--adm-accent-bg);
  color: var(--adm-text);
  outline: 0;
}
.px-admin-body .form-select option {
  background: var(--adm-card2);
  color: var(--adm-text);
}
.px-admin-body .form-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--adm-muted);
  margin-bottom: 5px;
}
.px-admin-body .form-text {
  font-size: 11px;
  color: var(--adm-faint);
}

/* Buttons */
.px-admin-body .btn {
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--adm-radius-sm);
}
.px-admin-body .btn-primary {
  background: var(--adm-accent);
  border-color: var(--adm-accent);
  color: #fff;
}
.px-admin-body .btn-primary:hover,
.px-admin-body .btn-primary:focus {
  background: #c8303b;
  border-color: #c8303b;
  box-shadow: none;
}
.px-admin-body .btn-outline-secondary {
  border-color: var(--adm-border2);
  color: var(--adm-muted);
  background: transparent;
}
.px-admin-body .btn-outline-secondary:hover {
  background: var(--adm-card2);
  color: var(--adm-text);
  border-color: var(--adm-border2);
}
.px-admin-body .btn-outline-danger {
  border-color: rgba(230,57,70,0.4);
  color: var(--adm-accent);
  background: transparent;
}
.px-admin-body .btn-outline-danger:hover {
  background: var(--adm-accent-bg);
  color: var(--adm-accent);
  border-color: var(--adm-accent);
}
.px-admin-body .btn-sm {
  font-size: 12px;
  padding: 4px 10px;
}

/* List group */
.px-admin-body .list-group-item {
  background: var(--adm-card2);
  border-color: var(--adm-border);
  color: var(--adm-text);
  font-size: 13px;
  cursor: pointer;
  transition: background .15s;
}
.px-admin-body .list-group-item:hover {
  background: var(--adm-card);
}
.px-admin-body .list-group-item.active {
  background: var(--adm-accent-bg);
  border-color: var(--adm-accent);
  color: var(--adm-text);
}
.px-admin-body .list-group-item + .list-group-item {
  border-top-color: var(--adm-border);
}

/* Nav tabs */
.px-admin-body .nav-tabs {
  border-bottom-color: var(--adm-border);
}
.px-admin-body .nav-tabs .nav-link {
  color: var(--adm-muted);
  border-color: transparent;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 6px 6px 0 0;
}
.px-admin-body .nav-tabs .nav-link:hover { color: var(--adm-text); }
.px-admin-body .nav-tabs .nav-link.active {
  background: var(--adm-card2);
  border-color: var(--adm-border) var(--adm-border) transparent;
  color: var(--adm-text);
}

/* Tab content */
.px-admin-body .tab-content {
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-top: 0;
  border-radius: 0 0 var(--adm-radius-sm) var(--adm-radius-sm);
  padding: 16px;
}

/* Badge */
.px-admin-body .badge.bg-secondary {
  background: var(--adm-card2) !important;
  color: var(--adm-muted);
  border: 1px solid var(--adm-border2);
}

/* Input group */
.px-admin-body .input-group-text {
  background: var(--adm-card2);
  border-color: var(--adm-border2);
  color: var(--adm-muted);
  font-size: 13px;
}

/* Alert/help */
.px-admin-body .alert-info {
  background: rgba(56,189,248,0.08);
  border-color: rgba(56,189,248,0.2);
  color: rgba(186,230,253,0.9);
  font-size: 12px;
}

/* Scrollbar (webkit) */
.px-admin-body ::-webkit-scrollbar { width: 6px; height: 6px; }
.px-admin-body ::-webkit-scrollbar-track { background: transparent; }
.px-admin-body ::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
}
.px-admin-body ::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.22); }

/* Text utilities for dark context */
.px-admin-body .text-muted { color: var(--adm-muted) !important; }
.px-admin-body .text-danger { color: var(--adm-accent) !important; }
.px-admin-body hr { border-color: var(--adm-border); }
.px-admin-body small { color: var(--adm-faint); }

/* Bootstrap border / background utilities in dark context */
.px-admin-body .border {
  border-color: var(--adm-border) !important;
}
.px-admin-body .border-top { border-top-color: var(--adm-border) !important; }
.px-admin-body .border-bottom { border-bottom-color: var(--adm-border) !important; }
.px-admin-body .bg-white,
.px-admin-body .bg-light {
  background-color: var(--adm-card2) !important;
}
.px-admin-body .rounded,
.px-admin-body .rounded-3 {
  border-radius: var(--adm-radius-sm) !important;
}
.px-admin-body p { color: var(--adm-muted); }
.px-admin-body h1,.px-admin-body h2,.px-admin-body h3,
.px-admin-body h4,.px-admin-body h5,.px-admin-body h6 { color: var(--adm-text); }
.px-admin-body .card {
  background: var(--adm-card2);
  border-color: var(--adm-border);
  color: var(--adm-text);
}
.px-admin-body .card-body { background: transparent; }

/* ── Projects CMS two-column layout ─────────────────── */
.px-admin-projects-cms {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
@media (max-width: 991px) {
  .px-admin-projects-cms { grid-template-columns: 1fr; }
}
.px-admin-projects-sidebar {
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-radius: var(--adm-radius);
  overflow: hidden;
  position: sticky;
  top: 16px;
}
.px-admin-projects-editor {
  background: var(--adm-card2);
  border: 1px solid var(--adm-border);
  border-radius: var(--adm-radius);
  padding: 18px 20px;
}


/* ══════════════════════════════════════════════════════════
   GSAP SCROLL ANİMASYON BAŞLANGIÇ DURUMU
   min-width: 1199px → main.js'deki gsap.matchMedia("(min-width: 1199px)")
   ile birebir eşleşir. GSAP yüklenmeden önce öğeler bu durumda olur,
   GSAP başladığında aynı değerleri görür → görsel sıçrama olmaz (FOUC giderilir)
══════════════════════════════════════════════════════════ */
@media (min-width: 1199px) {
  .about-skew-anim,
  .brand-skew-anim {
    opacity: 0;
    transform: translateY(-180px) scale(0.95);
    will-change: transform, opacity;
  }
}

/* ════════════════════════════════════════════════════════
   MOBİL İYİLEŞTİRMELER — Anasayfa bölümleri
   ════════════════════════════════════════════════════════ */

/* ── Footer mobil ── */
@media (max-width: 767px) {
  .px-footer-area {
    padding-top: 56px !important;
    padding-bottom: 24px !important;
  }
  .px-footer-widget-title {
    font-size: 36px !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.03em !important;
  }
  .px-footer-widget-social {
    margin-bottom: 8px;
  }
  .px-footer-col-1 { padding-bottom: 28px !important; }
  .px-footer-col-2 { padding-bottom: 28px !important; }
  .px-footer-col-3 { padding-bottom: 20px !important; }
  .px-copyright-area { padding-top: 8px !important; }
}

/* ── Testimonials mobil ── */
@media (max-width: 767px) {
  .px-testimonials-area {
    padding-top: 64px !important;
    padding-bottom: 40px !important;
  }
  .px-testimonials-header {
    margin-bottom: 36px !important;
  }
  .px-testi-slider-wrap {
    padding: 0 36px !important;
  }
  /* Grid → dikey yerleşim */
  .px-testi-featured {
    grid-template-columns: 1fr !important;
    grid-template-rows: 220px 1fr !important;
    height: auto !important;
    min-height: 0 !important;
  }
  /* Görsel üste, alıntı alta */
  .px-testi-featured-img { order: -1; min-height: 200px; max-height: 220px; }
  .px-testi-featured-quote {
    padding: 32px 24px 28px !important;
    overflow-y: visible !important;
  }
  .px-testi-featured-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
  }
  .px-testi-quote-icon { width: 40px !important; height: 30px !important; top: 24px; right: 24px; }
  .px-testi-quote-icon--bottom { width: 40px !important; height: 30px !important; bottom: 24px; left: 24px; }
}

/* ── Blog slider mobil ── */
@media (max-width: 767px) {
  .px-blog-area {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-blog-title-wrap {
    margin-bottom: 32px !important;
  }
  .px-blog-slider-wrap {
    padding: 0 38px !important;
  }
  .px-blog-item--slide .px-blog-thumb img {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  .px-blog-item--slide .px-blog-content {
    padding: 18px 16px 16px !important;
  }
  .px-blog-slider-wrap .px-blog-prev,
  .px-blog-slider-wrap .px-blog-next {
    width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
  }
  /* Başlık + "View All" düzeni kırılgınlık */
  .px-blog-title-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
}

/* ── Proje & IndieSync Detay sayfaları mobil ── */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-ptb { padding-top: 130px !important; }
}
@media (max-width: 767px) {
  /* Üst bölüm padding */
  .px-pd-2-ptb { padding-top: 90px !important; padding-bottom: 40px !important; }
  .px-pd-2-top { padding-bottom: 28px !important; }

  /* Başlık font */
  .px-pd-2-title {
    font-size: 38px !important;
    letter-spacing: -1px !important;
    line-height: 1.1 !important;
  }

  /* Kategori tag'leri mobil: sarma düzeni */
  .px-pd-2-categories { margin-bottom: 20px !important; }
  .px-pd-2-categories span {
    margin-bottom: 8px !important;
    font-size: 12px !important;
    padding: 5px 16px 5px 24px !important;
  }

  /* Meta bilgi satırı: 2×2 grid */
  .px-pd-2-bottom {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .px-pd-2-bottom-item {
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .px-pd-2-bottom-item:nth-child(odd)  { padding-right: 12px !important; border-right: 1px solid rgba(255,255,255,0.06); }
  .px-pd-2-bottom-item:nth-child(even) { padding-left: 16px !important; }
  .px-pd-2-bottom-item span  { font-size: 11px !important; margin-bottom: 6px !important; }
  .px-pd-2-bottom-item h6    { font-size: 15px !important; }

  /* Banner yüksekliği */
  .px-pd-2-banner { height: 200px !important; }
  .px-pd-2-banner img { margin-top: 0 !important; }

  /* Overview bölümü */
  .px-pd-2-overview-ptb { padding-bottom: 40px !important; }
  .px-pd-2-overview-heading { padding-bottom: 16px !important; }
  .px-pd-2-overview-title { font-size: 32px !important; letter-spacing: -0.5px !important; }
  .px-pd-2-overview-wrap p { font-size: 15px !important; line-height: 1.65 !important; }
  .px-pd-2-overview-wrap ul li { font-size: 16px !important; }

  /* Steps bölümü */
  .px-pd-2-step-ptb { padding-bottom: 40px !important; }
  .px-pd-2-step-heading { padding-bottom: 28px !important; }
  .px-pd-2-step-title { font-size: 28px !important; letter-spacing: -0.5px !important; }
  .px-pd-2-step-item-title { font-size: 18px !important; }

  /* Geri butonu */
  .px-pd-2-np-ptb { padding-bottom: 60px !important; }

  /* IndieSync logo */
  .px-pd-indiesync-badge { height: 28px !important; }
}

/* ── About sayfası mobil ── */
/* Hero ve iç bölüm padding küçült */
@media (max-width: 767px) {
  .px-about-3-area { padding-top: 60px !important; padding-bottom: 60px !important; }
  .px-inner-about-1-style { padding-top: 56px !important; padding-bottom: 48px !important; }
  .px-inner-about-1-top { margin-bottom: 28px !important; }
  .px-inner-about-1-top p { font-size: 40px !important; }
  .px-inner-about-1-content p { font-size: 22px !important; line-height: 1.4 !important; }
  .px-inner-about-1-content p.fw-400 { font-size: 15px !important; line-height: 1.6 !important; }
  /* Stats */
  .ar-funfact-area { padding-top: 48px !important; padding-bottom: 48px !important; }
  .ar-funfact-item h4 { font-size: 48px !important; }
  .ar-funfact-item { margin-bottom: 28px !important; }
  /* About hero col-xl-5 ve col-xl-7 tam genişlik zaten, sadece padding düzelt */
  .px-about-3-area .row.gx-40 { --bs-gutter-x: 1rem; }
}

/* Collage kartları: daha kompakt */
@media (max-width: 767px) {
  .aus-service-area {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .aus-service-logo-collage {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
  }
  .aus-collage-card {
    min-height: 82px !important;
    padding: 16px 8px !important;
    gap: 8px !important;
  }
  .aus-collage-card svg {
    width: 32px !important;
    height: 32px !important;
  }
  .aus-collage-card span {
    font-size: 9px !important;
    letter-spacing: 1px !important;
  }
}
/* Servis listesi: başlık satırı yatay kal, item padding/font küçült */
@media (max-width: 767px) {
  /* SERVICES / INFO başlık satırını yatay tut */
  .aus-service-content-wrap > .row:first-child {
    display: flex !important;
    flex-direction: row !important;
  }
  .aus-service-content-wrap > .row:first-child .col-sm-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  /* Her servis item: daha az padding */
  .aus-service-item {
    padding: 16px 0 !important;
  }
  /* Title ve info sütunları: yatayda yan yana tut */
  .aus-service-item .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .aus-service-item .col-md-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  /* h4 başlık küçült */
  .aus-service-content h4 {
    font-size: 18px !important;
    letter-spacing: -0.5px !important;
    line-height: 1.25 !important;
  }
  /* Açıklama font küçült */
  .aus-service-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  /* Başlık kolonu alt margin sıfırla */
  .aus-service-item .aus-service-content {
    margin-bottom: 0 !important;
  }
  /* Label hizalama */
  .aus-service-content label {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
}

