html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
header {
  background-color: #0e100f;
  color: #6ec1e4;
}
.headerIcon i {
  color: #6ec1e4;
}

.headerIcon {
  position: absolute;
  bottom: 0;
  left: 49%;
}

.headerIcon {
  position: absolute;
  bottom: 0%;
  right: 49%;
  font-size: 2rem;
  -webkit-animation: bop 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bop 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes bop {
  0% {
    opacity: 100;
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    opacity: 0;
  }
}

@keyframes bop {
  0% {
    opacity: 100;
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    opacity: 0;
  }
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
  background-color: rgb(210, 226, 232);
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(00 0 0);
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-family: "nunito";
}

h1 {
  font-size: 5.5rem;
  font-family: "nunito";
  margin: 0px;
  padding: 0px;
}

h3 {
  font-size: 2.5rem;
  margin-top: 10px;
  text-transform: uppercase;
}

h4 {
  font-size: 1.5rem;
  color: #00bcd4;
}
.wrapper {
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}
nav {
  border-bottom: 2px solid #ffffff;
}
p,
a,
li {
  font-family: "nunito";
  font-weight: 400;
}

.headerFlex {
  height: 100vh;
}

.headerFlex {
  display: flex;
  height: 100vh;
}

.logo a {
  text-decoration: none;
  font-size: 24px;
  color: white;
}

.menu {
  display: flex;
  list-style: none;
}

.menu li {
  margin-right: 20px;
}

.menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.menu a:hover {
  color: #00bcd4;
}

.toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
}

.navContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.5rem;
}

.navContainer li {
  padding: 0 20px;
}

.headerText h2 {
  font-size: 42px;
}

.headerInfo {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.headerNav {
  display: flex;
  justify-content: space-between;
}

.headerSocialContainer {
  font-size: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 25%;
}
.headerSocialContainer a:visited {
  color: black;
}
.headerTextImage {
  display: flex;
  justify-content: center;
}
.headerSocial ul {
  list-style: none;
  display: flex;
  padding: 0px;
  justify-content: center;
}
.socialLink {
  margin: 20px;
}

.proj {
  background-color: #fff;
  width: 30%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 2px solid black;
}

.proj:hover {
  transform: scale(1.05);
}
.projText {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  color: white;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.projText:hover {
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  padding: 50px;
}

.projOne {
  background-image: url("./assets/image-1.png");
}

.projTwo {
  background-image: url("./assets/image-2.png");
}
.projThree {
  background-image: url("./assets/image-3.png");
}

.projLinks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
}

.projLinks a {
  text-decoration: none;
  background-color: #006875;
  border: 2px solid #36ddf3;
}

ul li {
  list-style: none;
}

.projects {
  height: 100vh;
  padding: 40px;
}

.projects h3 {
  background-color: #222324;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: #36ddf3;
  border: 1px solid #00bcd4;
}

.titleWrapper {
  display: flex;
  justify-content: center;
}
.freeAgent {
  height: 100vh;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 0px;
  background-color: rgb(210, 226, 232);
}

.freeAgent .freeAgentFlex {
  background-color: rgb(210, 226, 232);
}

.freeAgent .wrapper {
  background-color: rgb(210, 226, 232);
}

.freeAgent h3 {
  background-color: #222324;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: #36ddf3;
  border: 1px solid #00bcd4;
}

.freeAgent li {
  text-align: center;
  padding: 8px 0; /* Padding for each feature */
  font-size: 1.1em; /* Slightly larger text */
  color: #555; /* Slightly lighter text color */
  border-bottom: 1px solid #ddd; /* Subtle line between features */
}

.freeAgent .textContainer {
  flex: 5;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 50px;
}

.freeAgentText {
  text-align: center;
  background-color: #222324;
  border: 2px solid #00bcd4;
}

.freeAgentText p {
  color: white;
}

.freeAgentText h3 {
  color: #00bcd4;
}

.freeAgentText li {
  color: #00bcd4;
}
.projFlex {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.freeAgentFlex {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.proj {
  background-color: white;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 80vh;
}

.projLinks a {
  color: white;
  border-radius: 20px;
  padding: 6px;
  margin: 10px;
}

.proj ul li {
  padding: 5px;
}

.languages {
  height: auto;
  text-align: center;
  padding: 50px;
  background-color: rgb(210, 226, 232);
}

.languages ul {
  padding: 0px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.languages li {
  margin: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
}

.languages li img {
  width: 40px;
  margin: 12px;
  max-height: 55px;
}

.languages h3 {
  background-color: #222324;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: #00bcd4;
  border: 1px solid #00bcd4;
}

.languages h4 {
  background-color: #222324;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: #36ddf3;
  border: 1px solid #00bcd4;
}

.aboutMe {
  display: flex;
  background-color: rgb(210, 226, 232);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.aboutFlex {
  width: 80%;
  display: flex;
  justify-content: center;
}

.aboutContainer {
  display: flex;
  justify-content: center;
  margin: 50px;
}

.aboutImg .imgContainer {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
}

.aboutImg .headerImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutText {
  display: flex;
  align-items: center;
  background-color: #222324;
  border-radius: 20px;
  border: 2px solid #00bcd4;
  padding: 20px;
  color: white;
}

.aboutText h3 {
  color: #00bcd4;
}

.headerSocial ul {
  display: flex;
  width: 30vw;
  text-decoration: none;
  justify-content: space-around;
}

.textContainer {
  margin: 10px;
}

.headerTextSocial {
  display: flex;
  margin: 10px;
  padding-left: 80px;
  padding-right: 80px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.imgContainer {
  max-height: 60vh;
  height: auto;
}

img {
  height: 55vh;
  width: auto;
  display: block;
}

.contact {
  background-color: rgb(210, 226, 232);
  display: flex;
  align-items: center;
}

.contact h3 {
  background-color: #222324;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #00bcd4;
  padding: 10px;
  color: white;
  margin-bottom: 10px;
}

.flexContact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
}

footer p {
  text-align: center;
  background-color: #222324;
  margin: 0px;
  padding: 10px;
  color: #36ddf3;
}

#message {
  height: 50%;
}

.contact h3 {
  color: #00bcd4;
}

@media (max-width: 750px) {
  .menu {
    display: none; /* Hide the menu on small screens */
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #333;
    z-index: 1;
  }

  .menu.active {
    display: flex; /* Show the menu when the toggle button is clicked */
  }

  .toggle {
    display: block; /* Show the toggle button on small screens */
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .projects {
    display: flex;
    flex-wrap: wrap; /* Ensures projects wrap to new lines on smaller screens */
    justify-content: space-between; /* Optional: Adds space between items */
    margin: 0 10px; /* Adds margin around the projects container */
    overflow: visible; /* Prevents overflow */
    height: auto;
  }
  .projFlex {
    flex-direction: column;
    align-items: center;
  }
  .proj {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    height: 80vh;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid black;
    margin-bottom: 20px;
  }

  .freeAgent {
    display: flex;
    flex-wrap: wrap; /* Ensures projects wrap to new lines on smaller screens */
    justify-content: center; /* Optional: Adds space between items */
    margin: 0 10px; /* Adds margin around the projects container */
    overflow: visible; /* Prevents overflow */
    height: auto;
  }
  .freeAgent h3 {
    margin-bottom: 0px;
  }

  .freeAgentFlex {
    flex-direction: column;
    align-items: center;
  }
  .aboutMe {
    display: flex;
    flex-wrap: wrap; /* Ensures projects wrap to new lines on smaller screens */
    justify-content: center; /* Optional: Adds space between items */
    margin: 0 10px; /* Adds margin around the projects container */
    overflow: visible; /* Prevents overflow */
    height: auto;
    padding-top: 0px;
  }

  .aboutFlex {
    flex-direction: column;
    align-items: center;
  }

  .aboutImg .imgContainer {
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    margin-right: 0px;
  }

  .contact {
    height: auto;
  }

  .flexContact {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  .languages {
    height: auto;
    margin-top: 50px;
  }

  ul {
    flex-wrap: wrap;
  }

  .projText {
    opacity: 1;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    padding: 50px;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    color: white;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .proj:hover {
    transform: scale(1.05);
  }
  .headerImg {
    display: none;
  }

  .headerText {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  h3,
  h4 {
    text-align: center;
  }
}
