* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    /* flex-wrap: wrap; */
}

.wrapper {
    position: relative;
}

.resp-nav.shift {
    right: 0;
    transition: all ease-in-out 0.3s;
}
/* .wrapper.shift {
    transform: translateX(400px);
}
.wrapper {
    transform: translateX(0);
} */
.hidden-nav {
    display: none;
}
.nav {
    position: relative;
    width: 100%;
}
.nav nav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    padding: 50px;
}
.nav nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    color: #fff;
    margin-left: 50px;
}
.nav nav ul li {
    margin: 0px 15px;
}
.nav nav ul a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: all ease-in-out .2s;
    letter-spacing: 1px;
}
.nav nav ul a:hover {
    color: #a0a0a0;
    transition: all ease-in-out .2s;
}
.nav nav .logo {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -8px;
    transform: rotate(30deg);
    text-shadow: 0px 0px 10px blue;
}
.nav nav .logo span {
    /* display: inline-block; */
    /* font-size: 20px; */
    transform: translateY(-3px);
}
.nav nav .bar {
    display: none;
}
.nav nav .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #fff; */
}
.nav nav .socials a {
    /* border: 1px solid #fff; */
    margin-left: 20px;
}
.nav nav .socials img {
    width: 17px;
}

/* hidden nav menu */


.container {
    position: relative;
}

.hero {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #2B2B2B;
    height: 100vh;
    overflow: hidden;
}

.hero .img {
    width: 800px;
}

.hero .img img {
    width: 100%;
}

.hero .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 50px;
    border: 1px solid #fff;
    height: auto;
    color: #fff;
    left: -100px;
    min-width: 550px;
    margin-top: 80px;
}

.hero .text .sub-head {
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0px 0px 5px #111;
    margin-bottom: 20px;
}
.hero .text .heading {
    font-size: 75px;
    font-weight: 1000;
    text-shadow: 0px 0px 5px #111;
    margin-bottom: 20px;
}
.hero .text .heading span {
    display: block;
    text-shadow: 0px 0px 5px #111;
    font-weight: 300;
}
.hero .text cite {
    width: 300px;
    text-shadow: 0px 0px 5px #111;
    font-size: 14px;
    margin-bottom: 20px;
}
.hero .text .minitext {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
.hero .text .arrow {
    position: absolute;
    bottom: -40px;
    right: 50px;
    transform: rotate(90deg);
}

.about {
    position: relative;
    display: flex;
    /* width: 100%; */
    /* border: 1px solid #000; */
    padding: 100px 0px;
    justify-content: center;
    min-height: 420px;
}
.about .text {
    display: block;
    align-self: flex-end;
}
.about .big {
    display: block;
    font-size: 45px;
    color: #333;
    font-weight: 700;
    width: 420px;
}

.about .details {
    font-size: 14px;
    width: 420px;
    color: #333;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.3;
}
.about .image {
    width: 500px;
    display: flex;
    align-items: center;
    height: 300px;
    overflow: hidden;
    margin-left: 50px;
}

.about .image img {
    width: 100%;
}

a.up {
    position: sticky;
    top: 85%;
    left: 93%;
    z-index: 50;
    background-color: #333;
    font-size: 15px;
    padding: 10px;
    overflow: hidden;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px #606060;
}
a.up img {
    width: 30px;
    height: auto;
    margin: auto;
    transform: rotate(-90deg);
}

.bio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: #2B2B2B;
    padding: 100px 0px 0px;
}
.bio .image {
    width: 550px;
    height: 670px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bio .image img {
    width: 100%;
}
.bio .biography {
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    padding-left: 30px;
}
.bio .biography .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    align-items: flex-start;
    padding: 30px 0px;
    border-top: 1px solid #fff;
    margin-bottom: 80px;
}

.bio .biography .info .title {
    font-size: 15px;
    font-weight: 700;
}
.bio .biography .info .info-text {
    font-size: 15px;
    width: 350px;
    line-height: 1.6;
    margin-left: 80px;
}

.articles {
    background-color: #2B2B2B;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 0px 0px 100px;
}
.articles .title, .testimonials .title, .press .title{
    font-size: 60px;
    font-weight: 1000;
    text-align: right;
    padding: 100px 100px 50px;
}
.articles .art-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 100px;
    gap: 50px;
}
.articles .art-content .art-box {
    display: flex;
    flex-direction: column;
}
.articles .art-content .art-box .year, .articles .art-content .art-box .box-title {
    font-weight: 300;
    margin-bottom: 5px;
}
.articles .art-content .art-box .year {
    font-size: 12px;
}
.articles .art-content .art-box .box-title {
    font-weight: 700;
    font-size: 15px;
}
.articles .art-content .art-box .art-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.articles .art-content .art-box .art-img img {
    width: 100%;
}
.articles .art-content .art-box .art-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    width: 300px;
    padding: 10px 0px;
}

.portfolio {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    /* border: 1px solid #333; */
    color: #2B2B2B;
    overflow: hidden;
    gap: 100px;
    padding: 100px 50px;
}
.portfolio .experience {
    position: relative;
    flex: 1;
    width: 500px;
}
.portfolio .experience .title, .portfolio .accolades .title {
    font-size: 38px;
    font-weight: 1000;
    margin: 0px 0px 20px;
}
.portfolio .exp-details {
    font-size: 14px;
    line-height: 1.5;
    width: 400px;
}
.portfolio .accolades {
    flex: 1;
    max-width: 250px;
}
.accolades .img {
    width: 200px;
    margin-top: -20px;
    display: flex;
    justify-content: flex-start;
}
.accolades .img img {
    width: 100%;
    position: relative;
    margin-left: -25px;
}
.accolades .acc {
    font-weight: 700;
    color: #7e7e7e;
}
.portfolio .work-experience {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 2;
}
.portfolio .work-experience .exp-box {
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.portfolio .work-experience .exp-box:last-child {
    border-bottom: none;
}
.portfolio .work-experience .exp-box .location {
    font-size: 16px;
    font-weight: 700;
}
.portfolio .work-experience .exp-box .position {
    line-height: 1.5;
    padding: 8px 0px;
    color: #4d4d4d;
    font-size: 15px;
}
.portfolio .work-experience .exp-box .position span {
    font-weight: 700;
}

/* testmonial styling */

.testimonials {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 100px 0px 50px;
    background-color: #606060;
    color: #fff;
}
.testimonials .title {
    text-align: left !important;
    margin-bottom: 0px;
    padding-top: 0px;
    /* width: 100%; */
}

.testimonials .testimonials-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px 0px;
    gap: 80px;
    /* padding: 0px 100px; */
}

.testimonials .testimonials-contents .test-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.testimonials .testimonials-contents .test-box .img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .testimonials-contents .test-box .img img {
    width: 100%;
}
.testimonials .testimonials-contents .test-box .test-text {
    position: relative;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.testimonials .testimonials-contents .test-box .test-head {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonials .testimonials-contents .test-box .test-head span {
    font-weight: 400;
    display: block;
}
.testimonials .testimonials-contents .test-box .test-det {
    width: 300px;
    font-size: 15px;
    color: #ccc;
    line-height: 1.5;
}

.press {
    position: relative;
    background-color: #606060;
    color: #fff;
}
.press .title {
    text-align: left;
}
.press .press-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    padding: 0px 100px 50px;
}
.press .press-cont .press-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.press .press-cont .press-box .img {
    width: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.press .press-cont .press-box .img img {
    width: 100%;
}
.press .press-cont .press-box .press-head {
    font-size: 16px;
    font-weight: 1000;
    width: 400px;
    margin: 15px 0px;
    line-height: 1.3;
}
.press .press-cont .press-box .press-text, .press .press-cont .press-box .press-desc {
    font-size: 15px;
    color: #ccc;
    width: 400px;
}
.press .press-cont .press-box .press-desc {
    margin-bottom: 5px;
}
.press .press-cont .press-box .press-text {
    line-height: 1.3;
}
.press .press-cont .press-box .watch {
    margin: 20px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px;
    letter-spacing: 2px;
    border: 2px solid #fff;
}


/* footer styling */
footer {
    position: relative;
    padding: 100px 100px 0px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    /* height: 600px; */
    color: #fff;
    overflow: hidden;
}
footer::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2b2b2b8e;
}
footer .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

footer .img img {
    width: 100%;
    object-fit: cover;
}
footer .contact {
    position: relative;
    /* padding: 0px 50px; */
    z-index: 25;
    margin-bottom: 50px;
}
footer .contact form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact form .title {
    font-size: 38px;
    font-weight: 1000;
    margin: 0px 0px 50px;
    text-transform: uppercase;
}
footer .contact form input, footer .contact form textarea {
    width: 400px;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
}
footer .contact form input::placeholder, footer .contact form textarea::placeholder {
    color: #fff;
}
footer .contact form button {
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
}
footer .gratitude {
    position: relative;
    display: flex;
    top: 5px;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 80px 100px;
    z-index: 26;
    margin: 0;
    border: 1px solid #fff;
}
footer .gratitude .grat-text {
    font-size: 98px;
    font-weight: 700;
}
footer .gratitude .grat-cont {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}
footer .gratitude .grat-det {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin-top: 10px;
}
footer .gratitude .grat-cont .soc img {
    width: 20px;
}
footer .gratitude .copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    /* * {
        border: 1px solid blue;
    } */
    .nav {
        display: none;
    }
    .hidden-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: transparent;
        z-index: 50;
        /* width: 100%; */
        /* overflow: hidden; */
    }
    .resp-nav {
        position: fixed;
        z-index: 200;
        background-color: #fff;
        /* background: linear-gradient( to left, #fff, #fff, #ffffffc9,#ffffffc9, #ffffff42, #ffffff13, transparent); */
        min-width: 250px;
        top: 0;
        bottom: 0;
        right: -400px;
        display: grid;
        transition: all ease-in-out 0.3s;
        place-items: center;
    }
    .resp-nav .close {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
    }
    .resp-nav .close img {
        width: 100%;
    }
    .resp-nav ul {
        position: relative;
        padding: 0px;
        right: 0px;
        list-style-type: none;
    }
    .resp-nav ul li {
        margin: 40px 0px;
        text-align: left;
    }
    .resp-nav ul a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #4d4d4d;
    }
    .resp-nav .socials {
        position: relative;
        background-color: #111;
        width: 100%;
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        /* place-items: center; */
        align-items: center;
    }
    .resp-nav .socials a {
        font-size: 17px;
        margin: 0px 20px;
    }
    .resp-nav .socials a img {
        width: 20px;
    }
    .hidden-nav .logo {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -8px;
        transform: rotate(30deg);
        text-shadow: 0px 0px 10px blue;
    }
    .hidden-nav .logo span {
        /* display: inline-block; */
        /* font-size: 20px; */
        transform: translateY(-3px);
    }
    .hero {
        height: 100vh;
        overflow: hidden;
    }
    .hero .img img {
        position: relative;
        width: 150%;
        left: -100px;
    }
    .hero .text {
        padding: 20px;
        left: -120px;
        min-width: 300px;
        margin-top: 250px;
    }
    .hero .text .sub-head {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .hero .text .heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hero .text cite {
        width: 250px;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .hero .text .minitext {
        font-size: 13px;
        font-weight: 700;
        margin-top: 15px;
    }
    .wrapper {
        width: 100%;
    }
    .about {
        flex-wrap: wrap;
        padding: 80px 0px;
    }
    .about .big {
        font-size: 30px;
        width: 370px;
    }
    .about .details {
        font-size: 14px;
        width: 350px;
        line-height: 1.4;
    }
    .about .image {
        width: 100%;
        margin-top: 50px;
        display: flex;
        align-items: center;
        height: 400px;
        overflow: hidden;
        margin-left: 0px;
    }

    

    /* bio */
    .bio {
        flex-wrap: wrap;
        padding: 100px 0px 0px;
    }
    .bio .biography .info {
        display: flex;
        flex-direction: column;
    }
    .bio .biography .info .info-text {
        font-size: 14px;
        width: 350px;
        line-height: 1.5;
        margin-left: 0px;
        margin-top: 10px;
    }

    .bio .biography {
        margin-top: 50px;
        padding-right: 50px;
    }
    .bio .biography .info .info-text {
        width: 410px;
    }

    .articles .title, .testimonials .title, .press .title {
        font-size: 40px;
        padding: 80px 30px 50px;
        text-align: left;
    }

    
    a.up {
        position: sticky;
        top: 80%;
        left: 85%;
        z-index: 50;
        background-color: #333;
        font-size: 15px;
        padding: 10px;
        overflow: hidden;
        display: inline-flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 20px #606060;
    }

    /* articles */
    .articles .art-content .art-box .art-img {
        width: 250px;
        height: 180px;
        margin: 0px;
    }
    .articles .art-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px 30px;
    }
    .portfolio {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 80px;
        padding: 30px;
    }
    .testimonials {
        padding: 50px 0px 50px;
    }
    .testimonials .testimonials-contents {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
        gap: 50px;
    }
    .press .press-cont {
        flex-direction: column;
        padding: 0px 30px 50px;
    }
    footer {
        padding: 80px 30px 0px;
        justify-content: flex-end;
        flex-direction: column;
    }
    footer .contact form .title {
        font-size: 28px;
        margin: 0px 0px 20px;
    }
    footer .gratitude {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        top: 5px;
        padding: 50px 30px 100px;
    }
    footer .gratitude .grat-cont {
        margin-top: 20px;
        align-self: flex-start;
    }
}

@media screen and (max-width: 375px) {
    .hero {
        height: 90vh !important;
        padding-bottom: 80px;
    }
    .hero .img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /* width: 800px; */
    }
    .hero .img img {
        position: relative;
        width: 85%;
        left: -80px;
    }
    .hero .text {
        padding: 20px;
        left: 10px;
        min-width: 300px;
        margin-top: 400px;
    }
    .about .big {
        width: 300px;
    }
    .about .details {
        width: 300px;
    }
    .bio {
        padding: 0px 0px 0px;
    }
    .bio .biography {
        padding-right: 0px;
    }
    .bio .biography .info .info-text {
        width: 300px;
    }
    .portfolio .exp-details {
        width: 300px;
    }
    .portfolio .experience .title, .portfolio .accolades .title {
        font-size: 28px;
    }
    .testimonials .testimonials-contents .test-box {
        flex-direction: column;
    }
    .testimonials .testimonials-contents .test-box .test-text {
        margin-left: 0px;
        margin-top: 20px;
    }
    .press .press-cont .press-box .img {
        width: 300px;
    }
    .press .press-cont .press-box .press-head {
        font-size: 14px;
        width: 300px;
        font-weight: 700;
    }
    .press .press-cont .press-box .press-text, .press .press-cont .press-box .press-desc {
        font-size: 14px;
        width: 300px;
    }
    footer .contact form input, footer .contact form textarea {
        width: 300px;
        font-size: 14px;
    }
    footer .gratitude .grat-text {
        font-size: 28px;
        font-weight: 700;
    }
    footer .img img {
        width: unset;
        position: relative;
        /* object-fit: contain; */
        left: -300px;
    }
    footer .contact form button {
        color: #333;
    }
}