body{
    height: 100%;
    width: 100%;
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    padding: 0%;
    background-color: rgba(2, 2, 0, 0.8);
}

#menu{
    width: 90%;
    height: 100px;
    margin: auto;
    /* background-color: aqua; */
}

#logo{
    width: 200px;
    height: 70px;
    /* background-color: aliceblue; */
    position: absolute;
    font-size: 60px;
    font-weight: bolder;
    line-height: 70px;
    color: rgb(250, 251, 252);
    margin-top: 15px;
    margin-left: 50px;
    animation: logo 1s ease-in-out;
    
}
@keyframes logo {
    from{margin-left: -100px;}
    to{margin-left: 50px;}

        0%{opacity: 0;}
    33%{opacity: 0;}
    66%{opacity: 1;}
    100%{opacity: 1;}
}
#laga{
     width: 200px;
    height: 70px;
    /* background-color: aliceblue; */
    position: absolute;
    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    line-height: 70px;
    color: rgb(0, 181, 226);
    margin-top: -63px;
    margin-left: 115px;}
#opt{
    width: 780px;
    height: 80px;
    color: aliceblue;
    /* background-color: white; */
    position: absolute;
    margin-top: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    margin-left: 360px;
    text-align: center;
}
#opt>li{
    width: 140px;
    height: 50px;
    margin-top: 15px;
    margin-right: 10px;
    /* margin-left: 2px; */
    list-style: none;
    /* background-color: yellow; */
    float: left;
    line-height: 50px;
    /* text-align: center; */
    font-size: 20px;
    animation: opt 0.4s ease-in-out;
    border-radius: 20px;
}
#opt>li:hover{
    border: 2px solid  rgb(0, 181, 226);
    filter: drop-shadow(2px 2px 20px rgb(0, 181, 226));
     margin-left: -2px;
     /* margin-right: -2px; */
}
@keyframes opt{
    from{margin-top: 100px;}
    to{margin-top: 15px;}

    0%{opacity: 0;}
    33%{opacity: 0;}
    66%{opacity: 1;}
    100%{opacity: 1;}



}

#opt>li:nth-child(2){
    animation: opt 0.8s ease-in-out;
}
#opt>li:nth-child(3){
    animation: opt 1s ease-in-out;
}
#opt>li:nth-child(4){
    animation: opt 1.2s ease-in-out;
}
#opt>li:nth-child(5){
    animation: opt 1.4s ease-in-out;
}



#span{
    height: 35px;
    width: 150px;
    /* padding: 10px 40px; */
    background-color: brown;
    border-radius: 15px;
    /* position: absolute; */
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    color: aliceblue;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    border: 2px solid rgb(255, 255, 255);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 360px;
    animation: spn 1.5s ease-in-out;
}
#span:hover{
    filter: drop-shadow(2px 2px 20px rgb(0, 181, 226));
    border: 2px solid rgb(0, 181, 226);
}
@keyframes spn{
    from{margin-right: 150px;}
    to{margin-right: 20px;}

    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}

}


h2{
    width: 450px;
    height: 50px;
    /* background-color: #fff; */
    position: absolute;
    color: white;
    margin-top: 250px;;
    margin-left: 10px;
    font-size: 35px;
    animation: hey 1.8s ease-in-out;
}
@keyframes hey{
    from{margin-top: 0px;}
    to{margin-top: 250px;}

    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}
#name{
    width: 700px;
    height: 150px;
    color: white;
    /* background-color: antiquewhite; */
    position: absolute;
    margin-top: 250px;
    line-height: 150px;
    font-size: 100px;
    animation: nam 2s ease-in-out;
}
@keyframes nam{
    from{margin-left: -250px;}
    to{margin-left: 0px;}

        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

#lname{
    position: absolute;
    width: 400px;
    height: 150px;
    color: rgb(0, 181, 226);
    margin-top: 250px;
    line-height: 150px;
    margin-left: 260px;
    font-size: 100px;
    animation: name 2s ease-in-out;
}
@keyframes name{
    from{margin-left: 10px;}
    to{margin-left: 260px;}

        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}
h3{
    width: 500px;
    height: 40px;
    color: white;
    /* background-color: beige; */
    position: absolute;
    margin-left: 10px;
    margin-top: 360px;
    font-size: 25px;
    animation: dev 1.8s ease-in-out;
}
@keyframes dev{
    from{margin-top: 480px;}
    to{margin-top: 360px;}

    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

#smedia{
    width: 580px;
    height: 80px;
    /* background-color: blue; */
    position: absolute;
    background-size: cover;
    margin-left: -35px;
    margin-top: 470px;
}
#smedia>li{
    width: 60px;
    height: 60px;
    float: left;
    background-color:aliceblue;
    background-image: url(asset/facebook.png);
    list-style: none;
    margin-right: 30px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background-size: cover;
    animation: sa 1.2s ease-in-out;
}
#smedia>li a{
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: blue; */
    border-radius: 50%;
    text-decoration: none;
    color: transparent; 
}
#smedia>li:hover{
    border: 2px solid rgb(0, 181, 226);
    filter: drop-shadow(2px 2px 20px rgb(0, 181, 226));
}
@keyframes sa{
    from{margin-left: -160px;}
    to{margin-left: 0px;}
        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}
#smedia>li:nth-child(2){
    background-image: url(asset/email.png);
    animation: sb 1.4s ease-in-out;
}
@keyframes sb{
    from{margin-left: -160px;}
    to{margin-left: 0px;}
        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

#smedia>li:nth-child(3){
    background-image: url(asset/github.png);
    animation: sc 1.6s ease-in-out;
}
@keyframes sc{
    from{margin-left: -100px;}
    to{margin-left: 0px;}
        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}
#smedia>li:nth-child(4){
    background-image: url(asset/instagram.png);
    animation: sd 1.8s ease-in-out;
}
@keyframes sd{
    from{margin-left: -100px;}
    to{margin-left: 0px;}
        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}
#smedia>li:nth-child(5){
    background-image: url(asset/linkedin.png);
    animation: se 2s ease-in-out;
}
@keyframes se{
    from{margin-left: -100px;}
    to{margin-left: 0px;}
        0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

#donwload{
    width: 200px;
    height: 40px;
    background-color: rgb(193, 69, 139);
    position: absolute;
    margin-top: 600px;
    margin-left: 50px;
    border-radius: 20px;
    border: 2px solid white;
    color: aliceblue;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation: donw 2.4s ease-in;
    

}
#donwload:hover{
     filter: drop-shadow(2px 2px 20px rgb(0, 181, 226));
    border: 2px solid rgb(0, 181, 226);
}


@keyframes donw{
    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

#photo{
    width: 500px;
    height: 530px;
    /* background-color: blue; */
    float: right;
    position: absolute;
    margin-left: 870px;
    margin-top: 165px;
    background-image: url(./asset/rohit.png);
    background-size: cover;
    animation: pic 2s ease-in-out;
    /* animation: bounce 2s ; */

}
@keyframes pic{
    from{width: 300px; height: 330px;}
    to{width: 500px; height: 530px;}

    
    0%,50%,80%,100%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(-36px);

    }
    60%{
        transform: translateY(-150px);
    }

    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 1;}
}

