*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.all{
    width: 100%;
    height: auto;
    background-color: #21212f;
    color: white;
}
.nav{
    background-color: #211b29;
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
     left: 0;
     /* background-color: #292235;; */
     overflow-x: hidden;
     padding-top: 20px;
    
      
}
 .nav-mob{
    width: 100%;
    height: auto;
    background-color: #211b29;
    display: none;
    color: white;
 }
 .navv{
    justify-content: space-between;
 }
 .nav-mob .mob-icon i{
    color: white;
    background-color: #ff01a7;
    padding: 15px;
    font-size: 24px;
    
 }
 .nav-mob .mob-name h1{
    padding: 5px 10px;
 }
 .active ul li a{
text-decoration: none;
color: white;
 }
 .active ul li{
    border-bottom: 1px solid #817c7f;
    list-style-type: none;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 20px;

 }
 .active ul li a:hover{
color: #ff01a7;
 }
 .active ul{
    padding-left: 0px!important;
 }
  

.header{
    
    height: 100vh;
    min-height: 600px;
    justify-content: space-around;
    
}
.head{
    padding: 0px 10px;
    margin-left: 190px; /* Same as the width of the sidenav */
    
}
 
 #about{
    margin-left: 220px;
    padding: 0px 10px;

 }
 #resume{
    margin-left: 200px;
    padding: 0px 10px;
 }
 #Portfolio{
    margin-left: 224px;
    padding: 0px 20px;
 }
 #Contact{
    margin-left: 224px;
    padding: 0px 20px;
 }
.head-text{
    margin: auto;
    line-height: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    
    

}
.hire{
    width: 29%;
    height: auto;
    border: 2px solid #ff01a7;
    text-align: center;
    padding: 13px;
    background-color:#ff01a7;
    color:white;
    border-radius: 1px;
    box-shadow: 8px 8px 0px white;
    transition: 1s;
}
.hire:hover{
    background-color: white;
    color: #ff01a7;
    border-color:white;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
   
}
.head-img{
width: 43%!important;
}
.head-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 100%;
}
.nav-img-text{
width: 100%;
 height: auto;
 
}
.nav-img img{
 width: 100%;
 object-fit: cover;
 border-radius: 100%;
 height: 150px;
 
}
.nav-img{
    border: 10px solid #211b29;
    border-radius: 100%;
    width: 76%;
    height: 170px;
    margin: auto
}
.nav-ul{
 
     
     
    
}
.word-div{
    height: 146px;
}
.nav-ul ul li a{
    text-decoration: none;
    color: white;
    
}
.nav-ul ul li a i{
    padding: 0px 15px;
}
.nav-ul li a:hover{
    color: #ff01a7;
}
.nav ul li{
    line-height: 50px;
    font-size: 20px;
    list-style: none;
}
.h1{

    font-size: 3.5rem!important;
}
.nav-text a{
    color: white;
    text-decoration: none;
}
.nav-text a:hover{
    color: white;
}
#about{
    height: auto;
}
.heading-separator-line{
    width: 7%;
    background-color: #ff01a7!important;
    border-color: #ff01a7!important;
    color: #ff01a7!important;
    border-bottom: 3px solid;

}
.hh2{
    color: #31363b;
    font-size: 120px;
    font-weight: 700 ;
}
.pp{
    font-size: 30px;
    font-weight: 700;
}
#about{
    height: auto;
}
#about ul li{
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
    padding-bottom: 12px;
    padding-top: 12px;
}
#about .btn{
    width: 29%;
    height: auto;
    border: 2px solid #ff01a7;
    text-align: center;
    padding: 10px;
    background-color:#ff01a7;
    color:white;
    border-radius: 1px;
    box-shadow: 8px 8px 0px white;
    transition: 1s;
    
}
#about .btn:hover{
    background-color: white;
    color: #ff01a7;
    border-color:white;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
}
#resume{
    height: auto;
    background-color: #211b29;
    color: white;
}
.my{
    height: auto;
    width: 90%!important;
}
.my-items{
width: 100%;
height: auto;
}
.my-item{
    width: 100%;
    background-color: #21212f;
    height: 200px;
}
.badge{
    background-color:#ff01a7;

}
.ppp{
    color: #ff01a7!important;

}
.skill{
    height: auto;  
} 
.roww{
    width: 95%!important;
    margin: auto!important;
}
.progress{
    height: 15px!important;
}
#resume .btn{
    width: 19%;
    height: auto;
    border: 2px solid white;
    text-align: center;
    padding: 10px;
    color:white;
    border-radius: 1px;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
    margin-top: 20px;
    margin-bottom: 20px;
}
#resume .btn:hover{
    background-color: white;
    color: #ff01a7;
    border-color:white;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
}
#portfolio{
    height: auto;
    color: white;

}
.three-works{
    justify-content: space-around;
}
.one-work{
    width: 30%;
    height: 300px;
    position: relative;
}
.one-work img{
    width: 100%;
    height: 100%;
}
.overlay{
    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(0,0,0,.7);
}
.text-work {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .one-work img{
    object-fit: cover;
  }
 
  .one-work:hover .overlay {
    opacity: 1;
  }
  #Contact{
    height: auto;
    background-color: #211b29;
   
  }
  #Contact ul li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
  }
  #Contact ul li:first-child{
    margin-left: 0px!important;
  }
  #Contact ul li a{
    text-decoration: none;
    color: #817c7f;
  }
  .txt i{
    color: #ff01a7;
  }
 form input{
    background-color: #31363b!important;
    border-color: #31363b!important;
    color: white!important;
  }
  form textarea{
    background-color: #31363b!important;
    border-color: #31363b!important;
    color: white!important;
  }
  #Contact .btn{
    width: 19%;
    height: auto;
    border: 2px solid white;
    text-align: center;
    padding: 10px;
    color:white;
    border-radius: 1px;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
    margin-top: 20px;
    margin-bottom: 20px;
}
#Contact .btn:hover{
    background-color: white;
    color: #ff01a7;
    border-color:white;
    box-shadow: 8px 8px 0px #ff01a7;
    transition: 1s;
}
#Contact   i{
font-size: 20px;
}
.footer{
    height: auto;
}
.footer p{
    padding:  20px;
}
footer{
    margin-left: 210px; /* Same as the width of the sidenav */
    padding: 0px 10px;
    background-color: #21212f;
    padding: 20px;
}
footer span {
    color: #ff01a7;
}
html {
    scroll-behavior: smooth;
  }
  .three{
    margin-top: 20px;
    
  }
  .hire a{
    color: white;
    text-decoration: none;
  }
  .hire:hover a{
    color: #ff01a7;
  }
  @media only screen and (max-width: 280px) {
    .hh2{
        display: none;
    }
     
        .head-img img {
            height: 100%!important;
        }
        .head-img {
            width: 100%!important;
            margin-top: 33px;
            height: 299px!important;
        }
        #about .btn{
            padding: 8px!important;
            width: 56%!important;
        }
        #resume .btn{
            padding: 8px!important;
            width: 56%!important;
        }
        #Contact .btn{
            padding: 8px!important;
            width: 56%!important;
        }
        .header{
            min-height: 750px!important;
        }

  }
  @media only screen and  (max-width: 760px) {
    nav{
        display: none!important;
    }
    .pp{
        display: none!important;
    }
    .word-div{
        height: 100px;
    }
    .header{
        min-height: 750px;
    }
    .nav-mob{
        display: block;
        height: auto;
    }
    .active{
        display: none
    }
    .head{
        margin-left: 0px;
        flex-wrap: wrap;
        
    }
    .hh2{
        display: none;
    }
    .head h1{
        font-size: 40px!important;
    }
    .head-img{
    width: 100%!important;
    margin-top: 33px;
    height: 360px;
}
.head-img img {
    height: 100%;
}
.my-item{
    height: auto;
}
#Contact{margin-left: 0px};
 
#Portfolio h2{
    font-size: 60px!important;
}

.pp {
    font-size: 24px;
    font-weight: 500;
}
.heading-separator-line {
    width: 23%;
    margin-top: 5px;
}
#about{
    margin-left: 0px;
    margin-bottom: 30px;
}
#about ul{
    padding-left: 0!important;
}
#about .btn {
    width: 45%;
}
.hire{
    width: 45%;
    
}
.header{
    margin-bottom: 60px;
}
.dord{
    text-align: center;
}
#resume{
    margin-left: 0px;
    padding-top: 10px;
}
    #Portfolio{
         margin-left: 0px;
    }
    #resume .btn {
    width: 45%;
}
    .three-works{
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0px!important;
    }
    .one-work{
        width: 90%;
        margin-top: 20px;
    }
    .one-work img{
        width: 100%;
    }
    .three{
        margin-top: 0px;
    }
    .rw{
        text-align: center;
    }
    .rw ul{
        padding-left: 0px;
    }
    #Contact .btn {
        padding: 8px!important;
        width: 60%!important;
    }
    footer{
        margin-left: 0px;
    }
    #Contact .container{
        padding-top: 30px;
    }
    
  }

@media only screen and (min-width: 540px ) and (max-width: 767px ){
    nav{
        display: none!important;
    }
    .nav-mob{
        display: block;
        height: auto;
    }
    .active{
        display: none
    }
    .head{
        margin-left: 0px;
         
        
    }

    .word-div {
        height: 72px;
    }
    .head-img{
        width: 80%!important;
        margin-top: 33px;
        height: 360px;
        margin-left: 10%;
    }
    #Contact .container{
        padding-top: 30px;
    }
    
    
}
@media only screen and (min-width: 768px ) and (max-width: 1200px ){
    nav{
        display: none!important;
    }
    .nav-mob{
        display: block;
        height: auto;
    }
    .active{
        display: none
    }
    .head{
        margin-left: 0px;
        flex-wrap: nowrap;
         
        
    }
    .head-img{
        width: 100%!important;

    }
    .head-img img{
        height: auto;
    }
    .header{
        height: auto!important;
    }
    #about{
        margin-left: 0px;
        margin-bottom: 30px;
    }
    #about ul{
        padding-left: 0px;
    }
    #resume{
        margin-left: 0px;
        padding-top: 10px;
    }
    #Portfolio{
        margin-left: 0px;
        padding-top: 10px;
    }
    #Contact{
        margin-left: 0px;
        padding-top: 10px;
    } 
    #Contact .btn{
        width: 45%;
    }
    footer{
        margin-left: 0px;
    }


}
 