* {
    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", sans-serif;
    font-weight: 300;
}



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

.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(66, 66, 66);
    z-index: 10;
    padding: 26px;
}

nav a:hover {
    color: #2d2d46;
    background-color: rgb(230, 230, 230);
    font-weight: 300;
}

/*    Main Content    */
main {
   
}
/*       About me      */

.img-container {
    width: 100%;
    height: auto;
}

.img-container img {
    width: 100%;
}
.bio-wrapper-two {
    width: 100%;
    display: flex;
    padding-bottom: 130px;
}

.left-wrapper {
    width: 56%;
    text-align: center;
    margin-top: 90px;
}

.left-wrapper h1 {
    color: #8398c9;
    width: 56%;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 800;
    font-size: 30px;
    align-items: start;
}

mark.white {
    color: #304169;
    background: none;
    font-weight: 300;
}

.left-wrapper p {
    color: #392f5a;
    width: 56%;
    margin: auto;
    text-align: start;
    animation: flyup 2.3s ease;
}

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

.right-wrapper {
    width: 44%;
}

.icon-box-two p {
    text-align: center;
}

.right-wrapper img {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 170px;
    border-radius: 5px;
    animation: drop 1.3s ease;
}

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

.icon-container-1 h4 {
    color: #304169;
    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: #304169;
    font-weight: 400;
    font-size: 14px;
}

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

.overview {
    width: 75%;
    margin: auto;
    margin-top: 50px;
    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%;
    line-height: 27px;
}
.goal h1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}

.team {
    width: auto;
    text-align: center;
    padding: 160px 0px;
}

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

.team h1 {
    font-weight: 300;
    font-size: x-large;
}

.communication {
    width: 75%;
    margin: auto;
    height: 400px;
    line-height: 27px;
    margin-bottom: 10px;
}
.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 :#4b69af;
    padding: 4px;
    border-radius: 4px;
}

.question {
    width: 40%;
    margin: 10% 88% 0% 12%  ;
}

.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: 8% 60% 0% 40%  ;
 }
 .answer p strong {
    font-size: 16px;
    padding: 2px 20px 2px 10px;
    border-radius: 4px;
    color: white;
    background-color: #4D69AF;
}

.design {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.design h1 {
    font-weight: 500;
    font-size: 30px;
    text-align: start;
    width: 30%;
    margin: 12%;
}

.design img {
    width: 63%;
    margin: auto;
    height: auto;
    padding-bottom: 40px;
}

.content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #222f50;
}

.content img {
    padding-top: 50px;
    width: 23%;
    height: 100%;
    object-fit: contain;
}

.microinteraction {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    padding: 80px;
}

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

.anima {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    color :white;
    padding: 160px 80px 160px 80px;
}

.result{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0px 100px 0px;
}

.result img{
    width: 60%;
    margin: auto;
    box-shadow: 0 6px 10px 0 rgba(62, 62, 62, 0.2), 0 8px 22px 0 rgba(60, 60, 60, 0.19);
}

.result p {
    color: rgb(37, 37, 37);
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}


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

.anima img {
width: 50%;
height: auto;
border-radius: 1%;
box-shadow: 0 4px 8px 0 rgba(62, 62, 62, 0.2), 0 6px 20px 0 rgba(60, 60, 60, 0.19);
}

.anima h1 {
    color: #212121;
    font-size: 25px;
    font-weight: 500;
    text-align: start;
}

.anima p {
    width: 70%;
    color: black;
}

.anima strong {
    color: #000000;
    font-weight: 300;
    background-color: #dcefff;
    border-radius: 2px;
    font-size: 15px;
    padding: 3px;
}

.end {
    width: auto;
    text-align: center;
    padding: 80px 0px;
}

.end h1 {
    margin-top: 50px;
    font-weight: 300;
    font-size: x-large;
}

.end img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}


/* Retrospective part */
.bottom-bar {
    display: flex;
    background-color: #ffffff;
}

.outro1 {
    width: 65%;
    text-align: start;
    padding-top: 40px;
}

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

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

.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: 17px;
    padding-top: 60px;
    color: #161616;
}



/*    SEE ALSO sections  */
.project-title h1 {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 30px;
    color: black;
    background-color: #F8F7F8;
}
.myprojects {
    padding: 50px 0px;
    background-color: #f8f8f8;;
}
.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);*/
    background-color: rgb(255, 255, 255);
}

footer span {
    color: black;
    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;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(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;
    }

    .right-wrapper {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .right-wrapper img {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 100px;
        margin-bottom: 10px;
        animation: drop 1.3s ease;
    }

    .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 */



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


    .img-container {
        margin-bottom: 0px;
    }

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

    .left-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

    .right-wrapper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    .right-wrapper img {
        width: 95%;
        margin-left: auto;
        margin-bottom: auto;
        border-radius: 2px;
        margin-top: 30px;
        display: block;
        animation: none;
    }

    .left-wrapper h1 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .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: #2A3B63;
        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: #2A3B63;
        font-weight: 400;
        font-size: 10px;
    }

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

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

    .overview {
        width: 100%;
        flex-direction: column;
    }

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

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


    .question {
        width: 80%;
    }
    .question h1 {
        font-size: 28px;
        padding: 20px 0px;
    }

    .question h1::before {
        font-size: 40px;
     }
     .question h1::after {
        font-size: 40px;
     }
    
     .answer {
         width: 95%;
         margin: auto;
     }

    .team {
        width: auto;
        text-align: center;
        padding: 100px 0px;
    }

    .team h1 {
        width: 95%;
        margin: auto;
        font-size: 24px;
        font-weight: 450;
        color: #071e21;
        text-align: start;
    }

    .team img {
        width: 95%;
        margin: auto;
        margin-top: 20px;
    }

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

    .communication h1 {
        width: 95%;
        margin: auto;
        font-size: 24px;
        font-weight: 450;
        color: #071e21;
        margin-top: 0px;
        text-align: start;
    }

    .communication p {
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }


    .communication strong {
        font-weight: 300;
        background-color :#4b69af;
        padding: 4px;
        border-radius: 4px;
    }
    

    .design {
        width: 100%;
        padding-bottom: 40px;
    }

    .design h1 {
        width: 95%;
        margin: auto;
        font-size: 24px;
        font-weight: 450;
        color: #071e21;
        margin-top: 80px;
        margin-bottom: 30px;
        text-align: start;
    }

    .design img {
        width: 95%;
        margin: auto;
        padding-bottom: 40px;
    }

    .content {
        width: 100%;
        margin: auto;
        align-items: center;
        flex-direction: column;
        background-color: #222f50;
    }
    .content img {
        padding-top: 50px;
        width: 50%;
        height: auto;
    }


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


    .anima {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color :white;
        padding: 80px 0px 80px 0px;
        ;
    }
    
    .text {
        width: 95%;
        padding: 20px 0px;
    }
    
    .anima img {
        width: 95%;
        border-radius: 1%;
    }
    
    .anima h1 {
        font-size: 25px;
        font-weight: 500;
        text-align: start;
    }
    
    .anima p {
        width: 100%;
        margin: auto;
        text-align: start;
    }
    .anima strong {
        color: #222F50;
        font-weight: 300;
        background-color: white;
        border-radius: 2px;
        font-size: 15px;
        padding: 3px;
    }

    .result {
        display: flex;
        flex-direction: column;
        padding: 80px 0px 20px 0px;    
    }

    .result img {
        width: 95%;
        margin: auto;
       
    }
    
    .result p {
        width: 95%;
        margin: auto;
        font-size: 16px;
        text-align: start;
        padding: 10px 0px 40px 0px;
    }
    
    .gif-result{
        background-color: #222f50;
        height: 400px;
        display: flex;
        flex-direction: column;
    }
    .gif-result img{
        width: 80%;
        margin: auto;
    }
    
    .gif-result p {
        width: 80%;
        margin: auto;
        color: white;
        text-align: start;
        font-size: 11px;
        margin-top: 1px;
    }
    
    /*   Will finish it tomorrow  */


    .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: #444444;
    }
    
    .bottom-bar img {
        width: 100%;
    }


    .end {
        width: auto;
        text-align: center;
        margin-top: 40px;
        padding: 0px;
    }

    .end h1 {
        width: 95%;
        margin: auto;
        font-size: 24px;
        font-weight: 450;
        color: #071e21;
        margin-top: 0px;
        text-align: start;
    }

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

    .bottom-bar {
        width: 100%;
    }

    .bottom-bar h1 {
        width: 95%;
        font-size: 20px;
    }
    .bottom-bar p {
        width: 95%;
        padding-top: 30px;
    }

    .bottom-bar img {
        display: none;
    }

    .outro1 {
        width: 100%;
    }
}
