* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    scroll-behavior: smooth;
}

body {
    background-color: rgb(
        255,
        255,
        255
    );
    font-family: "Poppins", "Roboto", sans-serif;
    font-weight: 300;
}


/*   Header section    */
header {
    height: 80px;
    background-color: #EFEFEF;
}

.logo img {
    width: 25px;
    height: auto;
    transition: transform 0.8s ease-out;
}

.logo img:hover {
transform: rotate(360deg);
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    color: rgb(44, 44, 44);
    z-index: 10;
    padding: 26px;
}

nav a:hover {
    color: #2d2d46;
    background-color: #ffffff;
    font-weight: 300;
}

/*    Main Content    */
main {

}

.bio-wrapper-two {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    background-image: linear-gradient(
        #eeeeee,
        #ffffff
    ); /*F4FAFF or #D3D4D9 or #FFF9FB*/
}

.right-wrapper {
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-wrapper img {
    width: 80%;
    /*animation: drop 1.3s ease;*/
}

.left-wrapper {
    width: 56%;
    text-align: center;
    padding: 80px 0px;
}

.left-wrapper h1 {
    color: #385E8E;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 800;
    font-size: 30px;
    align-items: center;
}

mark.white {
    color: rgb(94, 94, 94);
    background: none;
    font-weight: 300;
}

.left-wrapper p {
    color: rgb(87, 87, 87);
    width: 600px;
    margin: auto;
    animation: flyup 2.6s ease;
}

.icon-container-1 {
    width: 60%;
    margin: auto;
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
}

.icon-container-1 h4 {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 14px;
}

.icon-container-1 p {
    font-size: 10px;
    width: fit-content;
}

.icon-container-2 {
    width: 60%;
    margin: auto;
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.icon-container-2 h4 {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}

.icon-container-2 p {
    font-size: 10px;
    width: fit-content;
}

.first{
    display: flex;
    justify-content: space-around;
    padding: 140px 100px;
}

.first img {
    width: 30%;
    height: auto;
}




/*  The section I took from Directcasting   */
article {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*    glimpse    */

.glimpse {
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 150px 230px 150px 230px;
    }

.glimpse-intro {
    width: 50%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.glimpse-photo {
    height: 100%;
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.glimpse-intro h6 {
    margin: auto;
    text-align: start;
    color: #d7884c;
    font-size: 14px;
}

.glimpse-intro h1 {
    margin: auto;
    text-align: start;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: black;
}

.glimpse-intro p {
    margin: auto;
    font-size: 17px;
    color: #8d8d8d;
    justify-content: center;
    text-align: start;
}

.glimpse-photo img {
    height: auto;
    width: 80%;
    object-fit: contain;
    animation: drop 1.3s ease;
}


/*   Overview section  */
.intro {
    background-color: #f8f8f8;
    display: flex;
   padding: 100px 0px 100px 0px;
}

.overview {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.problem {
    width: 50%;
}

.problem h1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}

.problem li {
    width: 75%;
    line-height: 27px;
}

.goal {
    width: 50%;
}

.goal h1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}

.goal li {
    width: 80%;
    line-height: 27px;
}

.thought {
    width: 75%;
    height: 60 vh;
    margin: auto;
    background-color: #ffffff;
}

.thought img {
    width: 100%;
    margin: auto;
}

.box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;  
    padding: 100px 0px 100px 0px
}

.team {
    width: auto;
  
}

.team img {
width: 100%;
height: auto;
}

.communication {
    width: 75%;
    margin: auto;
    line-height: 27px;
    padding: 100px 0px;
}

.communication h1 {
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}
.communication p {
    width: 50%;
    margin-top: 30px;
}
.communication strong {
    color: white;
    font-weight: 300;
    background-color :#314477;
    padding: 4px;
    border-radius: 4px;
}


.question {
    width: 50%;
    margin-left: 13%;   
}

.question h1 {
    font-size: 48px;
}

.question h1::before {
    content: open-quote;
    font-size: 55px;
    color: #4C69AF;
    font-family: 'Times New Roman', Times, serif;
 }
 .question h1::after {
    content: close-quote;
    font-size: 55px;
    color: #4C69AF;
    font-family: 'Times New Roman', Times, serif;
 }
 .answer {
     width: 50%;
     margin-left: 40%;  
     padding: 120px 0px;
 }

 .answer p strong {
    font-size: 16px;
    padding: 2px 20px 2px 10px;
    border-radius: 4px;
    color: rgb(42, 42, 42);
    background-color: #f2f2f2;
}

/*   second section  */

.strategy {
    margin: auto;
    padding: 100px 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strategy h1 {
    width: 80%;
    margin: auto;
    font-size: 60px;
    color: #091e21;
    text-align: start;
}

.strategy h1::first-letter {
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 8px 35px 8px 35px;
    color: white;
}

.strategy p {
    color: #392f5a;
    width: 80%;
    margin: auto;
    text-align: start;
    padding: 30px 0px 30px;
}

.video {
    width: 80%;
    margin: auto;
    background-color: #10a300;
}


.scope {
    width: 100%;
    margin: auto;
    padding: 80px 0px;
    justify-content: center;
    text-align: center;
    margin-bottom: 0px;
}

.scope h1 {
    width: 73%;
    margin: auto;
    font-size: 60px;
    color: #071e21;
    margin-bottom: 40px;
    text-align: start;
}

.scope h1::first-letter {
    font-size: 45px;
    background-color :#314477;
    border-radius: 50%;
    padding: 22px 37px;
    color: white;
}
.scope p {
    color: #392f5a;
    width: 73%;
    margin: auto;
    border-radius: 20px;
    text-align: start;
}
.scope img {
    width: 60%;
    height: auto;
    padding: 60px 0px;
}
/*   concept section  */

.concept {
    width: 100%;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.concept h1 {
    font-size: 40px;
    width: 65%;
    color: #091e21;
    padding-bottom: 20px;
}

.concept h1::first-letter{
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 10px 33px 10px 33px;
    color: white;
}

.concept p {
    color: #392f5a;
    width: 50%;
    margin: auto;
    padding:            0px;
}
.concept img {
    width: 60%;
    height: auto;
    margin-top: 0px;
}

.persona2 {
    width: 100%;
    margin: auto;
    padding-bottom: 70px;
    justify-content: center;
    text-align: center;
    background-color: #f8f8f8;
}

.persona2 h1 {
    width: 80%;
    margin: auto;
    font-size: 60px;
    padding-top: 80px;
    color: #091e21;
    padding-bottom: 40px;
    text-align: start;
}

.persona2 h1::first-letter {
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 8px 30px 8px 30px;
    color: white;
}

.persona2 p {
    color: #392f5a;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    text-align: start;
}

.persona2 img {
    width: 70%;
    height: auto;
    margin-top: 120px;
}

.sitemap-2 {
    width: 100%;
    margin: auto;
    padding-bottom: 70px;
    justify-content: center;
    text-align: center;
}

.sitemap-2 h1 {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    font-size: 60px;
    color: #091e21;
    margin-bottom: 40px;
    text-align: start;
}

.sitemap-2 h1::first-letter {
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 8px 30px 8px 30px;
    color: white;
}

.sitemap-2 p {
    color: #392f5a;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    text-align: start;
}

.sitemap-2 img {
    width: 100%;
    height: auto;
    margin-top: 120px;
}

.wireframe {
    margin: auto;
    justify-content: center;
    background-attachment: fixed;
    background-image: url("img/health1.jpg");
    background-size: cover;
}

.wireframe h1 {
    width: 50%;
    padding-top: 60px;
    font-size: 60px;
    text-align: center;
    color: white;
}

.wireframe h1::first-letter {
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 10px 30px 10px 30px;
    color: white;
}

.wireframe p {
    width: 50%;
    margin: auto;
    text-align: start;
    color: white;
    background-color: #00000056;
    border-radius: 40px;
    padding: 30px 30px;
    font-size: 20px;
    margin-top: 50px;
    border-style: none;
    border-width: 1px;
}
.img-container1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.img-container1 img {
    height: 400px;
    width: auto;
}
.img-container2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.img-container2 img {
    height: 400px;
    width: auto;
}
.img-container3 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}
.img-container3 img {
    height: 400px;
    width: auto;
    margin-bottom: 70px;
}

.mockup {
    width: 100%;
    margin: auto;
    justify-content: center;
    background-color: black;
}
.mockup-container {
    margin: auto;
    width: 100%;
    margin-top: 5%;
    justify-content: space-between;
}

.mockup h1 {
    width: 60%;
    padding-top: 70px;
    font-size: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.mockup h1::first-letter {
    font-size: 50px;
    background-color :#314477;
    border-radius: 50%;
    padding: 10px 30px 10px 30px;
    color: white;
}

.mockup h3 {
    width: 50%;
    font-size: 40px;
    text-align: start;
    margin-top: 100px;
    padding: 20px 0px 0px 160px;
    color: #ffffff;
}

.mockup h3::first-letter {
    font-size: 34px;
    background-color :#314477;
    border-radius: 50%;
    padding: 10px 22px 10px 23px;
    color: white;

}

/* something I learned from a youtuber on how to use psudo elements

.mockup h4::before {
    content: open-quote;
font-size: 120px;
color: rgba(143, 143, 143, 0.425);
}
.mockup h4::after {
    content: close-quote;
font-size: 120px;
color: rgba(143, 143, 143, 0.425);
} */

.mockup h4 {
    font-size: 60px;
    text-align: start;
    color: rgba(141, 141, 141, 0.692);
}

.mockup h4:nth-child(even) {
padding: 100px 140px 100px 1000px;
} 
.mockup h4:nth-child(odd) {
    padding: 100px 1000px 100px 140px;
    } 

.mockup p {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    text-align: start;
    color: white;
    border-radius: 40px;
    padding: 30px 30px;
    font-size: 20px;
    border-width: 1px;
    border-style: none;
}
.img-wrapper {
    width: 50%;
    display: flex;
    margin: auto;
}

.img-final {
    width: 80%;
    margin: auto;
    height: auto;
}
.mockup img {
    width: 60%;
    border-radius: 10px;
    margin-top: 50px;
    padding: 20px 60px;
}



/* Took this whole section from my other project */

.microinteraction {
    padding: 80px 10px;
    background-color: #f8f8f8;
}

.microinteraction h1 {
    width: 75%;
    margin: auto;
    color: #232323;
    font-size: 35px;
    font-weight: 500;
}
.microinteraction p {
    width: 30%;
    margin: auto;
    font-size: 15px;
    margin-top: 10px;
}

.anima {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 80px 160px 80px;
}


.anima img {
    width: 30%;
    height: auto;
    border-radius: 1%;
    }
    
    .anima h1 {
        font-size: 25px;
        font-weight: 500;
        text-align: start;
    }
    
    .anima p {
        width: 80%;
    }
    .anima strong {
        color: #222F50;
        font-weight: 300;
        background-color: white;
        border-radius: 2px;
        font-size: 15px;
        padding: 3px;
    }

.result{
    background-color: #212121;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;

}
.result img{
    width: 40%;
    margin: auto;
   
}

.result p {
    color: white;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}


.text {
    width: 50%;
    
}

/* end of this taken sction /*




/* Retrospective part */
.bottom-bar {
    display: flex;
    background-color: #F8F8F8;
    padding: 40px 0px 40px 0px;;
}

.outro1 {
    width: 65%;
    text-align: start;
}

.outro2 {
    display: flex;
    width: 35%;
    margin: auto;
}

.outro2 img {
    width: auto;
    margin: auto;
}

.myprojects {
    padding: 100px 100px;
}

.bottom-bar h1 {
    width: 70%;
    margin: auto;
    font-size: 30px;
    color: black;
    text-align: start;
    padding-top: 60px;
}

.bottom-bar p {
    width: 70%;
    margin: auto;
    text-align: start;
    font-size: 18px;
    padding-top: 60px;
    color: #000000;
}


/*    SEE ALSO sections  */
.project-title h1 {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding-top: 30px;
}

.box img {
    max-width: 100%;
    object-fit: contain;
}

.myprojects img:hover {
    border: rgb(0, 0, 0);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}
.box h5 {
    color: black;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}





/*    Footer   */

footer {
    height: 100px;
    /*background-color: rgb(90, 89, 89);*/
}

footer span {
    color: rgb(23, 23, 23);
    font-size: 13px;
    margin-left: 10px;
}
footer a {
    text-decoration: none;
}

footer span:hover {
    color: rgb(170, 170, 170);
}
footer img {
    width: 16px;
}

.to-top {
    color: #1f1f31;
    background-color: white;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
    text-decoration: none;
}

.to-top.active {
    bottom: 15px;
    pointer-events: auto;
    opacity: 1;
}

/* Some cool animation code placed for About me page*/

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes flyup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* To make site responsive for ipades */

@media screen and (max-width: 1120px) {
    .bio-wrapper-two {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .left-wrapper {
        width: 100%;
        text-align: center;
        justify-content: flex-start;
        margin-top: 60px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .left-wrapper p {
        width: 300px;
        margin: auto;
        animation: flyup 1.3s ease;
        text-align: center;
    }
}


    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */
    /* To make site responsive for mobiles  - To make site responsive for mobiles */



@media screen and (max-width: 800px) {
   
    nav a {
        padding: 17px;
        font-size: 13px;
    }

   
    .bio-wrapper-two {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    .left-wrapper {
        text-align: center;
        margin-top: 0px;
    }

    .right-wrapper {
      width: 100%;
     }

    .right-wrapper img {
       border-radius: 0px;
       width: 80%;
       margin-top: 20px;
    }


    .left-wrapper p {
        width: 300px;
        margin: auto;
        animation: flyup 1.3s ease;
        text-align: center;
        font-size: 15px;
    }

    .icon-container-1 {
        height: 150px;
        width: 70%;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .icon-container-1 h4 {
        color: #676767;
        font-weight: 400;
        font-size: 10px;
    }

    .icon-container-1 p {
        font-size: 10px;
        width: fit-content;
    }

    .icon-container-1 img {
        height: 60px;
    }

    .icon-container-2 {
        height: 150px;
        width: 70%;
        margin: auto;
        margin-top: 20px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .icon-container-2 h4 {
        color: #696969;
        font-weight: 400;
        font-size: 10px;
    }

    .icon-container-2 p {
        font-size: 10px;
        width: fit-content;
    }

    .icon-container-2 img {
        height: 60px;
    }

    .first{
        flex-direction: column;
         padding: 0px 0px;
         align-items: center;
     }
     
     .first img {
         width: 60%;
         padding: 40px 0px;
     }

     article {
        width: 100%;
        padding-top: 40px;
        }

    .glimpse {
        flex-direction: column-reverse;
        justify-content: center;
        padding: 60px 20px;
    }

    .glimpse-intro h6 {
        width: 100%;
        margin: auto;
        text-align: start;
        color: #d7884c;
        font-size: 14px;
    }

    .glimpse-intro h1 {
        width: 100%;
        margin: auto;
        text-align: start;
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .glimpse-intro {
        width: 100%;
    }

    .glimpse-photo {
        width: 100%;
        height: auto;
    }

    .glimpse-photo img {
        width: 100%;
    }

    .glimpse-intro p {
        width: 100%;
        margin: auto; 
        left: 0px;
    }


    .intro {
        width: 100%;
        display: flex;
        align-content: center;
        padding: 60px 0px 80px 0px;
        background-color: #F8F8F8;
    }

    .overview {
        height: 800px;
        width: 100%;
        margin: auto;
        flex-direction: column;
    }

    .problem {
        width: 90%;
        line-height: 27px;
        margin: auto;
    }
    .problem li {
        width: 100%;
    }

    .goal {
        width: 90%;
        line-height: 27px;
        margin: auto;
    }
    .goal li {
        width: 100%;
    }

    .team {
        width: auto;
        text-align: center;
        padding: 0px 0px;
    }
  
    .team img {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    }
    
    .communication {
        width: 90%;
        margin: auto;
        line-height: 27px;
        padding: 40px 0px;
    }
    
    .communication p {
        width: 100%;
        margin-top: 30px;
    }

    .thought {
        width: 90%;
    }


   

    .question {
        width: 90%;
        margin-left: 5%;
    }

    .question h1 {
        font-size: 24px;
    }

    .question h1::before {
        font-size: 40px;
     }
     .question h1::after {
        font-size: 40px;
     }
    
     .answer {
         width: 90%;
         margin-left: 20%;
         margin: auto;
         padding: 40px 0px;
     }


    .strategy {
        width: 90%;
        margin: auto;
        margin-top: 60px;
        padding: 100px 0px;
    }

   
    .strategy h1 {
        width: 100%;
        text-align: start;
        font-size: 26px;
        font-weight: 450;
        color: #091e21;
        padding-bottom: 20px;
    }

    .strategy h1::first-letter {
        padding: 10px 25px 10px 25px;
        font-size: 24px;
        font-weight: 360;
    }

    .strategy p {
        width: 100%;
        color: #392f5a;
    }

    .strategy img {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .video {
        width: 100%;
    }

    .scope {
        width: 100%;
        margin: auto;
        padding: 40px 0px;
        justify-content: center;
        text-align: center;
    }

    .scope h1 {
        width: 90%;
        font-size: 26px;
        font-weight: 450;
        color: #071e21;
        margin-top: 20px;
    }

    .scope h1::first-letter {
        padding: 8px 16px;
        font-size: 20px;
        font-weight: 360;
    }


    .scope p {
        color: #392f5a;
        width: 90%;
        margin: auto;
    }
    .scope img {
        width: 100%;
        height: auto;
        padding: 20px 0px;
    }
    .concept {
        width: 100%;
        margin: auto;
        padding: 0px 0px;
    }

   

    .concept h1 {
        width: 90%;
        margin: auto;
        font-size: 24px;
        font-weight: 450;
        color: #071e21;
        margin-top: 20px;
        text-align: start;
        padding: 0px;
        padding-bottom: 0px;
    }

    .concept img {
        width: 100%;
        padding: 40px 0px;
    }

    .concept h1::first-letter{
        font-size: 24px;
        border-radius: 50%;
        padding: 10px 20px;
    }

    .persona2 h1 {
        width: 90%;
        font-size: 26px;
        font-weight: 450;
        color: #071e21;
        margin-top: 0px;
    }

    .persona2 p {
        color: #392f5a;
        width: 90%;
        margin: auto;
    }

    .persona2 img {
        width: 90%;
        height: auto;
        margin-top: 40px;
    }

    .persona2 h1::first-letter {
        padding: 10px 20px 10px 20px;
        font-size: 24px;
        font-weight: 360;
    }

    .sitemap-2 {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
        justify-content: center;
        text-align: center;
        margin-top: 60px;
    }

    .sitemap-2 h1 {
        width: 90%;
        margin: auto;
        font-size: 26px;
        font-weight: 450;
        margin-top: 20px;
        text-align: start;
        padding: 0px;
        padding-bottom: 0px;
        color: #091e21;
    }

    .sitemap-2 p {
        color: #392f5a;
        width: 100%;
        margin: auto;
        border-radius: 20px;
        padding: 20px;
    }

    .sitemap-2 img {
        width: 90%;
        height: auto;
        margin-top: 20px;
    }

    .sitemap-2 h1::first-letter {
        padding: 10px 20px 10px 20px;
        font-size: 24px;
        font-weight: 360;
    }
   

    .wireframe {
        margin: auto;
        justify-content: center;
        background-attachment: fixed;
        background-image: url("img/health1.jpg");
        background-size: cover;
    }

    .wireframe h1 {
        width: 90%;
        margin: auto;
        font-size: 26px;
        font-weight: 450;
        text-align: start;
        padding-top: 60px;
        color: white;
    }

    .wireframe p {
        width: 90%;
        margin: auto;
        text-align: start;
        color: white;
        background-color: #00000056;
        border-radius: 40px;
        padding: 30px 30px;
        font-size: 16px;
        margin-top: 50px;
    }

.wireframe h1::first-letter {
    padding: 10px 20px 10px 20px;
    font-size: 24px;
    font-weight: 360;
}

    .img-container1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-top: 60px;
    }
    .img-container1 img {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 70px;
    }
    .img-container2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-top: 15px;
    }
    .img-container2 img {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 70px;
    }
    .img-container3 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-top: 15px;
    }
    .img-container3 img {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 70px;
    }

    .mockup {
        width: 100%;
        margin: auto;
        justify-content: center;
        background-color: black;
    }
    .mockup-container {
        margin: auto;
        width: 100%;
        margin-top: 5%;
        justify-content: space-between;
    }

    .mockup h1 {

        width: 90%;
        margin: auto;
        font-size: 26px;
        font-weight: 450;
        margin-top: 20px;
        text-align: start;
        color: rgb(255, 255, 255);
    }

    .mockup h1::first-letter {
        padding: 5px 10px 5px 10px;
        font-size: 20px;
        font-weight: 360;
    }

    .mockup h3 {
        width: 90%;
        margin: auto;
        font-size: 20px;
        font-weight: 450;
        text-align: start;
        margin-top: 100px;
        padding: 20px 0px 0px 10px;
        color: #ffffff;
    }

    .mockup h4 {
        width: 90%;
        margin: auto;
        font-size: 20px;
        text-align: start;
        margin-top: 20px;
        margin-bottom: 60px;
        z-index: 1;
        padding: 20px 0px 20px 0px;
        position: relative;
        color: rgba(
            255,
            255,
            255,
            0.692
        );
    }

    .mockup h4:nth-child(even) {
    padding: 100px 10px 10px 10px;
    }
    .mockup h4:nth-child(odd) {
        padding: 60px 20px 40px 60px;
        }

    .mockup p {
        width: 90%;
        margin: auto;
        margin-top: 50px;
        text-align: start;
        color: white;
        border-radius: 40px;
        padding: 30px 30px;
        font-size: 18px;
    }

    .img-wrapper {
        display: block;
        margin: auto;
        height: auto;
        width: 100%;
        margin-top: 50px;
        padding: 20px 10px;
    }


    .img-final {
        width: 30%;
        margin: auto;
        height: auto;
    }

    .mockup img {
        width: 100%;
        border-radius: 10px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    .microinteraction {
        padding: 50px 10px;
    }

    .microinteraction h1 {
        width: 90%;
        margin: auto;
        color: #252525;
        font-size: 25px;
        font-weight: 500;
    }
    .microinteraction p {
        width: 90%;
        margin: auto;
        font-size: 15px;
        margin-top: 10px;
    }

.anima {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 80px 20px 80px 0px;
}

.anima p {
    width: 90%;
}

.anima img {
    width: 90%;
}


.result{
    height: 80vh;
}

.result img{
    width: 90%;
    margin: auto;
}

.result p {
   width: 90%;
   margin: auto;
}


.myprojects {
    padding: 40px 10px;
}

.text {
    width: 90%;
    margin: auto;
}

    .outro1 {
        width: 95%;
    }
    .bottom-bar {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
    }
    
    .bottom-bar h1 {
        width: 90%;
        margin: auto;
        font-size: 25px;
        color: black;
        text-align: start;
        padding-top: 40px;
    }

    .bottom-bar p {
        width: 90%;
        text-align: start;
        font-size: 17px;
        padding-top: 60px;
        color: #195560;
    }

    .bottom-bar img {
        width: 100%;
    }

    .box {
        padding: 20px 0px 20px 0px;
    }
    

    
}
