.space {
    padding: 4vh 0;
}

.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/demo.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    z-index: -1;
}

.demo {
    text-align: center;
    padding: 4rem 0;
}

.demo h1 {
    font-family: "Mallory Compact", sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 2rem;
}

.demo {
    background: white;
    border-radius: 30px;
    width: 750px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center; 
    padding: 20px;
    margin-left: 8vw;
}

.rower, .imie, .tel, .data {
    background: #F9F9F9;
    font-family: "SF Pro Display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #C2C2C2;
    padding: 1rem;
    border-radius: 15px;
    border: 2px solid #C2C2C2;
    width: 200px;
    text-align: left;
}

.pudelko1 {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.pudelko2 {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}


h1 {
    font-family: "Mallory Compact", sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    padding-top: 1em;
}

.tekst {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 2rem;
    line-height: 150%;
    margin-bottom: 0.5rem;
}

.tekst p {
    margin-bottom: 1rem;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CC2A33;
    color: white;
    padding: 1rem;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-radius: 30px;
    width: 300px;
    margin-top: 2rem;
    margin-bottom: 1em;
    transition: transform 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}

.cta:hover {
    background: #F4F0E2;
    color: black;
    transform: scale(1.05);
}

.a {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.email .demo {
   padding: 1rem;
}