@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

.body-dark{

    padding: 12px;
    margin: 12px;
    color: #fff;
    font-family: "Play", sans-serif;
    min-height: 100%;
    background: linear-gradient(70deg, rgb(21 25 28 / 98%), rgb(21 25 28 / 89%)), url(https://img.freepik.com/free-vector/white-minimal-hexagons-background_79603-1453.jpg?t=st=1750930652~exp=1750934252~hmac=dd064c9…&w=740);
    background-size: cover;


}

.body-light{

    padding: 12px;
    margin: 12px;
    color: #222121;
    font-family: "Play", sans-serif;
    min-height: 100%;
    background: linear-gradient(70deg, #fffaf1, #fffaf1), url(https://img.freepik.com/free-vector/white-minimal-hexagons-background_79603-1453.jpg?t=st=1750930652~exp=1750934252~hmac=dd064c9…&w=740);
    background-size: cover;


}





#sidenav{
    background: #272a2d;
    border-radius: 0px 65px 65px 0px;
    position: absolute;
    left: 0;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 64px rgb(255 252 252 / 54%);
    backdrop-filter: blur(16px);
    z-index: 99999;
    top: 3%;
}
.navLink{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffff;
}
.toggleIcon{
    background: #000000;
    padding: 10px;
    border-radius: 60px;
    box-shadow: rgb(255 255 255 / 13%) 0px -23px 25px 0px inset, rgb(82 82 82 / 15%) 0px -36px 30px 0px inset, rgb(4 4 4 / 10%) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
}

.toggleIcon:hover{
  background: #081d0e;
}

.lucide{
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.toggleNav{
    padding: 20px 8px 10px 7px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 8px;
}
.paraText{
  color: white;
}
.profileBox{

    background-image: url('../../uploads/prashaantSainiGrayScale.jpg');
    background-repeat: no-repeat;
    background-position: 40% 100%;
    background-size: cover;
    height: 90%;
    width: 40%;
    top: 3%;
    left: 2%;
    position: absolute;
    border-radius: 5%;
    transform: rotateY(19deg) rotateY(-9deg) rotateX(-10deg) rotateZ(0deg) rotateZ(2deg) rotateX(24deg);
    transform-style: preserve-3d;
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
  
  
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #111111;
}
.border-bottom{
  border-bottom: 2px solid #101010 !important;
}

.themeIcon{
   margin: -14px 0px 15px 0px;
}

.nav-pills .nav-link{
  padding: 6px;
  border-radius: 0;
}

.profileContent {
    position: absolute;
    bottom: -3px;
    left: 0;
    background: linear-gradient(180deg, rgba(4, 25, 29, 0) 0%, rgb(1 9 15) 100%) !important;
    width: 100%;
    text-align: center;
    padding: 10px 20px 20px 20px;
    /* backdrop-filter: blur(4px); */
    border-radius: 0px 0px 30px 30px;
}

.addressMe{

  border-radius: 15px;
  backdrop-filter: blur(100%);
}

.contact-item {
    display: flex;
    column-gap: 4%;
    border-bottom: 1px solid #404040;
    padding: 4px;
}
.contact-label{
  font-size: 14px;
}
.form-control{
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
}


.form-control:focus{
    background: transparent;
    border: 2px solid #00ff1d61;
    border-radius: 6px;
    font-size: 14px;
    color: #00ff1e;
}

.submitBtn{
   background: transparent;
    padding: 8px 20px 8px 20px !important;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    color: #ffffff;
    background: #000000;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: rgb(255 255 255 / 13%) 0px -23px 25px 0px inset, rgb(82 82 82 / 15%) 0px -36px 30px 0px inset, rgb(4 4 4 / 10%) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
}

.submitBtn:hover{
   border: 2px solid #00ff51;
   color: #04ff00;
}

.contact-value{
    font-size: 13px;
    color: #acabab;
}
.profileContent:before{
    backdrop-filter: blur(8px);
    opacity: 1;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    background: linear-gradient(180deg, rgba(4, 25, 29, 0) 0%, rgb(1 9 15 / 90%) 100%) !important;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profileTabContent {
  background: radial-gradient(#222528, #222628d6);
  position: absolute;
  left: 42.4%;
  top: 5%;
  width: 56%;
  height: 425px;
  padding: 24px;
  border-radius: 5%;
  border: 2px solid #363636;
  margin-left: 0; 
  
  overflow-y: auto; 
  overflow-x: hidden; 

  scrollbar-width: thin;
  scrollbar-color: #00600b #232e2c;
}

.profileTabContent::-webkit-scrollbar {
  width: 8px;
}

.profileTabContent::-webkit-scrollbar-track {
  background: #2c2c2c;
  border-radius: 10px;
}

.profileTabContent::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.profileTabContent::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}


.heading{
 font-size: 16px;
 font-weight: 900;
 letter-spacing: 0px;
 line-height: 28px;
    
}

.heading:before{
    content: '';
    position: absolute;
    left: -6px;
    top: 4px;
    width: 25px;
    height: 26px;
    background: -webkit-linear-gradient(-45deg, rgba(46, 202, 127, .15) 0%, rgba(46, 202, 127, .01) 100%);
    background: linear-gradient(135deg, rgba(46, 202, 127, .15) 0%, rgba(46, 202, 127, .01) 100%);
    z-index: 1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.heading:after{
    content: '';
    position: absolute;
    left: 0%;
    right: 0;
    top: 40px;
    height: 1px;
    background: -webkit-radial-gradient(left, ellipse cover, #ddd 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(ellipse at left, #ddd 0%, rgba(255, 255, 255, 0) 60%);
}

.heading::first-letter{
    color: #4caf51 !important;
}

.text{
    font-size: 13px;
    text-align: justify;
    margin-top: 22px;
}

.contentBox{
    position: relative;
}

.subHeading{
    font-size: 14px;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
    line-height: 28px;
}


.subText{
    font-size: 12px;
}

.serviceCard{
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .02);
    border-radius: 14px;
    margin: 2px;
}
.serviceIcon svg{
    padding: 10px;
    background: -webkit-linear-gradient(-45deg, rgba(76, 175, 81, .15) 0%, rgba(76, 175, 81, .01) 100%);
    background: linear-gradient(135deg, rgba(76, 175, 81, .15) 0%, rgba(76, 175, 81, .01) 100%);
    color: #49b155;
    border-radius: 60px;
    width: 42px;
    height: 42px;
}

.client-marquee {
  overflow: hidden;
  position: relative;
  height: 50px; 
  margin-top: 30px;
}




.client-track {
  display: flex;
  width: max-content;
  animation: scrollClients 20s linear infinite;
  gap: 40px; /* Space between logos */
  align-items: center;
}

.client-track img {
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    padding: 5px;
    border-radius: 60px;
}

.client-track img:hover {
 filter: grayscale(0%);
  transform: scale(1.1); /* Optional zoom on hover */
}

@keyframes scrollClients {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.profileContent h1{
    font-weight: 900;
    font-size: 32px;
}

.profileContent h4{
    font-size: 16px;
    color: #00ff1d;
    font-weight: 900;
}

 #typewriter {

    white-space: nowrap;
    border-right: 2px solid rgb(255, 255, 255);
    display: inline-block;
    padding-right: 5px;
    animation: blink 0.7s step-end infinite;
    min-height: 1em;  /* Keeps height steady even when deleting text */
  }


  @keyframes blink {
    50% { border-color: transparent; }
  }

  .socialLinks a{
    color: #00ff1d;
    padding: 10px;
    background: linear-gradient(135deg, rgba(76, 175, 81, .15) 0%, rgba(76, 175, 81, .01) 100%);
    border-radius: 60px;
    font-size: 14px;
    transition: 1s;
  }

   .socialLinks a:hover{
     background: linear-gradient(135deg, rgba(76, 175, 81, .01) 0%, rgba(76, 175, 81, .15)  100%);
     transition: 1s;
  }

  .socialLinks .pipe{
    color: #9d9d9dbd;
    font-weight: 100;
    font-family: 'Play';
    padding: 1px;
  }

  /* .contactInfo:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 32%;
    width: 100%;
    height: 1px;
    background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
} */
.downloadCV .dbtn{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 8px 10px 8px 10px;
    border-radius: 6px;
    transition: 0.5s;
}

.links:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 69%;
    width: 1px;
    height: 33%;
    background: -webkit-radial-gradient(top, ellipse cover, #ddd 0%, rgb(255 255 255 / 37%) 70%);
    background: radial-gradient(ellipse at top, #dddddd8f 2%, rgba(255, 255, 255, 0) 56%);
}

.downloadCV .dbtn:hover{
    color: #31a93e;
    border: 1px solid #4bae56;
    transition: 0.5s;
}
#module {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 1rem;
}
#module .swiper {
  width: 100%;
  padding-bottom: 4rem;
}
#module .swiper .swiper-pagination {
  bottom: 0 !important;
}
#module .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  border-radius: 11px !important;
}
#module .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
  cursor: pointer;
  max-width: 100%;
}
#module .swiper .swiper-slide:hover a {
  text-decoration: underline !important;
}
#module .swiper .swiper-slide .img {
  position: relative;
  width: 100%;
}
#module .swiper .swiper-slide .img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 750ms ease;
  max-width: 100%;
}
#module .swiper .swiper-slide .img img.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#module .swiper .swiper-slide .img img.viynl {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(0%) rotate(-180deg);
}
#module .swiper .swiper-slide .content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #111;
  font-weight: 500;
}
#module .swiper .swiper-slide .content .title a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
#module .swiper .swiper-slide .content .title a:hover {
  text-decoration: underline;
}
#module .swiper .swiper-slide-active .img img.cover {
  transform: translateX(-20%);
}
#module .swiper .swiper-slide-active .img img.viynl {
  transform: translateX(30%) rotate(0deg);
}

.reviewCard{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
    border-image: initial;
    background: rgba(255, 255, 255, 0.02);
}


.testimonialsCard h5{
  font-size: 18px;
}

.testimonialsCard p{
  font-size: 14px;
  font-weight: 500;
}

.stars .star{
 color: #36a443;
 font-size: 20px;
}

.carousel-indicators{
  bottom: -18%;
}

.carousel-indicators [data-bs-target]{
  background-color: #36a443;
  width: 8px;
  height: 8px;
}



.expCard{
  background: rgba(255, 255, 255, .02);
}

.resume-items:before{
    content: '';
    position: absolute;
    left: 0;
    top: 36px;
    width: 1px;
    bottom: 0;
    background: rgba(197, 202, 213, .3);
}

.border-line-h{
  border-left: 1px solid #5a5d5f;
  padding: 12px;
}

.expCard.active:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #31a93e;
    top: -14px;
    left: -17px;
    border-radius: 50px;
}

.expCard:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #bdbdbd;
    top: -14px;
    left: -17px;
    border-radius: 50px;
}

.timeLineButton.active{
    width: 86px;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    color: #31a93e;
    border: 1px solid #31a93e;
    border-radius: 3px;
    text-align: center;
}

.timeLineButton{
    width: 86px;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    text-align: center;
}

.clientLogos{
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 16%;
    right: 5%;
    border-radius: 60px;
    width: 30px !important;
    height: 30px;
}

.resumeCard{
   
  padding: 4px;

}

.resumeCard h5{
  font-size: 15px;
}
.resumeCard p{
  font-size: 12px;
}

.expHead h4{
  font-size: 20px;
  font-weight: 900;
  color: #dfdfdf;
}

.expHead i{
  font-size: 22px;
  color: #dfdfdf;
}

.projectTag{
    font-size: 10px;
    color: #595959;
    text-transform: uppercase;
    font-weight: 600;
}
.projectContent{
  position: relative;
}
.projectHeading{
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
}
.moreButton{
    position: absolute;
    right: 0%;
    top: 8%;
    background: #262a2c;
    padding: 10px 14px 10px 14px;
    border-radius: 14px;
    border: 1px solid #6c6b6b;
    color: #fff;
    font-size: 14px;
}

.moreButton:hover{
   border: 1px solid #11ff00;
   color: #11ff00;
}

.moreButton svg:hover{
  color: #11ff00;
}

.projectImage {
  overflow: hidden; /* This hides the scaled image overflow */
  display: inline-block; /* Optional: Ensures proper bounding */
  border-radius: 15px;    /* Apply radius to container */
}

.projectImage img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block; /* Removes inline gaps */
  width: 100%;
  height: auto;
}

.projectImage:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  filter: grayscale(100%);
}

.col-sm-6 {
  width:50%;
}

/* Media Query Start from Here */
@media only screen and (min-width: 400px) and (max-width: 768px) {
  #sidenav{
        width: 100% !important;
        height: auto;
        flex-direction: row !important;
        justify-content: space-around;
        border-radius: 0;
        top: auto;
        top: 0;
        position: fixed;
        padding: 0 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #e9e9e9;
        background: #0a1621;
  }

  #sidenav .nav-pills {
    flex-direction: row !important;
    width: 100%;
    margin: 0;
  }

  #sidenav .nav-link {
    border: none !important;
  }


  .navLink {
        font-size: 8px;
        margin-top: 2px;
        padding: 0px 13px 0px 13px;
  }
  

  .nav-link svg {
    width: 16px;
    height: 16px;
  }
  .toggleNav{
     padding: 5px 0px 8px 6px !important;
  }

  .nav-pills .nav-link 
   {
      border-radius: 0;
    }

   .nav-item{
      border-right: 1px solid #6c6c6c;
      border-left: 1px solid #6c6c6c;
   }

  .profileTabContent{
    position: relative;
    width: 100%;
    left:0;
    margin-top: 5px;
  }
.profileBox{
    height: 400px;
    width: 100%;
    top: 6%;
    left: 0%;
    position: relative;
    background-position: 47% 70% !important;
    transform: rotateY(0deg) rotateY(0deg) rotateX(0deg) rotateZ(0deg) rotateZ(0deg) rotateX(0deg);
    background-position: 46% 75%;
    border-radius: 30px !important;
}

.socialLinks{
  display: none;
}

.contactInfo{
  margin-top: 25px!important;
}
.body-dark{
    padding: 8px;
    margin: 8px;
}

.themeIcon{
  margin: 0!important;
}
  
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242729; /* or dark: #000 */
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

      .loader {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #fff;
      }
        .loader:before,
        .loader:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loader:after {
          color: #59ff00;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
   
