@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
  font-family: "Outfit", sans-serif !important;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.right-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fba6d2;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.c-menu__link.is-sergiler {
  background-color: #aaa8fc;
}

.c-menu__link.is-etkinlikler {
  background-color: #ff9b55;
}

.c-menu__link.is-k-t-phane {
  background-color: #65dc9e;
}

.c-menu__link.is-ktsm {
  background-color: #6dd7d9;
}

.c-menu {
  display: inline-block;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
  list-style-type: none;
}

.c-menu__list-item {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-menu__text {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.s-navbar {
  position: static;
  z-index: 0;
  height: 110px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}

.container {
  max-width: 1198px;
}
.fw-container{
  max-width: 100% !important;
  padding-left: 24px;
  padding-right: 24px;
}

.container.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px !important
}

.c-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  flex-direction: column;
  padding-top: 8px;
}

.c-menu__search {
  position: absolute;
  left: auto;
  top: auto;
  right: -2px;
  bottom: 6px;
}

.c-menu__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.c-menu__input {
  margin-top: -10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  font-size: 16px;
}

.c-menu__icon {
  width: 40px;
  height: 40px;
}

.c-menu__logins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.c-menu__signup {
  padding-right: 24px;
  padding-left: 24px;
  border-right: 1px solid #439665;
  font-family: 'Outfit', sans-serif;
  color: #439665;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.c-menu__signup.is-none-border {
  border-right-style: none;
  border-right-color: transparent;
}

.s-slider {
  z-index: 0;
  height: auto;
}

.s-slider figure{
  margin-bottom: 0 !important;
}

.c-slider__arrow {
  display: none;
}

.c-slider__box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 52px 38px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
  background-color: #fff;
}

.c-slider__title {
  margin-top: 0px;
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
}

.c-slider__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
  text-decoration: none;
}

.c-slider__link-text {
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.c-slider__dots {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.s-nav-menu {
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  min-width: 40vw;
  padding-top: 148px;
  padding-right: 24px;
  padding-bottom: 148px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e94034;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-dropdown__link {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
}

.c-dropdown__cross {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
}

.menu-button {
  background-color: #fff;
}

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

.c-footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 48px;
}

.c-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
}

.c-adress-text {
  opacity: 0.6;
  font-weight: 400;
}

.c-adress__link {
  color: #000;
  font-weight: 400;
}

.c-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 88px;
}

.c-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  grid-column-gap: 12px;
  list-style-type: none;
}

.c-footer__search-input {
  height: 52px;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000;
  background-color: transparent;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 40px;
  border-radius: 6px;
  background-color: #fff453;
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.form {
  position: relative;
}

.c-footer__email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
}

.c-footer__email-text {
  padding-left: 16%;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
}

.c-footer__column-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-left: 0px;
  grid-column-gap: 16px;
  list-style-type: none;
}

.c-footer__link {
  color: #323232;
  font-weight: 300;
  text-decoration: none;
}

.is-sergiler {
  background-color: #aaa8fc;
}

.c-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 32px;
  list-style-type: none;
}

.c-feed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.c-feed__item-image {
  width: 466px;
  min-height: 330px;
  min-width: 466px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-feed__item-title {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: 'Outfit', sans-serif;
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 900;
}

.c-feed__item-paragraph {
  margin-bottom: 48px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.c-feed__item-content {
  padding-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  text-decoration: none;
}

.c-feed-date {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.is-etkinlikler {
  background-color: #ff9b55;
}

.is-kutuphane {
  background-color: #65dc9e;
}

.c-library__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-library__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 32px;
}

.c-library__column-2 {
  padding-left: 48px;
}

.c-library__title {
  margin-top: 48px;
  margin-bottom: 16px;
  font-family: 'Outfit', sans-serif;
  line-height: 34px;
}

.c-library__paragraph {
  margin-top: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.is-ktsm-binasi {
  background-color: #6dd7d9;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-content__title {
  margin-top: 0px;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
}

.c-content__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.is-ziyaret {
  background-color: #fba6d2;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.is-gray {
  background-color: #f9f7f8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.btn-press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin-top: 64px;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 100px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.c-contact__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
}

.c-contact__social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  color: #000;
}

.c-contact__social-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.html-embed {
  width: 16px;
  height: 16px;
}

.s-contact__animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  padding-top: 12px;
  padding-bottom: 16px;
  grid-column-gap: 24px;
  background-color: #62d597;
}

.c-contact__animation-text {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.c-contact__animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 24px;
}

.s-sub-header {
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-sub__header {
  position: relative;
}

.c-sub__caption {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.body {
  font-family: 'Outfit', sans-serif;
}

.c-slider__caption {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading {
  font-family: 'Outfit', sans-serif;
}

.c-contact__social-text {
  font-family: 'Outfit', sans-serif;
}

.c-contact__press-text {
  margin-top: -4px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.c-sub__title {
  margin-top: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

.c-sub__back-btn {
  margin-left: -8px;
}

.c-sub__absolute-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.s-sub-hero {
  width: 100%;
  height: 760px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.c-content_detail {
  padding-top: 64px;
  padding-bottom: 100px;
}

.c-content__paragraph {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.c-content__rich {
  margin-top: 112px;
  margin-bottom: 112px;
}

.c-content__slider {
  height: 460px;
}

.c-content__richtext {
  padding-right: 40px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.c-blog__suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
}

.c-blog__suggestion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.c-blog__suggestion-item.is-last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-blog__suggestion-title {
  margin-top: 0px;
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  text-align: right;
}

.c-blog__suggestion-title.is-last {
  text-align: left;
}

.c-blog__suggestion-caption {
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.c-blog__suggestion-caption.is-last {
  text-align: left;
}

.c-blog__suggestion-line {
  width: 1px;
  height: 124px;
  background-color: #aaa8fc;
  color: #aaa8fc;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.s-sub-hero__video {
  display: none;
  width: 100%;
  height: 760px;
}

.s-login {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-login__title {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}

.c-login__featured-text {
  margin-top: 32px;
  font-family: 'Outfit', sans-serif;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
}

.c-login__featured-paragraph {
  margin-top: 75px;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.c-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 540px;
  padding: 72px 35px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row-gap: 12px;
  border: 1px solid #000;
  border-radius: 32px;
}

.c-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-form__input {
  height: 77px;
  padding-top: 24px;
  padding-bottom: 32px;
  border: 3px solid #aaa8fc;
  border-radius: 100px;
  background-color: transparent;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.c-form__input::-webkit-input-placeholder {
  color: #000;
}

.c-form__input:-ms-input-placeholder {
  color: #000;
}

.c-form__input::-ms-input-placeholder {
  color: #000;
}

.c-form__input::placeholder {
  color: #000;
}

.c-form__input.is-blue {
  border-color: #61c7c9;
}

.c-form__button {
  height: 77px;
  padding-bottom: 16px;
  border-radius: 100px;
  background-color: #aaa8fc;
  font-family: 'Outfit', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-form__button.is-blue {
  background-color: #61c7c9;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-form-password {
  margin-top: 12px;
  font-family: 'Outfit', sans-serif;
  color: #787a7b;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.c-form__title {
  margin-bottom: 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.c-form__logos {
  margin-top: 37px;
}

.form-block {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.c-form__contact-label {
  margin-top: 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 9px;
  line-height: 14px;
  font-weight: 700;
  text-align: right;
}

.line{
  height: 1px;
  width: 100%;
  background: #DBDBDB;
  margin-bottom: 12px;
}

.nav-top{
  display: flex;
  list-style: none;
}

.nav-top li>a{
  padding: 0 8px;
  color: #6C6C6C;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.nav-top li{
  color: #DBDBDB;
}

.nav-bottom{
  display: flex;
  list-style: none;
}

.nav-bottom .active{ 
  color: #E94034 !important;
}

.nav-bottom li>a{
  padding: 0 8px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-login{
  color: #E94034 !important;
}

.nav-login img{
  margin-top: -2px;
}

.instagram{
  padding: 88px 0;
}

.instagram-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.profile{
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile img{
  height: 80px;
  width: 80px;
}

.profile-content span{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.profile-content p{
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  opacity: 80%;
  margin-bottom: 0 !important;
}

.actions{
  float: left;
  height: 46px;
}
.instagram-primary{
  background: #0A98FF;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 12px 24px;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: .24s all;
}

.instagram-primary:hover{
  background: #0988e4;
  transition: .24s all;
}

.instagram-secondary{
  border: 1px solid #0A98FF;
  color: #0A98FF;
  border-radius: 4px;
  text-decoration: none;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: .24s all;
}

.instagram-secondary:hover{
  background: #f8f8f8;
  border: 1px solid #0875c3;
  color: #0875c3;
  transition: .24s all;
}

.grid{
  width: 100% !important;
}

.grid-item{
  width: calc(33.3% - 21px) !important;
  margin-bottom: 32px !important;
}

.instagram-post{
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #E7E7E7; 
}

.post-header{ 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.mini-profile{ 
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.mini-profile img{
  height: 58px;
  width: 58px;
  border-radius: 100px;
} 
.mini-profile-content span{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mini-profile-content p{
  color: rgba(0, 0, 0, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}

.instagram-shared{
  display: flex;
  flex-direction: column;
}

.instagram-link{
  height: 24px;
  width: 24px;
}

.instagram-link img{
  height: 24px;
  width: 24px;
}

.instagram-shared p{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 24px;
  margin-bottom: 16px;
  height: 150px;
  overflow: clip;
}

.instagram-shared img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-top:10px white solid;
}

.s-footer{
  background: #FFF;
  box-shadow: 0px -8px 54px 0px rgba(0, 0, 0, 0.04);
}

.footer-content{
  display: inline-flex;
  align-items: flex-start;
  gap: 74px;
  padding: 64px 0;
  width: 100%;
}

.footer-grid{
  width: 100%;
}

.footer-grid ul{
  list-style: none;
  margin-top: -16px;
}

.footer-grid ul>li{
  margin-bottom: 12px;
}

.footer-grid h5{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 180% */
  letter-spacing: 0.2px;
}

.footer-grid li>span{
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer-grid li>a{
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer-about{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-about img{
  height: 64px !important;
  width: 123px !important;
}

.footer-about span{
  color: rgba(0, 0, 0, 0.50);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer-social{
  list-style: none;
  display: flex;
  gap: 16px;
  margin-left: -40px; 
  margin-top: 0px !important;
}

.footer-social img{
  height: 20px !important;
  width: 20px !important;
}

.hamburger-menu {
  display: none; /* Masaüstü modunda gizle */
}

.hamburger {
  font-size: 30px; /* Hamburger icon boyutu */
  cursor: pointer;
  border: none;
  background: none;
}

.divider{
  margin: 0 8px;
}

@media screen and (max-width: 991px) { 
  #mobileMenu {
    display: none; /* Mobil menü başlangıçta gizli olacak */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
  }

  .instagram-post{
    margin-bottom: 16px;
  }

  .hamburger-menu {
      display: block; /* Mobilde hamburger menüyü göster */
      position: absolute;
      top: 40px;
      right: 16px;
      z-index: 99999;
  }
  .nav-top{
    display: none;
  }
  .nav-bottom{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 32px;
    margin-left: -24px;
    margin-top: 32px;
  }
  .nav-bottom li>a{
    font-size: 20px;
    line-height: 28px;
  }
}


@media screen and (max-width: 991px) {
  .navbar-container{
    padding: 0 !important;
  }
  
  .w-nav-brand{
    padding-left: 0 !important;
  }

  .c-right{
    display: none;
  }

  .instagram{
    padding: 40px 0;
  }

  .grid{
    display: block !important;
    padding: 16px;
  }

  .grid-item{
    width: 100% !important;
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .instagram-header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 0 16px;
    margin-bottom: 0 !important;
  }

  .footer-content{
    flex-direction: column;
    gap: 24px;
  }

  .footer-content ul{
    margin-left: -40px;
  }

  .footer-about span{
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .s-navbar {
    padding-left: 24px;
  }

  .w-slider-mask{
    overflow: visible;
  }

  .c-slider__box{
    position: relative !important;
    bottom: 0 !important;
    padding: 16px 24px 24px 24px
  }

  .slide img{
    width: 100% !important;
  }

  .c-slider__link img{
    width: 24px !important;
  }

  .s-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .c-feed {
    padding-right: 24px;
    padding-left: 24px;
  }

  .c-feed__item {
    padding-right: 56px;
  }

  .c-library__columns {
    padding-right: 24px;
    padding-left: 24px;
  }

  .c-library__column-2 {
    padding-right: 80px;
    padding-left: 32px;
  }

  .s-sub-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .c-sub__absolute-text {
    right: 24px;
  }

  .c-content_detail {
    padding-right: 24px;
    padding-left: 24px;
  }

  .c-form__block {
    padding-right: 24px;
    padding-left: 80px;
  }

  .c-form-column-1 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .s-footer {
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
 
  .slide img{
    width: 100% !important;
  }

  .c-slider__link img{
    width: 24px !important;
  }

  .c-feed__item-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .c-footer-columns {
    display: block;
  }

  .c-footer__email {
    margin-top: 48px;
    margin-right: 20%;
    margin-left: 0%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-footer__email-text {
    padding-right: 20%;
    padding-left: 0%;
    text-align: left;
  }

  .c-library__columns {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .c-menu__list-item {
    display: none;
  } 
 
  .slide img{
    width: 100% !important;
  }

  .c-slider__link img{
    width: 24px !important;
  }
 
  .footer-social{
    gap: 24px !important;
  }

  .footer-social img{
    height: 32px !important;
    width: 32px !important;
  }

  .c-menu__form {
    display: none;
  }

  .c-menu__logins {
    display: none;
  }

  .c-slider__box {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .s-nav-menu {
    height: 100vh;
    min-width: 100vw;
  }

  .s-footer {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .c-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-social {
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-footer__search-input {
    width: 100%;
  }

  .c-footer__email {
    margin-right: 0px;
    margin-left: 0%;
  }

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

  .c-footer__list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-feed {
    grid-row-gap: 64px;
  } 

  .c-feed__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0 !important;
  }

  .c-feed__item-title {
    margin-bottom: 16px;
  }

  .c-feed__item-paragraph {
    margin-bottom: 24px;
  }

  .c-feed__item-content {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
  
  .c-feed__item-image{
    width: 100% !important;
    min-width: auto !important;
  }

  .c-library__columns {
    padding-top: 16px;
  }

  .c-library__content {
    padding-top: 40px;
  }

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

  .s-sub-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-sub__title {
    font-size: 32px;
    line-height: 40px;
  }

  .c-sub__absolute-text {
    left: auto;
    top: 12px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 20px;
    line-height: 28px;
  }

  .s-sub-hero {
    height: 360px;
  }

  .c-content_detail {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-content__rich {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .c-content__slider {
    height: 360px;
  }

  .c-blog__suggestion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .c-blog__suggestion-item {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .c-blog__suggestion-title {
    font-size: 24px;
  }

  .c-blog__suggestion-line {
    width: 100%;
    height: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row-gap: 24px;
  }

  .c-login__featured-paragraph {
    margin-top: 40px;
  }

  .c-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-form__block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-footer__column-1 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-library__column-1 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .c-content-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-slider__column {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-form-column-1 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-_43eb0279-94e5-f573-973d-22be09cc4cd4-09cc4cd2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Neue plak condensed';
  src: url('../fonts/Neue-Plak-Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak condensed';
  src: url('../fonts/Neue-Plak-Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak extended';
  src: url('../fonts/Neue-Plak-Extended-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak';
  src: url('../fonts/Neue-Plak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak extended';
  src: url('../fonts/Neue-Plak-Extended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}