body {
	font-family: "Poppins", sans-serif;
	background-color: #f8f8f8;
}
.sidebar {
	height: 600px;
	width: 80px;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #ccb4ef;
	border-radius: 20px;
	margin-left: 20px;
	position: sticky;
	top: 120px;
}

.main-body {
	justify-content: normal;
	display: flex;
}

.nav-sidebar {
	align-items: center;
	height: 100%;
	/* gap: 59px; */
	justify-content: space-around;
}

.mt-2 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.innerSectionLeft {
	margin-top: 50px;
	min-width: 130px !important;
	max-width: 130px !important;
}

.innerSectionRight {
	width: 100%;
	flex-direction: column;
	align-items: center;
	display: flex;
	margin-top: 20px;
}

.circle {
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 100%;
}

.chart-heading {
	color: #303030;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	justify-content: center;
}

.chart-container {
	width: 200px;
}

.programming-stats {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0 auto;
	width: fit-content;
	color: #023047;
	transition: all 400ms ease;
	width: fit-content;
}

.programming-stats .details ul {
	list-style: none;
	padding: 0;
}

.programming-stats .details ul li {
	font-size: 13px;
	margin: 12px 0;
	display: flex;
	align-items: center;
}
.details .assets {
	cursor: default;
}
.assets {
	font-size: 13px;
	width: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 1rem;
}

.discription {
	border: 0.5px solid #ccb4ef;
	width: 700px;
	border-radius: 20px;
	background-color: #fff;
	justify-content: center;
	display: flex;
	align-items: center;
}

.D1 {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

.discription > .main-discription {
	width: 33%;
	align-items: center;
	display: flex;
}

.discription .vr {
	background-color: rgba(204, 180, 239, 0.5);
	width: 2px;
	height: 140px;
}
.vr {
	background-color: rgba(204, 180, 239, 0.5);
	width: 1px;
	height: 140px;
}

.funds {
	flex: 78;
	display: flex;
	height: -webkit-fill-available;
	align-items: inherit;
	flex-direction: column;
	justify-content: flex-start;
	padding: 16px 19px;
}

.funds > h6 {
	font-size: 16px;
	font-weight: 400;
}

.font-size14 {
	font-size: 14px;
	font-weight: 400;
}

.heading-rat {
	font-size: 20px;
	color: #280c49;
	font-weight: 600;
	flex: 1;
	text-align: center;
}

.D2 h6 {
	font-size: 20px;
	font-weight: 600;
}

.text-decoration {
	text-decoration: underline;
	cursor: pointer;
}

.main-header {
	box-shadow: 0px 21px 27px 0px rgba(148, 148, 148, 0.75);
	-webkit-box-shadow: 0px 21px 27px 0px rgb(229 222 222/ 75%);
	-moz-box-shadow: 0px 21px 27px 0px rgba(148, 148, 148, 0.75);
}

.invested {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding-top: 11px;
}

.main-discription {
	height: 90%;
}

.funds .subHeading {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 11px;
}

.main-discription {
	flex-direction: column;
}

.green {
	color: #52a491;
}

.buyButton {
	color: #280c49;
	background-color: #fff;
	border-radius: 20px;
	height: 107px;
	width: 241px;
	border: 0.3px solid #cae6c6;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.D2 {
	width: 1110px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 70px;
}

@keyframes animateProgressBar {
	from {
		width: 0%;
	}

	to {
		width: var(--score, 0%);
	}
}

.progress-bar {
	transition: width 1s ease;
	/* Optional: You can use transitions instead of animations */
}

/* Add this class to initiate the animation */
.animate {
	animation: animateProgressBar 2s ease;
}

.img-con {
	position: absolute;
}

.img-con img {
	height: 1px;
	width: 1px;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-container {
	width: 85%;
	height: 100%;
	margin: auto;
	padding: 1.8em 1.2em;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	height: 350px;
	width: 631px;
	background-color: #fff;
}

.testimonial-container > div {
	display: flex;
	flex-direction: row-reverse;
}

.testimonial-container p {
	color: #8c8c90;
	font-size: 13px;
	line-height: 2em;
	margin-left: 1rem;
	text-align: justify;
	letter-spacing: 0.05em;
}

.testimonial-container img {
	border-radius: 20px;
	width: 242px;
	height: 255px;
	border: 0.5px solid #ccb4ef;
}

.testimonial-container h3 {
	color: #2d3d67;
	font-size: 1em;
	text-align: center;
}

.testimonial-container h6 {
	font-size: 20px;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-align: center;
}

.wrapper button {
	font-size: 1.8em;
	height: 2.2em;
	width: 2.2em;
	margin: auto;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	box-shadow: 0px 1px 4px 1px rgba(148, 148, 148, 0.25);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(148, 148, 148, 0.25);
	-moz-box-shadow: 0px 1px 4px 1px rgba(148, 148, 148, 0.25);
	cursor: pointer;
	color: #ccb4ef;
	z-index: 1;
}

a {
	position: relative;
	display: block;
	background-color: #ffffff;
	/* color: #0a69ed; */
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding: 0.9em 0;
	border-radius: 0.3em;
	margin-top: 30px;
}

.fab {
	color: #ff0000;
}

.funds h6,
.sidebar a {
	color: #280c49;
}

#prev {
	position: relative;
	left: -25px;
}

#next {
	position: relative;
	right: -25px;
}

.subHeader {
	display: flex;
	width: 100%;

	justify-content: space-around;
	align-items: center;
	align-self: center;
}

.subHeader .active-state {
	width: 85px;
	height: 3px;
}

.subHeader a {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
}

.subHeader .nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer {
	height: 3rem;
	color: white;
	text-align: center;
	line-height: 3rem;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.bg-dark,
footer {
	background: linear-gradient(
		342deg,
		#ccb4ee 0%,
		#7952b2 17.79%,
		#563484 33.02%,
		#43236a 42.85%,
		#280c47 58.09%
	) !important;
}

.innerSectionRight .dropdown-content {
	padding: 20px;
	position: absolute;
	display: none;
	background-color: #fff;
	min-width: max-content;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.mobileFillter .dropdown-content li,
.innerSectionRight .dropdown-content li {
	font-size: 12px;
	float: none;
	color: black;
	padding: 5px 4px;
	border-bottom: 2px solid #f8f8f8;
	text-decoration: none;
	display: flex;
	align-items: center;
	text-align: left;
	border-bottom: 2px solid #f8f8f8;
}

.innerSectionRight .dropdown-content li:hover {
	background-color: #52a390;
	color: #fff;
}

.mobileFillter .dropdown-content > ul > li,
.innerSectionRight .dropdown-content > ul > li {
	font-size: 11px;
	float: none;
	color: black;
	padding: 5px 4px;
	border-bottom: 2px solid #f8f8f8;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 2px solid #f8f8f8;
}

.mobileFillter .dropdown-toggle::after,
.innerSectionRight .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: url("../image/Polygon.png");
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transition: transform 0.3s ease;
	/* Add transition for smooth animation */
}

.mobileFillter .dropdown-toggle-down::after,
.innerSectionRight .dropdown-toggle-down::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: url("../image/Polygon.png");
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.innerSectionRight .dropdown-content > ul > li:hover {
	background-color: #52a390;
	color: #fff;
}

.innerSectionRight .custom-select-container {
	width: 100%;
	font-size: 14px;
	height: 41px;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 32px;
	background-color: #ffffff;
	box-shadow: 2px 4px 6px 1px rgba(0, 0, 0, 0.25);
	border-color: #f8f8f800;
}

.mobileFillter .dropdown > ul,
.innerSectionRight .dropdown > ul {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	margin-top: 10px;
	border: none;
}

.mobileFillter .dropdown-item,
.innerSectionRight .dropdown-item {
	height: 42px;
}

.dropdown-div {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 100px;
	flex-direction: row-reverse;
	margin: 30px 0;
}

@media screen and (max-width: 650px) {
	.wrapper {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.innerSectionLeft {
		display: none;
	}
}
