/*
#############################################
#                                           #
#           DEBUT UNSET CSS RULES           #
#                                           #
#############################################
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

li {
  list-style: none
}

/*
#############################################
#                                           #
#                 DEBUT CSS                 #
#                                           #
#############################################
*/
html {
  scroll-behavior: smooth;
}

.main-screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;

  #particles-js {
    width: 100%;
    height: 100%;
    background-color: #23262e;
    background-image: linear-gradient(180deg, #23262e 60%, #0e1111 100%);
  }

  .main-title {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #B49E7B;
    position: absolute;
    width: 100%;
    pointer-events: none;
  }

  .name {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12vw;
  }


  .job {
    margin-top: 15px;
    font-family: "roboto mono";
    font-style: italic;
    font-weight: 300;
    font-size: calc(10px + 2.5vw);
  }

  .scrolldown {
    position: absolute;
    top: 80%;
    left: 50%;
    --color: #B49E7B;
    --sizeX: 30px;
    --sizeY: 50px;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
    cursor: pointer;
  }

  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #2a547066;
  }

  @keyframes scrolldown-anim {
    0% {
      opacity: 0;
      height: 6px;
    }

    40% {
      opacity: 1;
      height: 10px;
    }

    80% {
      transform: translate(0, 20px);
      height: 10px;
      opacity: 0;
    }

    100% {
      height: 3px;
      opacity: 0;
    }
  }

  .chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }

  .chevrondown:nth-child(odd) {
    animation: pulse54012 500ms ease infinite alternate;
  }

  .chevrondown:nth-child(even) {
    animation: pulse54012 500ms ease infinite alternate 250ms;
  }

  @keyframes pulse54012 {
    from {
      opacity: 0;
    }

    to {
      opacity: 0.5;
    }
  }
}

.page {
  padding: 0 10% 0 10%;
  color: #fefefe;
  background-color: #0e1111;
  text-align: center;
  font-family: "Open Sans";


  .title {
    padding: 200px 0px 100px 0px;
    font-size: calc(42px + 1.2vw);
    font-weight: 700;
  }

  .my-expertise-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    text-align: start;
  }

  .my-expertise-items {
    border-style: solid;
    border-width: 1px;
    border-color: #a3a3a3;
    width: 350px;
    height: 310px;
  }

  .my-expertise-item-title-container {
    margin: 10% 0 5% 7%;
  }

  .my-expertise-item-title-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .my-expertise-item-title-text {
    font-size: calc(23px + 0.3vw);
    font-weight: 600;
    margin-left: 8%;
  }

  .my-expertise-item-text:before,
  .my-expertise-item-text:after {
    font-family: "roboto mono";
    font-size: calc(14px + 0.2vw);
    display: block;
    position: relative;
    left: -65px;
    opacity: 50%;

  }

  .my-expertise-item-text:after {
    content: "</div>";
  }

  .my-expertise-item-text:before {
    content: "<div>";
  }

  .my-expertise-item-text-container {
    position: relative;
  }

  .my-expertise-item-text-container:after {
    content: '';
    position: absolute;
    left: 9%;
    top: 20%;
    height: 60%;
    width: 0.1px;
    border: 0.1px solid white;
    background-color: white;
    opacity: 20%;
  }

  .my-expertise-item-text {
    font-family: "roboto mono";
    font-weight: 300;
    font-size: calc(14px + 0.2vw);
    margin: 10% 5% 0 20%;
    text-align: start;
    line-height: normal;
  }

  .my-expertise-item-icon {
    width: 15%;
  }

  .my-project-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }

  .my-project-item {
    text-align: start;
    width: 550px;
    height: auto;
    margin: 0 0.5% 3% 0.5%;
    font-size: 15px;
    display: flex;
  }

  .my-project-item:hover {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  #project-image {
    margin: 5px;
    width: 30%;
    min-width: 30%;
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .project-text {
    margin-left: 10px;
  }

  .project-title {
    font-weight: 500;
    font-size: 26px;
    margin: 10px 0 10px 0;
  }

  .project-description {
    margin-bottom: 15px;
    line-height: normal;
  }

  .project-stat {
    display: flex;
    font-size: 16px;

    img {
      height: 16px;
      width: auto;
      margin-right: 5px;
    }

    div {
      a {
        color: #ffffff;
        text-decoration: underline;
      }
    }
  }

  .project-keywords {
    padding: 6px 6px 6px 0px
  }

  .project-keywords ul {
    display: flex;
    flex-wrap: wrap;
  }

  .project-keywords li {
    padding: 4px 5px 4px 5px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: #454d5f;
    margin-bottom: 5px;
  }

  .project-keywords li:last-child {
    margin-right: 0;
  }

  .my-projects {
    .title-container {
      margin-top: 3%;
      display: flex;
      flex-wrap: wrap;
    }

    .items {
      width: 50%;
      min-width: 300px;
    }

    .items-mokeup {
      position: relative;
      display: flex;

      video {
        width: 100%
      }

      .featured-project {
        position: absolute;
        bottom: 30%;
        max-width: 80%;
      }

      .featured-project-title {
        opacity: 80%;
        margin-bottom: 3%;
        font-size: calc(10px + 0.3vw);
      }

      .featured-project-name {
        font-family: "roboto mono";
        font-weight: 700;
        font-size: calc(15px + 0.3vw);
      }
    }

    .items-text {
      .title {
        align-items: start;
        font-size: calc(70px + 0.3vw);
        font-family: "Open Sans";
        font-weight: 700;
        padding: 175px 0px 50px 0px;
      }
    }

    @media screen and (max-width: 1200px) {
      .items {
        width: 100%;
      }
    }

    .featured-project {
      button {
        font-family: "roboto mono";
        margin-top: 10%;
        position: relative;
        padding: 3% 6%;
        background: #4365DF;
        font-size: calc(10px + 0.2vw);
        font-weight: 500;
        color: #fefefe;
        border: 3px solid #4365DF;
        border-radius: 8px;
        box-shadow: 0 0 0 #4365DF;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
      }

      .star-1 {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
      }

      .star-2 {
        position: absolute;
        top: 45%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }

      .star-3 {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }

      .star-4 {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
      }

      .star-5 {
        position: absolute;
        top: 25%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
      }

      .star-6 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fefefe);
        z-index: -5;
        transition: all 0.8s ease;
      }

      button:hover {
        background: transparent;
        color: #4365DF;
        box-shadow: 0 0 25px #4365DF;
      }

      button:hover .star-1 {
        position: absolute;
        top: -80%;
        left: -30%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      button:hover .star-2 {
        position: absolute;
        top: -25%;
        left: 10%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      button:hover .star-3 {
        position: absolute;
        top: 55%;
        left: 25%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      button:hover .star-4 {
        position: absolute;
        top: 30%;
        left: 80%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      button:hover .star-5 {
        position: absolute;
        top: 25%;
        left: 115%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      button:hover .star-6 {
        position: absolute;
        top: 5%;
        left: 60%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fefefe);
        z-index: 2;
      }

      .fil0 {
        fill: #fefefe;
      }
    }
  }

  .my-studies {
    .container {
      justify-content: space-evenly;
      flex-wrap: wrap;
      margin: 0 5% 0 5%;
      display: flex;
      flex-direction: row;

      .text {
        margin: 5% 1% 15% 1%;
        top: 25%;
        font-size: calc(16px + 0.3vw);
        width: 40%;
        min-width: 300px;
        line-height: 175%;
      }

      .studies {
        text-align: start;
        justify-content: start;
        width: 40%;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        font-size: calc(14px + 0.3vw);

        .name {
          font-weight: 600;
          font-size: calc(20px + 0.3vw);
        }

        .year {
          font-size: calc(12px + 0.3vw);
          padding-top: 2%;
          opacity: 50%;
        }

        .description {
          opacity: 90%;
          padding-top: 2%;
        }

        .items {
          padding: 2% 2% 5% 2%;
        }

        .items:hover {
          border-radius: 5px;
          background-color: rgba(255, 255, 255, 0.1);
        }

        .keywords {
          padding-top: 2%;
          font-size: calc(12px + 0.3vw);

          ul {
            display: flex;
            flex-wrap: wrap;
          }

          li {
            padding: 4px 5px 4px 5px;
            margin-right: 10px;
            border-radius: 50px;
            background-color: #23262e;
            margin-bottom: 5px;
            color: #53AFD9;
          }
        }
      }
    }
  }
}

.my-work {
  .container {
    margin-left: 15%;
    text-align: start;
    display: flex;
    flex-direction: column;
    font-size: calc(12px + 0.3vw);

    .items {
      margin: 1.5% 0 5% 0;

      .item-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        .year-text {
          min-width: 120px;
          margin-right: 2.5%;
          flex-shrink: 0;
          opacity: 60%;
          margin-top: 2px;
        }

        .job-text-item {
          width: 70%;
          min-width: 300px;

          .work-title {
            font-size: calc(16px + 0.3vw);
            margin-bottom: 1.5%;
          }

          .task {
            opacity: 70%;
            line-height: 125%;
          }

          .work-keywords {
            padding: 6px 6px 6px 0px
          }

          .work-keywords ul {
            display: flex;
            flex-wrap: wrap;
          }

          .work-keywords li {
            padding: 4px 5px 4px 5px;
            margin-right: 10px;
            border-radius: 50px;
            background-color: #454d5f;
            margin-bottom: 5px;
          }

          .work-keywords li:last-child {
            margin-right: 0;
          }
        }
      }
    }

  }
}

@media (max-width: 1200px) {
  .my-work {
    .container {
      margin-left: 0%;

      .job-text-item {
        width: 100% !important;
      }
    }
  }
}

.socials {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.card {
  width: fit-content;
  height: fit-content;
  background-color: #0e1111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: #454d5f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}

/* instagram*/
.containerOne:hover {
  background-color: #0713bb;
  transition-duration: .3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: #2dba4e;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}