@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Oswald:wght@700&family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Oswald:wght@200&family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Oswald:wght@200&family=Roboto&family=Roboto+Condensed:wght@300&display=swap');


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
   /* -------sticky navbar code-- */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    
    
  }

  /* -------sticky navbar code end-- */
a{
    text-decoration: none;
}
header{
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    background-color: rgb(255, 255, 255);
    height: 60px;
    align-items: center;
   
}

header a{
    padding: 8px 12px;
    font-size: 14PX;
    color: black;
    font-family: 'Roboto', sans-serif;
    transition: .2s;
    overflow: hidden;
    

}
header .active{
    color: dodgerblue;
}

header a:hover:not(.active){
    color: dodgerblue;
    border-bottom:2px solid dodgerblue;
    
}
.icon{
    display: none;
    font-size: 30px;
    color:rgb(0, 0, 0);
}
@media only screen and (max-width:720px){
    header nav {
        display: none;
    }
    header .icon{
        display: block;
    }

}
@media only screen and (max-width:720px){
    .header.responsive{
        position: relative;
    }
    .header.responsive nav{
        
        display: block;
        position: absolute;
        top: 60px;
        right: 0px;
        width: 200px;
    }
    .header.responsive a{
        display: block;
    }
    .header.responsive nav a{
        background-color: rgb(255, 255, 255);
        
    }
    .header.responsive nav a:hover{
        background-color: black;
        color: white;
    }
}
@media only screen and (max-width:413px){
    header {
        padding:0px 5px;
    }
    .header.responsive nav{
        width: 120px;
    }
}
/*-----end header section__*/
/*---------start mySelf section))))_-----*/
.mySelf{
width: 100%;
height: 250px;
display: flex;
padding: 50px 100px 0px 100px;


}
.mySelf .left-item{
    width: 20%;
    height: 100%;
    background-color: dodgerblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    
    
}
.mySelf .left-item .img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top:16px;
    
    
    
}
.mySelf .left-item .img img{
    width: 100%;
    height: 100%;
    border-radius: 8%;
    object-fit: cover;
    
    
}
.mySelf .left-item .img-content{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 16px;
    color: white;
    
}
.mySelf .left-item .img-content i{
    padding: 8px;
    background-color: white;
    color: black;
    border-radius: 25px;
}
.mySelf .left-item .img-content i:hover{
    background-color: rgba(0, 0, 0, 0.438);
    color: white;
}
.mySelf .right-item{
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.788);
    display: flex;
    align-items: center;
    
    
}

.mySelf .right-item .content{
    color: white;
    margin-top: 5px;
    padding: 25px 0px 25px 50px;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: left;
    
}

.mySelf .right-item .content .name{
    font-size: 39px;
    font-weight: bold;
}
@media only screen and (max-width:850px){
    .mySelf{
        flex-direction: column;
        height: auto;
        padding: 50px 25px 0px 25px;
    }
    .mySelf .left-item{
        width: 100%;
        padding: 16px 0px;
    }
    .mySelf .right-item{
        width: 100%;
    }
    .mySelf .left-item .img{
        width: 150px;
        height: 150px;
    }
    .mySelf .right-item{
        padding-bottom: 10px;
    }
    .mySelf .right-item .content{
        text-align: center;
        margin: auto;
    }
}
@media only screen and (max-width:575px){
    .mySelf .right-item .content .name{
        font-size: 20px;
        font-weight: bold;
    }
    .mySelf .right-item .content{
        padding: 25px;
        line-height: 25px;
    }
}
/*-----end mySelf section-------*/
/*--------form section-------*/
    /*form div 2*/
    /* .my-form .form-div2{
        width: 30%;
        padding: 16px;
        background-color: #fff;
        color: black;
        border: 1px solid rgb(167, 167, 167);
    }
    .my-form .form-div2 h2{
        color: rgb(255, 255, 255);
        text-shadow: 1px 1px 2px black, 0 0 25px rgb(255, 255, 255), 0 0 5px darkblue;
        text-align: center;
        margin-bottom: 12px;
    }
    .my-form .form-div2 input{
        width: 100%;
        height: 30px;
        border: none;
        border-bottom:1px solid gray;
        padding: 2px 8px;
        margin-top: 5px;
    }
    .my-form .form-div2 textarea{
        width: 100%;
        height: auto;
        padding: 2px 8px;
        border:none;
        margin-top: 5px;
        border-bottom:1px solid gray;
    }

    #btn-form2{
        background-color: rgb(54, 58, 250);
        border: none;
        color: white;
    }
    #btn-form2:hover{
        background-color: rgb(255, 255, 255);
        color:black;
        border: 1px solid gray;
    }

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

        .my-form .form-div2{
            width: 100%;
            margin-bottom: 8px;
        }
    } */
/*---------end form section---------*/
/*-------img-gellary section------*/
/* Image gellary */
/* 
/* //Things SEction */
.main-things{
    display: flex;
    padding: 50px 100px 0px 100px;
    justify-content: space-around;
    gap: 30px;
    text-align: center;
}

#things .html, .javascript, .creative-coading{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 15px;
    width: 300px;
    border-radius: 16px;
}
#things .logo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: dodgerblue;
}
#things .logo i{
    margin: auto;
    font-size: 50px;
    font-weight: bolder;
    color: white;
}
.main-things h2{
    margin: 20px 0px;
    color: dodgerblue;
}  
.main-things .desc{
    font-size:smaller;
    letter-spacing: 1px;
    font-weight: lighter;
    
}
#things .title {
    text-align: center;
    color: dodgerblue;
    font-weight: bolder;
    margin: auto;
    width: 50%;
} 

#things {
    padding: 50px 0px;
    margin: auto;
}
@media only screen and (max-width:900px){
    .main-things{
        padding: 50px 25px 0px 25px;
    }
}
@media only screen and (max-width:767px){
    .main-things{
        flex-direction: column;
        gap: 0;
    }
    #things .html, .javascript, .creative-coading{
        width: 90%;
        margin: auto;
        margin-bottom: 16px;
    }  

}

/* ------------my skill section */
.skill .skill-title{
    text-align: center;
    color: dodgerblue;
    margin: auto;
    width: 50%;
}
  .skill .container {
    width: 100%;
    margin:30px auto;
    font-family: 'Arial';
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  .circle_percent {
    font-size:120px;
    width:1em;
    height:1em;
    position: relative;
    background: #eee;
    border-radius:50%;
    overflow:hidden;
    display:inline-block;
    margin:20px;
  }
  .circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip:rect(0 1em 1em .5em);
  }
  .round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: dodgerblue;
    clip:rect(0 1em 1em .5em);
    transform:rotate(180deg);
    transition:1.05s;
  }
  .percent_more .circle_inner {
    clip:rect(0 .5em 1em 0em);
  }
  .percent_more:after {
    position: absolute;
    left: .5em;
    top:0em;
    right: 0;
    bottom: 0;
    background: dodgerblue;
    content:'';
  }
  .circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index:3;
    border-radius: 50%;
  }
  .percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
  }

  @media only screen and (max-width:767px){
      .skill .container{
          flex-wrap: wrap;
         
      }
  }

  /*-----footer-----*/
  footer{
      background-color:rgba(0, 0, 0, 0.788);
      color: white;
      text-align: center;
      padding: 15px 0px;
  }
  footer a{
      color: dodgerblue;
  }