* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  cursor: none;
}

html, body {
  font-family: "Montserrat", sans-serif !important;
  color: whitesmoke;
  background-color: #212121;
  letter-spacing: 1.3px;
  line-height: 1.5;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 20px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px white;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

h1, h2, h3 {
  font-family: "Ubuntu", sans-serif !important;
  letter-spacing: 0.1em;
}

.hr {
  margin-left: 15%;
  margin-right: 15%;
}

em {
  color: #CA403d;
}

section {
  margin-left: 15%;
  margin-right: 15%;
}

.hr-red {
  border: 1px solid #CA403d;
  margin: 0px 5% 0px 5%;
}

@media screen and (max-width: 1199px) {
  * {
    overflow: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1199px) {
  section {
    margin-left: 12%;
    margin-right: 12%;
  }
  .hr {
    margin-left: 10%;
    margin-right: 10%;
  }
  #cursor, #cursor-border {
    display: none;
  }
}
.animate-in {
  -webkit-animation: fadeIn 1.5s ease-in;
  animation: fadeIn 1.5s ease-in;
}

.animate-out {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  font-family: "Ubuntu", sans-serif;
  background-color: #212121;
  position: sticky;
  top: 0;
  height: 10vh;
  line-height: 10vh;
}
header p {
  float: left;
  font-size: 1.6em;
  margin-left: 3%;
}
header .nav {
  font-size: 1em;
  float: right;
  display: block;
  justify-content: end;
  margin-right: 3%;
}
header .nav a {
  color: whitesmoke;
  text-decoration: none;
  margin-left: 30px;
}
header .nav a:hover {
  color: #CA403d;
  transition: color 0.5s;
}
header .icon {
  display: none;
}

@media screen and (min-width: 599px) and (max-width: 1199px) {
  header p {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  header {
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
  }
  header p {
    font-size: 16px;
  }
  header .nav a {
    display: none;
    margin-left: 0px;
  }
  header .nav.responsive {
    margin-left: 5%;
    width: 100%;
    position: relative;
    float: left;
  }
  header .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .nav.responsive a {
    float: none;
    display: flex;
    flex-direction: row;
    text-align: justify;
  }
}
.footer {
  font-family: "Ubuntu", sans-serif;
  height: 10vh;
  display: flex;
  align-items: center;
}
.footer p {
  width: 100%;
  display: flex;
  justify-content: center;
  color: whitesmoke;
}
.footer .footer_left {
  position: fixed;
  left: 3%;
  right: auto;
  color: whitesmoke;
  width: 40px;
  bottom: 0px;
}
.footer .footer_left ul {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer .footer_left ul li {
  padding-top: 32px;
}
.footer .footer_left ul li:hover {
  transform: translate(0, -10px);
  filter: invert(36%) sepia(65%) saturate(1449%) hue-rotate(331deg) brightness(81%) contrast(93%);
  color: #CA403d;
  transition: color 0.5s;
}
.footer .footer_left ul li .gmail {
  display: none;
}
.footer .footer_left ul::after {
  content: "";
  display: block;
  width: 1px;
  height: 96px;
  margin-inline: auto;
  background-color: whitesmoke;
}
.footer .footer_right {
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 3%;
  color: whitesmoke;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer .footer_right div {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.footer .footer_right div a {
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
}
.footer .footer_right div a:hover {
  color: #CA403d;
  transition: color 0.5s;
  transform: translate(0, -10px);
}
.footer .footer_right div::after {
  content: "";
  display: block;
  width: 1px;
  height: 96px;
  margin: 0px auto;
  background-color: whitesmoke;
}

@media screen and (min-width: 599px) and (max-width: 1199px) {
  .footer p {
    padding-top: 24px;
  }
}
@media (max-width: 699px) {
  .footer {
    font-size: 15px;
    width: 100%;
    bottom: 0;
    position: relative;
    flex-direction: column;
    justify-content: space-around;
  }
  .footer p {
    padding-bottom: 16px;
    padding-top: 8px;
    font-size: 13px;
  }
  .footer .footer_left {
    width: 100%;
    left: auto;
    right: auto;
    color: whitesmoke;
    position: relative;
  }
  .footer .footer_left ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  .footer .footer_left ul li {
    padding-top: 0px;
    padding-inline: 24px;
  }
  .footer .footer_left ul li:hover {
    color: #CA403d;
    transition: color 0.5s;
    transform: none;
  }
  .footer .footer_left ul li .gmail {
    display: flex;
  }
  .footer .footer_left ul::after {
    display: none;
  }
  .footer .footer_right {
    display: none;
  }
}
.presentation {
  display: flex;
  height: 80vh;
  align-items: center;
  padding-bottom: 72px;
}
.presentation__hello {
  width: 90%;
}
.presentation__hello h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 48px;
  color: #212121;
  animation: mymove2 3s;
  animation-fill-mode: forwards;
}
.presentation__hello p {
  vertical-align: top;
  font-size: 20px;
  position: relative;
  line-height: 2em;
}
.presentation__hello p em {
  font-size: 30px;
}
.presentation__hello .p1 {
  animation: mymove 5s;
  animation-fill-mode: forwards;
  color: #212121;
}
.presentation__hello .p2 {
  animation: mymove 8s;
  animation-fill-mode: forwards;
  color: #212121;
}
.presentation__hello .p3 {
  animation: mymove 10s;
  animation-fill-mode: forwards;
  color: #212121;
}
@keyframes mymove {
  from {
    right: 0px;
  }
  to {
    left: 0px;
    color: whitesmoke;
  }
}
@keyframes mymove2 {
  from {
    right: 0px;
  }
  to {
    left: 0px;
    color: #CA403d;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 599px) {
  .presentation {
    display: flex;
    height: 80vh;
    padding-bottom: 0px;
  }
  .presentation__hello {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .presentation h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    padding-bottom: 32px;
    color: #CA403d;
  }
  .presentation p {
    font-size: 15px;
  }
  .presentation p em {
    font-size: 18px;
  }
}
@media screen and (min-width: 599px) and (max-width: 1199px) {
  .presentation {
    display: flex;
    width: 75%;
    height: 80vh;
    padding-bottom: 48px;
  }
  .presentation__hello {
    width: 85%;
  }
  .presentation__hello h1 {
    padding-bottom: 40px;
    font-size: 56px;
  }
  .presentation__hello p {
    font-size: 18px;
  }
  .presentation__hello p em {
    font-size: 22px;
  }
}
.projects-title {
  padding-top: 96px;
  padding-bottom: 136px;
  text-align: center;
}
.projects-title h1 {
  font-size: 3em;
  padding-bottom: 16px;
  color: #CA403d;
  margin-block: 0px;
}

.projects {
  display: grid;
  width: auto;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding-bottom: 96px;
}
.projects .project {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.projects .project_img {
  display: flex;
  width: 100%;
  height: auto;
  background-size: 100%;
  border-radius: 0.7rem;
  cursor: pointer;
}
.projects .project_img:hover {
  opacity: 0.7;
}
.projects .project_img, .projects .project_text {
  grid-area: 1/1/-1/-1;
  position: relative;
}
.projects .project_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 8px;
  color: whitesmoke;
  margin-top: 52%;
  background: #212121;
  box-shadow: #212121 0px 0px 4rem 6rem;
  padding-inline: 16px;
}
.projects .project_text h3 {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
}
.projects .project_text p {
  font-size: 15px;
}
.projects .project_text ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.projects .project_text ul li {
  padding: 5px 12px;
  width: auto;
  border-radius: 5px;
  color: black;
  background-color: whitesmoke;
  font-size: 13px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 848px) {
  .projects-title {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
  }
  .projects-title h1 {
    font-size: 32px;
    padding-bottom: 8px;
  }
  .projects {
    display: grid;
    width: auto;
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-bottom: 48px;
  }
  .projects .project_img {
    display: flex;
    width: 100%;
    height: auto;
    background-size: 100%;
    border-radius: 0.7rem;
    cursor: pointer;
  }
  .projects .project_text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: whitesmoke;
    margin-top: 52%;
    background: #212121;
    box-shadow: #212121 0px 0px 4rem 4rem;
    padding-inline: 8px;
  }
  .projects .project_text p {
    padding-bottom: 12px;
    font-size: 13px;
  }
  .modal .modal-content {
    width: 90%;
  }
}
@media screen and (min-width: 849px) and (max-width: 1199px) {
  .projects-title {
    padding-top: 48px;
    padding-bottom: 96px;
    text-align: center;
    padding-inline: 24px;
  }
  .projects {
    padding-bottom: 32px;
  }
  .projects .project_text {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: whitesmoke;
    margin-top: 52%;
    background: #212121;
    box-shadow: #212121 0px 0px 4rem 6rem;
    padding-inline: 16px;
  }
  .projects .project_text p {
    padding-bottom: 12px;
  }
  .modal .modal-content {
    width: 90%;
  }
}
.resume {
  padding-bottom: 96px;
  padding-top: 96px;
  display: flex;
  justify-content: space-between;
}
.resume .resume_div {
  padding-right: 96px;
}
.resume .resume_div h2 {
  margin: 0px;
  padding-bottom: 8px;
  font-size: 2.3em;
  color: #CA403d;
}
.resume .resume_div p {
  font-size: 0.9vw;
  padding-top: 40px;
}
.resume img {
  height: auto;
  width: 30%;
  border: 4px solid whitesmoke;
  border-radius: 10px 10px 10px 10px;
}

.competences {
  font-size: 15px;
  padding-bottom: 136px;
}
.competences .competences_title {
  padding-right: 96px;
  width: 70%;
}
.competences .competences_title h2 {
  margin: 0px;
  padding-bottom: 8px;
  font-size: 2.3em;
  color: #CA403d;
  border-bottom: 2px solid #CA403d;
}
.competences_tools {
  margin-top: 20px;
}
.competences_languages, .competences_tools {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-row-gap: 56px;
  grid-column-gap: 24px;
}
.competences_languages div, .competences_tools div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.competences_languages div p, .competences_tools div p {
  font-size: 22px;
  padding-left: 16px;
}

.hr-red {
  margin-inline: 0%;
}

.cv {
  text-align: center;
  font-size: 18px;
  margin-bottom: 96px;
}
.cv button {
  display: flex;
  font-family: "Ubuntu", sans-serif;
  background-color: #FAFBFC;
  border-radius: 6px;
  color: #24292E;
  cursor: pointer;
  font-weight: bold;
  font-size: large;
  line-height: 20px;
  padding: 10px 20px;
  margin: auto;
  height: 60px;
  align-items: center;
  margin-top: 48px;
}

@media screen and (max-width: 699px) {
  .resume {
    padding: 0%;
    border-left: none;
    display: grid;
    flex-direction: column;
  }
  .resume .resume_div {
    padding-top: 48px;
    padding-right: 0px;
    width: 100%;
  }
  .resume .resume_div h2 {
    margin-bottom: 0px;
    font-size: 26px;
  }
  .resume .resume_div p {
    font-size: 12px;
    padding-top: 24px;
  }
  .resume img {
    margin-top: 48px;
    grid-row: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .competences {
    padding-bottom: 72px;
    padding-top: 48px;
  }
  .competences .competences_title {
    width: 100%;
    padding-right: 0px;
  }
  .competences .competences_title h2 {
    margin: 0px;
    font-size: 26px;
    width: 100%;
  }
  .competences_tools {
    margin-top: 0px;
  }
  .competences_languages, .competences_tools {
    padding-top: 32px;
    grid-template-columns: 50% 50%;
    grid-row-gap: 32px;
    grid-column-gap: 12px;
  }
  .competences_languages div, .competences_tools div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .competences_languages div p, .competences_tools div p {
    font-size: 13px;
    padding-top: 16px;
    padding-left: 0px;
  }
  .competences_languages div .sass, .competences_tools div .sass {
    padding-top: 9px;
  }
  .cv {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 48px;
    padding-inline: 16px;
  }
  .cv p {
    font-size: 13px;
  }
  .cv button {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 700px) and (max-width: 848px) {
  .resume {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .resume .resume_div {
    padding-right: 24px;
    width: 65%;
  }
  .resume .resume_div h2 {
    font-size: 30px;
  }
  .resume .resume_div p {
    font-size: 9px;
    padding-top: 16px;
  }
  .resume img {
    width: 35%;
    border: 4px solid whitesmoke;
    border-radius: 10px 10px 10px 10px;
  }
  .competences {
    font-size: 15px;
    padding-bottom: 72px;
  }
  .competences .competences_title {
    padding-right: 24px;
    width: 65%;
  }
  .competences .competences_title h2 {
    margin: 0px;
    font-size: 30px;
  }
  .competences_tools {
    margin-top: 4px;
  }
  .competences_languages, .competences_tools {
    padding-top: 32px;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 32px;
    grid-column-gap: 12px;
  }
  .competences_languages div, .competences_tools div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .competences_languages div p, .competences_tools div p {
    font-size: 15px;
    padding-left: 16px;
  }
  .cv {
    font-size: 15px;
    margin-bottom: 48px;
  }
  .cv button {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 849px) and (max-width: 1199px) {
  .resume {
    font-size: 15px;
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .resume .resume_div {
    padding-right: 48px;
    width: 70%;
  }
  .resume .resume_div h2 {
    padding-bottom: 4px;
    font-size: 2.3em;
    color: #CA403d;
    font-size: 30px;
  }
  .resume .resume_div p {
    padding-top: 16px;
    font-size: 10px;
  }
  .resume img {
    width: 30%;
    border: 4px solid whitesmoke;
    border-radius: 10px 10px 10px 10px;
  }
  .competences {
    font-size: 15px;
    padding-bottom: 48px;
  }
  .competences .competences_title {
    padding-right: 48px;
    width: 70%;
  }
  .competences .competences_title h2 {
    font-size: 30px;
  }
  .competences_tools {
    margin-top: 16px;
  }
  .competences_languages, .competences_tools {
    padding-top: 32px;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 48px;
    grid-column-gap: 12px;
  }
  .competences_languages div, .competences_tools div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .competences_languages div p, .competences_tools div p {
    font-size: 17px;
    padding-left: 16px;
  }
  .cv {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 15px;
  }
  .cv button {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
