/* header Css  */
.site-header {
	position: relative;
	z-index: 1000;
}

.header____wrap {
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1111111;
	transition: all 0.3s ease;
}
.bg____wrap {
	padding: 30px;
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	transition: 0.6s ease;
	box-shadow:
		0 30px 80px -30px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
	border-radius: 26px;
}
.signin_____btn {
	background: linear-gradient(
		90deg,
		rgba(42, 123, 155, 0.24) 0%,
		rgba(215, 217, 218, 0.24) 0%,
		rgba(156, 200, 212, 0.24) 100%
	);
	color: var(--extra-color-2);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}
/* header Css  */

/* banner Css  */
.banner::after {
	content: "";
	position: absolute;
	background-image: url(../img/banner-bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 180px;
	bottom: -10px;
	z-index: 9;
}
.banner______bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 71%;
	height: 52px;
	background: var(--body-color);

	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	z-index: 2;
}
.banner______bg figure::before,
.banner______bg figure::after {
	content: "";
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	background: transparent;
	z-index: 2;
	pointer-events: none;
}
.banner______bg figure::before {
	left: calc(14.5% - 24px);
	border-top-right-radius: 24px;
	box-shadow: 12px -12px 0 12px var(--body-color);
}
.banner______bg figure::after {
	right: calc(14.5% - 24px);
	border-top-left-radius: 24px;
	box-shadow: -12px -12px 0 12px var(--body-color);
}
.gradient____text {
	background: linear-gradient(90deg, #ffffff 23%, #38bdf8 49%, #0ea5e9 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg-dark-blue {
	background: #03101f;
}
.online-badge {
	gap: 10px;
	padding: 12px 18px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.online-badge .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--secondary-color);
}
.avatar-group img,
.avatar-plus {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	margin-left: -10px;
}
.avatar-group img:first-child {
	margin-left: 0;
}
.avatar-plus {
	background: #f5ecea;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 300;
}
.gradient____star {
	background: linear-gradient(90deg, #5e5e5e 50%, #ffffff 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.boat______image {
	top: -9rem;
	z-index: 9;
}
.banner___card {
	background: rgba(4, 14, 26, 0.85);
	backdrop-filter: blur(44px);
	-webkit-backdrop-filter: blur(44px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 23px;
	position: relative;
}
.banner___card::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: inherit;
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.5) 0%,
		rgba(0, 202, 255, 0) 50%,
		rgba(0, 168, 243, 0.4) 100%
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
.boat______image figure {
	width: fit-content;
	margin: auto;
	text-align: center;
}
.boat______image figure img.img-fluid {
	max-width: 85%;
	margin: auto;
	text-align: center;
}
.banner_____cards_____wrapper {
	bottom: 60px;
}

.boat______image {
	perspective: 1000px;
	will-change: transform;
}

.boat______image img {
	transform: translateZ(0);
}
/* banner Css  */

/* community-section Css  */
.community-section::before {
	content: "";
	position: absolute;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background: rgba(0, 168, 243, 0.2);
	left: -21rem;
	top: -100px;
	filter: blur(164px);
	z-index: -1;
	pointer-events: none;
}
.community-section::after {
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: #ff2056;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(610px);
	z-index: -1;
	pointer-events: none;
}
.trending_____wrap::before {
	content: "";
	position: absolute;
	background: var(--secondary-color);
	width: 25px;
	height: 1px;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
}
.trending_____wrap {
	padding-left: 30px;
}
.community____fig {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	width: 100%;
}

.community____fig img.img-fluid {
	border-radius: 26px;
	width: 100%;
}
.community____fig:hover {
	box-shadow:
		8px 0 15px rgba(240, 106, 15, 0.12),
		-8px 0 15px rgba(240, 106, 15, 0.12),
		0 0 12px rgba(240, 106, 15, 0.06);
}
.community____fig::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(4, 14, 26, 0) 0%,
		rgba(4, 14, 26, 0.4) 50%,
		rgba(4, 14, 26, 1) 100%
	);
	z-index: 1;
	pointer-events: none;
}
.community_____wrapper {
	z-index: 2;
}
.community_____chat {
	opacity: 0;
	margin-bottom: 20px;
}
.community_____slide {
	margin: 0px 10px;
	/* border: 1px solid transparent; */
	border-radius: 26px;
	padding: 20px 0;
}
.community____fig {
	border: 1px solid transparent;
}
.community_____slide.slick-slide.slick-current.slick-active.slick-center
	.community____fig {
	border-color: var(--secondary-color);
}
.community_____slide.slick-slide.slick-current.slick-active.slick-center
	.community_____chat {
	opacity: 1;
}
/* community-section Css  */

/* sell-section Css  */
.sell-section {
	position: relative;
}
.sell_____main {
	perspective: 1400px;
}

.sell-section::before {
	content: "";
	position: absolute;
	width: 610px;
	height: 350px;
	border-radius: 9999px;
	background: rgba(0, 168, 243, 0.27);
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(150px);
	z-index: -1;
	pointer-events: none;
}
.sell_____tabs .nav-pills .nav-link.active {
	background: var(--secondary-color);
	color: var(--extra-color-3);
}
.sell_____tabs .nav-pills .nav-link:hover {
	background: var(--secondary-color);
	color: var(--extra-color-3);
}
.sell_____tabs .nav-pills .nav-link {
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wishlist_____span {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	border-radius: 50%;
	font-size: 15px;
	color: var(--primary-color);
	text-decoration: none;
}
.sell_____wrapper {
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.sell_____wrapper:hover {
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}
/* sell-section Css  */

/* events-section Css  */
.events-section::before {
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(0, 168, 243, 0.25);
	bottom: 0;
	left: -28rem;
	top: 0;
	margin: auto;
	filter: blur(250px);
	z-index: -1;
	pointer-events: none;
}
.events_____btn {
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	color: var(--primary-color);
}
.time____wrapper {
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1.3px solid #453325;
	border-radius: 19px;
}
.thumb____image {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	object-fit: cover;
	margin-left: -10px;
}
.thumb____image:first-child {
	margin-left: 0;
}
.avatar____second {
	font-size: 9px;
	font-family: var(--primary-regular-font);
	color: var(--primary-color);
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
	width: 29px;
	height: 29px;
}
.event_____image figure img.img-fluid {
	border-radius: 26px;
}
.event_____image {
	perspective: 1500px;
	overflow: hidden;
	border-radius: 26px;
}
.event_____image img {
	will-change: transform;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
/* events-section Css  */

/* lake-intelligence-section Css  */
.max-width-text {
	max-width: 480px;
}
.border____orange____fade {
	border: 1px solid rgba(255, 107, 0, 0.2);
}
.map____badge {
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid #462f1f;
	z-index: 9;
}
.map____badge span {
	font-size: 0.72rem;
	letter-spacing: 0.5px;
	color: #c3c7cb;
}
.map_____container {
	border-radius: 26px;
	border: 1px solid #ffffff10;
}
.map_____bottom_____bar {
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid #462f1f;
	backdrop-filter: blur(28px);
	margin: 0px 20px 40px;
}
.map____scatter____dot {
	width: 8px;
	height: 8px;
	background-color: #ff6b00;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 107, 0, 0.8);
}
.location-tahoe {
	bottom: 35%;
	left: 42%;
}
.pin____dot {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ff6b00;
	border-radius: 50%;
	box-shadow: 0 0 14px #ff6b00;
}
.pin____tooltip {
	background: rgba(3, 10, 19, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.15);
	white-space: nowrap;
	margin-top: 6px;
	font-size: 0.72rem;
	letter-spacing: 0.3px;
}
.bg-dark-blur {
	background: rgba(4, 11, 22, 0.8);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.icon____wrapper.bg-primary-gradient {
	background: linear-gradient(135deg, #ff6b00 0%, #e04f00 100%);
	width: 36px;
	height: 36px;
}
.btn-cyan {
	background-color: #00d2ff;
	color: #030a13 !important;
	border: none;
	font-size: 0.8rem;
	letter-spacing: 0.3px;
	transition: background-color 0.2s ease;
}
.btn-cyan:hover {
	background-color: #00bada;
}
.lake_____card {
	background: linear-gradient(
		135deg,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	background-size: 300% 100%;
	border: 1px solid #ffffff10;
	border-radius: 22px;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}
.lake_____card:hover {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}
.badge-orange {
	background-color: rgba(255, 107, 0, 0.15);
	color: var(--secondary-color);
	font-size: 9px;
	font-family: var(--primary-regular-font);
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.5px;
	font-weight: 400;
	position: relative;
	padding-left: 18px;
}

.badge-orange::before {
	content: "";
	position: absolute;
	background: var(--secondary-color);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 7px;
}

.map_____container::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent,
		rgba(0, 210, 255, 0.12),
		transparent
	);
	pointer-events: none;
}
.map-scan {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent,
		rgba(0, 210, 255, 0.08),
		transparent
	);
	pointer-events: none;
	z-index: 2;
}

/* .map_____graphic {
    min-height: 500px;
    background-color: #040b16;
}
.pin____tooltip {
    position: absolute;
    bottom: 20px; 
    background: rgba(3, 10, 19, 0.9);
    border: 1px solid rgba(0, 210, 255, 0.3); 
    box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.3px;
    transform: translateX(-50%);
    left: 50%;
}
.pin____dot {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ff6b00;
    border-radius: 50%;
    box-shadow: 0 0 14px #ff6b00;
    position: relative;
}
.pin____dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid #ff6b00;
    border-radius: 50%;
    animation: marker-pulse 1.8s infinite ease-out;
}
@keyframes marker-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
} */

/* lake-intelligence-section Css  */

/* feed-section Css  */
.marquee____track {
	width: max-content;
	animation: marqueeAnimation 25s linear infinite;
}
.feed_____slider:hover .marquee____track {
	animation-play-state: paused;
}
.feed_____slider .nav-link-pill {
	display: inline-block;
	color: var(--secondary-color);
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}
.feed_____slider .nav-link-pill.active,
.nav-link-pill:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--secondary-color);
}
.live____badge {
	background: #e81f51;
	display: flex;
	align-items: center;
	gap: 2px;
}
.play_____wrapper {
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--secondary-color);
	border: 1px solid #f06a0f25;
	font-size: 16px;
}
@keyframes marqueeAnimation {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}

.feed_____image {
	overflow: hidden;
	border-radius: 26px;
}

.live_____wrap {
	bottom: -13px;
	background: #ff2056;
	padding: 5px 8px;
	border-radius: 30px;
	line-height: normal;
	font-size: 8px;
}
/* mobile-app-section  */

.mobile-app-section {
	background-image: url(../img/mobile-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
}

.mobile-slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: auto;
	overflow: visible;
}

.mobile-mockup-swiper {
	width: 100%;
	overflow: visible !important;
}

.mobile-mockup-swiper .swiper-wrapper {
	overflow: visible;
}

.mobile-mockup-swiper .swiper-slide {
	width: 280px !important;
	opacity: 0.35;
	transition: all 0.6s ease;
}

.mobile-mockup-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.mobile-mockup-swiper .swiper-slide-active {
	opacity: 1 !important;
	z-index: 30 !important;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.mobile-mockup-swiper .swiper-slide-prev,
.mobile-mockup-swiper .swiper-slide-next {
	opacity: 0.65 !important;
	z-index: 15 !important;
}

.custom-dots-container {
	position: absolute !important;
	left: 50% !important;
	bottom: -45px !important;
	transform: translateX(-50%) !important;

	display: flex !important;
	justify-content: center;
	align-items: center;
	width: auto !important;
	z-index: 50;
}

.phone-frame {
	position: relative;
	padding: 8px;
	border-radius: 50px;
	box-sizing: border-box;
}

.phone-frame img {
	width: 100%;
	display: block;
	border-radius: 42px;
}

/* Active */
.mobile-mockup-swiper .swiper-slide-active .phone-frame {
	background: transparent;
	border: 1px solid transparent;
}

/* Inactive */
.mobile-mockup-swiper .swiper-slide:not(.swiper-slide-active) .phone-frame {
	background: linear-gradient(
		180deg,
		rgba(0, 202, 255, 0.18) 0%,
		rgba(0, 202, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.03) 100%
	);

	border: 1px solid rgba(240, 106, 15, 0.35);
}

.custom-dots-container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
}

.custom-dots-container .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 20px;
	background: #0d6efd;
}

.mobile-slider-wrapper,
.mobile-mockup-swiper,
.mobile-mockup-swiper .swiper-wrapper {
	overflow: visible !important;
}

.check____span {
	background: #f06a0f15;
	color: var(--secondary-color);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	flex-shrink: 0;
}

.phone-badge {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s ease;
	z-index: 999;
	background: linear-gradient(
		135deg,
		rgba(0, 202, 255, 0.12) 0%,
		rgba(109, 216, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.04) 100%
	);
	border: 1px solid #6a4b3a;
}

.swiper-slide-active .phone-badge {
	opacity: 1;
	visibility: visible;
}
.badge-top {
	top: 24%;
	right: -55px;
	white-space: nowrap;
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
	border-radius: 22px;
}

.badge-bottom {
	bottom: 22%;
	left: -70px;
	white-space: nowrap;
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
}

/* prevent clipping */
.mobile-mockup-swiper,
.mobile-mockup-swiper .swiper-wrapper,
.mobile-mockup-swiper .swiper-slide {
	overflow: visible !important;
}

.green____circle {
	background: #00d492;
	width: 7px;
	height: 7px;
}
.phone-frame {
	position: relative;
}
.swiper-slide-active .phone-frame::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 48px;
	background: linear-gradient(180deg, #00a8f3 0%, #00caff 100%);
	opacity: 0.4;
	filter: blur(64px);
	z-index: -1;
	pointer-events: none;
}
.ios_____btn {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(0, 168, 243, 1) 0%,
		rgba(0, 202, 255, 1) 100%
	);
}

.ios_____btn:hover {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(0, 168, 243, 1) 0%,
		rgba(0, 202, 255, 1) 100%
	);
}

/* footer Css  */
.site-footer {
	position: relative;
	background: #010f20 url("../img/footer-bg.png") center/cover no-repeat;
	overflow: hidden;
	border-top: 1px solid #ffffff10;
}
.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;

	background: radial-gradient(
		ellipse 70% 120% at 50% 100%,
		rgba(0, 17, 38, 0.6) 0%,
		rgba(0, 8, 21, 0.4) 50%,
		rgba(0, 8, 21, 0) 100%
	);
	pointer-events: none;
	z-index: 1;
}

.site-footer > * {
	position: relative;
	z-index: 2;
}
.footer____badge {
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.02) 100%
	);
	border: 1px solid #ffffff10;
}
.footer____list li::marker {
	color: #fffffff7;
}
.cyber-newsletter-group {
	display: flex;
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	padding: 4px;
	position: relative;
	overflow: hidden;
}
.cyber-newsletter-group .form-control {
	background: transparent;
	border: none;
	color: var(--extra-color-2);
	box-shadow: none !important;
	padding-left: 20px;
	font-size: 0.85rem;
}
.lake_____span::before {
	content: "";
	position: absolute;
	background: #00d492;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: -5px;
	margin: auto;
}
/* footer Css  */
