.glcr-basic-slider, .glcr-basic-slider .glcr-swiper-item {
    overflow: hidden;
    position: relative;
}

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

.glcr-basic-slider .glcr-bs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.glcr-basic-slider .glcr-swiper-item {
    z-index: 2;
}

.glcr-basic-slider .glcr-swiper-item video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.glcr-basic-slider .slide-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glcr-bs-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-size: cover !important;
    background-position: center;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.glcr-bs-img-zoom-in .glcr-bs-img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    transition: all .6s ease-in-out, -webkit-transform 3s ease .7s;
}

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

.glcr-bs-img-zoom-out-1 .glcr-bs-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .6s ease-in-out, -webkit-transform 3s ease .7s;
}

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

.glcr-bs-img-zoom-out-2 .glcr-bs-img {
    width: 60%;
    height: 50%;
    left: 20%;
    top: 25%;
    transition-delay: 0.2s;
    transition: all ease 0.6s;
}

.glcr-bs-img-zoom-out-2 .swiper-slide-active .glcr-bs-img, .glcr-bs-img-zoom-out-2 .swiper-slide-duplicate-active .glcr-bs-img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition-delay: 0.3s;
}

.glcr-bs-title, .glcr-bs-subtitle {
    display: block;
}

.glcr-bs-button-inner {
    display: flex;
}

.glcr-bs-text-center .glcr-bs-button-inner {
    justify-content: center;
}

.glcr-bs-text-right .glcr-bs-button-inner {
    justify-content: flex-end;
}

.glcr-bs-content {
    position: absolute;
    width: auto;
    min-height: 50px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glcr-bs-text-left .glcr-bs-content {
    text-align: left;
}

.glcr-bs-text-right .glcr-bs-content {
    text-align: right;
}

.glcr-bs-text-center .glcr-bs-content {
    text-align: center;
}

.glcr-bs-text-left .glcr-bs-title, .glcr-bs-text-left .glcr-bs-subtitle, .glcr-bs-text-left .glcr-bs-button {
    float: left;
    clear: both;
}

.glcr-bs-text-right .glcr-bs-title, .glcr-bs-text-right .glcr-bs-subtitle, .glcr-bs-text-right .glcr-bs-button {
    float: right;
    clear: both;
}

.glcr-bs-cbox-top-left .glcr-bs-content {
    left: 0;
    top: 0;
}

.glcr-bs-cbox-top-center .glcr-bs-content {
    top: 0;
}

.glcr-bs-cbox-top-right .glcr-bs-content {
    right: 0;
    top: 0;
}

.glcr-bs-cbox-center .glcr-bs-content {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.glcr-bs-cbox-center-left .glcr-bs-content {
    left: 0;
}

.glcr-bs-cbox-center-right .glcr-bs-content {
    right: 0;
}

.glcr-bs-cbox-bottom-left .glcr-bs-content {
    left: 0;
    bottom: 0;
}

.glcr-bs-cbox-bottom-center .glcr-bs-content {
    bottom: 0;
}

.glcr-bs-cbox-bottom-right .glcr-bs-content {
    right: 0;
    bottom: 0;
}

.glcr-bs-content-fade .glcr-bs-content {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.glcr-bs-content-fade .swiper-slide-active .glcr-bs-content, .glcr-bs-content-fade .swiper-slide-duplicate-active .glcr-bs-content {
    opacity: 1;
    -webkit-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}

.glcr-bs-content-bt .glcr-bs-content {
    transform: translateY(80px);
    transition: all .5s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.glcr-bs-content-bt .glcr-bs-subtitle {
    transform: translateY(100px);
    transition: all .7s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.glcr-bs-content-bt .glcr-bs-title {
    transform: translateY(120px);
    transition: all .9s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.glcr-bs-content-bt .glcr-bs-button {
    transform: translateY(140px);
    transition: all 1s cubic-bezier(.165, .84, .44, 1) .2s;
    opacity: 0;
}

.glcr-bs-content-bt .swiper-slide-active .glcr-bs-content, .glcr-bs-content-bt .swiper-slide-duplicate-active .glcr-bs-content, .glcr-bs-content-bt .swiper-slide-active .glcr-bs-title, .glcr-bs-content-bt .swiper-slide-duplicate-active .glcr-bs-title, .glcr-bs-content-bt .swiper-slide-active .glcr-bs-subtitle, .glcr-bs-content-bt .swiper-slide-duplicate-active .glcr-bs-subtitle, .glcr-bs-content-bt .swiper-slide-active .glcr-bs-button, .glcr-bs-content-bt .swiper-slide-duplicate-active .glcr-bs-button {
    transform: translateY(0);
    opacity: 1;
}

.glcr-bs-button .elementor-button-content-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.glcr-bs-button a.elementor-button {
    padding: 12px 35px;
    border-radius: 30px;
    border: 1px solid var(--swm-color-dark-1);
    background: transparent;
}

.glcr-bs-button .glcr-button-wrapper a {
    width: 100%;
}

.glcr-bs-button .fa {
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
}

/*Navigation*/
.glcr-basic-slider .glcr-bs-dots-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 75px;
    bottom: 65px;
    z-index: 3;
}

/* Arrow */
.glcr-basic-slider .glcr-slider-pn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--swm-color-light-1);
    border-radius: 100%;
    text-align: center;
}

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

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

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

.glcr-basic-slider .glcr-slider-prev {
    float: left;
}

.glcr-basic-slider .glcr-slider-next {
    float: right;
}

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

.glcr-basic-slider .glcr-bs-arrow-navigation {
    position: absolute;
    left: 70px;
    bottom: 75px;
    z-index: 1;
    width: 70px;
}

.glcr-basic-slider .glcr-bs-arrow-navigation:after {
    content: '';
    width: calc(0);
    height: 1px;
    background: var(--swm-color-light-1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

/*Dots*/
.glcr-basic-slider .swiper-pagination {
    position: relative;
    display: flex;
    bottom: 0;
}

.glcr-basic-slider .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    right: 0;
}

.glcr-basic-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    transition: all .3s ease-in-out;
    margin: 0 0 0 13px;
    border: 0;
    background: none;
    opacity: 1;
    border-radius: 100%;
    width: auto;
    height: 30px;
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--swm-color-light-1)
}

.glcr-basic-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    margin-left: 13px;
}

.glcr-basic-slider .swiper-pagination-bullet:after {
    content: '';
    width: 0;
    height: 1px !important;
    background: currentColor;
    display: block;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.glcr-basic-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 50px;
    visibility: visible;
    opacity: 1;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.glcr-basic-slider {
    background: var(--swm-color-dark-1);
}

.glcr-basic-slider .glcr-bs-subtitle {
    color: var(--swm-color-light-1);
}

.glcr-basic-slider .glcr-bs-button-inner a.elementor-button {
    line-height: 34px;
}

.glcr-basic-slider .glcr-bs-button a.elementor-button {
    color: var(--swm-color-light-1);
    background-color: transparent;
    cursor: pointer;
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
    border-color: var(--swm-color-light-1);
}

.glcr-basic-slider .glcr-bs-button a.elementor-button .elementor-button-icon svg {
    fill: var(--swm-color-light-1);
}

.glcr-basic-slider .glcr-bs-button a.elementor-button:hover {
    background-color: var(--swm-color-light-1);
    color: var(--swm-color-dark-1);
}

.glcr-basic-slider .glcr-bs-title a, .glcr-basic-slider .glcr-bs-title {
    color: var(--swm-color-light-1);
}

.glcr-bs-subtitle {
    font-size: 17px;
    margin-bottom: 14px;
}

.glcr-bs-content .glcr-bs-title {
    font-size: 48px;
    line-height: 1.24;
    margin-bottom: 27px;
}

/* 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;
}