:root {
    --s61-background-color: transparent;
    --bg-after-submenu: #851E31;
}


body {
    padding-top: 0 !important;
}

.s61-header {
    background-color: var(--s61-background-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.s61-slide-home {
    font-family: "Halyard Display", sans-serif;
}

.s61-slide-home .container {}

.s61-slide-home .container .swiper {}

.s61-slide-home .container .swiper .swiper-wrapper {}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide {}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .background {}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .background img {
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    padding: 166px 4% 0 4%;
    box-sizing: border-box;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .content-wrapper {
    max-width: 1500px;
    margin: auto;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .status {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3.9px;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .title {
    font-size: 65px;
    font-weight: 200;
    line-height: 64px;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 36px;
    cursor: pointer;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #851E31;
    transition: scale 0.3s ease;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta:hover .icon {
    scale: 1.1;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .icon svg {
    transition: transform 0.3s ease;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta:hover .icon svg {
    transform: rotate(45deg);
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .icon #arrow {}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .text {
    position: relative;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .text span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    transition: transform 0.3s ease;
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .text span:nth-child(1) {
    transform: translateY(0%);
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta .text span:nth-child(2) {
    transform: translateY(0%);
}

.s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .cta:hover .text span {
    transform: translateY(-100%);
}

.s61-slide-home .container .swiper .container-pagination {
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination {
    display: flex;
    position: relative;
    text-align: unset;
    transform: unset;
    transition: unset;
    max-width: 1500px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination {
    display: flex;
    flex-direction: column;
    background: unset;
    border-radius: unset;
    display: unset;
    height: unset;
    opacity: unset;
    width: unset;
    min-width: 150px;
    margin: 0;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet+.pagination {
    margin-left: 20px;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination .bar {
    position: relative;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination .bar .background {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.3;
    top: 1px;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination .bar .progress {
    position: relative;
    transition: background-color 0.3s;
    width: 0%;
    height: 3px;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination .number {
    margin-top: 5px;
}

.s61-slide-home .container .swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.pagination .title {}

.s61-slide-home .container .swiper .button-next,
.s61-slide-home .container .swiper .button-prev {
    position: absolute;
    bottom: 100px;
    width: 55px;
    height: 55px;
    background-color: #FFFFFF33;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.s61-slide-home .container .swiper .button-next:hover,
.s61-slide-home .container .swiper .button-prev:hover {
    background-color: #851E31;
}

.s61-slide-home .container .swiper .button-next {
    right: 4%;
}

.s61-slide-home .container .swiper .button-prev {
    right: calc(4% + 65px);
}

.s61-slide-home .container .swiper .button-prev svg {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content {
        padding: 130px 4% 0 4%;
    }
}

@media only screen and (max-width: 900px) {
    .s61-slide-home .container .swiper .container-pagination .swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .s61-slide-home .container .swiper .swiper-wrapper .swiper-slide .content .title {
        font-size: 52px;
        line-height: 49px;
    }

    .s61-slide-home .container .swiper .button-next,
    .s61-slide-home .container .swiper .button-prev {
        bottom: 26px;
    }

    .s61-slide-home .container .swiper .button-next {
        right: unset;
        left: calc(4% + 65px);
    }

    .s61-slide-home .container .swiper .button-prev {
        right: unset;
        left: 4%;
    }
}

.s61-text-image .image {
    overflow: hidden;
}

.s61-text-image .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.s61-text-image:hover .image img {
    transform: scale(1.1);
}

.s61-text-image .title {
    text-align: end;
    margin-top: 13px;
    color: #63666A;
}

.s61-text-image .title h2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: fit-content;
}

.s61-text-image .title h2 span {
    display: block;
    font-family: "Halyard Display", Sans-serif;
    font-size: 33px;
    font-weight: 200;
    line-height: 38px;
}

.s61-text-image .title h2 span:first-child {
    transform: translateY(0px);
    transition: transform 0.4s ease;
}

.s61-text-image .title h2 span:last-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.s61-text-image:hover .title h2 span:first-child {
    transform: translateY(-100%);
}

.s61-text-image:hover .title h2 span:last-child {
    transform: translateY(0px);
}

.elementor-home-residential {
    overflow: hidden;
}

.elementor-home-residential::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #BBBCBC54;
}

.elementor-home-residential::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #BBBCBC54;
}

.emp-item+.emp-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;
    height: 100%;
    background-color: #BBBCBC54;
}

.s61-home-residential {}

.s61-home-residential>.container {
    position: relative;
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .s61-home-residential>.container {
        gap: 0px;
    }
}