* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    color: white;
    list-style: none;
}

.headerandhero {
    background-image: url(imgs/about-bg.png);
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 217vh;
}

.headercontainer {
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
}

.header {
    border: 2px solid #F28E0026;
    border-radius: 18px;
    width: 1127px;
    height: 106px;
    display: flex;
    justify-content: center;
    padding: 26px, 77px, 26px, 77px;
    background-color: #DAC5A71A;
}

.leftheader {
    width: 25%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftheader img {
    width: 20rem;
}

.midheader {
    width: 55%;
    /* border: 2px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    display: flex;
}

.navbar li a {
    font-family: "Abril Fatface";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 2.5px;
    padding: 35px;
}

.rightheader {
    width: 20%;
    /* border: 2px solid yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbarbutton {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    background-color: #D3BD9D;
    font-family: "Abril Fatface";
    color: black;
    font-weight: 400;
    size: 15px;
    line-height: 24px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.upper-image-text {
    display: flex;
}

#about-image {
    margin-top: 7rem;
    margin-left: 189px;
}

#about-image img {
    /* width: 334.587px; */
    height: 437.141px;
    flex-shrink: 0;
}

.upper-right-texts {
    width: 655px;
    height: 460px;
    flex-shrink: 0;
    margin-top: 6rem;
}

.upper-right-texts pre {
    color: #FFF;

    /* para 2 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1px;
}

.lower-texts {
    width: 1120px;
    height: 684px;
    flex-shrink: 0;
    margin-top: 49px;
}

.lower-texts pre {
    color: #FFF;

    /* para 2 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1px;
}

.get-in-touch {
    height: auto;
    background-color: #4B453C;
    margin-top: 5rem;
}

.container {
    padding: 70px 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container span {
    font-family: "Abril Fatface";
    font-weight: 400;
    font-size: 48px;
    line-height: 76.8px;
    letter-spacing: 1.5px;
    padding-bottom: 30px;
}

.container p {
    color: #FFF;
    text-align: center;

    /* para 2 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1px;
    padding-bottom: 40px;
}

.container button {
    display: flex;
    width: 372px;
    height: 67px;
    padding: 32px 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #0E0E0E;
    color: #FFF;

    /* button text */
    font-family: "Abril Fatface";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer {
    height: auto;
    width: 100%;
    background: #0E0E0E;
}

.footer-container {
    padding: 100px 160px;
    display: flex;
}

.left-contact-logo,
.mid-left-quicklinks,
.mid-right-quicklinks {
    display: flex;
    flex-direction: column;
}

.left-contact-logo img {
    width: 400px;
}

.left-contact-logo span {
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    /* footer */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 100px;
}

#span1 {
    padding-top: 25px;
    padding-bottom: 40px;
}

.mid-left-quicklinks span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    width: 105px;
    margin-top: 20px;
    margin-left: 50px;
}

.mid-left-quicklinks a,
.mid-right-quicklinks a {
    opacity: 0.65;
    color: var(--White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;

    /* footer */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 50px;
}

.mid-right-quicklinks {
    margin-left: 80px;
}

#work-link {
    margin-top: 58px;
}

#casestudy-link {
    margin-top: 40px;
}

#about-link {
    margin-top: 105px;
}

#resume-link {
    margin-top: 41px;
}
