body {
    background-color: white;
}
.slidebar {
    width: 0px;
    height: auto;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: width 0.3s ease;
}

/* .slidebar:hover {
    width: 350px;
    background-color: rgb(255, 255, 255);
} */
.active {
    width: 350px;
    background-color: rgb(255, 255, 255);
}
.slidebar p {
    font-family: monospace;
    font-size: 14px;
    line-height: 25px;
    transition: 0.3s;
    white-space: nowrap;
    margin: 20px;
}

.slidebar a {
    text-decoration: none;
    color: black;
    background-color: rgb(0, 255, 0);
}
.slidebar a:hover {
    background-color: yellow;
}
.slidebar h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 20px;
}
.portfolio {
    line-height: 10px;
}
.portfolio,
.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}
.portfolio,
.text {
    font-family: monospace;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.project6 {
    border-top-style: solid;
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.project2 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.project3 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.project4 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.project5 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.project7 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.casestudy{
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 40em;
}
.project1 {
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 0px;
    margin: 50px 50px 50px 100px;
}
.item1 h1{
    text-align: left;
    color: rgb(62, 20, 35);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3rem;
    line-height: 2;
    padding: 0;
    margin: 0;
    margin-left: 100px;
    margin-top: 20px;
}
.item4 h1{
    text-align: left;
    color: rgb(173, 58, 98);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
  .key-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 5 equal columns */
    gap: 20px;
    padding: 30px;
  }
    .key-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 5 equal columns */
    gap: 20px;
    padding-left: 150px;
    padding-right: 10px;
    }
  .key-grid div,
  .key-grid1 div {
    border: none;
    text-align: center;
    padding: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgb(179, 82, 116);
  }
  .key-grid img,
  .key-grid1 img {
    width: 10%;
    height: auto;
    margin-bottom: 20px;
  }
/* .item4 ol {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0;
    margin-left: 100px;
} */

.item2{
    text-align: left;
    grid-row: span 2;
    width: 70%;
}
.item2 span {
    text-decoration: underline;
    padding: 2px;
}
.item5 span {
    text-decoration: underline;
    padding: 2px;
}
.item3 {
    text-align: left;
    grid-row: span 1 ;
    grid-column: span 1 ;
    margin-left: 100px;
}
.item3 img{
    width: 55%;
}
.item2 p {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
.item2 h1 {
    color: rgb(133, 29, 65);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.item5 {
    grid-column: span 1;
    grid-row: span 1;
    text-align: left;
    width: 500px;
    height: auto;
    margin-left: 100px;
}
.item5 p {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
.item5 h1 {
    color: rgb(133, 29, 65);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.arrow {
    display: block;
    width: 15px;
    position: fixed;
    top: 3em;
    left: 1.5em;
    z-index: 0;
}

.arrow > div {
    background-color: black;
    height: 2px; /* Each line is 10px high with a 16px margin above and below */
    width: 20px;
    margin: 8px 0;
    border-radius: 2px;
}


/* .arrow > div:nth-child(1) { 
    transform: rotate(45deg); 
}

.arrow > div:nth-child(2) {
    transform: rotate(-45deg); 
} */

@media (max-width: 900px) {
    
}
@media (max-width: 650px) {
    
}
@media (max-width: 450px) {
.active {
    width: 250px;
    background-color: rgb(255, 255, 255);
}
.slidebar p {
    font-family: monospace;
    font-size: 12px;
    line-height: 20px;
    transition: 0.3s;
    white-space: nowrap;
    margin: 20px;
}
.slidebar h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 18px;
}
.portfolio,
.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
}
.portfolio,
.text {
    font-family: monospace;
    font-size: 8px;
    margin: 0;
    padding: 0;
    line-height: 12px;
}
.project6 {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.project2 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.project3 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.project4 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.project5 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.project7 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
.casestudy{
    border-bottom-style: solid;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 40em;
}
.project1 {
    border-bottom-style: solid;
    border-width: thin;
    padding: 10px;
    margin-left: 10px;
}
    .item1,
    .item4{
        display: flex;
        justify-content: center;
    }
    .item1 img {
        width: 75%;
        text-align: center;
    }
    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        column-gap: 0px;
        margin: 10px;
    }
    .item4 img {
        width: 75%;
    }
    .item2 {
        text-align: left;
        margin-left: 40px;
    }
    .item3 {
        margin-left: 40px;
    }
    .item3 img{
        width: 60%;
    }
    .item2 img {
        width: 60%;
    }
    .item5 {
        grid-column: span 1;
        grid-row: span 1;
        text-align: left;
        width: 300px;
        height: auto;
        margin: 40px;
    }
    .item5 p {
        color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 0.8rem;
        line-height: 1.1;
        padding: 0;
        margin: 0;
    }
}