/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, video {
  max-width: 100%;
  display: block;
  height: auto;
}

button,
label {
  cursor: pointer;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.woff) format("woff");
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #1f1d28;
  --color-gray: rgba(255, 255, 255, 0.3);
  --color-accent: #62cee1;
  --box-shadow: -4px -4px 12px hsla(0,0%, 100%, .05),
      4px 4px 12px #000,
      inset -22px -14px 14px 2px hsla(0,0%, 100%, 0),
      inset 8px 4px 20px 12px transparent;
  --inset-shadow: inset -2px -2px 4px hsla(0, 0%, 100%, .1),
  inset 2px 2px 4px rgba(0, 0, 0, .5);
  --section-padding: 120px 0 60px;
  --border-radius: 14px;
  --item-size: 64px;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-dark);
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: var(--color-white);
}

a {
  color: var(--color-accent);
  text-decoration: none;
}
a:visited {
  color: var(--color-accent);
}

.container {
  margin: auto;
  max-width: 1536px;
  padding: 0 16px;
}

._section-title {
  margin-bottom: 68px;
  font-size: 2vw;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  ._section-title {
    font-size: 18px;
  }
}

.hero {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}
.hero__video::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  opacity: 0.8;
  pointer-events: none;
  background: linear-gradient(transparent, #1f1d28);
  z-index: 10;
}
.hero__wrapper {
  padding: 60px 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hero__wrapper {
    padding: 30px 0;
  }
}
.hero__suptitle {
  margin-bottom: 14px;
  font-size: 2vw;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
.hero__suptitle span {
  color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .hero__suptitle {
    font-size: 3vw;
    letter-spacing: 0.3rem;
  }
}
.hero__title {
  margin-bottom: 16px;
  font-size: 6vw;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 8vw;
  }
}
.hero__subtitle {
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 2.5vw;
    letter-spacing: 0.2rem;
  }
}
.hero__trigger {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: 26px;
  width: 36px;
  height: 36px;
  z-index: 20;
}
.hero__trigger a {
  color: var(--color-white);
}
.hero__trigger svg {
  animation: scale 4s infinite linear;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
}
.header__nav {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    column-gap: 16px;
  }
}
.header__nav-item {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    font-size: 12px;
  }
}
.header__nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  height: 2px;
  width: 26px;
  background-color: var(--color-white);
  transition: all 0.5s;
}
.header__nav-item a {
  color: var(--color-white);
  transition: all 0.5s;
}
.header__nav-item:hover a {
  color: var(--color-accent);
}
.header__nav-item:hover::before {
  width: 100%;
  background-color: var(--color-accent);
}

.stack {
  padding: var(--section-padding);
}
.stack__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .stack__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .stack__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.stack__list-item {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.stack__list-item-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  margin-right: 40px;
  border-right: 1px solid var(--color-gray);
}
.stack__list-item-icon img {
  max-width: 48px;
}

.portfolio {
  padding: var(--section-padding);
}
.portfolio__list-item {
  display: flex;
  column-gap: 60px;
  padding: 60px 40px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.portfolio__list-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 920px) {
  .portfolio__list-item {
    flex-direction: column;
    row-gap: 30px;
    padding: 40px 20px;
  }
}
.portfolio__list-img {
  width: 480px;
  min-width: 480px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.portfolio__list-img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: var(--color-dark);
  opacity: 0.3;
  z-index: 10;
}
.portfolio__list-img:not(:first-child) {
  display: none;
}
.portfolio__list-img:hover {
  transform: scale(1.05);
}
.portfolio__list-img:hover::before {
  opacity: 0;
}
@media screen and (max-width: 920px) {
  .portfolio__list-img {
    width: 100%;
    min-width: auto;
  }
}
.portfolio__list-link {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
}
@media screen and (max-width: 920px) {
  .portfolio__list-link {
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
  }
}
.portfolio__list-description {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  .portfolio__list-description {
    text-align: center;
  }
}
.portfolio__list-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 920px) {
  .portfolio__list-stack {
    justify-content: center;
  }
}
.portfolio__list-stack-item {
  width: var(--item-size);
  height: var(--item-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: var(--inset-shadow);
  transition: all 0.5s;
}
.portfolio__list-stack-item img {
  width: 50%;
  object-fit: contain;
}
.portfolio__list-stack-item:hover {
  border-color: var(--color-accent);
}

.experience {
  padding: var(--section-padding);
}
.experience__list-item {
  padding: 60px 40px;
  flex-direction: column;
  row-gap: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.experience__list-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 920px) {
  .experience__list-item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .experience__list-item {
    text-align: center;
  }
}
.experience__list-time {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-shadow: var(--inset-shadow);
  border-radius: 26px;
  color: var(--color-accent);
}
.experience__list-title {
  margin-bottom: 4px;
  font-size: 24px;
  letter-spacing: 2px;
}
.experience__list-subtitle {
  margin-bottom: 26px;
  color: var(--color-accent);
}
.experience__list-description {
  margin-bottom: 26px;
}
.experience__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 920px) {
  .experience__stack {
    justify-content: center;
  }
}
.experience__stack-item {
  width: var(--item-size);
  height: var(--item-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: var(--inset-shadow);
  transition: all 0.5s;
}
.experience__stack-item img {
  width: 50%;
}
.experience__stack-item:hover {
  border-color: var(--color-accent);
}

.footer {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.footer__wrapper {
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    column-gap: 0;
    row-gap: 40px;
    text-align: center;
  }
}
.footer__text {
  font-size: 26px;
}
.footer__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__contact-list {
    justify-content: center;
  }
}
.footer__contact-list-item {
  width: var(--item-size);
  height: var(--item-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: var(--inset-shadow);
  transition: all 0.5s;
}
.footer__contact-list-item a {
  width: 70%;
  height: 70%;
  color: var(--color-white);
  transition: all 0.2s;
}
.footer__contact-list-item a:hover {
  color: var(--color-accent);
}
.footer__totop-btn {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  box-shadow: var(--inset-shadow);
  transition: all 0.5s;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__totop-btn svg {
  max-width: 50%;
  color: var(--color-white);
}
.footer__totop-btn:hover {
  border-color: var(--color-accent);
}
.footer__totop-btn:hover svg {
  color: var(--color-accent);
}

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