/* Header & Nav */
/* #header.sircles_color{
	background-color:#00BDED; 
}
#mainMenu nav ul li a {
	color:white;
}
#sircles-logo img{
	position:absolute;
	width:180px;
	margin:auto;
	right:0; left:0; top:10px;
}
#right-hamburger img{
	position:absolute;
	width:50px;
	margin:auto;
	right:0; top:25px;
}
#caring_logo{
	padding-top:20px;
	padding-bottom:20px;
}
#caring_logo img{
	width:500px;
} */
/* end: Header & Nav */

/* #section-2{
	padding-top:20px;
	padding-bottom:20px;
}
#lottie-home{
	padding-top:35px;
	width:600px;
}
#shop-text{
	margin-bottom: 25px;
}
#shop-text h2{
	font-size:2.75em;
}
#show-text-1{
	padding-top:20px;
}
#text-block-up{
	display:inline-block;
	padding-top:10px;
	height:35px;
	overflow:hidden;
}
.show_text{
	font-weight:700;
	color: #00BDED;
	font-size:0.9em;
}

#home-text{
	width:100%;
	font-size:2.5em;
	color:black;
	font-weight:500;
	line-height:1.3;
}

#lottie-scroll-arrow {
	position: absolute;
	margin-top: -110px;
	Z-index:999;
	height: 150px;
} */

/* .watch_video_btn{
	float:left;
	margin-right:15px;
}
.watch_video_btn img{
	width:180px;
}
.invest_btn{
	float:left;
}
.invest_btn img{
	width:155px;
}
.app_store_btn{
	float:left;
	
}
.app_store_btn img{
	width:155px;
}
.google_app_btn{
	float:left;
	margin-right:15px;
}
.google_app_btn img{
	width:165px;
} */

/* Footer */
/* #footer, #footer .copyright-content {
	background-color: #00BDED;
	color: white;
} */
/* end: Footer */

/* Invest Now Button */
.invest-now-btn {
	background-color: #28a745;
	color: white;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	border: 2px solid #28a745;
	position: relative;
	width: 140px;
	text-align: center;
	margin-top: 10px;
}

.invest-now-btn:hover {
	background-color: #218838;
	border-color: #218838;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.invest-now-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* end: Invest Now Button */

/* Header Layout Fix */
.header-inner .container {
	overflow: hidden;
}

#sircles-logo {
	float: left;
}