* {
  font-family: "LotaGrotesque", serif;
}

body {
  overflow-x: hidden;
}

.promo-container {
  position: relative;
  max-width: 1350px;
  width: 100%;
  height: 100vh;
  margin: auto;
}

.promo {
  position: relative;
  height: 100vh;
  background: #fff url("../img/bg2.png");
}

.verticals-lines {
  position: absolute;
  max-width: 1350px;
  width: 100%;
  height: 100vh;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #C9C9C9;
  z-index: 3;
}
.vertical-line:nth-child(2) {
  left: 270px;
}
.vertical-line:nth-child(3) {
  left: 540px;
}
.vertical-line:nth-child(4) {
  left: unset;
  right: 540px;
}
.vertical-line:nth-child(5) {
  left: unset;
  right: 270px;
  z-index: 1;
}
.vertical-line:nth-child(6) {
  left: unset;
  right: 0;
}

.video-container {
  max-width: 550px;
  height: 506px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

video {
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.logo {
  padding-top: 40px;
  margin-left: 10px;
}

.main-title {
  position: absolute;
  bottom: 100px;
  z-index: 5;
  margin: 0 0 0 10px;
  font-family: "FEHero", serif;
  line-height: 180px;
  letter-spacing: 10px;
  font-size: 200px;
  font-weight: 400;
  color: #404040;
}

.nav {
  position: absolute;
  bottom: 0;
  left: -3px;
  display: flex;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 63px;
  margin-right: 20px;
  background: url("../img/navbtn.png") no-repeat center/contain;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.nav-btn span {
  margin-top: 6px;
  font-weight: 700;
  color: #404040;
}
.nav-btn:hover {
  background: url("../img/navbtn-hover.png") no-repeat center/contain;
}

.container {
  max-width: 1350px;
  margin: auto;
}

.about {
  background: #fff url("../img/bg.png");
  padding-top: 70px;
}

.line {
  width: 100%;
  height: 2px;
  background: #DDDDDD;
  margin: 0 0 20px 0;
}

.page-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #404040B2;
}

.text {
  max-width: 810px;
  font-size: 36px;
  line-height: 46.8px;
  font-weight: 600;
  margin-bottom: 120px;
  color: #404040;
}

.quotes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quote {
  position: relative;
  max-width: 470px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.quote:first-child {
  margin-right: 70px;
}
.quote:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 90px;
  height: 1px;
  background: #7A7A7A;
}

.marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #404040;
  height: 100px;
  margin-top: 160px;
}

.marquee-container {
  position: absolute;
  width: 200%;
}
.marquee-container .marquee-image {
  width: 43px;
  height: 42px;
  margin: 0 30px;
}
.marquee-container .marquee-image img {
  width: 100%;
}

.marquee-text {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "FEHero", serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  margin-top: 14px;
}
.marquee-text:last-child:after {
  content: "";
  background: url("../img/star.png") no-repeat center/contain;
  width: 43px;
  height: 43px;
  margin: 0 30px;
}

.portfolio {
  padding-top: 70px;
  background: #fff url("../img/bg.png");
}

.areas {
  display: flex;
}

.sticky-categories {
  position: sticky;
  top: 0;
}

.categories {
  font-size: 80px;
  font-weight: 400;
  padding-right: 40px;
  border-right: 1px solid #C9C9C9;
}

.category {
  font-family: "FEHero", serif;
  text-align: right;
  line-height: 96px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.category:hover {
  color: #7C3FFF;
}

.active-category {
  color: #7C3FFF;
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 60px;
  margin-left: 100px;
}

.area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  font-size: 60px;
  font-family: "FEHero", serif;
  text-decoration: none;
  color: #404040;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  will-change: contents;
  flex: none;
  cursor: pointer;
}
.area img {
  width: 100%;
}
.area:hover {
  transform: scale(1.05);
}

.contacts {
  background: #fff url("../img/bg.png");
  padding-top: 70px;
}

.contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 750px;
  margin: auto;
  padding: 40px 0 70px 0;
  background: url("../img/contacts.png") no-repeat center;
  text-align: center;
}
.contact a {
  font-size: 52px;
  color: #404040;
  text-decoration: none;
  font-weight: 400;
  margin-top: 220px;
  transition: 0.3s ease-in-out;
}
.contact a:hover {
  color: #7C3FFF;
}

.contact-title {
  position: absolute;
  top: 280px;
  font-family: "FEHero", serif;
  font-size: 170px;
  font-weight: 400;
  letter-spacing: 10px;
  color: #404040;
}

footer {
  background: #404040;
  padding: 38px 20px;
  text-align: center;
  color: #fff;
}
footer p {
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
}

.up {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #404040 url("../img/up_arrow.png") no-repeat center;
  background-size: 40%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.up:hover {
  background: #646464 url("../img/up_arrow.png") no-repeat center;
}

.rainbow-text {
  margin-bottom: -20px;
  user-select: none;
}

.rainbow-letter {
  transition: color 3s;
  transition-timing-function: cubic-bezier(1, -0.01, 1, 1);
  font-family: "FEHero", serif;
}

.rainbow-letter:hover {
  transition: color 0.05s;
}

.rainbow-letter:hover.colour-1 {
  color: #0C99FF;
}

.rainbow-letter:hover.colour-2 {
  color: #404040;
}

.rainbow-letter:hover.colour-3 {
  color: #51D787;
}

.rainbow-letter:hover.colour-4 {
  color: #AA3FFF;
}

.rainbow-letter:hover.colour-5 {
  color: #FF14E8;
}

.rainbow-letter:hover.colour-6 {
  color: #FF32AD;
}

.rainbow-letter:hover.colour-7 {
  color: #FF4F44;
}

.rainbow-letter:hover.colour-8 {
  color: #FF8A1E;
}

.e-reader-only {
  font-family: "FEHero", serif;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #404040 url("../img/bg3.png");
  z-index: 200;
}

.preloader-logo {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 150px;
}
.preloader-logo img {
  width: 100%;
}

.loading-text {
  position: absolute;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  bottom: 45px;
  left: 60px;
}

.loading-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 50%;
  background: linear-gradient(45deg, #86F9E8 0%, #E6A4FF 100%);
}

.preloader-site {
  overflow: hidden;
}

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