@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Monoton&family=Montserrat:wght@400;600&family=Oswald&family=Poppins:wght@400;500&family=Roboto&family=Source+Sans+Pro&family=Ubuntu&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Monoton&family=Montserrat:wght@400;600&family=Oswald&family=Poppins:wght@400;500&family=Roboto&family=Source+Sans+Pro&family=Ubuntu&display=swap");


/* nav bar  */

* {
    padding: 0;
    margin: 0;
  }
  body {
    background-color: #1f1f20;
     
    position: relative;
  overflow-x: hidden;
  } 
 #user-detail-intro{margin-left: 3%;}
 
 #nav-menu{
     
        height: 80px;
        /* background-color: #1b1b1b; */
        background: linear-gradient(to bottom right, blue, rgb(89, 192, 236));
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 50px 0px 100px;
        border-radius: 10px;
        margin-top: -100px;
        width: 100%;
        position: fixed;
        z-index: 1;
       
      
 }




 nav .logo {
    color: white;
    font-size: 30px;
    transition: all 0.5s ease-in;
    font-weight: 600;
  }
  nav .logo:hover {
    color: #da9a07;
  }
  nav .logo span {
    color: #da9a07;
    transition: all 0.5s ease-in;
  }
  nav .logo span:hover {
    color: white;
  }

 nav ul {
    display: flex;
    list-style: none;
    text-align: center;
    padding-top: 20px;
  }


  nav ul li {
    margin: 0px 7px;
    font-size: 20px;
    margin-left: 30px;
  }
  
  nav ul li a{
    text-decoration: none;
  }
  
  nav ul li a p{
    text-decoration: none;
    
    color: white;
    transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
  }
  nav ul li a button{
    text-decoration: none;
    background-color: #1b1b1b;
    border: none;
    color: white;
    transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
  }

  nav .menu-btn i {
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: none;
    
  }

  #click {
    display: none;
  }

  p:hover {
    color: #da9a07;
  }
  
  nav ul li a button:hover {
    color: #da9a07;
  }


  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    /* z-index: 99; */
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(255, 178, 127);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }

  #myBtn > span > img {
    width: 24px;
  }
  #myBtn:hover {
    background-color: #555;
  } 


  
 #changeever{
    visibility: visible;
   }
  
  
    /* eat sleep code  */
  .typing-text {
    color: #f88922;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    font-weight: 200;
    padding-top: 50px;
    font-size: 20px;
  }
  
  .typing-text::after {
    content: "|";
    animation: blink ease 1s infinite;
  }
  
  @keyframes blink {
    0%,
    100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }

  #resume-button-1{
    border: none;
    /* border: 1px solid red; */
    background-color: transparent;
  /* margin: auto;
  margin-top: 5%; */
  }
  #resume-button-1>a{
    color: white;
    font-size: larger;

  }
  nav ul li button a{
    text-decoration: none;
    
    border: none;
    color: white;
    transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
  }

  /* the first div css code starts */
  #resume-button-2 {
    padding-left: 20px;
    border-radius: 8px;
    margin-top: 50px;
  }

#changeforgood{
  margin-bottom: 50px;
}
  /* cha */
  #resume-button-2 >a{
    text-decoration: none;
  }

    /* cha */
    #resume-button-2{
        border-radius: 8px;
        border: none;
        background-color: transparent;
        }
       
        /* cha */
        #resume-button-2 > a {
          background-color:  rgb(89, 192, 236);
          color: #000000;
          text-decoration: none;
          padding: 10px 30px 10px 30px;
          border-radius: 8px;
          font-weight: 500;
          letter-spacing: 1px;
          transition: all 1s;
        }
        /* cha */
        #resume-button-2> a:hover {
          background-color: #1f1f20;
          color: white;
          border: 2px solid  rgb(89, 192, 236);
        }
        /* for second resume button */
        #resume2 {
          padding-left: 20px;
          margin-top: 50px;
          text-align: center;
        }

        #resume2 >a{
            text-decoration: none;
          }
          #resume2 > a >button{
            background-color:  rgb(89, 192, 236);
            color: #000000;
            text-decoration: none;
            padding: 10px 30px 10px 30px;
            border-radius: 8px;
            font-weight: 500;
            letter-spacing: 1px;
            transition: all 1s;
            
            
          }
          #resume2 > a >button:hover {
            background-color: #1f1f20;
            color: white;
            border: 2px solid  rgb(89, 192, 236);
          }


           /* second button */

#contact-phones{
    margin-left: 10px;
  }
  
  
    #intro {
      display: flex;
      height: 400px;
      margin-top: 100px;
      /* padding-top: 50px; */
    }
    #introText {
      width: 75%;
      font-family: "Poppins", sans-serif;
    }
    #introText > h3 {
      font-size: 50px;
      color: white;
      padding-left: 30px;
      letter-spacing: 3px;
    }

    /* id="user-detail-name" */

    #user-detail-name {
        padding-left: 20px;
        height: auto;
        font-family: "Poppins", sans-serif;
        font-size: 70px;
        letter-spacing: 2px;
        color:  rgb(89, 192, 236);
        font-weight: bold;
        margin-top: -10px;
        transition: all 1s ease-in;
        /* border: 1px solid red; */
        /* font-size: 1px; */
      }
      #user-detail-name:hover {
        transform: translatex(50px);
        color: rgb(47, 180, 237);
      }
      #floating_intro {
        position: relative;
      }
      #floating_intro >img{
        height: 500px;
        width: 500px;
        border-radius: 50%;
        border: 15px solid rgb(89, 192, 236);
      }
      .floating {
        animation-name: floating;
        width: 90%;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
      
        margin-top: 5px;
        margin-left: -10px;
      }


      /* @keyframes floating {
        from {
          transform: translate(0, 0px);
        }
        65% {
          transform: translate(0, 15px);
        }
        to {
          transform: translate(0, 0px);
        }
      } */
    /* the first div css code ends */

  /* nav css starts */
 @media all and (min-width: 500px) and (max-width: 940px) {
    nav .menu-btn i {
        display: block;
      }
      #click:checked ~ .menu-btn i::before {
        content: "\f00d";
       
      }
     
      nav ul {
        position: fixed;
        top: 80px;
        left: -100%;
        background-color: #111;
        height: 100vh;
        width: 100%;
        display: block;
        text-align: center;
        transition: all 0.3s ease-in-out;
      } 
    
       #click:checked ~ ul {
        left: -10%;
      }
     nav ul li {
        margin: 40px 0px;
        font-size: 20px;
      }
       /* first div starts */
       #intro {
        display: block;
      }
      #introText {
        width: 100%;
        font-family: "Poppins", sans-serif;
      }
      #introText > h3 {
        font-size: 40px;
      }
      #introText > h3 + #str {
        width: 100%;
        font-size: 60px;
        letter-spacing: 0.5px;
        margin-top: 2px;
      }
      .typing-dev {
        font-size: 23px;
        padding-left: 20px;
        color: whitesmoke;
        letter-spacing: 0.7px;
      }
    
      .floating {
        width: 40%;
        display: block;
        margin: auto;
        margin-top: 30px;
      }
    
      .typing-text {
        padding-top: 50px;
        font-size: 40px;
      }
      /* first div ends */
    }

    @media all and (min-width: 150px) and (max-width: 500px) {
        /* nav > label > i{
            margin-right: 200px;
          } */
          nav .menu-btn i {
            display: block;
          }
          #click:checked ~ .menu-btn i::before {
            content: "\f00d";
          }
          nav ul {
            position: fixed;
            top: 80px;
            left: -100%;
            background-color: #111;
            height: 100vh;
            width: 100%;
            display: block;
            text-align: center;
            transition: all 0.3s ease-in-out;
          }
        
          #click:checked ~ ul {
            left: -15%;
          }
          nav ul li {
            margin: 40px 0px;
            font-size: 20px;
          }
           /* first div starts */
      #resume-button-2{
        margin-top: 20px;
      }
      /* cha */
      #resume-button-2 > a {
        font-size: 12px;
        padding: 5px 15px 5px 15px;
      }

      #resume2 {
        margin-top: 20px;
      }
      #resume2 > a >button{
        font-size: 12px;
        padding: 5px 15px 5px 15px;
      }

      #intro {
        display: block;
      }
      #introText {
        width: 100%;
        font-family: "Poppins", sans-serif;
      }
      #introText > h3 {
        font-size: 25px;
        margin-left: -10px;
        letter-spacing: 0px;
      }
    
      #introText > h3 + #str {
        width: 100%;
        font-size: 30px;
        letter-spacing: 0.5px;
        margin-top: 5px;
      }
      .typing-dev {
        font-size: 16px;
        padding-left: 20px;
        color: whitesmoke;
        letter-spacing: 0.7px;
      }
    
      .floating {
        width: 60%;
        display: block;
        margin: auto;
        margin-top: 50px;
      }
    
      .typing-text {
        padding-top: 40px;
        font-size: 20px;
      }
      /* first div ends */
        } 


 /* about section */
#about{
    height: auto;
    width: 100%;
     /* border: 1px solid blue; */
     margin-top: 4%;
}
#about>div:nth-child(1){
    height: 15%;
    width: 100%;
    /* border: 1px solid red; */
    /* display: flex; */
    
    text-align: center;
     
}
#about>div:nth-child(2){
    height: 85%;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
   
     
}
#about>div>div{
    height: 100%;
    width: 50%;
    /* border: 1px solid blue; */
    margin:auto;
    text-align: center;
     
}

#user-detail-intro{
  color: white;
}
#about>div>div:nth-child(1){
    padding-top: 2%;
}
#about>div>h3{
    font-weight: bolder;
    font-size: 250%;
    color: rgb(89, 192, 236);
}
#about>div>div>p{
    font-size: 200%;
    color:white;
}
#about>div>div>h1{
    color: white;
}
#about>div>div>h6{
    color: white;
}
#about>div>hr{
     
    color:white;
}


@media screen and (min-width:620px) and (max-width:950px) {
    #about{
        margin-top: 50%;
    }
    #about>div:nth-child(2){
        flex-direction: column;
    }
    #about>div:nth-child(2)>div>img{
        width: 100%;
    }
    }


    
@media screen and (min-width:563px) and (max-width:620px) {
  #about{
      margin-top: 70%;
  }
  #about>div:nth-child(2){
      flex-direction: column;
  }
  #about>div:nth-child(2)>div>img{
      width: 100%;
  }
  }


  @media screen and (min-width:400px) and (max-width:563px) {
    #about{
        margin-top: 90%;
    }
    #about>div:nth-child(2){
        flex-direction: column;
    }
    #about>div:nth-child(2)>div>img{
        width: 100%;
    }
    }


    @media screen and (min-width:200px) and (max-width:400px) {
      #about{
          margin-top: 130%;
      }
      #about>div:nth-child(2){
          flex-direction: column;
      }
      #about>div:nth-child(2)>div>img{
          width: 100%;
      }

     
      }
      @media screen and (min-width:445px) and (max-width:940px){
        #floating_intro{
          text-align: center;
          margin: auto;
          /* border: 1px solid red; */
        }

      }
      @media screen and (min-width:365px) and (max-width:450px){
        #floating_intro{
          text-align: center;
          margin: auto;
          /* border: 1px solid red; */
        }
              #img{
                transform:scale(0.5);
                /* margin:auto */
                margin-left: -10%;
              }
              }



              @media screen and (min-width:10px) and (max-width:365px){
                #floating_intro{
                  text-align: center;
                  margin: auto;
                  /* border: 1px solid red; */
                }
                      #img{
                        transform:scale(0.5);
                        /* margin:auto */
                      margin-left: -25%;
                      }

                      #user-detail-name{
                        /* border: 1px solid red; */
                        font-size: 100%;
                      }
                   
                      }
    /* skills section */
#skills{
  height: auto;
  width: 100%;
  /* border: 1px solid red; */
  margin-top: 3%;
  background-color: aliceblue;
}
#skills>div:nth-child(1){
  width: 100%;
  height: 40%;
  /* border: 1px solid blue; */
  padding-top: 4%;
  padding-left: 8%;
}
#skills>div:nth-child(1)>h1{
  font-weight:bolder;
  font-size: 400%
}
#skills>div:nth-child(1)>h3{
  font-weight:100;
  font-size: 300%
}
#skills>div:nth-child(2){
  width: 100%;
  height: 60%;
  /* border: 1px solid green; */
  display: grid;
  grid-template-columns: repeat(5,1fr);
  padding-left: 10%;
}
#skills>div:nth-child(2)>div{
  width: 40%;
  height:  auto;
  /* border: 1px solid red; */
  text-align: center;
  padding-top: 2%;
}
#skills>div:nth-child(2)>div>div{
  padding: 10%;
  background-color: white;
  border-radius: 15%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transition: 1s;
}
#skills>div:nth-child(2)>div>div:hover{
  transform: scale(1.3);
  z-index: 2;
}
#skills>div:nth-child(2)>div>div>img{
  border-radius: 10%;
  
  
}


@media screen and (min-width:600px) and (max-width:900px) {

#skills>div:nth-child(2){
grid-template-columns: repeat(4,1fr);
}
}

@media screen and (min-width:0px) and (max-width:600px) {
#skills{margin: auto;}
  #skills>div:nth-child(2){
  grid-template-columns: repeat(2,1fr);
  margin-left: 8%;
  }
  }



/* 
  projects section */



  
  #projectcont{
    margin-top: 4%;
    text-align: center;
}
#projectcont>h1{
    color: rgb(89, 192, 236);
}
#projectcont>hr{
    color: white;
}
#projects{
    margin-top: 3%;
    height: auto;
    width: 100%;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-left: 1%;
    gap: 10px;
     
}

/* #project-card{
  padding-left: 3%;
  padding-right: 3%;
} */
#projects>div{
    width: 80%;
  /* border: 1px solid blue; */
  text-align: center;
background-color: aliceblue;
  margin: auto;
  margin-top: 3%;
  padding: 3% 3% 3% 3%;
  border-radius: 20px;
}
#projects>div>a>button{
    background-color: rgb(89, 192, 236);
    color: white;
    border: 0px;
    margin: 5px;
    font-size: 30px;
    border-radius: 10px;
    padding: 0 2% 0 2%
}
#projects>div>img{
    transition: 2s;
    border-radius: 10px;
}
#projects>div>img:hover{
    transform: scale(1.3);
    z-index: 2;
}


@media screen and (min-width:10px) and (max-width:760px) {
  #projects{
   
    grid-template-columns: repeat(1,1fr);
    
     
}
 
      }
/* contact section */




#contact{
  /* border: 1px solid red; */
  margin-top: 8%;
  width: 100%;
  height: 600px;

}
#contact>div:nth-child(1){
  height: 20%;
  /* border: 1px solid blue; */
  text-align: center;
  
}
#contact>div:nth-child(1)>hr{
  color: white;
}
#contact>div:nth-child(1)>h1{
  margin: auto;
  color: rgb(89, 192, 236);
}
/* #contact>div:nth-child(2){
  height: 20%;
  border: 1px solid blue;
}
#contact>div:nth-child(2)>h3{
  margin-left: 4%;
} */
#contact>div:nth-child(2){
  height: 80%;
  width: 80%;
  /* border: 1px solid blue; */
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5%;
  margin: auto;
  
}
#contact>div:nth-child(2)>div{
  display: flex;
  /* border: 1px solid green; */
  width: auto;
  height: 80%;
  margin: auto;
  border-radius: 10px;
 
 
}
#contact>div:nth-child(2)>div>h4{
  color: rgb(89, 192, 236);
  font-size: 100%;
}
#contact>div:nth-child(2)>div>div>a{
  color: white;
  text-decoration: none;
}
#contact>div:nth-child(2)>div>div>p{
  color: white;
}
#contact>div:nth-child(2)>div>div{
  /* border: 1px solid red; */
  gap: 10px;

   
}
#contact>div:nth-child(2)>div>div:nth-child(1){
  width: 30%;
  padding-left: 2%;
  /* padding-top: 2%; */
}
#contact>div:nth-child(2)>div>div:nth-child(1)>h4{
  font-size: 500%;
}

 
#contact>div:nth-child(2)>div>div:nth-child(2){
  margin-left: 10%;
}
#contact>div:nth-child(2)>div>div>h4{
  color: rgb(89, 192, 236);
}

 


@media screen and (min-width:1200px) and (max-width:3000px) {

  #contact>div:nth-child(2){
       
      grid-template-columns: repeat(3,1fr);
       
      
  }
      }

      
@media screen and (min-width:780px) and (max-width:1200px) {

  #contact>div:nth-child(2){
       
      grid-template-columns: repeat(2,1fr);
       
      
  }
      }

      @media screen and (min-width:10px) and (max-width:780px) {

          #contact>div:nth-child(2){
               
              grid-template-columns: repeat(1,1fr);
               
              
          }
              }



#statistics{
  margin-top: 5%;
  text-align: center;
}
#statistics>h1:nth-child(1){
  color: rgb(89, 192, 236);
}
#statistics>hr{
  color: white;
}

              
/* git calander starts */
#alignethem{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: auto;
  width: 70%;
}
@media all and (min-width: 350px) and (max-width: 940px) {
  #alignethem{
   
    grid-template-columns: repeat(2,1fr);
  
  }
}

@media all and (min-width: 0px) and (max-width: 351px) {
  #alignethem{
   
    grid-template-columns: repeat(1,1fr);
  
  }
}

/* git calender */
.code {
  font-family: "Poppins", sans-serif;
  color: #7b7b7b;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.calendar {
  color: black;
  background-color: white;
  transition: all 0.5s;
  width: 70%;
}
.calendar:hover {
  background-color: black;
}

#streak{
  display: flex;
  /* max-width: 100%; */
  justify-content: center;
}
#github-streak-stats{
  max-width: 100%;
}
#github-top-langs{
  max-width: 100%;
}
#github-stats-card{
  max-width: 100%;
}

@media all and (min-width: 150px) and (max-width: 500px) {
  .code {
   
    font-size: 40px;
    text-align: center;
    padding-bottom: 50px;
  }
  .calendar {
    color: black;
    background-color: white;
    transition: all 0.5s;
    width: 90%;
    font-size: 15px;
  }
}



/* git calnder ends */

