:root {
  --light: #fafafa;
  --dark-color: #141414;
  --green: #4fe94f;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light);
  color: var(--dark-color);
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 145%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

a {
  color: var(--light);
  font-family: Satoshi Variable, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.kf-container {
  max-width: 75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.kf-container.hero-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 65vh;
}

.kf-container.footer {
  color: var(--light);
}

.kf-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.kf-section.header {
  padding-top: 2rem;
}

.kf-section.about-kf {
  background-color: #dfdfdf;
}

.kf-section.footer {
  background-color: var(--dark-color);
}

.kf-nav-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light);
  align-items: center;
  display: flex;
}

.kf-main-nav {
  background-color: var(--dark-color);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 4rem;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.kf-logo-image {
  width: 100%;
  max-height: 1.5rem;
}

.kf-nav-link {
  background-color: #3b3b3b;
  border-radius: 2rem;
  padding: .5rem 1rem;
}

.kf-booking {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  display: flex;
}

.kf-green-dot {
  background-color: var(--green);
  border-radius: 1rem;
  width: .5rem;
  height: .5rem;
}

.kf-sub-heading {
  letter-spacing: .05rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.kf-hero-heading {
  letter-spacing: -.03rem;
  font-size: 4rem;
  line-height: 100%;
}

.kf-hero-text-intro {
  max-width: 55ch;
}

.kf-hero-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10rem;
  display: flex;
}

.kf-logo-bl-hero-footer {
  width: 24rem;
}

.ku-frumosugif {
  border-radius: .5rem;
  width: 25rem;
}

.ku-frumu-gif-img {
  border-radius: .5rem;
}

.kf-about-kufrumosu {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 120%;
}

.kf-artists {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.kf-artist {
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.artist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.artist.full-black {
  background-color: var(--dark-color);
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.kf-footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kf-contact-footer {
  max-width: 30rem;
}

@media screen and (max-width: 479px) {
  body {
    font-size: .7rem;
  }

  .kf-container {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .kf-container.hero-container {
    height: auto;
  }

  .kf-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .kf-section.hero-section {
    padding-top: 0;
  }

  .kf-nav-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .kf-main-nav {
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .kf-logo-image {
    max-height: 1.5rem;
  }

  .kf-nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .kf-booking {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .kf-sub-heading {
    font-size: .7rem;
  }

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

  .kf-hero-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
  }

  .ku-frumosugif {
    width: auto;
    max-width: 25rem;
    padding-top: 2rem;
  }

  .kf-about-kufrumosu {
    font-size: 1.5rem;
  }

  .kf-artists {
    grid-template-columns: 1fr;
  }

  .artist.full-black {
    display: none;
  }

  .kf-footer-content {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

#w-node-c9e2e721-f42f-de08-7548-85ca623fa9da-5af810ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}