:root {
  --branding-color: #6c63ff;
  --secondary-color: #f9f7fe;
  --default-font-family: "Poppins", sans-serif;
}

body {
  font-family: var(--default-font-family);
  background-color: black;
  font-weight: 400;
  line-height: 1.5;
}

.navbar-brand {
  margin-left: 100px !important;
  margin-top: 25px !important;
  color: white !important;
  font-size: 18px;
}

.navbar-nav {
  margin-left: 700px;
  margin-top: 25px;
  font-size: 18px;
}

.nav-link {
  color: white;
  margin: 15px;
}

.nav-link:hover {
  color: #7962f1 !important;
  transition: color 0.1s ease;
}

.nav-link.active {
  color: #7962f1 !important;
}

.navbar-brand:hover {
  color: #7962f1 !important;
  transition: color 0.1s ease;
}

.hero {
  text-align: left;
  padding: 60px 20px;
}

h1 {
  font-family: "Big Shoulders Inline", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.5;
  margin-left: 17px;
  text-align: left;
  display: inline-block;

  background: linear-gradient(90deg, #ff6ec4, #b384f5, #4b0082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* Make sure the gradient stretches over all words */
  background-size: 100% 100%;
}

h2 {
  font-family: "ancizar sans", "sans-serif";
  font-weight: 300;
  font-size: 45px;
  color: white;
  line-height: 1.5;
  margin-left: 17px;
  text-align: left;
}

.img-fluid {
  max-width: 50%;
  border: 5px solid #ce85ca;
  margin-left: 230px;
}

/* about me page */

h1.aboutme-h1.mb-4 {
  font-size: 70px !important;
  font-weight: 200 !important;
  margin-left: 170px;
  margin-top: 150px;
}

h2.aboutme-h2.mb-5 {
  font-size: 20px !important;
}

p.keen {
  font-size: 20px !important;
  line-height: 4;
}

p.proj,
p.tools,
p.learning {
  font-size: 20px !important;
  line-height: 1.5;
  margin: auto;
  color: white;
}

.aboutme-h3 {
  text-align: center;
  display: block;
  font-family: "ancizar sans", "sans-serif";
  color: #212529;
  font-size: 37px;
  font-weight: 300;
  margin-bottom: -80px;
}

.footer-home {
  display: flex;
  justify-content: center;
  font-size: 18px;
  padding: 5px;
  color: white;
  text-decoration: none;
  margin-top: 150px;
}

.footer-home a {
  color: white;
  text-decoration: none;
  margin-right: 25px;
}

.footer-lydia a {
  color: white;
  text-decoration: none;
  margin-right: 25px;
}

.footer-home,
.footer-lydia a:hover {
  color: #7962f1 !important;
  transition: color 0.1s ease;
}

.footer-lydia {
  display: flex;
  justify-content: center;
  font-size: 17px;
  padding-bottom: 50px;
  color: white;
  text-decoration: none;
  margin-top: 190px;
}

.btn-secondary.back-btn {
  color: white;
  background-color: rgb(81, 78, 78);
  font-family: var(--default-font-family);
  font-weight: 600;
  margin: 15px 10px;
  padding: 12px 15px;
  font-size: 12px;
  border-radius: 30px;
  border: none;
}

p.stack {
  font-family: "Big Shoulders Inline", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.5;
  margin-left: 140px;
  margin-top: 100px;
  text-align: left;
  display: inline-block;

  background: linear-gradient(90deg, #ff6ec4, #b384f5, #4b0082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* Make sure the gradient stretches over all words */
  background-size: 100% 100%;
}

.stack-icons {
  display: flex;
  gap: 30px; /* No gap between images */
  margin-top: 30px;
  margin-left: 100px;
}

.stack-img {
  width: 60px; /* Adjust size */
  height: 60px;
  display: block;
  border: none !important;
}

/* work page */

.hero-work {
  text-align: center;
  padding: 60px 20px;
}

h1.takealook {
  font-size: 60px !important;
  margin-bottom: 150px;

  background: linear-gradient(90deg, #ff6ec4, #b384f5, #4b0082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.img-fluid-work {
  max-width: 70%;
  margin-left: 0px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.hero-work .row {
  display: flex;
  align-items: flex-start;
}

.col-md-6 {
  /* no display: block or flex needed here */
  padding: 0 15px; /* optional for spacing */
}

.col-md-6 img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.learn-more {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: var(--branding-color);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

h2.info-weather,
h2.clock-app {
  text-align: center;
  font-size: 20px !important;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 75px;
}

.wrap-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 80px 20px;
  text-align: center;
}

.h1-contact {
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
}

.email-contact,
.linkedin-contact {
  display: block;
  color: #ff6ec4;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
}

.email-contact:hover,
.linkedin-contact:hover {
  color: #b384f5;
}
