/* Global */
#mainContent{
    line-height: 1.8;
    max-width: 940px;
}

h2{
    display: inline-block;
    display: block;

    font-size: 40px;
    margin: 0;
}
h3{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}
h4{
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
}
h5{
    font-size: 18px;
    margin-bottom: 5px;
}
ul,ol{
    padding-inline-start: 20px;
}

p,li{
    color: var(--paragraph); 
}

strong{
    color: #eee;
}


/* Section headers */
.secHead{
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 80px;
}


/* Highlight Side Menu on scroll */
a[data-item="overview"].active{
    border-right: 4px solid #C2C2C2;
    background: linear-gradient(270deg, #515151 0%, #51515100 100%);
}
a[data-item="discover"].active{
    border-right: 4px solid var(--discoverColor);
    background: linear-gradient(270deg, #50659C 0%, #51515100 100%);
}
a[data-item="define"].active{
    border-right: 4px solid #70F6FF;
    background: linear-gradient(270deg, #378287 0%, #51515100 100%);
}
a[data-item="develop"].active{
    border-right: 4px solid #E886FF;
    background: linear-gradient(270deg, #9153a0 0%, #51515100 100%);
}
a[data-item="deliver"].active{
    border-right: 4px solid #9A76FF;
    background: linear-gradient(270deg, #5b449b 0%, #51515100 100%);
}

/* Link Buttons */
/* .linkBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    border: 1.5px solid var(--borderColor);
    border-radius: 50px;

    width: 140px;
    height: 46px;
    padding: 0 8px;

    transition: 0.2s ease;
}

.linkBtn:hover{
    color: var(--background);
    background-color: #fff;
    border: 1.5px solid var(--paragraph);
}

.linkBtn.fill{
    color: var(--background);
    background-color: #fff;
    border: 1.5px solid var(--paragraph);
}
.linkBtn.fill:hover{
    color: #fff;
    background-color: var(--borderColor);
    border: 1.5px solid var(--borderColor);
}

.visitLinks{
    display: flex;
    flex-wrap: wrap;
    gap:10px;

    margin: 20px 0 50px 0;
} */



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

/* //Overview// */
/* Title */
#descriptionHeading{
    font-size: 24px;
    color: #C2C2C2;
    margin-top: 46px;
    margin-bottom: -20px;
}
#mainTitle{
    margin: 2px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
h1{
    display: inline-block;

    font-size: 50px;
    margin: 0;
}

#titleHeader{
    position: relative;
    z-index: -1;
}
#UIalienBae{
    position: absolute;
    max-width: 200px;

    right: 0;
    transform: translateY(-145px);

}

#titleImg{
    width: 100%;
    border-radius: 10px;
}

#overview h2{
    margin-top: 50px;
    margin-bottom: 0;

    background: linear-gradient(90deg, #B2B2B2 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Design Process */
#designProcess{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#designProcess img{
    max-width: 800px;
    min-width: 0;
}



/* //Discover// */
#discover h2{
    background: linear-gradient(90deg, var(--discoverColor) 0%, #FFF 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Interview */
#interview{
    color: #EEE;
    margin-top: 0;
}

/* Competitive Analysis */
#competitiveAnalysis{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}
.competitors{
    padding: 20px;
    border: var(--border);
    border-radius: 10px;
}
.competitors svg{
    width: 78px;
}
.competitors p{
    margin-bottom: 0;
}
.competitors ul{
    margin-top: 0;
}

.competitorsInfo{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.competitorsInfo svg{
    border-radius: 10px;
}
.competitorsInfo h4{
    font-size: 22px;
    margin-bottom: 0;
}
.competitorsInfo h5{
    margin-top: 0;
}
.competitorsInfo h5 a{
    font-weight: 800;
    color: var(--discoverColor);
}


/* //Define// */
#define h2{
    background: linear-gradient(90deg, #70F6FF 0%, #FFF 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* User Stories */
#userStories{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;

    margin-bottom: var(--secBottom);
}
.stories{
    display: flex;
    flex-direction: column;

    border: var(--border);
    padding: 20px;
    border-radius: 10px;
}
.stories h4{
    margin-bottom: 0;
    color: var(--defineColor);
}
.stories > p{
    margin-top: 5px;
}
.solutions{
    flex: 1;

    background-color: var(--lightBack);
    /* border: var(--border); */
    padding: 20px;
    border-radius: 10px;

    
}
.solutions p{
    margin-top: 0;
}


/* //Develop// */
#develop h2{
    background: linear-gradient(90deg, #E886FF 0%, #FFF 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* //Deliver// */
#deliver h2{
    background: linear-gradient(90deg, #9A76FF 0%, #FFF 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Test and Iteration */
.iterations{
    background-color: var(--lightBack);
    border: var(--border);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: var(--secBottom);
}
.iterations h4{
    /* font-size: 24px; */
    color: var(--deliverColor);
}

.feedbackImprove{
    display: flex;
    gap: 20px;
}
.feedbackImprove p{
    width: 50%;
    margin-top: 0;
}
.feedbackImprove p em{
    font-weight: 100;
}

.iterationsImgs{
    display: grid;
    grid-template-columns: 1fr 0.3fr 1fr;
    align-items: center;
    justify-items: center;
}
.iterationsImgs img,
.iterationsImgs svg{
    width: 100%;
    max-width: 400px;
}
.iterationsImgs img{
    border-radius: 10px;
}

.iterations hr{
    border: none;
    border-top: var(--border);
    margin: var(--secBottom) 0;
}


/* Try it Out */
iframe{
    width: 100%;
    aspect-ratio: 16/9;

    margin-bottom: var(--secBottom);

    border-radius: 10px;
}
.mobileFigma{
    display: none;
}
.desktopFigma{
    display: block;
}

.tryItOutTitles{
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 10px;
}
.tryItOutTitles h4{
    margin: 0;
}
.tryItOutTitles p{
    margin: 0;
}

/* //More Projects// */
#moreProjects{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    align-items: stretch;
}
#moreProjects a{
    color: #FFF;
    text-decoration: none;
}
.project{
    height: 100%;
    width: 100%;

    border-radius: 20px;
    border: 0.5px solid #c2c2c25f;
    overflow: hidden;

    cursor: pointer;
    transition: 0.5s;

    /* margin-bottom: 20px; */
}

.project:hover{
    box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.35);
}


.projectImage{
    width: 100%;
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#providencePlaceImg{
    background-image: url("../media/ProvidencePlaceMockup.webp");
}
#vendingMachineImg{
    background-image: url("../media/VendingMachineMockup.webp");
}
#accordionImg{
    background-image: url("../media/AccordionMockup.webp");
}
#baeometerImg{
    background-image: url("../media/BaeometerMockup.webp");
}
#artPlaceImg{
    background-image: url("../media/artPlaceMockup.webp");
}
#pharmailyImg{
    background-image: url("../media/PharmailyMockUp.webp");
}
#tritonImg{
    background-image: url("../media/triton2goMockupClean.webp");
    opacity: 0.9;
}
#otherProjectsImg{
    background-image: url("../media/otherProjectsMockup.webp");
}


.projectInfo{
    width: 100%;
    height: 100%;
    min-width: 0px;
    background-color: #222222;

    padding: 20px;
}

.projectInfo h3{
    font-size: 16px;
    color: #C2C2C2;
    margin-bottom: 6px;
    margin-top: 0;
}
.projectInfo h2{
    font-size: 30px;
    margin: 0;
    margin-top: -10px;
}
.projectInfo p{
    font-size: 14px;
    margin-top: 0;
}

#providencePlaceProject .projectInfo h2{
    font-size: 24px;
}
#vendingMachineProject .projectInfo h2{
    font-size: 24px;
}
#baeometerProject .projectInfo h2{
    background: linear-gradient(90deg, #F9B1B1 0%, #DB8FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#artPlaceProject .projectInfo h2{
    color: #FFCA2A;
    text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.40);

}
#pharmailyProject .projectInfo h2{
    background: linear-gradient(90deg, #66C3D4 2.56%, #6ACBB7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.20);
}

#tritonProject .projectInfo h2{
    color: var(--discoverColor);
}



/* ///Responsive Design/// */
@media only screen and (max-width: 767px), 
screen and (max-height: 480px){
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 30px;
        margin-bottom: 0;
    }
    h3{
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    h4{
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    h5{
        font-size: 16px;
        margin-bottom: 5px;
    }
    main p,
    main li,
    main div{
        font-size: 14px;
    }

    main{
        padding: 0 10px;        
    }
    aside{
        z-index: 2;
    }


    /* Overview */
    #beaometerTitle svg{
        display: none;
    }
    #UIalienBae{
        display: none;
        /* max-width: 140px;
        transform: translateY(-100px);
        filter: brightness(0.5); */
    }
    #mainTitle svg {
        width: 42px;
        height: 42px;
        border-radius: 0px;
    }

    /* Discover */
    #competitiveAnalysis{
        grid-template-columns: 1fr;
    }
    .competitors svg,
    .competitors img{
        width: 60px;
        height: 60px;
    }
    .competitorsInfo {
        flex-direction: column;
        gap:5px;
    }

    /* Define */
    .stories{
        padding:10px
    }
    #userStories{
        grid-template-columns: 1fr;
    }

    /* Deliver */
    .feedbackImprove{
        flex-direction: column;
    }
    .feedbackImprove p{
        width: 100%;
    }
    .iterationsImgs{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .iterationsImgs svg{
        transform: rotate(90deg);
    }

    #mobileFigma{
        display: block;
    }
    #desktopFigma{
        display: none;
    }
    iframe{
        aspect-ratio: 195/422;
        display: block;
        margin: 0 auto;
        margin-bottom: var(--secBottom);
        width: 80%;
    }


    /* //More Projects// */
    #moreProjects{
        grid-template-columns: 1fr;
    }
    
}