.seen-on .content{
    max-width: 80%;
    display: flex;
}

.seen-on .logo{
    max-width: 300px;
    margin-top: -75px;
    margin-bottom: -50px;
}

.seen-on iframe{
    aspect-ratio: 16/9;
    height: auto;
    width: 50vw;
}

#logo-lifestyle-wonen{
    z-index: -1;
}
.welcome, #brides{
    display: flex;
    justify-content: center;
    background-color: var(--background--primary-color);
}

.welcome .content, #brides .content {
    height: 100%;
    max-width: 60%;
    padding: 2vh;
    background-color: var(--background--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title{
    font-size: 1.5rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2vh;
}

.text{
    text-align: center;
}

.text a{
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
}

.text a:hover{
    color: var(--primary-color);
    opacity: .6;
    text-decoration: none;
}

.facilities{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}

#brides .content{
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

#brides .text {
    text-align: start;
}

.carousel{
    margin-top: 2em;
    width: 80%;
}

.carousel-inner{
    border-radius: 2%;
    border: solid 1px var(--primary-color);
}

.carousel img{
    min-width: 250px;
}


@media only screen and (min-width: 320px) and (max-width: 575px) {

    .seen-on .content{
    max-width: 80%;
    display: flex;
    }

    .seen-on .logo{
        max-width: 150px;
        margin-top: -50px;
        margin-bottom: -25px;
    }

    .seen-on iframe{
    aspect-ratio: 16/9;
    height: auto;
    width: 90vw;
    }
        
    .welcome .content, #brides .content{
        height: 100%;
        max-width: 80%;
        padding: 2vh;
        background-color: var(--background--primary-color);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    

    .title-welcome{
        width: 80vw;
        text-align: center;
    }

    .text-welcome{
        width: 80vw;
        max-width: 100%;
        text-align:center;
    }

    .carousel{
        border:solid white 5px;
        width: 100%;
        margin-top: 0;
    }
 }


 @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .welcome .content, #brides .content{
        max-width: 80%;
    }
}
