/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

button.btn.btn-slide{
    --hover-text-width: 100px;
    background-color: white;
    border: none;
}
.swiper-pagination-bullet-active button.btn.btn-slide , button.btn.btn-slide:hover {
    width: calc(46px + 25px + var(--hover-text-width)) !important;
    border-radius: 0 50px 50px 0;
}

button.btn.btn-slide { border-radius: 50px; display: table-cell; opacity: 1; overflow: hidden; padding: 22px; position: relative; -webkit-transition: width 0.4s ease 0s, background 0.4s ease 0s; transition: width 0.4s ease 0s, background 0.4s ease 0s; width: 46px; line-height: 18px; }

button.btn.btn-slide > img{ float: right; right: 0; position: absolute; top: 0; -webkit-transition: all 0.4s ease 0s; transition: transform, -webkit-transform  0.4s ease 0s; color: black; display: flex; justify-content: center; width: 46px; height: 46px; object-fit: contain; padding: 0.4rem;}

button.btn.btn-slide > span { right: 50px; position: absolute; text-align: left; top: 13px; -webkit-transition: left 0.5s ease 0s, opacity 0.5s ease 0s; transition: left 0.5s ease 0s, opacity 0.5s ease 0s; white-space: nowrap; opacity: 0; color: black; }

.swiper-pagination-bullet-active button.btn.btn-slide, button.btn.btn-slide:hover { text-align: left; background: linear-gradient(45deg, #FF0016, #D80013);}

.swiper-pagination-bullet-active button.btn.btn-slide > img , button.btn.btn-slide:hover > img { color: white; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);  width: 36px; height: 36px; border-radius:50px; top: 5px; right: 7px; filter: invert(100%); background-color: #0FFFEA; padding: 0.2rem;}

.swiper-pagination-bullet-active button.btn.btn-slide > span, button.btn.btn-slide:hover > span{ opacity: 1; color: white;}

.swiper-pagination {
    --cnvs-swiper-bar-color: #000;
    --cnvs-swiper-bar-size: auto;
    --cnvs-swiper-bar-dot-size: 8px;
    --cnvs-swiper-bar-dot-color: #000;
    --cnvs-swiper-stroke-width: 6;
    --cnvs-swiper-autoplay-speed: 5000ms;
    --cnvs-swiper-bullet-gutter: 5px;
    --cnvs-swiper-bullet-offset: 25px;
    --cnvs-swiper-bullet-offset-negative: -25px;

    bottom: var(--cnvs-swiper-bullet-offset) !important;
}

.swiper-pagination.center-left,
.swiper-pagination.center-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: var(--cnvs-swiper-bar-size);
    top: 50% !important;
    bottom: auto !important;
    left: var(--cnvs-swiper-bullet-offset) !important;
    transform: translateY(-50%);
}

.swiper-pagination.center-right {
    right: var(--cnvs-swiper-bullet-offset) !important;
    left: auto !important;
}

.swiper-pagination span{
    position: relative;
    width: var(--cnvs-swiper-bar-size);
    height: var(--cnvs-swiper-bar-size);
    background-color: transparent;
    border: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--cnvs-swiper-bullet-gutter);
}

.swiper-horizontal>.swiper-pagination.center-left.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-horizontal>.swiper-pagination.center-right.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--cnvs-swiper-bullet-gutter) 0;
    display: flex;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active {
    background: transparent !important;
}

.swiper-pagination .swiper-pagination-bullet-active > div,
.swiper-pagination .swiper-pagination-bullet > div:has(button.btn.btn-slide:hover){
    position: relative;
    left: var(--cnvs-swiper-bullet-offset-negative) !important;
}

.swiper-pagination .swiper-pagination-bullet > div{
    left: 0;
    transition: all 0.5s ease;
}
















/* <a href="https://www.jqueryscript.net/animation/">Animation</a> */
@-webkit-keyframes
pulsate {  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}
@keyframes
pulsate {  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

/* Hotspot */
.hotspot-img-container {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hotspot-img-container .hot-spot {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: #fff;
    color: #FFF;
    border-radius: 100%;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    transition: all .3s ease;
    transform: translate(-60%, -80%);
}
.hotspot-img-container .hotspot-img.h-100{
    max-width: unset !important;
}

.hotspot-img-container .hot-spot .circle i {
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
}

.hotspot-img-container .hot-spot.hotspot-tooltip-open .circle i,
.hotspot-img-container .hot-spot:not(.hotspot-on-click):hover .circle i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hotspot-img-container .hot-spot .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 39%;
    left: 39%;
    width: 30px;
    height: 30px;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

.hotspot-img-container .hot-spot .tooltip {
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    opacity: 1.0;
    left: 0;
    padding: 15px 15px 10px 15px;
    position: absolute;
    bottom: 35px;
    width: 240px;
    z-index: 999;
    backdrop-filter:blur(49px) brightness(1.2);
    background-color: rgba(255,255,255,0);
}

.hotspot-img-container .hot-spot .tooltip.ontop {
    top: auto;
    bottom: 35px;
}

.hotspot-img-container .hot-spot .tooltip h4 { margin-bottom: 0; font-size: 20px }

.hotspot-img-container .hot-spot .tooltip p {
    font-size: 14px;
    line-height: 18px !important;
    margin-bottom: 10px;
    color: #666 !important;
}

.hotspot-img-container .hot-spot .tooltip p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
    .hotspot-img-container .hot-spot .tooltip {
        width: 200px;
        left: 30px;
        top: 35px;
    }

    .hotspot-img-container .hot-spot .tooltip .img-row {
        display: none;
    }
}