/* ***************************************
Template Name: Isti - Creative Portfolio HTML Template
Author:  
website: 
Version: 1.0
Description: 
***************************************

CSS TABLE OF CONTENTS
===================================
01. GLOBAL CSS 
02. HOME PAGE 1
03. HOME PAGE 2
04. BLOG CLASIC
05. BLOG DETAILS
06. CONTACT

/*==============================
  GLOBAL CSS START
===============================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Spline+Sans:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: var(--bodyFont);
  background: var(--colorBlack);
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--colorWhite);
}

p,
span {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: var(--colorBodyText);
}

p {
  line-height: 25px;
}

img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

button {
  border: none;
  outline: none;
}

button:focus {
  outline: none;
}

:root {
  --colorPrimary: #2c7ffe;
  --colorSecondary: #642efd;
  --colorWhite: #ffffff;
  --colorBlack: #09080c;
  --colorBodyText: rgba(177, 177, 177, 1);
  --colorDarkAccent: #0e1216;
  --bodyFont: "Spline Sans", sans-serif;
  --secondaryFont: "Spline Sans", sans-serif;
}

.tf__common_heading h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--colorPrimary);
  font-family: var(--secondaryFont);
  text-transform: uppercase;
  margin-bottom: 13px;
}

.tf__common_heading h2 {
  font-size: 55px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 75px;
}

.tf__common_heading2 {
  text-align: center;
}

.tf__common_btn {
  font-size: 14px;
  font-weight: 800;
  padding: 20px 30px;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__common_btn:hover {
  background: transparent;
  border: 2px solid var(--colorPrimary);
  color: var(--colorWhite);
}

.tf__common_btn i {
  margin-left: 8px;
}
.download_btn i {
  font-size: 20px;
  font-weight: 400;
}
.tf__breadcrumbs {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 460px;
}

.tf__breadcrumbs_text h5 {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
}

.tf__breadcrumbs_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tf__breadcrumbs_text ul li {
  color: var(--colorWhite);
}

.tf__breadcrumbs_text ul li,
.tf__breadcrumbs_text ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__breadcrumbs_text ul li a {
  position: relative;
  margin-right: 18px;
  padding-right: 18px;
}

.tf__breadcrumbs_text ul li a::after {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 4px;
  color: var(--colorPrimary);
  top: 2px;
  right: -8px;
  border: 2px solid;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf__breadcrumbs_text ul li a:hover {
  color: var(--colorWhite);
}

@keyframes rotate_animi {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

/*==============================
  GLOBAL CSS START
===============================*/

/*==============================
  HOME PAGE 1 START
===============================*/
/* main start */
.tf__main_menu {
  background: transparent;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__main_menu .navbar-brand {
  max-width: 74px;
  height: 66px;
  margin: 0;
  padding: 0;
}

.tf__main_menu .navbar-nav .nav-item {
  position: relative;
}

.tf__main_menu .navbar-nav .nav-item > a {
  font-size: 14px;
  font-weight: 800;
  color: var(--colorWhite);
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
  letter-spacing: 1px;
  /* line-height: 100px; */
  display: flex;
  align-items: center;
}

.tf__main_menu .navbar-nav .nav-item > a i {
  margin-left: 5px;
}

.tf__main_menu .navbar-nav .nav-item:hover > a,
.tf__main_menu .navbar-nav .nav-item > a.active {
  color: var(--colorPrimary);
}

.tf__dropdown {
  position: absolute;
  width: 200px;
  top: 115%;
  left: 0;
  background: var(--colorWhite);
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 14px;
  padding-left: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__dropdown::-webkit-scrollbar {
  background: #fff;
  width: 5px;
}

.tf__dropdown::-webkit-scrollbar-thumb {
  background: #ddd;
}

.tf__dropdown li {
  margin-left: 0;
  line-height: 30px;
}

.tf__dropdown li a {
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeeea6;
  padding: 7px 20px;
  border-left: 1px solid transparent;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__dropdown li a:hover,
.tf__dropdown li a.active {
  background: var(--colorPrimary);
  color: var(--colorBlack) !important;
}

.tf__dropdown li:last-child a {
  border-bottom: 0;
}

.tf__main_menu .nav-item:hover .tf__dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.tf__manubar {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-left: 35px !important;
  margin-top: 30px !important;
  text-align: center;
  padding: 0 !important;
  padding-right: 4px !important;
  color: var(--colorBlack) !important;
  background: var(--colorSecondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  font-size: 16px !important;
  transform: rotate(180deg);
}

.tf__manubar:hover {
  background: var(--colorWhite);
}

.menu_fix {
  background: var(--colorBlack);
  border-bottom: 1px solid #ffffff42;
}

.offcanvas {
  background: rgb(46 35 35);
  z-index: 99999;
}

.offcanvas .offcanvas-header {
  padding-bottom: 0;
}

.offcanvas .btn-close {
  background: var(--colorPrimary);
  color: var(--colorBlack);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  top: 18px;
  opacity: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.offcanvas .btn-close:hover {
  background: var(--colorSecondary);
}

.offcanvas .offcanvas-body {
  padding: 30px;
}

.tf__toggle_search form {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.tf__toggle_search form input {
  background: transparent;
  border-radius: 15px;
  padding: 20px 30px;
  border: none;
  color: var(--colorWhite);
}

.tf__toggle_search form button {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: none;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__toggle_search form button:hover {
  color: var(--colorPrimary);
}

.tf__toggle_categories {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
}

.tf__toggle_categories h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tf__toggle_categories ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  border-bottom: 1px solid #eeeeee1c;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: all linear 0.3s;
}

.tf__toggle_categories ul li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.tf__toggle_categories ul li a span {
  color: var(--colorWhite);
  transition: all linear 0.3s;
}

.tf__toggle_categories ul li a span i {
  margin-right: 10px;
}

.tf__toggle_categories ul li a:hover {
  color: var(--colorPrimary);
}

.tf__toggle_categories ul li a:hover span {
  color: var(--colorPrimary);
}

.tf__toggle_company {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
}

.tf__toggle_company h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tf__toggle_company p {
  margin-top: 10px;
}

.tf__toggle_link {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-top: 30px;
  padding: 30px;
}

.tf__toggle_link h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tf__toggle_link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tf__toggle_link ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff1a;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__toggle_link ul li a:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

/* manu end */

/* banner start */
.tf__banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
}

.tf__banner div {
  /* height: 100%; */
}

.tf__banner_img {
  width: 750px;
  height: 750px !important;
  position: relative;
}

.tf__banner_img::after {
  position: absolute;
  content: "";
  background: url(../images/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 755px;
  height: 755px;
  top: 0px;
  left: 0px;
  animation: rotate_animi linear 60s infinite;
  -webkit-animation: rotate_animi linear 60s infinite;
}

.tf__banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tf__banner_text h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 25px;
}

.tf__banner_text h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--colorPrimary);
}

.tf__banner_text p {
  max-width: 80%;
}

.tf__banner_text ul {
  margin-top: 50px;
}

.tf__banner_text ul li {
  margin-right: 40px;
}

.tf___video_btn {
  color: var(--colorWhite) !important;
  background: var(--colorDarkAccent) !important;
}

.tf___video_btn i {
  margin-left: 0 !important;
  margin-right: 8px !important;
  color: var(--colorPrimary);
}

/* banner end */

/* about start */
.tf__about {
  background: var(--colorBlack);
}

.tf__about_text {
  margin-top: 80px;
  width: 608px !important;
  position: relative;
  z-index: 2;
}

.tf__about_text h2 {
  margin-bottom: 0;
}

.tf__about_text p {
  margin-top: 45px;
  line-height: 25px;
}

.tf__about_img {
  height: 660px;
  position: relative;
  overflow: hidden;
}

.about-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.about-gallery img.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.about-gallery img.exit {
  transform: translateX(100%);
  opacity: 0;
  z-index: 0;
}

/* about end */

/* service start */
.tf__service {
  background: var(--colorBlack);
}

.tf__single_service {
  margin-top: 40px;
  margin-bottom: 30px;
}

.tf__single_service_img {
  height: 310px;
  position: relative;
}

.tf__single_service_img span {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 94px;
  height: 100px;
  font-size: 46px;
  line-height: 100px;
  text-align: center;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_service_text {
  margin-top: 20px;
}

.tf__single_service_text a {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_service_text p {
  line-height: 25px;
}

 .tf__single_service:hover .tf__single_service_img span {
  background: var(--colorSecondary);
  color: var(--colorWhite);
} 

.tf__single_service_text a:hover {
  color: var(--colorPrimary);
}

/* service end */

/* skill start */
.tf__skill {
  background: var(--colorBlack);
}

.tf__skiil_heading h2 {
  margin-bottom: 12px !important;
}

.tf__single_skill {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f9f9f642;
}

.tf__single_skill_left h6 {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tf__single_skill_left span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--colorWhite);
}

.tf__single_skill_left p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  color: var(--colorPrimary);
}

.tf__single_skill_middle {
  padding: 20px 40px;
}

.tf__team_skills_bar_single {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.tf__team_skills_bar_single p {
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* skill end */

/* semester progress bar start */
.barfiller.barfiller-semesters {
  overflow: visible;
}

.barfiller-semesters .mark {
  position: absolute;
  width: 2px;
  height: 12px; /* Taller than the bar (6px) */
  background-color: white;
  top: -3px;
  z-index: 2;
}

/* 7 semesters = 6 lines */
.barfiller-semesters .mark:nth-of-type(1) { left: calc(100% / 7 * 1); }
.barfiller-semesters .mark:nth-of-type(2) { left: calc(100% / 7 * 2); }
.barfiller-semesters .mark:nth-of-type(3) { left: calc(100% / 7 * 3); }
.barfiller-semesters .mark:nth-of-type(4) { left: calc(100% / 7 * 4); }
.barfiller-semesters .mark:nth-of-type(5) { left: calc(100% / 7 * 5); }
.barfiller-semesters .mark:nth-of-type(6) { left: calc(100% / 7 * 6); }
/* semester progress bar end */

/* ----------------------------
   Progress fill color + tip style
   ---------------------------- */
.barfiller .fill {
  background: var(--colorSecondary) !important;
}
 
.barfiller .tip {
  color: var(--colorBlack);
  font-weight: 700;
  background: #e8dcff;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
}

/* portfolio start */
.tf__portfolio {
  background: var(--colorBlack);
  position: relative;
}

.tf__portfolio_img {
  margin: 0px 12px;
  height: 435px;
}

.tf__portfolio_heading h2 {
  /* font-size: 24px; */
  margin-bottom: 18px;
}

.tf__portfolio_heading p {
  margin-bottom: 55px;
}

.tf__portfolio .nextArrow,
.tf__portfolio .prevArrow {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-right: 15px;
  color: var(--colorPrimary);
  background: var(--colorDarkAccent);
  bottom: 5px;
  right: -121px;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__portfolio .prevArrow {
  left: 101%;
}

.tf__portfolio .nextArrow:hover,
.tf__portfolio .prevArrow:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

/* portfolio end */

/* testimonial start */
.tf__testimonial {
  background: var(--colorBlack);
}

.tf__testimonial_heading h2 {
  margin-bottom: 0;
}

.tf__testimonial_slider {
  margin-top: 30px;
}

.tf__testimonial_slider .nextArrow,
.tf__testimonial_slider .prevArrow {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-right: 15px;
  color: var(--colorPrimary);
  background: var(--colorDarkAccent);
  top: -110px;
  right: -5px;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__testimonial_slider .prevArrow {
  right: 55px;
}

.tf__testimonial_slider .nextArrow:hover,
.tf__testimonial_slider .prevArrow:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.tf__single_testimonial {
  background: var(--colorDarkAccent);
  padding: 47px 115px 50px 40px;
  position: relative;
  margin: 35px 12px 60px 12px;
}

.tf__single_testimonial_img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -35px;
  right: 35px;
}
.tf__single_testimonial_img img {
  border-radius: 50%;
}

.tf__single_testimonial h4 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.tf__single_testimonial span {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--colorPrimary);
}

.tf__single_testimonial p {
  margin-top: 40px;
}

.tf__single_testimonial::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  /* background: url(../images/testimonial_shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  /* font-size: 55px; */
  color: var(--colorPrimary);
  font-size: 40px;
  bottom: 70px;
  right: 35px;
}

/* testimonial end */

/* experience start */
.tf__experiance {
  background: var(--colorSecondary);
}

.tf__brand_img {
  height: 238px;
  margin-bottom: 25px;
}

.tf__single_counter {
  background: #ffffff36;
  padding: 25px 60px;
  position: relative;
  margin-left: 32px;
  margin-bottom: 25px;
}

.tf__single_counter h4,
.tf__single_counter h4 span {
  font-size: 40px;
  font-weight: 800;
  color: var(--colorBlack);
}

.tf__single_counter p {
  color: var(--colorBlack);
}

.tf__counter_icon {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 30px;
  left: -32px;
  line-height: 64px;
  text-align: center;
  background: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tf__counter_icon i {
  font-size: 26px;
}

/* experience end */

/* blog start */
.tf__blog {
  background: var(--colorBlack);
  position: relative;
}

.tf__blog_heading h2 {
  margin-bottom: 65px;
}

.tf__single_blog {
  margin-bottom: 25px;
}

.tf__single_blog_img {
  height: 355px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.tf__single_blog_img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_blog_img p {
  position: absolute;
  padding: 12px 22px;
  display: inline-block;
  top: 0px;
  right: 0;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_blog_img:hover .tf__single_blog_text p {
  background: var(--colorSecondary);
  color: var(--colorWhite);
}

.tf__single_blog_img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.tf__single_blog_text {
  margin-top: 15px;
  padding-right: 72px;
  position: relative;
}

.tf__single_blog_text ul {
  margin-bottom: 10px;
}

.tf__single_blog_text ul li {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorBodyText);
  margin-right: 15px;
}

.tf__single_blog_text ul li i {
  margin-right: 6px;
  color: var(--colorPrimary);
}

.tf__single_blog_heading {
  font-size: 22px;
  font-weight: 800;
  color: var(--colorWhite);
  margin-bottom: 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__single_blog_heading:hover {
  color: var(--colorPrimary);
}

.tf__blog_btn {
  border: 2px solid var(--colorPrimary);
  background: transparent !important;
  color: var(--colorWhite);
}

.tf__blog_btn:hover {
  border: 2px solid transparent;
  background: var(--colorPrimary) !important;
  color: var(--colorBlack);
}

/* blog end */

/* contact start */
.tf__contact {
  background: var(--colorBlack);
}

.tf__contact_area {
  padding: 72px 30px 63px 0px;
  position: relative;
  z-index: 1;
}

.tf__contact_area::after {
  position: absolute;
  content: "";
  background: url(../images/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 940px;
  bottom: 0px;
  right: 0px;
  top: 0;
  z-index: -1;
}

.tf__contact_area h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tf__contact_mail {
  position: relative;
}

.tf__contact_mail input {
  padding: 30px;
  width: 100%;
  border: 1px solid var(--colorPrimary);
  background: transparent;
  color: var(--colorWhite);
}

.tf__subscribtion {
  top: 14px;
  right: 14px;
  font-size: 14px;
  font-weight: 800;
  padding: 16px 30px;
  color: var(--colorBlack);
  position: absolute;
  background: var(--colorPrimary);
  text-transform: uppercase;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border: 2px solid var(--colorPrimary);
}

.tf__subscribtion:hover {
  background: transparent;
  color: var(--colorWhite);
}

.tf__contact_address {
  margin-top: 45px;
}

.tf__contact_address h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.tf__single_address {
  margin-top: 20px;
}

.tf__single_address span {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  margin-right: 20px;
}

.tf__address_area p {
  line-height: 20px;
  margin-bottom: 5px;
}

.tf__contact_address ul li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorWhite);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: all linear 0.3s;
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.tf__contact_address ul li a span {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorWhite);
}

.tf__contact_address ul li a:hover {
  color: var(--colorPrimary);
}

.tf__contact_address ul li a i {
  color: var(--colorPrimary);
  margin-right: 10px;
}

.tf__form {
  padding: 55px 30px;
  background: var(--colorDarkAccent);
}

.tf__single_form input,
.tf__single_form textarea {
  width: 100%;
  border: 2px solid #b1b1b157;
  background: transparent;
  margin-bottom: 24px;
  padding: 16px;
  color: var(--colorWhite);
}

.tf__single_form textarea {
  /* padding-bottom: 110px; */
  resize: none;
}

/* contact end */

/* copyright start */
.tf__copyright {
  padding: 30px 0px;
  background: var(--colorBlack);
  border-top: 1px solid #b1b1b157;
}

.tf__main_copyright p {
  font-weight: 400;
  opacity: 0.5;
}

.tf__main_copyright ul li a {
  color: var(--colorWhite);
  margin-left: 50px;
  font-weight: 400;
  opacity: 0.5;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__main_copyright ul li a:hover {
  opacity: 1;
}

/* copyright end */

/*==============================
  HOME PAGE 1 END
===============================*/

/*==============================
  HOME PAGE 2 START
===============================*/
/* manu start */
.tf__main_2 {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 10px 15px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__logo_2 {
  background: transparent !important;
}

.tf__main_manu_2 li {
  margin-bottom: 20px;
}

.tf__main_manu_2 li a {
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: var(--colorWhite);
  background: var(--colorDarkAccent);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__main_manu_2 li a.active {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

.tf__main_manu_2 li a:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

/* manu end */

/* banner start */
.tf__banner_2 {
  position: relative;
  height: 100vh;
}

/* .tf__banner_2::after {
  position: absolute;
  content: "";
  background: url(../images/hp_banner_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
} */

/* banner end */

/* about start */
.tf__about_text_left {
  width: auto !important;
  margin-top: 0;
}

.tf__about_text_left h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.tf__about_text_left p {
  margin-top: 25px;
}

.tf__about_text_rigth P {
  margin-bottom: 35px;
}

/* about end */

/* skill start */

.tf__skill_2 {
  background: var(--colorBlack);
}

.tf__single_skill_2 {
  position: relative;
  margin-bottom: 130px;
}

.tf__single_skill_2 h2 {
  font-size: 55px;
  font-weight: 800;
  margin-right: 55px;
}

.tf__skill_2_icon {
  position: absolute;
  font-size: 55px;
  top: 75px;
  left: 18px;
  color: var(--colorPrimary);
}

.tf__single_skill_2_text {
  width: 75%;
}

.tf__single_skill_2_text h4 {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 2px solid #b1b1b157;
  color: var(--colorPrimary);
}

.tf__single_skill_2_text h5 {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tf__single_skill_2_text span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.tf__single_skill_2_text p {
  margin-top: 12px;
}

/* skill end */

/* semester progress bar start */
.barfiller.barfiller-semesters {
  overflow: visible;
}

.barfiller-semesters .mark {
  position: absolute;
  width: 2px;
  height: 12px; /* Taller than the bar (6px) */
  background-color: white;
  top: -3px;
  z-index: 2;
}

/* 7 semesters = 6 lines */
.barfiller-semesters .mark:nth-of-type(1) { left: calc(100% / 7 * 1); }
.barfiller-semesters .mark:nth-of-type(2) { left: calc(100% / 7 * 2); }
.barfiller-semesters .mark:nth-of-type(3) { left: calc(100% / 7 * 3); }
.barfiller-semesters .mark:nth-of-type(4) { left: calc(100% / 7 * 4); }
.barfiller-semesters .mark:nth-of-type(5) { left: calc(100% / 7 * 5); }
.barfiller-semesters .mark:nth-of-type(6) { left: calc(100% / 7 * 6); }
/* semester progress bar end */

/* ----------------------------
   Progress fill color + tip style
   ---------------------------- */
.barfiller .fill {
  background: var(--colorSecondary) !important;
}
 
.barfiller .tip {
  color: var(--colorBlack);
  font-weight: 700;
  background: #e8dcff;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
}

/* portfolio start */
.tf__portfolio_2 {
  background: var(--colorBlack);
}

.tf__portfolio_2_text {
  background: var(--colorPrimary);
  padding: 30px 30px 85px 30px;
  margin-top: 65px;
}

.tf__portfolio_2_text h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--colorBlack);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tf__portfolio_2_text p {
  color: var(--colorBlack);
}

.tf__portfolio_2_img {
  height: 465px;
  margin: 0px 12px;
}

.tf__portfolio_2 .nextArrow,
.tf__portfolio_2 .prevArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
  background: var(--colorBlack);
  color: var(--colorPrimary);
  position: absolute;
  bottom: 35px;
  left: -343px;
  cursor: pointer;
  transition: all linear 0.3s;
}

.tf__portfolio_2 .prevArrow {
  left: -398px;
}

.tf__portfolio_2 .nextArrow:hover,
.tf__portfolio_2 .prevArrow:hover {
  background: var(--colorBlack);
  color: var(--colorWhite);
}

/* portfolio end */

/* counter start */
.tf__counter_2 {
  background: var(--colorBlack);
}

.tf__single_counter_2 {
  background: var(--colorDarkAccent);
  padding: 80px 20px 40px 20px;
  text-align: center;
  margin-left: 0;
}

.tf__single_counter_2 h4,
.tf__single_counter_2 h4 span {
  font-size: 55px;
  font-weight: 800;
  -webkit-text-stroke: 1px var(--colorWhite);
}

.tf__single_counter_2 p {
  color: var(--colorWhite);
}

.tf__counter_icon_2 {
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 80px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

/* counter end */

/* service start */
.tf__service_2 {
  background: var(--colorBlack);
}

.tf__single_service_2 {
  text-align: center;
  position: relative;
}

.tf__single_service_2 h5 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.tf__single_service_2_img {
  position: absolute;
  content: "";
  height: 200px;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tf__single_service_3 {
  position: relative;
  top: -80px;
}

/* service end */

/* review start */
.tf__review_2 {
  background: var(--colorBlack);
}

.tf__contact_area_2 {
  padding: 57px 163px 66px 90px;
}

.tf__contact_area_2::after {
  height: 290px;
  border-radius: 0px 206px 206px 0px;
  background: url(../images/contact_bg_2.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tf__single_review {
  position: relative;
  text-align: center !important;
  background: var(--colorDarkAccent);
  padding: 60px 50px 50px 50px;
  border-radius: 0px 50px 50px 50px;
  -webkit-border-radius: 0px 50px 50px 50px;
  -moz-border-radius: 0px 50px 50px 50px;
  -ms-border-radius: 0px 50px 50px 50px;
  -o-border-radius: 0px 50px 50px 50px;
}

.tf__single_review span {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 194px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tf__single_review ul {
  display: inline-block;
  margin-bottom: 10px;
}

.tf__single_review ul li {
  color: #ffba08;
  margin: 0px 5px;
}

.tf__single_review h5 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tf__single_review h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorPrimary);
  text-transform: capitalize;
  margin-bottom: 15px;
}

.tf__single_review_img {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -41px;
  left: 183px;
}

.tf__single_review_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* review end */

.tf__experiance_hp2 {
  background: var(--colorBlack);
}

/* blog start */
.tf__single_blog_img_2 p {
  text-align: center;
  width: 70px !important;
  height: 80px !important;
  padding: 15px 0px;
}

.tf__single_blog_img_2 p span {
  color: var(--colorBlack);
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 3px;
}

.tf__blog_text_hp2 ul li {
  color: var(--colorBodyText);
}

.tf__blog_text_hp2 ul li i {
  color: var(--colorPrimary);
}

.tf__blog_btn_hp2 {
  border-color: var(--colorPrimary);
}

.tf__blog_btn_hp2:hover {
  background: var(--colorPrimary) !important;
}

/* blog end */
.mobile_menu_icon {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: var(--colorPrimary);
  text-align: center;
  color: var(--colorBlack);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: -5px;
  left: 130%;
  align-items: center;
  justify-content: center;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.mobile_menu_icon .close_icon {
  display: none;
}

.tf__main_2.show .mobile_menu_icon {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.tf__main_2.show .mobile_menu_icon .bar_icon {
  display: none;
}

.tf__main_2.show .mobile_menu_icon .close_icon {
  display: inline-block;
}

.tf__main_2.show {
  left: 0;
}

/*==============================
  HOME PAGE 2 END
===============================*/

/*==============================
  BLOG CLASIC START
===============================*/

.tf__blog_clasic {
  background: var(--colorBlack);
}

.tf__single_blog_clasic {
  margin-bottom: 45px;
}

.tf__blog_clasic_img {
  height: 440px;
}

.tf__blog_clasic_text {
  background: var(--colorDarkAccent);
  margin: 0px 30px;
  position: relative;
  padding: 50px;
  top: -35px;
}

.tf__blog_clasic_text ul {
  margin-bottom: 25px;
}

.tf__blog_clasic_text ul li {
  color: var(--colorBodyText);
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.tf__blog_clasic_text ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  top: 5px;
  left: -18px;
  border-radius: 50%;
}

.tf__blog_clasic_text ul li:first-child::after {
  display: none;
}

.tf__blog_clasic_text .blog_title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_clasic_text .blog_title:hover {
  color: var(--colorPrimary);
}

.tf__blog_link {
  margin-top: 35px;
  align-items: center;
}

.tf__blog_share {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--colorBlack);
  color: var(--colorPrimary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_share:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

#tf__pagination .page-link {
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  width: 67px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
  margin: 0px 5px;
  background: var(--colorDarkAccent);
  border: none;
  transition: all linear 0.3s;
}

#tf__pagination .page-link:hover,
#tf__pagination .page-link.active {
  z-index: 2;
  color: var(--colorBlack);
  background-color: var(--colorPrimary);
}

#tf__pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}

#tf__pagination .page-item.active .page-link {
  color: var(--colorWhite);
  background-color: var(--colorPrimary);
}

.tf__blog_common_header h5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: var(--colorPrimary);
}

.tf__blog_searchbar {
  position: relative;
  margin-bottom: 45px;
}

.tf__blog_searchbar input {
  width: 100%;
  padding: 15px;
  background: var(--colorDarkAccent);
  border: none;
  color: var(--colorWhite);
}

.tf__blog_searchbar input::placeholder {
  color: #ffffff57;
}

.tf__search_icon {
  position: absolute;
  top: 63px;
  right: 16px;
  background: transparent;
}

.tf__search_icon i {
  font-size: 16px;
  color: var(--colorWhite);
}

.tf__blog_categories {
  margin-bottom: 50px;
}

.tf__blog_categories li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--colorDarkAccent);
}

.tf__blog_categories li:first-child {
  padding-top: 0;
}

.tf__blog_categories li:last-child {
  border-bottom: none;
}

.tf__blog_categories li a .category_list {
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_categories li a:hover .category_list {
  color: var(--colorPrimary);
}

.tf__blog_categories li a span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorBodyText);
}

.tf__recent_post {
  padding-right: 60px;
  margin-bottom: 18px;
}

.tf__recent_post p {
  font-size: 14px;
  font-weight: 400;
}

.tf__recent_post p i {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  color: var(--colorPrimary);
}

.tf__recent_post a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 8px;
  text-transform: uppercase;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__recent_post a:hover {
  color: var(--colorPrimary);
}

.tf_blog_contact {
  padding: 80px;
  margin-top: 60px;
  margin-bottom: 65px;
  text-align: center;
  background: var(--colorPrimary);
}

.tf_blog_contact p {
  margin-bottom: 32px;
  color: var(--colorBlack);
}

.tf_blog_contact_btn {
  border: 2px solid var(--colorBlack);
}

.tf_blog_contact_btn:hover {
  background: var(--colorBlack);
  color: var(--colorWhite);
}

.tf__blog_tags li {
  margin-right: 20px;
  margin-bottom: 15px;
}

.tf__blog_tags li a {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 12px;
  background: var(--colorDarkAccent);
  text-transform: capitalize;
  color: var(--colorWhite);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_tags li a:hover {
  color: var(--colorPrimary);
}

.tf__footer {
  background: var(--colorBlack);
}

.tf__footer_logo {
  width: 69px;
  height: 66px;
}

.tf__footer_left p {
  text-transform: capitalize;
}

.tf__footer_subscrib {
  margin-top: 80px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--colorPrimary);
  position: relative;
}

.tf__footer_subscrib input {
  background: transparent;
  border: none;
  color: var(--colorBodyText);
}

.tf__footer_subscrib input::placeholder {
  color: var(--colorBodyText);
}

.tf__footer_subscrib button {
  position: absolute;
  top: 0;
  right: 20px;
  color: var(--colorPrimary);
  background: none;
}

.tf__footer_middle h4 {
  margin-bottom: 20px;
}

.tf__footer_middle ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 15px;
  color: #f9f9f6;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__footer_middle ul li a:hover {
  color: var(--colorPrimary);
}
.tf__footer_right h4,
.tf__footer_middle h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--colorPrimary);
}
.tf__footer_right h4 {
  margin-bottom: 40px;
}

.tf__footer_right_address {
  margin-bottom: 32px;
}

.tf__footer_right_address h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tf__footer_right_address h5 i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--colorPrimary);
}

.tf__footer_right_address p {
  margin-top: 5px;
}

/*==============================
  BLOG CLASIC END
===============================*/

/*==============================
  BLOG DETAILS START
===============================*/

.tf__blog_details {
  background: var(--colorBlack);
}

.tf__blog_details_left h2 {
  font-size: 55px;
  font-weight: 800;
  line-height: 66px;
  margin-bottom: 20px;
}

.tf__reach_details li {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorBodyText);
  margin-right: 20px;
}

.tf__reach_details li i {
  color: var(--colorPrimary);
  margin-right: 10px;
}

.tf__blog_details_img1 {
  margin-top: 30px;
  height: 440px;
  margin-bottom: 30px;
}

.tf__blog_details_left p {
  margin-bottom: 10px;
}
.tf__blog_details_left a,
.tf__next_post_text a {
  color: var(--colorWhite);
}

.tf__blog_details_img2 {
  height: 180px;
  margin-bottom: 25px;
}

.tf__blog_details_img3 {
  height: 385px;
}

.tf__clint_feedback {
  border: 1px solid var(--colorWhite);
}

.tf__clint_feedback_text {
  padding: 40px 40px 30px 40px;
}

.tf__clint_feedback_text h6 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}

.tf__clint_feedback_img {
  height: auto;
}

.tf__blog_details_shaer li span {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  margin-right: 25px;
}

.tf__blog_details_shaer li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #246ddb42;
  margin-right: 15px;
  color: var(--colorPrimary);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__blog_details_shaer li a i {
  font-size: 16px;
  font-weight: 400;
}

.tf__blog_details_shaer li a:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.tf__blog_details_post {
  padding: 45px 0px;
  border-top: 2px solid var(--colorDarkAccent);
  border-bottom: 2px solid var(--colorDarkAccent);
}

.tf__privious_post .next_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #2445db42;
  color: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__privious_post .next_btn:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

.tf__next_post_text {
  text-align: end;
}

.tf__privious_post_text h5,
.tf__next_post_text h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.tf__next_post .prev_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #2445db42;
  color: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__next_post .prev_btn:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
}

.tf__blog_details_form {
  margin-top: 100px;
}

.tf__blog_details_form h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.tf__blog_details_form p {
  margin-bottom: 30px;
}

.tf__blog_details_form input,
.tf__blog_details_form textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  background: transparent;
  border: 2px solid var(--colorDarkAccent);
  color: var(--colorWhite);
}

.tf__blog_details_form textarea {
  padding-bottom: 40px;
  resize: none;
}

.tf__blog_details_form_btn {
  width: 100%;
  text-align: center;
  background: var(--colorPrimary);
  cursor: pointer;
}

.tf__another_blog {
  margin-top: 80px;
}

.tf__another_blog h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}

.tf__another_single_blog_img {
  height: 285px;
}

.tf__another_single_blog_img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tf__another_single_blog_text {
  margin-top: 15px;
}

.tf__another_single_blog_text ul {
  margin-bottom: 15px;
}

.tf__another_single_blog_text ul li {
  color: var(--colorBodyText);
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.tf__another_single_blog_text ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  top: 5px;
  left: -18px;
  border-radius: 50%;
}

.tf__another_single_blog_text ul li:first-child::after {
  display: none;
}

/*==============================
  BLOG DETAILS END
===============================*/

/*==============================
  CONTACT START
===============================*/

.tf__main_contact {
  background: var(--colorBlack);
}

.tf__contact_img {
  height: 630px;
}

.tf__contact_text {
  margin-left: 5px;
}

.tf__contact_text span {
  font-size: 18px;
  font-weight: 800;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: var(--colorBlack);
  background: var(--colorPrimary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tf__numbaring {
  position: relative;
}

.tf__numbaring::after {
  position: absolute;
  content: "";
  top: 33px;
  left: 15px;
  width: 2px;
  height: 188px;
  background: var(--colorPrimary);
}

.tf__contact_text_address {
  margin-bottom: 50px;
}

.tf__contact_text_address h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.tf__contact_text_address h5 {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tf__emargency_contact {
  position: relative;
}

.tf__emargency_contact_bg {
  position: absolute;
  width: 106%;
  left: -24px;
  top: 40px;
  padding: 35px 30px 35px 60px;
  background: var(--colorDarkAccent);
}

.tf__emargency_contact_bg p {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--colorWhite);
}

.tf__emargency_contact_bg span {
  font-size: 26px;
  font-weight: 800;
  color: var(--colorPrimary);
}

.tf__contact_heading h2 {
  font-size: 53px;
  margin-bottom: 30px;
}

.tf__contact_heading ul {
  margin-top: 50px;
}

.tf__contact_heading ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--colorPrimary);
  background: var(--colorDarkAccent);
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.tf__contact_heading ul li a:hover {
  color: var(--colorBlack);
  background: var(--colorPrimary);
  /* border: 1px solid var(--colorPrimary); */
}

.tf__main_contact_area_text input,
.tf__main_contact_area_text textarea {
  padding: 23px;
  width: 100%;
  background: var(--colorDarkAccent);
  border: none;
  margin-bottom: 25px;
  color: var(--colorWhite);
}

.tf__main_contact_area_text textarea {
  padding-bottom: 88px;
  resize: none;
}

.tf__contactarea_btn {
  width: 100%;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  cursor: pointer;
}

/*==============================
  CONTACT END
===============================*/
/*=================================
    MAGIC CURSOR START
=================================*/

.anim_line {
  display: block;
  overflow: hidden;
}

#magic-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #555;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
}

.ball-drag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  color: var(--colorPrimary);
  height: 100%;
}

#magic-cursor {
  position: relative;
  z-index: 9999;
}

@media (max-width: 1040px) {
  #magic-cursor {
    display: none;
  }
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  border: 2px solid rgb(85, 85, 85);
}

.ball-drag,
.ball-view,
.ball-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  color: var(--colorBlack);
  height: 100%;
}

.ball-view,
.ball-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  color: #222;
  height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.ball-view img {
  width: 13px !important;
  height: 13px !important;
}

.c-pointer {
  cursor: pointer;
}

.ball-image-view {
  width: 100%;
  height: 100%;
}

.ball-image-view img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.ball-arrow i {
  font-size: 50px;
}

.ball-view i {
  font-size: 40px;
}

/* .slick-list {
  cursor: none;
} */

/*=================================
       MAGIC CURSOR END
   =================================*/

/*==============================
     PRELOADER START
   ===============================*/

.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111013;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #333;
}

@media (max-width: 1040px) {
  h5.preloader-text {
    font-size: 60px;
  }
}

h5.preloader-text::after {
  content: "////////";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--colorPrimary);
  animation: move 2s infinite alternate;
}

@keyframes move {
  from {
    clip-path: circle(50px at 0% 50%);
  }

  to {
    clip-path: circle(50px at 100% 50%);
  }
}

/*==============================
     PRELOADER END
  
   ===============================*/

/*==============================
    TEXT ANIMATION START
   ===============================*/
.text_hover_animaiton {
  line-height: 16px;
}

.text_hover_animaiton:hover {
  --y: -8px;
}

.text_hover_animaiton:hover .menu-text div {
  --m: calc(16px * -1);
}
.text_hover_animaiton.text_hover_type_2 {
  line-height: 28px;
}

.text_hover_animaiton.text_hover_type_2:hover {
  --y: -14px;
}

.text_hover_animaiton.text_hover_type_2:hover .menu-text div {
  --m: calc(28px * -1);
}

.hover_black .menu-text {
  text-shadow: 0 16px 0 var(--colorBlack);
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--colorPrimary);
  display: flex;
}
.hover_black.text_hover_type_2 .menu-text {
  text-shadow: 0 16px 0 var(--colorBlack);
}

.text_hover_type_2 .menu-text {
  text-shadow: 0 28px 0 var(--colorPrimary);
}

.menu-text div {
  display: block;
  backface-visibility: hidden;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.text_hover_animaiton:hover .menu-text div:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(13) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(14) {
  -webkit-transition-delay: 75s;
  transition-delay: 0.75s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(15) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.text_hover_animaiton:hover .menu-text div:nth-child(16) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

/*==============================
    TEXT ANIMATION END
   ===============================*/

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

[data-animation^="img-blur"] {
  position: relative;
  overflow: hidden;
  height: 100%;
}

[data-text-animation] {
  opacity: 0;
  overflow: hidden;
}

.line {
  overflow: hidden;
}

/* pogressbar */
.barfiller .tip {
  margin-top: -60px;
  transition: left 1.2s ease-out 0s; /* PRZYWRÓCONO I WYDŁUŻONO ANIMACJĘ */
  margin-left: -20px;
}
.barfiller .tipWrap {
  display: inline-block;
}

.barfiller .fill {
  position: absolute;
  top: 0;
  transition: width 1.2s ease-out 0s; /* WYDŁUŻONO ANIMACJĘ */
}

/* testimonial 2 */
.testimonial_slider_2 {
  overflow: hidden;
  padding: 30px 0;
}
.testimonial_slider_2 .slick-list {
  overflow: visible;
}
.testimonial_slider_2 .slick-slide {
  padding: 0 25px;
}

.bg-fixed {
  background-attachment: fixed !important;
}
/* ===============================================
   AGRESYWNE STYLE DLA ANIMACJI W BANNERZE (z !important)
   =============================================== */

/* 1. Upewniamy się, że kontener animacji jest widoczny i ma rozmiar */
.tf__banner_img {
  display: block !important;
  position: relative !important;
  width: 750px !important;
  height: 750px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 2. Upewniamy się, że SVG wewnątrz idealnie go wypełnia */
.tf__banner_img svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 3. Dostosowujemy obracające się tło do kontenera */
.tf__banner_img::after {
  width: 755px !important;
  height: 755px !important;
  top: -2.5px !important;
  left: -2.5px !important;
}

/* === Media Queries dla responsywności (również z !important) === */

@media (max-width: 1199.98px) {
  .tf__banner_img {
    width: 590px !important;
    height: 590px !important;
    margin: 0 auto !important;
  }
  .tf__banner_img::after {
    width: 595px !important;
    height: 595px !important;
  }
  /* Pozostałe style dla tekstu nie wymagają !important */
  .tf__banner_text {
    padding-top: 40px; 
    text-align: center;
  }
  .tf__banner_text p {
    max-width: 100%;
  }
  .tf__banner_text ul {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .tf__banner {
    height: auto !important;
    padding-top: 150px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .tf__banner_img {
    width: 480px !important;
    height: 480px !important;
  }
  .tf__banner_img::after {
    width: 485px !important;
    height: 485px !important;
  }
}

@media (max-width: 520px) {
  .tf__banner_img {
    width: 90vw !important;
    height: 90vw !important;
  }
  .tf__banner_img::after {
    width: calc(90vw + 5px) !important;
    height: calc(90vw + 5px) !important;
  }
}

/* About Me (replaces blog section) */
.tf__about_me {
  background: var(--colorBlack);
}

.tf__about_me_content {
  background: var(--colorDarkAccent);
  padding: 30px;
  border-radius: 8px;
}

.about-me-list {
  margin-top: 18px;
}

.about-me-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--colorBodyText);
}

.about-me-list li::before {
  content: "\f00c"; /* check icon */
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--colorPrimary);
}

.tf__about_me_highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tf__about_me_highlights .chip {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid var(--colorPrimary);
  color: var(--colorWhite);
  background: transparent;
  border-radius: 999px;
  transition: all .2s linear;
}

.tf__about_me_highlights .chip:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

/* ============================
   PROJECT CARDS (custom)
============================ */
.tf__project_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding: 30px 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: var(--colorDarkAccent);
  transition: all 0.25s linear;
}

.tf__project_card:hover {
  border-color: var(--colorPrimary);
  transform: translateY(-5px);
}

.tf__project_card_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.tf__project_card_head h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--colorWhite);
  margin: 0;
}

.tf__project_card p {
  color: var(--colorBodyText);
  margin-bottom: 20px;
}

.tf__project_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.tf__project_tags .chip {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid var(--colorPrimary);
  color: var(--colorWhite);
  background: transparent;
  border-radius: 999px;
}

.chip-status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid var(--colorSecondary);
  color: var(--colorBodyText);
  border-radius: 999px;
}

.tf__project_links {
  margin-top: 20px;
}

.tf__project_links a {
  color: var(--colorPrimary);
  font-weight: 600;
  transition: color 0.2s linear;
}

.tf__project_links a:hover {
  color: var(--colorWhite);
}

/* ============================
   FIND ME ONLINE CARDS (custom)
============================ */
.tf__online_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding: 35px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: var(--colorDarkAccent);
  text-align: center;
  transition: all 0.25s linear;
}

.tf__online_card:hover {
  border-color: var(--colorPrimary);
  transform: translateY(-5px);
}

.tf__online_card i {
  font-size: 40px;
  color: var(--colorPrimary);
  margin-bottom: 15px;
}

.tf__online_card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--colorWhite);
  margin-bottom: 10px;
}

.tf__online_card p {
  color: var(--colorBodyText);
  margin: 0;
}

/* Contact e-mail link */
.tf__address_area p a {
  color: var(--colorBodyText);
  transition: color 0.2s linear;
}

.tf__address_area p a:hover {
  color: var(--colorPrimary);
}


/* ============================
   FX PARALLAX BACKGROUNDS (custom)
   P4 macierz LED / P6 gwiazdy
   + separatory-oscyloskopy i magnetyczny przycisk
============================ */
.fx-host { position: relative; }
.fx-host > .container { position: relative; z-index: 2; }

.fx-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* "dziura" w ciemnym tle - ten sam gradient co banner, przyklejony do viewportu */
.bg-window {
  background: url(../images/banner_bg.jpg) center / cover no-repeat;
  background-attachment: fixed !important;
}

.osc-sep {
  display: block;
  width: 100%;
  height: 120px;
  margin: 40px 0 0;
}

#mag { display: inline-block; will-change: transform; }

/* obracający się kwadrat (.tf__banner_img::after) nie może wystawać
   rogami poza baner na czarne tło sekcji niżej */
.tf__banner { overflow: hidden; }

/* --- pełnoszerokościowe sekcje głównych projektów (#projects) --- */
/* odstępy w tej sekcji zmniejszone o ~25% na życzenie usera (było 110/30) */
.tf__project_hero { margin-top: 82px; }

#projects .tf__project_hero:first-of-type { margin-top: 22px; }

/* wszystkie trzy główne sekcje rozciągnięte na dużą część wysokości ekranu
   (LabInc dodatkowo ma dryfujące chmury w tle - canvas #fx-clouds w effects.js) */
.tf__project_hero { min-height: 68vh; }

/* treść ma zostać NAD canvasem chmur (#fx-clouds, z-index:0 z .fx-bg) */
.tf__project_hero { position: relative; }
.tf__project_hero > .col-lg-6 { position: relative; z-index: 2; }

/* chmury mają się wygaszać gradientem przy lewej/prawej krawędzi boxa,
   zamiast być ucinane prostą linią na granicy canvasu */
#fx-clouds {
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent),
    linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-composite: intersect;
}

.tf__ph_kicker {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--colorPrimary);
  margin-bottom: 14px;
}

.tf__project_hero_text h3 {
  font-size: 34px;
  font-weight: 800;
  color: var(--colorWhite);
  margin: 0;
}

.tf__project_hero_text p { margin: 15px 0; }

.tf__project_hero_text .about-me-list { margin-top: 14px; }

.tf__project_hero_text .about-me-list li { margin-bottom: 8px; }

.tf__project_hero_text .tf__project_tags { margin-top: 18px; }

/* tekst wyrównany w stronę zdjęcia w danej sekcji: 01 LabInc i 03 Password
   Manager (obrazek z prawej) - do prawej; 02 Job Aggregator (obrazek
   z lewej, flex-lg-row-reverse) - do lewej */
.tf__project_hero_text .about-me-list li {
  width: fit-content;
  max-width: 480px;
  text-align: left;
}

#p-labinc .tf__project_hero_text,
#p-passmgr .tf__project_hero_text {
  text-align: right;
}

#p-jobagg .tf__project_hero_text {
  text-align: left;
}

#p-labinc .tf__project_hero_text .tf__project_card_head,
#p-labinc .tf__project_hero_text .tf__project_tags,
#p-passmgr .tf__project_hero_text .tf__project_card_head,
#p-passmgr .tf__project_hero_text .tf__project_tags {
  justify-content: flex-end;
}

#p-jobagg .tf__project_hero_text .tf__project_card_head,
#p-jobagg .tf__project_hero_text .tf__project_tags {
  justify-content: flex-start;
}

/* checkmarki tych dwóch list mają siedzieć w jednej kolumnie zamiast
   przesuwać się per linijka - blok <ul> jest right-aligned jako całość
   (fit-content), a każde <li> rozciąga się na 100% jego szerokości, więc
   checkmark (::before, left:0) zawsze trafia w to samo miejsce */
#p-labinc .about-me-list,
#p-passmgr .about-me-list {
  width: fit-content;
  max-width: 480px;
  margin-left: auto;
  margin-right: 0;
}

#p-labinc .about-me-list li,
#p-passmgr .about-me-list li {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

#p-jobagg .about-me-list li {
  margin-left: 0;
  margin-right: auto;
}

.tf__project_hero_media {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--colorDarkAccent);
  overflow: hidden;
}

.tf__project_hero_media img { display: block; width: 100%; height: auto; }

@media (max-width: 991px) {
  .tf__project_hero { margin-top: 52px; min-height: auto; }
  .tf__project_hero_media { margin-top: 22px; }
  .tf__project_hero_text h3 { font-size: 28px; }
}

/* galeria realnych screenów (Job Search Aggregator / Password Manager):
   jedno zdjęcie naraz, bez przycinania. Domyślnie (passmgr): wysokość
   znormalizowana (stała), szerokość boxu dopasowuje się dynamicznie do
   proporcji aktywnego zdjęcia - box jest domyślnie wyrównany do lewej,
   czyli "rośnie" w stronę przeciwną do tekstu (który jest po prawej).
   scroll myszką nad zdjęciem przełącza z fade in/out */
.tf__ph_gallery {
  position: relative;
  height: 336px;
  max-width: 100%;
  transition: width 0.4s ease;
}

/* jobagg ma tekst PO PRAWEJ (flex-lg-row-reverse) - box ma wypełniać całą
   szerokość kolumny (taki sam odstęp do tekstu jak w LabInc) i "rosnąć"
   w pionie zamiast w poziomie, żeby lewa/prawa granica zawsze zostawały
   w tym samym miejscu, blisko tekstu */
#gal-jobagg.tf__ph_gallery--fit-h {
  width: 100%;
  height: auto;
  transition: height 0.4s ease;
}

.tf__ph_gallery.tf__project_hero_media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important; /* nadpisuje globalne img{object-fit:cover!important} z base CSS */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* passmgr: box trochę szerszy niż naturalne proporcje zdjęcia - lekko
   przycięty od dołu (object-position: top) zamiast dokładać czarne pasy */
.tf__ph_gallery--wide.tf__project_hero_media img {
  object-fit: cover !important;
  object-position: top center;
}

/* karta "Electronics and Simulations" w #service: box ma wypełniać cały
   310px .tf__single_service_img bez dynamicznego przeliczania rozmiaru
   (effects.js pomija sizeGalleryTo dla --fixed) - różne proporcje zdjęć
   (Vivado, layouty IC, zdjęcie płytki, zdjęcie maszyny CNC) są po prostu
   kadrowane przez object-fit:cover */
#gal-electronics.tf__ph_gallery--fixed {
  width: 100%;
  height: 100%;
}

.tf__ph_gallery--fixed.tf__project_hero_media img {
  object-fit: cover !important;
}

.tf__ph_gallery.tf__project_hero_media img.is-active { opacity: 1; pointer-events: auto; }

@media (max-width: 991px) {
  .tf__ph_gallery { height: 220px; }
}

.tf__ph_gallery_dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  gap: 8px;
  pointer-events: none;
}

.tf__ph_gallery_dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s ease;
}

.tf__ph_gallery_dots span.is-active { background: var(--colorWhite); }

/* wszystkie screeny projektów da się kliknąć, żeby powiększyć (lightbox) */
.tf__project_hero_media img { cursor: zoom-in; }

#fx-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 64px 96px;
  background: rgba(9, 8, 12, 0.96);
}

#fx-lightbox.is-open { display: flex; }

.fx-lightbox-open { overflow: hidden; }

.fx-lightbox_stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fx-lightbox .fx-lightbox_stage img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  cursor: default;
}

.fx-lightbox_close,
.fx-lightbox_nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(16, 15, 22, 0.8);
  color: var(--colorWhite);
  font-family: Arial, sans-serif;
  line-height: 1;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.fx-lightbox_close:hover,
.fx-lightbox_nav:hover {
  border-color: var(--colorPrimary);
  background: var(--colorPrimary);
}

.fx-lightbox_close {
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  font-size: 32px;
}

.fx-lightbox_nav {
  top: 50%;
  display: none;
  transform: translateY(-50%);
}

.fx-lightbox_nav::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
}

.fx-lightbox_prev::before {
  transform: translateX(3px) rotate(135deg);
}

.fx-lightbox_next::before {
  transform: translateX(-3px) rotate(-45deg);
}

#fx-lightbox.has-gallery .fx-lightbox_nav { display: grid; }
.fx-lightbox_prev { left: 24px; }
.fx-lightbox_next { right: 24px; }

.fx-lightbox_counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* --- My Activity: kafelki GitHub + snapshot użycia Claude Code --- */
.tf__activity_card { text-align: left; }

.tf__activity_head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.tf__activity_head i { font-size: 32px; color: var(--colorPrimary); margin: 0; }
.tf__activity_head h4 { margin: 0; }

.cc-ghchart {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 4px;
}

.cc-summary {
  font-size: 13px;
  color: var(--colorBodyText);
  margin: 0 0 16px;
}

.cc-mytools {
  margin: 0 0 20px;
}

.cc-mytools_label {
  display: block;
  font-size: 13px;
  color: var(--colorBodyText);
  margin-bottom: 8px;
}

.cc-mytools_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cc-tool-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  text-align: left;
  transition: border-color 0.2s linear, transform 0.2s linear;
}

.cc-tool-stat:hover {
  border-color: var(--colorPrimary);
  transform: translateY(-2px);
}

.cc-tool-stat_name {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorWhite);
}

.cc-tool-stat_detail {
  font-size: 11px;
  color: var(--colorBodyText);
  opacity: 0.75;
}

/* odsłanianie kart - stan ukryty tylko gdy JS doda fx-armed na <html> */
html.fx-armed .fx-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

html.fx-armed .fx-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* wyższe "okno" z niebieskim gradientem (+200px łącznie) */
/* okno ciągnie się teraz przez #projects + #online + #about-me (na życzenie
   usera - #about-me też ma dostawać stałe niebieskie tło); #about-me domyka
   je od dołu, bo zaraz za nim jest #activity bez bg-window */
#projects.bg-window { padding-top: 250px; }
#about-me.bg-window { padding-bottom: 180px; }

/* glow za całym panelem wyróżnionego projektu (tekst + zdjęcie) - stały,
   lokalny, w kolorze data-tint danej sekcji (--tint-rgb ustawiane raz w
   effects.js), zamiast tintu na cały viewport który za mocno zmieniał
   kolor strony przy scrollu. Wypełniony zaokrąglony prostokąt na
   bounding boxie panelu, rozmyty filtrem blur - stąd "scribble", miękka
   nierówna krawędź zamiast gradientowego rozlania od środka. Pod
   treścią (z-index:2), nad tłem sekcji. */
.tf__project_hero[data-tint]::before {
  content: "";
  position: absolute;
  inset: 20% -4% 20% -4%;
  z-index: 0;
  pointer-events: none;
  border-radius: 48px;
  background: rgba(var(--tint-rgb, 44, 127, 254), 0.55);
  filter: blur(42px);
}

/* Job Search Aggregator: gradient od lewego górnego do prawego dolnego rogu
   zamiast jednolitego koloru */
#p-jobagg::before {
  background: linear-gradient(135deg, rgba(58, 245, 85, 0.55), rgba(41, 237, 129, 0.55));
}

/* Password Manager: jeszcze ciemniejsze i wyższe tło niż reszta projektów */
#p-passmgr::before {
  inset: 8% -4% 8% -4%;
  background: rgba(8, 8, 10, 0.75);
}

/* --- kontakt: kicker + LET'S TALK + magnetyczny przycisk --- */
.tf__contact_kicker {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--colorPrimary);
  margin-bottom: 14px;
}

.tf__lets_talk {
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
  color: var(--colorWhite);
  margin-bottom: 34px;
}

.tf__lets_talk .talk {
  font-size: inherit;   /* nadpisuje globalne "span {font-size:16px}" z szablonu */
  font-weight: inherit;
  line-height: inherit;
  /* kontur musi być na Poppins: glify Spline Sans mają nakładające się
     kontury i text-stroke rysuje w środku "śmieci" */
  font-family: "Poppins", sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px var(--colorWhite);
  transition: color 0.3s linear, -webkit-text-stroke-color 0.3s linear;
  cursor: default;
}

.tf__lets_talk .talk:hover {
  color: var(--colorPrimary);
  -webkit-text-stroke-color: var(--colorPrimary);
}

/* strefa magnesu: padding powiększa obszar łapania kursora,
   ujemny margines niweluje wpływ na layout */
.tf__contact_mail {
  display: inline-block;
  padding: 48px 64px;
  margin: -48px -64px;
}

.tf__contact_mail .tf__subscribtion {
  position: static;
  display: inline-block;
}

@media (max-width: 767px) {
  .osc-sep { height: 80px; }
  #projects.bg-window { padding-top: 180px; }
  #about-me.bg-window { padding-bottom: 120px; }
  .tf__lets_talk { font-size: 48px; }
  .tf__contact_mail { padding: 24px 24px; margin: -24px; }
}

/* ============================
   RESPONSYWNOŚĆ TABLET / MOBILE
   Desktop 16:9 (od 992px) zostaje bez zmian. Poniższe reguły naprawiają
   znikające galerie szablonu, ograniczają poziomy overflow i układają
   rozbudowane sekcje w czytelną, jednokolumnową narrację na telefonie.
============================ */
@media (max-width: 991.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  /* fixed background potrafi skakać i skalować się błędnie w mobilnym Safari */
  .bg-window {
    background-attachment: scroll !important;
  }

  .tf__banner {
    min-height: 100svh;
    padding: 120px 0 72px !important;
  }

  .tf__banner_img {
    width: min(72vw, 520px) !important;
    height: min(72vw, 520px) !important;
    margin: 0 auto 28px !important;
  }

  .tf__banner_img::after {
    width: calc(min(72vw, 520px) + 5px) !important;
    height: calc(min(72vw, 520px) + 5px) !important;
  }

  .tf__banner_text {
    padding-top: 0;
  }

  .tf__banner_text ul {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .tf__banner_text ul li {
    margin-right: 0;
  }

  /* Oba kontenery miały height:auto mimo absolutnie pozycjonowanych zdjęć. */
  .tf__about_img {
    height: clamp(300px, 60vw, 480px);
    margin-top: 36px;
  }

  .tf__single_service_img {
    height: clamp(240px, 42vw, 310px);
  }

  .tf__single_service_img > div,
  .tf__single_service_img > div > div {
    height: 100%;
  }

  .tf__single_service_img > div > img {
    height: 100%;
    object-fit: cover !important;
  }

  .tf__project_hero[data-tint]::before {
    right: 0;
    left: 0;
    border-radius: 32px;
    filter: blur(28px);
  }

  #p-passmgr::before {
    right: 0;
    left: 0;
  }

  #fx-lightbox {
    padding: 68px 12px 76px;
  }

  .fx-lightbox_close {
    top: 12px;
    right: 12px;
  }

  .fx-lightbox_nav {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .fx-lightbox_prev { left: calc(50% - 88px); }
  .fx-lightbox_next { right: calc(50% - 88px); }

  .fx-lightbox_counter {
    bottom: 29px;
  }

  .tf__contact_mail {
    padding: 18px 0;
    margin: -18px 0;
  }
}

@media (max-width: 767.98px) {
  .tf__banner {
    padding: 104px 0 64px !important;
  }

  .tf__banner_img {
    width: min(78vw, 420px) !important;
    height: min(78vw, 420px) !important;
    margin-bottom: 24px !important;
  }

  .tf__banner_img::after {
    width: calc(min(78vw, 420px) + 5px) !important;
    height: calc(min(78vw, 420px) + 5px) !important;
  }

  .tf__banner_text h1 {
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .tf__banner_text h3 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .tf__about,
  .tf__service,
  .tf__skill,
  .tf__about_me {
    padding-top: 90px !important;
  }

  .tf__about_text p {
    margin-top: 26px;
  }

  .tf__about_img {
    height: min(72vw, 320px);
    margin-top: 24px;
  }

  .tf__single_service {
    margin-top: 34px;
    margin-bottom: 42px;
  }

  .tf__single_service_img {
    height: clamp(210px, 58vw, 270px);
  }

  .tf__single_service_text a {
    font-size: 21px;
    line-height: 1.25;
  }

  .tf__project_hero {
    margin-top: 56px;
  }

  .tf__project_hero_text h3 {
    font-size: 26px;
  }

  /* Po ułożeniu obrazka pod tekstem czytelniejsze jest jedno wyrównanie. */
  #p-labinc .tf__project_hero_text,
  #p-jobagg .tf__project_hero_text,
  #p-passmgr .tf__project_hero_text {
    text-align: left;
  }

  #p-labinc .tf__project_hero_text .tf__project_card_head,
  #p-jobagg .tf__project_hero_text .tf__project_card_head,
  #p-passmgr .tf__project_hero_text .tf__project_card_head,
  #p-labinc .tf__project_hero_text .tf__project_tags,
  #p-jobagg .tf__project_hero_text .tf__project_tags,
  #p-passmgr .tf__project_hero_text .tf__project_tags {
    justify-content: flex-start;
  }

  #p-labinc .about-me-list li,
  #p-jobagg .about-me-list li,
  #p-passmgr .about-me-list li {
    margin-left: 0;
    margin-right: auto;
  }

  .tf__project_card,
  .tf__online_card,
  .tf__about_me_content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .tf__contact_kicker {
    letter-spacing: 3px;
  }

  .tf__lets_talk {
    font-size: clamp(40px, 12vw, 48px);
  }

  .tf__main_copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .tf__main_copyright p {
    margin-bottom: 0;
  }

  .tf__main_copyright ul {
    gap: 18px;
  }

  .tf__main_copyright ul li a {
    margin: 0;
  }
}

@media (max-width: 380px) {
  .tf__banner_text h1 {
    font-size: 36px;
  }

  .tf__online_card,
  .tf__about_me_content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tf__activity_head {
    gap: 10px;
  }

  .tf__activity_head h4 {
    font-size: 19px;
  }
}

/* Przełącznik języka w głównym menu. */
.tf__lang_item {
  display: flex;
  align-items: center;
}

.tf__lang_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 82px;
  padding: 8px 12px;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--colorBodyText);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}

.tf__lang_toggle:hover,
.tf__lang_toggle:focus-visible {
  border-color: var(--colorPrimary);
  background: rgba(44, 127, 254, 0.08);
  outline: none;
}

.tf__lang_toggle [data-lang-option] {
  color: var(--colorBodyText);
  font-size: inherit;
  transition: color 0.2s linear;
}

.tf__lang_toggle [data-lang-option].is-active {
  color: var(--colorPrimary);
}

.tf__lang_separator {
  color: rgba(255, 255, 255, 0.32);
  font-size: inherit;
}

/* CV pozostaje widoczne, ale jest tymczasowo odłączone. */
a.is-disabled,
a.is-disabled:hover {
  pointer-events: none;
  cursor: default;
  opacity: 0.55;
}
