* {
  margin: 0;
  padding: 0;
}

:root {
  --main-accent-color: rgb(255, 255, 240);
  --main-accent-color-old: #bb86fc;
  --main-bg-color : #161a1d;
}

body {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

.big-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  scroll-snap-align: center;
  background-color: #36393f;
}

.details {
  padding: 1rem;
  background-color: #12121247;
  border-bottom: var(--main-accent-color) solid 2px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100vw;
}
.social-icons{
  display: flex;
  gap : 4rem;
}
.name-container{
  display: flex;
  font-size: 3rem;
  justify-content: center;
  color: var(--main-accent-color);
  align-items: center;
  gap: 10px;
}
.dashed-name {
  display: flex;
  font-size: 3rem;
  justify-content: center;
  flex-direction: column;
  color: var(--main-accent-color);
  align-items: center;
  gap: 10px;
}

.dash {
  height: 2px;
  width: 2rem;
  background-color: var(--main-accent-color);
}

.profile-image {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
}

.skills {
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #12121247;
  min-width: 70vw;
  gap: 10px;
}


.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 50px;
}

.logo {
  width: 40px;
  object-fit: contain;
}

.all-skills {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100vh;
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color : var(--main-bg-color)
}
.xp-proof{
  position: absolute;
  z-index: 1;
  display: none;
  object-fit: contain;
  top: 0px;
}
.tooltip-text {
  background-color: var(--main-accent-color);
  color: var(--main-bg-color);
  text-align: center;
  border-radius: 5px;
  position: absolute;
  display: none;
  z-index: 10;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bolder;
  height: 100%;
  width: 100%;
}

.tooltip:hover .tooltip-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-email{
  display: none;
  color : var(--main-accent-color);
  position : absolute;
  bottom: -20px;
  left: 0;
  font-size: 1rem;
  padding: 5px;
}

.email-tooltip{
  padding: 10px;
  padding-top: 0px;
  position: relative;
}

.email-tooltip:hover .show-email{
  display: block;
}

.xp:hover .xp-proof {
  display: none;
  justify-content: center;
  align-items: center;
}
.proof{
  width: 40vw;
  height: 80vh;
}

.name {
  color: var(--main-accent-color);
  overflow: hidden;
  border-right: 0.15em solid black;
  white-space: nowrap;
  animation: typing 3.5s, blink-caret 1s step-end infinite;
  padding-right: 5px;
}

.xp-logo{
  width: 5rem;
  height: 5rem;

}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: var(--main-accent-color);
  }
}

.subtitle {
  font-size: 1.75rem;
  color: var(--main-accent-color);
}

.back-to-top {
  position: fixed;
  border-radius: 5px;
  font-size: 0.75rem;
  text-align: center;
  bottom: 5px;
  right: 20px;
  padding: 4px 4px;
  z-index: 1;
}


a:link{
  text-decoration: none;
  color: white;
}

a:visited{
  color : white;
}

.links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background-color: #36393f;
  gap: 20px;
  width: 100vw;
  height: 80vh;
}

#home {
  justify-content: flex-start;
}

.main-link {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin: auto 0;
  text-align: center;
  height: 250px;
  width: 250px;
  border-radius: 5px;
  background-color: #12121247;
  transition: transform 0.3s;
}

.main-link:hover {
  transform: scale(1.1);
}

.main-link img {
  width: 100px;
  height: 100px;
}

h4 {
  padding: 6px 25px;
  border: 0.5px solid;
  box-sizing: border-box;
  border-radius: 2px;
  border-color: var(--main-accent-color);
  color: var(--main-accent-color);
}


.lang-exp {
  padding-top: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 80vh;
  width: 40vw;
  background-color: #12121247;
  border-radius: 5px;
  color:var(--main-accent-color);
}

#experiences-languages{
  flex-direction: row;
  gap: 20px;
}

.xp{
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: white;
  gap: 0 10px;
}

.xp-title{
  font-size: 2rem;
}

.experiences{
  display: flex;
  justify-content: center;
  height: 80vh;
  width: 40vw;
  background-color: #12121247;
  border-radius: 5px;
  color:var(--main-accent-color);
}

.lang img {
  width: 20px;
  height: 20px;
  
}
.all-items{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:20px;
}
.xp{
  align-self: flex-start;
}
.lang{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  gap: 20px;
}

.lang-level {
  display: flex;
  flex-direction: row;
  gap: 0 5px;
}

.project {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-thumbnail {
  justify-self : flex-end;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.project-details {
  padding: 10px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 10px;
}
.project-name {
  font-size: 1rem;
}

.project-description {
  font-size: 1rem;
  color: white;
  max-width: 800px;
}
h2{
    color: var(--main-accent-color);
}

.c-projects {
    justify-content: space-evenly !important    ;
}


.project-link{
  display: flex;
  flex-direction: row;
  align-items:center;
  gap: 0 10px;
  color: white;
}

.stars{
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  color: var(--main-accent-color) ;
}
@media screen and (max-width: 1060px) {
  .profile-image{
    position: inherit;
    width: 7rem;
    height: 7rem;
    border:0;
  }
  .main-link{
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .subtitle {
    font-size: 1rem;
  }
  .all-skills {
    flex-direction: column;
    gap: 4rem;
  }
  .profile-image{
    position: inherit;
    width: 7rem;
    height: 7rem;
    border:0;
  }

}

@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
  .all-skills {
    flex-direction: column;
  }
  .dashed-name {
    font-size: 2rem;
  }
  .profile-image {
    width: 5rem;
    height: 5rem;
  }
  .logo {
    width: 25px;
  }

 
}
@media screen and (max-width: 500px) {
  body {
    font-size: 13px;
  }
  .all-skills {
    flex-direction: column;
  }
  .dashed-name {
    font-size: 2rem;
  }
  .profile-image {
    width: 5rem;
    height: 5rem;
  }
  .logo {
    width: 25px;
  }
  .main-link{
    height: 100px;
  }
  .main-link img{
    height: 50px;
    width: 50px;
  }
  .details{
    flex-direction: column;
  }

  .dashed-name {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {

  .icons{
    flex-direction: row;
    flex-wrap: wrap;
  }
  #skills{
    height: fit-content;
    overflow-y: scroll;
    min-height: 190vh;
  }
  .container{
    min-height: max-content;
    scroll-snap-align: unset;
    overflow-y: scroll;
  }
  /*   .skills:first-child{
    margin-top: 600px;
  } */

  #experiences-languages{
    flex-direction: column;
    min-height: 160vh;
  }

  #experiences-languages > *{
    width: 70vw;
  }
  .lang-exp{
    font-size: 20px;
    max-height: fit-content;
  }
  .overflow{
    padding-top: 10rem;
  }
  .xp-title{
    font-size: 18px;
  }
  #projects{
    min-height: 200vh;
  }
  .big-container {
    overflow-y: scroll;
    scroll-behavior: inherit;
    scroll-snap-type: none none;
    overflow-x: hidden;
    background-color: #36393f;
  }
}

/* .xp:first-child{
  margin-top: 200px;
} */

.overflow{
  overflow: scroll;
}

.overflow::-webkit-scrollbar {
  display: none;
}