:root {
  --background: #161719;
  --paragraphs: #8b8b8c;
  --main: white;
  --open-navbar: #101113;
  --border: #2e2f30;
  --firebrick: #ae0906;
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  font-family: Bai Jamjuree, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

h1 {
  color: var(--main);
  margin-top: 15px;
  margin-bottom: 26px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.28em;
}

h2 {
  color: var(--main);
  margin-top: 15px;
  margin-bottom: 24px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  color: var(--main);
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.28em;
}

h4 {
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.28em;
}

h5 {
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 17px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28em;
}

h6 {
  color: var(--main);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--paragraphs);
  text-decoration: underline;
  transition: color .3s ease-out;
}

a:hover {
  color: var(--main);
}

ul, ol {
  color: var(--main);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 35px;
}

li {
  padding-left: 12px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--main);
  color: var(--main);
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10px 20px 10px 30px;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
}

.background-video {
  z-index: -100;
  filter: saturate(0%) brightness(40%);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.section-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-menu {
  z-index: 100;
  background-color: var(--open-navbar);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.navbar {
  z-index: 50;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.block-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: var(--main);
  padding: 0 0 6px;
  font-size: 57px;
  line-height: 1em;
}

.nav-link.w--current {
  color: var(--main);
}

.block-nav-link {
  margin-top: 22px;
  margin-bottom: 22px;
}

.underline-nav-link {
  background-color: var(--main);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
}

.body {
  background-color: var(--background);
}

.paragraph-2 {
  color: var(--main);
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
}

.section {
  padding: 36px;
}

.paragraph-3 {
  color: var(--main);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 13px;
    margin-bottom: 22px;
    font-size: 52px;
  }

  h2 {
    margin-top: 13px;
    margin-bottom: 20px;
    font-size: 45px;
  }

  h3 {
    margin-top: 13px;
    margin-bottom: 16px;
    font-size: 34px;
  }

  h4 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 28px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .grid-projects {
    grid-template-columns: 1fr 6fr 1fr;
  }

  .section-hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .nav-link {
    font-size: 48px;
  }

  .section-page {
    padding-bottom: 60px;
  }

  .about-image {
    height: 662px;
  }

  .block-name {
    top: 295px;
    left: 55px;
  }

  .name {
    font-size: 104px;
  }

  .right-block {
    padding-left: 14%;
  }

  .secondary-info-block {
    padding-left: 35px;
  }

  .first-info-block {
    padding-right: 35px;
  }

  .paragraph-info {
    line-height: 1.6em;
  }

  .left-block {
    padding-right: 14%;
  }

  .content {
    margin-top: 37px;
  }

  .song {
    width: 720px;
  }

  .html-embed {
    object-fit: fill;
    overflow: visible;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open, .nav-menu-2 {
    background-color: #060606;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  ul, ol {
    padding-left: 25px;
  }

  blockquote {
    padding-left: 22px;
    font-size: 18px;
  }

  .grid-projects {
    grid-template-rows: auto;
    grid-template-columns: 1fr 6fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around stretch;
    place-items: baseline end;
    display: block;
  }

  .subtitle {
    text-align: left;
  }

  .title-project {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5px 0 0;
  }

  .block-project {
    margin: 43px 20px;
    display: block;
  }

  .section-hero {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 40px;
  }

  .block-nav-link {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .block-navbar {
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    max-width: 85%;
  }

  .section-page {
    padding: 85px 30px 42px;
  }

  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-image {
    height: 610px;
  }

  .block-name {
    top: 319px;
    left: 33px;
  }

  .name {
    font-size: 70px;
  }

  .right-block {
    padding-left: 0;
  }

  .border-space {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .secondary-info-block {
    padding-left: 20px;
  }

  .first-info-block {
    padding-right: 20px;
  }

  .title-info {
    margin-bottom: 8px;
  }

  .left-block {
    border-right-style: none;
    padding-right: 0;
  }

  .form-block {
    margin-top: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .logo-footer {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-style-color {
    grid-template-columns: 1fr 1fr;
  }

  .grid-license {
    grid-template-columns: 1fr;
  }

  .song {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    text-align: center;
  }

  .html-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 18px;
  }

  .grid-projects {
    grid-template-rows: minmax(auto, .25fr);
    grid-template-columns: .25fr 6fr 1fr;
    place-items: start;
    display: inline;
  }

  .subtitle {
    text-align: center;
  }

  .title-project {
    text-align: center;
    margin-bottom: 10px;
  }

  .block-project {
    text-align: center;
    align-items: center;
    margin: 35px 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-hero {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block {
    text-align: center;
  }

  .nav-link {
    font-size: 38px;
  }

  .block-nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .brand {
    justify-content: center;
    align-items: center;
  }

  .block-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-page {
    padding-bottom: 34px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-image {
    height: 460px;
  }

  .block-name {
    top: 243px;
    left: 6px;
  }

  .name {
    font-size: 60px;
  }

  .border-space {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .secondary-info-block {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .first-info-block {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .title-info {
    margin-bottom: 6px;
  }

  .form {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block {
    margin-top: 16px;
  }

  .content {
    margin-top: 30px;
  }

  .info-grid-project {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .button {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 75%;
    display: block;
  }

  .song {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    padding-bottom: 0;
  }

  .div-block {
    background-color: #0000;
    margin-left: 68px;
    margin-right: 68px;
  }

  .html-embed {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-2 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .text-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-3 {
    margin-top: 10px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: #060606;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: #070707;
  }
}
