@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700;900&family=Poppins:wght@200;300;400;600&family=Urbanist:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
        overflow-x: hidden;
}

html{
    font-size: 10px;

}
h1{
    font-family: "Jost", sans-serif;
}

/*================= module resusable=======*/
.btn-collage {
   top: 05rem;
  background: linear-gradient(135deg, #6a11cb, #2575fc); /* gradient color */
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* hover effect */
.btn-collage:hover {
  background: linear-gradient(135deg, #2575fc, #6a11cb);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* click (active) effect */
.btn-collage:active {
  transform: scale(0.95);
}


/*==================nav=======*/
/* Navbar */
.nav-bar-of-collage {
  position: fixed;     
  top: 20px;
  left: 50%;
  width: 50%;
  transform: translateX(-50%); /* hamesha center kar dega */
  z-index: 10;
  padding: 20px 0;
  background:transparent; /* semi-transparent */
  backdrop-filter: blur(7px);
  border-radius: 50px;   
 
}

/* nav list */
.nav-data {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* center me laya */
  gap: 50px; /* beech ka gap */
}

/* nav item */
.nav-item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-item a:hover {
  color: orange;
}
/*===================media====================*/

.bg{
    height: 100vh;
background: linear-gradient(180deg, #0b0f1c 0%, #09090f 50%, #000000 100%);
}
 .hero-of-data{
   position: relative;
    padding: 10px;
    display: flex;
    
    justify-content: center;
    align-items: center;

 }
 .main-heading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    color: rgb(251, 251, 251);
    display: flex;
    flex-direction: column;
    gap: 5px;
 }
 .main-heading-sub{
    text-align: center;
    font-size: 3rem;
 }
 .para-of-main-heading{
    text-align: center;
    font-size: 2rem;
 }
 /*======================== project section============*/
.project-section{
background: linear-gradient(180deg, #0b0f1c 0%, #09090f 50%, #000000 100%);
padding: 10px;
}
.main-heading-project{
   font-size: 2rem;
   color: rgb(255, 255, 255);
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
  font-family: Arial, Helvetica, sans-serif;

}
.heading-info{
   text-align: center;
   color: rgb(132, 0, 255);
}
.main-material{
   overflow-x: hidden;
   padding: 50px;
    gap: 50px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(2, 1fr);
}
.project-1{
     background: linear-gradient(145deg, rgb(15, 23, 42), rgba(10, 15, 25, 0.95));
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(92, 4, 255, 0.525);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
   text-align: center;
   color: wheat;
   border-radius: 5%;
}
.project-1::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(0, 81, 255, 1); /* Blue glow */
  border-radius: 50%;
  filter: blur(200px);
  z-index: 0;
}
.project-1 img{
   width: 100%;
   z-index: 15444;
   height: 25rem;
}
/*================================ about==================*/
.about-me{
   background-color: #000000;
   padding: 50px;
   height: 100%;
   display: grid;
   grid-template-columns: repeat(2,1fr);
   gap: 10px;

}
.profile-photo{  
   left: 25%;
    width: 50%;  
   display: inline-block;
   position: relative;
  background: linear-gradient(145deg, rgb(42, 25, 15), rgba(25, 17, 10, 0.95));
  border-radius: 16px;
  padding: 20px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 121, 4, 0.525);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;}


.profile-photo img{
  display: block;
  width: 100%;   /* card ki width = image */
  height: auto;  /* aspect ratio maintain */
  border-radius: 12px;

}
.para-about-me{
right: 25%;
    
  position: relative;
  background: linear-gradient(145deg, rgb(15, 23, 42), rgba(10, 15, 25, 0.95));
  border-radius: 16px;
  padding: 20px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(92, 4, 255, 0.525);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}
.paragraph-about{
   top: 5%;
   font-size: 2rem;
   font-family: 'Poppins', sans-serif;
   text-transform: capitalize;
}

/* Glow background */
.para-about-me::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(0, 81, 255, 1); /* Blue glow */
  border-radius: 50%;
  filter: blur(200px);
  z-index: 0;
}

/* Card content should stay above glow */
.para-about-me * {
  position: relative;
  z-index: 1;
}
.para-about-me p{
   color: #ffffff;
}
   .star {
      position: absolute;
      width: 2px;
      height: 2px;
      background: white;
      border-radius: 50%;
      opacity: 0.8;
      animation: fall linear infinite, twinkle 2s infinite alternate;
    }
    @keyframes fall {
      from { transform: translateY(-5vh); }
      to { transform: translateY(105vh); }
    }
    @keyframes twinkle {
      from { opacity: 0.3; }
      to { opacity: 1; }
    }


    /*=========================ok=======================*/

.custom-shape-divider-bottom-1696162272 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  
}

.custom-shape-divider-bottom-1696162272 svg {
  position: relative;
  display: block;
  width: calc(110% + 1.3px);
  height: 10rem;
  animation: waveMove 6s linear infinite; 
}
@keyframes waveMove {
  0% { transform: translateX(0); }
  50% { transform: translateX(-25px); }
  100% { transform: translateX(0); }
}
.custom-shape-divider-bottom-1696162272 .shape-fill {
  fill: #ffffff;
  
}


/*===============media query============*/
@media (max-width: 768px) {
  .nav-bar-of-collage{
    display: none;
  }
   
   .main-material{
      display: flex;
      flex-direction: column;
      text-align: center;
   }
  .about-me{
   position: relative;
   padding: 20px;
   display: flex;
    flex-direction: column; /* side by side ki jagah column */
    text-align: center; /* mobile pe text center */
  }

  .profile-photo img {
    max-width: 100%; /* image ko responsive banane ke liye */

  }

  .para-about-me {
   transform: translateX(-50%);
   left: 50%;
   position: relative;
    width: 100%;
    padding-bottom: 60px;
  }
  .btn-collage{
   margin-bottom: 2px;
  }
}