:root {
	--color-1: #fff;
	--color-2: #ffbeff99;
	--color-3: #b3b3fe99;
	--color-4: #fff;
	--color-bg: #fff;
	--blur: blur(80px);
}
a,a:visited, a:hover, a:active {
    color: #00f;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/*main banner*/
.main-banner {
	text-align: center;
	padding: 150px 0;
}
.main-banner h1 {
	font-weight: 500;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	margin-bottom: 20px;
}

.main-banner p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 20px;
}

.main-banner .nav_nav__cta--button__3q7iA {
	width: 280px;
	height: 60px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 26px;
}

/*gradient */
.gradient-color {
	width: 50%;
	height: 50%;
	display: flex;
	border-radius: 30% 80% 75% 40% / 40% 40% 70% 50%;
	animation-name: animate;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes animate {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 60%;
		transform: scale(2) rotate(0deg) translate(10%, 10%);
	}
	100% {
		border-radius: 88% 10% 22% 58% / 73% 56% 34% 77%;
		transform: scale(1) rotate(360deg) translate(10%, -10%);
	}
}

.gradient-color:nth-child(2) {
	background-color: var(--color-1);
	animation-direction: backwards;
	position: absolute;
	top: 0;
	left: 0;
}

.gradient-color:nth-child(3) {
	background-color: var(--color-2);
	animation-direction: alternate;
}

.gradient-color:nth-child(4) {
	background-color: var(--color-3);
	animation-direction: backwards;
	position: absolute;
	top: 0;
	right: 0;
}

.gradient-color:nth-child(5) {
	background-color: var(--color-4);
	animation-direction: alternate;
}

.gradient-backdrop {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	backdrop-filter: var(--blur);
}
.main-banner {
	overflow: hidden;
	/* width: 100vw; */
	display: block;
	position: relative;
}
.main-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.section-heading {
	max-width: 70%;
	margin: 0 auto;
}
.section-heading h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	margin-bottom: 30px !important;
}

.section-heading p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 50px !important;
}
/*mission section*/

.section-block {
	padding: 60px 0;
}
.section-titles-2 {
	display: -moz-box;
	display: flex;
	-moz-box-pack: justify;
	/* justify-content: space-between; */
}
.section-tiles {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 35px;
	padding-right: 35px;
}
.mw-450 {
	max-width: 470px;
}
.mw-500 {
	max-width: 50%;
}
.tile-img {
	width: 60px;
	height: auto;
	margin-bottom: 20px;
}
.tile-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.tile-desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.seperator {
	height: auto;
	width: 1px;
	opacity: 0.3;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#6366f1),
		color-stop(47.12%, #a855f7),
		to(#ec4899)
	);
	background: -moz-linear-gradient(
		left,
		#6366f1 0,
		#a855f7 47.12%,
		#ec4899 100%
	);
	background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
	-moz-box-ordinal-group: 1;
	order: 0;
}
.bg-grad {
	background-size: cover !important;
	background-position: top center !important;
}
.tile-reference {
	margin-left: auto;
	display: block;
	font-family: Poppins;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
	color: #4d4d4d;
	margin-bottom: unset;
}
/* #pieChart{
    width: 300px !important;
    height: 300px !important;
} */
.chart-container {
	display: flex;
	min-height: 450px;
	align-items: center;
}
.text-left{
    text-align: left;
}
.align-start{
    align-items: flex-start;
}
.tile-list{
    padding-left: 25px;
    list-style-type: square;
}
.tile-list li{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 20px;
}
.bg-grad2{
    background-position: 50% !important;
    background-size: cover !important;
}
.gap-subject{
    align-self: end;
}
.nopad-l-r{
    padding-left: unset;
    padding-right: unset;
    flex-grow: 1;
    width: 100%;
}
.carousel-container.container-custom {
    display: grid
;
    grid-template-columns: 400px auto;
    align-items: center;
}
.heading-left{
    max-width: 100% !important;
    text-align: left;
}
.heading-left h3{
    text-align: left;
}
.slider-nav-ver{
    background-color: transparent;
}
.nav-vertical-left{
    transform: rotate(180deg);
}
.nav-controls-v{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.questionslide {

    padding: 0 60px;
}
.questionslide .question{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
        font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0;
    padding-left: 40px;
    height: 160px;
    /* min-height: 250px; */
}
.questionslide .question span:before{
    content: "Q.";
    align-self: start;
    position: absolute;
    left: -0px;font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.vertical-slider{
    background: rgba(37, 32, 32, .898);
    border: 1px solid #1d1d1d;
    border-radius: 20px;
}
.questionslide.slick-slide{
    opacity: 0.5;
    transition: .2s all ease-in-out;
    transform: scale(0.9);
}
.questionslide.slick-slide.slick-active {
    opacity: 1;
    transition: .2s all ease-in-out;
    transform: scale(1);
}
.nav-controls-v button{
    position: relative;
}
.nav-controls-v button:hover,
.nav-controls-v button:has(img:hover){
    background: #fff !important;
    border-radius: 100%;
    cursor: pointer;
}
.nav-controls-v button:hover:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    transform: translateZ(-1px);
    pointer-events: none;
    -webkit-transition: -webkit-filter .3s ease;
    transition: -webkit-filter .3s ease;
    -moz-transition: filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    background-clip: content-box;
    padding: 1px;
    filter: blur(8px);
    z-index: -1;
}
.card-stats{
    display: flex;
    align-items: center;
    gap: 20px;
}
.odoval{
    display: flex;
    align-items: center;
        font-size: 48px;
    text-align: center;
    font-weight: 500;
    min-width: 100px;
}

.card-stats {
    display: flex;
    align-items: center;
    gap: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.05), rgba(168, 85, 247, 0.05) 47.12%, rgba(236, 72, 153, 0.05));
    padding: 20px;
    border-radius: 20px;
}

.card-container {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    gap: 15px;
}
.sourcelink{
    font-style: italic;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
    color: rgb(77, 77, 77);
    margin-top: -5px;
}
.tile-title-small{
        font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.card-tiles{
    min-height: 290px;
    height: auto;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 15px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    justify-content: flex-start;
    -moz-box-flex: 0;
    flex: 0 1 40%;
}
.section-titles-3{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 430px));
    justify-content: center;
    gap: 30px;
}
.join-movement-btn{
        display: -moz-box;
    display: flex
;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border: unset;
    background: -webkit-gradient(linear, left top, right top, from(#6366f1), color-stop(47.12%, #a855f7), to(#ec4899));
    background: -moz-linear-gradient(left,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(90deg, #6366f1, #a855f7 47.12%, #ec4899);
    border-radius: 5px;
    padding: 30px 16px;
    width: 400px;
    max-width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 200%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 50px auto;
    text-transform: uppercase;
    cursor: pointer;
}

.join-movement-btn:hover{
    background: -moz-linear-gradient(340deg,#6366f1 0,#a855f7 47.12%,#ec4899 100%);
    background: linear-gradient(110deg, #6366f1, #a855f7 47.12%, #ec4899);
    background-position: 100%;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}
.vertical-slider{
        padding: 40px 0;
    }

@media only screen and (max-width: 768px) {
    .section-titles-2 {
        flex-direction: column;
        gap: 20px;
    }
    .carousel-container.container-custom{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .questionslide .question{
        height: unset;
    }
    .gap-subject {
        align-self: center;
    }
    .mw-500{
        max-width: 100%;
    }
    .vertical-slider{
        padding: 30px 0;
    }
    .card-container{
        padding-left: 0;
    }
    .section-heading{
        max-width: 90%;
    }
    .questionslide{
        padding: 0 20px;
    }
}