:root {
	--brand-red: #fc2947;
	--brand-dark: #181823;
	--brand-darker: #13131c;
	--glass-white: rgba(255, 255, 255, 0.3);
	--glass-dark: rgba(255, 255, 255, 0.1);
}

body {
	overflow-x: hidden;
}

@keyframes float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

@keyframes pulse-slow {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

.animate-float {
	animation: float 6s ease-in-out infinite;
}

.animate-float-delayed {
	animation: float 6s ease-in-out 3s infinite;
}

.animate-pulse {
	animation: pulse-slow 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.text-brand {
	color: var(--brand-red) !important;
}
.bg-brand {
	background-color: var(--brand-red) !important;
	color: white;
}
.bg-darker {
	background-color: var(--brand-darker);
}
.text-gray-300 {
	color: #d1d5db;
}
.text-gray-400 {
	color: #9ca3af;
}
.text-gray-500 {
	color: #6b7280;
}

.rounded-4xl {
	border-radius: 2.5rem !important;
}
.rounded-pill-custom {
	border-radius: 50rem;
}
.w-fit {
	width: fit-content;
}
.cursor-pointer {
	cursor: pointer;
}

.btn-brand:hover {
	background-color: #dc2626 !important;
	box-shadow: 0 10px 15px -3px rgba(252, 41, 71, 0.3);
}

.btn-glass {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}
.btn-glass:hover {
	background: var(--brand-red);
	border-color: var(--brand-red);
}

.hero-card {
	background-color: #1a1a24;
	border-radius: 25px;
	height: 60vh !important;
	justify-content: center !important;
}
.blob-red {
	top: 0;
	right: 0;
	width: 600px;
	height: 600px;
	background: rgba(252, 41, 71, 0.1);
	transform: translate(25%, -50%);
	filter: blur(120px);
}
.blob-blue {
	bottom: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background: rgba(37, 99, 235, 0.1);
	transform: translate(-25%, 50%);
	filter: blur(100px);
}
.grid-pattern {
	background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.1) 1px, transparent 0);
	background-size: 32px 32px;
}

.icon-bubble {
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
}
.icon-bubble.wp {
	top: 2rem;
	left: 5%;
	width: 6rem;
	height: 6rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.el {
	top: 40%;
	left: 3%;
	width: 5rem;
	height: 5rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.html {
	bottom: 8rem;
	left: 5%;
	width: 5rem;
	height: 5rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.css {
	top: 8rem;
	left: 22%;
	width: 4rem;
	height: 4rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.js {
	bottom: 5rem;
	left: 18%;
	width: 5.5rem;
	height: 5.5rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.figma {
	top: 20%;
	left: 15%;
	width: 4.5rem;
	height: 4.5rem;
	background: rgba(255, 255, 255, 0.1);
}
.icon-bubble.php {
	bottom: 30%;
	left: 22%;
	width: 4.8rem;
	height: 4.8rem;
	background: rgba(255, 255, 255, 0.1);
}

.shadow-red {
	box-shadow: 0 10px 15px -3px rgba(146, 0, 59, 0.2);
}
.shadow-orange {
	box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.1);
}
.shadow-blue {
	box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1);
}

.badge-custom {
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
}
.dot {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
}

.widget-card:hover {
	border-color: rgba(252, 41, 71, 0.3) !important;
}
.group-hover-zoom:hover img {
	transform: scale(1.1);
}
.bg-white-90 {
	background-color: rgba(255, 255, 255, 0.9);
}

.stats-card .glow-bg-red {
	right: -2.5rem;
	top: -2.5rem;
	width: 8rem;
	height: 8rem;
	background: rgba(252, 41, 71, 0.05);
	filter: blur(40px);
	border-radius: 50%;
}
.stats-card .glow-bg-blue {
	left: -2.5rem;
	bottom: -2.5rem;
	width: 8rem;
	height: 8rem;
	background: rgba(59, 130, 246, 0.05);
	filter: blur(40px);
	border-radius: 50%;
}
.icon-sq {
	width: 3rem;
	height: 3rem;
	transition: transform 0.3s;
}
.stat-item:hover .icon-sq {
	transform: scale(1.1);
}
.stat-item:hover {
	background-color: #f8f9fa;
}

.bg-red-subtle {
	background-color: rgba(197, 195, 195, 0.1) !important;
}
.border-danger-subtle {
	border-color: rgba(163, 163, 163, 0.2) !important;
}
.red-gradient-overlay {
	background: linear-gradient(to right, rgba(255, 0, 0, 0.05), transparent);
	pointer-events: none;
}
.btn-white {
	background: white;
	border: 1px solid #f3f4f6;
}
.hover-scale:hover {
	transform: scale(1.1);
}

.title-underline {
	height: 4px;
	border-radius: 2px;
}
.card-img-top {
	height: 200px;
}
.hover-shadow-brand:hover {
	border-color: rgba(252, 41, 71, 0.3) !important;
	box-shadow: 0 25px 50px -12px rgba(252, 41, 71, 0.1);
}
.hover-scale-img:hover {
	transform: scale(1.1);
}
.overlay-gradient {
	background: linear-gradient(to top, rgba(17, 24, 39, 0.5), transparent);
}
.hover-text-brand:hover {
	color: var(--brand-red) !important;
}
.hover-btn-brand:hover {
	background-color: var(--brand-red);
	color: white;
	border-color: var(--brand-red);
}

.blob-red-large {
	width: 500px;
	height: 500px;
	background: rgba(252, 41, 71, 0.05);
	filter: blur(120px);
	pointer-events: none;
	border-radius: 50%;
}
.text-gradient-brand {
	background: linear-gradient(to left, var(--brand-red), #f97316);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blob-red-corner {
	width: 400px;
	height: 400px;
	background: rgba(252, 41, 71, 0.05);
	filter: blur(100px);
	border-radius: 50%;
	transform: translate(50%, -50%);
}
.text-decoration-underline-wavy {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: rgba(252, 41, 71, 0.3);
	text-underline-offset: 8px;
}
.play-btn-lg {
	width: 5rem;
	height: 5rem;
}
.group-hover-parent:hover .group-hover-opacity {
	opacity: 1;
}
.group-hover-parent:hover .group-hover-scale {
	transform: scale(1.1);
}

.blob-bg {
	width: 8rem;
	height: 8rem;
	background: rgba(252, 41, 71, 0.05);
	filter: blur(40px);
	border-radius: 50%;
	z-index: 0;
}
.hover-shadow-md:hover {
	box-shadow:
		0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.hover-border-light:hover {
	border-color: #374151 !important;
}
.hover-text-white:hover {
	color: white !important;
}

@media (min-width: 992px) {
	.h-140px {
		height: 140px;
	}
}

@media (max-width: 991px) {
	.hero-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 0;
		pointer-events: none;
	}

	.icon-bubble.wp {
		top: 5%;
		left: 5%;
		width: 5rem;
		height: 5rem;
	}

	.icon-bubble.el {
		top: 15%;
		right: 5%;
		left: auto;
		width: 4.5rem;
		height: 4.5rem;
	}

	.icon-bubble.html {
		top: 50%;
		left: 8%;
		bottom: auto;
		width: 4.5rem;
		height: 4.5rem;
	}

	.icon-bubble.css {
		top: 30%;
		right: 10%;
		left: auto;
		width: 4rem;
		height: 4rem;
	}

	.icon-bubble.js {
		bottom: 15%;
		right: 8%;
		left: auto;
		width: 5rem;
		height: 5rem;
	}

	.icon-bubble.figma {
		bottom: 25%;
		left: 5%;
		width: 4rem;
		height: 4rem;
	}

	.icon-bubble.php {
		top: 65%;
		right: 5%;
		left: auto;
		width: 4.5rem;
		height: 4.5rem;
	}

	.hero-content {
		z-index: 2;
	}
}

.h-200px {
	height: 200px;
}

.overflow-hidden {
	overflow: hidden;
}

.object-fit-cover {
	object-fit: cover;
}

.transition-all {
	transition: all 0.3s;
}

.transition-colors {
	transition: colors 0.3s;
}

.transition-transform {
	transition: transform 0.3s;
}

.transition-opacity {
	transition: opacity 0.3s;
}

.dark-card {
	background-color: #1f2937;
}

.dark-subtle {
	background-color: #374151;
}

.text-muted {
	color: #6b7280;
}

.pe-none {
	pointer-events: none;
}

.invert {
	filter: invert(1);
}

.rounded-3 {
	border-radius: 0.375rem;
}

.rounded-4 {
	border-radius: 0.5rem;
}

.icon-circle {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blur-xl {
	filter: blur(2rem);
}

.opacity-05 {
	opacity: 0.05;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-90 {
	opacity: 0.9;
}

.bg-light-subtle {
	background-color: #f3f4f6;
}

.text-gray-300 {
	color: #d1d5db;
}

.text-white {
	color: white;
}

.text-dark {
	color: #1f2937;
}

.display-4 {
	font-size: 2.5rem;
}

.display-5 {
	font-size: 2rem;
}

.display-6 {
	font-size: 1.75rem;
}

.lh-1 {
	line-height: 1;
}

.lh-base {
	line-height: 1.5;
}

.d-inline-block {
	display: inline-block;
}

.d-inline-flex {
	display: inline-flex;
}

.d-flex {
	display: flex;
}

.d-flex.flex-row {
	flex-direction: row;
}

.d-flex.flex-column {
	flex-direction: column;
}

.flex-grow-1 {
	flex-grow: 1;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items: flex-start;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-end {
	justify-content: flex-end;
}

.border {
	border: 1px solid;
}

.border-light {
	border-color: #f3f4f6;
}

.border-light-subtle {
	border-color: #e5e7eb;
}

.border-secondary {
	border-color: #6b7280;
}

.border-danger-subtle {
	border-color: rgba(252, 41, 71, 0.2);
}

.border-top {
	border-top: 1px solid;
}

.border-light {
	border-color: #f3f4f6;
}

.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.small {
	font-size: 13px;
}

.ratio-16x9 {
	aspect-ratio: 16 / 9;
}

.ratio-4x3 {
	aspect-ratio: 4 / 3;
}

.min-w-200 {
	min-width: 200px;
}

.w-sm-auto {
	width: auto;
}

.fill-current {
	fill: currentColor;
}

.pos-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.start-0 {
	start: 0;
}

.end-0 {
	right: 0;
}

.top-0 {
	top: 0;
}

.bottom-0 {
	bottom: 0;
}

.translate-middle {
	transform: translate(-50%, -50%);
}

.min-vh-100 {
	min-height: 100vh;
}

.text-end {
	text-align: right;
}

.text-center {
	text-align: center;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.text-decoration-none {
	text-decoration: none;
}

.outline-none {
	outline: none;
}

.bg-white {
	background-color: white;
}

.card {
	border-radius: 1rem;
	border: 1px solid #e5e7eb;
	background-color: white;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border-radius: 50rem;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
}

.btn-light {
	background-color: white;
	color: #1f2937;
	border: 1px solid #e5e7eb;
}

.btn-light:hover {
	background-color: #f3f4f6;
}

.btn-outline-secondary {
	background-color: transparent;
	color: #6b7280;
	border: 1px solid #d1d5db;
}

.btn-outline-secondary:hover {
	background-color: var(--brand-red);
	color: white;
	border-color: var(--brand-red);
}

.bg-dark {
	background-color: #1f2937;
}

.text-white {
	color: white;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.badge-sub {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	border-radius: 50rem;
	font-weight: 700;
	font-size: 0.875rem;
}

.badge-float {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.75rem;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0.5rem 0.75rem;
	border-radius: 50rem;
	border: 1px solid #e5e7eb;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.youtube-card {
	background: linear-gradient(180deg, rgba(252, 41, 71, 0.03), rgba(255, 255, 255, 0.6));
	border: 1px solid rgba(252, 41, 71, 0.08);
	padding: 1.25rem;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease;
}
.youtube-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 30px rgba(12, 12, 12, 0.12);
}
.youtube-card .subscriber {
	display: flex;
	align-items: center;
	gap: 3px;
	background: rgba(252, 41, 71, 0.06);
	border: 1px solid rgba(252, 41, 71, 0.12);
	padding: 1px 5px;
	border-radius: 0.5rem;
}
.youtube-card .subscriber .count {
	font-weight: 500;
	font-size: 13px;
	color: var(--brand-darker);
	line-height: 1;
}
.youtube-card .subscriber .label {
	font-size: 10px;
	color: var(--brand-darker);
	opacity: 0.9;
}
.youtube-card .youtube-meta h5 {
	margin: 0;
	font-size: 1rem;
	font-size: 19px;
}

.youtube-card .youtube-meta small {
	color: #6b7280;
	font-size: 0.9rem;
	line-height: 1.2;
}
.youtube-card .btn-youtube {
	background: white;
	border: 1px solid rgba(252, 41, 71, 0.08);
	color: var(--brand-red);
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
}
.youtube-card .btn-youtube svg {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
}
@media (max-width: 991px) {
	.youtube-card {
		gap: 1rem;
	}
	.youtube-card .youtube-meta {
		text-align: right;
	}
	.stats-card,
	.youtube-card {
		flex-basis: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 420px) {
	.youtube-card .subscriber .count {
		font-size: 1rem;
	}
	.youtube-card .btn-youtube {
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 768px) {
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}

	.stats-card-container {
		width: 100% !important;
	}
}

@media (max-width: 478px) {
	.floating-icons {
		display: none !important;
	}
	.hero-card {
		height: 100%;
	}
	.fe-op {
		margin-bottom: 15px !important;
	}
	#about {
		margin-bottom: 15px;
		padding: 0px !important;
	}
	.courese-card-container {
		padding: 0px !important;
	}

	h2.about-title {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.nikol-sub-title {
		margin-top: 15px;
	}

	.fav-course-title {
		margin-bottom: 25px !important;
	}

	.hero-main-title,
	.yt-h-text {
		font-size: 27px !important;
	}

	div > div > div.col-lg-12.position-relative.group {
		margin-top: 0px;
	}
	.lead {
		font-size: 17px !important;
	}
}

@media (max-width: 375px) {
	.hero-card {
		height: 80vh !important;
	}
}

.btn-yt-section {
	padding: 12px 30px;
}
