:root {
  --text-color: #181818;
  --black: #0d0d0d;
  --yellow: #a18760;
  --white: #eae9e4;
  --grey: #1f1f1f;
  --grey-text: #656563;
  --border: 1px solid #5e5e5e;
}

html {
  font-size: 10px;
}

@media (max-width: 1660px) {
  html {
    font-size: 0.7vw;
  }
}

.header-top-dil {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.header-top-dil li {
    list-style: none;
    margin-right: 20px;
    position: relative;
}

.header-top-dil li span{
    /* display: none; */
}

.header-top-dil li a {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 1px;
    background-color: #30628a;
}

.header-top-dil li a .icon {
    height: 17px;
    margin-right: 5px;
    display: none;
}

.header-top-dil li a .icon img {
    height: 100%;
}

.header-top-sosyal {
    display: flex;
    margin-left: 17px;
}

.header-top-sosyal li:first-child {
    margin-top: 0px;
}

.header-top-sosyal li {
    list-style: none;
    margin-top: 0px;
    margin-left: 12px;
}

.header-top-sosyal li a {
    color: #000000;
    font-size: 13px;
    width: 28px;
    height: 28px;
    border: solid 1px #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-top-sosyal li a:hover {
    color: #fff;
    border: solid 1px #000;
    background: #000;
}


body {
  font-family: "TT Hoves Pro Trial";
  background-color: var(--white);
  color: var(--text-color);
  font-weight: 500;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/**/

.header {
  padding: 2rem 0 2rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 999;
  background: var(--white);
}

.header.header-active {
  background: transparent;
}

.header__left {
  font-size: 12px;
  font-weight: 600;
}

.header__left .logo {
  margin-right: 15rem;
}

.header__left .logo img {
  height: 65px;
}

img {
  max-width: 100%;
}

.header__link {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-right: 1.5789em;
  position: relative;
  top: -0.1em;
  color: var(--text-color);
}

.arrow-before::before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  margin-right: 0.2em;
}

.header .phone {
  margin-left: 2.7em;
  color: var(--text-color);
}

.header__link:hover {
  color: var(--yellow);
}

.menu-btn {
  position: relative;
  width: 30px;
  height: 7px;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-btn::before {
  top: 0;
}

.menu-btn::before,
.menu-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-btn::after {
  bottom: 0;
}

.menu-btn.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn.active::before,
.menu-btn.active::after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.menu-btn.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*ana-banner*/

.first-screen {
  height: auto;
  height: min-content;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-left h1,
.banner-right h2 {
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.975;
  font-weight: 600;
}

.banner-left small {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
}

.banner-left .font-300 {
  font-weight: 300;
}

.banner-right h2 {
  color: var(--yellow);
}

.first-screen__content {
  height: 40vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 3rem;
  position: relative;
}

.first-screen__content .link {
  text-transform: uppercase;
  font-size: 1.4rem;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  color: var(--text-color);
}

/**/

/* Ana Slider Konteyneri */
.slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  color: white;
  height: 128vh;
  padding: 40vh 0 12vh;
}

.nav-custom {
  position: absolute;
  z-index: 2;
  bottom: 2.5%;
  margin: 0 auto;
  right: 44%;
}

/* Slaytlar */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Yumuşak geçiş efekti */
  display: flex;
  align-items: end;
}

.slide.active {
  opacity: 1;
}

/* Her slayt için arkaplan gölgesi (metnin okunabilirliğini artırır) */
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* Slayt İçeriği */
.slide-content {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}

.slide-content .container {
  max-width: 850px;
}

.location-info {
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: right;
  max-width: 10em;
  margin-bottom: 9.8vh;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.92;
  display: none;
}

.slide-content h2 {
  font-size: 2.8rem;
  margin-bottom: 10vh;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.slide-content .area-info {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.slide-content .area-info sup {
  font-size: 28px;
}

.slide-content .view-link {
  font-size: 2.8rem;
  line-height: 1.42;
  z-index: 9;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: opacity 0.3s;
}

.slide-content .view-link:hover {
  color: var(--yellow) !important;
}

.view-link .arrow {
  margin-right: 10px;
}

/* Navigasyon Okları */
.nav-arrow {
  background-color: transparent;
  border: transparent;
  margin: 0px 5px;
}

.nav-arrow svg path,
.nav-arrow svg circle,
.nav-arrow svg path,
.nav-arrow svg circle {
  color: var(--white);
  transition: all 0.4s;
}

/* Geçiş Noktaları (Pagination Dots) */
.pagination-dots {
  position: absolute;
  z-index: 2;
  right: 18%;
  bottom: 30px;
  display: flex;
}

.dot {
  width: 10px;
  height: 10px;
  border: 1.5px solid white;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: white;
}

@media (min-width: 768px) {
  .main-slider__item {
    height: 128vh;
    padding: 40vh 0 12vh;
  }
}

/**/
.about-block {
  padding: 16rem 0 16rem;
  background-color: var(--white);
}

.about-block__title {
  position: relative;
  line-height: 1.1;
  margin-bottom: 3em;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.about-block__title__notice {
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.about-block__title__top {
  display: block;
  text-align: center;
  padding: 0 5em;
}

.about-block__title strong {
  font-weight: 500;
  color: var(--yellow);
}

.yellow {
  color: var(--yellow);
}

.sat_new_few_word_cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.about-block__content__top__logo {
  max-width: 65rem;
  width: calc(100% - 300px);
}

.sat_new_few_word_cont img {
  position: relative;
}

.about-resim {
  width: 100%;
  height: 500px;
  margin-right: 50px;
}

.about-resim img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.about-block__content__top__descr {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-block__content__top__descr p:not(:last-child) {
  margin-bottom: 1em;
}

.about-block__content__top__descr p {
  font-size: 1.8rem;
  line-height: 1.3;
}

.about-block__content__top {
  margin-bottom: 16rem;
}

.about-block__content__body__title {
  margin-bottom: 10rem;
}

/**/

.process-section {
  width: 100%;
  box-sizing: border-box;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.process-card {
  border-right: 1px solid currentColor;
  padding: 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.process-card:hover {
  transform: translateY(-10px);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-number {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 80px;
  font-weight: 700;
  color: #e0ded8;
  z-index: 1;
  user-select: none;
}

.card-icon {
  margin-bottom: 24px;
  color: var(--yellow);
  font-size: 44px;
}

.card-icon svg {
  width: 58px;
  height: 58px;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 35px 0;
  line-height: 1.2;
}

.card-description {
  color: #52525b;
  line-height: 1.3;
  margin: 0;
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-section {
    padding: 60px 20px;
  }
}

/**/

.awards-block {
  background-color: var(--text-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: var(--white);
}
.awards-block__title {
  position: relative;
  line-height: 1.125;
  margin-bottom: 3em;
}

.awards-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding-left: 0px;
}

.awards-block__list li {
  padding: 0 1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.awards-block__list li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.awards-block__list__item {
  background-color: var(--grey);
  padding: 3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards-block__list__item__top .h5 {
  margin-bottom: 1em;
}

.awards-block__list__item__top .h4 {
  text-transform: uppercase;
  max-width: 40rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: #fff;
}

.awards-block__list__item__center {
  display: block;
  text-align: center;
  margin: 3rem 0px;
}

.awards-block__list__item__center img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: grayscale(100%);
  object-position: center;
}

.awards-block__link {
  color: var(--grey-text);
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  align-items: center;
  z-index: 99;
}

.awards-block__link::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url("../images/arrow_right.svg") 0 center no-repeat;
  background-size: contain;
  opacity: 0.3;
  margin-left: 0.7em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.awards-block__link:hover {
  color: var(--yellow);
}

.awards-block__link:hover::after {
  opacity: 0;
}

/**/

/*video-alani*/
.video-alani {
  position: relative;
  overflow: hidden;
  z-index: 14;
  width: 100%;
}

.video-alani .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* YazÄ± renkleri */
.video-alani .header-title h2,
.video-alani .header-title p,
.video-alani a.btn-hakkimizda {
  color: #fff;
}

.mk-reveal {
  padding: 0px 0px;
}

.mk-reveal-image-pin {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  /* Kenarlara taÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸an kÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±sÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±mlarÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â± gizlemek iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
}

.mk-reveal-image {
  width: 100%;
  height: 720px;
  transform: scale(0.8, 0.8);
  /* BaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸langÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ta %80 boyutunda */
  clip-path: inset(0% 30%);
  /* BaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸langÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ta saÃƒÆ’Ã¢â‚¬ÂÃƒâ€¦Ã‚Â¸ ve sol kenar kÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±rpÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±lmÃƒÆ’Ã¢â‚¬ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ */
  transition: transform 0.1s ease-out, clip-path 0.1s ease-out;
}

.mk-reveal-image iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  min-width: 130% !important;
  min-height: 130% !important;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.reveal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Resmin dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼zgÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼n gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nmesini saÃƒÆ’Ã¢â‚¬ÂÃƒâ€¦Ã‚Â¸lar */
}

/**/

.team {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.team__top__title {
  width: 50%;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.team__top .team__members {
  width: 90%;
  margin: 0;
}

.team__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.team-member {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.team-member__img {
  line-height: 0;
  margin-bottom: 5rem;
  width: 100%;
}

.team-member__img img {
  line-height: 0;
  width: 100%;
  height: 287px;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
}

.team-member__name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.team-member__post {
  font-size: 1.5rem;
  line-height: 1.3;
}

/**/

.footer {
  background-color: #0d0d0d;
  color: var(--white);
}

.footer__main {
  padding: 3.4rem 0 10rem;
  position: relative;
  z-index: 9;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.direction {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__main__left__title {
  padding-left: 14vw;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.9166;
}

.footer__main {
  padding: 3.4rem 0 10rem;
}

.footer__main__right .to-top {
  font-size: 3.8rem;
  line-height: 1.42;
}

.footer__main__left__title a {
  display: table;
  color: var(--yellow);
}
.footer__bottom__left__title {
  margin-bottom: 3em;
}

.fz-12 {
  font-size: 12px;
}

.social--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  padding-left: 0;
  text-transform: uppercase;
}

.social--horizontal li:not(:last-child) {
  margin-right: 1em;
}

.social--horizontal li {
  list-style: none;
  margin-bottom: 0 !important;
}

a {
  color: #eae9e4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__bottom {
  padding: 4rem 0;
}
.footer__main__right .to-top:hover {
  color: var(--yellow);
}

/* Tam Ekran Menü Paneli */
.full-screen-menu {
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.7s;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* Menü açıldığında görünüre getiren class */
.full-screen-menu.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-content-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  background-color: var(--white);
  padding: 4rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto; /* Scroll aktif olsun */
}

/* Chrome, Edge, Safari */
.menu-content-wrapper::-webkit-scrollbar {
  width: 6px; /* İncelik */
}

.menu-content-wrapper::-webkit-scrollbar-track {
  background: transparent; /* Arka plan boş */
}

.menu-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #000; /* Siyah */
  border-radius: 10px; /* Oval görünüm */
}

/* Firefox */
.menu-content-wrapper {
  scrollbar-width: thin; /* İnce */
  scrollbar-color: #000 transparent; /* Siyah kaydırma, transparan arka plan */
}

/* MENÜ İÇERİĞİ */
.menu-header {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  z-index: 99;
}

.menu-header .hire-us {
  margin-right: 40px;
  cursor: pointer;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-right: 1.5789em;
  position: relative;
  top: -0.1em;
}

.menu-close-btn {
  position: relative;
  width: 30px;
  margin-top: -23px;
  height: 7px;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-close-btn::before,
.menu-close-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Dikey "MENU" yazısı */
.vertical-menu-text {
  width: 100%;
}

.menu-block__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 8rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.975;
  font-weight: 600;
}

.menu-block__subtitle {
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1.6em;
}

.vertical-menu-text .sections-label {
  writing-mode: horizontal-tb; /* İçindeki yazıyı düzeltir */
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 1px;
  margin-top: 15px;
}

/* Ana Menü Linkleri */
.menu-main-content {
  width: 100%;
}

.main-nav {
  margin-bottom: 5rem;
}

.main-nav ul,
.socials ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.main-nav a {
  font-size: 3.8rem;
}

.main-nav li:nth-child(1) {
  display: none;
}

.main-nav li {
  margin-bottom: 5px;
}

.main-nav li a {
  color: var(--text-color);
}

.main-nav li a:hover,
.main-nav li a.active {
  color: var(--yellow);
}

.main-nav li a {
  line-height: 1;
}

.main-nav li a.active::before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  margin-right: 0.2em;
}

.main-nav .active a {
  color: #8b795e; /* Vurgulu renk (kahverengi tonu) */
}

.main-nav .active a::before {
  content: "→ ";
}

/* Alt menüsü olan ana li elementine 'open' class'ı eklendiğinde ne olacağını tanımlıyoruz */

/* 1. Alt menüyü başlangıçta gizle ve yumuşak geçiş (animasyon) ekle */
.main-nav li.nav-submenu > ul.nav-submenu {
  max-height: 0; /* Başlangıçta yüksekliği sıfır */
  overflow: hidden; /* İçerik taşmasını engelle */
  transition: max-height 0.4s ease-in-out; /* Yükseklik değişimini 0.4 saniyede animasyonlu yap */
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 25px;
  display: none;
}

/* 2. JavaScript ile 'open' class'ı eklendiğinde alt menüyü göster */
.main-nav li.nav-submenu.open > ul.nav-submenu {
  max-height: 500px; /* İçeriğin sığabileceği kadar büyük bir değer ver. Animasyon bununla çalışacak. */
  display: block;
}

.main-nav li.nav-submenu > a.nav-link {
  position: relative;
  cursor: pointer; /* Tıklanabilir olduğunu belirtir */
}

.main-nav li.nav-submenu .acilir_urun a {
  font-size: 2.5rem;
}

.main-nav li.nav-submenu > a.nav-link::after {
  content: "+";
  font-family: monospace; /* İkonun düzgün görünmesi için */
  font-size: 1.1em; /* Boyutunu ayarla */
  font-weight: 300;
  position: absolute;
  right: 15px; /* Sağdan boşluk */
  top: 50%;
  transform: translateY(-50%); /* Dikey olarak tam ortala */
  transition: transform 0.3s ease; /* Döndürme animasyonu için */
}

/* 5. 'open' class'ı eklendiğinde ikonu '-' yap ve hafifçe döndür */
.main-nav li.nav-submenu.open > a.nav-link::after {
  content: "−"; /* Eksi işareti */
  transform: translateY(-50%) rotate(180deg); /* Açılırken dönme efekti */
}

.fz-12 {
  font-size: 12px;
}

/* Sosyal Medya Linkleri */
.socials {
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: uppercase;
}

.socials .socials-label {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}

.socials li {
  margin-bottom: 0.4em;
}

.socials a {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 600;
  color: #333;
  line-height: 1.1;
  display: inline-block;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

/* Alt Bilgi (Copyright) */
.menu-footer {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
}

/* --- ANİMASYONLAR --- */

/* Başlangıçta tüm animasyonlu elemanları gizle */
.animated-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Menü açıldığında animasyonlu elemanları görünür yap */
.full-screen-menu.is-open .animated-item {
  opacity: 1;
  transform: translateY(0);
}

/* Animasyonlar için GECİKME (Staggered effect) */
/* Panel animasyonu 0.7s sürdüğü için gecikmeler bundan sonra başlamalı */
.full-screen-menu.is-open .hire-us {
  transition-delay: 0.7s;
}
.full-screen-menu.is-open .menu-close-btn {
  transition-delay: 0.7s;
}
.full-screen-menu.is-open .vertical-menu-text {
  transition-delay: 0.8s;
}
.full-screen-menu.is-open .main-nav li:nth-child(1) {
  transition-delay: 0.9s;
}
.full-screen-menu.is-open .main-nav li:nth-child(2) {
  transition-delay: 1s;
}
.full-screen-menu.is-open .main-nav li:nth-child(3) {
  transition-delay: 1.1s;
}
.full-screen-menu.is-open .main-nav li:nth-child(4) {
  transition-delay: 1.2s;
}
.full-screen-menu.is-open .main-nav li:nth-child(5) {
  transition-delay: 1.3s;
}
.full-screen-menu.is-open .socials-label {
  transition-delay: 1.4s;
}
.full-screen-menu.is-open .socials li:nth-child(1) {
  transition-delay: 1.45s;
}
.full-screen-menu.is-open .socials li:nth-child(2) {
  transition-delay: 1.5s;
}
.full-screen-menu.is-open .socials li:nth-child(3) {
  transition-delay: 1.55s;
}
.full-screen-menu.is-open .socials li:nth-child(4) {
  transition-delay: 1.6s;
}
.full-screen-menu.is-open .menu-footer {
  transition-delay: 1.65s;
}

/**/

@media (min-width: 1024px) {
  .project-page__first-screen {
    background-attachment: fixed;
  }
}

.project-page__first-screen {
  background-size: cover;
}
.project-page__first-screen {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 4rem;
  position: relative;
  color: var(--white);
}

.project-page__first-screen::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.project-page__first-screen .container {
  position: relative;
  z-index: 2;
}

.project-page__first-screen__location {
  margin-bottom: 15vh;
}

.text-uppercase {
  text-transform: uppercase;
}

.project-page h4,
.project-page .h4 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1,
.h1 {
  font-size: 8rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.975;
  font-weight: 600;
}

sup {
  font-size: 0.6em;
  vertical-align: text-top;
  padding-left: 0.2em;
}

.project-page__first-screen__title .link {
  font-size: 14px;
}

.font-700,
b,
strong {
  font-weight: 700;
}

.project-page__inner {
  padding: 3rem 0;
  background-color: var(--white);
  margin-top: 15rem;
  margin-bottom: 6rem;
}

.project-page__inner {
  margin-top: 0;
  padding-top: 18rem;
}

.project-page__title {
  position: relative;
  line-height: 1.125;
  margin-bottom: 3em;
}

.project-page__title__notice {
  position: absolute;
  left: 0;
  top: 0.4em;
}

.project-page__title__top strong {
  display: block;
  text-align: center;
  padding: 0 5em;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.125;
}

.project-page__descr {
  margin-bottom: 15rem;
}

.project-page__descr__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-page__descr__left__item:not(:last-child) {
  margin-bottom: 4rem;
}

.project-page__descr__left__item {
  width: 22rem;
}

.project-page__descr__left__item .member-status {
  line-height: 1;
  margin-bottom: 1.1em;
  font-weight: 400;
}

.fz-12 {
  font-size: 12px;
}

.project-page__descr__right {
  width: 50%;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.project-page__descr__right p:not(:last-child) {
  margin-bottom: 1.5em;
}

.project-page__descr__right p {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
}

.project-page__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.project-page__photos__item {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.project-page__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-page__photos__item {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.new_sat_prof_nf .project-page__photos__item__two-photos {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new_sat_prof_nf .project-page__photos__item__two-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.project-page__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-page__photos__item__two-photos img {
  width: calc(50% - 1rem);
}

h5,
.h5 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* Ana resim sarmalayıcısı */
.proje-resimleri {
  display: flex;
  flex-wrap: wrap; /* Öğeler sığmazsa alt satıra geçir */
  gap: 15px; /* Resimler arasındaki boşluk */
  /* Sayfa yüklendiğinde resimler yerleşene kadar görünmesin (titremeyi önler) */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.proje-resimleri.loaded {
  opacity: 1; /* JavaScript ile yerleşim bitince görünür yap */
}

/* Her bir resim öğesi */
.resim-item {
  box-sizing: border-box; /* padding ve border genişliğe dahil edilsin */
  margin-bottom: 0px; /* Alt boşluk, gap desteklemeyen tarayıcılar için */
}

.resim-item img {
  width: 100%; /* Bulunduğu kutunun genişliğine tam sığsın */
  height: auto; /* Oranı koru */
  display: block; /* Altındaki gereksiz boşluğu kaldır */
  max-height: 800px;
}

/* JavaScript tarafından eklenecek sınıflar */

/* Geniş resimler için: tüm satırı kapla */
.resim-item.full-width {
  width: 100%;
}

/* Dikey/kare resimler için: yarım satırı kapla */
.resim-item.half-width {
  /* calc ile aradaki boşluğu hesaptan düşerek tam %50 olmasını sağlıyoruz */
  width: calc(50% - 7.5px);
}

/* Mobil cihazlar için (Örnek: 768px altı) */
@media (max-width: 768px) {
  /* Mobil'de tüm resimler alt alta gelsin istiyorsanız */
  .resim-item.half-width {
    width: 100%;
  }
}

/**/

.related {
  padding: 6rem 0 8rem;
}

.related__top {
  margin-bottom: 4.8rem;
}

.related h2,
.related .h2 {
  font-size: 1.5rem;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.9166;
}

.related-projects-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-projects-arrows .prev-arrow {
  margin-right: 2rem;
}

.related-projects-arrows .slick-arrow {
  position: relative;
  width: 6rem;
  height: 6rem;
  color: var(--text-color);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

.related-projects-arrows .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.related-projects-arrows .slick-arrow:hover {
  color: var(--yellow);
}

.related-projects-arrows .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.custom-slider-container {
  position: relative;
  width: 100%;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.slider-nav {
  display: flex;
  gap: 15px;
}
.slider-window {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider-item {
  flex: 0 0 calc(100% / 3);
  box-sizing: border-box;
  padding: 0 10px;
}

.slider-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.related__slider {
  margin: 0 -1rem;
}

.projects__list__item {
  position: relative;
  line-height: 0;
  height: 100%;
  aspect-ratio: 1;
}

.projects {
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.projects__title {
  line-height: 1;
  margin-bottom: 0.75em;
}

.projects-count {
  display: none;
  font-size: 0.6em;
  vertical-align: text-top;
}

.projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.projects__list li {
  width: 33.333%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.projects__list__item {
  position: relative;
  line-height: 0;
  height: 100%;
  aspect-ratio: 1;
}
.projects__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  line-height: 1;
}

.projects__list__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  display: block;
}

.projects__list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects__list__item--filled {
  overflow: hidden;
}

.projects__list__item--filled img {
  transition: transform 1s;
}
.projects__list__item--filled:hover::before {
  background: rgba(0, 0, 0, 0.6);
}
.projects__list__item--filled:hover img {
  transform: scale(1.2);
}

@media (min-width: 1300px) {
  .projects__list__item:before {
    opacity: 0;
  }
}

.projects__list__item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3rem;
  color: var(--white);
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 15;
}

@media (min-width: 1300px) {
  .projects__list__item__content {
    opacity: 0;
  }
}

.projects__list__item__location {
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (min-width: 1300px) {
  .projects__list__item__location {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

@media (min-width: 1300px) {
  .projects__list__item__name {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

.projects__list__item__name span {
  display: block;
  padding-left: 25%;
}

.projects__list__item:hover::before {
  opacity: 1;
}

.projects__list__item:hover .projects__list__item__content {
  opacity: 1;
}

.projects__list__item:hover .projects__list__item__location,
.projects__list__item:hover .projects__list__item__name {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.projects__list__item__title span {
  display: block;
  text-align: center;
}

.projects__list__item__link {
  font-size: 3.8rem;
  text-align: right;
  line-height: 1;
}

.projects__list__item__link a {
  display: inline-block;
}

.projects__list__item__link a:hover {
  color: var(--yellow);
}

.projects__list__item--descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects__list__item--descr::before {
  display: none;
}

a:hover {
  color: var(--yellow);
}

.projects__title {
  line-height: 1;
  margin-bottom: 0.75em;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.04em;
}

/**/

/* ======================== */
/* === TALEP MODAL STİLİ === */
/* ======================== */

/* Modal açıkken arkaplanın kaymasını engelle */
body.modal-open {
  overflow: hidden;
}

/* Modal Arka Planı (Overlay) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.75
  ); /* Görseldeki gibi koyu ve yarı saydam */
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;

  /* Başlangıçta gizli */
  visibility: hidden;
  opacity: 0;

  /* Yumuşak geçiş efekti */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Modal aktif olduğunda görünecek */
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Modal İçerik Kutusu */
.modal-content {
  background-color: #ffffff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  box-sizing: border-box;
  position: relative;

  /* Açılış animasyonu (küçülerek gelme) */
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Modal aktif olduğunda içerik kutusunun animasyonu */
.modal-overlay.active .modal-content {
  transform: scale(1);
  opacity: 1;
}

/* Kapatma Butonu (X) */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0;
}
.modal-close:hover {
  color: #000;
}

/* Başlıklar ve Metin */
.modal-content h2 {
  font-weight: 500;
  text-transform: inherit;
  font-weight: 500;
  line-height: 1.125;
  margin-bottom: 0.3em;
  color: #111;
  font-size: 4.8rem;
}

.modal-content p {
  font-size: 1.8rem;
  line-height: 1.33;
  max-width: 330px;
  margin-bottom: 3em;
}

/* Form Alanları */
.form-group {
  position: relative;
  margin-bottom: 35px !important;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.form-group .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  font-size: 16px;
  outline: none; /* Tıklandığında çıkan çerçeveyi kaldır */
  background-color: transparent;
  border-radius: 0px;
}

.form-group label {
  display: none;
}

.form-group .form-control::placeholder {
  font-family: var(--main-font);
  color: var(--text-color);
  font-size: 16px;
}

.form-group .form-control::placeholder {
  font-family: var(--main-font);
  color: var(--text-color);
  font-size: 16px;
}

.form-group input:focus {
  border-bottom-color: #000; /* Tıklandığında alt çizgi rengi */
}

.form-group textarea {
  height: 90px;
}
.form-group .guvenlik_resim {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.form-group .guvenlik_resim img {
  height: 25px;
}

/* Gönder Butonu */
.form-group .btn {
  width: 100%;
  padding: 18px;
  background-color: #222 !important;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; /* Harfleri büyük yap */
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.form-group .btn:hover {
  background-color: var(--yellow);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
  z-index: 999999;
}
#preloader #status {
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  padding-top: 114px;
  padding-bottom: 114px;
}
#preloader .slug_sat {
  font-style: normal;
  font-weight: 600;
  font-size: 36.9618px;
  line-height: 32px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #a18760;
}
@media (max-width: 767px) {
  #preloader .slug_sat {
    line-height: 1.2;
  }
}
#preloader .slug_sat span {
  font-style: italic;
  font-weight: 200;
}
#preloader .time_sat {
  color: #181818;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#preloader .line {
  height: 10px;
  background-color: #a18760;
  display: block;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

/**/

.outline-letter--main-page {
  width: 100%;
  height: 52.5vh;
  background: url(../images/letter-outline.png) 0 0 no-repeat;
  background-size: cover;
  position: fixed;
  left: -20px;
  top: 47.5vh;
  opacity: 0.3;
  z-index: 1;
  display: none;
}


@media(max-width:1024px){
  .first-screen__content {
    height: auto;
    min-height: auto;
  }

  .header__link,
  .header-top-sosyal{
    display: none;
  }

  .slider-container {
    height: auto;
    padding: 30vh 0 2vh;
  }

  .banner-left h1, .banner-right h2 {
    font-size: 40px;
  }

  .about-block__title__top {
      padding: 0 0;
      text-align: left;
  }

  .first-screen__content .link{
    display: none;
  }

  .banner-left small{
    display: none;
  }

  h3, .h3 {
      font-size: 25px;
      margin-bottom: 40px;
  }

  h5, .h5 {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1;
      position: relative;
      margin-bottom: 20px;
      display: inline-block;
  }

  .about-block__content__top__descr p {
      font-size: 20px;
  }

  .about-block__content__top {
      display: block !important;
  }

  .about-resim {
      width: 100%;
      height: 250px;
      margin-right: 0;
  }

  .about-block__content__top__descr {
      width: 100%;
      margin-top: 50px;
  }

  .process-card {
      border-right: none;
      padding: 0;
  }

  .card-description {
    font-size: 15px;
  }

  .process-section {
      padding: 0px 0px;
  }

  .awards-block__list{
    display: block;
  }

  .awards-block__list li{
    width: 100%;
  }

  .awards-block__list__item__top .h4 {
    text-transform: uppercase;
    max-width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
  }

  .mk-reveal-image {
    width: 100%;
    height: 300px;
  }

  .team__top .team__members {
      width: 100%;
  }

  .team-member__name {
      font-size: 17px;
  }

  .team-member__post {
      font-size: 12px;
  }

  .social {
      font-size: 10px;
  }

  .footer__main__left__title {
      padding-left: 0;
  }

  body {
      font-size: 11px;
  }

  .menu-content-wrapper {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--white);
      padding: 4rem 3rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow-y: auto;
      z-index: 999;
      align-items: center;
  }

  .full-screen-menu.is-open .vertical-menu-text .menu-block__title {
    display: none;
  }
  .full-screen-menu.is-open .socials{
    display: none;
  }

  .fz-12 {
    font-size: 22px;
    text-align: center;
  }

  .main-nav li.nav-submenu .acilir_urun a,
  .main-nav a {
    font-size: 30px;
    text-align: center;
  }

  .main-nav li.nav-submenu.open > ul.nav-submenu {
    max-height: 500px;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }

  .full-screen-menu.is-open .menu-footer{
    display: none;
  }

  .footer__bottom__left{
    display: none;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  .team__top__title {
    width: 100%; 
  }

  .projects__title {
      line-height: 1;
      margin-bottom: 0.75em;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: -0.04em;
      text-align: center;
  }

  .project-page h4, .project-page .h4 {
      font-size: 19px;
      font-weight: 600;
      letter-spacing: -0.05em;
      line-height: 22px;
  }

  .project-page__first-screen {
      width: 100%;
      height: 35vh;
  }

  .project-page__title__top strong {
      display: block;
      text-align: left;
      padding: 0;
  }

  .project-page__descr__left__item {
      width: auto;
  }

  .project-page__descr__right p {
      display: inline-block;
      font-size: 20px;
  }

  .project-page__descr {
      margin-bottom: 15rem;
      display: block;
  }


  .project-page__descr__left {
      width: 100%;
  }

  .project-page__descr__right {
      width: 100%;
  }

  .footer{
    margin-bottom: 30px;
  }

  .location-info {
      font-weight: 400;
      margin: 0 0 10px 0;
      text-align: right;
      max-width: 100%;
      margin-bottom: 70px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.05em;
      line-height: 0.92;
  }

  #preloader .slug_sat {
      line-height: 1.2;
      text-align: center;
      font-size: 45px;
  }
  
  .header .phone{
    display: none;
  }
}