@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --theme-color: #28BCB2;
    --minion-yellow: #fcc100;
    --pirate-yellow: #283618;
    --primary-color: #00edf5;
    --offwhite-color: #f3f6f6;
    --button-text-color: #ffffff;
    --header-text: #9cabaf;
}

@media only screen and (max-width: 1920px) {
    img {
        height: auto;
        width: 600px;
    }

    .mid-logo {

        padding-right: 5rem;
        margin: auto;
        fill: #28BCB2;
        opacity: .35;
        transition: all .4s;
        padding-bottom: 2rem;
    }

    .mid-logo:hover {
        opacity: 1;
        scale: 120%;

        padding-bottom: 6rem;
        margin: auto;
    }

    .thghtext-2 {
        color: #28BCB2;
    }

    .thghttext {
        padding-top: 7rem;
        font-size: 1rem;
        color: #333c66;
        line-height: auto;
        font-weight: 800;
        letter-spacing: -.02em;
        max-width: 24rem
    }


    /*------------------------------------------------------projects---------------------------------------------------- */
    .h2-projects {
        font-weight: 700;
        text-align: left;
        height: 5rem;
        padding: 4rem 1rem 0rem 5rem;
        font-size: 3rem;
        color: #ffffff;
    }

    .main__title-intro {
        margin-bottom: auto;
        color: var(--theme-color);
        font-weight: 700;
        letter-spacing: -.02em;
        max-width: 18rem
    }


    .projects-wrapper {
        display: grid;
        width: 100%;
        height: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-items: center;
        color: white;

    }

    .left {
        width: 100%;
        height: 400px;
        border-radius: 1rem;
        margin-right: -150px;
        z-index: 1;
        box-shadow: 12px 10px 58px #ddfdfd59;
        transition: all.3s;

    }

    .left:hover {
        width: 101%;
        height: 420px;
        border-radius: 1rem;
        margin-right: -180px;
        z-index: 1;

        box-shadow: 12px 10px 68px #a1f0e88c;
    }

    .overlapping-section {
        width: 90%;
        /* max-width: 1000px; */
        margin: auto;
        padding-bottom: 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ===================================left images=========================== */
    .left1 {
        background: url(/1.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left2 {
        background: url(/2.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left3 {
        background: url(/3.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left4 {
        background: url(/4.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left5 {
        background: url(/5.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left6 {
        background: url(/6.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left7 {
        background: url(/7.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }


    .left8 {
        background: url(/8.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }


    .left9 {
        background: url(/9.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }

    .left10 {
        background: url(/10.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }


    .left11 {
        background: url(/11.png) no-repeat;
        background-size: auto;
        background-size: cover;
    }




    /* ===================================left images over=========================== */
    .right {
        width: 100%;
        min-height: 500px;
        background-color: #6c9393;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3rem 10rem;
        border-radius: 1rem;
        box-shadow: 7px 50px 100px #001314cc;
    }

    .overlapping-section>.right>.content {
        padding: 0 02rem;
        line-height: 1.3;
    }

    .content>h2 {
        font-size: 40px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .content>p {
        margin: 20px 0;
        font-weight: 500;
        line-height: 25px;
    }





    .links {
        text-decoration: none;
        color: var(--button-text-color);
        font-size: large;
        transition: all 1ms;
    }


    .link-primary {
        padding: 0.6rem 1.2rem;
        background-color: #03383a;
        color: var(--button-text-color);
        border-radius: .6rem;
        border: none;
        transition: all.2s;
    }

    .link-primary:hover {
        padding: 0.6rem 1.2rem;
        background-color: #00ffe1;
        color: var(--button-text-color);
        border-radius: .8rem;
        border: none;
        font-weight: 600;
        color: #03232b;
    }

    .link-secondary {
        padding: 0.6rem 1.2rem;
        background-color: #62c2c5;
        color: var(--button-text-color);
        border: 1px solid var(--primary-color);
        border: none;
        border-radius: .6rem;
        transition: all.4s;
    }

    .link-secondary:hover {

        padding: 0.6rem 1.2rem;
        border-radius: .8rem;
        background-color: #fafafa;
        color: #03232b;
    }

    /*------------------------------------------------------projects--over------------------------------------------------ */












    .resumetext {
        padding-top: 3rem;
        padding-bottom: 2rem;
        font-size: 1.5em;
        max-width: 35em;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }

    .container {
        height: 5rem;
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 1.5rem;

    }

    body {


        margin: 0;
        width: 100%;
        min-width: 320px;
        background-color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
        -webkit-font-smoothing: antialiased
    }

    .header {
        padding-top: 1.5rem;
    }

    .navbar {
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff
    }

    .first_name {
        fill: var(--theme-color)
    }

    .last_name {
        fill: var(--theme-color)
    }



    .navbar__links {
        font-weight: 500;
        text-decoration: none;
        list-style: none;
        display: flex;

    }

    .navbar__links-item {
        color: #28BCB2;
        text-decoration: none;
    }

    .navbar__links-item:not(:last-child) {
        padding-right: 2rem
    }


    .section {
        position: relative;
        padding-top: 4rem;


    }

    .section__container {
        position: relative;
        z-index: 2;
    }



    .middle-content {
        display: flex;
        justify-content: center
    }

    .middle-text {


        display: block;

    }

    .hero_label {

        display: block;
        font-size: 15pt;
        letter-spacing: .03em;
        font-weight: 600;
        text-transform: uppercase;
        color: #8895bf
    }

    .profile-photo {
        display: block;
    }

    .centered-block {
        margin-top: 5rem;
        align-items: center;
    }

    .hero__title {
        margin-top: 0;
        font-size: 3rem;
        color: #333c66;
        line-height: 45pt;
        font-weight: 800;
        letter-spacing: -.02em;
        max-width: 11em
    }

    .blog__title {
        margin-top: auto;
        font-size: 3rem;
        color: #333c66;
        line-height: 45pt;
        font-weight: 800;
        letter-spacing: -.02em;
        max-width: 15em
    }

    .hero__title-intro {
        margin-bottom: 3rem;
        color: var(--theme-color);
        font-weight: 700;
        letter-spacing: -.02em;
        max-width: 11em
    }








    .abouttext {
        font-size: 1.5em;
        max-width: 35em;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;

    }


    h2 {
        text-align: left;
        height: 5rem;

        padding: 3rem 1rem 0rem 1rem;
        font-size: 3rem;
        color: #ffffff;

    }

    .technicalskillbg {
        padding: 20px auto;
        background-color: #03232b;
    }

    .wrapper {
        padding: 0 220px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .blog-wrapper {
        padding: 0 120px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .no-bullets {

        list-style: none;
        display: flex;


    }

    .no-bullets-small {
        padding-left: 0;
        list-style: none;
        display: flex;


    }

    .nodejs-small-list {
        margin-left: .5rem;
        display: inline-block;
        padding: .35em .6em;
        border-radius: .25rem;
        background-color: rgba(51, 61, 102, .07);
        line-height: 1;
        white-space: nowrap;
        font-weight: 400;
        font-size: .875rem;
        color: rgba(51, 61, 102, .8);
    }


    h3 {
        font-size: 2.1rem;
        color: #333c66;
    }

    .img-blog {
        max-width: 650px;
        height: auto;
        max-height: 350px;
        align-self: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 1rem;
    }

    .blog-title {
        line-height: 70px;
        font-size: 4rem;
        color: #333c66;

    }

    .blog-middle-content {
        padding-top: 8rem;
        display: flex;
        justify-content: center
    }

    .blog-small-list {
        margin-bottom: 2rem;
        display: inline-block;
        padding: .55em .55em;
        border-radius: .25rem;
        background-color: rgba(51, 61, 102, .07);
        line-height: 1;
        white-space: nowrap;
        font-weight: 400;
        font-size: 1rem;
        color: rgba(51, 61, 102, .8);
    }

    .skills-desc {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
        color: #5b687b;
        line-height: 1.5;
        font-weight: 400;
    }













    .footer {
        margin: 0px;
        background-color: var(--theme-color);

    }

    .footer-container {
        margin: 0 auto;
        max-width: 1400px;
        padding: 0 1.5rem;
        display: flex;
        justify-content: space-between;
    }

    .footer__inner {
        margin: 0;
        padding: em;
        display: flex;
    }

    .footer__section {

        padding-top: 1em;
        margin-bottom: 1em;

        font-weight: 500;
        font-size: 1.5em;
        color: ivory;
        margin-bottom: 0px;
        display: block;

    }

    .footer__social-list {
        margin-top: 1.1em;
        padding-left: 0;
        list-style: none;
        display: inline-flex;
    }

    .footer__social-link {
        text-decoration: none;
        padding: 10px;

    }

    .footer__social-icon {
        height: 32px;
        color: white;
        fill: #fff;

    }

    .footer__social-icon:hover {
        fill: #333c66;
        color: #333c66
    }


    .navbar-links-atag {

        color: #28BCB2;
        text-decoration: none;
    }

    a {
        text-decoration: none;
    }

    .navbar-links-atag:hover {

        padding: .45em .6em;
        border-radius: .25rem;
        background-color: rgba(40, 188, 178);
        font-weight: 600;
        font-size: .975rem;
        color: rgba(255, 255, 255);
        transition: ease-out .2s;
    }


    .navbar-links-atag:active {
        margin-left: .5rem;
        display: inline-block;
        padding: .35em .6em;
        border-radius: .25rem;
        background-color: rgba(51, 61, 102, .07);
        line-height: 1;
        white-space: nowrap;
        font-weight: 600;
        font-size: .975rem;
        color: rgba(51, 61, 102, .8);


    }
}





















.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #28BCB2;
}






@media only screen and (max-width: 640px) {
:root{
    
        overflow-x: hidden;
}
.navbar__links {
    z-index: 2;

    position: relative;
    right: -125%;
    top: 18rem;
    flex-direction: column;
    background-color: #03232b;
    width: 148px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s;
    box-shadow:
    -35px 30px 100px rgba(1, 26, 26, 0.38);
}

    .navbar__links-item {

        margin: 2.5rem 0;
    }

    .navbar__links.active {
        right: -20%;
    }

    .navbar__links-item:not(:last-child) {
        padding-right: 0rem;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .blog-middle-content {
        padding-top: 3rem;
        display: inline-block;
        justify-content: center;
    }

    .mid-logo {
        height: 150px;

    }

    .thanks-para {
        max-width: 18rem;

    }

    .blog__title {
        padding-left: -89px;
        margin-top: auto;
        font-size: 2.5rem;
        color: #333c66;
        line-height: 39pt;
        font-weight: 800;
        letter-spacing: -.02em;
        max-width: 18rem;

    }

    .middle-text {
        display: block;

        padding: 0 55px;
    }

    .thghttext {
        padding-top: 6rem;
        font-size: .8rem;
        color: #333c66;
        line-height: auto;
        font-weight: 800;
        letter-spacing: -.02em;
        max-width: 19.5rem;
    }

    .h2-projects {
        font-weight: 700;
        text-align: left;
        height: 5rem;
        padding: 4rem 1rem 0rem 3rem;
        font-size: 1.5rem;
        color: #ffffff;
    }

    hr {
        display: none;
    }

    .overlapping-section {
        width: 37%;
        max-width: 1000px;
        margin: 0 40px;
        padding-bottom: 5rem;
        display: block;
        /* align-items: center; */
        justify-content: center;
    }

    .left {
        position: relative;
        width: 299px;
        height: 170px;
        border-radius: 1rem 1rem 0 0;
        margin-right: auto;
        z-index: 1;
        box-shadow: 12px 10px 58px #ddfdfd59;
        transition: all.3s;
        
    }


    .right {
        position: relative;
        width: 100%;
        z-index: 0;
        min-height: auto;
        margin-top: -1rem;
        background-color: #6c9393;
display: flex;
        align-items: center;
        justify-content: center;
        padding: 0rem 5rem 1rem 5rem;
        border-radius:  0rem 0rem 1rem 1rem;
        box-shadow: 7px 50px 100px #001314cc;
    }

    .content>h2 {
        font-size: 28px;
        font-weight:500;
        text-transform: capitalize;
        padding: 2rem 0 0 0;
    }

    .links {
        text-decoration: none;
        color: var(--button-text-color);
        font-size: large;
        transition: all 1ms;

    }

    .link-primary {
        font-size: large;
        padding: 0.6rem 6.2rem;
        background-color: #03383a;
        color: var(--button-text-color);
        border-radius: .6rem;
        border: none;
        transition: all.2s;
    }

    .link-primary:hover {
        padding: 0.6rem 6.2rem;
        background-color: #00ffe1;
        color: var(--button-text-color);
        border-radius: .6rem;
        border: none;
        font-weight: 500;
        color: #03232b;
    }

    .link-secondary {
        padding: 0.6rem 3.8rem;
        background-color: #62c2c5;
        color: var(--button-text-color);
        border: 1px solid var(--primary-color);
        border: none;
        border-radius: .6rem;
        transition: all.4s;
    }

    .link-secondary:hover {
        padding: 0.6rem 3.8rem;
        border-radius: .6rem;
        background-color: #fafafa;
        color: #03232b;
    }

    .twolinks {
        padding-bottom: 1rem;
        line-height: 3rem;
    }
    .footer-container {
        margin: 0 auto;
        max-width: 1400px;
        padding: 0 1.5rem;
        display: block;
        justify-content: space-between;
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
}