body {
    background-color: #314251;
    margin: 0px;
    width: 100%;
    color: #E9DDCE;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    cursor: default;
}

.container {
    width: 60%;
    margin: auto;
}

header {
    display: flex;
    justify-content: space-between;
}

.nav-items {
    display: flex;
}

.nav-item {
    color: #E9DDCE;
    font-family: "Jomhuria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    margin-left: 20px;
}

.nav-item:hover {
    color: #D77B6D;
}

h1 {
    color: #E9DDCE;
    font-family: "Jomhuria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    margin: 0px;
}

h2 {
    color: #E9DDCE;
    font-family: "Jomhuria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 128px;
    margin-top: 50px;
    margin-bottom: 0px;
    line-height: 0.5;
}

h3 {
    color: #E9DDCE;
    font-family: "Jomhuria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    margin-top: 70px;
    margin-bottom: 0px;
    line-height: 0.1;
}

ul {
    /* margin: 0px; */
    list-style: none;
    margin-bottom: 0px;
}

.project-tags {
    display: flex;
    padding: 0px;
    margin-bottom: 5px;
}

.project-tags>li {
    margin-right: 5px;
    background-color: #D5CC5C;
    color: #314251;
    padding: 3px 10px;
    border-radius: 8%;
}

.project-summary>.content {
    display: flex;
    /* align-items: center; */
}

.project-summary {
    margin-bottom: 20px;
}

.project-img {
    border-radius: 50%;
    height: 240px;
    margin-left: 50px;
    border: 1px solid;
    background-color: #E9DDCE;
}

.project-summary-right {
    text-align: right;
    margin-bottom: 20px;
}

.project-summary-right>.content {
    display: flex;
    /* align-items: center; */
}

.right-side-content {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
}

.project-summary-right>.content>.project-img {
    margin-left: 0px;
    margin-right: 50px;
}

p {
    color: #E9DDCE;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 0px;
}

.about {
    position: relative;
}

.about>p {
    width: 60%;
    margin-top: 0px;
}

.projects-nav>h2 {
    text-align: right;
}

.projects-nav>.content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.project {
    /* text-align: center; */
    align-items: center;
    font-family: "Jomhuria", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #E9DDCE;
    display: flex;
    flex-direction: column;
}

.project:hover {
    color: #D77B6D;
}

.project>img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid;
    background-color: #E9DDCE;
    background-position: center;
    background-size: 160%;
}

.project>.content {
    color: #E9DDCE;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.footer {
    min-height: 10%;
    background-color: #629086;
    padding: 10px;
    text-align: center;
    color: #314251;
    margin-top: 50px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

.avatar {
    position: absolute;
    right: 30%;
    bottom: -20px;
    width: 240px;
    z-index: -1;
    fill: #629086;
    opacity: 50%;
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.view-btn {
    border: 1px solid #E9DDCE;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5%;
    margin-top: 5px;
}

.view-btn:hover {
    background-color: #E9DDCE;
    color: #314251;
}

.contact-div {
    height: 140px;
    width: 50px;
    background-color: #D5CC5C;
    border-radius: 5%;
    position: fixed;
    left: 0px;
    top: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    z-index: 2;
}

.contact-icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 5px; */
    fill: #314251;
}

.c-icon {
    width: 40px;
    height: 40px;
}

.contact-icon:hover {
    fill: #629086;
}

@media only screen and (max-width: 820px) {
    .container {
        width: 90%;
        margin: auto;
    }

    .about>p {
        width: 100%;
        margin-top: 0px;
    }

    h1 {
        color: #E9DDCE;
        font-family: "Jomhuria", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        margin: 0px;
        margin-top: 16px;
    }

    h2 {
        color: #E9DDCE;
        font-family: "Jomhuria", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 80px;
        margin-top: 50px;
        margin-bottom: 0px;
        line-height: 0.5;
    }

    h3 {
        color: #E9DDCE;
        font-family: "Jomhuria", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 48px;
        margin-top: 70px;
        margin-bottom: 0px;
        line-height: 0.1;
    }

    .nav-item {
        color: #E9DDCE;
        font-family: "Jomhuria", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
        margin-left: 20px;
    }

    .project-img {
        display: none;
    }

    .avatar {
        right: 0px;
        bottom: 0px;
        width: 180px;
    }

    .contact-div {
        top: 50%;
    }
}