:root {
  --black: black;
  --white-2: white;
  --blur-menu: #ffffffbf;
  --line: #0000001f;
  --red: #fc2424;
  --white: #fffc;
  --gainsboro: #e6e6e6;
}

body {
  color: #333;
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  background-color: var(--black);
  color: var(--white-2);
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

p {
  max-width: 80ch;
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  background-color: #0000;
  text-decoration: underline;
}

.section-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.con-main {
  width: 80%;
  min-width: 900px;
  max-width: 1500px;
  position: relative;
}

.con-main.absolute-line {
  background-color: #0000001f;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.lottie-animation-2 {
  display: none;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1500px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.nav-link-wrapper {
  color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hamburger {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.nav-wrapper-all {
  z-index: 201;
  border-bottom: 1px solid var(--line);
  background-color: var(--blur-menu);
  justify-content: center;
  width: 100%;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.nav-link {
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-bottom: -1px;
  padding: .6em 1em;
  font-weight: 500;
  transition: border-color .4s;
  display: flex;
}

.nav-link.w--current {
  border-bottom: 3px solid var(--red);
}

.social-link {
  color: #f0f0f0;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: text-shadow .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.social-link:hover {
  text-shadow: 1px 1px 30px #fff0bac4, 1px 0 9px #fff0bac4;
}

.social-link.w--current {
  text-shadow: 0 0 12px #fff0bac4;
  font-weight: 400;
}

.logo-wrapper {
  object-fit: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 70px;
  padding-left: .7em;
  padding-right: 10px;
  font-size: 1.3em;
  display: flex;
  position: relative;
}

.image {
  z-index: -1;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ime {
  font-weight: 600;
}

.linesf {
  display: none;
}

.lightbox-thumb {
  width: 100%;
  margin-bottom: 20px;
}

.lightbox-link {
  flex-direction: column;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.lightbox-column {
  direction: ltr;
  column-count: 4;
  margin-left: auto;
  margin-right: auto;
}

.section-work {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: #ffffffb3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 500;
  display: flex;
}

.tab-link.w--current {
  border-bottom: 3px solid var(--red);
  background-color: #ffffffb3;
}

.tabs {
  background-color: #0000;
}

.tabs-menu {
  z-index: 2;
  background-color: #0000;
  display: flex;
  position: sticky;
  top: 70px;
}

.tab-pane {
  padding-top: 60px;
}

.anime-wrap {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.spacer-20 {
  width: 20px;
  height: 20px;
}

.spacer-50 {
  width: 50px;
  height: 50px;
}

.links {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: underline;
}

.spacer-heading {
  width: 50px;
  height: 160px;
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: .7em;
  display: flex;
  position: relative;
}

.red-span {
  color: var(--red);
}

.preload {
  z-index: 999;
  background-color: #fff;
  height: 110vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.no-scroll {
  overflow: hidden;
}

.sold-tag {
  background-color: var(--black);
  color: var(--white-2);
  border-radius: 2px;
  padding: 3px 5px;
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heder-image {
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .con-main {
    width: 90%;
    min-width: auto;
  }

  .lottie-animation-2 {
    height: 30px;
    display: block;
  }

  .navbar {
    background-color: var(--blur-menu);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-link-wrapper {
    z-index: -1;
    height: auto;
    margin-bottom: -1px;
    padding-right: 0;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .hamburger {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5%;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .nav-wrapper-all {
    background-color: #0000;
    border-bottom-style: none;
    align-items: flex-start;
    font-size: .9em;
  }

  .nav-link {
    justify-content: center;
    width: 160px;
    height: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 1em;
  }

  .social-link {
    width: 90px;
    height: 100%;
    font-size: 1em;
  }

  .logo-wrapper {
    align-self: flex-end;
    margin-right: 1em;
  }

  .image {
    width: 100%;
  }

  .linesf {
    background-color: var(--line);
    flex: none;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .lightbox-column {
    column-count: 2;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    width: 90%;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-text {
    white-space: nowrap;
  }

  .nav-wrapper-all {
    height: 55px;
  }

  .nav-link {
    width: auto;
  }

  .social-link {
    width: 90px;
  }

  .logo-wrapper {
    height: 55px;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9em;
  }

  .spacer-heading {
    height: 70px;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lottie-animation-2 {
    height: 26px;
  }

  .nav-link-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .hamburger {
    justify-content: flex-start;
    width: 70px;
    padding-left: 20px;
  }

  .nav-link {
    border-top: 1px solid #0000001f;
    justify-content: flex-start;
    height: auto;
    padding-left: 20px;
  }

  .social-link {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper {
    margin-right: 0;
  }

  .lightbox-thumb {
    margin-bottom: 30px;
  }

  .lightbox-column {
    column-count: 1;
  }

  .tab-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tab-link.w--current {
    min-width: 90px;
  }

  .links.small {
    font-size: .9em;
  }

  .section-footer {
    padding-top: 60px;
  }
}


