body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

p,h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    line-height: 26px
}

#home {
    height: 50vh;
    width: 100%;
    background-image: url(../images/sibagenebackdrop.jpg);
    background-size: cover;
    background-position: center;
    color: rgb(221, 221, 221);
}



#navbar {
    background-color: #333;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbar li {
    margin: 0 20px;
}

#navbar a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
}

#navbar a:hover {
    background-color: #555;
    border-radius: 5px;
}

#home .content {
    background: rgba(47, 47, 47, 0.878);
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    width: 100%;
    box-sizing: border-box;
}

#objectives, #problem-statement, #mobile-view, #target-audience, #methodology, #competitive-analysis, #gen, #user-stories, #information-architecture, #site-map, #wireframes, #prototypes, .mobile-view, #conclusion{
    min-height: 30vh; /* Ensure sections have a minimum height to avoid overlap */
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 10rem;
 
}

#siba-problem-statement{
    min-height: 20vh; /* Ensure sections have a minimum height to avoid overlap */
    padding: 40px;
    box-sizing: border-box;
}

#user-stories{
    width: 65%;
}

#intro{
    padding: 0;

}

#gen{
    background-color: #33444B;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


#user-stories h3{
    color: rgb(0, 0, 0);

}

#personas h3{
    color: rgb(0, 0, 0);

}


#ideation{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    flex-direction: column;
    margin-top: 5rem;
    background: #f9f9f9;
    padding: 40px;

}

#information-architecture,
#site-map{
    margin-top: 4rem;

    
}

#site-map-title{
    float: right;
    background-color: antiquewhite;
}

#information-architecture img,
#site-map img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: 3rem;
}

.wireframes-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    
}

.prototypes-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    
}


.prototype-mobile-view{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5rem;
    padding: 40px;
    width: 35%;
    margin: 0 auto;

}


#wireframes img{
    width: 20%;
    height: 60%;
    
}

#prototypes img{
    width: 20%;
    height: 60%;
    
}


#information-architecture p{
    width: 50%;
}



#site-map h3{
    width: 50%;
    height: 50%;
    float: right;

}



#site-map p{
    width: 50%;
    height: 50%;
    float: right;

}

.prelim-sability-studies{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    margin-top: 5rem;
    background: #f9f9f9;
    padding: 40px;

}

.final-product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}

.info-architecture-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.finaldesk{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



.site-map-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.ideation-mg{
    height: 100%;
    border-radius: 20px;
    display: flex;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 20px;

}

.ideation-mg img{
    width: 50%;

}

.ideation-mg p{
    color: rgb(184, 184, 184);
    font-size: 16px;
    color: rgb(98, 98, 98);


}


.findings,
.adjustments{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f9f9f9;
    padding: 20px;


}


.gen-inner h3{
    color: white;
    margin-top: 6px;
}


.gen-inner li{
    color: rgb(195, 195, 195);
}


.intro-content, .objectives-content, .problem-statement-content {
    margin: auto;
    text-align: center;
}

.intro-content {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 30px;
}

.objectives-content {
    text-align: left;
    width: 50%;
    float: left;
}

.problem-statement-content {
    text-align: left;
    float: right;
    width: 50%;
}

.problem-statement-content {
    background: #f8fbfe; /* Light gray background */
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
}

.problem-statement-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.problem-statement-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.problem-statement-content ul {
    padding-left: 20px;
}

.problem-statement-content li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
    list-style-type: disc;
}

#mobile-view {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.old-product{
    width: 90%;
    margin: 0 auto;
}

.siba-frame {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siba-frame img {
    width: 70%;
    height: 70%;
}

.desktop-frame {
    width: 820px;
    height: 90vh;
    border: 14px solid black;
    border-radius: 36px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.desktop-frame img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.mob-desk{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 5rem;

}

.audience-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;

    gap: 20px;
}

#initial-usability-studies {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    }

#initial-usability-studies img{
width: 30%;
}


.audience-list {
    flex: 1;
    min-width: 100px;
    margin: 10px;

}


.demographic-list {
   padding-left: 25%;
}

#methodology {
    background: #f9f9f9;
}

.methodology-content {
    padding-bottom: 20px;
    gap: 3rem;
    
}

.summary {
    width: 70%;
    background: #33444B;
    border-radius: 20px;
    padding: 20px;
    color: white;
    padding-bottom: 1rem;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary p {
    font-size: 16px;
    color: rgb(184, 184, 184);
    }

.summary a {
text-decoration: none;
color: rgb(56, 75, 248);
}

.summary a:hover {
    color: rgb(56, 75, 248);
}

.research-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


.research-img img{
    width: 70%;
    height: 70%;
    border-radius: 20px;
}

#competitive-analysis{
    display: flex;
    flex-direction: column;

}

#competitive-analysis p{
    width: 60%;
    text-align: justify;
}
 p{
    line-height: 25px;
    text-align: justify;
 }

#insights{
    width: 60%;
    text-align: justify;

}

.results,
.themes{
    width: 60%;
    float: right;
    text-align: justify;

}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sticky-note {
    width: 100px;
    height: 70px;
    background-color: #ffeb3b;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    position: fixed;
    top: 10px;
    left: 10px;
    display: none; /* Initially hidden */
    transition: background-color 0.5s ease;
    
}

.sticky-note::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 20px;
    background-color: inherit; /* Inherit the background color from the sticky note */
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 4rem;
    
}

.sticky-note h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.sticker-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 2rem;
    position: fixed;
    top: 0;
}

.crash{
     display: flex;
     
}

.crash img{
    width: 50%;
}


p {
    font-size: 1.1rem;
    line-height: 1.6;
    width: 60%;
}

ul {
    padding-left: 20px;
    line-height: 1.5;
}

li {
    margin-bottom: 10px;
}

.research-content,
#initial-usability-studies {
    gap: 20px;
    margin-bottom: 6rem;
}

.ideationimg img{
    width: 50%;
    height: 50%;
}

@media (max-width: 768px) {
    .methodology-content {
        flex-direction: column;
    }

    .summary {
        width: 100%;
        padding: 5px;
        
    }

    .summary p, h3 {
        font-size: 14px;
        width: 85%;
        padding-left: 15px;
        padding-bottom: 1rem;
    }
    
    #objectives .objectives-content, #problem-statement .problem-statement-content {
        text-align: center;
    }
    
    .audience-content {
        flex-direction: column;
    }

    .audience-list, .demographic-list {
        width: 100%;
        margin: 0;
    }

    #intro .intro-content {
        gap: 10px;
        font-size: 10px;
    }


    .objectives-content {
        width: 100%;
        text-align: justify;

    }
    
    .problem-statement-content {
        width: 100%;
    }

    .research-img img{
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }


    .demographic-list {
        padding-left: 2%;
     }


     #personas img{
        width: 100%;
        height: 100%;
    
    }

    #wireframes img{
        width: 100%;
        height: 100%;
    
    }


    #ideation{
       margin-bottom: 5rem;
       height: 120vh;
       width: 100%;
    
    }


    .ideation-mg{
    flex-direction: column;
    padding-top: 2rem;
    margin-bottom: 2rem;
    gap: 20px;
    
    }

    .ideation-mg img{
        width: 100%;
        
    
    }

    .sticky-note {
        width: 70px;
        height: 50px;

    }

    .sticky-note h3 {
        font-size: 11px;
        color: #ffffff;
        text-align: center;
        position: relative;
        right: 10px;
    }


    .desktop-frame{
        width: 100%;
        height: 30vh;
        margin-top: 5rem;
        border: 12px solid black;
        border-radius: 10px;
    }
   

    .desktop-frame img{
        width: 100%;
        height: 100%;
        border-radius: 1px;

    }

    #mobile-view{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120vh;
        margin-top: 5rem;
    }

    .mob-desk{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;

    }

    #conclusion{
        margin-top: 20rem;
        height: 50vh;
        
    }

    .crash{
       flex-direction: column;
        
   }

   .crash img{
    width: 100%;
   }

   #user-stories{
    width: 100%;
}

.results,
.themes,
#insights,
#competitive-analysis p,
#site-map p
{
    width: 100%;
}

.mobile-frame {
    height: 80vh;
}

.prelim-sability-studies{
    height: auto;
    padding: 15px;
}

.summary{
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.summary a{
    position: relative;
    left: 10px;
    bottom: 5px;
    color: rosybrown;
}



}
