/*mon fichier css*/

body {
    margin: 0;
    padding: 0;
    background-color: ghostwhite;
}

nav {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background-color: ghostwhite;
    width: 100%;
    display: flex;
    align-items: baseline;
    box-shadow: 2px 2px 5px rgba(73, 73, 73, 0.116);
    position: sticky;
    top: 0;
    z-index: 5;
}

.navigation {
    float: left;
    width: 50%;
}

nav :hover {
    color: rgb(236, 240, 14);
}

.contact {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 1.2em;
    margin-right: 1%;
    font-weight: bold;
}

ul li {
    list-style-type: none;
    display: inline-block;
    margin: 5px;
}

li a { 
    text-decoration: none;
    color: rgb(35, 1, 36);
}
svg {width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    margin-top: 30px;
    margin-left: 30px;
}

.clear { /*pentru a reintroduce in flow cele doua div-uri si a readuce la dimensiunile initiale body-ul care, altfel, are inaltime 0 */
    clear: both;
    text-align: justify;
}

.hero {
    background-image: url("https://i.pinimg.com/originals/06/2b/7f/062b7fb9cfd2a6351f4e0850c1e1ed50.jpg");
    background-color: ghostwhite;
    height: 95vh;
    background-position: center;
    background-size: cover;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    margin-top: -5vh;
    z-index: 0; /* am folosit z-index aici si la hero:before ca sa mentin textul deasupra imaginii de fundal si overlay-ului*/
}

.hero h1 {
    text-transform: uppercase;
    padding-top: 30vh;
    font-size: 3em;
    font-weight: 900;
}


.hero :before { /*overlay-ul transparent peste background-ul sectiunii hero*/
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.about {
    width: 90%;
    margin: 0 auto;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
    padding-left: 10px;
    margin-bottom: 2vh;
    margin-top: -2vh;
    background-color: white;
    position: relative;
    z-index: 2;
    height: 55vh;
}

.about section {
    display: block;
    width: 49%;
    float: left;
}

.clear {
    clear: both;
}

.about-images {
    position: relative;
    display: block;
}

.about-images img {
    float: left;
    width: 30%;
    margin-bottom: 15px;
    vertical-align: top;
    padding: 5px;
}

.presentation
    {margin-left: 15px;
    }

.clear {
    clear: both;
}

.skills {
    width: 90%;
    margin: 0 auto;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
    padding-left: 2vh;
    margin-bottom: 2vh;
    margin-top: 5vh;
    background-color: white;
    position: relative;
    z-index: 2;
}

.skill-left {
    width: 47%;
    background-color: white;
    float: left;
    margin: 0.5vh;
    padding: 0.5vh;
}

.skill-right {
    width: 47%;
    background-color: white;
    float: right;
    margin: 0.5vh;
    padding: 0.5vh;
}

.skill-label {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.clear {
    clear: both;
}

@keyframes loader { /*the loading animation*/
    0% {
        width: 0;
    }

    100% {
		width: 82%;
	}
}

@keyframes loader2 { /*the loading animation*/
    0% {
        width: 0;
    }

	100% {
		width: 79%;
	}
}

@keyframes loader3 { /*the loading animation*/
    0% {
        width: 0;
    }

	100% {
		width: 80%;
	}
}

@keyframes loader4 { /*the loading animation*/
    0% {
        width: 0;
    }

	100% {
		width: 90%;
	}
}

@keyframes loader5 { /*the loading animation*/
    0% {
        width: 80;
    }

	100% {
		width: 70%;
	}
}

@keyframes loader6 { /*the loading animation*/
    0% {
        width: 0;
    }

	100% {
		width: 75%;
	}
}

.progress-bar {
    border-radius: 25vh;
    overflow: hidden;
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 5vh;
}

span {
    display: block;
}

.bar {
    background: rgba(0,0,0,0.075);
}

.progress {
    animation: loader 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.progress2 {
    animation: loader2 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.progress3 {
    animation: loader3 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.progress4 {
    animation: loader4 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.progress5 {
    animation: loader5 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.progress6 {
    animation: loader6 1s linear forwards;
    background: rgb(236, 240, 14);
    color: ghostwhite;
    padding: 5px;
    width: 0;
}

.past-projects {
    width: 90%; 
    margin: 0 auto;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
    align-items: baseline;
    padding-left: 2vh;
    background-color: white;
    margin-top: 5vh;

}

.section-title {
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 2em;
    background-color: white;
    width: 20%;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
    position: relative;
    z-index: 2;
    margin-left: -50px;
}

.presentation {
    padding-left: 2vh;
}

.basic-info {
    margin-top: -5vh;
}

.basic-info h3 {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    padding-left: 5vh;
}

.data-label {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 4vh;
    width: 40%;
}

.column {
    float: left;
    padding: 2vh;
}

.left {
    width: 30%;
}

.right {
    width: 60%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.element a img {
    display: block;
    float: left;
    width: 32%;
    padding: 0.5vh;
    margin: 0.5vh;
    border-radius: 10%;
}

.end-contact ul li {
    font-size: 2em;
}

.end-contact {
    width: 90%; 
    margin: 0 auto;
    border: 1px solid rgba(114, 114, 114, 0.2);
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
    align-items: baseline;
    padding-left: 2vh;
    background-color: white;
    margin-top: 5vh;
    height: 25vh;
}

.end-list {
    font-size: 3vh;
    display: flex;
    justify-content: space-around;
}

.end-list :hover {
    color: rgb(236, 240, 14);
    box-shadow: 10px 10px 2px rgba(242, 255, 63, 0.1);
}

footer {
    background: white;
    width: 100%;
    height: 10vh;
    margin-top: 5vh;
    box-shadow: 10px 10px 20px rgba(114, 114, 114, 0.2);
}

.footer-text {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: rgba(114, 114, 114, 0.5);
    text-align: center;
    text-transform: uppercase;
    padding-top: 4vh;
}
