:root {
  --white: #fff;
  --yellogreen: #c8ff3c;
  --yellogreen-50: var(--yellogreen);
  --color: #eb00a0;
  --dark: #1a1a1a;
  --black: black;
  --red: var(--h1);
  --h1: #b6a592;
  --kütüp-library--dark-slate-grey: #264653;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --karamel: #30150e;
  --gray1: red;
  --font-family-2: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --kütüp-library--white: white;
  --kütüp-library--burntsienna: #e76f51;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

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

.section1 {
  justify-content: space-between;
  align-items: baseline;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.section1.yellow {
  background-color: var(--yellogreen);
  background-image: linear-gradient(180deg, black, var(--yellogreen-50) 0%, #b6fd00c2), url('../images/phone2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section1.dark {
  background-color: var(--color);
  padding: 3rem;
}

.section1._3 {
  background-color: var(--dark);
  flex-flow: column;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 10vw;
  display: flex;
}

.hero1 {
  aspect-ratio: auto;
  background-color: var(--black);
  text-align: center;
  object-fit: contain;
  background-image: linear-gradient(94deg, #17003ad6, #001e33eb);
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: static;
  top: -224px;
  bottom: 456px;
}

.heading {
  outline-offset: 0px;
  color: var(--red);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  word-break: normal;
  overflow-wrap: normal;
  cursor: nw-resize;
  outline: 3px #b6a592;
  flex: none;
  font-family: Bitter, serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  position: static;
}

.heading.skew-up {
  color: var(--white);
}

.icon.white {
  color: #fff;
}

.efi-button-menu {
  padding: 0;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.dark {
  color: #fff;
  background-color: #000;
  padding: 0 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.efi-nav-03-nav-menu {
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.efi-brand.white {
  color: #fff;
}

.efi-nav-03-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-nav-03 {
  background-color: #000;
  padding: 30px 5%;
  position: static;
  inset: 0% 0% auto;
}

.efi-hr-02-bottom-image {
  width: 100%;
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-hr-02-button-inner {
  justify-content: flex-end;
  display: flex;
}

.efi-big-paragraph {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
}

.efi-big-paragraph._3 {
  color: var(--color);
}

.efi-hr-02-paragraph-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1em;
}

.efi-jumbo.skew-up {
  font-size: 3rem;
}

.efi-hr-02-jumbo-inner {
  text-align: right;
  margin-bottom: 25px;
}

.efi-hr-02-jumbo-inner.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: contain;
  border-bottom: 1px solid #000;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.efi-hr-02-title-wrapper {
  width: 80%;
  margin-bottom: 80px;
}

.efi-hr-02-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-hr-02-container.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.efi-hr-02 {
  padding: 7% 5% 0%;
}

.efi-hr-02.left {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  display: block;
}

.div-block {
  z-index: 1000;
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  align-items: baseline;
  width: 100px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  overflow-wrap: normal;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: static;
  transform: rotate(-90deg);
}

.div-block-2 {
  background-color: var(--h1);
  color: #fff;
  object-fit: fill;
  align-self: center;
  width: 1px;
  height: 300px;
  position: sticky;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.kutu {
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 50vw;
  height: 100%;
}

.heading-2 {
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  margin: 15px auto 15px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 26px;
  display: block;
  position: static;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  margin-top: 10px;
}

.h2 {
  color: var(--yellogreen);
}

.div-block-3 {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.code {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.servisler-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark);
  word-break: normal;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.div-block-4 {
  background-color: var(--black);
  width: 100%;
  height: 50vh;
}

.heading-8 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
}

.image-2 {
  position: static;
}

._1440-container {
  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-self: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: .33;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-self: center;
  justify-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.logo-container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: var(--black);
  font-size: 20px;
}

.container-2 {
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 200px;
  font-size: 100%;
  display: flex;
}

.text-block-2 {
  color: #c5c5c5;
  font-size: 18px;
}

.iksv {
  text-align: center;
  width: auto;
  max-width: none;
  height: auto;
}

.image-4, .image-5, .image-6 {
  max-width: none;
}

.image-7 {
  width: 170px;
  max-width: none;
}

.image-8 {
  width: 120px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  place-items: center end;
  width: 30%;
  height: 100%;
  display: grid;
}

.heading-9 {
  color: var(--color);
  text-align: center;
  width: auto;
  font-family: Bitter, serif;
  font-size: 120px;
  font-weight: 400;
}

.ourwork {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10vh 10vw;
  display: block;
}

.ourwork._2 {
  background-color: var(--black);
  height: auto;
}

.div-block-6 {
  width: auto;
}

.div-block-7 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-10 {
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-10._2 {
  color: var(--white);
}

.heading-10.l-ght {
  color: #fff;
}

.work-div {
  width: 100%;
  height: 90%;
}

.h1 {
  font-size: 30px;
  line-height: 30px;
}

.h1.skew-up {
  color: var(--black);
  display: block;
  position: static;
}

.h1.skew-up.light {
  color: var(--white);
  margin-bottom: 40px;
}

.div-block-8 {
  width: 100%;
  height: auto;
}

.collection-list-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: opacity .2s;
  display: grid;
}

.reference-project-div {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-9 {
  flex: 1;
}

.image-9 {
  max-width: 100%;
}

.div-block-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.dikeylock-11 {
  background-color: #000;
  flex: none;
  width: 1px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.image-16 {
  vertical-align: text-top;
  display: block;
}

.logo {
  width: auto;
  text-decoration: none;
  display: inline-block;
}

.info {
  display: inline-block;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.text-block-3._2 {
  font-weight: 400;
}

.background-video {
  background-color: #0028614a;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.efi-form-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.input {
  color: #727272;
  letter-spacing: -.8px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.h3.light {
  color: #c5c5c5;
}

.text-form-wrapper {
  margin-bottom: 30px;
}

.efi-frm-04-form-block {
  width: 100%;
  margin-bottom: 0;
}

.efi-frm-04-grid {
  grid-column-gap: 45px;
  grid-template-rows: auto;
}

.efi-frm-04 {
  padding: 75px 3%;
}

.text-block-4 {
  text-align: right;
  font-size: 20px;
}

.efi-hr-03-image {
  height: 100%;
}

.efi-button-2 {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-2:hover {
  transform: translate(0, -7px);
}

.efi-button-2.invert {
  filter: invert();
}

.efi-hr-03-button-wrapper {
  margin-top: 30px;
}

.efi-small-paragraph {
  font-weight: 400;
}

.efi-big-paragraph-2 {
  text-indent: 0;
  white-space: normal;
  font-size: 20px;
  font-weight: 400;
}

.efi-hr-03-right-content {
  color: #fff;
  padding-top: 30px;
}

.efi-jumbo-2 {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo-2.white {
  color: var(--yellogreen);
}

.efi-hr-03-title-wrapper {
  width: 80%;
  margin-bottom: 50px;
}

.efi-hr-03-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.efi-hr-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-03-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10% 5% 7%;
  display: grid;
}

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

.flex-block-2 {
  display: block;
}

.efi-hr-03-image-2 {
  height: 100%;
}

.efi-button-3 {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button-3:hover {
  transform: translate(0, -7px);
}

.efi-button-3.invert {
  filter: invert();
}

.efi-hr-03-button-wrapper-2 {
  margin-top: 30px;
}

.efi-small-paragraph-2 {
  color: var(--color);
  font-weight: 400;
}

.efi-big-paragraph-3 {
  font-size: 20px;
  font-weight: 400;
}

.efi-hr-03-right-content-2 {
  color: #fff;
  padding-top: 30px;
}

.efi-jumbo-3 {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo-3.white {
  color: var(--yellogreen);
}

.efi-hr-03-title-wrapper-2 {
  width: 80%;
  margin-bottom: 50px;
}

.efi-hr-03-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-hr-03-container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-hr-03-top-2 {
  background-color: #000;
  padding: 10% 5% 7%;
}

.body1 {
  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: flex-start;
  align-items: stretch;
  padding: 10vw 10vw 10vh;
  display: flex;
}

.body1._3 {
  background-color: var(--dark);
}

.link01 {
  color: #0c0c0c;
  text-decoration: none;
}

.cookie-div {
  background-color: var(--kütüp-library--dark-slate-grey);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 70px;
  padding: 0 25%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 80%;
  display: grid;
}

.link {
  color: #fff;
  text-decoration: none;
}

.button {
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
}

.text-block-5 {
  color: #fff;
}

.link-2 {
  color: var(--yellogreen-50);
  text-decoration: none;
}

.div-block-11 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .section1.yellow {
    flex-flow: column;
    height: auto;
  }

  .efi-button-menu {
    padding: 0;
  }

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

  .efi-nav-link.dark {
    color: #fff;
    background-color: #000;
    padding: 30px 5%;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .efi-hr-02-title-wrapper.left {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .efi-hr-02-container {
    flex: 0 auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .efi-hr-02-container.right {
    align-items: center;
    width: 100%;
    min-width: 100%;
  }

  .efi-hr-02 {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .efi-hr-02.left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-2 {
    width: 90%;
  }

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

  .footer {
    font-size: 14px;
  }

  .container-2 {
    font-size: 6px;
  }

  .heading-9 {
    font-family: Bitter, serif;
    font-size: 11em;
    font-weight: 400;
  }

  .flex-block {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    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;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .efi-hr-03-right-content {
    padding-top: 0;
  }

  .efi-jumbo-2 {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper {
    width: 100%;
  }

  .efi-hr-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-top {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .efi-hr-03-right-content-2 {
    padding-top: 0;
  }

  .efi-jumbo-3 {
    font-size: 65px;
  }

  .efi-hr-03-title-wrapper-2 {
    width: 100%;
  }

  .efi-hr-03-grid-2 {
    grid-template-columns: 1fr;
  }

  .efi-hr-03-top-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}

@media screen and (max-width: 767px) {
  .section1.yellow {
    flex-flow: column;
    height: auto;
  }

  .efi-jumbo {
    justify-content: flex-end;
    font-size: 50px;
    display: flex;
  }

  .efi-hr-02-jumbo-inner {
    width: 90%;
  }

  .efi-hr-02-jumbo-inner.left {
    justify-content: flex-end;
    display: flex;
  }

  .efi-hr-02-title-wrapper, .efi-hr-02-title-wrapper.left {
    flex-flow: column;
    align-items: flex-end;
    width: 90%;
    display: flex;
  }

  .efi-hr-02-container {
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .div-block {
    display: none;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-subscribe-right, .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .efi-frm-04-grid {
    grid-template-columns: 1fr;
  }

  .efi-jumbo-2, .efi-jumbo-3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section1.yellow {
    flex-flow: column;
    height: auto;
  }

  .hero1 {
    align-self: center;
  }

  .heading {
    font-size: 80px;
    line-height: 120px;
  }

  .efi-nav-link.dark {
    font-size: 24px;
  }

  .efi-nav-03-nav-menu {
    z-index: 100;
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    justify-content: space-around;
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .efi-nav-03-inner {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .efi-nav-03 {
    flex-flow: column;
    display: flex;
  }

  .efi-big-paragraph {
    font-size: 16px;
  }

  .efi-jumbo {
    font-size: 45px;
  }

  .efi-hr-02-jumbo-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .efi-hr-02-jumbo-inner.left {
    text-align: right;
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .efi-hr-02-title-wrapper, .efi-hr-02-title-wrapper.left {
    width: 100%;
  }

  .efi-hr-02-container {
    height: auto;
    min-height: auto;
  }

  .efi-hr-02.left {
    align-self: center;
  }

  .div-block {
    object-fit: none;
    display: none;
    position: fixed;
    overflow: visible;
  }

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-3 {
    flex: 1;
    order: 0;
    align-self: auto;
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-4, .heading-5, .heading-6, .heading-7 {
    margin-top: 10px;
    font-size: 20px;
  }

  .h2 {
    font-size: 20px;
  }

  .div-block-3 {
    display: none;
  }

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

  .image-4, .image-6, .image-7, .image-8 {
    width: 100px;
  }

  .heading-9 {
    line-height: 60px;
  }

  .ourwork._2 {
    padding-top: 0;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: 100px;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .efi-frm-04-grid {
    grid-template-columns: 1fr;
  }

  .efi-jumbo-2, .efi-jumbo-3 {
    font-size: 45px;
  }

  .efi-hr-03-top-2 {
    background-color: var(--dark);
  }
}

#w-node-_44ed0003-6c7f-7a18-00b9-501ee70c3ce0-a9421b42, #w-node-ebecfb8b-ed15-0b20-839a-c64fa5b562d2-a9421b42, #w-node-_7c5bba87-5f8d-127a-81b1-40c330ba2cdf-a9421b42, #w-node-dcc821ab-47e9-fbcb-d611-e92d848a1dea-a9421b42 {
  place-self: center;
}

#w-node-_0682868b-e998-f4cc-3a68-98047eb7dabb-a9421b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0a67861e-c3af-5fe8-ba32-819e529ba7d1-a9421b42 {
  justify-self: center;
}

#w-node-_74c0493b-f238-c262-7559-e43c9b4a8480-a9421b42, #w-node-_1147968a-bac8-56ad-a83d-4eeb31f8abf0-a9421b42, #w-node-_7b698315-e730-5276-9360-21cf872beda9-a9421b42, #w-node-_425f2c75-7166-b4b5-c8ae-62f21eaacff2-a9421b42, #w-node-_37b0f51e-fdf2-fcff-f7f2-b95e260dbf46-a9421b42, #w-node-be6c9b30-d0ac-d484-6176-b595dadc4b7d-a9421b42, #w-node-a88467f3-966f-729a-157e-c239ef24a045-a9421b42, #w-node-a122aa3e-f688-e3e9-3649-91376c003ce1-a9421b42, #w-node-_2fc81b92-2ef8-4e31-3fcb-163c338425ad-a9421b42, #w-node-_25d1e839-6f7c-6199-e994-263340983e56-a9421b42, #w-node-_5f4aa7c6-73a0-2e14-438b-0aefa943b066-1cad0942 {
  place-self: center;
}

#w-node-_5f4aa7c6-73a0-2e14-438b-0aefa943b075-1cad0942, #w-node-e49f4a26-3fd5-da52-5a60-bd2850fef8cb-42365a29, #w-node-e49f4a26-3fd5-da52-5a60-bd2850fef8cf-42365a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bac9ca53-8ee8-484b-1b62-8a0f71c329d9-5af9c89d, #w-node-_6d351ea9-c748-8cfc-d45d-06e77e4f6363-5af9c89d {
  align-self: center;
}


