/* Global styles */

*{
    font-family: 'Poppins', sans-serif;
}

#home-page{
    max-width: 100%;
    height: 1080px;
    color: #b33030;
    position: relative;
    height: 100vh;
}

#home-video{
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video{
    object-fit: contain;
    
}

.home-page-text{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #b33030;
    font-size: 32pt;
    font-weight: bold;
    text-align: center;
}



#scroll-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #fab3b3; 
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  #scroll-btn:hover {
    background-color: #ff4141; /* deeper color on hover */
  }







#section-one{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    height: 700px;
    background-color: #ff4141;
    color: white;
    
} 
  

#section-one-left{
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.nj{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 650px;
}

.section-one-text{
    width: 500px;
    margin: 10px;
    margin-left: 100px;
    color: white;
    margin-bottom: 25px;
}











#section-two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px;
    max-width: 100%;
    height: 700px;
    background-color: #fab3b3;
    color: black;
}

.section-two-text {
    width: 500px;
    color: black;
    margin-bottom: 25px;
}

.section-two-right {
    max-width: 650px;
    overflow: hidden;
}

.bp {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 700px;
}










#section-three{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    height: 700px;
    background-color: #ff4141;
    color: white;
    
}

#section-three-left{
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.bts{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 650px;
}

.section-three-text{
    width: 500px;
    margin: 10px;
    margin-left: 100px;
    color: white;
    margin-bottom: 25px;
}











#section-four {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px;
    max-width: 100%;
    height: 700px;
    background-color: #fab3b3;
    color: black;
}

.section-four-text {
    width: 500px;
    color: black;
    margin-bottom: 25px;
}

.section-four-right {
    max-width: 650px;
    overflow: hidden;
}

.sk{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 700px;
}









#section-five{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    height: 700px;
    background-color: black;
    color: white;
    
}

#section-five-left{
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.bb{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 650px;
}

.section-five-text{
    width: 500px;
    margin: 10px;
    margin-left: 100px;
    color: white;
    margin-bottom: 25px;
}
 




#section-six {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px;
    max-width: 100%;
    height: 700px;
    background-color: #fab3b3;
    color: black;
}

.section-six-text {
    width: 500px;
    color: black;
    margin-bottom: 25px;
}





.flourish-embed{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 700px;
}









#section-seven{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    height: 700px;
    background-color: #ff4141;
    color: white;
    
}

#section-seven-left{
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.section-seven-text{
    width: 500px;
    margin: 10px;
    margin-left: 100px;
    color: white;
    margin-bottom: 25px;
}

.flourish-embed{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 700px;
}
 










#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 999;
    overflow-y: auto;
}

#trigger {
    cursor: pointer;
    text-decoration: underline;
}

.source-group {
    margin-bottom: 30px;
    text-align: center;
}

.source-group h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.source-group a {
    display: block;
    color: #fab3b3;
    text-decoration: none;
    margin: 5px 0;
}

.source-group a:hover {
    text-decoration: underline;
}



















  
  