
.image-text-slide-img-featured
{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;

    align-items: flex-end;
    justify-content: flex-end;

}


.image-text-slide-title a
{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 0%;
    text-align: right;
    color: #ffffff;
}

.image-text-slide-title a:hover
{
    color: #ffffff !important;
    text-decoration: none;
}

.image-text-slide-title
{
    margin-bottom: 0;
}

.image-text-slide-from
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #ffffff;
}

.main-slide-class-arrow svg
{
    width: 38px;
    height: 38px;
    fill: transparent;
}

.main-slide-class-arrow
{
    background: none;
    opacity: 1;
    padding: 0.1rem;
}

#image-text-slide
{
    position: relative;
}

.main-slide-class-arrows
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 110;
}

.main-slide-class-prev
{
    left: 0;
    
}

.main-slide-class-next
{
    right: 0;
}

.image-line{
    padding-right: 2em;
    padding-bottom: 0.6em;
}


.apartament-5-button-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
}

.apartament-5-button
{
    background-color: #445C89;
    border-radius: 10px;
    padding: 1rem 1.5rem;

    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.apartments-block {
    opacity: 1;
    transition: opacity 0.5s ease;
}


@media only screen and (max-width : 600px) 
{   
    .image-text-slide-img-featured
    {
        aspect-ratio: 1/1;
    }


    .image-text-slide-img-featured
    {
        padding-right: 2rem;
        padding-bottom: 4.5rem;
    }

    .main-slide-class-arrows
    {
        bottom: 1rem;
        right: 2rem;
    }

}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .image-text-slide-img-featured
    {
        aspect-ratio: 1/1;
    }


    .image-text-slide-img-featured
    {
        padding-right: 2rem;
        padding-bottom: 4.5rem;
    }

    .main-slide-class-arrows
    {
        bottom: 1rem;
        right: 2rem;
    }

}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .image-text-slide-img-featured
    {
        aspect-ratio: 800/750;
    }


    .image-text-slide-img-featured
    {
        padding-right: 5rem;
        padding-bottom: 5rem;
    }

    .main-slide-class-arrows
    {
        bottom: 1.5rem;
        right: 4.5rem;
    }
}


@media only screen and (min-width : 1381px) 
{
    .image-text-slide-img-featured
    {
        aspect-ratio: 1428/750;
    }

    /* Styles for large desktop */
    .image-text-slide-img-featured
    {
        padding-right: 7rem;
        padding-bottom: 6rem;
    }

    .main-slide-class-arrows
    {
        bottom: 2.5rem;
        right: 6.4rem;
    }


}