.animation-section{
	height:100vh;
	position:relative;
	overflow:hidden;
}

.animation-section .section{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


.animation-section .outer,.animation-section .inner {
	height:100%;
	width:100%;
	overflow:hidden;
}

.animation-section .bg{
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}

/* .animation-section .content-overlay{
	position:absolute;
	right:10%;
	bottom:10%;
	width:410px;
	background-color: rgba(255, 255, 255, 0.7); 
	border: 1px solid var(--e-global-color-b8082ea);
	color:	var(--e-global-color-primary);
	padding:100px 30px;
	border-radius:200px 200px 0 0;
	text-align:center;
} */
.inner .elementor-kit-7 p {
    margin-block-end: 0px !important;
}
.animation-section .content-overlay {
    position: absolute;
    right: 1.5%;
    bottom: 3.5%;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--e-global-color-b8082ea);
    color: var(--e-global-color-primary);
    padding: 20px;
    /* border-radius: 200px 200px 0 0; */
    text-align: center;
}

.animation-section .circle{
	stroke:var(--e-global-color-b8082ea);
	stroke-width:4;
	fill:none;
	stroke-dasharray:314;
	stroke-dashoffset:314;
}

 /* Custom Follower Cursor */
.cursor-tracker{
	position:absolute;
	width:168px;
	height:168px;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	z-index:999;
	top: 30px;
	left: 30px;
}

.animation-section .circle{
	stroke:var(--e-global-color-b8082ea);
	stroke-width:4;
	fill:none;
	stroke-dasharray:314;
	stroke-dashoffset:314;
}
.animation-section .circle-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.animation-section .circle-svg .circle {
	fill: none;
	stroke: var(--e-global-color-b8082ea);
	stroke-width: 4;
	stroke-dasharray: 314;
	/* 2 * PI * 50 */
	stroke-dashoffset: 314;
	transition: stroke-dashoffset 0.3s ease;
}

.animation-section .cursor-text {
	color: var(--e-global-color-b8082ea);
	text-align: center;
	font-size: 0.8rem;
	font-weight: 400;
}

.animation-section .cursor-index {
	display: block;
	font-size: 1.4rem;
	font-size: 38px;
	margin-bottom: 4px;
}	
.animation-section .cursor-text .scroll-label{
	display: block;
	line-height: 1.1;
	font-size: 12px;
	text-transform: uppercase;
}
/* .slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 8px 14px;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--e-global-color-primary);
    font-size: 18px;
    border-radius: 6px;
    z-index: 1;
} */

.slide-caption {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 8px 14px;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--e-global-color-primary);
    font-size: 18px;
    border-radius: 6px;
    z-index: 1;
}

/* .slide-caption {
    position: absolute;
    top: 150px;
    left: 45%;
    padding: 8px 14px;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--e-global-color-primary);
    font-size: 18px;
    border-radius: 6px;
    z-index: 1;
} */

/* .fade-in-up {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
} */
@media(max-width:767px){
.animation-section .content-overlay {
    position: absolute;
    left: 50%;
	right: auto;
	transform: translate(-50%, 0);
	width: 90%;
	max-width: 370px;
	padding: 10px;
	bottom: 10%;
	}
	.cursor-tracker{
	display: none !important;
	}
	.animation-section .content-overlay h2{
		padding-left: 14px;
		padding-right: 14px;
	}
	.slide-caption{
		top: 130px !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
	}
}
@media(max-width: 439px){
.animation-section .content-overlay {
	max-width: 330px;
	}
	.slide-caption{
		top: 130px !important;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
	}
}
