header.index{
    height: 120vh;
    background-image: url("/assets/images/hero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

header.vision{
    height: 120vh;
    background-image: url("/assets/images/vision.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

header.upcoming{
    height: 120vh;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

header.project{
    height: 120vh;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    background-image: url("/assets/images/youth.png");
}

header.culture{
    height: 120vh;
    background-image: url("/assets/images/culture.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

header.build{
    height: 120vh;
    background-image: url("/assets/images/build.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

.eclipse{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.hero-copy{
    max-width: 520px;
}

.hero-h1{
    font-family: 'Phudu', sans-serif;
    font-weight: 500;
    font-size: 100px;
    line-height: 86px;
    letter-spacing: 1.2%;
}

.text-description{
    white-space: normal;     /* allows wrapping */
    word-wrap: break-word;   /* breaks long words if needed */
    overflow-wrap: break-word;
    line-height: 1.6;
}

.btn {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-white{
    background-color: white;
}

.card-1{
    background-image: url("/assets/images/card1.jpg");
}

.card-2{
    background-image: url("/assets/images/card2.jpg");
}

.card-3{
    background-image: url("/assets/images/card3.jpg");
}

.card-4{
    background-image: url("/assets/images/card4.jpg");
}

.card{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    left: 0;
}

.shadow-cover{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card-text{
    position: absolute;
    bottom: 20px;
    z-index: 2;

}

.card-text h2{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section-text-left{
    font-size: 59px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 93.22% */
    letter-spacing: -0.708px;
    text-transform: uppercase;
    color: #020202;
}

.right-top-text{
    color: #6E6E6E;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.264px;
}

section.event{
    background-image: url("/assets/images/card2.jpg");
    background-position: center center;
}

h1.culture{
    color: #FFF;
    text-align: center;
    font-family: Phudu;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -3.968px;
    text-transform: uppercase;
}

.white-transparent{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
}
