* {
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		sans-serif;
	line-height: 1.6;
	color: #1f2937;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
}

/* NAVBAR */

.navbar {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	padding: 1rem 0;
}

.navbar-brand {
	font-size: 1.5rem;
	font-weight: 700;
	background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-decoration: none;
}

.nav-link {
	font-size: 1.1rem;
	font-weight: 450;
	color: #1f2937;
	margin: 0 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	background: rgba(99, 102, 241, 0.1);
	color: #667eea;
}

.navbar-toggler {
	border: none;
	padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* FOR ALL SECTIONS */

.section-title {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 3rem;
	position: relative;
}

/* HERO SECTION */

.hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	color: white;
}

.hero-greeting {
	margin-bottom: 1rem;
}

.greeting-text {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

.hero-name {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.1;
}

.highlight {
	background: linear-gradient(45deg, #ffd700, #ffed4e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-subtitle {
	margin-bottom: 1.5rem;
}

.typing-text {
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
}

.hero-description {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2rem;
	max-width: 500px;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.hero-buttons .btn {
	padding: 0.75rem 2rem;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.hero-buttons .btn-primary {
	background: white;
	color: #6366f1;
	border-color: white;
}

.hero-buttons .btn-primary:hover {
	background: transparent;
	color: white;
	border-color: white;
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.hero-buttons .btn-outline-primary {
	background: transparent;
	color: white;
	border-color: white;
}

.hero-buttons .btn-outline-primary:hover {
	background: white;
	color: #6366f1;
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.hero-image {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 2rem;
	text-align: center;
	color: white;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.profile-image {
	margin-bottom: 1rem;
}

.profile-info h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.profile-info p {
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
}

/* ABOUT SECTION */
.about-section {
	padding: 5rem 0;
	background: #f9fafb;
}

.about-content {
	padding-right: 2rem;
}

.about-text {
	font-size: 1.1rem;
	color: #6b7280;
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

.about-stats {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.stat-item {
	text-align: center;
}

.stat-item h3 {
	font-size: 2.5rem;
	font-weight: 700;
	background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
	background-clip: text;
	margin-bottom: 0.5rem;
}

.stat-item p {
	color: #6b7280;
	font-weight: 500;
}

.about-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-placeholder {
	background: linear-gradient(135deg, #06b6d4 0%, #6366f1 100%);
	border-radius: 20px;
	padding: 3rem;
	text-align: center;
	color: white;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.image-placeholder i {
	font-size: 4rem;
	margin-bottom: 1rem;
}

.image-placeholder p {
	font-size: 1.2rem;
	font-weight: 500;
}

/* SKILLS SECTION */

.skills-section {
	padding: 5rem 0;
}
section-title .skills-title {
	font-weight: 600;
	color: #1f2937;
}

/* CONACT ME */
.contact-section {
	padding: 5rem 0;
	background: #f9fafb;
}

/* FOOTER */
.footer {
	background: #111827;
	color: white;
	padding: 2rem 0;
	text-align: center;
}

.footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
}
