/*Navigation*/
.glcr-showcase-slider-dot-horizontal .slider-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    height: 22px;
}

.elementor-widget-glcr_showcase_slider {
    width: 100%;
}

.glcr-showcase-slider-dot-vertical .slider-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    top: 50%;
    margin-top: 3px;
    right: 24px;
    bottom: auto;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
}

/* Cursor */
.glcr-svg--drag-cursor {
    fill: none;
    stroke: currentColor;
}

.glcr-svg--drag-cursor circle:first-child {
    stroke: none;
}

.glcr--show {
    opacity: 1;
    visibility: visible;
}

.glcr--hide {
    opacity: 0;
    visibility: hidden;
}

.glcr--drag-cursor *, .glcr--drag-cursor {
    cursor: none;
}

.glcr-custom-cursor svg {
    fill: var(--swm-color-dark-1);
}

.glcr-custom-cursor .glcr-custom-cursor-inner {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.glcr-custom-cursor .glcr-custom-cursor-inner span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glcr-custom-cursor .glcr-custom-cursor-inner span:before, .glcr-custom-cursor .glcr-custom-cursor-inner span:after {
    display: inline-block;
    font-family: 'swm-font-icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 13px;
}

.glcr-custom-cursor .glcr-custom-cursor-inner span:after {
    transform: rotate(180deg);
}

.glcr-custom-cursor {
    height: 104px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 104px;
    z-index: 7;
}

.glcr--show {
    opacity: 1;
    visibility: visible;
}

.glcr--hide {
    opacity: 0;
    visibility: hidden;
}

/* Arrow */
.glcr-showcase-slider .glcr-slider-pn {
    cursor: pointer;
    width: 22px;
    height: 25px;
    margin-top: 5px;
}

.glcr-showcase-slider .glcr-slider-pn svg {
    width: 20px;
    height: 20px;
    font-size: 40px;
}

.glcr-showcase-slider .glcr-slider-pn svg polyline {
    stroke-width: 3;
    transition: all .3s ease-in-out;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.glcr-showcase-slider .glcr-slider-pn:hover polyline {
    stroke-width: 4;
}

.glcr-showcase-slider .glcr-slider-prev {
    margin-right: 14px;
}

.glcr-showcase-slider .glcr-slider-next {
    margin-left: 14px;
}

.glcr-showcase-slider .glcr-slider-prev svg {
    transform: rotate(-180deg);
}

.glcr-showcase-slider-dot-vertical .glcr-slider-pn {
    cursor: pointer;
    width: 22px;
    height: 25px;
    margin-top: 0;
    margin-right: 0;
}

.glcr-showcase-slider-dot-vertical .glcr-slider-prev {
    margin-bottom: 11px;
    margin-right: 0;
}

.glcr-showcase-slider-dot-vertical .glcr-slider-next {
    margin-top: 17px;
    margin-left: 0;
}

.glcr-showcase-slider-dot-vertical .glcr-slider-prev svg {
    transform: rotate(-90deg);
}

.glcr-showcase-slider-dot-vertical .glcr-slider-next svg {
    transform: rotate(90deg);
}

/*Dots*/
.glcr-showcase-slider-dot-horizontal .swiper-pagination {
    position: relative;
    display: flex;
    bottom: auto;
    top: 0;
}

.glcr-showcase-slider-dot-horizontal .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    margin-top: -9px;
    right: 0;
}

.glcr-showcase-slider-dot-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
    margin: 0 4px;
    border: 2px solid;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
}

.glcr-showcase-slider-dot-vertical .swiper-pagination {
    position: relative;
    display: flex;
    bottom: auto;
    top: 0;
    left: -1px;
    transform: none;
}

.glcr-showcase-slider-dot-vertical .swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.glcr-showcase-slider-dot-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
    margin: 4px 0;
    border: 2px solid;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
}

/* Slider Holder */
.glcr-showcase-slider-holder .glcr-showcase-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}

.glcr-showcase-slider-holder {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.glcr-showcase-slider-holder .swiper-slide {
    z-index: 2;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* Background Images */
.glcr-showcase-slider-bg {
    height: 100vh;
    pointer-events: none;
    z-index: 1;
}

.glcr-showcase-slider-bg * {
    cursor: none !important;
}

.glcr-showcase-slider-bg .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 1;
}

.glcr-showcase-slider-bg .swiper-slide span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.glcr-showcase-slider-bg .swiper-slide span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.47;
}

.glcr-bs-img-zoom-in .glcr-bs-img {
    transform: scale(1.4);
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
}

.glcr-bs-img-zoom-in .swiper-slide-duplicate-active .glcr-bs-img, .glcr-bs-img-zoom-in .swiper-slide-active .glcr-bs-img {
    transform: scale(1);
    opacity: 1;
}

/* Content */
.glcr-showcase-slider {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: content-box;
    z-index: 3;
}

.glcr-showcase-slider .glcr-showcase-slider-title {
    font-size: 100px;
    font-weight: 700;
}

.glcr-showcase-slider-holder.glcr-text-stroke-effect .glcr-showcase-slider-title
.glcr-showcase-slider-holder.glcr-text-stroke-effect-active .glcr-showcase-slider-title {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333333;
    text-shadow: none;
}

/* Circle Icon*/
.glcr-showcase-slider .glcr-showcase-slider-link-icon {
    position: relative;
}

.glcr-showcase-slider .glcr-showcase-slider-link-icon a {
    position: relative;
}

.glcr-showcase-slider .glcr-showcase-slider-link-icon a:before {
    font-family: "swm-font-icon";
    font-style: normal;
    font-weight: normal;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    height: 56px;
    width: 56px;
    line-height: 56px;
    transform: rotate(-45deg);
    text-align: center;
    border: 1px solid var(--swm-color-text);
    display: block;
    z-index: 1;
}

.glcr-showcase-slider .glcr-showcase-slider-link-icon a:hover:before {
    transform: rotate(0deg);
}

.glcr-showcase-slider .glcr-showcase-slider-subtitle {
    color: var(--swm-color-text);
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.glcr-showcase-slider .glcr-showcase-slider-subtitle-text {
    margin-right: 40px;
}

.glcr-showcase-slider .swiper-slide-active .glcr-showcase-slider-subtitle, .glcr-showcase-slider .swiper-slide-duplicate-active .glcr-showcase-slider-subtitle {
    opacity: 1;
    visibility: visible;
    margin-bottom: 90px;
}

.glcr-showcase-slider-stroke-yes .glcr-showcase-slider-holder .swiper-slide-active .glcr-showcase-slider-title, .glcr-showcase-slider-stroke-yes .glcr-showcase-slider-holder .swiper-slide-duplicate-active .glcr-showcase-slider-title {
    -webkit-text-stroke-width: 0 !important;
}

@media only screen and (min-width:1025px) {
    .glcr-showcase-slider .glcr-showcase-slider-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

}

@media only screen and (max-width:1024px) {
    .glcr-showcase-slider {
        width: 100%;
        padding: 0;
    }

    .glcr-showcase-slider-holder .swiper-slide {
        justify-content: space-around;
    }

    .glcr-showcase-slider .swiper-slide-active .glcr-showcase-slider-subtitle, .glcr-showcase-slider .swiper-slide-duplicate-active .glcr-showcase-slider-subtitle {
        margin-bottom: 0;
    }

}