.header-transparent {
  /* position: absolute; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.header-transparent.header-shrink {
  padding: 0px 0;
  background-color: rgba(255, 255, 255, 0.162);
  backdrop-filter: blur(9px);
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.ra-portfolioweb-landing-page .tp-header-logo-img {
  width: 70px;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}

.ra-portfolioweb-landing-page .header-shrink .tp-header-logo-img {
  width: 50px;
}

.ra-portfolioweb-landing-page .tp-header-14-wrapper {
  padding: 5px 0;
}


.ra-portfolioweb-landing-page .tp-header-14-info {
  position: relative;
}

.ra-portfolioweb-landing-page .tp-header-14-info::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}

.ra-portfolioweb-landing-page .tp-header-14-info::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -26px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 246, 105, 0.1);
  animation: animate-pulse-3 3s linear infinite;
}


@keyframes animate-pulse-3 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
}

/* Head end */


/* hero section start */

.pp-hero-area .pp-hero-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #7a7a7a;
  font-family: var(--tp-ff-teko);
}


/* @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-hero-area .pp-hero-title {
    font-size: 90px;
  }
} */

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .pp-hero-area .pp-hero-title {
    font-size: 55px;
  }
}

/* Large Devices (Laptops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pp-hero-area .pp-hero-title {
    font-size: 90px;
  }
}

/* Extra Large Devices (Desktops) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pp-hero-area .pp-hero-title {
    font-size: 90px;
  }
}

/* XXL Devices (Large Desktops / 2K Screens) */
@media (min-width: 1400px) {
  .pp-hero-area .pp-hero-title {
    font-size: 90px;
  }
}

.pp-hero-heading.z-index-1 {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pp-hero-area .pp-hero-title {
  margin: 0;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -5px;
  padding-bottom: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: #000000cc;
  /* width: fit-content; */
  z-index: -1 !important;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
}

.ra-land-herosec-role {
  font-size: 41px;
  font-weight: 500;
  font-family: var(--tp-ff-teko);
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000cc;
  /* width: fit-content; */
  height: fit-content;
  display: flex;
  justify-content: flex-start;
}



.tp-header-14-area .tp-line-white {
  color: #212121 !important;
  font-weight: 500;
}

.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: #000000cc;
}

.agntix-light .raHeroBottomSlider.ar-brand-style .tp-brand-wrapper {
  background-color: #ebebeb;
}

.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: #00000000;
  border: 1px solid rgb(0 0 0);
}

.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  border-color: #000000;
  background-color: #000000;
}

.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: #ffffff;
}

.pp-service-item-title {
  position: relative;
  z-index: 2;
  font-size: 90px;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -1.4px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  /* color: var(--tp-common-white);
    font-family: var(--tp-ff-teko); */
  /* -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; */
}

.roHeroSubText1 {
  background: linear-gradient(90deg, #F95B42, #E83D6D, #BA65A5, #6B74BB);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* .pp-hero-area .pp-hero-title {
  margin: 0;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: -2px;
  padding-bottom: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: #373a5f;
} */



@media only screen and (max-width: 767px) {
  .pp-hero-area .pp-hero-title {
    margin: 0;
    line-height: 0.8;
    font-weight: 600;
    letter-spacing: -2px;
    padding-bottom: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: var(--tp-ff-teko);
    color: #373a5f;
  }
}


@media (max-width: 767px) {
  .pp-hero-left {
    margin-bottom: 120px;
    padding-bottom: 20px;
  }

  .pp-hero-area .pp-hero-text {
    font-size: 41px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #7a7a7a;
    font-family: var(--tp-ff-teko);
  }
}


.ra-portfolioweb-landing-page .tp-revel-line {
  text-align: left !important;
}


/* hero section end */

/* Hero Canvas Animation */
.hero-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Hero Canvas Responsiveness */
.pin-spacer {
  background-color: #797979;
}

.hero-canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .hero-canvas {
    object-fit: contain;
    transform: translate(-50%, -45%) scale(2.6);
    background-color: #797979;
  }
}

@media (max-width: 767px) {
  .pp-hero-hight {
    height: 100vh !important;
    max-height: 100vh !important;
  }
}

/* Typewriter Animation */
.typewriter-cursor {
  animation: blink 0.75s step-end infinite;
  font-weight: 300;
  color: #373a5f;
}

@keyframes blink {

  from,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


/* hamburger menu start */



.agntix-light .tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: #c2c2c4;
}

.agntix-light .tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background: #c2c2c4;
}

.agntix-light .tp-offcanvas-2-left-wrap .tp-offcanvas-2-logo a {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-left-wrap .tp-offcanvas-2-logo a img {
  /* filter: brightness(0) invert(1); */
}

.agntix-light .tp-offcanvas-2-left-wrap .tp-offcanvas-2-close-btn span.text span {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-right-info-box .tp-offcanvas-2-right-info-title {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-right-info-box .tp-offcanvas-2-right-info-item label {
  color: #707070;
}

.agntix-light .tp-offcanvas-2-right-info-box .tp-offcanvas-2-right-info-item a {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-right-info-box .tp-offcanvas-2-right-info-item a:hover {
  color: #6a6a6a;
}

.agntix-light .tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active>a {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>a {
  color: #000000;
}

.agntix-light .tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>a:hover {
  color: #6a6a6a;
}


.agntix-light .tp-offcanvas-2-right-info-item .tp-line-white {
  color: #000000
}

.agntix-light .tp-offcanvas-2-right-info-item .tp-line-white:hover {
  color: #6a6a6a;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: #000000;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn:hover {
  color: #6a6a6a;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text span {
  color: #000000;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text span:hover {
  color: #6a6a6a;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn span {
  color: #000000;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn span:hover {
  color: #6a6a6a;
}

/* hamburger menu end */








/* What i Do section start */
.pp-service-item::before {
  background-color: #141743;
}

.pp-service-item::after {
  background-color: #141743;
}

.pp-service-item:hover::before {
  background-color: #141743;
}

.pp-service-item:hover::after {
  background-color: #141743;
}

.pp-service-item .pp-service-item-title {
  color: #616161;
}

.pp-service-item:hover .pp-service-item-title {
  color: #b6b6b6;
}

.agntix-light .pp-service-item {
  border-color: #ebebeb;
}

.agntix-light .pp-service-area {
  background-color: #ebebeb;
  padding-top: 50px;
}

.pp-service-heading span {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  color: var(--tp-common-white);
  text-shadow: 1px -2px 5px #d8d8d8;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .ra-whatido-section .pp-service-item-title {
    font-size: 50px;
  }
}

/* What i Do section end */


/* skill section start */
.agntix-light .ra-pp-skill-area .pp-skill-big-text-title {
  color: #14174317;
}

.agntix-light .ra-pp-skill-area .pp-text-slider-title {
  color: #ffffff !important;
}

.ra-portfolioweb-landing-page .ra-pp-skill-area .pp-text-slider-title {
  color: #ffffff !important;
}

.ra-portfolioweb-landing-page .ra-pp-skill-area .pp-text-slider-item .pp-text-slider-title {
  color: #ffffff !important;
}

.agntix-light .ra-portfolioweb-landing-page .pp-text-slider-title {
  color: #ffffff !important;
}

.ra-portfolioweb-landing-page .ra-pp-skill-area .pp-text-slider-item .pp-text-slider-title {
  color: #ffffff !important;
}

.ra-portfolioweb-landing-page .ra-pp-skill-area .pp-text-slider-item .pp-text-slider-title:hover {
  color: #ffffff !important;
}

.ra-pp-skill-area .pp-skill-list ul {
  padding-left: 15px;
  display: inline-block;
  list-style: none;
  padding-left: 0px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ra-pp-skill-area .pp-skill-list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
  background-color: #ffffff;
  padding: 9px 15px;
  border-radius: 12px;
  width: fit-content;
}

.pp-brand-icon path {
  fill: #b4b4b4 !important;
}


/* skill section end */




/* raSkills Bottom Slider start */
.raSkillsBottomSlider .tp-brand-wrapper {
  background-color: #141743;
}

.raSkillsBottomSlider .tp-brand-wrapper .tp-brand-active .swiper-slide .tp-brand-item {
  color: #ffffff;
}

.raSkillsBottomSlider .tp-brand-wrapper .tp-brand-active .swiper-slide .tp-brand-item:hover {
  color: #6a6a6a;
}

/* raSkills Bottom Slider end */




/* Portfolio section start */
.ra-portfolio-section .ra-view-project-btn {
  background-color: #141743;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--tp-ff-heading);
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.ra-portfolio-section .ra-view-project-btn:hover {
  background-color: #484c82;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-portfolio-section .ra-view-project-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(177, 177, 177, 0.326);
}

.ra-portfolio-section .ra-portfolio-logo img {
  width: 100%;
  height: auto;
}

.ra-portfolio-section .ra-portfolio-content {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: center;
}

.ra-portfolio-section .ra-portfolio-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Portfolio section end */





/* Button style start */
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: #141743;
  border: 1px solid #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text::before {
  background-color: #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text::after {
  background-color: #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text:hover {
  color: #141743;
  border: 1px solid #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text:hover::before {
  background-color: #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text:hover::after {
  background-color: #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  color: #141743;
}


.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background-color: #141743;
  color: #fff;
  border: 1px solid #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon:hover {
  background-color: #141743;
  color: #fff;
  border: 1px solid #141743;
}

.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: #fff;
  background-color: #141743;
}

/* Button style end */


/* social page start */
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .ra-Landing-social-Sec img {
    width: 100px;
  }
}

/* social page end */



/* Scroll Indicator */
.scroll-indicator-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.scroll-mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #333333cc;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background-color: #333333cc;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheelBounce 1.5s infinite;
}

@keyframes scrollWheelBounce {
  0% {
    top: 6px;
    opacity: 1;
  }

  100% {
    top: 18px;
    opacity: 0;
  }
}

.scroll-text {
  font-family: var(--tp-ff-inter, 'Inter', sans-serif);
  font-size: 12px;
  letter-spacing: 2px;
  color: #333333cc;
  text-transform: uppercase;
}

/* =============================================
   Portfolio Card Image Hover Zoom
   ============================================= */
.pp-project-item-thumb {
  overflow: hidden;
}

.pp-project-item-thumb img {
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  display: block;
  width: 100%;
}

@media (hover: hover) {
  .pp-project-item-thumb:hover img {
    transform: scale(1.06);
  }
}

/* =============================================
   Skill Animated Progress Bars
   ============================================= */
.ra-skill-progress-bar-wrapper {
  width: 100%;
  height: 3px;
  background: rgba(20, 23, 67, 0.12);
  border-radius: 3px;
  margin-top: 5px;
  overflow: hidden;
}

.ra-skill-progress-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #141743 0%, #555a8a 100%);
  border-radius: 3px;
  transition: width 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* =============================================
   Section Dot Navigation
   ============================================= */
.ra-section-dot-nav {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 500;
}

.ra-dot-nav-item {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(20, 23, 67, 0.2);
  border: 1.5px solid rgba(20, 23, 67, 0.3);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.ra-dot-nav-item.active {
  background-color: #141743;
  border-color: #141743;
  transform: scale(1.5);
}

@media (hover: hover) {
  .ra-dot-nav-item:hover {
    background-color: #141743;
    border-color: #141743;
    transform: scale(1.35);
  }

  .ra-dot-nav-item:hover::before {
    content: attr(title);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #141743;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    font-family: var(--tp-ff-inter, 'Inter', sans-serif);
    letter-spacing: 0.5px;
    pointer-events: none;
  }
}

/* Hide dot nav on mobile */
@media (max-width: 991px) {
  .ra-section-dot-nav {
    display: none;
  }
}

/* Stats counter - ensure inline display */
.pp-brand-title i {
  font-style: normal;
}





/* education-and-certificates section start */

.eduCertilogo {
  width: 55px;
}

@media only screen and (max-width: 768px) and (min-width: 0px) {
  .eduCertilogo {
    width: 55px;
    margin-bottom: 10px;
  }
}


/* education-and-certificates section end */