* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Be Vietnam Pro", sans-serif;
}

.font-lexend {
  font-family: "Lexend", sans-serif;
}

.font-comfortaa {
  font-family: "Comfortaa", cursive;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

body::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url("../../../src/images/background.webp");
}
body::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.97;
  position: fixed;
  background: #FFFFFF;
  transition: ease all 0.25s;
}

header {
  z-index: 100;
  position: relative;
  transition: ease all 0.25s;
}

.header-pined {
  position: relative;
  padding: 15px 20px !important;
}
.header-pined::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 10px #e5e5e5;
}

.socialnetworks-container {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  font-family: Trebuchet, Arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.subtitle-wLine {
  position: relative;
}
.subtitle-wLine::after {
  content: "";
  top: 50%;
  right: -40%;
  width: 60%;
  max-width: 350px;
  height: 1px;
  position: absolute;
  background: #E5E5E5;
}
.subtitle-wLine.less-0::after {
  right: 30%;
}
.subtitle-wLine.less-10::after {
  right: 18%;
}
.subtitle-wLine.less-80::after {
  right: -80%;
}

.div-img-career {
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 2px solid #03d9fe;
}
.div-img-career::after {
  top: -30px;
  left: -30px;
  width: 100%;
  content: "";
  z-index: 10;
  opacity: 0.8;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  background: #03d9fe;
  transition: ease all 0.6s;
}
.div-img-career:hover::after {
  opacity: 0;
}
.div-img-career:hover img {
  filter: blur(0px);
}
.div-img-career img {
  top: -30px;
  left: -30px;
  filter: blur(3px);
  position: relative;
  border-radius: 4px;
  transition: ease all 0.6s;
}
.div-img-career.right::after {
  top: auto;
  left: 20px;
  bottom: 20px;
}
.div-img-career.right img {
  top: auto;
  left: 20px;
  bottom: 20px;
}
.div-img-career.left-bottom::after {
  top: auto;
  left: -20px;
  bottom: -20px;
}
.div-img-career.left-bottom img {
  top: auto;
  left: -20px;
  bottom: -20px;
}

.project-description-p {
  max-width: 430px;
}
.project-description-p.small {
  max-width: 300px;
}

.featured-project-container {
  right: 0;
  bottom: -40px;
  position: absolute;
}
.featured-project-container.align-reverse {
  left: 0;
  top: -40px;
  right: auto;
  bottom: auto;
}

.stack-item {
  text-align: center;
}
.stack-item div {
  width: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
.stack-item div img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.stack-item h6 {
  font-size: 18px;
  font-weight: 400;
}

.soft-skills-item {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 300;
  margin: 10px;
  transition: ease all 0.25s;
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom right, #00aaff 0%, #03FCCF 100%) 1;
}
.soft-skills-item:hover {
  cursor: pointer;
  border-image: linear-gradient(to bottom right, #03FCCF 0%, #00aaff 100%) 1;
}
.soft-skills-item.btn {
  font-size: 16px;
  padding: 10px 25px;
  border: 1px solid #03d9fe;
  transition: ease all 0.25s;
}
.soft-skills-item.btn:hover {
  cursor: pointer;
  background: #03d9fe;
  border-image: linear-gradient(to bottom right, #03FCCF 0%, #00aaff 100%) 1;
}

.soft-skills-item-lines-container i {
  font-size: 20px;
  margin: 20px 100px;
}
.soft-skills-item-lines-container hr {
  width: 30%;
  height: 1px;
  position: relative;
  background: #E5E5E5;
}

.contact-section {
  z-index: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../../src/images/others/contact_background.svg");
}
.contact-section::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: ease all 0.25s;
  background: rgba(245, 245, 245, 0.95);
}

#canvas {
  perspective: 3000px;
  perspective-origin: center center;
}

.point {
  font-size: 16px;
  position: absolute;
  transform-style: preserve-3d;
}

.things-i-know-item {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #03d9fe;
}
.things-i-know-item i {
  display: flex;
  font-size: 24px;
  margin-bottom: 10px;
}
.things-i-know-item p {
  font-weight: 100;
}
.things-i-know-item::after {
  content: "";
  bottom: -36px;
  width: 100px;
  position: absolute;
  border-bottom: 1px solid #03d9fe;
}
.things-i-know-item.right-bottom::after {
  right: -85px;
  transform: rotate(45deg);
}
.things-i-know-item.left-bottom::after {
  left: -85px;
  transform: rotate(135deg);
}
.things-i-know-item.right-top::after {
  right: -85px;
  bottom: 35px;
  transform: rotate(-45deg);
}
.things-i-know-item.left-top::after {
  left: -85px;
  bottom: 35px;
  transform: rotate(-135deg);
}

.swiper-button-prev {
  width: 40px;
  height: 20px;
  overflow: hidden;
  top: auto;
  left: 40%;
  transform: translateX(-100px);
  bottom: 150px;
  font-weight: 700;
  color: #FFFFFF;
}

.swiper-button-next {
  width: 40px;
  height: 20px;
  overflow: hidden;
  top: auto;
  right: 41%;
  transform: translateX(100px);
  bottom: 150px;
  font-weight: 700;
  color: #FFFFFF;
}

.swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  background-color: transparent;
  border: 2px solid #e5e7eb;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #03d9fe;
  border: 2px solid #03d9fe;
}

.swiper-pagination {
  bottom: 145px !important;
  top: auto !important;
}

html.dark body::after {
  background: #0A192F;
}
html.dark .contact-section::before {
  background: rgba(17, 34, 64, 0.95);
}
html.dark main::before {
  background: #FFFFFF;
}
html.dark main::after {
  background: #FFFFFF;
}
html.dark .header-pined::before {
  background: rgba(10, 25, 47, 0.7);
  box-shadow: 1px 1px 10px #0a192f;
}

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