html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background: url('./assets/images/macbookInDark.jpg') no-repeat center center fixed;
  background-size: cover;
}

.my-portrait {
  background-image: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(48, 48, 48, 0.1) 44%, rgba(0, 0, 0, 0.75) 100%), url('./assets/images/maz-ghibli.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}

/* Dark overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-row {
  display: flex;
  width: 90%;
  align-items: center;
  align-content: center;
  color: white;

}

.col1 {
  display: flex;
  padding-left: 1%;
  padding-right: 1%;
  height: 75vh;
  background-color: #151515;
  border-top-left-radius: 2vh;
  border-bottom-left-radius: 2vh;
}

.col2 {
  display: flex;
  padding-left: calc(1vw + 1vh);
  padding-right: calc(1vw + 1vh);
  height: 85vh;
  justify-content: center;
  border-radius: 3vh;
}

.col3 {
  width: 0%;
  height: 75vh;
  background-color: #151515;
  overflow: hidden;
  transition: width 0.4s ease;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.portray-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: calc(1vw + 1vh);
}

.active-icon {
  color: #0d6efd;
}

.name-1 {
  font-size: calc(2vw + 1vh);
}

.name-2 {

  font-size: calc(1vw + 2vh);
}

.name-font {
  font-family: "Sixtyfour Convergence", sans-serif;
  color: rgb(189, 224, 255);
  text-align: center;
}

.job-title {
  font-family: "Markazi Text", serif;
  text-align: center;
  font-weight: 100;
  font-size: larger;
  color: rgb(49, 156, 228);
}

.col3.expanded {
  width: 70%;
  transition: width 0.4s ease;
}

.quick-nav {
  flex-direction: column;
  color: rgb(141, 141, 141);
  align-items: center;
  justify-content: center;
}

.quick-nav i {
  cursor: pointer;
  transition: all 0.2s ease;
}

.theme-color {
  color: #0d6efd;
}

.download-icon {
  color: #c27508;
}

.scroll-hidden {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8%;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.text-header-color {
  color: rgb(217, 223, 255);
  margin: 0px;
}

.text-color {
  color: rgb(199, 199, 199);
}

.skill-icon-container {
  display: flex;
  margin: 1px;
  width: calc(7vw + 4vh);
  height: calc(7vw + 4vh);
  padding-inline: 3%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.skill-icon-image {
  width: 100%;
  height: 100%;
  object-fit: fit;
  aspect-ratio: 1 / 1;
}

.icon-skill-text {
  font-size: 1rem;
}

.scroll-wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0) 100%);

}

.skills-row {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  justify-content: center;
  padding-inline: calc(1vw + 2vh);
}

.scroll-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: max-content;
}

.project-icon-container {
  display: flex;
  flex: 1;
  margin: 1px;
  /* width: calc(6vw + 4vh);
  height: calc(6vw + 4vh); */
  padding-inline: 3%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* aspect-ratio: 1 / 1; */
}
