@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-family: 'Bricolage Grotesque', sans-serif;

/* Apply the font family to all elements */
body, html {
  font-family: var(--font-family);
  overflow-x: hidden;
}

/* If you need to override Tailwind styles, use !important */
.font-custom {
  font-family: var(--font-family) !important;
}

.project-cards-container {
  position: relative;
  padding-top: 5vh; /* Reduced padding for mobile */
  padding-bottom: 5vh;
}

@media (min-width: 768px) {
  .project-cards-container {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}

.project-card {
  position: relative; /* Default for mobile */
  margin-bottom: 2rem;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  z-index: 1;
}

@media (min-width: 768px) {
  .project-card {
    position: sticky;
    top: 20vh;
  }
}

/* Card layers - higher index cards appear on top when scrolling */
#project-card-1 { z-index: 1; }
#project-card-2 { z-index: 2; }
#project-card-3 { z-index: 3; }

/* Add subtle shadow to enhance layered appearance */
.project-card {
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

/* Enhanced appearance when card is in view */
.project-card.active {
  transform: translateY(-5px); /* Smaller shift on mobile */
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); */
}

@media (min-width: 768px) {
  .project-card.active {
    transform: translateY(-10px);
  }
}

/* Responsive typography */
@media (max-width: 640px) {
  h1, h2 {
    font-size: 32px !important;
  }
  
  .text-2xl {
    font-size: 1.25rem !important;
  }
  
  .text-xl {
    font-size: 1.1rem !important;
  }
}
}


/* Header Section */


.main-section{
  margin-top: 65px;
}

/* Shadow  */



.linkedin-iconn img{
  box-shadow: inset 0 -3px 0 0 #d1d1d1;
  
  }

  .behance-iconn img{
    box-shadow: inset 0 -3px 0 0 #d1d1d1;

  }
  /* CONTACT SECTION */

  .contact-submit, .lets-connect , .resume , .contact-footer-btn{
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: inset 0 -4px 0 0 rgba(29, 29, 29, .17);
    color: #252525;
    background-color: white;
    letter-spacing: -.02em;
    justify-content: center;
    align-items: center;
    padding: 13px 21px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    width: max-content;
    text-decoration: none;  
  }

  .contact-footer-btn{
        
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: inset 0 -4px 0 0 rgba(29, 29, 29, .17);
    color: #252525;
    background-color: white;
    letter-spacing: -.02em;
    justify-content: center;
    align-items: center;
    padding: 16px 25px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
    transition: background-color .2s ease-in-out;
  }
  .contact-form {
    margin-top: 50px;
  }
  
  .experience{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    display: flex

  }
  /* my experience */
  .experience-timline{
    height: 600px;
  }

  .works-card img{
    width: 72%;
    /* float: right; */
    /* margin: auto; */
    margin-top: 20px;
  }

  .footer-section{
    margin-top: 500px;
  }

    .main-heading{
      
      /* line-height: 75px !important; */
      line-height: 1.2 !important;
    }

  @media only screen and (min-width: 200px) and (max-width: 1024px)  {
    .more-about-me{
      padding: 0px !important;
    }
   
    }

  
     @media only screen and (min-width: 200px) and (max-width: 875px)  {
    .contact-form{
      width: 80% !important;
    }

    }

      @media only screen and (min-width: 200px) and (max-width: 414px)  {
    .footer-section{
    
margin-top: 600px;

    }
   
    }

    
  
    .brand-promoter:hover{
       box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
    .vendor-app:hover{
             box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

    }
.krishivatech:hover{
               box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}
.upos:hover{
                box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
 
}
