@import url("./desktop-frame.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+MX:wght@100..400&family=Playwrite+US+Trad:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
}

.page-wrapper {
  border-radius: 10px;
  background-color: #185a60;
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
}
.header {
  background-color: #007e8f;
  align-items: start;
  color: #fff;
  justify-content: center;
  padding: 1rem 3rem;
  font: 600 18px Playfair Display, -apple-system, Roboto, Helvetica, sans-serif;
}
.body {
  margin: 0;
}
.main-section {
  align-self: center;
  z-index: 10;
  display: flex;
  margin-top: -56px;
  width: 100%;
  flex-direction: column;
  padding: 0;
}

.main-content {
  gap: 20px;
  display: flex;
  flex-direction: row;
}

.main-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 42%;
  padding-left: 3rem;
}

.intro-text {
  display: flex;
  margin-top: 5rem;
  flex-grow: 1;
  flex-direction: column;
  font-weight: 700;
}

.intro-heading {
  color: #fff;
  font: 64px "Playfair Display", sans-serif;
  margin-bottom: 10px;
}

.intro-description {
  color: white;
  margin-top: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 2rem;
}
.button-container {
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
}
.button-primary {
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #ee9b00;
  color: #000;
  justify-content: center;
  padding: 15px 20px;
}
.button-secondary {
  font-family: Roboto, sans-serif;
  border-width: 2px;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  padding: 13px 22px;
  background-color: #400f85;
}

.secondary-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 58%;
  margin-left: 20px;
}

.personal-image {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.secondary-image {
  aspect-ratio: 0.79;
  object-fit: auto;
  object-position: center;
  width: 375px;
  max-width: 100%;
}
.skills-heading {
  letter-spacing: 12.4px;
  color: #fff;
  margin-top: 2rem;
  padding: 0 2rem;
  font-family: "Lato", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: x-large;
}

.skills-wrapper {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}

.skill-box,
.skill-box-secondary {
  border-radius: 0px 128px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin-top: 1rem;
  margin: 0 auto;
}

.skill-image {
  aspect-ratio: 6.67;
  object-fit: contain;
  object-position: center;

  max-width: 100%;
  padding: 0.5rem 3rem;
}

.contact-heading {
  color: #fff;
  letter-spacing: 12.4px;
  font: 700 40px/120% Manrope, sans-serif;
  padding: 2rem;
}
.contact {
  padding: 0 2rem;
}
.contact-section {
  border-radius: 128px 0px;
  margin: 2rem;
  width: 70%;
  align-items: stretch;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  justify-content: center;
  padding: 2rem 0;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  margin-left: 5rem;
  gap: 5rem;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-around;
}

.contact-info a,
.contact-info span {
  color: white;
  text-decoration: none;
}

ion-icon {
  color: #f24e1e;
}

.contact-detail {
  align-self: start;
  gap: 10px;
  white-space: nowrap;
}

.ionicon {
  color: #f24e1e;
}
.contact-text {
  font-family: Manrope, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  color: #5c07a2;
}
.email-wrapper {
  display: flex;
  gap: 10px;
}
.email-icon {
  aspect-ratio: 1.72;
  object-fit: auto;
  object-position: center;
  width: 24px;
  fill: #f24e1e;
  align-self: start;
}
.email-text {
  font-family: Manrope, sans-serif;
  text-decoration-line: underline;
  flex-grow: 1;
  flex-basis: auto;
}
.social-section,
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-detail {
  display: flex;
  gap: 10px;
}
.social-icon {
  aspect-ratio: 1.37;
  object-fit: auto;
  object-position: center;
  width: 26px;
  fill: #f24e1e;
  margin: auto 0;
}
.social-text {
  font-family: Manrope, sans-serif;
  color: #5c07a2;
}

.linkedin-icon {
  aspect-ratio: 1.33;
  object-fit: auto;
  object-position: center;
  width: 24px;
  fill: #f24e1e;
  align-self: start;
}
.linkedin-text {
  font-family: Manrope, sans-serif;
  text-decoration-line: underline;
  flex-grow: 1;
  flex-basis: auto;
}
.project-heading {
  color: #fff;
  letter-spacing: 12.4px;
  padding: 2rem;
  font: 700 40px / 120% Manrope, sans-serif;
}

.project-wrapper {
  background-color: #1d6d74;
  display: flex;
  margin: 2rem;
  width: 50%;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  padding: 2rem;
  justify-content: flex-end;
}
.wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.project-title {
  color: #fff;
  font-family: Manrope, sans-serif;
  letter-spacing: 6.2px;
  align-self: center;
}

.project-image {
  aspect-ratio: 1.96;
  object-fit: auto;
  object-position: center;
  width: 100%;
  border-radius: 1rem;
}

.project-links {
  align-self: center;
  display: flex;
  margin-top: 23px;
  gap: 20px;
  justify-content: space-between;
}

.project-website-description {
  margin: 2rem 0;
  font-style: italic;
  color: white;
  text-align: center;
  position: relative;
}

.quote-symbol {
  font-size: 3rem;
  color: #ccc;
}

.project-website-description .quote-symbol:first-of-type {
  position: absolute;
  left: -1.5rem;
  top: -0.5rem;
}

.project-website-description .quote-symbol:last-of-type {
  position: absolute;
  right: 0;
  bottom: -2rem;
}

.button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}

.button-github {
  font-family: Roboto, sans-serif;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fecd1a;
  color: #000;
  justify-content: center;
}
.button-live {
  font-family: Roboto, sans-serif;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #99424f;
  color: #fff;
  justify-content: center;
}
.project-text {
  color: white;
  text-align: justify;
  line-height: 24px;
  padding: 0 1rem;
}

.project-tech {
  color: #e0e0e0;
  text-align: center;
  letter-spacing: 4.5px;
  align-self: center;
  font: 25px Manrope, sans-serif;
}

.project-heading-secondary {
  color: #fff;
  font-family: Manrope, sans-serif;
  letter-spacing: 6.2px;
  align-self: center;
}
.project-box {
  border-radius: 2rem;
  background-color: #e6e6e6;
  display: flex;

  padding: 20px;
  border: 0.5px solid;

  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 2rem;
  align-items: center;
}

.reach-out-heading {
  font: 700 40px / 120% Manrope, sans-serif;
  letter-spacing: 12.4px;
  text-align: center;
  color: #e0e0e0;
  padding: 1rem;
}
.ask-me-info {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  color: var(--color-text-gray);
  padding: 1rem;
}
.contact-container-info input {
  border-radius: 5px;
  border-color: #f16529;
  border-style: solid;
  border-width: 2px;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1rem;
}
.contact-container-info label {
  color: #e0e0e0;
  font-size: larger;
}
.contact-message {
  border-radius: 5px;
  border-color: #f16529;
  border-style: solid;
  border-width: 2px;
  background-color: #fff;
  padding: 1.5rem;
  height: 273px;
}

.contact-form {
  display: flex;
  justify-content: center;
}
.submit {
  background-color: #f16529;
  color: 121212;
  padding: 1rem 2rem;
}
.submit-button {
  text-align: center;
  margin-top: 2rem;
}

#personal-projects {
  display: flex;
  flex-direction: column;
}

.project-wrapper:nth-child(even) {
  align-self: flex-end;
}

@keyframes lights {
  0% {
    color: hsl(230, 40%, 80%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }

  30% {
    color: hsl(230, 80%, 90%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  40% {
    color: hsl(230, 100%, 95%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }

  70% {
    color: hsl(230, 80%, 90%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }

  100% {
    color: hsl(230, 40%, 80%);
    text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
}

.text-heading {
  padding-top: 3rem;
  margin: auto;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Roboto";
  animation: lights 5s 750ms linear infinite;
}
