@import url('font.css');

main {
    height: 90vh;
    background-image: url('https://ik.imagekit.io/mhm/IMG_7305%201.png?updatedAt=1744974745508');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

main img {
    position: absolute;
    bottom: 0vh;
    right: 20vw;
    width: 30vw;
}

.main-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    float: right;
    width: 40vw;
    height: 90vh;
    padding: 8vh;

}

.main-content p {
    margin-bottom: 3vh;
    font-size: 1.3em;
    color: #ffffff;
}

.wju {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wju-content {
    padding: 3vw;
    color: #662358;
}

.wju-content h2 {
    font-size: 5rem;
    font-weight: 100;
    margin-bottom: 2vh;
}


.wju-content p:nth-of-type(odd) {
    font-weight: bold;
    font-size: 1.3rem;
}

.wju-content p:nth-of-type(even) {
    margin-bottom: 2vh;
}

.rg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rg div {
    padding: 3vw;
    color: #662358;
}

.rg div p:nth-of-type(odd) {
    font-weight: bold;
    font-size: 1.3rem;
}

.rg img {
    position: absolute;
    right: 10vw;

}

.coo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #21919E;
    height: 30vh;
    color: #ffffff;
}

.coo p {
    font-size: 1.2rem;
}

.coo p:nth-of-type(2){
    font-weight: bold; 
    margin-bottom: 2vh;
}

.wcl {
    height: 100vh;
    background-image: url('https://ik.imagekit.io/mhm/d22b6463e114e6ce3a257bae1e8e1da9.jpg?updatedAt=1744979630079');
    background-repeat: no-repeat;
    background-size: cover;
}

.wcl-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    float: right;
    width: 40vw;
    height: 100vh;
    padding: 8vh;
    color: #ffffff;
}

.wcl-content h2 {
    margin-bottom: 5vh;
    font-weight: 100;
    font-size: 3rem;
}

.wcl-content p {
    margin-bottom: 2vh;
}

.wcl-content p:nth-of-type(7){
    margin-bottom: 5vh;
}

.wcl-content p:nth-of-type(8){
    font-weight: bold;
}