@font-face {
  font-family: Bonyadekoodak;
  src: url('../fonts/BonyadeKoodak-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bonyadekoodak;
  src: url('../fonts/BonyadeKoodak-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Bonyadekoodak;
  src: url('../fonts/BonyadeKoodak-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Bonyadekoodak;
  src: url('../fonts/BonyadeKoodak-Bold.woff') format("woff"), url('../fonts/BonyadeKoodak-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #111;
  --white: white;
  --grey: #999;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  color: var(--black);
  cursor: default;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

h1 {
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 20px;
}

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

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

label {
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.3;
}

blockquote {
  background-color: #f0f0f0;
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

figcaption {
  color: #727272;
  text-align: center;
  margin-top: 8px;
  font-size: .75rem;
  line-height: 1.5;
}

.navbar {
  z-index: 1000;
  background-color: #fff0;
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
}

.container {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.relative {
  max-width: 100%;
  position: relative;
  right: auto;
}

.container.relative.cont-2 {
  position: absolute;
  inset: auto 0% 11%;
}

.container.no-right-padding-on-desktop {
  padding-right: 0;
}

.container.container-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.container-cont.jmjkmmk {
  margin-bottom: 50px;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.navbar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.nav-link {
  color: var(--black);
  text-align: right;
  text-transform: capitalize;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 20px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #7a7a7a;
}

.nav-link.w--current {
  color: #ffd86d;
  text-decoration: none;
}

.social-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.social-links-wrapper.in-navbar {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.social-icon {
  max-width: 40px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: .55;
}

.social-link {
  flex: none;
  padding: 4px;
}

.section {
  flex: 1;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero {
  background-color: #fff;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section._200vh {
  min-height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section._200vh.paral {
  margin-top: 80px;
}

.section.bg-image {
  color: var(--white);
  background-image: linear-gradient(#00000059, #00000059), url('../images/Image-7-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.bg-image.section-test {
  display: none;
}

.section.footer {
  border-top: 1px solid var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-story {
  background-color: #000;
  background-image: linear-gradient(216deg, #000 31%, #29220f);
  margin-top: 62px;
}

.section.section-noneed {
  display: none;
}

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

.absolute-image {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.absolute-image:hover {
  transform: scale(1.2);
}

.absolute-image.in-hero {
  display: none;
}

.absolute-image.image-meny {
  width: auto;
  height: auto;
  margin-top: 0;
  position: relative;
}

.vertical-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vertical-wrap.hero-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  padding: 12px 28px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
}

.button:hover {
  background-color: #333;
}

.button.top-margin-40px {
  margin-top: 40px;
  margin-left: 0;
  font-family: Bonyadekoodak, Arial, sans-serif;
}

.button.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.button.secondary:hover {
  color: var(--white);
  background-color: #333;
  border-color: #333;
}

.button.button-hero, .button.noneed {
  display: none;
}

.font-ephesis {
  font-family: Ephesis, sans-serif;
  font-weight: 400;
}

.subheading {
  text-align: left;
  max-width: 30ch;
  margin-bottom: 40px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-weight: 300;
}

.subheading.no-bottom-margin {
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
  font-weight: 300;
}

.subheading.no-bottom-margin.kmi9 {
  font-size: 20px;
}

.subheading.sub-hero {
  font-size: 30px;
}

.subheading.desc-story {
  direction: rtl;
  color: #e6dab6;
  text-align: right;
}

.centered-heading {
  z-index: 100;
  color: var(--white);
  flex-flow: column;
  max-width: 15ch;
  margin: 0 auto 40px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.centered-heading.title-story {
  color: var(--white);
  font-weight: 700;
}

.centered-heading.hero09 {
  margin-bottom: 0;
  font-size: 3rem;
}

.centered-heading.kk {
  color: var(--black);
}

.parallax-images-wrap {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-1-wrap {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 25%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.image {
  border-radius: 4px;
  width: 100%;
}

.image-source {
  margin-top: 12px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.image-source.rotate {
  transform-origin: 0 100%;
  align-self: flex-end;
  margin-left: 28px;
  transform: rotate(-90deg);
}

.image-2-wrap {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 23%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 2% 0% auto auto;
}

.image-3-wrap {
  flex-direction: row;
  width: 100%;
  max-width: 20%;
  display: flex;
  position: absolute;
  inset: auto 15% 25% auto;
}

.sticky-text-wrap {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0%;
}

._3-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.icon {
  flex: none;
  max-width: 60px;
}

.story-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.right-arrow, .left-arrow {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  bottom: 60px;
  box-shadow: 1px 1px 4px #0000004d;
}

.mask {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: static;
  bottom: -80px;
}

.story-slide-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.slide {
  width: 100%;
  height: auto;
}

.story-image-wrap {
  border-radius: 8px;
  width: 100%;
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}

.max-30ch {
  max-width: 30ch;
}

.max-30ch.titl2-story {
  direction: rtl;
  color: #d7be69;
  text-align: right;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.product-card {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  display: flex;
}

.product-image-wrap {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.price {
  background-color: var(--white);
  direction: rtl;
  border-radius: 8px;
  margin-top: -24px;
  padding: 12px 16px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
  position: relative;
}

.product-description {
  direction: rtl;
  text-align: center;
  text-overflow: clip;
  max-width: 35ch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.review-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  display: flex;
}

.review-author-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.avatar {
  border-radius: 50%;
  flex: none;
  width: 60px;
  height: 60px;
}

.paragraph-tiny {
  font-size: .75rem;
}

.padding-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 70px;
  display: flex;
}

.ratio-1-1 {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

._2-columns-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-link {
  color: var(--black);
  background-image: url('../images/Instagram.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 0;
  padding-left: 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-left {
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
}

.instagram-grid-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.max-18ch {
  direction: rtl;
  text-align: right;
  max-width: 18ch;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}

.nav-menu {
  z-index: 50;
  background-color: #fff;
  border-left: 0 solid #c4a64c;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  height: 100vh;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.nav-menu.template {
  justify-content: flex-end;
}

.interiors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.interior-image-wrap {
  border-radius: 3px;
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image-4-wrap {
  flex-direction: row;
  width: 100%;
  max-width: 25%;
  position: absolute;
  inset: auto auto 0% 5%;
}

.menu-button {
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-button.w--open {
  z-index: 100;
  background-color: #fff;
}

.lottie-menu {
  filter: invert();
  color: var(--white);
  width: 35px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.footer-link {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  padding: 12px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.footer-link.template {
  color: var(--grey);
  padding-left: 0;
  padding-right: 20px;
  font-size: .75rem;
}

.footer-link.links-in-text {
  color: var(--grey);
  padding: 0;
  font-size: .75rem;
  text-decoration: underline;
}

.template-links {
  background-color: var(--black);
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
}

.template-links-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styleguide-wrap {
  max-width: 70ch;
}

.styleguide-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: .75rem;
}

.text-field {
  border: 1px solid var(--black);
  border-radius: 3px;
  height: 40px;
  margin-bottom: 20px;
  padding: 8px 20px;
}

.text-field:focus {
  background-color: #eee;
}

.text-field::placeholder {
  color: var(--grey);
}

.text-field.area {
  height: auto;
  min-height: 80px;
}

.select-field {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 3px;
  height: 40px;
  margin-bottom: 20px;
  padding: 8px 20px;
}

.checkbox-field {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 28px;
}

.checkbox {
  border-color: var(--black);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -28px;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
}

.checkbox-label {
  margin-bottom: 0;
}

.radio-button-field {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 28px;
}

.radio-button {
  border-color: var(--black);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -28px;
}

.radio-button.w--redirected-checked {
  border-color: var(--black);
}

.radio-button-label {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--white);
  border: 1px solid #000;
  padding: 12px;
  font-size: .9rem;
}

.error-message {
  color: red;
  background-color: #ff00001a;
  border: 1px solid red;
  margin-top: 12px;
  padding: 13px;
  font-size: .75rem;
  line-height: 1.2;
}

.navbar-template-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.licensing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.top-margin-80 {
  margin-top: 80px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bottom-margin-40 {
  margin-bottom: 40px;
}

.preloader {
  z-index: 9999;
  background-color: var(--white);
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-lottie {
  flex: none;
  height: 32px;
}

.image-2 {
  max-width: 240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  z-index: 10;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% 70px;
  transform: none;
}

.heading {
  z-index: 5;
  opacity: .08;
  color: #39331b;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0%;
}

.heading.heading-top {
  display: none;
}

.image-4 {
  z-index: 20;
  height: 300px;
  position: absolute;
  bottom: 320px;
}

.heading-2 {
  font-family: Bonyadekoodak, Arial, sans-serif;
}

.prod-title {
  direction: rtl;
  margin-bottom: 0;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-weight: 300;
}

.list-item {
  direction: rtl;
  text-align: center;
  margin-bottom: 6px;
}

.list-prod {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text {
  direction: rtl;
  font-weight: 300;
}

.vertical-wrap-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  direction: rtl;
  margin-top: 0;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.field-label {
  font-family: Bonyadekoodak, Arial, sans-serif;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.centered-heading-2 {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.centered-heading-2.head-cont {
  margin-bottom: 20px;
  font-weight: 400;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #948357;
  border-radius: 10px;
  width: 80px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-weight: 500;
}

.image-8 {
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-right: auto;
}

.form-f.formf2 {
  height: 150px;
}

.background-video {
  z-index: 2;
  opacity: .32;
  width: 50%;
  height: 100vh;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.background-video.vid2 {
  opacity: 100;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  top: 0;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-11 {
  background-color: #fff0;
  background-image: none;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 3;
  background-image: linear-gradient(164deg, #fff9f900 61%, #e6dab6);
  display: none;
  position: absolute;
  inset: 0%;
}

.section-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-3.section-new {
  margin-top: 80px;
}

.image-7 {
  border-radius: 10px;
  height: 40em;
}

.splitter_component {
  cursor: pointer;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component.is-radius {
  border-radius: 1rem;
  width: 30em;
  height: 30em;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.div-block-7 {
  width: 80%;
  margin-left: 10%;
}

.example_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
}

.splitter_before {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.splitter_image {
  object-fit: cover;
  width: 30em;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.splitter_image.is-after {
  width: 30em;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph {
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-weight: 300;
}

.heading-6 {
  direction: rtl;
  text-align: right;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.container-2 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 80px;
}

.splitter_handle-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.splitter_handle-circle.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.line-wrapper {
  background-color: #fff;
  width: 10px;
  height: 100%;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splitter_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.padding-section-example {
  padding-bottom: 4rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #111;
  border-radius: 3px;
  padding: 12px 28px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
}

.button-2:hover {
  background-color: #333;
}

.button-2.top-margin-40px {
  margin-top: 40px;
  font-family: Bonyadekoodak, Arial, sans-serif;
}

.button-2.top-margin-40px.button-nw {
  text-align: center;
  width: 180px;
  margin-left: auto;
  display: block;
}

.padding-0 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.spliter_after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-image {
  width: 9.14px;
  height: 18.28px;
}

.div-block-6 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-13 {
  border: 0 solid #c89c4c57;
  border-radius: 20px;
  min-width: 70vw;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8 {
  color: #000;
  background-color: #d3b98b00;
  border: 0 solid #000;
  border-bottom-color: #c89c4c57;
  border-radius: 20px 20px 0 0;
  margin: 0 -20px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.price-2 {
  direction: rtl;
  background-color: #fff;
  border-radius: 8px;
  margin-top: -24px;
  padding: 12px 16px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
  display: none;
  position: relative;
}

._3-column-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 0 solid #00000026;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.centered-heading-3 {
  z-index: 100;
  max-width: 15ch;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #111;
  border-radius: 3px;
  padding: 12px 28px;
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
}

.button-3:hover {
  background-color: #333;
}

.button-3.noneed {
  display: none;
}

.text-span {
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
}

.div-block-14 {
  z-index: 10;
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.full-screen-menu-overlay {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.navbar-animated {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20%;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.code-embed {
  z-index: 100;
  width: 50px;
  height: 500px;
  position: relative;
}

.image-9 {
  width: 7px;
  transform: rotate(180deg);
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-10 {
  width: 60%;
  margin-top: 30px;
}

.heading-9 {
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.heading-9.koik {
  font-size: 2.4rem;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-family: Bonyadekoodak, Arial, sans-serif;
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 400;
}

.image-11.inv7 {
  filter: invert();
}

@media screen and (min-width: 1920px) {
  .vertical-wrap-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    flex: none;
  }

  .navbar-wrapper {
    align-items: center;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-links-wrapper.in-navbar {
    justify-content: center;
    margin-left: 0;
  }

  .social-link {
    padding: 8px;
  }

  .sticky-text-wrap {
    max-width: 70%;
  }

  ._3-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .instagram-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 4px #0000001a;
  }

  .nav-menu.template {
    justify-content: center;
  }

  .interiors-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

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

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-links-wrap, .template-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar-template-wrapper {
    align-items: center;
    display: flex;
  }

  .splitter_component, .splitter_component.is-radius, .example_component {
    width: 85vw;
  }

  .splitter_before {
    width: 80vw;
  }

  .splitter_image.is-after {
    width: 85vw;
  }

  ._3-column-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-text-wrap {
    max-width: 100%;
  }

  ._3-column-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .story-slide-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .template-links-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .splitter_component {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component.is-radius {
    width: 90vw;
    height: 35vh;
  }

  .example_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
  }

  .splitter_before, .splitter_image.is-after {
    width: 90vw;
  }

  ._3-column-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8125rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .container.relative {
    margin-bottom: 0;
    display: block;
    right: auto;
  }

  .container.relative.cont-2 {
    margin-bottom: 0;
    bottom: 13%;
  }

  .container.no-right-padding-on-desktop {
    padding-right: 20px;
  }

  .brand {
    text-align: center;
  }

  .nav-link {
    font-size: 1rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._200vh {
    align-items: center;
    min-height: 120vh;
    display: flex;
  }

  .section._200vh.paral {
    justify-content: space-between;
    align-items: center;
    min-height: 150vh;
  }

  .section.section-story {
    padding-top: 94px;
  }

  .vertical-wrap.hero-wrap {
    flex-flow: column;
  }

  .button.top-margin-40px {
    margin-top: 20px;
  }

  .subheading.no-bottom-margin {
    text-align: justify;
    margin-top: 23px;
  }

  .subheading.sub-hero, .subheading.desc-story {
    text-align: center;
  }

  .centered-heading {
    margin-top: 40px;
    font-size: 2rem;
  }

  .centered-heading.hero09 {
    margin-top: 0;
    font-size: 2rem;
  }

  .centered-heading.kk {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
  }

  .parallax-images-wrap {
    max-width: 2000px;
  }

  .image-1-wrap {
    max-width: 40%;
    top: 3%;
    left: 5%;
  }

  .image-2-wrap {
    max-width: 40%;
    top: 6%;
    right: 5%;
  }

  .image-3-wrap {
    max-width: 40%;
    bottom: 6%;
    right: 5%;
  }

  .sticky-text-wrap {
    flex-flow: column;
    height: auto;
    position: relative;
    overflow: visible;
  }

  ._3-column-grid {
    flex-flow: column;
  }

  .story-slider {
    position: relative;
  }

  .right-arrow, .left-arrow {
    width: 40px;
    height: 40px;
    bottom: -380px;
  }

  .slide-nav {
    position: absolute;
    inset: -14% 0% auto;
  }

  .max-30ch.titl2-story {
    text-align: center;
    font-size: 2rem;
  }

  .product-card {
    grid-row-gap: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-description {
    text-align: center;
  }

  .padding-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .flex-vertical.align-left {
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
  }

  .max-18ch {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .interiors-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-4-wrap {
    max-width: 40%;
    bottom: 3%;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 10px;
  }

  .image-2 {
    max-width: 150px;
    margin-top: 7px;
  }

  .image-3 {
    max-width: 100000%;
    height: 250px;
    left: -41px;
    transform: none;
  }

  .heading {
    font-size: 10rem;
  }

  .image-4 {
    height: 200px;
    bottom: 174px;
  }

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

  .image-8 {
    display: none;
  }

  .background-video {
    width: 100%;
    display: none;
  }

  .background-video.vid2 {
    width: 100%;
    display: block;
  }

  .image-7 {
    width: 80%;
    height: auto;
  }

  .splitter_component {
    width: 90vw;
    height: 35vh;
  }

  .splitter_component.is-radius {
    width: 80vw;
    height: 80vw;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .splitter_before {
    width: 90vw;
  }

  .splitter_image {
    width: 80vw;
    height: 80vw;
  }

  .splitter_image.is-after {
    width: 80vw;
  }

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

  .line-wrapper {
    width: 7px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .padding-section-example {
    padding-bottom: 0;
  }

  .arrow-image {
    width: 7px;
  }

  .div-block-6 {
    width: 85%;
  }

  ._3-column-grid-2 {
    flex-flow: column;
  }

  .centered-heading-3 {
    margin-top: 40px;
    font-size: 2rem;
  }

  .div-block-15 {
    margin-top: 35%;
  }

  .div-block-16 {
    width: 100%;
    height: 160px;
  }

  .image-9 {
    width: 5px;
  }

  .image-11 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-e8f0648e-3084-f75f-a312-0b31e01586e1-c7e99d14, #w-node-ebcb78cd-1fac-7e73-b93a-0c8c61de7d79-c7e99d14, #w-node-_93ce9dc6-68cf-cb65-2256-aea352bb7f04-c7e99d14, #w-node-_1cf29a09-a46a-0393-34c5-24fda4ee7ccf-c7e99d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e6b288-d499-969b-b9de-ee65c1076761-c7e99d14, #w-node-c064669e-70ef-dff1-9c4b-4fde1012fecf-c7e99d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ba5b94d-d1d2-0b53-6ece-403503c6756a-c7e99d14, #w-node-c6eea75e-4cef-3e92-fb0c-ce8118a2e4ab-18a2e4a8 {
  place-self: center start;
}

#w-node-c6eea75e-4cef-3e92-fb0c-ce8118a2e4ad-18a2e4a8 {
  place-self: center;
}

#w-node-be233b13-d919-13ed-9d5d-35d459cc4e0e-18a2e4a8 {
  justify-self: end;
}

#w-node-_39840d78-2994-9645-bda0-1b77cf973e31-cf973e2e {
  place-self: center;
}

#w-node-d99776d2-ea85-c86c-7933-657281bcc373-81bcc370 {
  justify-self: start;
}

#w-node-_39a148ed-ad26-e71f-eb9e-6b8481abb7fd-c7e99d1c, #w-node-_18bbb937-3050-fe1a-889a-6b243214d4a9-c7e99d1c, #w-node-_188da0b4-affb-4eb3-3e14-47ea3d79396c-c7e99d1c, #w-node-_2c1930e6-579b-0c85-87de-20f519db334b-c7e99d1c, #w-node-_03da8297-92c0-f0a3-eb37-0bea0bb9e151-c7e99d1c, #w-node-_330f9921-80f7-8263-474c-1349004b4ee6-c7e99d1c, #w-node-af3053a6-2c22-fa60-2c6c-d22ae636f181-c7e99d1c, #w-node-_03afdba8-e130-7ed0-4595-fc076b68503d-c7e99d1c, #w-node-ae6b5f6d-8778-ba43-87bc-4744fa9fd15f-c7e99d1c, #w-node-_9e8167ab-f2d6-c690-7ccf-db23035869ff-c7e99d1c, #w-node-e5f659c4-0b6e-60e3-c589-6a0c5fa4a0b4-c7e99d1c, #w-node-_0f306d46-5558-3820-a673-496f39509128-c7e99d1c, #w-node-e92d0491-c25c-afb9-ee7b-711fac0f180c-c7e99d1c, #w-node-e017260a-01c8-b791-cb7d-12022422b8f9-c7e99d1c, #w-node-_26852083-ae3f-ab82-69d8-3a0c04be8a13-c7e99d1c, #w-node-_19acf1be-32f0-1813-99bf-a0dcc966e128-c7e99d1c, #w-node-_1f51df75-2170-d3c0-aaf9-3e18f036b7b2-c7e99d1c, #w-node-_4c61301e-0a32-2caa-33d4-5f7e86d6eff4-c7e99d1c, #w-node-b5645370-ab36-d646-4ca2-2fc42f52d265-c7e99d1c, #w-node-_101b20a7-c6ef-cc89-d1db-ce00e37b506a-c7e99d1c, #w-node-_270937e6-c22b-c6a7-99f1-55298b9f807f-c7e99d1c, #w-node-_8d355344-e0d6-b9d8-ac5f-b64deb3257cb-c7e99d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_39840d78-2994-9645-bda0-1b77cf973e44-cf973e2e, #w-node-d99776d2-ea85-c86c-7933-657281bcc37d-81bcc370 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Bold.woff') format('woff'), url('../fonts/BonyadeKoodak-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bonyadekoodak';
  src: url('../fonts/BonyadeKoodak-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}