body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


header {
  background-image: url("images/bg.jpg");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  color: white;                 
}

header a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s ease;
}

header a:hover {
  color: black;
  text-decoration: none;
  font-size: 20px;
}


.section-1{
    background-image: url("images/bg3.jpg");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  color: white;
}

.logo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.profile-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid #fff;
}

.btn-purple {
  background-color: #40267b;
  color: white;
}
.btn-purple:hover {
  background-color: #5939b3;
}


#goTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 1000;
  width: 50px;
  height: 50px;
}


.tech-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.ex {
 color: antiquewhite;

}

.card ul {
  padding-left: 1rem;
}

#projects .card {
  border: none;
}
.container-3 {
 color: antiquewhite;
}
.social-icon {
  font-size: 30px;
  color: gray; 
}

.form-wrapper {
  margin: 10px auto;
  max-width: 300px;
}

@media (min-width: 992px) {
  .form-wrapper {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
}