@font-face {
  font-family: Tanker;
  src: url("../fonts/Tanker-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Variable;
  src: url("../fonts/ClashDisplay-Variable.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url("../fonts/ClashDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --orange-primary: #ff3a1f;
  --dark-secondary: #111;
  --dark-tertiary: #2f2f2f;
  --grey: #989898;
  --dark-primary: #070707;
  --white-2: white;
  --black: black;
}

body {
  color: #333;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--white);
  text-decoration: underline;
}

.hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.container-small-vertical {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.paragraph-l {
  color: var(--white);
  text-transform: uppercase;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.hero-image-left {
  width: 35vh;
  height: auto;
  position: absolute;
  inset: 10% auto auto 5%;
}

.hero-image-right {
  width: 35vh;
  height: auto;
  position: absolute;
  inset: auto 5% 10% auto;
}

.work-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 0;
  display: flex;
}

.columns-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.columns-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrapper-medium {
  border: 4px dotted var(--orange-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
}

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-wrapper-big {
  border: 4px dotted var(--orange-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 744px;
  display: flex;
  overflow: hidden;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.image-wrapper-artist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image-wrapper-artist.big {
  height: 360px;
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-secondary);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 24px;
  display: flex;
}

.author {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark-tertiary);
  background-color: var(--dark-secondary);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-family: Clashdisplay, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.form-text-input::placeholder {
  color: var(--grey);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 140%;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark-tertiary);
  background-color: var(--dark-secondary);
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 12px;
  font-family: Clashdisplay, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.form-textarea::placeholder {
  color: var(--grey);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 150%;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--orange-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: fixed;
  top: 20px;
}

.navbar-container {
  background-color: var(--dark-primary);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: Tanker, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.link:hover {
  color: var(--orange-primary);
}

.divider-dot {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20.1566px;
  display: flex;
}

.navbar-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.navbar-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-button {
  color: #fff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: Tanker, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
}

.link-button:hover {
  color: #fff;
}

.heading-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-1:hover {
  text-decoration: none;
}

.body {
  background-color: #070707;
  background-image: url("../images/Background.svg");
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
}

.button-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--orange-primary);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Tanker, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.button-icon:hover {
  background-color: var(--orange-primary);
}

.button-primary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange-primary);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 12px 20px;
  font-family: Tanker, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.work_image {
  width: 40vh;
  position: absolute;
  inset: auto 5% -5% auto;
}

.paragraph-m {
  color: var(--white);
  text-transform: uppercase;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-3:hover {
  text-decoration: none;
}

.paragraph-s {
  color: var(--white);
  text-transform: none;
  font-family: Clashdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-s.orange {
  color: var(--orange-primary);
}

.heading-4 {
  color: #fff;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-4:hover {
  text-decoration: none;
}

.heading-4.orange {
  color: var(--orange-primary);
}

.divider-fire {
  background-image: url("../images/Fire_Divider2.svg");
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 144px;
}

.heading-5 {
  color: #fff;
  letter-spacing: 0.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-5:hover {
  text-decoration: none;
}

.heading-5.orange {
  color: var(--orange-primary);
}

.heading-5.orange:hover {
  text-decoration: none;
}

.paragraph-xs {
  color: var(--grey);
  text-transform: none;
  font-family: Clashdisplay, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
}

.button-secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--orange-primary);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 12px 20px;
  font-family: Tanker, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--orange-primary);
}

.about-section,
.services-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 0;
  display: flex;
}

.container-medium-vertical {
  grid-row-gap: 40px;
  flex-flow: column wrap;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.our-team-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--orange-primary);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 128px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.pricing-section,
.reviews-section,
.find-us-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 0;
  display: flex;
}

.booking-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 64px;
  display: flex;
}

.success-message {
  border: 1px solid var(--dark-tertiary);
  background-color: #0000;
  width: 100%;
}

.error-message {
  border: 1px solid var(--orange-primary);
  background-color: var(--dark-primary);
  width: 100%;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-2:hover {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.section-title {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column wrap;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.container-big-vertical {
  grid-row-gap: 40px;
  flex-flow: column wrap;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.container-big-horizontal {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: center;
  width: 90%;
  display: flex;
}

.color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px;
  display: flex;
}

.color-wrapper._02 {
  background-color: var(--white);
}

.color-wrapper._03 {
  background-color: var(--dark-primary);
}

.color-wrapper._04 {
  background-color: var(--dark-secondary);
}

.color-wrapper._05 {
  background-color: var(--dark-tertiary);
}

.color-wrapper._06 {
  background-color: var(--grey);
}

.utility-page-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.divider {
  background-color: var(--dark-tertiary);
  width: 100%;
  height: 2px;
}

.our-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: baseline start;
}

.pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.author-image {
  border-radius: 100px;
}

.reviews {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 64px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container-small-vertical {
    z-index: 1;
    position: relative;
  }

  .hero-image-left,
  .hero-image-right {
    width: 35vh;
  }

  .section-title {
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image-left,
  .hero-image-right {
    width: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .container-small-vertical {
    max-width: 90%;
  }

  .hero-image-left,
  .hero-image-right {
    display: none;
  }

  .columns-horizontal {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .card {
    min-width: 240px;
  }

  .author {
    align-items: center;
  }

  .navbar {
    top: 0;
  }

  .navbar-container {
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-links {
    border-bottom: 2px solid var(--orange-primary);
    background-color: var(--dark-primary);
    border-radius: 8px;
  }

  .navbar-link {
    justify-content: center;
  }

  .divider-dot,
  .navbar-navigation {
    display: none;
  }

  .work_image {
    width: 30vh;
    bottom: 0%;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .container-medium-vertical {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    border: 2px solid var(--orange-primary);
    border-radius: 8px;
    margin-left: 12px;
  }

  .menu-button.w--open {
    border: 2px solid var(--orange-primary);
    background-color: var(--dark-primary);
    border-radius: 8px;
  }

  .logo {
    width: 100%;
    margin-right: 12px;
  }

  .section-title {
    max-width: 90%;
  }

  .container-big-vertical,
  .container-big-horizontal {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .our-team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .pricing,
  .reviews {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-l {
    font-size: 1.5rem;
  }

  .copyright {
    flex-direction: column;
  }

  .heading-1 {
    font-size: 7rem;
  }

  .paragraph-m {
    font-size: 1rem;
  }

  .paragraph-s {
    font-size: 0.85rem;
  }

  .heading-2 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .container-small-vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    align-content: space-around;
  }

  .paragraph-l {
    font-size: 1.25rem;
  }

  .feature {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright {
    flex-direction: column;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    top: 0;
  }

  .navbar-container {
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .navbar-links {
    border-bottom: 2px solid var(--orange-primary);
    background-color: var(--dark-primary);
  }

  .divider-dot,
  .navbar-navigation {
    display: none;
  }

  .navbar-buttons {
    display: flex;
  }

  .link-button {
    text-align: center;
    font-size: 1rem;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .button-primary {
    border: 2px solid var(--orange-primary);
    justify-content: center;
    width: 100%;
    min-width: 120px;
  }

  .work_image {
    width: 20vh;
    bottom: 0%;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .our-team-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button:hover {
    background-color: var(--orange-primary);
    border-style: solid;
  }

  .menu-button.w--open {
    border: 2px solid var(--orange-primary);
    background-color: var(--dark-primary);
  }

  .utility-page-content {
    max-width: 90%;
  }

  .section-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    align-content: space-around;
  }

  .utility-page-section {
    padding-top: 64px;
  }

  .collection-section {
    padding-top: 140px;
  }
}

@font-face {
  font-family: "Tanker";
  src: url("../fonts/Tanker-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay Variable";
  src: url("../fonts/ClashDisplay-Variable.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clashdisplay";
  src: url("../fonts/ClashDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
