:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e748833;
  --dark: #1f1f1f;
  --pin-stripe: #5f5f5f00;
  --kütüp-library--white: white;
  --kütüp-library--burntsienna: #6b6b6b;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--dark-slate-grey-x: #1b1b1b;
  --kütüp-library--dark-slate-grey: #1a2b31;
  --black: #0d0d0d;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw 120px;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark {
  background-color: var(--body-display);
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.no-top-padding {
  padding-top: 0;
}

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

.section.no-bottom-padding.clip {
  display: none;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.clip {
  perspective: 1000px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.background-image {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa3b9_Space002.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa38d_Portrait015.jpeg");
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa38e_Portrait012.jpeg");
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d7c50912c73904accb00_pexels-kampus-8353832.jpg");
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa391_Portrait007.jpeg");
}

.background-image.testimonial-005 {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa392_Portrait020.jpeg");
  background-position: 50% 65%;
}

.image-overlay {
  z-index: 1;
  background-color: #00000094;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.image-overlay.onez {
  background-color: #0000;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  perspective: 1000px;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.nnee {
  display: none;
}

.wrapper.navbar-wrapper {
  border: 1px #000;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #ffffff47;
  justify-content: flex-start;
  width: 33.33%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.body {
  color: var(--dark);
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px;
  display: none;
}

.stripe-wrapper {
  z-index: 5;
  text-overflow: clip;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #fff0;
}

.clip {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.clip.cent {
  background-color: var(--kütüp-library--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  font-family: Inter, sans-serif;
  line-height: 20px;
  top: -152px;
  transform: translate(0);
  box-shadow: 5px 6px 12px 6px #9696963d;
}

.page-wrapper {
  z-index: 15;
  perspective: 1000px;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  text-align: left;
  width: auto;
  margin-bottom: 21px;
  line-height: 1.15em;
}

.large-heading.ne {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  display: none;
}

.body-display {
  width: 60%;
  color: var(--dark);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.body-display.white {
  color: #ffffffe6;
  font-size: 14px;
  font-weight: 300;
}

.body-display.large {
  font-size: 18px;
}

.body-display.newer {
  width: 60%;
  color: var(--dark);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: .7rem;
}

.body-display.newer.f1 {
  text-align: left;
  display: none;
}

.body-display.crds {
  width: 90%;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 400;
}

.body-display.new {
  width: 100%;
  color: var(--kütüp-library--burntsienna);
  text-align: center;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8rem;
}

.body-display.new.testt {
  color: var(--kütüp-library--burntsienna);
  text-align: center;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .7rem;
  text-decoration: none;
}

.body-display.new.extr {
  width: auto;
  color: var(--dark);
  font-size: 1rem;
}

.body-display.new._11 {
  margin-top: 2rem;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline.stnone, .button.white-outline.nonesh {
  display: none;
}

.button.extra {
  display: none;
}

.button.white-outline {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  display: block;
}

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.white-outline.stnone, .button.white-outline.nonesh, .button.white-outline.nonesh {
  display: none;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  width: 14rem;
  color: var(--dark);
  letter-spacing: 0;
  background-color: #090b1900;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small {
  color: var(--kütüp-library--dim-grey);
  text-transform: capitalize;
  text-transform: capitalize;
  background-color: #291a1d00;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #ffffff47;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: none;
  position: static;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.subtitle.white {
  color: #fff;
  padding-left: 0;
  display: none;
}

.subtitle.white.small {
  font-size: .7rem;
  font-weight: 400;
}

.card-circle {
  opacity: .5;
  filter: blur(5px);
  background-color: #d8d8d800;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: 100%;
  min-height: 80px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  text-align: left;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--dark);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.w--current {
  padding-left: 24px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: block;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  display: block;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  inset: 0% 0% 0% auto;
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.background-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa3b9_Space002.jpeg");
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d081429097f5c3cbe9ba_pexels-stefangrage-5637555.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background-banner.projects-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/69183ac996600f5cfc3ceb8b_pexels-ulltangfilms-249074.jpg");
  background-attachment: fixed;
  transition: all .2s;
}

.background-banner.projects-banner:hover {
  transform: scale(1.5);
}

.background-banner.team-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa3ca_Team006.jpeg");
}

.background-banner.newsletter-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa3b9_Space002.jpeg");
  background-position: 0%;
}

.background-banner.service-1-banner {
  background-image: linear-gradient(#00000096, #00000096), url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d3d3379d47032ed15d09_pexels-david-underland-3149942.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.background-banner.service-2-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b3eca3aaca7a5effa3cc_Space025.jpeg");
}

.background-banner.service-3-banner {
  background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d081429097f5c3cbe9ba_pexels-stefangrage-5637555.jpg");
  background-position: 0%;
  background-size: cover;
}

.body-display-name-grid {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.button-text {
  z-index: 10;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}

.button-text.exttr {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button-text.body-display-name-grid {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 800;
}

.button-text.body-display-name-grid.newer {
  color: var(--dark-outline);
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
}

.service-description {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  font-size: 8px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.recent-projects-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-6 {
  border-radius: 50%;
  align-self: auto;
  box-shadow: 0 2px 9px 7px #0003;
}

.footer-subscribe {
  background-color: #222;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.container {
  align-self: auto;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-three {
  color: var(--dark);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.footer-link-three {
  color: var(--dark-outline);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-divider-two {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  margin: 10px;
}

.footer-divider-two.nnee {
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-copyright {
  color: var(--kütüp-library--dim-grey);
  text-align: center;
  margin-bottom: 1rem;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: block;
}

.footer-copyright.im {
  margin-right: 28px;
}

.footer-legal-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: none;
}

.heading-7 {
  color: var(--dark);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.heading-7.compe {
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
}

.heading-7.lg {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 155px;
  font-size: 3rem;
  font-weight: 700;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.image-12 {
  border-radius: 50%;
  width: 6rem;
  margin-top: auto;
  margin-bottom: 60px;
}

.image-12.lg {
  display: none;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.text-block-7 {
  width: 100%;
  color: var(--dark-outline);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-11 {
  color: var(--dark-outline);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.linkf {
  color: var(--dark-outline);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.linkf.w--current {
  width: 100%;
  color: var(--dark-outline);
  justify-content: center;
  align-items: center;
  margin-right: auto;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.lottie-animation-5 {
  justify-content: center;
  align-items: center;
  width: 22%;
  display: block;
  position: relative;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13, .div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  opacity: .48;
  align-self: auto;
  width: 5rem;
}

.link-6 {
  color: var(--dark-outline);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.kutup-section-2 {
  background-color: #fff;
  padding: 0 5% 90px;
}

.kutup-large-container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-small-top-text-2 {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-title {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.mini-title {
  font-weight: 700;
}

.lottie-animation-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-self: auto;
  align-items: center;
  width: 2.4rem;
  margin-right: 20px;
  display: block;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: var(--kütüp-library--burntsienna);
}

.div-public-wide {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-scale-tell {
  text-align: center;
  margin: 0;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.p-voyage-powerful {
  color: var(--dark-outline);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.p-known-unless {
  width: 100%;
  color: var(--kütüp-library--dim-grey);
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-medicine-cow {
  background-color: #d1d5db;
  width: 5rem;
  height: 1px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-song-section {
  text-align: center;
  border: 1px #d1d5db;
  margin: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-sight-doctor {
  text-align: center;
  border: 1px #d1d5db;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-fly-worry {
  text-align: center;
  border: 1px #d1d5db;
  margin: 0;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
}

.link-8, .link-9, .link-10 {
  color: var(--kütüp-library--dim-grey);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .wrapper.navbar-wrapper {
    max-width: none;
  }

  .card-hover-item {
    padding: 0;
  }

  .dual-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .section-fall-swimming {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-larger-solar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-largest-hour {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .h2-heard-straw {
    font-size: 3rem;
    line-height: 1;
  }

  .p-plant-plural {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .div-public-wide {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 5rem;
  }

  .div-scale-tell {
    padding-right: 2rem;
  }

  .div-medicine-cow {
    display: none;
  }

  .div-song-section {
    border-left-width: 1px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .div-sight-doctor {
    border-left-width: 1px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-fly-worry {
    border-left-width: 1px;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    height: auto;
  }

  .wrapper {
    align-self: center;
  }

  .wrapper.navbar-wrapper {
    height: 100px;
  }

  .body-display {
    font-size: 14px;
    font-weight: 300;
  }

  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .background-banner.video-banner {
    background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d081429097f5c3cbe9ba_pexels-stefangrage-5637555.jpg");
    background-size: cover;
  }

  .background-banner.projects-banner {
    background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d3d3379d47032ed15d09_pexels-david-underland-3149942.jpg");
  }

  .services-card {
    padding: 48px;
  }

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

  .div-larger-solar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-largest-hour {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .h2-heard-straw {
    font-size: 3rem;
    line-height: 1;
  }

  .p-plant-plural {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .div-public-wide {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 5rem;
  }

  .div-scale-tell {
    padding-right: 3.5rem;
  }

  .div-medicine-cow {
    display: none;
  }

  .div-song-section, .div-sight-doctor {
    border-left-width: 1px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .div-fly-worry {
    border-left-width: 1px;
    padding-left: 3.5rem;
  }
}

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

  .wrapper {
    max-width: none;
  }

  .body-display {
    font-weight: 400;
  }

  .body-display.new.extr, .body-display.new._11 {
    text-align: center;
  }

  .body-display.new {
    text-align: left;
  }

  .body-display.new.extr, .body-display.new._11, .body-display.new.extr, .body-display.new._11 {
    text-align: center;
  }

  .navigation-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: stretch;
    align-self: auto;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .button-text.body-display-name-grid {
    font-size: 14px;
  }

  .container {
    max-width: 70%;
  }

  .logos-title-small {
    margin-top: 20px;
  }

  .heading-7, .heading-7.lg, .heading-7.lg {
    margin-bottom: 60px;
  }

  .kutup-faq-title {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .wrapper.navbar-wrapper {
    width: 100vw;
    max-width: 100vw;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .left-navbar {
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    display: none;
  }

  .full-menu-button {
    display: block;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.two {
    display: block;
  }

  .clip {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading {
    align-self: flex-end;
    width: 80%;
    font-size: 35px;
  }

  .body-display {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
  }

  .body-display.dark {
    color: var(--dark);
  }

  .body-display.new.testt {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-display.newer {
    width: 80%;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .button.grey-outline.small {
    box-shadow: 0 2px 5px #0003;
  }

  .testimonial-arrow {
    height: 25%;
    top: 25%;
    bottom: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
  }

  .card-hover-item {
    grid-auto-flow: row;
    place-items: start stretch;
    margin-bottom: 20px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    background-color: var(--kütüp-library--dark-slate-grey-x);
    opacity: 1;
    grid-template-columns: 1fr;
    place-content: stretch space-between;
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

  .mega-menu {
    border-radius: 0;
    flex-flow: column;
    margin-left: -1px;
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .team-social-icon.outline {
    box-shadow: 0 2px 8px 6px #0003;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .navigation-links {
    flex-flow: column;
    display: flex;
  }

  .sticky-services-menu {
    justify-content: stretch;
    margin-top: 63px;
    display: none;
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .featured-project-details {
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .news-list {
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    flex-flow: row;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
  }

  .button-text {
    font-size: 11px;
    font-weight: 400;
  }

  .button-text.body-display-name-grid {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }

  .button-text.exttr {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .services-card {
    place-items: center end;
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .template-card {
    padding: 24px;
  }

  .div-block {
    opacity: 1;
    filter: contrast(112%);
    background-color: #f5f5f50f;
    background-image: url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917b4ba0a82065c6d59318e_Untitled.png");
    background-position: 0 0;
    background-size: cover;
    border: 0 #fff;
    top: -24%;
    left: 56px;
  }

  .heading-4 {
    background-color: #fff;
    background-image: linear-gradient(#ffffff80, #ffffff80);
    border-style: none;
  }

  .paragraph {
    width: 80%;
  }

  .image-4 {
    margin-right: 15px;
  }

  .image-5 {
    align-self: center;
    display: inline-block;
  }

  .image-7 {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-divider-two.nnee {
    margin-left: auto;
    margin-right: auto;
  }

  .logos-title-small {
    padding-top: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .lottie-animation-3 {
    border-radius: 20%;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-5, .heading-7 {
    letter-spacing: .1em;
  }

  .content21-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content21-image {
    background-position: 50% 0;
    min-height: 460px;
  }

  .content21-content-wrap {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-right: 0;
  }

  .content21-content-wrap.content21-rght-column {
    margin-top: 0;
    padding-left: 0;
  }

  .content21-item-wrap {
    margin-bottom: 20px;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kutup-display-2.white-text {
    text-align: center;
    text-align: center;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
    width: 100%;
    height: 200px;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
    font-family: Inter, sans-serif;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-8 {
    text-align: center;
    margin-top: 16px;
    font-family: Inter, sans-serif;
  }

  .kutup-team-grid-4 {
    max-width: 100%;
  }

  .kutup-team-image-big {
    min-height: 250px;
  }

  .kutup-team-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-features-wrapper {
    border-radius: 10px;
    flex: 0 45%;
    padding-top: 2rem;
    box-shadow: 0 2px 5px #0003;
  }

  .kutup-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lottie-animation-10 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 36px;
    padding-top: 0;
    display: block;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
  }

  .cta7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .cta7-map {
    height: auto;
  }

  .error-message-3 {
    max-width: 738px;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .success-message-2 {
    max-width: 738px;
  }

  .section-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-larger-solar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-heard-straw {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-public-wide {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) 1fr 1fr 1fr;
    margin-top: 2rem;
  }

  .p-known-unless {
    text-transform: uppercase;
  }

  .div-medicine-cow {
    display: none;
  }

  .div-song-section {
    border-left-width: 1px;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-fly-worry {
    border-left-width: 1px;
    padding-left: 0;
  }

  .kutup-hero-3 {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .kutup-hero-title-3 {
    font-size: 70px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .section.no-bottom-padding.clip {
    display: none;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.w--current {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 29px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .nav-link.bottom.w--current {
    padding: 20px 18px;
  }

  .left-navbar {
    border-style: none solid solid;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one {
    font-size: 50px;
  }

  .xxl-heading.two {
    font-size: 28px;
  }

  .clip {
    justify-content: center;
    align-items: flex-start;
  }

  .large-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .body-display {
    text-align: center;
    width: 90%;
  }

  .body-display.newer {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1f;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .card-hover-item {
    display: block;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link, .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: 65px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper, .mega-menu {
    display: none;
  }

  .mega-menu-overlay {
    background-color: #090b19d9;
    display: block;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .navigation-links {
    grid-template-columns: 1fr;
    display: flex;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .card-button-wrapper {
    margin-top: 25px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-detail-items {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
  }

  .services-info {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .feature-card-info {
    margin-top: 25px;
  }

  .page-info {
    height: auto;
  }

  .background-banner.video-banner {
    background-position: 50%;
    background-size: 3922px;
    background-attachment: fixed;
    position: absolute;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .button-text.body-display-name-grid.newer {
    text-align: left;
    text-align: left;
    font-size: 14px;
  }

  .button-text.exttr {
    letter-spacing: 1px;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .service-description {
    padding-right: 0;
  }

  .category-link {
    min-height: 80px;
  }

  .services-card {
    place-items: start center;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
    display: none;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .nav-link-hover-button {
    width: 100%;
    height: 46px;
  }

  .image-5 {
    margin-bottom: 22px;
  }

  .image-7 {
    margin-top: 30px;
  }

  .footer-subscribe {
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    align-self: auto;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-divider-two {
    background-color: var(--kütüp-library--burntsienna);
  }

  .footer-divider-two.nnee {
    display: none;
  }

  .footer-bottom {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    color: var(--kütüp-library--burntsienna);
    text-align: left;
    text-transform: uppercase;
    order: 9999;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-legal-block {
    order: -9999;
    margin-top: 15px;
    margin-left: -24px;
    display: none;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-4 {
    width: 40%;
  }

  .container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logos-title-small {
    margin-top: 0;
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -30px;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-5 {
    font-size: 22px;
  }

  .heading-7 {
    color: var(--dark);
    -webkit-text-stroke-color: var(--dark);
  }

  .image-12 {
    margin-bottom: 44px;
  }

  .content21-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-14 {
    opacity: .52;
    margin-top: auto;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 300px;
  }

  .kutup-contact-section-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-team-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-team-grid-4 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .kutup-team-image-big {
    min-height: 300px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-4 {
    font-size: 40px;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-5 {
    font-size: 40px;
  }

  .cta7-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .error-message-3, .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-larger-solar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-heard-straw {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-public-wide {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
    align-self: flex-start;
    margin-top: 2rem;
  }

  .div-scale-tell {
    text-align: left;
  }

  .p-voyage-powerful {
    color: var(--kütüp-library--white);
  }

  .p-known-unless {
    color: var(--kütüp-library--dim-grey);
    text-transform: uppercase;
  }

  .div-medicine-cow {
    display: none;
  }

  .div-song-section {
    text-align: left;
    border-left-style: none;
    border-left-width: 1px;
    padding-left: 0;
    padding-right: 3.5rem;
  }

  .div-sight-doctor {
    text-align: left;
    border-left-style: none;
    padding-left: 0;
  }

  .div-fly-worry {
    text-align: left;
    border-left-style: none;
    border-left-width: 1px;
    padding-left: 0;
  }

  .link-block-3 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .link-7 {
    color: var(--kütüp-library--burntsienna);
    text-decoration: none;
  }

  .kutup-hero-title-3 {
    font-size: 50px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

  .section.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .navbar {
    height: 65px;
  }

  .left-navbar {
    justify-content: space-between;
  }

  .menu-wrapper, .nav-menu {
    display: block;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    font-size: 37px;
  }

  .xxl-heading.two {
    font-size: 21px;
  }

  .clip.cent {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    bottom: auto;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    text-align: left;
    align-self: center;
    width: 100%;
    font-size: 2rem;
  }

  .large-heading.ne {
    text-align: center;
    text-align: center;
  }

  .body-display {
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .body-display.new.extr, .body-display.new._11 {
    text-align: center;
  }

  .body-display.new {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .body-display.new.extr, .body-display.new._11 {
    text-align: center;
  }

  .body-display.new.testt {
    text-align: left;
    font-size: .8rem;
  }

  .body-display.new.extr, .body-display.new._11 {
    text-align: center;
  }

  .body-display.newer {
    text-align: center;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    margin-top: 1rem;
    font-size: 12px;
  }

  .body-display.crds {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button.white-outline {
    width: 8.5rem;
    padding: 6px 5px;
    font-size: 5px;
    display: block;
    overflow: hidden;
  }

  .button.white-outline.nonesh {
    display: none;
  }

  .button.grey-outline.small {
    width: 10.6rem;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-item {
    border: 1px solid #cfcfcf;
    height: 90%;
    box-shadow: 0 0 9px 4px #63636333;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading {
    text-align: center;
    font-size: 18px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .mega-category-list, .mega-menu {
    display: none;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .navigation-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 86%;
    display: flex;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .card-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .feature-card-description {
    width: 100%;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .featured-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .services-wrapper {
    padding-top: 10px;
  }

  .services-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown.top {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tablet-mobile-nav-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .feature-card-info {
    width: 100%;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.service-1-banner {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6917b3eba3aaca7a5effa300/6917d3d3379d47032ed15d09_pexels-david-underland-3149942.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .radio-item {
    padding-left: 18px;
  }

  .button-text {
    text-align: center;
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 600;
  }

  .button-text.exttr {
    text-align: center;
    text-transform: capitalize;
    text-align: center;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 500;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .service-description {
    text-align: justify;
    padding-right: 0;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    width: 100%;
    height: 80%;
    padding: 10px 5px 36px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

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

  .image-5 {
    width: 8.2rem;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-divider-two {
    background-color: var(--kütüp-library--burntsienna);
    margin-left: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: left;
    align-self: auto;
    font-size: 10px;
  }

  .footer-legal-block {
    margin-left: 0;
  }

  .image-10 {
    width: 6rem;
    top: 60px;
  }

  .link-3 {
    color: var(--dark-outline);
    text-decoration: none;
  }

  .logos-title-small {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .clients-tag {
    font-size: 1.5rem;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lottie-animation-4 {
    width: 2.6rem;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-5 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.2em;
  }

  .image-11 {
    width: 4rem;
    font-size: 1rem;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
    letter-spacing: 0;
    align-self: flex-start;
    margin-bottom: auto;
    font-size: 30px;
  }

  .heading-7.compe {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
  }

  .heading-7.lg {
    letter-spacing: 0;
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-12 {
    width: 29%;
    margin-top: auto;
    margin-bottom: 15px;
  }

  .code-embed {
    margin-top: 0;
  }

  .text-block-7 {
    margin-bottom: 0;
  }

  .content21-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .content21-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-14 {
    opacity: .4;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    display: inline-block;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-photo-wrapper {
    width: 100vw;
    height: 200px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-team-image-big {
    min-height: 180px;
  }

  .kutup-team-content {
    padding: 25px 24px 25px 30px;
  }

  .kutup-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kutup-display-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-12 {
    text-align: center;
    align-self: center;
    font-size: 24px;
  }

  .lottie-animation-6 {
    align-self: flex-start;
    margin-left: 15px;
  }

  .lottie-animation-7, .lottie-animation-8, .lottie-animation-9 {
    margin-left: 15px;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-5 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-faq-content, .kutup-faq-title, .ra-hero {
    text-align: left;
  }

  .cta7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-fall-swimming {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-larger-solar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-largest-hour {
    grid-template-columns: minmax(0, 1fr);
  }

  .h2-heard-straw {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .p-plant-plural {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .div-public-wide {
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2rem;
  }

  .p-known-unless {
    color: var(--kütüp-library--dim-grey);
    text-decoration: none;
  }

  .link-block-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider.kutup-center {
    align-items: center;
  }

  .kutup-hero-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-hero-title-3 {
    font-size: 40px;
  }

  .container-5 {
    max-width: none;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shadow-two {
    align-self: auto;
  }

  .margin-bottom-24px {
    font-size: .8em;
  }

  .heading-13 {
    font-size: 1.4rem;
  }

  .heading-14, .heading-15 {
    font-size: 2rem;
  }
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-93160889, #w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-93160889 {
  place-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-93160889 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-93160889 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-93160889 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-93160889 {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-93160889 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-93160889 {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-93160889 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-93160889 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-93160889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-93160889 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-93160889 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-93160889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-93160889 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_45ed1cd4-91e3-02a3-4157-82da7c791d92-93160889 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-93160889 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c92-93160889 {
  align-self: stretch;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c9d-93160889 {
  justify-self: end;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-93160889 {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-93160889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-93160889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-93160889 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-93160889 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-93160889 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-93160889 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-93160889 {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-93160889 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-93160889 {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-93160889 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-93160889 {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-93160889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-93160889 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-93160889 {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-93160889 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-93160889 {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-93160889 {
  justify-self: end;
}

#w-node-_1cd24a84-46d9-5ca8-18f1-155af03cde4f-38c90bf5 {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_1cd24a84-46d9-5ca8-18f1-155af03cde50-38c90bf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68de3-38c90bf5, #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68ddb-38c90bf5, #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68ded-38c90bf5 {
  place-self: auto center;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  place-self: center start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  place-self: center start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43, #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43, #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
  place-self: center end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_2b045a97-cd89-c0f7-0e71-ec1fcc24f9cc-56a0d8b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  place-self: center end;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  place-self: center start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  place-self: center end;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-93160889 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-93160889 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-93160889 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-93160889 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-93160889 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-93160889 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    place-self: center end;
  }

  #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43 {
    justify-self: stretch;
  }

  #w-node-_169c8dac-dcf9-9d77-b5a0-6fe2bb220d51-336b9d43 {
    place-self: center end;
  }

  #w-node-fdd5de7a-6baa-18bc-4fc4-17f9de14bff9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-fbb98bb2-0970-908c-f9a3-aa45d34eaea4-336b9d43 {
    place-self: center end;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-93160889 {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-93160889 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-93160889, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-93160889 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-93160889 {
    grid-column-end: 2;
  }

  #w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-93160889 {
    grid-column: 1 / 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-93160889 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-93160889 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-93160889, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-93160889 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-93160889 {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-93160889 {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-93160889 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68de3-38c90bf5, #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68ddb-38c90bf5, #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68ded-38c90bf5, #w-node-_1836cda9-cc9b-17d6-eaba-16c21cc68df3-38c90bf5 {
    justify-self: start;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7db20686-f7c0-3872-8f60-dd88d8a97792-56a0d8b3, #w-node-_6a3fd05d-7a08-e262-106f-129414b23da2-56a0d8b3, #w-node-_7ca0a30b-b221-d95b-ae07-558f93ef1337-56a0d8b3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
