/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/main_page.scss ***!
  \********************************************************************************************************************************************************/
body {
  font-family: Satoshi;
  font-weight: 300;
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
}

header img {
  margin-top: 53px;
  width: 64px;
  height: 64px;
}

.hero {
  overflow: hidden;
  position: relative;
  /*height: 100dvh;*/
}

.container-fluid {
  padding: 0 85px;
}

.hero .container-fluid {
  min-height: 100dvh;
}

.hero .row {
  align-items: center;
  min-height: 100dvh;
}

video {
  object-fit: cover;
  z-index: -100;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-moz-media-controls {
  display: none !important;
}

.content {
  position: relative;
  width: fit-content;
}

img[alt=name] {
  max-width: 380px;
}

.shadow {
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  position: absolute;
  height: 160vh;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  translate: -64% -50%;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
}

.links {
  align-items: center;
  margin-bottom: 25px;
}

.links a {
  color: #FFFFFF;
  padding-left: 19px;
}

.links + div img {
  width: 85px;
}

.links + div div p {
  line-height: 1.15;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.links + div div a {
  color: white;
  line-height: 1.15;
}

.links + a {
  font-size: 25px;
  margin-right: 50px;
}

.links svg path {
  transition: 0.5s all;
}

.links svg path:last-of-type {
  opacity: 0;
}

.links svg:hover {
  scale: 1.1;
}

.links svg:hover path:last-of-type {
  opacity: 1;
}

img[alt=contact] {
  translate: 20px 25px;
}

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

.arrow {
  z-index: -10;
  position: absolute;
  right: -160px;
  bottom: -68px;
}

@font-face {
  font-family: Satoshi;
  src: url(../fonts/Satoshi-Variable.ttf);
}
@media (max-width: 786px) {
  .container-fluid {
    padding: 0 33px;
  }
  header img {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .hero .row {
    align-items: end;
  }
  img[alt=name] {
    max-width: 208px;
  }
  img[alt=contact] {
    position: absolute;
    translate: 0 30px;
    max-width: 65px;
  }
  .links svg {
    width: 30px;
    height: 30px;
  }
  .links {
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .links a {
    padding-left: 10px;
  }
  .links + a {
    font-size: 15px;
    margin-right: 0;
  }
  .links + div {
    margin-top: 27px;
  }
  .links + div img {
    width: 54px;
  }
  .links + div div p, .links + div div a {
    font-size: 12px;
  }
  .content {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .arrow {
    translate: 0 10px;
    max-width: 150px;
    position: absolute;
    right: -75px;
    width: 130px;
    bottom: 45px;
  }
  .shadow {
    top: unset;
    bottom: 0;
    translate: -50% 0;
    left: 50%;
    aspect-ratio: unset;
    height: 40vh;
    width: 100vw;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
