.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.Blubyte-slider-wrapper {
    position: relative;
}


/* --------  Slider Css ---------- */

.slider-content-box {
    position: relative;
    z-index: 1;
}

.slider-item-bg {
    height: 860px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-item-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-content-box {
    margin-bottom: 100px;
}

.slide-stitle {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: var(--title-font);
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.slide-title {
    color: var(--white-color);
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 45px;
    font-family: var(--title-font);
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.slide-dec {
    color: var(--white-color);
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.settings-button-wrapper .theme-btns:hover {
    background: var(--white-color);
    color: var(--black-color);
}

.settings-button-wrapper .theme-btns.slider-btn-style {
    background: var(--white-color);
    color: var(--theme-color);
}

.settings-button-wrapper .theme-btns.slider-btn-style:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.Blubyte-slider-wrapper {
    position: relative;
}

.Blubyte-slider-wrapper .slick-dots {
    position: absolute;
    display: block;
    width: 20px;
    top: 45%;
    bottom: auto;
    right: 250px;
    transform: translate(0%, -50%);
    margin-top: 0;
}

.Blubyte-slider-wrapper .slick-dots li {
    display: block;
    height: unset;
    border: none;
    margin-bottom: 10px;
}

.Blubyte-slider-wrapper .slick-dots li button {
    width: 35px;
    height: 50px;
    font-size: 20px;
    background: transparent;
    visibility: visible;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.Blubyte-slider-wrapper .slick-dots li.slick-active button {
    background: var(--theme-color);
    color: var(--white-color);
    border: transparent;
}

.slider-v1-style-two ul.slick-dots {
    top: unset;
    bottom: 30px;
    right: 220px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-v1-style-two ul.slick-dots li {
    width: unset;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .Blubyte-slider-wrapper .slick-dots {
        right: 150px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .Blubyte-slider-wrapper .slick-dots {
        right: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .slider-one-image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .slider-item-bg {
        height: 800px;
    }
    .slide-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 425px) {
    .Blubyte-slider-wrapper .settings-button-wrapper {
        display: block;
    }
    .settings-button-wrapper .theme-btns.slider-btn-style {
        margin-left: 0px;
        margin-top: 30px;
        display: inline-block;
    }
}

.hero-slider .hero-shape1 {
    mix-blend-mode: soft-light;
}

.hero-shape1.shape-mockup {
    position: absolute;
    z-index: -1;
    right: 25%;
    opacity: 0.2;
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.Blubyte-single-slide-item {
    height: 820px;
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.Blubyte-single-slide-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.Blubyte-table {
    display: table;
    height: 100%;
    width: 100%;
}

.Blubyte-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.Blubyte-table-cell .row {
    align-items: center;
}

.Blubyte-slide-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-family: var(--heading-font);
    font-size: 60px;
    line-height: 70px;
}

.Blubyte-slide-title span {
    font-weight: 400;
    color: var(--theme-color);
}

.Blubyte-slide-dec {
    margin-bottom: 45px;
    font-family: var(--body-font);
}

.settings-button-wrapper {
    display: flex;
    align-items: center;
}

.hero-button .theme-btns {
    margin-right: 45px;
}

.play-btn {
    width: 55px;
    height: 55px;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    margin: auto;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    margin-right: 15px;
}

.play-btn:hover {
    color: var(--white-color);
}


/* pulse wave */

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
}


/* Play Button Two */

.play-btn-two {
    height: 55px;
    width: 55px;
    border: 1px solid var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 20px;
    color: var(--white-color);
    transition: 0.4s;
}

.play-btn-two:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px var(--theme-color);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px var(--theme-color);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.hero-video-btn span {
    color: var(--black-color);
    font-weight: 500;
}


/* hero shape Image */

.Blubyte-hero-image-wrapper {
    text-align: right;
}

.Blubyte-image {
    position: relative;
    display: inline-block;
}

.Blubyte-image::before {
    position: absolute;
    content: "";
    left: 6%;
    bottom: 10%;
    width: 480px;
    height: 480px;
    border: 1px solid var(--theme-color);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.Blubyte-image::after {
    position: absolute;
    content: "";
    left: -5%;
    bottom: 15%;
    width: 480px;
    height: 460px;
    border: 1px solid var(--white-color);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape2 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape2 5s linear infinite;
}

@keyframes sliderShape2 {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@media screen and (max-width: 991px) {
    .Blubyte-hero-image-wrapper {
        text-align: center;
        margin-top: 60px;
    }
    .Blubyte-single-slide-item {
        height: auto;
        padding: 150px 0px 120px;
    }
    .hero-video-btn span {
        display: none;
    }
    .Blubyte-image::before,
    .Blubyte-image::after {
        display: none;
    }
}


/***************************************
     Slider Dote Style 
    ****************************************/

ul.slick-dots {
    margin-top: 30px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    margin-top: 47px;
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    margin: 0 4px;
    border: 2px solid var(--border-color);
    border-radius: 50px;
    padding: 4px;
    display: inline-flex;
    justify-content: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.slick-dots li button {
    height: 8px;
    font-size: 0;
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    border: none;
    padding: 4px;
    visibility: hidden;
}

.slick-dots li.slick-active button {
    background: var(--theme-color);
    visibility: visible;
}