@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");

body {
  font-family: "Mulish", sans-serif;
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.container,
.content-head,
.container-center,
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.blog-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.first-blog-section h3 {
  text-align: center;
}
.content-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.content-head > div:first-child section p {
  margin: 0;
  padding-left: 10px;
  text-align: justify;
  line-height: 1.6;
}

.section-grey p,
.section-white p,
footer li {
  font-family: "Mulish", sans-serif;
}

.container-center p {
  font-family: "Mulish", sans-serif;
}
.section-white,
.section-grey {
  text-align: center;
}

.container-center a {
  margin: auto;
}

.content-head > div:first-child {
  flex: 1;
  min-width: 300px;
}

.content-head img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 7%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

hr {
  margin: 2rem 0rem;
}

.link-primary,
.link-secondary {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin: 0;
}

.link-primary {
  background-color: #053241;
  color: white;
}

.link-secondary {
  color: #89d3eb;
  border: 1px solid #053241;
}

.non-bullet {
  list-style: none;
}

.inline-elements {
  display: inline;
  padding: 0 0.5rem;
}

.navigation {
  color: white;
  border-bottom-left-radius: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.link-active {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.Item {
  display: inline;
  padding: 0.5rem;
}

.list-pills {
  text-align: right;
}

.link-notactive {
  text-decoration: none;
  color: white;
}

.nav-brand {
  font-weight: bold;
  font-size: 1.1rem;
  margin-left: 1.5rem;
}

.head {
  text-align: center;
}

.image {
  margin: auto;
  display: block;
  max-width: 500px;
  border-radius: 0.5rem;
  width: 100%;
}

.image img {
  width: 100%;
}

.head .image-section {
  font-size: 3rem;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin-top: 2rem;
}

.section-grey {
  color: white;
}

.section-grey h3 {
  text-align: center;
  padding: 0.5rem;
}

.footer {
  text-align: center;
  padding: 1.5rem 0.5rem;
  border-top-right-radius: 1rem;
  color: white;
}

.footer h3 {
  color: white;
}

.skills-container {
  display: flex;
  gap: 40px;
}

.skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills-section {
  margin-left: 20px;
}

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

.tech-heading {
  color: cyan;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0 0 5px cyan;
}
.section-grey h2,
.section-white h2,
footer h2 {
  color: cyan;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0 0 5px cyan;
}
.tools-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}

.tool img {
  height: 56px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.4));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.tool img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px cyan);
}

.tool p {
  font-weight: 500;
}
