:root {
  --bs-navbar-toggler-focus-width: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --h1-font-size: calc(1.375rem + 1.5vw);
  --angle-color: #d12300;
  --body-color: #212529;
  --light-grey: #3c3c3c;
  --white-text-color: #f3f3f3;
}

body {
  color: var(--body-color);
  background-color: #f2f2f2 !important;
  font-family: "Roboto Mono", monospace !important;
}

h1 {
  font-size: 16px;
}

h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 0.75rem;
  color: var(--white-text-color);
  letter-spacing: 0.8px;
}

/*? Navbar */

.nav-name {
  font-size: 1rem;
  color: var(--angle-color);
  text-decoration: none;
  pointer-events: none;
  font-weight: 550;
}

a.nav-link {
  color: var(--body-color);
}

/* Angle */

.angle1 {
  height: 190px;
  width: 100%;
  background-color: #f2f2f2;
}

.angle1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--angle-color);
  clip-path: polygon(100% 30%, 100% 100%, 0 100%);
}

/*? Main Angle */

.angle {
  position: relative;
}

.angle:after {
  content: "";
  position: absolute;
}

.sub-angle,
.sub-reversedangle {
  margin-bottom: 6rem;
}

.angle h2 {
  display: flex;
  justify-content: center;
  padding: 4.2rem 4.2rem 6rem;
}

/*? Title */

.title {
  background-color: var(--angle-color);
  border: #e6e5e5;
}

.title-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: var(--white-text-color);
  gap: 2.5rem;
  padding-top: 15vh;
}

#text-type {
  font-size: calc(var(--h1-font-size) * 0.85);
  max-width: 70vw;
  height: 7rem;
  text-align: center;
}

p {
  margin-bottom: -8rem;
}

.arrow {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.hero-arrow {
  color: var(--white-text-color);
  align-self: center;
  font-size: 35px;
  margin-top: 75px;
  animation: bounce 1.5s linear infinite;
}

.bi-arrow-down:before {
  content: "\f063";
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.angle2 {
  height: 180px;
  width: 100%;
  background-color: #f2f2f2;
}

.angle2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--angle-color);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

/*? About */

#about {
  margin: 0;
  padding: 50px 0;
}

.about-me {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
  align-items: center;
  padding-bottom: 3rem;
}

.about-title {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}

.about-title h2 {
  color: var(--angle-color);
  text-align: center;
}

.img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.img-wrap a {
  text-decoration: none;
  color: var(--light-grey);
  font-weight: 600;
  font-size: 20px;
}

.img-wrap a:hover {
  text-decoration: none;
  color: var(--angle-color);
  font-weight: 500;
  transform: scale(1.2);
}

.img-wrap h2 {
  color: var(--angle-color);
}

.img-wrap img {
  width: 248px;
  display: block;
  object-fit: cover;
  border-radius: 100vh;
  background-size: cover;
}

.about-text {
  padding: 5%;
}

.about-text b {
  color: var(--angle-color)
}

/* Skills */

.other-skills {
  padding: 20px 8%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  gap: 1.5rem;
  margin-top: 3rem auto;
  padding-bottom: 5rem;
}

.languages-container {
  display: flex;
  gap: 2rem;
}

.language,
.capability {
  display: flex;
  flex-direction: column;
}

h4 {
  margin-bottom: 2rem !important;
}

#skills {
  margin: 0 auto;
  margin-top: 20px;
}

i {
  font-size: 40px;
}

.icons-container {
  width: max-content;
  /* margin: auto; */
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 3rem auto;
}

.icons-container div.icon {
  margin: 11px 1px 1px 3px;
  padding: 10px;
  width: 90px;
  height: 90px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5%;
  align-items: center;
  font-size: 13px;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.icons-container div.icon h3 {
  font-size: 1.125rem;
  font-weight: normal;
}

/*? Projects */

#projects {
  margin: 0;
  padding: 50px 0;
}

.projects-container {
  display: flex;
  gap: 6rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8%;
  align-items: center;
  flex-direction: column;
}

.project1,
.project2,
.project3,
.project4,
.project5 {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.project1,
.project3,
.project5 {
  flex-direction: column;
}

.project2,
.project4 {
  flex-direction: column-reverse;
}

.text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 5%;
}

.project-links {
  gap: 4px;
  display: flex;
  position: relative;
  overflow-x: hidden;
  align-items: flex-start;
  margin-top: 1rem;
}

.project-links a {
  text-decoration: none;
  color: var(--body-color);
  border: 1px solid var(--angle-color);
  border-radius: 4px;
  padding: 4px 17px;
}

.project-links a:hover {
  color: var(--white-text-color);
  background-color: var(--angle-color);
}

.image {
  width: 30rem;
  max-width: 80vw;
}

.technologies {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
}

.icons {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: var(--light-grey);
}

span {
  color: var(--body-color);
}

.angle3 {
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(-5deg);
  padding-left: 0px;
}

.sub-angle {
  background-color: var(--angle-color);
  position: relative;
  height: 180px;
  color: var(--white-text-color);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
}

/*? Experience */

#experience {
  margin: 0;
  padding: 50px 0;
}

.experience-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 10vw;
}

.experience-container img {
  width: 140px;
  height: 140px;
  margin: 15px;
  background-size: cover;
}

.wcc,
.ga,
.fashion-assistant,
.visual-merchandiser {
  display: flex;
  align-items: center;
}

.wcc,
.fashion-assistant {
  flex-direction: column;
}


.ga,
.visual-merchandiser {
  flex-direction: column-reverse;
}

h3 span {
  font-size: 22px;
}

.angle4 {
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  padding-left: 0px;
}

.sub-reversedangle {
  background-color: var(--angle-color);
  position: relative;
  height: 180px;
  color: #f3f3f3;
  -ms-transform: skewY(5deg);
  transform: skewY(355deg);
}

/*? Interests */

#interests {
  margin: 0;
  padding: 50px 0;
}

.interest-icon-container {
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 2px solid var(--angle-color);
}

.interest-icons {
  display: grid;
  gap: 30px;
  margin: 0 10vw;
  padding: 32px 0;
}

.interest-icons img {
  width: 59px;
  padding: 5px;
  margin: 15px;
  background-size: cover;
}

.interest-icons span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 0 10px;
}

.interest-icons p {
  padding: 0 10px;
}

.angle5 {
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(-5deg);
  padding-left: 0px;
}

/*? Contact */
#contact {
  margin: 3rem 1rem;
  padding: 0 10px;
}

#contact h2 {
  color: var(--angle-color);
  display: flex;
  justify-content: center;
}

.email {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}

.cv-download {
  display: flex;
  justify-content: center;
}

.contact-container {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 2rem;
}

.cv-download i {
  height: 20px;
}

.cv-download a {
  text-decoration: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  color: var(--body-color);
  border: 1.5px solid var(--angle-color);
  border-radius: 4px;
  padding: 0.5rem;
}

.cv-download a:hover {
  color: var(--white-text-color);
  background-color: var(--angle-color);
}

/*? Footer */

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 3.5rem;
  border-radius: 5px;
  margin: 1rem;
  padding: 1rem;
  background-color: #e6e5e5ad;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  pointer-events: all;
}

footer a {
  color: var(--body-color);
  text-decoration: none;
}

footer a:hover {
  color: var(--angle-color);
  padding-bottom: 4px;
}

footer i {
  display: flex;
  font-size: 35px;
}

.full-page-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

nav.navbar {
  padding: 0.5rem 2rem;
  --bs-navbar-toggler-focus-width: 0;
}

.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 800px) {
  nav > .nav-collapse {
    display: unset !important;
  }

  nav > .navbar-top {
    width: auto;
  }

  nav.navbar {
    overflow: hidden;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 3.5rem;
    flex-direction: row;
    top: 0;
  }

  .navbar-toggler {
    border: none;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 3px 0em 1em 0px;
  }

  .navbar a {
    float: left;
    display: block;
    font-size: 1rem;
    color: var(--angle-color);
    text-decoration: none;
    margin: 0 15px;
  }

  a {
    list-style-type: none;
    margin: 0;
  }

  a.nav-link:hover {
    color: var(--body-color);
  }

  .sub-reversedangle {
    margin-left: 70px;
    margin-right: 0px;
  }

  .sub-angle {
    margin-right: 70px;
    margin-left: 0px;
  }

  .title-container {
    gap: 4rem;
  }

  #text-type {
    text-align: center;
  }

  .about-me {
    flex-direction: row;
    gap: 5rem;
    padding: 0 5vw;
    margin-bottom: 3rem;
  }

  .about-text {
    width: 80%;
    padding: 2%;
  }

  .img-wrap img {
    width: 220px;
  }

  .other-skills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8rem;
    padding-bottom: 3rem;
  }

  .languages-container {
    gap: 3rem;
  }

  #skills {
    margin: 3rem auto;
  }

  .icons-container {
    grid-template-columns: repeat(5, 1fr);
  }

  .icons-container div.icon {
    margin: 20px 5px 5px 5px;
    width: 125px;
    height: 125px;
    padding: 1.5rem;
  }

  #projects {
    margin: 0 10vw;
    padding: 62px 0;
  }

  #projects:not(.sub-angle) {
    margin: 0 10vw;
  }

  .projects-container {
    gap: 3rem;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
  }

  .project1,
  .project2,
  .project3,
  .project4,
  .project5 {
    flex-direction: row;
    gap: 7vw;
  }

  .image {
    width: 23rem;
  }

  .exp-text {
    margin-left: 5rem;
  }

  .exp-text-reverse {
    margin-right: 5rem;
  }

  .wcc,
  .ga,
  .fashion-assistant,
  .visual-merchandiser {
    flex-direction: row;
  }

  .interest-icons {
    display: flex;
  }

  .interest-icons p {
    padding: 0;
  }

  footer {
    height: 2.5rem;
    gap: 0.6rem;
  }

  footer i {
    font-size: 25px;
  }
}
