
body {
background: url('./images/Background3.png') no-repeat center center fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: "Poppins", sans-serif;
}

nav {
  padding: 20px 0;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav li {
  display: inline;
  margin-left: 15px;
}

nav a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

nav a:hover,
nav li.active a {
  color: #e09e1a;
}

.logo {
  max-height: 40px;
}


.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.card {
  background: rgba(244, 242, 244, 0.1);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  width: 450px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  margin-left: 80px;
  margin-top:80px;
  position: relative;
}

.girl {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-right:100px;
}

.girl img {
  width: 450px;
  height: 450px;
  margin-right: 100px;
}

@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
    text-align: center;
  }

  .girl img {
    width: 150px;
  }
}


h1 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  color: #e09e1a;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
  text-align: left;
}

.container {
  padding: 10px;
}

p {
  font-size: 16px;
  font-weight: normal;
  color: white;
}

.button-container {
  display: flex;
  align-items: center;
  margin-top: 20px;

  }

.btn {
padding: 12px 25px;
  background: #e09e1a;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-right: 20px;
}

.btn:hover {
  background: white;
}

.btn-view-project {
  background: #3D0282;
  color: white;
}

.btn-view-project:hover {
  background: #ffff;
}

.social-icons {
display: flex;
gap: 30px;
margin-left: 30px;
}

.social-link {
  font-size: 20px;
  color: #e09e1a;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: white;
}

.heading{
  text-align: center;
    margin-top: 50px;
    margin-left: 60px;
  }
  
    .row {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(2, auto);
      gap: 5px;
      padding: 5px;
      background: rgba(244, 242, 244, 0.0);
      width: fit-content;
      margin-left: 40px;
      border-radius: 10px;
    }
  
    .col {
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
    }
  
        .col i {
          font-size: 50px;
      
        }
       .col img{
          width: 60px;
          height: 60px;
          border-radius: 50%;
          margin-left: 20px;
        }

.works-img img {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 150px;
  object-fit: cover;
  display: block;
  margin-left: 30px;
  border-radius: 0 !important;
}

.footer {
    margin-top: 100px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
 

.p{
    text-align: center;
    font-size: 10px;
 }

 footer .email-link {
   text-decoration: none;
   color: #e09e1a;
   font-size: 16px;
   margin-top: 100px;
   margin-bottom: 0;
 }

 footer .email-link:hover {
   color: white;
 }

 footer .social-links a {
   color: #ffffff;
   padding: 10px 14px;
   border-radius: 50%;
   font-size: 18px;
   transition: all 100ms ease-in-out;
 }

 footer .social-links a:hover {
   color: #e09e1a;
   background: var(--branding-color);
 }

 .about-card {
   background: rgba(255, 255, 255, 0.2);
   padding: 20px;
   border-radius: 15px;
   backdrop-filter: blur(10px);
   width: 700px;
   height: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.3);
   margin: 120px auto;
   position: relative;
 }

 .about-card h2,
 .about-card p {
   color: white;
  text-align: justify;
 }

 .profile-pic {
   width: 180px;
   height: 180px;
   border-radius: 50%;
   object-fit: cover;
   margin-bottom: 20px;
   border: 5px solid #e09e1a;
 }

.project-section {
  text-align: center;
  padding: 20px;
}

.project-section h1 {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.project-section p {
  font-size: 18px;
  color: #e09e1a;
  max-width: 600px;
  margin: 0 auto 30px;
}

.project-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  margin-left: 200px;
}

.project-card {
  background: white;
  border-radius: 15px;
  width: 280px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.project-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-body {
  padding: 15px;
  min-height: 150px;
  overflow: auto;

}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.project-card .card-body .card-text {
  font-size: 14px;
  color: #e0af4b;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .project-container {
    flex-direction: column;
    align-items: center;
  }

  .project-card {
    width: 90%;
  }
}

.contact-page {
  background: url('./images/work-background.png') no-repeat center center fixed;
  background-size: cover;
}


.contact-card {
background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  width: 700px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.3);
  margin: 120px auto;
    margin-bottom: 100px;
  position: relative;
}

.contact-footer{
display: block;
padding-top: 50px;
  margin-top: 100px;

}



