/* Global */
@import url(global.css);
@import url(project.css);


/* Prototype Displays */
.gridDisplay{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.prototypeDisplay{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;

    margin-bottom: var(--secBottom);
}
.prototypeDisplay .displayEle{
    width: 100%;
    border-radius: 10px;
}


.prototypeDisplayMobile{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-items: center;

    margin-bottom: var(--secBottom);
}
.prototypeDisplayMobile .displayEleMobile{
    width: 100%;
    /* max-width: 200px; */
    border-radius: 10px;
}


/* Feature Display */
.featureDisplay{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    margin-bottom: var(--secBottom);
}
.featureDisplay img{
    width: 100%;
    grid-column: span 2;
    border-radius: 10px;
}
.featureDisplay p{
    margin-top: 0;
}

/* Cards Display */
.cardsDisplay div{
    background-color: var(--lightBack);
    /* border: var(--border); */
    border-radius: 10px;
}
.cardsDisplay img{
    border-radius: 10px 10px 0 0;
}
.cardsDisplay h5{
    margin: 10px 15px 0px 15px;
    /* color: var(--developColor); */
}
.cardsDisplay p{
    margin: 5px 15px 15px 15px;
}



/* /////PAGE///// */

/* //Overview// */

/* Title
 => project.css */
 h1{
    background: linear-gradient(90deg, #F9B1B1 0%, #DB8FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Project background */
#background{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
    margin-bottom: var(--secBottom);
}
/* #effortTeam{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 18px;
}
#effortTeam div{
    font-weight: 300;

    padding: 20px;
    border: var(--border);
    border-radius: 10px;
} */

/* Design Process
 => project.css */



/* //Discover//
 => project.css */
/* Interview section */
#interviewSection{
    display: flex;
}
#interviewSection p, 
#interviewSection ol{
    width: 50%;
    margin-top: 0;
}
#interviewSection p i{
    display: block;
    margin-top: 10px;
    color: #d9d9d9;
    font-weight: 100;
}
#interviewSection ol {
    width: 50%;
    margin-top: 0;
}
#interviewSection ol li{
    margin-bottom: 10px;
}


/* //Define// */
/* Persona */
#persona{
    padding: 40px;
    padding-bottom: 20px;
    /* border: var(--border); */
    background-color: var(--lightBack);
    border-radius: 10px;

    display: flex;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: var(--secBottom);
    font-size: 14px;
}

#personaPicContainer{
    display: flex;
    justify-content: center;
    background-color: rgb(167, 215, 210);
    border-radius: 4px;
}
#personaPic{
    min-width: 0;
    width: 100%;
    max-width: 100px;
    padding: 10px;
    border-radius: 4px;

}
#persona h4{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
#personaBack{
    min-width: 220px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
#personaBack>p{
    margin: 0;
}
#backgroundInfo{
    display: flex;
    gap: 10px;
}
#backgroundInfo p:nth-child(1){
    font-weight: bold;
}
#persona h5{
    color: var(--defineColor);
}
#cassieQoute{
    font-family: serif;
    font-size: 16px;
    font-weight: 800;

    margin-top: 0;
}
#personaInfo{
    display: flex;
    gap: 20px;
}
#personaInfo div{
    width: 50%;
    /* border: var(--border);
    border-radius: 10px;
    padding: 10px; */
}

#personaInfo h5{
    margin-top: 0;    
}
#personaInfo ul{
    margin-top: 4px;
}
#personaInfo li{
    line-height: 1.5;
    margin-bottom: 8px;
}

/* User Stories 
 => project.css*/

/* User Flow */
#userFlow{
    display: flex;
    justify-content: center;
    width: 100%;
}
#userFlow img{
    max-width: 800px;
    min-width: 0;
    aspect-ratio: 1/.9;
    object-fit: cover;

    margin-top: -15px;
    margin-bottom: var(--secBottom);
}

/* Information Architecture */
#IA{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#IA div{
    width: 100%;
}
#IA img{
    min-width: 0;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 1/1.2;
    object-fit:cover;
    border: var(--border);
    border-radius: 10px;
}
#IABenefits{
    background-color: var(--lightBack);

    padding: 4px 20px;
    border-radius: 10px;
}

/* ///Develop/// */
#develop h4 {
    color: var(--developColor);
}

/* .wireFrameHeader{
    color: var(--developColor);
} */

#handDrawnHeader{
    margin-top: 40px;
}
#handDrawn img{
    border: var(--border);
}

.wireframe img{
    opacity: 0.97;
}

#interactionTypes img{
    border-radius: 10px 10px 0 0;
}


#styleGuide{
    display: flex;
    justify-content: center;

    margin-bottom: var(--secBottom);
}
#styleGuide img{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    border:var(--border);
    border-radius: 10px;
}

#brandingDescription{
    margin-top: 0;
    margin-bottom: 50px;
}

#progress{
    margin-top: 0;
}
#progressDisplay{
    margin-bottom: 10px;
}

/* Web APP */
#designEngineering{
    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: var(--secBottom);
}
#designEngineering div{
    width: 50%;
    border: var(--border);
    padding: 0 20px;
    border-radius: 10px;
}
#designEngineering h5{
    color: var(--developColor);
    font-size: 20px;
    margin-top: 20px;
}

#keyboardSupport{
    margin-top: 0;
}


#touchScreen, 
#edgeCase{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    margin-bottom: var(--secBottom);
}
#touchScreen img,
#edgeCase img{
    min-width: 0;
    
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.15);
}

#drawCursor{
    width: 100%;
    max-width: 430px;
    border-radius: 5px;
    
}
#drawTouch{
    width: 100%;
    max-width: 200px;
    border-radius: 30px;
}

#edgeTablet{
    width: 100%;
    max-width: 300px;
    border-radius: 20px;  
}
#edgeMobile{
    width: 100%;
    max-width: 400px;
    border-radius: 25px;
}



/* //Deliver// 
 => project.css */
#results{
    margin-bottom: var(--secBottom);
}
#results svg{
    margin-top: 10px;
    border-radius: 10px;
}
#results h4{
    margin: 0;
}
#results ul{
    margin-top: 0;
}


/* ///Responsive Design/// */
@media only screen and (max-width: 767px), 
screen and (max-height: 480px){
    /* Global
     => project.css */

    .prototypeDisplay,
    .prototypeDisplayMobile{
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    /* .prototypeDisplayMobile .displayEleMobile{
        width: 60%;
    } */


    /* Overview */
    /* Title 
     => project.css */
    #effortTeam{
        grid-template-columns: 1fr;
        gap: 5px;
    }
    #effortTeam div{
        padding: 10px;
    }

    /* Discover 
     => project.css */
    #interviewSection{
        display: block;
    }
    #interviewSection p,
    #interviewSection ol{
        width: 100%;
    }

    /* Define */
    /* Persona*/
    #persona{
        flex-direction: column;
        gap: 0;
        align-items: normal;

        padding: 10px;
    }
    #personaPic{
        max-width: 230px;
        display: block;
        margin: 20px auto 20px auto;
    }
    #persona h4{
        text-align: center;
    }
    #personaInfo{
        flex-direction: column;
    }
    #personaInfo div{
        width: 100%;
    }
    
    /* User stories 
     => project.css*/

    #IA {
        gap: 5px;
        flex-direction: column;
        align-items: center;
    }

   

    /* Develop */
    #designEngineering{
        flex-direction: column;
    }
    #designEngineering div{
        width: 100%;
    }

    #touchScreen,
    #edgeCase{
        flex-direction: column-reverse;
        gap: 20px;
    }
    #drawCursor{
        border-radius: 8px;
    }
    #drawTouch{
        width: 60%;
        border-radius: 28px;
    }

    /* Deliver 
     => project.css**/
    #results{
        display: block;
    }
}