*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.navbar{
    background-color: rgb(30 58 138);
    color: white;
    height:5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    
}
.logo-link{
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
       
}

.logo{
    margin-left: 8px;
    margin-right: 8px;
    padding: 2px;
    border: 2px solid white;
    border-radius: 100px;
   
}
.logo-text-green{
color:  rgb(34 197 94);
}

.nav-ul{
    list-style: none;
    display: flex;
    gap: 28px;
    font-weight: 700;
    font-size: 18px;
     
}
.nav-li{
    color: white;
    text-decoration: none;
}
:hover.nav-li{
    color: rgb(147 197 253);
    font-size: 18.2px;
    cursor: pointer;
    
    

}

.footer {
    background-color: #1e3a8a;
    height: 95vh;
    color: #60a5fa;
    margin-bottom: 0;
    
}
.footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding-top:130px;
}

.footer-logo-link{
    color: white;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
        
}
.footer-logo{
    margin-left: 8px;
    margin-right: 8px;
    padding: 2px;
    border: 2.8px solid white;
    border-radius: 100px;
   
}

.footer-info{
    font-size: 26px;
    font-weight:600;
    color: rgb(147 197 253);
    width: 29vw;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-social-links{
    display: flex;
    gap: 40px;
}
.footer-social-icon{
    border: 2px solid rgb(147 197 253);
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
:hover.footer-social-icon{
    border: 2px solid white;
    background-color: white;
}
.footer-social-icon-img{
    filter: invert(1);
    padding: 8px;
}
:hover.footer-social-icon-img{
    filter: invert(0);
}

.footer-nav-ul{
    list-style: none;
    display: flex;
    gap: 20px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-nav-li{
    color: rgb(147 197 253);
    text-decoration: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
:hover.footer-nav-li{
    background-color: rgb(147 197 253);
    color: rgb(30 58 138);
    text-decoration: underline;
    border-radius: 0.5rem
    
}
.copyright{
    font-size: 14px;
    color: rgb(147 197 253);
    font-weight: 600;
}

/* body */
.first-infoContainer{
   margin: 16px auto 16px auto;
   height: 85vh;
   width: 80vw;
   display: flex;
   justify-content: space-around;
   gap: 5px;
}
.leftInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2;
}
.hello{
    font-size: 30px;
    font-weight:600 ;
}
.name{
    color: #1e40af ;
    font-size: 60px;
    font-weight: 800;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.aboutInfo{
    font-size: 30px;
    font-weight: 600;
}
.moreAboutInfo{
    font-size: 20px;
    font-weight: 600;
    color: rgb(51 65 85);
    margin: 12px 0 12px 0 ;
    font-family: monospace;
    
}
.info-hire-button{
    margin: 20px 0 0 20px;
    
}
.info-btn{
    padding: 8px 16px 8px 16px;
   margin: 10px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: rgb(37 99 235);
    border-radius: 12px;
    text-decoration: none;
    
}
:hover.info-btn{
    background-color: rgb(30 64 175)
}
.rightInfoImg{
    height: 85vh;
}

/* section1 */
.section1{
    display: flex;
    justify-content: center;
    
}
.section1-img{
    width: 75vw;
}

/*well-section2 */
.well-section2{
 background-color: white;
 width: 100%;
 height: 230vh;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.welcome-section2{
  color: white;
  background-color: rgb(30 58 138);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 144px 0 144px 0;
  height: 55vh;
  width: 100%;
  position: relative;
  
}
.welcome-heading{
    font-size: 30px;
    font-weight: 700;
}
.welcome-para{
    font-size: 19px;
    color: rgb(147 197 253);
    width: 50%;
    font-weight: 600;
}
/* skill-section */
.skill-section2{
    display: flex;
    width: 85vw;
    margin: 0 auto 0 auto;
    background-color: white;
    color: black;
    text-align: center;
    height: 140vh;
    border-radius: 20px;
    position: absolute;
    top: 250vh;
    
}
.skill-developer-section2{
    padding: 16px 5px 16px 5px;
    border: 1px solid rgb(219 234 254);
    
    

    
}
.skill-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.icon-img{
    background-color: #5BE9B9;
    border-radius: 100px;
    padding: 15px;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.skill-h1{
    font-size: 25px;
    font-weight: 700;
    color: black;
}
.skill-p{
    font-size: 18px;
    font-weight: 600;
    color: rgb(49, 52, 54);
}
.skills{
    margin: 40px 0 40px 0;
}
.skills-h2{
    color: #1e3a8a;
    font-size:19px;
}
.skills-p{
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;  
    color: rgb(49, 52, 54);
}
.dev-ul{
    list-style: none;
}
.developer{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; 
    
}
.designer{
    border-right-width: 0px;
    border-left-width: 0px;
}
.mentor{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.mentor-btn{
    
    margin: 50px 10px;
    padding: 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.mentor-btn-link{
    width: 170px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 100px;
    color: white;
    background-color: rgb(37 99 235);
    text-decoration: none;
}
:hover.mentor-btn-link{
    background-color: rgb(30 58 138);
    gap: 8px;
}
.arrow{
    filter: invert(1);
    display: flex;
    align-items: center;
}

/* recent-work */
.recent-work{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recent-work{
    text-align: center;
}
.work-h2{
    font-size: 30px;
    font-weight: 700;
}
.work-p{
    color: rgb(63, 62, 62);
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.work-a{
    text-decoration: none;
    color: rgb(37 99 235);

}
:hover.work-a{
    text-decoration: underline;
}
.recent-work-card{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 50px 0 50px 0;

}
.work-card{
    background-color: rgb(197, 217, 236);
    border-radius:8px;
    height: 256px;
    width: 384px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px;
    gap: 8px;

}
.work-h3{
    font-size: 18px;
    font-weight: 700;

}
.work-img{
    height: 11rem;
    width: 23rem;
}
.github-link{
    color: white;
    background-color: rgb(37 99 235);
    font-weight: 700;
    padding: 1px 9px 1px 9px;
    border-radius: 6px;
    text-decoration: none;
}
:hover.github-link{
    background-color: rgb(30 64 175);
}

.visit-github-link{
    font-size: 16px;
    font-weight: 600;
    color: rgb(37 99 235);
    border: 2px solid rgb(37 99 235);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    margin: 28px;
    gap: 8px;
    border-radius:100px;
    text-decoration: none;

}
:hover.visit-github-link{
    background-color: rgb(37 99 235) ;
    color: white;
}
.visitgithub-img{
    width: 30px;
    margin-top: 9px;
}
:hover.visitgithub-img{
 filter: invert(1);
}
/* line */
.line{
    margin: 20px 0;
    height: 1px;
    background-color: rgb(175, 206, 247);

}

/* collabrate */
.collabrate{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto 80px auto;
    gap: 28px;
    margin-bottom: 192px;
}
.collab-h2{
    font-size: 30px;
    font-weight: 700;

}
.collab-p{
    color: rgb(63, 62, 62);
    font-size: 18px;
    font-weight: 600;
}
.collab-a{
    margin-top: 36px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(37 99 235);
    border: 2px solid rgb(37 99 235);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    margin: 20px;
    gap: 8px;
    border-radius:100px;
    text-decoration: none;

}
:hover.collab-a{
    background-color: rgb(37 99 235) ;
    color: white;
}
.collab-img{
    width: 25px;
    margin-top: 9px;
}
:hover.collab-img{
    filter: invert(1);
   }
   /* project-planner */
   .project-planner{
    color: white;
    background-color: rgb(20 28 58 );
    height: 27vh;
    width: 85vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 4vw;
    padding: 10px 40px;
    gap: 96px;
    border-radius: 18px;
    position: absolute;
    margin-top: -96px;
   
   }
   .project-planner-h2{
    font-size: 25px;
    font-weight: 800;
   }
   .project-planner-p{
    width: 30vw;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
   }
   .project-a-btn{
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 2px solid  rgb(91 233 185);
    padding: 8px 40px;
    border-radius: 100px;
    color: white;
    text-decoration: none;
   }
   :hover.project-a-btn{
    background-color: rgb(91 233 185);
    color:  rgb(20 28 58 );
   }
   .project-img{
    filter: invert(1);
    margin-top: 4px;
    
   }
   :hover.project-img{
    filter: invert(0);
   }

   .sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 200px;
    z-index: 999;
    background-color: rgba(30, 59, 138, 0.781);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(30, 59, 138, 0.26);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
   }
   .close{
    padding: 15px 25px;
    cursor: pointer;
    
   }
   .sidebar-ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    padding-top: 10px;
   }
   .sidebar-li{
    height: 50%;
    width: 100%;
    padding: 10px 25px;
    
   }
   .sidebar-a{
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
   }
   :hover.sidebar-li{
    background-color: rgb(101, 160, 228);;
   }

   .invert{
    filter: invert(1);
   }
  
   .upbar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
   }

   .hamburger{
    display: none;
    cursor: pointer;
    
   }

   

   /* responsive making */
  
  @media (max-width:1040px){
  
    .nav-ul{
        display: none;
    }

    .hamburger{
    display: block;
    
   }
   .first-infoContainer{
    flex-direction: column;
   }

   .rightInfo-Img{
    display: flex;
    justify-content: center;
}
.rightInfoImg{
    
width: 80vw;
}
.section1{
    margin-top: 175px;
}
.well-section2{
    /* height: 195vh; */
    height: 2600px;
   
}
.welcome-section2 {
    padding: 90px 0 144px 0;
    /* height: 30vh; */
    height: 330px;
}
.welcome-para {
    width:75%;
}
.skill-section2{
    /* height: 160vh; */
    height: 2120px;
    /* top: 160vh; */
    top: 2100px;
    flex-direction: column;
    
    
}
.skill-p {
   width: 70%; 
}

.skill-developer-section2 {
    padding: 30px 5px;
    
}
.mentor-btn {
    margin: 20px 10px;
    padding: 10px 10px;
}

.developer{
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.designer {
    border-right-width: 1px;
    border-left-width: 1px;
}

.mentor{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

.recent-work-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
}

.project-planner {
    /* height: 25vh; */
    height: 300px;
    width: 75vw;
    margin: 0 7vw;
    gap: 23px;
    margin-top: -150px;
    flex-direction: column;
}
.project-planner-p {
    width: 43vw;
}
.footer{
    /* height: 48vh; */
    height: 950px;
}
.footer-container{
    padding-top: 250px;
    gap: 10px;
}
.footer-info{
    width: 40vw;
}

  }


  @media(max-width:850px){

.work-p{
    width: 70vw;
    text-align: center;
}
.collab-p{
    width: 70vw;
    text-align: center;
}
    .footer{
       margin-bottom: 0;
       height: 800px;
    }

    .recent-work-card {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        
    }
    .skill-section2{
        top: 1900px;
    }
   }


   @media(max-width:770px){
    .well-section2{
        /* height: 195vh; */
        height: 2600px;
       
    }
    .skill-section2{
        top: 1800px;
    }
   }

   @media(max-width:600px){
    .well-section2{
        /* height: 195vh; */
        height: 3450px;
       
    }
    .collab-h2{
        width: 70vw;
        text-align: center;
    }
    .footer-social-links{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer{
       
        height: 1050px;
    }
    .footer-nav-ul{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        
    }
    .copyright{
        text-align: center;
        width: 70vw;
    }
   }

  @media(max-width:550px){
    .sidebar{
        width: 100%;
    }

    .well-section2{
        /* height: 195vh; */
        height: 2680px;
       
    }
    .skill-section2{
        top: 1500px;
    }
   }

   @media(max-width:450px){
    .navbar{
        justify-content: space-between;
        padding-left:20px ;
        padding-right:20px ;
    }
    
    .hello {
        font-size: 25px;
    }
    .name {
        font-size: 35px;
    }
    .aboutInfo {
        font-size: 20px;
    }
    .moreAboutInfo {
        font-size: 16px;
    }
    .info-btn {
        font-size: 15px;
    }
    .rightInfoImg {
        height: 55vh;
    }
    .section1 {
        margin-top: 0px;
    }
    .welcome-heading {
        font-size: 25px;
    }
    .welcome-para {
        font-size: 15px;
    }
    .welcome-section2 {
        padding: 30px 0 125px 0;
        height: 280px;
        gap: 5px;
    }
    .skill-section2 {
        top: 1335px;
        height: 2280px;
    }
    .work-h2{
        font-size: 25px;
    }
    .work-p{
        font-size: 15px;
    }

    .recent-work-card {
        margin-bottom: 1px;
    }
    .collabrate {
        margin-top: 25px;
        gap: 5px;
    }
    .collab-h2 {
        font-size: 25px;
    }
    .collab-p {
        font-size: 16px;
    }
    .project-planner {
        margin-left:3vw;
        margin-right:3vw;
    }
    .footer-container {
        padding-top: 205px;
        gap: 0px;
    }
    .footer-info {
        width: 70vw;
        font-size: 20px;
    }
    .footer {
        height: 890px;
    }

   }

  

   @media (max-width: 380px) {
    .navbar {
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 20px;
    }
    .hello {
        font-size: 20px;
    }
    .name {
        font-size: 30px;
    }
    .aboutInfo {
        font-size: 20px;
    }
    .info-btn {
        font-size: 12px;
    }
    .well-section2 {
        
        height: 2720px;
    }
    .skill-section2 {
        top: 1185px;
        height: 2335px;
    }
    .recent-work-card {
        margin-top: 25px;
    }
    .work-card {
        height: 215px;
        width: 300px;
    }
    .work-img {
        height: 8rem;
        width: 17rem;
    }
    .collabrate {
        margin-top: 0;
        margin-bottom: 135px;
    }
    .collab-h2 {
        font-size: 20px;
    }
    .collab-p {
        font-size: 12px;
    }
    .project-planner {
        gap: 10px;
        height: 200px;
        margin-left: 2vw; 
         margin-right: 2vw;
         margin-top: -110px;
    }
    .project-planner-h2 {
       
        font-size: 20px;
    }
    .project-planner-p {
        width: 70vw;
        font-size: 15px;
    }
    .footer-container {
        padding-top: 135px;
    }
    .footer-logo-link {
        font-size: 22px;
    }
    .footer-info {
        font-size: 15px;
    }
    .footer {
        height: 800px;
    }
   }