body{
    margin: 0;
    padding: 0;
}

#nav-menu{
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 100px rgba(0,0,0,.1);
    height: 100px;
    display: flex;
    justify-content: space-around;
}

#navbarname{
   
    width: 30%;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #333;
    margin-top: 15px;
}

#navbarname:hover{
    cursor: pointer;
    color: #facf0f;
}

#navbar-items {
    width: 45%;
}

#navbar-items ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 41px;
}

#navbar-items a{
    text-decoration: none;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: color .3s;
    font-family: 'Source Sans Pro',sans-serif;
}

#navbar-items a:hover{
    color: #facf0f;
}

#resnav {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px){


  #navbarname{
    font-size: 1rem;
    width: 40%;
  }

  #nav-menu{
    justify-content: space-between;
    width: 100%;
  }

  #navbar-items {
     display:none;
}
#resnav {
  display: block;
  width: 30%;
}
#humberger{
  margin-left: 80%;
   margin-top: 30px
}
#navbar-items-res{
  display: none;
  width: 60%;
  background-color: #fff;
}

#navbar-items-res a{
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: color .3s;
  font-family: 'Source Sans Pro',sans-serif;
 
}
#navbar-items-res ul{
  list-style: none;
}
#navbar-items-res li{
  margin-top: 20px;
}

#navbar-items-res a:hover{
  color: #facf0f;
}

}

@media screen and (min-width: 360px) and (max-width: 768px){
  #navbarname{
    font-size: .9rem;
    width: 50%;
  }

  #nav-menu{
    width: 100%;
  }

  #navbar-items {
     display:none;
}
#resnav {
  display: block;
  width: 30%;
}
#humberger{
  margin-left: 80%;
   margin-top: 30px
}
#navbar-items-res{
  display: none;
  width: 85%;
  background-color: #fff;
}

#navbar-items-res a{
  width: 90%;
  text-decoration: none;
  font-size: .5rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: color .3s;
  font-family: 'Source Sans Pro',sans-serif;
 
}
#navbar-items-res ul{
  list-style: none;
}
#navbar-items-res li{
  margin-top: 20px;
}

#navbar-items-res a:hover{
  color: #facf0f;
}
}

@media screen and (max-width: 360px){
  #navbarname{
    font-size: .7rem;
    width: 60%;
  }

  #nav-menu{
    width: 100%;
  }

  #navbar-items {
     display:none;
}
#resnav {
  display: block;
  width: 50%;
}
#humberger{
  margin-left: 80%;
   margin-top: 30px
}
#navbar-items-res{
  display: none;
  width: 85%;
  background-color: #fff;
}

#navbar-items-res a{
  width: 90%;
  text-decoration: none;
  font-size: .5rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: color .3s;
  font-family: 'Source Sans Pro',sans-serif;
 
}
#navbar-items-res ul{
  list-style: none;
}
#navbar-items-res li{
  margin-top: 20px;
}

#navbar-items-res a:hover{
  color: #facf0f;
}
}



/* nav end here */
#home{
  padding-top: 50px;
    width: 100%;
    border: 1px solid white;
    position: relative;
   top: 100px;
   color: black;
   background: linear-gradient(to right,rgba(245,245,245,.8),rgba(245,245,245,.8)),url(https://d33wubrfki0l68.cloudfront.net/daac8858fd4a0ccea44f59dfd079c3c16c263f33/c157c/assets/svg/common-bg.svg);
   background-position: center;
   height: 37rem;
   min-height: 10rem;
   max-height: 120rem;
   text-align: center;
   font-family: 'Source Sans Pro',sans-serif;
   
}



#home p{
   
font-size: 25px;
margin-top: 220px;

}

#home h2{
   
    font-size: 40px;
    line-height: 1.5rem;
    
    }
    #home li{
      list-style-type: none;  
    } 
    
#resume-button-2{
    background: #facf0f;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    transition: transform .3s;
    padding: 1rem 3rem;
    font-size: 1rem;
    border: none;
    }  

    #resume-button-2 a{
      text-decoration: none;
      color: #333;
    }
    
    @media screen and (min-width: 768px) and (max-width: 1024px){
      #home p{
   
        font-size: 20px;
        margin-top: 200px;
        
        }
        #home h2{
   
          font-size: 30px;
          line-height: 1.5rem;
          
          }
    }


    @media screen and (min-width:360px) and (max-width: 768px){
      #home p{
   
        font-size: 15px;
        margin-top: 200px;
        
        }
        #home h2{
   
          font-size: 25px;
          line-height: 1.5rem;
          
          }
    }

    @media screen and (max-width: 359px){
      #home p{
   
        font-size: 10px;
        
        }
        #home h2{
   
          font-size: 20px;
          line-height: 1.5rem;
          
          }
    }

  
    /* home end */

  #about{
    position: relative;
    top: 20px;
    padding-top: 100px;
    
  } 
  
  #about-me{
    text-align: center;
    font-family:'Source Sans Pro',sans-serif ;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #facf0f;
    color: black;

  }
  #about-img{
    width: 50%;
  }

  #about-img img{
    width: 60%;
    border-radius: 200px;
    margin-left: 100px;
    margin-top: 20px;
  }

  #about_content{
    display: flex;
    width: 90%;
    margin: auto;
    
  }

  #about-desc{
    width: 70%;
    font-size: 25px;
    font-family:'Source Sans Pro',sans-serif ;
    letter-spacing: 1px;
    font-weight: 400;
    transition: color .3s;
    padding-top: 20px;
  }

  @media screen and (min-width: 768px) and (max-width: 1024px){
    
    #about_content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    
    
  }

  #about-desc{
     margin: auto;
    font-size: 20px;
    width: 70%;
  }
  #about-img{
    margin: auto;
  }
  #about-img img{
    width: 60%;
    border-radius: 200px;
    margin: auto;
    margin-left: 25%;
  /* margin-left: 275px; */
  }
  }

  @media only screen and (max-width: 768px){
    #about_content {
      display: flex;
      flex-wrap: wrap;
      width: 90%;
      margin: auto;
    
  }

  #about-desc{
     margin: auto;
    font-size: 17px;
    width: 100%;
  }
  #about-img{
    width: 80%;
    margin: auto;
  }
  #about-img img{
    width: 50%;
    border-radius: 200px;
    margin: auto;
    margin-left: 28%;
  /* margin-left: 275px; */
  }
  }
  /* about over */

  #skills{
    position: relative;
    top: 20px;
    padding-top: 100px;
    margin-bottom: 20px;
  }

  #skills h2{
    text-align: center;
    font-family:'Source Sans Pro',sans-serif ;
    font-size: 2.3em;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #facf0f;
  }
  #skills-details{
    padding-top: 30px;
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-evenly;
    gap: 15px;
    
  }
  .skills-container{
    margin-left: 60px;
    width: 40%;
    
  }
  .skills-container:hover{
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .skills-container img{
    width: 100%;
  }
  .skills-container p {
    text-align: center;
    font-size: 10px;
    font-family:'Source Sans Pro',sans-serif ;
    letter-spacing: 1px;
    font-weight: 400;
  }


  @media screen and (min-width: 768px) and (max-width: 1024px){
    #skills-details{
      width: 70%;
      margin: auto;
      grid-template-columns: repeat(3,1fr);
      justify-content: space-evenly;
      gap: 10px;
      
    }
  }
  @media screen and (max-width: 767px){
    #skills-details{
      width: 70%;
      margin: auto;
      grid-template-columns: repeat(2,1fr);
      justify-content: space-evenly;
      gap: 10px;
      
    }
  }
  
  /* skills over */

  #projects{
    position: relative;
    top: 20px;
    background: linear-gradient(to right,rgba(245,245,245,.8),rgba(245,245,245,.8)),url(https://d33wubrfki0l68.cloudfront.net/daac8858fd4a0ccea44f59dfd079c3c16c263f33/c157c/assets/svg/common-bg.svg);
    padding-top: 80px;
  }

  #projects h2{
    text-align: center;
    font-family:'Source Sans Pro',sans-serif ;
    font-size: 2.3em;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #facf0f;
  }

  #sub-project{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-evenly;
    gap: 15px;
  }
  .project-card{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .project-card img {
    width: 100%;
  }

  .project-title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-family:'Source Sans Pro',sans-serif ;
  }

  .project-description{
    font-family:'Source Sans Pro',sans-serif ;
    font-weight: 400;
    height: 100px;
   
  }
  .project-tech-stack{
    font-family:'Source Sans Pro',sans-serif
  }
  .project-tech-stack mark{
    font-family:'Source Sans Pro',sans-serif ;
    font-weight: 600;
    background-color: transparent;
  }
  .project-deployed-link button{
    background: #facf0f;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    transition: transform .3s;
    padding: .8rem .8rem;
    font-size: .8rem;
    border: none;
    margin-left: 100px;
    margin-right: 90px;
  }

  .project-github-link button{
    background: #facf0f;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    transition: transform .3s;
    padding: .8rem .8rem;
    font-size: .8rem;
    border: none;
  }


  @media screen and (min-width: 768px) and (max-width: 1024px){
  
    #sub-project{
      width: 90%;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      justify-content: space-around;
      gap: 10px;
    }

    .project-card{
      width: 100%;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
  
  }

  @media only screen and (max-width: 768px) {
  
    #sub-project{
      width: 100%;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(1,1fr);
      justify-content: center;
      gap: 15px;
    }

    .project-card{
      width: 100%;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
  
  }





  /* project  over */

  
.github {
  position: relative;
    top: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  background-color: #fff;
  

}

.github > div:nth-child(2) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 20px;
  margin-top: 25px;
  justify-content: space-evenly;
  margin-left:20px;
  /* border:2px solid red; */
}

.github > div:nth-child(1) {
  text-align: center;
    font-family:'Source Sans Pro',sans-serif ;
    font-size: 1.8em;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #facf0f;
}

.github > div:nth-child(2) img {
  max-width: 100%;
}

.github > div:nth-child(3) {
  width: 100%;
  /* padding-left:100px; */
}

#github-streak-stats{
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  
  .github {
   width: 95%;
  }

  .github>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 60%; */

  }

  .github>div:nth-child(2)>div {
    width: 80%;
    margin-bottom: 20px;
  }
 
.github>div:nth-child(2)>div >img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}

.github>div:nth-child(2)>div >p> img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}
.github>div:nth-child(3)>div >img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}

#githubclaenders {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(1, 1fr); */
  column-gap: 10px;   
  /* margin-top: 25px; */
  /* border:2px solid red; */
  /* padding-left:120px; */

}

#resclaender{
  width: 100%;
}
  
#githubclaenders {
  width: 80%;
  /* display: grid; */
  /* grid-template-columns: repeat(1, 1fr); */
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */
  /* padding-left:120px; */

}   

}

/* .calender{
  width:100%;
 
}
  */






@media screen and (max-width: 768px) {
  .github {
    width: 95%;
  }

  .github>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* width: 60%; */

  }

  .github>div:nth-child(2)>div {
    width: 80%;
    margin-bottom: 20px;
  }
 
.github>div:nth-child(2)>div >img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}

.github>div:nth-child(2)>div >p> img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}
.github>div:nth-child(3)>div >img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */

}

#githubclaenders {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(1, 1fr); */
  column-gap: 10px;   
  /* margin-top: 25px; */
  /* border:2px solid red; */
  /* padding-left:120px; */

}
#resclaender{
  width: 100%;
}
  
#githubclaenders {
  width: 80%;
  /* display: grid; */
  /* grid-template-columns: repeat(1, 1fr); */
  column-gap: 10px;
  margin-top: 25px;
  /* border:2px solid red; */
  /* padding-left:120px; */

}  
}

/* .calender{
  width:100%;
 
}
  */
 



#contact{
  position: relative;
  top: 300px;
  padding-bottom: 135px;
}
.contact .contact-content .column {
  width: calc(50% - 30px);
}
.contact .contact-content .text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact .contact-content .left p {
  text-align: justify;
}
.contact .contact-content .left .icons {
  margin: 10px 0;
}
.contact .contact-content .row {
  display: flex;
  height: 65px;
  align-items: center;
}
.contact .contact-content .row .info {
  margin-left: 30px;
}
.contact .contact-content .row i {
  font-size: 25px;
  color: #111;
}
.contact .contact-content .info .head {
  font-weight: 500;
}

.contact .contact-content .info a,
.contact .contact-content .info a:hover,
.contact .contact-content .info a:link {
  text-decoration: none;
  color: #111;
}

.contact .contact-content .info .sub-title {
  color: #333;
}
.contact .right form .fields {
  display: flex;
}
.contact .right form .field,
.contact .right form .fields .field {
  height: 45px;
  width: 95%;
  margin-bottom: 15px;
}
.contact .right form .textarea {
  height: 80px;
  width: 95%;
}
.contact .right form .name {
  margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea {
  height: 100%;
  width: 90%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus {
  border-color: #b3b3b3;
}
.contact .right form .textarea textarea {
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area {
  display: flex;
  align-items: center;
}
.right form .button-area button {
  color:#111;
  display: block;
  width: 160px !important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #facf0f;
  border: 2px solid #facf0f;
  transition: all 0.3s ease;
}
.right form .button-area button:hover {
  color: #111;
  background: none;
}
.contact-content{
  display: flex;
  justify-content: space-around;
}
.title{
  text-align: center;
    font-family:'Source Sans Pro',sans-serif ;
    font-size: 2.8em;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #facf0f;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

  .max-width{
    width: 100%;
  }

  .contact-content{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px){
  .contact-content{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }
}

@media screen and (max-width: 360px){
  .contact-content{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }

  .contact .right form .field input,
.contact .right form .textarea textarea {
  height: 100%;
  width: 180%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.contact .contact-content .column {
  width: 50%;
}
}


