@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Fira+Sans&family=Source+Code+Pro:ital,wght@0,300;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* background-color: rgb(12, 12, 11); */
    /* color: white; */
}
textarea{   
    width: 60%;
    margin: 9px 2px;
    padding: 6px;
    font-size: 14px;
    outline: none;
    border: 2px solid black;
    border-radius: 5px;
}
.sidebar {
    background-color: rgb(84, 80, 80);
    font-family: 'Fira Sans', sans-serif;
   transition: transform 0.6s ease-in-out;
   height: 150vh;
}
.sidebar nav {
    padding: 19px;
    background-color: rgb(84, 80, 80);
}
.sidebar nav li {
    list-style: none;
    font-size: 1.5rem;
    padding: 28px 0;
    background-color: rgb(84, 80, 80);
}
.sidebar nav li a {
    text-decoration: none;
    color: rgb(183, 181, 181); 
    background-color: rgb(84, 80, 80);
}
.sidebar nav li a:hover {
    text-decoration: none;
    color: rgb(183, 181, 181); 
    background-color: rgb(84, 80, 80);
    color: rgb(222, 237, 244);
}
.sidebargo{
    transform : translate( -443px , 0px ) ;
    position : absolute ;
}
.main {
    background-color: rgb(12, 12, 11);
    width: 90vw;
    height: 55vh;
    display: flex;
    /* padding: 24px; */
}
.container {
     display: flex; 
     background-color: rgb(12, 12, 11);
     height: 80vh;
}
.containerForm{
     display: flex; 
     background-color: rgb(12, 12, 11);
     height: 120vh;
}
.containerIntro{
     display: flex; 
     background-color: rgb(12, 12, 11);
     height: 100vh;
}
.infocontainer {
    /* background-color: rgb(206, 195, 195);  */
    /* height: 75vh;
    width: 80vw;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; */
    width: 80vw;
    margin: 100px auto;
    /* display: flex; */
    /* justify-content: space-around; */
    flex-wrap: wrap;
    color: rgb(149, 152, 154);
}
.myinfo {
    font-size: 0.6em;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    font-family: 'Source Code Pro', monospace;
}
.hello {
    font-size: 2.5em;
}
.name {
    font-size: 2.5em;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}
.animated-text {
    font-size: 2.9rem;
    font-weight: bold;
    color: #757272;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid transparent;
    animation: typing 2s steps(28, end), blink-caret 0.5s step-end 5;
}
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #333;
    }
}
.about {
    font-size: 2.em;
}
.buttons {
    margin-top: 10px;
    font-size: 16px;

}
.btn {
    padding: 3px 3px;
    border-radius: 7px;
    color: white;
    background: hsl(221deg 57% 64%);
    font-size: 1.5rem;
    margin: 0 3px;
    font-weight: bold;
    cursor: pointer;
    width: 8vw;
}
.btn:hover {
    background-color: white;
    color: hsl(221deg 57% 64%);
}
.mypic img {
    height: 40vh;
    margin: 3vh;
}
.contactform{
    padding: 0 34px;
    padding-top: 10px;
    margin: auto;
}
.contactform h1 {
    font-family: 'Source Code Pro', monospace;
    color: #c6f0a5;
    font-size: 49px;
    margin-bottom: 69px;
}
.contactform form div {
    padding: 0px 0;
}
#emailHelp {
    font-size: 19px;
    color: rgb(58, 31, 234);
    margin: 0 5px;
}
.mb-3 {
    display: flex;
    flex-direction: column;
    color: #fbf6f6;
    font-size: 27px;
}
.form-control {
    width: 29vw;
    border-radius: 5px;
    height: 30px;
    font-size: 18px;
    padding: 2px;
    font-size: 25px;
}
.btn-sm {
    width: 85px;
    font-size: 10px;
    padding: 6px 8px;
    margin: 10px 0;
}
.btn:hover {
    background-color: white;
    color: hsl(221deg 57% 64%);
}
.blogContainer{
    margin:10px 90px;
}
.blogitem {
    margin: 20px;
    font-family: 'Fira Sans', sans-serif;
}
h1 {
    font-family: 'Fira Sans', sans-serif;
    margin: 22px;
}
p {
    font-family: 'Source Code Pro', monospace;
}
.intro{
    margin: 10px 90px;
    color: #fbf6f6;
}
.intro h2{
    font-family: 'Fira Sans', sans-serif;
    margin: 12px;
    font-size: 2.4rem;
}
.intro p{
    font-family: 'Source Code Pro', monospace;
    margin: 22px;
    font-size: 1.5rem;
}
.skillcontainer{
    padding: 22px;
}
.skillItem{
    display: flex;
    align-items: center;
    font-family: 'Source Code Pro', monospace;
    font-weight: 900;
}
.skill{
    width: 250px;
    height: 6px;
    background-color: red;
    border: 2px solid black;
}
.fifty{
    width: 125px;
    background-color: yellow;
}
.hamburger{
     position: absolute;
     cursor: pointer;
     top: 10px;
     left: 2px; 
     font-size: 25px; 
}
.ham{
    margin-left: 10px;
}
.cross{
    margin-left: 120px;
    width: 16px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-right: 66vw; 
    height: 100px; */
    height: 88px;
    text-align: center;
}
#logo2{
    margin: 18vw 2vh;
        
}
.socials{
    background-color: rgb(12, 12, 11);
    justify-content: center;
    align-items: center;
    text-align: center;

    /* margin-left: 159px; */
}
.socials h2{
    font-size: 35px;
    font-family: 'Fira Sans', sans-serif;
    color: rgb(145, 192, 230);
}
.socials p{
    font-size: 1.5rem;
    font-family: 'Fira Sans', sans-serif;
    color: rgb(158, 180, 198);
}
/* .socials p:hover{
    font-size: 21px;
    font-family: 'Fira Sans', sans-serif;
    color: rgb(25, 104, 174);
    cursor: pointer;
} */
.footer{
    /* position: relative; */
    padding: 9px;
    /* margin-top: 100vh; */
    background-color: black;
    font-weight: bold;
    font-family: 'Baloo Bhai 2', cursive;
    background-color: rgb(84, 80, 80);
    color: white;
    font-size: 1.8rem;
    text-decoration: none;
    margin-top: 350px;
}
.footer p{
    color: #fbf6f6;
}
.flex-all-center{
    /* display: flex; */
    text-align: center;
}
.contactform p{
    color: aliceblue;
    font-size: 1.7rem;
    font-family: 'Fira Sans', sans-serif;
}
@media (max-width: 1227px){
    *{
        
    }
    .sidebar{
        /* position: absolute; */
    }
    
    .mypic{
        /* display: none;  */
        
    }
    /* .sidebar{
    transform : translate( -443px , 0px );
    position : absolute;
    } */
    .intro, .contactform, .blogContainer{
        margin: 8px;
    }
    .myinfo{
        font-size: 10px;
    }
    .buttons{
        font-size: 8px;
    }
    .socials p{
        font-size: 1.2rem;
        font-family: 'Fira Sans', sans-serif;
        color: rgb(158, 180, 198);
        text-align: center;
        justify-content: center;
        align-items: center;
        padding-left: 90px;
    }
    .sidebar {
        background-color: rgb(84, 80, 80);
        font-family: 'Fira Sans', sans-serif;
       transition: transform 0.6s ease-in-out;
       height: 137vh;
       width: 25vw;
    }
    .intro p{
        font-family: 'Source Code Pro', monospace;
        margin: 22px;
        font-size: 1.3rem;
    }
    .cross{
        margin-left: 70px;
        width: 16px;
    }

}
