@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');
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
header {
    margin-top: 5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
}
.maintext28 {
    box-sizing: border-box;
    width: 35vw;
    height: 65vh;
    /* background-color: rgba(0, 3, 7, 0.185); */
    border-radius: 15px;
    padding: 2vw;
}
.title28 {
    font-size: 3.5vw;
    font-weight: 500; 
    color: rgb(51, 51, 51);
}
.subtext28 {
    font-weight: 200;
    margin-bottom: 1vw;
}
.buttom28 {
    width: 11vw;
    height: 6vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(51, 51, 51);
    color: white;

    border: none;
    border-radius: 50px;
}
.grid28 {
    display: grid;
    grid-template-columns: repeat(2,300px);
    grid-template-rows: repeat(3,1fr);
    gap: 5vw;
}
.subgrid28 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 1.5vw;
    align-items: center;
}
.lorem28 {
    font-size: 0.8vw;
}
main{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100vw;
    height: 30vw;
}
.gridtitle28 {
    font-size: 1.3vw;
    font-weight: 500;
}
.order28 {
    display: flex;
    flex-direction: column;
}
.gallery28 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
}
.gallery28 {
    width: 21vw;
}
.containergrid28 {
    display: flex;
    justify-content: center;
    /* background-color: antiquewhite; */
    width: 10vw;
    height: 30vh;
}
.gallery28left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 21vw;
}
.gallery28right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 21vw;
}
@media (max-width: 780px) {
    header {
        margin-top: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 100vw;
    }
    .maintext28 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        width: 70vw;
        height: 65vh;
        /* background-color: rgba(0, 3, 7, 0.185); */
        border-radius: 15px;
        padding: 2vw;
    }
    .title28 {
        font-size: 8vw;
        font-weight: 500; 
        color: rgb(51, 51, 51);
    }
    .subtext28 {
        margin-top: 4vw;
        font-weight: 200;
        font-size: 3.5vw;
        margin-bottom: 5vw;
    }
    .buttom28 {
        width: 25vw;
        height: 6vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(51, 51, 51);
        color: white;
    
        border: none;
        border-radius: 50px;
    }
    .grid28 {
        display: grid;
        grid-template-columns: repeat(1,300px);
        grid-template-rows: repeat(6,1fr);
        gap: 5vw;
    }
    .subgrid28 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 7vw;
        align-items: center;
    }
    .lorem28 {
        font-size: 3vw;
    }
    main{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 200vw;
    }
    .gridtitle28 {
        font-size: 4vw;
        font-weight: 600;
    }
    .gallery28 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(4,1fr);
    }
    .gallery28 {
        width: 50vw;
    }
    .containergrid28 {
        display: flex;
        justify-content: center;
        /* background-color: antiquewhite; */
        width: 0vw;
        height: 0vh;
    }
    .gallery28left {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0px;
        width: 50vw;
    }
    .gallery28right {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 0px;
        width: 50vw;
    }
}