/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --background-color: #f6f9fc;
  --highlight-text: #5e87d3;
  --text-color: #434c64;
}
a {
  text-decoration: none;
  color: var(--highlight-text);
}
ul {
  list-style: none;
}
i {
  font-size: 2rem;
}
html {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}
body {
  margin: 0 calc(14% + 10px);
  background-color: var(--background-color);
  color: var(--text-color);
}
nav {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 3px solid var(--highlight-text);
}
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
nav > ul > li:last-child {
  margin-left: auto;
}
nav a {
  color: var(--text-color);
}
header {
  background-color: var(--background-color);
  padding: 0 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
}
.html-name {
  color: var(--highlight-text);
  font-size: 4rem;
  height: 100px;
  /* margin-bottom: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chevron {
  font-size: 5.5rem;
  font-weight: 200;
}
.slash {
  font-size: 3rem;
  margin-left: 5px;
}
.about-me {
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}
.about-me > p {
  max-width: 80ch;
  line-height: 30px;
}
.about-me > a {
  border: 2px solid var(--text-color);
  max-width: 175px;
  text-align: center;
  padding: 0.5em 1em;
  -webkit-box-shadow: 7px 7px 0px 0px var(--text-color);
  box-shadow: 7px 7px 0px 0px var(--text-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgb(22, 22, 22);
}
.about-me > div > p {
  margin-bottom: 1em;
}
.about-me > a:hover {
  background-color: var(--highlight-text);
  color: var(--background-color);
}
.terminal-window {
  letter-spacing: 1px;
}
.terminal-header {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  background-color: #dbdefa;
}
.terminal-window .body {
  height: 500px;
  background-color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
  color: white;
  overflow: scroll;
}
.fake-buttons {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #ff3b47;
  border-color: #9d252b;
  display: inline-block;
}
.minimize {
  left: 11px;
  background-color: #ffc100;
  border-color: #9d802c;
}
.zoom {
  left: 16px;
  background-color: #00d742;
  border-color: #049931;
}
.terminal-line {
  -webkit-animation: blink 1s steps(2, start) infinite;
  animation: blink 1s steps(2, start) infinite;
}
.skills-p span {
  margin: 8px;
}
#user-inputs > p {
  color: #8f99f3;
}
@-webkit-keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  50.01%,
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  50.01%,
  100% {
    opacity: 0;
  }
}
.command-list li {
  color: #8f99f3;
}
.projects-section {
  background-color: var(--background-color);
  padding: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
}
.projects-section > h2 {
  margin-bottom: 2em;
}
.projects-section > h2,
.contact-section > h2 {
  text-align: center;
  border-bottom: 3px solid var(--highlight-text);
  padding-bottom: 0.5em;
  font-weight: 500;
}
.card-wrapper {
  background-color: white;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-image {
  width: 400px;
  height: 400px;
  object-fit: cover;
  display: block;
}

.card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 400px;
  padding: 1.6em 1em;
}
.card-description {
  letter-spacing: 1px;
  line-height: 1.6em;
  margin: 5px 0 auto 0;
  max-width: 75ch;
}
.card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
}
.card-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.card-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.6em 1.5em;
  font-weight: 500;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card-links a:first-child {
  background-color: var(--highlight-text);
  color: var(--background-color);
}
.card-links a:first-child:hover {
  background-color: #a3acfe;
}
.card-links a:last-child {
  background-color: #434c64;
  color: var(--background-color);
  border: 2px solid var(--text-color);
}
.card-links a:last-child:hover {
  background-color: white;
  color: var(--highlight-text);
}
.card-links i {
  font-size: 1em;
}
.skills-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}
.skills-tags > li {
  border: 1px solid rgb(22, 21, 21);
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
}
.skills-tags > li i {
  font-size: 1rem;
}
.skills-tags > li > img {
  width: 16px;
  height: 16px;
  fill: var(--text-color);
}
.contact-section {
  background-color: var(--background-color);
  padding: 0 5em 1em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
}
.contact-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em 0 3rem;
}
.social-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  gap: 5px;
}
.social-card a > i {
  font-size: 1rem;
  fill: var(--text-color);
}
.social-link {
  padding: 6px 6px;
  width: 150px;
  text-align: center;
  background-color: var(--text-color);
  color: var(--background-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.highlight-white {
  color: rgb(224, 224, 224) !important;
  font-weight: 500;
}

.social-link:hover {
  background-color: var(--highlight-text);
  color: var(--background-color);
  fill: var(--background-color);
}
.social-link.mail {
  width: 250px;
}
.social-card a > svg {
  width: 12px;
  height: 12px;
  fill: var(--text-color);
}
.social-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 1.1rem;
  color: var(--text-color);
  background-color: var(--background-color);
  border: 2px solid var(--text-color);
  -webkit-box-shadow: 7px 7px 0px 0px var(--text-color);
  box-shadow: 7px 7px 0px 0px var(--text-color);
}
.polka {
  background-image: -o-radial-gradient(rgb(222, 222, 222) 10%, transparent 10%);
  background-image: radial-gradient(rgb(231, 222, 222) 10%, transparent 10%);
  background-position: 14px 14px;
  background-size: 14px 14px;
  background-color: var(--background-color);
}
footer {
  text-align: center;
  padding: 3em 5em;
  background-color: var(--background-color);
  font-size: 0.8rem;
}

.project-header-container {
  padding-top: 3rem;
  gap: 1.5rem !important;
}

.author-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: rgb(110, 110, 110);
}
.author-socials {
  display: flex;
  align-items: center;
  color: inherit;
  gap: 1rem;
}
.project-tech-stack {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 4em;
  flex-wrap: wrap;
}
.project-tech-stack li {
  color: #434c64;
}
.author-image {
  border-radius: 50%;
  object-fit: cover;
}
.project-section-wiki-wrapper {
  padding-top: 2rem !important;
}
.project-section-wiki-wrapper div {
  display: flex;
  flex-direction: column;
  border-top: 1px solid gray;
}
.project-section-wiki-wrapper div h3 {
  margin-top: 2em;
  padding: 2em 0;
  padding-bottom: 1rem;
}
.project-section-wiki-wrapper div p,
.arch-list {
  padding: 0em 3em;
  text-align: justify;
  line-height: 1.75em;
  letter-spacing: 0.5px;
  margin-bottom: 2em;
}
.arch-list {
  padding: 0em 6em !important;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-section-wiki-wrapper br {
  height: 4px !important;
}
.project-section-wiki-wrapper figure {
  align-self: center;
}
.github-link-ico i {
  font-size: 24px;
  color: #363739;
}
.arch-img {
  max-width: 450px;
}
#promptimg,
#promptimg2 {
  padding: 0 6rem;
  width: 100%;
  max-width: 100%;
}
.github-link-text {
  display: none;
}
@media (max-width: 1600.98px) {
  body {
    margin: 0 calc(9% + 10px);
  }
  header {
    padding: 0 2.5em;
  }
  .projects-section {
    padding: 2.5em;
  }
  .contact-section {
    padding: 0 2.5em 1em 2.5em;
  }
  footer {
    padding: 1em 2.5em;
  }
}
@media (max-width: 1350.98px) {
  body {
    margin: 0 calc(4% + 10px);
  }
  .card-title {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (max-width: 1199.98px) {
  body {
    margin: 0 calc(6% + 10px);
  }
  nav > ul {
    gap: 2em;
  }
  .card-image {
    display: none;
  }
  .card-description {
    margin: 0;
  }
  .card-info {
    height: fit-content;
    min-height: 350px;
    padding: 2em;
  }
}
@media (max-width: 991.98px) {
  .arch-list {
    padding: 0 3em !important;
  }
  #promptimg,
  #promptimg2 {
    padding: 0 2rem;
    width: 100%;
  }
  .arch-img {
    width: 100%;
    max-width: 450px;
  }
  body {
    margin: 0 calc(3% + 15px);
    overflow-x: hidden;
  }
  header {
    padding: 0 2em;
  }
  .html-name {
    font-size: 3.5rem;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .chevron {
    font-size: 4.5rem;
  }
  .slash {
    font-size: 2.5rem;
  }
  .about-me {
    margin-bottom: 1em;
  }
  .projects-section {
    padding: 2em;
  }
  .contact-section {
    padding: 0 2em 1em 2em;
  }
  footer {
    padding: 1em 2em;
  }
}
@media (max-width: 767.98px) {
  .arch-img {
    padding: 0 2rem;
    width: 100% !important;
    max-width: 100% !important;
  }
  body {
    margin: 0 calc(1% + 10px);
  }
  .contact-section .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-fit-content 0 -webkit-fit-content;
    -ms-grid-rows: fit-content 0 fit-content;
    grid-template-rows: -webkit-fit-content -webkit-fit-content;
    grid-template-rows: fit-content fit-content;
    gap: 0;
  }
  .github {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/ 3;
    -ms-grid-row-align: end;
    -ms-grid-column-align: end;
    place-self: end;
  }
  .email {
    grid-column: 1/-1;
  }
  .linkedin {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    place-self: start;
  }
  .social-link.mail {
    width: 332px;
  }
  .terminal-window .body {
    height: 400px;
  }
  .card-links {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .project-section-wiki-wrapper div p,
  .arch-list {
    padding: 0 10px !important;
  }
  .arch-img {
    padding: 0 !important;
  }
  .author-info {
    gap: 15px;
    flex-wrap: wrap;
  }
  body {
    margin: 0;
  }
  header {
    padding: 0 1em;
  }
  nav > ul {
    gap: 1em;
  }
  .html-name {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  .html-name {
    margin-top: 0;
    height: 75px;
  }
  .chevron {
    font-size: 3.5rem;
  }
  .slash {
    font-size: 1.7rem;
  }
  .projects-section {
    padding: 5em 1em 3em 1em;
  }
  .card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-image {
    width: 100%;
    display: block;
  }
  .image-filter {
    width: 100%;
  }
  .contact-section {
    padding: 0 1em 1em 1em;
  }
  .card-links a {
    width: 100%;
  }
  .card-wrapper {
    gap: 1em;
  }
  .card-info {
    gap: 1.5em;
    padding-top: 0;
  }
  .card-title {
    margin-top: 0.5em;
  }
  .card-image {
    width: 100%;
    height: auto;
  }
  .about-me {
    gap: 0;
  }
  .about-me > div > p {
    margin-bottom: 0em;
  }
  .about-me a {
    margin-top: 1em;
  }
  footer {
    padding: 1em;
  }
  .github-link-text {
    display: inline;
  }
  .project-tech-stack {
    gap: 15px;
  }
  .author-info {
    border-bottom: 1px solid #5e87d3;
    padding-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .author-info {
    flex-wrap: wrap;
    align-items: start;
  }
  .html-name {
    font-size: 2rem;
  }
  .chevron {
    font-size: 2.5rem;
  }
  .slash {
    font-size: 1.2rem;
  }
  .contact-section .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .social-card {
    padding: 1em 0;
  }
  .social-card,
  .social-link,
  .social-link.mail {
    width: 100%;
  }
}
@media (max-width: 300px) {
  .chevron,
  .slash {
    display: none;
  }
}
