@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
/* #e50914 */

body{
    background-color: #171717;
    /* font-family: 'Roboto Mono', monospace; */
    font-family: 'Poppins', sans-serif;
}
.name{
    font-size: 5rem;
    font-weight: 40px;
   padding-top: 150px;
    display: flex;
    justify-content: center;
   color: #fff;
}
.skill{
    font-size: 3rem;
    font-weight: 100;
    display: flex;
    justify-content: center;
   color: #fff;
   padding-bottom: 150px;
}
.skill span{
    color: #e50914;
}
/* .skill p:hover{
    border-bottom:5px solid red ;
    cursor: pointer;
    animation: ease-in-out;
    transition: .4s;
} */
.name,.skill{
    animation: fadeIn 2s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}


#about{
    display: flex;
    margin-top: 6%;
    font-family: 'Roboto Mono', monospace;
    background-color:black;
}
.me{
    display: flex;
    align-items: center;
}
.about-head{
    margin-left: 1%;
    padding-top: 1%;
    color: white;
    display: flex;
    justify-content: center;
}
.about-content{
    padding: 0px 4% 2% 4%;
    color: white;
    border-radius: 12px;
    border: 1px solid red;
    margin: 0 5% 5% 5%;
}
.about-content p{
    padding: 2%;
}
.thingsh{ 
    width: 100%;
    height: 9vh;
    display: flex;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    color:white;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    margin-top: 3%;
    font-family: 'Roboto Mono', monospace;
}
.thingsh2{
    width: 100%;
    height: 9vh;
    display: flex;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    color:red;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 3%;
    font-family: 'Roboto Mono', monospace;
}
.things{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.js,.front,.coding{
    height: 350px;
    width: 350px;
    border-radius: 12px;
    margin-top: 2%;
    box-shadow:  0 0 10px  rgba(255, 0, 0, 0.6);;
    background-color: #000000;
}
.js2,.front2,.coding2{
    height: 350px;
    width: 350px;
    border-radius: 12px;
    margin-top: 2%;
    box-shadow:  0 0 10px  rgba(255, 254, 254, 0.352);;
    background-color: #000000;
}
.tsh{
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 2%;
    font-family: 'Roboto Mono', monospace;
}
.tsc{
    padding-left: 2%;
    padding-right: 2%;
    color: #fff;
}
.res{
    height: 10vh;
    width: 100%;
    background-color: #000000;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    margin-top: 4%;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.res button{
    border-radius: 8px;
    background-color: #198754;
    color: white;
    padding: 1%;
    outline: none;
    border: none;
    margin-top: 1%;
    margin-bottom: 1%;
}
nav{
    position: fixed !important;
    width:100%;
}
.contact{
    height: 10vh;
    width: 100%;
}
.contacth{
    display: flex;
    justify-content: center;
    color: #fff;
}
.contactp{
    display: flex;
    justify-content: space-around;
}
.contactc input,textarea{
    width: 260%;
    height: 17%;
    margin-left: 6%;
    border-radius: 4px;
}
.contactc textarea{
    width: 260%;
    height: 30%;
    margin-left: 6%;
    border-radius: 4px;
}
.contactc input,textarea:focus{
    outline: none;
}
.contactc label{
    margin-left: 6%;
    color: white;
}
.contactc button{
    width: 260%;
    height: 10%;
    margin-left: 6%;
    margin-top: 2%;
    background-color: #198754;
    color: #fff;
    border: none;
    border-radius: 7px;
    height: 7vh;
    outline: none;
}
.contactc button:hover{
    background-color:#3affa44f;
}
.detailsh{
    color: white;
}
.detailslink{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.detailslink a{
    text-decoration: none;
    color: white;
}
.detailslink a:hover{
    text-decoration: none;
    color: red;
}

.details{
    display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.tsc2{
    background-image: url(/images/yt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tsc3{
    background-image: url(/images/linkedin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tsc4{
    background-image: url(/images/getfit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tsc2 button,.tsc2 button,.tsc3 button,.tsc4 button {
    height: 5vh;
    border-radius: 12px;
    width: 14vh;
    color: white;
    border: none;
    outline: none;
    background-color: red;
}
/*------------ media query starts here ---------*/

@media (max-width: 800px) {
    .name{
        font-size: 2em;
    }
    .skill{
        font-size: 1em;
        font-weight: 300;
    }
    #about{
        flex-direction: column;
    }
    .contactc input,textarea{
        width: 80%;
        margin-left: 6%;
    }
    .contactc button{
        width: 80%;
    }
    .contactp{
        display: flex;
        flex-direction: column;
    }
    .things{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .js,.front,.coding{
        height: 300px;
        width: 300px;
        margin-top: 6%;
    }
    .js2,.front2,.coding2{
        height: 300px;
        width: 300px;
        margin-top: 6%;
    }
    .contactc textarea{
        width: 80%;
    }
    .detailslink{
    display: flex;
    flex-direction: row;
    gap: 5%;
    padding: 1%;
    justify-content: center;
    }

  }
  @media (min-width: 768px) and (max-width: 991px) {

}
  @media (min-width: 992px) and (max-width: 1199px) {

  }
  @media (min-width: 1200px) {

  }
        