/* Font - rastanty-cortez */
@font-face {
    font-display: swap;
    font-family: 'Rastanty-Cortez';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rastanty-cortez/rastanty-cortez.woff2') format('woff2'),
    url('../fonts/rastanty-cortez/rastanty-cortez.ttf') format('truetype');
}

/* Block Hero-Mover-Photos */
.page-id-2707 header {

}

.rastanty-cortez-regular {
    font-family: 'Rastanty-Cortez', cursive;
    font-weight: 300;
    font-style: normal;
}

.gw-button-decorator--outline {
    background-color: transparent;
    border: 1px solid rgb(179 224 208);
    color: rgb(179 224 208);
    font-weight: 600;
    transition: all 300ms ease-in-out;
}

.gw-button-decorator--outline:hover {
    background-color: rgb(179 224 208 / 0.1);
}

.block-hero-mover-photos {
    background-color: rgb(81 107 152);
    overflow: hidden;
    margin-top: -96px;
}

.block-hero-mover-photos > .container {
    padding-top: 150px;
}

.mover-photos__col-left {
    flex: 0 0 15%;
    max-width: 15%;
    position: relative;
}

.mover-photos__col-left-inner {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 200%;
}

.mover-photos__col-left-inner .gw-h1-decorator {
    font-size: 112px;
    line-height: 0.65;
    color: rgb(179 224 208);
}

.mover-photos__col-left-inner .gw-paragraph-decorator * {
    font-weight: 400;
    font-size: 20px;
}

.mover-photos__col-left-inner .gw-paragraph-decorator + * {
    margin-top: 20px;
}

.mover-photos__col-right {
    flex: 0 0 70%;
    max-width: 70%;
    overflow: hidden;
}

.mover-photos__col-right .swiper-slide .image-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    transition: all 300ms ease-in-out;
    transform: scale(0.75);
}

.mover-photos__col-right .swiper-slide .image-name span {
    font-weight: 700;
}

.mover-photos-swiper-button-prev,
.mover-photos-swiper-button-next {
    z-index: 99;
    transition: all 300ms ease-in-out;
}

.mover-photos-swiper-button-prev:hover,
.mover-photos-swiper-button-next:hover {
    transform: scale(1.2);
}

.mover-photos-swiper-button-prev svg,
.mover-photos-swiper-button-next svg {
    width: 80px;
    height: 80px;
}

.mover-photos-swiper-button-prev {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.mover-photos-swiper-button-next {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.hero-mover-photos-slider-wrap {
    position: relative;
}

.hero-mover-photos-slider-wrap .swiper {
    overflow: visible;
}

.hero-mover-photos-slider .swiper-slide {
    width: 30%;
    height: 35vh;
    position: relative;
    transform-origin: bottom;
    transition: all 300ms ease-in-out;
}

.hero-mover-photos-slider .swiper-slide.swiper-slide-active {
    width: 50%;
    transform: scale(1.6);
    z-index: 70;
}

.hero-mover-photos-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
}

.hero-mover-photos-slider .swiper-slide:not(.swiper-slide-active) .image-name {
    opacity: 0;
}

.hero-mover-photos-slider .swiper-slide img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.circle-shadow-container {
    position: absolute;
    top: 0;
    width: 80vh;
    height: 80vh;
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
}

.circle-shadow {
    position: absolute;
    width: 90%;
    height: 100%;
    border-radius: 50% 50% 0 0;
    background: rgba(0, 0, 0, 0.15);
    filter: blur(30px);
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1206px) {
    .block-hero-mover-photos {
        max-width: 100%;
        display: block !important;
    }

    .mover-photos__col-left {
        width: 100%;
        max-width: 100%;
    }

    .mover-photos__col-right {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    .mover-photos__col-left-inner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        width: 100%;
        max-width: 700px;
        text-align: center;
        margin: 0 auto;
    }

    .hero-mover-photos-slider .swiper-slide {
        height: 35vw;
    }

    .hero-mover-photos-slider .swiper-slide.swiper-slide-active {
        transform: scale(1.15);
    }

    .mover-photos-swiper-button-prev:hover,
    .mover-photos-swiper-button-next:hover {
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .block-hero-mover-photos > .container {
        padding-inline: 0;
        padding-top: 120px;
    }

    .mover-photos__col-left {
        padding-inline: 24px;
    }

    .mover-photos__col-right {
        margin-top: 0;
    }

    .mover-photos__col-left-inner .gw-h1-decorator {
        font-size: 74px;
    }

    .mover-photos-swiper-button-prev {
        left: 8px;
    }

    .mover-photos-swiper-button-next {
        right: 8px;
    }

    .mover-photos-swiper-button-prev svg,
    .mover-photos-swiper-button-next svg {
        width: 60px;
        height: 60px;
    }

    .hero-mover-photos-slider .swiper-slide {
        height: 75vw;
    }

    .hero-mover-photos-slider .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .mover-photos__col-right .swiper-slide .image-name {
        bottom: 16px;
        left: 17%;
    }
}

@media (min-width: 1207px) {
    .block-hero-homepage > .container.lg\:min-h-\[60dvh\] {
        min-height: 50dvh;
    }

    .block-hero-homepage > .container.lg\:py-24 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}