@import url('https://fonts.cdnfonts.com/css/proxima-nova-condensed');


:root {   
    --white: #ffffff;
    --navyblue: #101B2F;
    --darkblue: #1B3463;
    --skyblue: #00BAFF;
    --specialcolor:  : '#00BAFF', '#13C78B';
    --buttoncolor : '#24AEA4', '#5572FE';
    --black: #000000;
    --gray: #E5E7EB;
    --common-font: Mukta;
    --font-family-Poppins: 'Poppins', serif;
    --clientscolor : '#21262E00', '#00BAFF4D';

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    --duriation: 12s;
    --totalitems: 6;
  }

  body{
        font-family: var(--font-family-Poppins);
  }

.portfolio-new-section {
  position: relative;
  width: 100%;
  background-color: black;
  background-image: radial-gradient(rgba(200, 168, 137, 0.2) 1px, transparent 0) !important;
  background-size: 20px 20px;
 border: 1px solid transparent;
 
}

.project-heading-new-div.scale-up {
  transition: transform 0.6s ease;
}

.project-heading-new-div {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.text-blocks-new {
  position: sticky;
  top: 25%;
  width: 100%;
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(40px);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 0;
  /* z-index: 99 !important; */
}

.text-blocks-new.visible {
  opacity: 1;
  pointer-events: auto;
}

.text-blocks-new.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-heading-new-div {
  padding: 80px 25px;
  border-radius: 15px;
  background-color:#f5f5f512;
  color: white;
  width: 500px;
  height: 250px;
 
}

.heading-block-new {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
}

.line-mask {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}

.animated-line-new {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  animation: textReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  color:white;
  font-size: 2.5rem;
}

@keyframes textReveal {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.text-desc-new {
  font-size: 18px;
  color: #ccc;
  position: sticky;
  z-index: 5;
}

.image-section-new {
  height: 100vh;
  min-height: 600px; 
  position: relative;
  
}

.side-image-new {
  display: flex;
  justify-content: space-around;
  gap: 25%;
}


.slide-image-div {

    overflow-y: hidden !important;
  width: 250px;
  height: 400px;
  background-color: transparent;
  border-radius: 12px;
  transition: all 0.6s ease;
  position: relative;
   position: relative;
  margin: 0 20px; 
  z-index: 999;
}

.oipluse-section{
margin-top: -200px;
 margin-bottom: 300px;
}

.vayal-section{
margin-top: -100px;
}

.axle-verification-section{
  margin-top: 200px; 
  margin-bottom: 160px;
}

.right-slide-image-div{
 overflow-y: hidden !important;
 margin-right: -140px !important;
}

.left-slide-image-div{
   overflow-y: hidden !important;
  margin-left: -140px !important;
}

.slide-image-div>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  border-radius: 20px;
}

.side-image-new-two {
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
    align-items: center;
}

.parallax-speed {
  will-change: transform;
}

.next-section-wrapper {
  height: 100vh;
  position: relative;
   z-index: 1;
 background-color: black;
 margin-top: -50px ;
 
}

.next-section {
  position: fixed;
  top: 50%;
  left: 50%;
 width: 500px;
  height: 250px;
  border-radius: 15px;
  background-color:#f5f5f5;
  
  z-index: -9;
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  pointer-events: none;
  will-change: transform, opacity;
  overflow-y: hidden;
}

.next-section.unfixed {
    position: relative !important;
  top: auto;
  left: auto;
  transform: none !important;
  width: 100% !important;
  height: 100vh !important;
  opacity: 1 !important;
  overflow: visible;
  background-color: black;
  color: white;
  transition: background-color ease 0.8s , color ease 0.8s;
}

.text-blocks-new.visible {
  opacity: 1;
  pointer-events: auto;
}

.text-blocks-new.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-heading-title, .project-subtitle {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.project-title{
    font-size: 74px;
    text-align: center;
    font-weight: 500;
}

.project-heading-title.show,
.project-subtitle.show {
  opacity: 1;
  transform: translateY(0);
}

.project-heading-title{
  height: 100%;
}


@media (min-width: 1920px) {
   .slide-image-div {
    height: 550px; 
    width: 300px;
    overflow-y: hidden !important;
} 

.oipluse-section{
margin-top: -200px;
 margin-bottom: 300px;
}

.vayal-section{
margin-top: 100px;
}

.axle-verification-section{
  margin-top: 300px; 
  margin-bottom: 300px;
}

.project-title{
    font-size: 86px;
}

.right-slide-image-div{
 margin-right: -180px !important;

}

.left-slide-image-div{
  margin-left: -180px !important;

}



}

@media (max-width: 1280px) {

.project-heading-new-div {
  width: 470px;
  height: 240px;
  
}

 .slide-image-div {
  margin-top: 10px;
  width: 200px;
  height: 320px;
  } 



.project-title{
    font-size: 68px;
}

.right-slide-image-div{
 margin-right: -120px !important;
}

.left-slide-image-div{
  margin-left: -120px !important;
}

}


@media (max-width: 800px) {
     .portfolio-new-section{
        display: none !important;
     }
     .next-section-wrapper{
        display: none !important;
     }
}