@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
main {
    background-image: url('../img27/unsplash_xB4ExGcUai0.png');
    width: 100vw;
    height: 120vh;
    background-size: 100rem;
    background-repeat: no-repeat;
    background-position: cover;
    background-position-y: -5em;
    position: relative;
}
.maintext27 {
    box-sizing: border-box;
    width: 30vw;
    height: 65vh;
    background-color: rgba(0, 3, 7, 0.185);
    position: absolute;
    top: 5vw;
    left: 15vw;
    z-index: 2;
    border-radius: 15px;
    color: white;
    padding: 2vw;
}
.title27 {
    font-size: 3.5vw;
    font-weight: 400; 
}
.subtext27 {
    font-weight: 200;
    margin-bottom: 1vw;
}
.buttom27 {
    width: 11vw;
    height: 6vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(81, 155, 253);
    color: white;
    border: none;
    border-radius: 50px;
}
.grid27 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,1fr);
    position: absolute;
    left: 70vw;
    top: 3vw;
    gap: 2vw;
}
.yoga {
    width: 12vw;
}
@media (max-width: 780px) {
    main {
        background-image: url('/img27/unsplash_xB4ExGcUai0.png');
        width: 100vw;
        height: 170vh;
        background-size: 1580px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .maintext27 {
        box-sizing: border-box;
        width: 80vw;
        height: 65vh;
        background-color: rgba(0, 3, 7, 0.185);
        position: absolute;
        top: 10vw;
        left: 10vw;
        z-index: 2;
        border-radius: 15px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .title27 {
        font-size: 7vw;
        font-weight: 400;
        margin-bottom: 3vw; 
    }
    .subtext27 {
        font-weight: 200;
        font-size: 3.5vw;
        margin-bottom: 5vw;
    }
    .buttom27 {
        width: 35vw;
        height: 6vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(81, 155, 253);
        color: white;
        border: none;
        border-radius: 50px;
    }
    .grid27 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3,1fr);
        position: absolute;
        left: 25vw;
        top: 140vw;
        gap: 2vw;
    }
    .yoga {
        width: 50vw;
    }
}