:root{
    /* background-color: black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/images/background.jpg);
    background-attachment: fixed;
    
}

body{
    margin: 0;
    
}

header{
    background-image: linear-gradient(to right, black 65%,white);
    height: 16.3cm;
    width: 1345px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    margin-top: 0;
    justify-content: space-evenly;
    /* border: 1px solid white; */
    
}

#name{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid white; */
}
#line{
    height: 3px;
    width: 100px;
    background-color: yellow;
    position: relative;
    
}



#intro{
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 5rem;
    position: relative;
    /* top: 10%; */
    text-align:center;
}

#name button{
    height: 50px;
    width: 150px;
    position: relative;
    bottom: 50px;
    background-color: yellow;
    font-size: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 30px;
    box-shadow:  4px 5px 5px black, 0px 0px 5px 1px white; 
}

#name button:hover{
    /* background-color: darkblue; */
    box-shadow: 0px 0px 50px 20px blue;
    transition-duration: 0.3s;
   
}


#designation{
    font-size: 2rem; 
    font-family: 'Courier New', Courier, monospace; 
    color: white;
    position: relative;
    top: -10%;
    text-align: center;
    position: relative;
}


#headerImage{
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    position: relative;
    /* top: 15%; */
    /* border: 1px solid whitesmoke; */
    display: flex;
    align-items: flex-end;
    /* background-color: whitesmoke; */
    box-sizing: border-box;
   
    
}

#headerImage img{
    height: 520px;
    width: 100%;
    margin-left: 2vw;
}

/* Header ends here. */

/* From here we will start the main body part0. */


main{
    width: 1345px;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    position: relative;
    /* height: 500px; */
    box-sizing: border-box;
    background-image: linear-gradient(to right, black 50%, white);
}



/* From here we will start projects section. */

#projectCards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    width: 68%;
    margin-top: 2%;
    /* border: 1px solid white; */
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 1%;
}

.project{
    width: 6cm;
    height: 6cm;
    box-sizing: border-box;
    position: relative;
    background-color: #121212;
    border-radius: 20px;
    /* box-shadow: 3px 3px 10px 0px white; */
    margin-top: 3%;
    box-shadow: 4px 4px 5px 5px black, 0px 0px 10px 2px white ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.project i{
    color: grey;
    transform: scale(6);
    margin-bottom: 1cm;
    margin-top: 20px;
}

.project p{
    color: grey;
    width: 50%;
    text-align: center;
}


.project img{
    height: 100%;
    width: 100%;
}



#projectControl{
    width: 401px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 10px;
    align-items: center;
}

#projectControl span{
    font-size: 25px;
    color: black;
    /* background-color: black; */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
}


#proContainer{
    height: 120px;
    width: 54px;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow:  4px 5px 5px black, 0px 0px 10px 2px white; 
    display: flex;
    justify-content: center;
}

#proButton{
    width: 90%;
    height: 59px;
    border-radius: 30px;
    margin-top: 5%;
    /* background-color: yellow; */
    box-shadow:  4px 5px 5px black, 0px 0px 10px 2px white; 

}

/* #proButton:hover{
    box-shadow: 0px 0px 40px 30px blue;
    transition-duration: 0.3s;
} */

#cover{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0E0C0A;
    width: 68%;
    height: 500px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow:  4px 5px 5px black, 0px 0px 10px 2px white; 
    border: 2px solid grey;
}

#lockClose{
    color: aliceblue;
    opacity: 0.2;
    transform: scale(10);
}

#lockOpen{
    color: aliceblue;
    opacity: 0;
    transform: scale(10);
    position: absolute;
}


/* from here we are gonna start the skill section. */

#skills{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    align-items: center;
}

#skills h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.skillBox{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    width: 55%;
    font-family: 'Courier New', Courier, monospace;
}

.skillBox img{
    height: 50px;
    width: 50px;
    position: relative;
    /* margin-right: -200px; */
    border-radius: 2px;
    /* box-shadow: 4px 5px 5px black, 0px 0px 10px 2px white; */
}

.skillBar{
    width: 400px;
    height: 3px;
    /* border: 1px solid white; */
    border-radius: 10%;
    position: relative;
    box-sizing: border-box;
}

#HtmlFiller, #CssFiller, #JavascriptFiller, #BootstrapFiller{
    height: 100%;
    width: 0%;
    background-color: yellowgreen;
}



/* From here we will start the education section */

#education{
    width: 100%;
    padding: 3%;
    display: flex;
    justify-content: center;
    height: 500px;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    right: 100px;
}

#eduTitle{
    display: flex;
    justify-content: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
}

#trackBox{
    width: 800px;
    height: 2px;
    transform: rotate(-20deg);
}

a:link{
    text-decoration: none;
}

#track{
    width: 0%;
    height: 100%;
    background-color: grey;
    
}

#plane{
    color: white;
    position: absolute;
    transform: scale(2);
    top: -6px;
}

.destinations{
    color: white;
    position: absolute;
    /* height: 50px; */
    width: 100px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; */
    border: 1px solid white ;
    text-align: center;
    background-color: #2d2d2d;
    border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
    flex-direction: column;
    box-shadow: 2px 2px 5px 3px black, -2px -2px 3px 1px white;
}

#tenth{
    left: 32%;
    bottom: 40%;
    height: 100px;
    
}

#twelth{
    right: 33.2%;
    height: 85px;
}

#bachelors{
    top: 15%;
    right: 10.4%;
    height: 100px;
    width: 140px;
}


/* From here we will start the footer */


#footer{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

#contact{
    /* border: 1px solid white; */
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contact h3{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

#contact p{
    color: rgb(228, 228, 228);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

#icons{
    display: flex;
    width: 30%;
    /* background-color: aliceblue; */
    height: 100px;
    align-items: center;
    justify-content: space-around;
    
}


#icons i{
    color: rgb(228, 228, 228);
    transform: scale(1.5);
}
































@media screen and (max-width:1920px) {

    #designation{
        position: relative;
        top: -13%;
    }
    
}







