@import url("https://fonts.googleapis.com/css?family=Poppins:700,600,300,500,400");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100vh; 
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
}

.overlap-group2 {
    height: 100vh;
    position: relative;
    width: 100%;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.costumer,
.owner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.overlap-group1-1 {
    padding-left: -300px;
}

.overlap-group,
.overlap-group1 {
    align-items: center;
    background-color: var(--d9d9d9);
    border-radius: 3.125rem;
    display: flex;
    gap: 4.5625rem;
    height: 11.125rem;
    min-width: 100%;
    padding: 0 1.125rem;
}

.image-26 {
    align-self: flex-end;
    height: 16.25rem;
    margin-top: 2.625rem;
    width: 18.375rem;
}

.for-owner-penjual,
.for-costumer-pembeli {
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 3.625rem;
    min-height: 3.625rem;
    text-align: right;
    text-shadow: 0px 0.25rem 0.25rem #00000040;
    width: 100%;
}

.rectangle{
    align-items: flex-start;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    margin-top: 3.625rem;
    min-height: 46.875rem;
    position: relative;
    width: 100%;
}

.image-25 {
    align-self: center;
    height: 16.25rem;
    margin-top: 2.625rem;
    width: 18.375rem;
}

.overlap-group1-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

@media (max-width: 430px) {
    .container {
        width: 300px;
    }
}