* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    background-color: none;
    font-size: medium;
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
    background-color: black;
    overflow-x: hidden;
}

header {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

nav ul li {
    margin: 0 5px;
    height: 32px;
    padding-top: 10px;
}

nav ul li a {
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    transition: background 0.5s ease;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    color: white;
}

nav ul li span :hover {
    color: #ffffff69;
} 

nav ul li span {
    color: #ffffff00;
} 

.active span, .active a {
    color: #E3EF3D;
}


main {
    text-align: center;
}

#welcome {
    height: 100vh;
    width: 100vw;
    background-image: url(./Images/abtractBackground.png);
    background-color: rgba(0, 0, 0, 0.543);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.draggable {
    text-align: center;
    cursor: grab;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 3px 4px 27px 0px rgba(0,0,0,0.33); 
    box-shadow: 3px 4px 27px 0px rgba(0,0,0,0.33);
    border-radius: 5px;
    user-select: none;
}

#mainWindows {
    position: absolute;
    z-index: 999;
    top: 50vh;
    width: 340px;
    height: 240px;
    transform: translateY(-50%);
    left: 55vw;
}

#other1 {
    position: absolute;
    z-index: 888;
    top: 34vh;
    width: 340px;
    height: 100px;
    transform: translateY(-50%);
    left: 52vw;
}

#other2 {
    position: absolute;
    z-index: 777;
    top: 67vh;
    width: 340px;
    height: 100px;
    transform: translateY(-50%);
    left: 60vw;
}

#other3 {
    position: absolute;
    z-index: 666;
    top: 45vh;
    width: 340px;
    height: 100px;
    transform: translateY(-50%);
    left: 50vw;
}

.dotRed {
    height: 5px;
    width: 5px;
    background-color: #E76154;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.dotYellow {
    height: 5px;
    width: 5px;
    background-color: #FFBB2F;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.dotGreen {
    height: 5px;
    width: 5px;
    background-color: #4F4853;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.dotContainer {
    margin: 0 ;
    margin-left: 6px;
    margin-right: 6px;
}

.windowHeader {
    background-color: #2C2531;
    width: 100%;
    color: #6C6C6C;
    font-size: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #140E19;
    border-radius: 5px 5px 0 0px;
    text-align: left;
}

.windowCore {
    background-color: #1F1F1F;
    height: 100%;
    width: 100%;
    border-radius: 0 0 5px 5px;
    text-align: left;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.windowCore h2 {
    font-size: 30px;
    color: #818084;
    margin: 35px;
    padding: 0;
    width: 300px;
}

.centerBlock ul li {
    list-style: none;
    font-size: 20px;
    font-weight: normal;
    color: #C586C0;
    padding-bottom: 7px;
}

.leftBar {
    width: 60px;
    height: 100%;
    background-color: #181818;
    border-radius: 5px 0 0 5px;
    border-right: #2B2B2B solid 1.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leftBar ul li {
    list-style: none;
    margin-top: 15px;
}

#file {
    width: 20px;
    height: 20px;
    background-image: url(./Images/fileIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#search {
    width: 20px;
    height: 20px;
    background-image: url(./Images/searchIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
}

#burger {
    width: 20px;
    height: 20px;
    background-image: url(./Images/burgerIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.centerBlock {
    width: 100%;
    background-color: #1F1F1F;
    padding: 17px;
}

.number {
    font-size: 20px;
    font-weight: normal;
    color: #6E7681;
}

#fullStack {
    font-size: 20px;
    font-weight: normal;
    color: #DCDCAA;
}

#close {
    font-size: 20px;
    font-weight: normal;
    color: #FFD70B;
}

#titleBlock {
    color: #FFFFFF;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    left: 100px;
    text-align: left;
    max-width: 340px;
}

#titleBlock h2 {
    font-size: 19px;
    font-weight: lighter;
    color: #ffffff;
}

#titleBlock h1 {
    font-size: 26px;
    font-weight: bold;
    color: #989898;
    margin-bottom: 10px;
}

#titleBlock a {
    font-size: 16px;
    font-weight: medium;
    color: #DCDCAA;
}

.highlight {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

#socials {
    display: flex;
    flex-direction: row;
    margin-top: 17px;
}

#socials a {
    text-decoration: none;
    margin-right: 25px;
}

#linkedin {
    width: 20px;
    height: 20px;
    background-image: url(./Images/linkedInIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#x {
    width: 20px;
    height: 20px;
    background-image: url(./Images/XIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#github {
    width: 20px;
    height: 20px;
    background-image: url(./Images/GitHubIcon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.thing {
    position: absolute;
    bottom: -10px;
    left: 50vw;
    transform: translateX(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
    background-color: #DADADA;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #2e2952;
  }
  100% {
    box-shadow: 0 0 0 20px #19162d00;
  }
}

.resumeArticle {
    width: 100vw;
    height: 100vh;
}

.veryBigestContainer {
    position: absolute;
    top: 110vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 100;
}

#line {
    position: absolute;
    height: 88%;
    top: 100vh;
    left: 50vw;
    transform: translateX(-50%);
    width: 1px;
    z-index: 1;
    background-color: #DADADA;
    border-radius: 1px;
}

.pictureContainer {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textContainer {
    border-left: #ffffff36 solid 1px;
    height: fit-content;
    color: #fff;
    padding-left: 15px;
    margin: 15px 0;
}

.textContainer h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.textContainer p {
    font-size: 13px;
    font-weight: 400;
    color: #929297;
    margin-top: 5px;
    text-align: left;
}

.digitalInsure {
    height: 45px;
    width: 45px;
    background-image: url(./Images/DigitalInsure.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.chc {
    height: 45px;
    width: 45px;
    background-image: url(./Images/chc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.kolicom {
    height: 45px;
    width: 45px;
    background-image: url(./Images/kolicom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.iut {
    height: 45px;
    width: 45px;
    background-image: url(./Images/ug.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bigResumeContainer {
    width: 100%;
    z-index: 1111;
    display: flex;
    justify-content: center;
}

.resumeContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.companyContainer {
    height: 100px;
    width: 300px;
}

.companyContainerLeft {
    position: relative;
    left: 40px;
    height: 100px;
    width: 300px;

}

.company {
    width: 280px;
    height: fit-content;
    border-radius: 3px;
    border: 1px solid #ffffff36;
    background: radial-gradient(at 40% 30%, #191C2E 0%, #070811 100%);
    box-shadow: inset 2.98px 2.98px 47.24px rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.check {
    height: 30px;
    width: 30px;
    background-image: url(./Images/Validate.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.resumeDate {
    display: flex;
    justify-content: left;
    width: 300px;
    color: #ffffff;
}

.resumeDateLeft {
    display: flex;
    justify-content: right;
    width: 300px;
    color: #ffffff;
}

.companyContainerLeftSecond {
    position: relative;
    height: 100px;
    width: 670px;
    display: flex;
    justify-content: right;
    margin-top: 30px;
}

.veryBigContainer {
    margin: 60px 0;
}

.skillsContainer {
    position: relative;
    width: 90%;
    left: 50vw;
    transform: translateX(-50%);
    border: #1A1A1E solid 1px;
}

.skills {
    width: 60%;
    margin: 30px 15vw;
    display: flex;
    flex-direction: column;
    justify-content: left;  
}

.skills h3 {
    color: #A2A2A2;
    font-size: 14px;
    font-weight:500;
    text-align: left;
}

.skills h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0;
    margin-bottom: 10px;
    text-align: left;
}

.skills a {
    width: fit-content;
    text-decoration: none;
    background-color: #5556BC;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
}

.presentationArticle {
    width: 100vw;
    height: fit-content;
}

.digitalInsureArticle {
    color: #fff;
    width: 60vw;
    position: relative;
    left: 50vw;
    transform: translateX(-50%);
    margin-top: 50px;
}

.digitalInsureArticle h3 {
    text-align: left;
    color: #A2A2A2;
    font-size: 14px;
    font-weight:500;
}

.digitalInsureArticle h2 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

.digitalInsureArticle p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.digitalInsurePicture {
    background-image: url(./Images/Di-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin: 40px 0;
    border-radius: 7px;
}

.apepArticle {
    color: #fff;
    width: 60vw;
    position: relative;
    left: 50vw;
    transform: translateX(-50%);
    margin-top: 80px;
}

.apepArticle h3 {
    text-align: left;
    color: #A2A2A2;
    font-size: 14px;
    font-weight:500;
}

.apepArticle h2 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

.apepArticle p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.certArticle {
    color: #fff;
    width: 60vw;
    position: relative;
    left: 50vw;
    transform: translateX(-50%);
    margin-top: 80px;
}

.certArticle h3 {
    text-align: left;
    color: #A2A2A2;
    font-size: 14px;
    font-weight:500;
}

.certArticle h2 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}


.certArticle p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}


footer {
    width: 100%;
    background-color: #0a071a;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px 10vw;
    margin-top: 50px;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #433b57;
    font-size: 12px;
    margin: 5px 0;
}

footer a {
    text-decoration: none;
    color: #6d459a;
    font-size: 12px;
}
