* {
    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/background.png);
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    min-height: 100vh;
}

.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;
}

.herocontainer {
    display: flex;
    margin-top: 3rem;
    margin-left: 13rem;
    height: 75vh;
}

.hey h1 {
    font-size: 6rem;
    line-height: 120px;
}

.hey span {
    color: #D3BD9D
}

.hey h2 {
    font-size: 4.5rem;
}

.description pre {
    font-size: 20px;
    font-weight: 400;
    font-family: Inter;
    letter-spacing: 1.5px;
    line-height: 26px;
}

.righthero {
    margin-left: 8.7rem;
    margin-top: 2rem;
}

.righthero img {
    /* width: 314.128px; */
    width: 334.587px;
    height: 437.141px;
    flex-shrink: 0;
    /* border-radius: 410.411px; */
    /* border: 1px solid #D3BD9D;
    background: url(<path-to-image>) lightgray -47.661px -18.627px / 164.073% 167.068% no-repeat; */
}

.bestwork {
    background-color: #0E0E0E;
    height: 105vh;
}

.best-work-see-all {
    display: flex;
    justify-content: center;
    position: relative;
    top: 8rem;
}

.arrow-icon-text {
    display: flex;
    /* border: 2px solid green; */
    width: 50%;
}

.arrow-icon-text img {
    width: 40px;
}

.best-work-see-all h1 {
    /* border: 2px solid red; */
    width: 50%;
    margin-left: 11rem;
    font-size: 48px;
    letter-spacing: 1.5px;
    font-family: "Abril Fatface";
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
}

.best-work-images {
    margin-top: 12rem;
    display: flex;
    justify-content: center;
}

.best-work-images img {
    padding: 0px 50px;
    border-radius: 12px;
}

.arrow-icon-text img {
    object-fit: contain;
}

.arrow-icon-text h2 {
    color: #D3BD9D;

    /* see all text */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-left: 25px;
    margin-top: 19px;
}

.arrow-icon-text {
    padding-left: 45px;
}

#arrow-icon-text2 {
    padding-right: 100px;
}

.about-me {
    height: auto;
    background: #4B453C;
    display: flex;
    width: 100%;
    padding: 100px 160px;
    align-items: flex-start;
    gap: 10px;
}

.about-me-text1 h2 {
    color: #FFF;

    /* Title */
    font-family: "Abril Fatface";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 76.8px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.about-me-text2 p {
    /* width: 1108px;
    height: 1016px; */
    color: #FFF;

    /* para 2 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.case-studies {
    background-color: #0E0E0E;
    height: 105vh;
}

.case-studies-see-all {
    display: flex;
    justify-content: center;
    position: relative;
    top: 8rem;
}

.arrow-icon-text {
    display: flex;
    /* border: 2px solid green; */
    width: 50%;
}

.arrow-icon-text img {
    width: 40px;
}

.case-studies-see-all h1 {
    /* border: 2px solid red; */
    width: 60%;
    margin-left: 11rem;
    font-size: 48px;
    letter-spacing: 1.5px;
    font-family: "Abril Fatface";
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
}

.case-studies-images {
    margin-top: 12rem;
    display: flex;
    justify-content: center;
}

.work-images img {
    padding: 0px 50px;
    border-radius: 12px;
}

.arrow-icon-text img {
    object-fit: contain;
}

.arrow-icon-text h2 {
    color: #D3BD9D;

    /* see all text */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-left: 25px;
    margin-top: 19px;
}

.arrow-icon-text {
    margin-left: 37rem;
    /* border: 2px solid red; */
}

.get-in-touch {
    height: auto;
    background-color: #4B453C;
}

.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;
}

#menu-icon{
    display: none;
    font-size: 3.6rem;
}

.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;
}