@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@1,700&family=Source+Code+Pro:wght@300&display=swap');


*{
    margin: 0;
    padding: 0;
}
.sidebar{
    position: absolute;
    background-color: rgb(208, 202, 202);
    /* width: 300px; */
    font-family: 'Fira Sans', sans-ser;
    height: 100vh;
    transition: transform 0.3s ease-in;
    
}
.sidebar nav{
    padding: 20px;
}
.sidebar nav li{
    list-style: none;
    font-size: 30px;
    padding: 33px 0px;
}
.sidebar nav li a{
    text-decoration: none;
    color: black;
}

.main{
    /* background-color: yellow; */
    width: 90vw;
    height: 100vh;
}
.container{
    display: flex;
    /* background-color: rgb(148, 136, 136); */

}
.infocontainer{
    /* background-color: brown; */
    height: 58vh;
    width: 80vw;
    margin:147px auto;
    display: flex;
    justify-content: space-around;
}
.devinfo{
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Source Code Pro', monospace;
    
}
.hello{
    font-size: 3em;
    
}
.name{
    font-size: 3em;
    font-weight: bold;
}

.about{
    font-size: 1.5em;}

.moreabout{
    font-size: 2.2em;
    font-family:'Fira Sans', sans-ser;
    margin-top: 23px;
}
.buttons{
    margin-top:  2.2em;
    font-size: 16px;
}

.buttons button{
    padding: 9px 14px;
    border-radius: 20px;
    color: white;
    background-color: dodgerblue;
    font-weight: bold;
    font-size:  2em;
    margin: 3px 3px;
    cursor: pointer;
}
.buttons button:hover{
    color: dodgerblue;
    background-color: white;
}


.devpic img{
    width: 350px;
    height: 58vh;
}

.contactform {
    /* padding-top:144px; */
    padding: 45px 34px;
    font-family: 'Fira Sans', sans-ser;
    margin: 0 88px;
    margin: 50px 88px;
}

.contactform h1{
    font-family: 'Source Code Pro', monospace;
    /* text-align: center; */
    /* padding: 12px 0; */


}
.contactform form div{
    padding:10px 0px;
    display: flex;
    flex-direction: column;
}
.contactform form div input{
    /* width: 20vw; */
    border-radius: 6px;
    margin: 6px 0 0 0;
    padding: 3px;
}
.contactform form{
    margin: 0 40px;
}
#emailHelp{
    font-size: 11px;
    color: midnightblue;
    margin: 0 5px;
    padding: 3px 0;
}

#form-check{
    flex-direction: row;

}
#form-check input{
    width: 24px;
    margin: 3px 0;
}

.blogitem{
    margin: 20px;
    font-family: 'Fira Sans', sans-ser;
    


}
.blogcontainer{margin: 40px 88px;

}
.blogcontainer h1{
    font-family: 'Fira Sans', sans-ser;
    margin: 23px;

}

.blogitem p{
    font-family:'Source Code Pro', monospace;

}
h1{
    font-family: 'Fira Sans', sans-ser;
    margin: 23px;

}
p{
    font-family: 'Fira Sans', sans-ser;
    
}
.intro{
    margin: 40px 88px;
}

.intro h2{
    font-family: 'Fira Sans', sans-ser;
    margin:  12px;
}

.intro p{
    font-family:'Source Code Pro', monospace;
    margin: 12px;


}
.skillcontainer{
    padding: 12px;

}
.skillitem{
    display: flex;
    align-items: center;
    font-family: 'Source Code Pro', monospace;
    font-weight:900;
}

.Coming h4{
    margin: 20px;}


.skill{
    width: 275px;
    height: 7px;
    background-color: red;
    border: 2px solid black;
}
.coming h4{
    margin: 20px;
    

}



.hundered{
    width: 265px;
    background-color: blueviolet;
}
.fifty{
    width: 125px;
    background-color: aqua;
}

.t5{
    width: 190px;
    background-color: yellowgreen;
}

.sidebargo{
    transform: translate(-400px,0px);
    position: absolute;


}
.hamburger{
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 10px;
}
.ham{
    margin-top: 5px;
    margin-left: 10px;
}
.cross{
    margin-left: 113px;
    margin-top: 5px;
}

header h2{
    justify-content: center;
    font-size: bold;
    text-align: center;
    color: rgb(31, 153, 223);

}

 .company p{
    margin-left: 5em;
    font-family: 'Source Code Pro', monospace;
    /* font-style: italic; */
    font-weight: bold;

}
.company li{
    margin-left: 10px;
    margin-top: 10px;
    font-family: 'Source Code Pro', monospace;
    color: rgb(154, 76, 226);
}
.service img{
    width: 100vw;
    height: 83vh;
}
/* .containers{
    background-color: rgb(146, 127, 127); */

.footer p{
    border: 2px solid black;
    background-color: black;
    color: white;
    justify-content: center;
    text-align: center;
    width: 100vw;
}


@media (max-width:1300px) {
    /* *{
        background-color: rgb(182, 106, 106);} */
        .buttons{
            font-size: 10px;
        }
        .devinfo{
            font-size: 10px;
        }
    .devpic{
        display: none;
    }
    .intro, .blogcontainer, .contactform{
        margin:50px 8px;
    }

   /* .sidebar{
    transform: translate(-400px,0px);
     position:absolute;    */
  


}
