/* Global Styles */
:root {
  --gold: #d4af37;
  --gold-light: #f4e5c2;
  --gold-dark: #996515;
  --black: #000000;
  --black-light: #1a1a1a;
  --black-lighter: #2a2a2a;
  --white: #ffffff;
  --gray: #e5e5e5;
  --transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  --box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  --border-radius: 8px;
  --section-padding: 100px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: var(--gray);
  background-color: var(--black);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: var(--gray);
  transition: var(--transition);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: var(--section-padding);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-title span {
  color: var(--gold);
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--gold);
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--gold-light);
  font-weight: 300;
  letter-spacing: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  background: var(--gold);
  color: var(--black);
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--gold-dark);
  transition: var(--transition);
  z-index: -1;
}

.btn:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.btn:hover::before {
  left: 0;
}

.btn i {
  margin-left: 10px;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  margin-left: 15px;
}

.btn-outline::before {
  background: var(--gold);
}

.btn-outline:hover {
  color: var(--black);
}

/* Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

header.scrolled {
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.logo a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}

.logo a span {
  color: var(--gold);
}

.nav-links {
  display: flex;
}

.nav-links li {
  margin-left: 40px;
}

.nav-links a {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: var(--gray);
  letter-spacing: 1px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-links a:hover::after {
  width: 100%;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 30px;
  height: 2px;
  background: var(--gold);
  margin: 6px 0;
  transition: var(--transition);
}

/* Hero Section */
.hero {
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/bc.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyMTIsIDE3NSwgNTUsIDAuMDUpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+");
  opacity: 0.3;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hero-content {
  flex: 1;
  max-width: 600px;
}

.pre-title {
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
}

.hero h1 {
  font-size: 4.5rem;
  color: var(--white);
  margin-bottom: 15px;
  line-height: 1.1;
}

.hero h1 span {
  color: var(--gold);
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-btns {
  display: flex;
  margin-bottom: 50px;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.gold-border {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.gold-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gold-dots span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--gold);
  border-radius: 50%;
}

.gold-dots span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gold-dots span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.gold-dots span:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gold-dots span:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.social-links {
  display: flex;
}

.social-links a {
  width: 45px;
  height: 45px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--gold);
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-3px);
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-down a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
  animation: bounce 2s infinite;
}

/* About Section */
.about-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-image {
  flex: 1;
}

.gold-frame {
  position: relative;
  padding: 15px;
  background: var(--black-light);
  box-shadow: var(--box-shadow);
}

.gold-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--gold);
  pointer-events: none;
  margin: 10px;
}

.about-image img {
  width: 100%;
  height: auto;
}

.about-text {
  flex: 1;
}

.about-text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--white);
}

.about-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.about-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.info-item span {
  display: block;
  color: var(--gold);
  margin-bottom: 5px;
  font-weight: 500;
}

.info-item p {
  font-size: 1rem;
  margin: 0;
  color: var(--gray);
}

.about-btns {
  display: flex;
  margin-top: 30px;
}

/* Skills Section */
.skills-content {
  display: flex;
  gap: 60px;
  flex-direction: column;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}

.skill-card {
  background: var(--black-light);
  padding: 30px 25px;
  border-radius: var(--border-radius);
  text-align: center;
  transition: var(--transition);
  border-top: 3px solid var(--gold);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.skill-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
}

.skill-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 15px;
}

.skill-card h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--white);
}

.skill-level {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.skill-level span {
  display: block;
  width: 20px;
  height: 5px;
  background: var(--black-lighter);
  border-radius: 3px;
}

.skill-level span.active {
  background: var(--gold);
}

.skill-card p {
  color: var(--gold-light);
  font-size: 0.9rem;
  margin: 0;
}

/* Projects Section */
.projects-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 25px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  margin: 0 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--gold);
  color: var(--black);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.project-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.project-img {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.project-item:hover .project-overlay {
  opacity: 1;
}

.project-item:hover .project-img img {
  transform: scale(1.1);
}

.project-content {
  text-align: center;
  padding: 20px;
  transform: translateY(20px);
  transition: var(--transition);
}

.project-item:hover .project-content {
  transform: translateY(0);
}

.project-content h3 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.project-content p {
  color: var(--gold-light);
  margin-bottom: 20px;
}

.project-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: var(--black);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.view-more {
  text-align: center;
  margin-top: 50px;
}

/* Contact Section */
.contact-content {
  display: flex;
  gap: 60px;
}

.contact-info {
  flex: 1;
}

.contact-info h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--white);
}

.contact-info p {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.contact-details {
  margin-top: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--black-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.2rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-text span {
  display: block;
  color: var(--gold);
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-text p {
  margin: 0;
  color: var(--gray);
  font-size: 1rem;
}

.contact-form {
  flex: 1;
  background: var(--black-light);
  padding: 40px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  border-top: 3px solid var(--gold);
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  background: var(--black-lighter);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--border-radius);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-group textarea {
  height: 150px;
  resize: none;
}

/* Footer */
footer {
  background: var(--black-light);
  padding: 60px 0 30px;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
}

.footer-logo a span {
  color: var(--gold);
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links li {
  margin: 0 15px;
}

.footer-links a {
  color: var(--gray);
  font-weight: 500;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-social {
  display: flex;
  margin-bottom: 30px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: var(--gold);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-3px);
}

.footer-copyright {
  text-align: center;
}

.footer-c