

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.Project{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
     margin-left: 20%;
    margin-right: 20%;
    background: #232427;
}

.container-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100vw;
    margin: 40px 0;
}

.container-card .card {
    position: relative;
    min-width: 290px;
    height: 400px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 30px;
    transition: 0.5s;
}

.container-card .card:nth-child(1) .box .content a {
    background: #2196f3;
}
container-card .card:nth-child(2) .box .content a {
    background: #e91e63;
}

.container-card .card:nth-child(3) .box .content a {
    background: #23c186;
}

.container-card .card .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #2a2b2f;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

.container-card .card .box:hover {
    transform: translateY(-50px);
}

.container-card .card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
}

.container-card .card .box .content {
    padding: 20px;
    text-align: center;
}

.container-card .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
}
.container-card .card .box .content h3 {
    font-size: 2.5rem;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
}

.container-card .card .box .content p {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: 0.5s;
}

.container-card .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;

}
.container-card .card .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
}

.skills-grid{
    padding-left: 15%;
}
body {

    background: linear-gradient(-45deg, #000220, #000536 , #1a3942, #091418);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
hr{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: black;
}
#codechef{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: saddlebrown;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
#codechef:hover{
    color: saddlebrown;
    background: white;

}
#HackerRank{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: seagreen;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
#HackerRank:hover{
    color: seagreen;
    background: white;

}
#codeforces{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: red;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
#codeforces:hover{
    color: red;
    background: white;

}
.fa-bootstrap{
    color: blueviolet;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
#mytext{
    padding-left: 30px;
    margin-right: 0px;
    font-family: 'Nunito', sans-serif;
    color: aliceblue;
}
h3{
    color: wheat;
}
.wrapper{
    color: peachpuff;
    min-height: 20em;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding-top: 10em;
}
html {
    scroll-behavior: smooth;
}
.display-4a{
    font-family: "Poppins", sans-serif;
    color: lightcyan;
    font-size: 4vw;
    margin-left: 34.5%;
    padding-left: inherit;
    text-align: left;
    border: yellow;
}
.display-4{
    font-family: "Poppins", sans-serif;
    color: lightcyan;
    font-size: 40px;

    text-align: center;
    border: yellow;
}
.jumbotron{
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
#myphoto{

    border-radius: 100%;
    padding : 40px;
    margin-left: 0px;
    margin-left: 1%;
    float: left;
    width:35%;
    height: 35%;

}
.wrappertwo{
    padding-left: 45%;
    padding-top: 5%;
    padding-bottom: 5%;

}
.fa-github{
    background: white;
    border-radius:1000% ;
    font-size: 50px;
    margin-right:2% ;

}

.fa-facebook{
    background: white;
    border-radius:1000% ;
    font-size: 50px;
    margin-right:2% ;

}
.fa-linkedin-in{
    background: rgba(0,0,00,0);
    padding-top: 0px;
    font-size: 50px;


}
.Project-header{
    text-align: center;
    align-content: center;
    font-family: cursive;
    color: antiquewhite;
    font-size: 40px;
}
.fa:hover{
    background:transparent;
    font-size: 16px;
    font-weight: 400;
    transition: 0.6s;
    text-decoration: none;


}
.cp{
    font-family: cursive;
    color: antiquewhite;
    font-size: 20px;
}
.skill-icon{
    padding: 5%;
    align-content: center;
    font-size: 750%;
}
.cpheader{
    font-family: 'Nunito', sans-serif;
    color: rgb(223, 221, 235);
    font-size: 20px;
    font-weight: 400;


}


.fa-node{
    color: #3c873a;

}
.fa-java{
    color: #5382a1;

}
.fa-css3{
    color: #2965f1;

}
.fa-html5{
    color: #e34c26;
    padding-right: 10%;

}
.fa-js-square{
    color: 	#F0DB4F;

}
.fa-cuttlefish{
    color: #5E97D0;

}
.work{
    color:lightcyan;
    font-size: 15px;
}
#Project{
    padding-bottom: 30%;
}
.cateina{
    color:burlywood;

}
li{
    padding: 10px;
    font-size: 20px;
}
a{
    color: rgb(152, 189, 194);
}
section{
    padding-bottom: 10%;
    height: fit-content;
}
.skills-grid{
    height: 60%;
}
#greet{
    width: 16ch;
    color:wheat;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation:
            typing 3.5s steps(30, end),
            blink-caret .5s step-end infinite;


    font-size: 5vw;
    margin-top: 0px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
@keyframes typing {
    from { width: 0 }

}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color:white }
}
#role{
    font-size: 2.5vw;
}
.button {
    display: inline-block;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid white;
    color: #f08f8f;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

nav{
    margin-bottom: 50px;
    padding: 0px;
    position: fixed;
    width: 100%;
    line-height: 5vw;


}

nav ul {
    float : right;
    float: top;
    margin:0px;
    padding-right: 0.4vw;

}
nav ul li{
    display: inline-flex;
    padding: 0.5vw 2vw;
}
nav ul li a {
    padding: 0.5em;

    color:white;
    text-decoration: wavy;
    font-size: 1.3vw;

}
span a:hover {
    color: greenyellow;
    transition: 0.6s;
}
.cp li a:hover{
    background:transparent;
    color:greenyellow;
    font-size: 24px;
    font-weight: 400;
    transition: 0.6s;
}
li a:hover{
    background:transparent;
    color:greenyellow;

    font-weight: 400;
    transition: 0.6s;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.6s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.btn-primary{
    padding-left: 10%;
}
.button:hover span {
    padding-right: 25px;
}
.fa-instagram{
    background: rgba(0,0,00,0);
    padding-top: 0px;
    padding-left: 2%;
    font-size: 55px;
}
#Projects{
    border: rgba(0,0,0,0.5);

    background: rgba(0,0,0,0.1);
}
#contact{
    border: rgba(0,0,0,0.5);

    background: rgba(0,0,0,0.1);
}
.button:hover span:after {
    opacity: 1;
    right: 0;}
.info{

    padding: inherit;
    padding-left: 10%;
    padding-bottom: 0%;
    margin-top: 100px;
    color: bisque;
}
.inside{
    font-size: 20px;
}
.fab:hover {
    transition: 0.6s;
    opacity: 0.7;
}
b{
    color: lightcyan;
}
.connect{
    color: bisque;
    padding-left: 10%;
}
.info h1{
    padding-top: 5%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-bottom: 5%;
    color:rgb(211, 236, 201);

}
.form-group{
    color: rgb(196, 233, 233);
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
