@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
}

body {
    background-color: rgba(0, 0, 0, 0.816);
    min-height: fit-content;
}

main {
    max-width: 992px;
    min-width: 992px;
    height: 1404px;
    max-height: 1404px;
    background-color: white;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: auto;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0 5px 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

aside h3::after {
    content: "";
    position: absolute;
    width: 30%;
    max-width: 100px;
    height: 8px;
    background-color: #5cb6f9;
    left: 0px;
    top: 60px;
}

aside {
    background-color: #1d356b;
    width: 36.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

aside img {
    width: 210px;
    height: 235px;
    object-fit: cover;
    border-radius: 5px;
    margin: 40px auto;
}

aside h3 {
    color: #cae8ff;
}

.project > ul {
    padding-left: 15px;
}

aside section {
    position : relative;
    font-size: 19px;
    color: white;
    width: 75%;
    font-weight: 300;
}

aside .contact i {
    padding-right: 10px;
    color: #5cb6f9;
}

aside .project ul {
    font-family: "Barlow" !important;
}

aside .project ul > li > ul{
    font-size: 15px;
    padding-left: 15px;
}

aside .hobbies p {
    margin: 10px auto 2px;
}

aside .ulProject {
    margin: 5px auto;
}

.rightSide {
    margin: 70px 40px 30px 30px;
    width: 63.5%;
}

.rightSide section {
    position: relative;
    margin-bottom: 65px;
}


h1 {
    font-size: 26px;
    color: #12229d;
    text-transform: uppercase;
    font-weight: 750;
}

header {
    margin-bottom: 75px;
}

header h2 {
    font-size: 22px;
    font-weight: 500;
}

header h2, h1 {
    margin: 2px 0;
}

header h2:last-child {
    color: rgba(64, 64, 64, 0.862);
}

.rightSide h3 {
    text-align: center;
}

.rightSide h3::after {
    content: "";
    position: absolute;
    width: 30%;
    max-width: 100px;
    height: 8px;
    background-color: #5cb6f9;
    left: 0px;
    top: 40px;
}

.formation p {
    margin: 2px 0;
    font-size: 17px;
    font-weight: 350;
    color: #00226d;
    margin: 5px auto;
}

.formation p span {
    font-weight: 700;
}

.experience {
    font-size: 17px;
}

h6 {
    color: #12229d;
}

.experience article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.experience__article__left p {
    margin: 5px auto;
}

.experience__article__left__date {
    font-weight: 700;
    color: black;
}

.experience__article__left__companyName {
    color: #00226d;
    font-weight: 600;
}

.experience__article__right {
    width: 75%;
}

.experience__article__right p {
    margin: 5px auto;
    color: #00226d;
    font-weight: 400;
}

.experience__article__right ul {
    padding-left: 5px;
    margin: 5px auto    ;
}

.experience__article__right ul span {
    padding-left: 10px;
}

.experience__article__left {
    width: 23%;
}

.skill div {
    display: flex;
    font-size: 18px;
    color: #12229d;
    justify-content: space-evenly;
}

.skill div li span {
    padding-left: 10px;
}


@media screen and (max-width : 991px) {
    body {
        margin: 0;
    }
    main {
        transform-origin: top left; 
    }

}