@charset "UTF-8";
/* 
$color-primary: #996655;
$color-secondary: #456783;
$color-tertiary:#898905;
$color-grey-darkest:#202020;
$color-grey-darker:#404040;
$color-grey-dark:#808080;
$color-grey-lightest:#eeeeee;
$color-grey-lighter:#ccc;
$color-grey-light:#bababa;
*/
.stacked-radial {
  background: radial-gradient(circle at 50% 0, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0) 70.71%), radial-gradient(circle at 6.7% 75%, rgba(0, 0, 255, 0.5), rgba(0, 0, 255, 0) 70.71%), radial-gradient(circle at 93.3% 75%, rgba(0, 255, 0, 0.5), rgba(0, 255, 0, 0) 70.71%) beige;
  border-radius: 50%;
}

/* BASE DEFINITIONS */
/*
CSS Sıfırlama Başlangıcı
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 56.25em) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Oswald, sans-serif;
  /* Bazı tarayıcılarda body'nin de taşmasını engellememiz gerekir */
  overflow-x: hidden;
  position: relative;
}

/* roboto-condensed-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-200.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-200italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-200italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-300italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-300italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-500.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-500italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-500italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-700italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-900.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-900italic.woff2") format("woff2"), url("../fonts/roboto-condensed-v31-latin/roboto-condensed-v31-latin-900italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* oswald-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v57-latin/oswald-v57-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.lazy-img {
  visibility: hidden;
}

ul {
  font-size: 2rem;
}

/* ***************** **
** TYPEGRAPHY STYLES **
** ***************** */
.heading--elegant {
  display: grid;
  grid-template-columns: minmax(5rem, 1fr) auto minmax(5rem, 1fr);
  align-items: baseline;
  text-align: center;
  gap: 4rem;
  font-size: 2rem;
  font-weight: 400;
  color: #748D92;
  margin-bottom: 2.5rem;
}
.heading--elegant::before, .heading--elegant::after {
  content: "";
  border-top: 0.6rem double;
}

p.normal {
  display: block;
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: justify;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

address {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 56.25em) {
  address {
    font-size: 1.8rem;
  }
}
@media (max-width: 37.5em) {
  address {
    font-size: 1.6rem;
  }
}

/* Utilities */
/* THEME MODES STYLES */
.dark-mode {
  background-color: #212A31;
  color: #fff;
}

.light-mode {
  background-color: #fff;
  color: #212A31;
}

/* UTILITIES DEFINITIONS */
/* padding definitions */
/* ------------------- */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 2rem;
}

.p-2 {
  padding: 5rem;
}

.p-3 {
  padding: 10rem;
}

/* top paddings */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 2rem;
}

.pt-2 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 10rem;
}

/* bottom paddings */
.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 10rem;
}

/* left paddings */
.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 2rem;
}

.pl-2 {
  padding-left: 5rem;
}

.pl-3 {
  padding-left: 10rem;
}

/* right paddings */
.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 2rem;
}

.pr-2 {
  padding-right: 5rem;
}

.pr-3 {
  padding-right: 10rem;
}

/* left-right paddings */
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 10rem;
  padding-right: 10rem;
}

/* top-bottom paddings */
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* margin definitions */
/* ------------------ */
/* no margin */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 2rem;
}

.m-2 {
  margin: 5rem;
}

.m-3 {
  margin: 10rem;
}

/* top margins */
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 2rem;
}

.mt-2 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 10rem;
}

/* bottom margins */
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 10rem;
}

/* left margins */
.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 2rem;
}

.ml-2 {
  margin-left: 5rem;
}

.ml-3 {
  margin-left: 10rem;
}

/* right margins */
.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 2rem;
}

.mr-2 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 10rem;
}

/* left-right margins */
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-2 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-3 {
  margin-left: 10rem;
  margin-right: 10rem;
}

/* top-bottom margins */
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/* Height and Width Classes */
/* ------------------------ */
.halfHeight {
  height: 50vh;
}

.fullHeight {
  height: 100vh;
}

/* Background Colors */
/* ----------------- */
.bg-primary {
  background-color: #2E3944;
}

.bg-primary-dark {
  background-color: #212A31;
}

.bg-primary-light {
  background-color: #124E66;
}

.bg-secondary {
  background-color: #748D92;
}

.bg-tertiary {
  background-color: #D3D9D4;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-success {
  background-color: #28a745;
}

.bg-info {
  background-color: #17a2b8;
}

.bg-warning {
  background-color: #ffc107;
}

.bg-danger {
  background-color: #dc3545;
}

/* Scroll */
/* ------ */
.scroll-v {
  overflow-y: scroll;
}

.scroll-h {
  overflow-x: scroll;
}

.scroll {
  overflow: visible;
}

/* FLEX SETTINGS */
.flex-center {
  justify-content: center;
  align-items: center;
}

.hidden {
  visibility: hidden;
}

.no-margin {
  margin: 0;
}

.big-margin {
  margin: 10rem;
}

.medium-margin {
  margin: 5rem;
}

.small-margin {
  margin: 2rem;
}

.no-margin-no-padding {
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.padding-lr {
  padding: 0 10rem;
}
@media (max-width: 37.5em) {
  .padding-lr {
    padding: 0 2rem;
  }
}
@media (max-width: 56.25em) {
  .padding-lr {
    padding: 0 5rem;
  }
}

.padding-tb {
  padding: 10rem 0;
}
@media (max-width: 56.25em) {
  .padding-tb {
    padding: 5rem 0;
  }
}
@media (max-width: 37.5em) {
  .padding-tb {
    padding: 2rem 0;
  }
}

.padding {
  padding: 10rem;
}
@media (max-width: 37.5em) {
  .padding {
    padding: 2rem;
  }
}
@media (max-width: 56.25em) {
  .padding {
    padding: 5rem;
  }
}

.center-flexitems {
  align-items: center !important;
}

.full-height {
  height: 100%;
}

.reduced-font-size {
  font-size: 3rem;
  font-weight: 700;
}

.hidden {
  visibility: hidden;
}

.lazy-img {
  filter: blur(20px);
  transform: scale(1.05);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.lazy-img-loaded {
  filter: blur(0);
  transform: scale(1);
}

/* BUTTON CATALOG BASE */
.btn-catalog-base {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  transform: translateX(-50%);
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: white;
  text-align: center;
  background-color: #dc3545;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: self-show 5s ease-in-out infinite;
  z-index: 9999;
  cursor: pointer;
}
.btn-catalog-base::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 3.5rem;
  height: 0;
  margin-top: 1rem;
  background-image: url("/catalog/images/mp_catalog_cover.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9998;
}
.btn-catalog-base:hover {
  top: 0;
  border-radius: 0;
  animation-play-state: paused;
  background-color: #28a745;
}
.btn-catalog-base:hover::after {
  height: 20rem;
}

@keyframes self-show {
  0% {
    top: -4rem;
  }
  20% {
    top: -4rem;
  }
  50% {
    top: -5px;
  }
  80% {
    top: -4rem;
  }
  100% {
    top: -4rem;
  }
}
/* Butonun Temel Hali */
.btn-catalog-simple {
  position: relative;
  display: block;
  padding: 5px;
  background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-wrap: none;
  font-size: 1.8rem;
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3);
  cursor: pointer;
  /* Animasyonu başlat */
  animation: attention-swing 6s ease-in-out infinite;
}
.btn-catalog-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 6rem;
  background-image: url("/catalog/images/katalog_onkapak.jpg");
  background-repeat: no-repeat;
  background-position: center, 120px 135px;
  background-size: cover;
  height: 0;
}
.btn-catalog-simple::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 3.5rem;
  background-color: orangered;
  background-image: url("/catalog/images/katalog_onkapak.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  height: 0;
  z-index: 9998;
}
.btn-catalog-simple:hover {
  border-radius: 0;
  animation-play-state: paused; /* Üzerine gelince sallanmayı durdur */
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 210, 255, 0.5);
}
.btn-catalog-simple:hover::before {
  height: 135px;
  top: 3.5rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes attention-swing {
  0%, 80%, 100% {
    transform: translateX(0);
  } /* Uzun süre ortada sabit bekler */
  85% {
    transform: translateX(-100%);
  } /* %30 sola (temsili) */
  90% {
    transform: translateX(100%);
  } /* %70 sağa (temsili) */
  95% {
    transform: translateX(0);
  } /* Merkeze dönüş */
}
.btn-catalog-modern {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #00d2ff;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 1.8rem;
  overflow: clip;
  /* Bazı tarayıcı hatalarını gidermek için hayali bir maske */
  mask-image: -webkit-radial-gradient(white, black);
  /* Hafif Nefes Alma Efekti */
  animation: pulse-border 3s infinite;
  /* Arkadan Gelen Işık Dalgası */
}
.btn-catalog-modern::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, transparent, rgba(0, 210, 255, 0.4), transparent);
  transform: rotate(45deg);
  animation: shine-sweep 5s infinite;
}

@keyframes shine-sweep {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  } /* Işık hızlıca geçer */
  100% {
    left: 150%;
  } /* Geri kalan sürede ışık görünmez (bekleme) */
}
@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 210, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 210, 255, 0);
  }
}
/* BUTTON DEFINITIONS */
.btn-more {
  position: relative;
  width: 36rem;
  min-width: 20rem;
  padding: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: whitesmoke;
  text-align: center;
  background: #dc3545;
  border: none;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
  z-index: 98;
}
@media (max-width: 56.25em) {
  .btn-more {
    width: 50%;
  }
}
@media (max-width: 37.5em) {
  .btn-more {
    width: 100%;
  }
}
.btn-more:hover {
  background: #28a745;
  cursor: pointer;
}
.btn-more a {
  text-decoration: none;
  color: white;
}

/* COMMON BUTTON DEFINITIONS */
.btn {
  padding: 2rem;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.9s ease-in;
  border: 0.1rem solid darkslategray;
  box-sizing: border-box;
  z-index: 101;
}
@media (max-width: 37.5em) {
  .btn {
    margin: 2rem auto;
    width: 100%;
  }
}
.btn::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 167, 69, 0.4);
}
.btn:hover .btn::after {
  color: black;
  border: 0.1rem solid black;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn__get-in-touch {
  padding: 2rem 5rem;
  background-color: #28a745;
  border-radius: 2rem;
  text-align: center;
  margin: 2rem auto;
}
@media (max-width: 37.5em) {
  .btn__get-in-touch {
    width: 80%;
  }
}
.btn__more {
  position: relative;
  width: 100%;
  min-width: 24rem;
  max-width: 48rem;
  background-color: #dc3545;
  transition: all 0.2s ease-out;
  border-radius: 0.5rem;
  margin: 10rem 0;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .btn__more {
    text-align: center;
    font-size: 2.4rem;
    width: 100%;
  }
}
.btn__more::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  color: white;
  font-family: Abel, sans-serif;
  line-height: 5rem;
  background-color: rgba(40, 167, 69, 0.4) !important;
  transition: all 0.4s ease-in;
}
.btn__more:hover {
  background: linear-gradient(rgba(40, 167, 69, 0.25) 0%, rgba(40, 167, 69, 0.5) 25%, rgba(40, 167, 69, 0.75) 60%, rgba(40, 167, 69, 0.95) 100%);
}
.btn__more:hover::after, .btn__more:focus {
  left: 100%;
}
.btn:hover {
  color: white;
  background-color: rgba(40, 167, 69, 0.4);
  border: 0.1rem solid black;
  cursor: pointer;
}
.btn a {
  text-decoration: none;
  color: #fff;
}

.go-to-top {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  color: #28a745;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.2s;
  z-index: 1001;
  animation: flashButton 1s ease-in-out infinite;
}
.go-to-top:hover {
  cursor: pointer;
  color: #2E3944;
  background-color: #28a745;
  animation: none;
}

.btn-view {
  position: relative;
  display: block;
  width: 100%;
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #2E3944;
  transition: all 0.5s;
}
.btn-view:before {
  content: "View Project";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  background-color: #dc3545;
  color: #fff;
  transition: all 0.5s;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.9;
}
.btn-view:hover {
  opacity: 1;
}
.btn-view:hover:before {
  background-color: #28a745;
  width: 100%;
  height: 100%;
}

/* BUTTON FIRST CHARACTER VISIBLE */
.left-menu {
  position: fixed;
  top: 6rem;
  left: -2px;
  width: auto;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
  flex: 0;
  z-index: 100;
}
.left-menu .btn-firstchar-visible {
  width: 3.5rem;
  font-size: 2.4rem;
  color: #dedede;
  background-color: #dc3545;
  border-radius: 5px;
  text-align: center;
  padding: 0 1rem;
  white-space: nowrap;
  cursor: pointer;
  z-index: 101;
  display: flex;
  align-items: center;
  overflow: visible;
}
.left-menu .btn-firstchar-visible:nth-child(1) {
  animation: highlightFirstChar 4s 0.25s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(2) {
  animation: highlightFirstChar 4s 0.5s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(3) {
  animation: highlightFirstChar 4s 0.75s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(4) {
  animation: highlightFirstChar 4s 1s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(5) {
  animation: highlightFirstChar 4s 1.25s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(6) {
  animation: highlightFirstChar 4s 1.5s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(7) {
  animation: highlightFirstChar 4s 1.75s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible:nth-child(8) {
  animation: highlightFirstChar 4s 2s ease-in-out infinite;
}
.left-menu .btn-firstchar-visible span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  background-color: #28a745;
  transition: max-width 0.5s ease, opacity 0.3s ease, padding 0.5s ease;
  padding: 0 1rem 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.left-menu .btn-firstchar-visible:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  background-color: #28a745;
  animation-play-state: paused !important;
}
.left-menu .btn-firstchar-visible:hover span {
  max-width: 30rem;
  padding-left: 0;
  color: #fff;
  opacity: 1;
}

@keyframes highlightFirstChar {
  0% {
    color: #dedede;
  }
  5% {
    color: #000;
    transform: translateY(-2px);
  }
  95% {
    color: #dedede;
    transform: translateY(0);
  }
  100% {
    color: #dedede;
  }
}
/* E-CATALOG BUTTONS */
.ecatalog {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 8rem;
  width: 15rem;
  background-color: transparent;
  color: orangered;
  transition: all 0.5s ease-in;
  text-wrap: nowrap;
  z-index: 1001;
  cursor: pointer;
  border-radius: 1rem;
  animation: move-icon 2s ease-in-out 3;
}
.ecatalog--left {
  left: -12rem;
  flex-direction: row-reverse;
  writing-mode: vertical-lr;
}
.ecatalog--left:hover {
  left: 0;
}
.ecatalog--right {
  right: -12rem;
  flex-direction: row-reverse;
  writing-mode: vertical-rl;
}
.ecatalog--right:hover {
  right: 0;
}
.ecatalog--top {
  top: -17.5rem;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  writing-mode: horizontal-tb;
}
.ecatalog--top:hover {
  top: 0;
}
.ecatalog img {
  width: 12rem;
  left: 0;
}
.ecatalog__text {
  right: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.ecatalog__text--left {
  float: left;
}
.ecatalog__text--right {
  float: right;
}
.ecatalog__text:hover {
  color: #808080;
}

@keyframes move-icon {
  0% {
    top: -18.5rem;
  }
  50% {
    top: -16.5rem;
  }
  90% {
    top: -17.5rem;
  }
  100% {
    top: -17.5rem;
  }
}
/* FILTRELER CSS TANIMLARI */
.filter__wrapper {
  position: relative;
  width: 100%;
  background: transparent;
  padding: 12rem 4rem 2rem 10rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6e6e6;
  z-index: 26;
}
@media (max-width: 37.5em) {
  .filter__wrapper {
    flex-direction: column;
    padding: 12rem 4rem 2rem 4rem;
  }
}
.filter__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 8rem;
}
.filter__header h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.filter .filter__toggle-btn {
  cursor: pointer;
  transition: transform 0.3s ease-in;
}
.filter .filter__toggle-btn.close {
  transform: rotate(180deg);
}

.filters {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  padding: 0 2rem;
  margin-left: 2rem;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  color: #dedede;
}
@media (max-width: 56.25em) {
  .filters {
    margin-left: 1rem;
  }
}
@media (max-width: 37.5em) {
  .filters {
    flex-direction: column;
    flex: 1;
    gap: 0.3rem;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
  }
}
.filters.close {
  display: none;
}
.filters select {
  padding: 0.9rem 1.2rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #3a3c42;
  border-radius: 8px;
  color: #e6e6e6;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1rem 0;
}
@media (max-width: 37.5em) {
  .filters select {
    width: 100%;
    font-size: 1.6rem;
  }
}
.filters select option {
  color: #444;
  font-weight: 300;
}
.filters button {
  padding: 0.9rem 5rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  transition: background 0.2s ease;
  margin: 0.5rem 0;
}
@media (max-width: 37.5em) {
  .filters button {
    padding: 1.6rem;
    width: 100%;
  }
}
.filters #apply-filters {
  background: #fff;
  color: #111;
}
.filters #apply-filters:hover {
  background: #e6e6e6;
}
.filters #clear-filters {
  min-width: 16rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  background: rgba(220, 53, 69, 0.95);
  color: #fff;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .filters #clear-filters {
    font-size: 2rem;
  }
}
.filters #clear-filters:hover {
  background: rgba(40, 167, 69, 0.95);
}

/* GALLERY CSS TANIMLARI */
.gallery {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: inherit;
  padding: 5rem 0;
  z-index: 98;
}
@media (max-width: 75em) {
  .gallery {
    padding: 2rem 0;
  }
}
@media (max-width: 56.25em) {
  .gallery {
    padding: 2rem 0;
  }
}
.gallery__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
  width: 100%;
}
@media (max-width: 75em) {
  .gallery__items {
    padding: 2rem 0;
  }
}
@media (max-width: 37.5em) {
  .gallery__items {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.gallery__item {
  width: 30rem;
  height: 30rem;
  max-height: 30rem;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 75em) {
  .gallery__item {
    width: 30%;
    padding: 2rem 0;
  }
}
@media (max-width: 56.25em) {
  .gallery__item {
    width: 47%;
    padding: 2rem 0;
  }
}
@media (max-width: 37.5em) {
  .gallery__item {
    width: 100%;
    padding: 2rem 0;
  }
}
.gallery__item__img {
  height: 20rem;
  transition: all 0.5s;
  overflow: hidden;
}
.gallery__item__img img {
  border: 2px solid #ababab;
  width: 100%;
}
.gallery__item__caption {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 2;
  min-height: 8rem;
  max-height: 8rem;
  line-height: 3.2rem;
  color: #38e4ae;
  overflow: hidden;
}
.gallery__item__detail {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #dedede;
}
.gallery__item__btn {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #38e4ae;
  transition: all 0.5s;
  background-color: transparent;
  background-color: #343e3d;
  opacity: 0.5;
}
.gallery__item__btn a {
  text-decoration: none;
  color: #38e4ae;
}
@media (max-width: 37.5em) {
  .gallery__item__btn a {
    color: white;
  }
}
.gallery__item__btn::before {
  content: "";
  background-color: white;
  width: 0;
}
.gallery__item__btn:hover {
  opacity: 0.95;
  font-weight: 400;
  background-color: #28a745;
}
.gallery__item__btn:hover .gallery__item__btn::before {
  width: 100%;
}
.gallery__item:hover .gallery__item__img {
  height: 12rem;
  filter: brightness(40%);
  cursor: pointer;
}
.gallery__item:hover ~ .gallery__item__btn {
  margin-top: -6rem;
  border: 1px solid #38e4ae;
  opacity: 0.99;
}

.lang-wrapper {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  display: inline-block;
  cursor: pointer;
  font-family: inherit;
  margin-top: 0;
  z-index: 5001;
}
@media (max-width: 56.25em) {
  .lang-wrapper {
    top: 2.8rem;
    right: 7rem;
  }
}
.lang-wrapper::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
.lang-wrapper .lang-current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(125, 125, 125, 0.4);
  border-radius: 4px;
  color: black;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.lang-wrapper .lang-current i {
  font-size: 12px;
  opacity: 0.8;
}
.lang-wrapper .lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  min-width: 140px;
  background: #1a1a1a;
  border-radius: 4px;
  padding: 8px 0;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition-delay: 0.1s;
  z-index: 1000;
}
.lang-wrapper .lang-list li a {
  display: block;
  padding: 8px 16px;
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}
.lang-wrapper .lang-list li a span {
  font-size: 11px;
  opacity: 0.6;
  margin-left: 5px;
}
.lang-wrapper .lang-list li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.lang-wrapper .lang-list li.active a {
  color: #3498db;
  font-weight: bold;
}
.lang-wrapper:hover .lang-current {
  background: rgba(255, 255, 255, 0.1);
}
.lang-wrapper:hover .lang-list {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.menu-icon {
  position: absolute;
  top: 12rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  background-color: navy;
  color: white;
  cursor: pointer;
}

.equalizer-menu {
  position: fixed;
  right: -5rem; /* Başlangıçta içeride */
  top: 16rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: right 0.5s ease;
  /* Menü Aktif Olduğunda */
  /*
    &.active {
        right: -8rem; // Sadece 2rem dışarıda kalacak şekilde

        li {
        animation: equalizer-wave 1.5s ease-in-out infinite;
        animation-delay: calc(var(--i) * 0.15s); // Ekolayzer ritmi
        }
    }
  */
}
.equalizer-menu.active li:nth-child(1) {
  animation: eq-play-1 0.5s ease-in-out infinite alternate;
  animation-delay: 0.05s;
}
.equalizer-menu.active li:nth-child(2) {
  animation: eq-play-2 0.6s ease-in-out infinite alternate;
  animation-delay: 0.1s;
}
.equalizer-menu.active li:nth-child(3) {
  animation: eq-play-3 0.7s ease-in-out infinite alternate;
  animation-delay: 0.15s;
}
.equalizer-menu.active li:nth-child(4) {
  animation: eq-play-4 0.8s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}
.equalizer-menu.active li:nth-child(5) {
  animation: eq-play-5 0.9s ease-in-out infinite alternate;
  animation-delay: 0.25s;
}
.equalizer-menu li {
  width: 20rem;
  height: 2.5rem;
  background: #1a1a1a;
  color: #00d2ff;
  border-left: 3px solid #00d2ff;
  padding-left: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.3s;
}

@keyframes equalizer-wave {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2.5rem);
  } /* Dışarı doğru fırlama */
}
/* Belirli bir süre sonra durması için JS ile kontrol edeceğiz */
.stop-animation li {
  animation: none !important;
  transform: translateX(-1rem); /* Sabit bir görünürlük düzeyi */
}

@keyframes eq-play-1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1.5rem - 0.8rem));
  }
  100% {
    transform: translateX(calc(-0.5rem - 0.4rem));
  }
}
@keyframes eq-play-2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1.5rem - 1.6rem));
  }
  100% {
    transform: translateX(calc(-0.5rem - 0.8rem));
  }
}
@keyframes eq-play-3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1.5rem - 0rem));
  }
  100% {
    transform: translateX(calc(-0.5rem - 1.2rem));
  }
}
@keyframes eq-play-4 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1.5rem - 0.8rem));
  }
  100% {
    transform: translateX(calc(-0.5rem - 1.6rem));
  }
}
@keyframes eq-play-5 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1.5rem - 1.6rem));
  }
  100% {
    transform: translateX(calc(-0.5rem - 2rem));
  }
}
.fixed-smart_menu-wrapper {
  position: fixed;
  top: 13rem;
  right: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: cener;
  gap: 1rem;
  font-family: inherit;
  margin-top: 0;
  z-index: 5001;
  cursor: pointer;
}
.fixed-smart_menu-wrapper .menu-item {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(125, 125, 125, 0.4);
  border-radius: 4px;
  background: rgba(220, 53, 69, 0.9);
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.fixed-smart_menu-wrapper .menu-item:hover {
  background: rgba(40, 167, 69, 0.95);
  color: #fff;
}

/* MIDDLE MENU 
----------------------------------------------------------*/
.middlemenu {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  box-sizing: border-box;
}
@media (max-width: 37.5em) {
  .middlemenu {
    height: auto;
  }
}
.middlemenu__items {
  position: relative;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2.5rem;
  align-items: center;
}
.middlemenu__items--item {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #dedede;
}
@media (max-width: 37.5em) {
  .middlemenu__items--item {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.middlemenu__items--item:hover, .middlemenu__items--item:focus {
  color: #343e3d;
}

/* SIDE MENU */
.sidemenu {
  position: fixed;
  top: 20rem;
  bottom: 0;
  margin-left: auto;
  right: 0 !important;
  align-items: flex-end;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  pointer-events: none;
}
.sidemenu.left {
  right: auto;
  left: 0 !important;
  align-items: flex-start;
}
.sidemenu.left .sidemenu__item {
  border-radius: 0 0.8rem 0.8rem 0;
  transform: translateX(calc(-100% + 2rem));
}
.sidemenu.left .sidemenu__item:hover {
  transform: translateX(0);
  font-weight: 700;
}
.sidemenu__item {
  width: fit-content;
  background-color: orangered;
  font-family: "Abel", sans-serif;
  font-size: 1.6rem;
  color: white;
  white-space: nowrap;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1rem 3rem;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  border-radius: 0.8rem 0 0 0.8rem;
  transform: translateX(calc(100% - 2rem));
  cursor: pointer;
}
.sidemenu__item:hover {
  transform: translateX(0);
  font-weight: 700;
}
.sidemenu__item a {
  text-decoration: none;
  color: white;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* SEARCH BOX CSS TANIMLARI */
.search-box {
  position: relative;
  width: auto;
  min-width: 30rem;
  padding: 0.5rem 6rem 0.5rem 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #3a3c42;
  border-radius: 8px;
  color: rgba(238, 102, 102, 0.4);
  font-size: 1.3rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 98;
}
.search-box input {
  position: relative;
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #333;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
}
.search-box input:hover {
  background-color: rgba(255, 255, 255, 0.99);
}
.search-box .fa-search {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  padding: 1.5rem;
  background-color: #666;
  border-left: 1px solid #444;
  transform: scale(1.4) translateY(2px);
  transform-origin: center;
  cursor: pointer;
}
.search-box .fa-search:hover {
  color: #fff;
}

/* SLIDINGTEXT CSS TANIMLARI */
.slidingtext {
  position: relative;
  width: 100%;
  height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem 0;
  z-index: 99;
}
@media (max-width: 56.25em) {
  .slidingtext {
    display: block;
    flex-direction: column;
    align-items: center;
  }
}
.slidingtext__caption {
  width: 50%;
  height: 100%;
  font-size: 2.8rem;
  color: #38e4ae;
  text-align: right;
  line-height: 8rem;
  border-right: 1px solid #fff;
  padding: 0 2rem;
  overflow: hidden;
}
@media (max-width: 75em) {
  .slidingtext__caption {
    font-size: 1.8rem;
  }
}
@media (max-width: 56.25em) {
  .slidingtext__caption {
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
  }
}
.slidingtext__caption span {
  display: inline-block;
  white-space: nowrap;
  animation: slidetextleft 10s ease-in infinite;
}
.slidingtext__text {
  width: 50%;
  height: 8rem;
  font-size: 2rem;
  padding: 2rem;
  color: #dedede;
  line-height: 4rem;
  overflow: hidden;
}
@media (max-width: 75em) {
  .slidingtext__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 56.25em) {
  .slidingtext__text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.slidingtext__text span {
  display: inline-block;
  white-space: nowrap;
  animation: slidetextright 10s ease-in infinite;
}

@keyframes slidetextleft {
  0% {
    margin-left: 110%;
  }
  40% {
    margin-left: 0;
  }
  60% {
    margin-left: 0%;
  }
  100% {
    margin-left: 110%;
  }
}
@keyframes slidetextright {
  0% {
    margin-left: -200%;
  }
  40% {
    margin-left: 0;
  }
  60% {
    margin-left: 0;
  }
  100% {
    margin-left: -200%;
  }
}
/* UNORDERED LISTS DEFINITIONS */
.lists {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 37.5em) {
  .lists {
    flex-direction: column;
  }
}
.lists .list {
  display: block;
  margin-bottom: 2rem;
  width: 30%;
  min-width: 30rem;
}
@media (max-width: 37.5em) {
  .lists .list {
    width: 100%;
  }
}
.lists .list .list-title {
  color: #38e4ae;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 4rem;
  border-bottom: 1px solid #dedede;
  color: #dedede;
  margin-bottom: 1rem;
}
.lists .list .list-item {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #808080;
  line-height: 4.2rem;
}
.lists .full-width {
  width: 100%;
}

/* HEADER DEFINITIONS */
.header {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%; /* 100vw yapma! */
  max-width: 100%;
  height: 10rem;
  padding: 0 10rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: white;
  border-bottom: 1px solid rgba(56, 228, 174, 0.2);
  z-index: 101;
}
@media (max-width: 37.5em) {
  .header {
    padding: 0 2rem;
  }
}
@media (max-width: 56.25em) {
  .header {
    padding: 0 5rem;
  }
}
.header__background {
  background-color: rgba(255, 255, 255, 0.98);
  color: rgb(20, 20, 20);
}
.header__transparent {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.header__logo {
  position: fixed;
  top: 0;
  left: calc(10rem - 8px);
}
@media (max-width: 37.5em) {
  .header__logo {
    left: 2rem;
  }
}
@media (max-width: 56.25em) {
  .header__logo {
    left: 5rem;
  }
}
.header__logo__img {
  height: 6rem;
  margin: 2rem 0;
}
@media (max-width: 37.5em) {
  .header__logo__img {
    height: 6.5rem;
  }
}
.header__logo:hover {
  cursor: pointer;
}
.header__sticky {
  position: fixed;
  background-color: #fff;
  color: #343e3d;
}

.top-links {
  position: fixed;
  top: 0;
  left: 0;
  height: 6rem;
  background-color: rgba(20, 20, 40, 0.8);
  width: 100%;
  text-align: center;
}

/* FOOTER DEFINITIONS */
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
@media (max-width: 37.5em) {
  .footer {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}
.footer__logo {
  padding-top: 1rem;
  height: 5rem;
}
.footer__logo img {
  height: 100%;
}
.footer__nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.02);
  margin: 2rem 0;
}
@media (max-width: 37.5em) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__nav__title {
  font-size: 1.6rem;
  color: #dedede;
  border-bottom: thin solid darkslategray;
  text-transform: uppercase;
  font-weight: 700;
}
.footer__nav__item {
  font-family: "Abel", sans-serif;
  font-size: 1.4rem;
  list-style: none;
  margin: 2rem;
  padding: -2rem;
  padding-left: 2rem;
  line-height: 4rem;
}
@media (max-width: 37.5em) {
  .footer__nav__item {
    border-left: none;
    border-top: thin solid darkslategray;
  }
}
.footer__nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: darkgray;
}
.footer__nav a::hover {
  color: whitesmoke;
}
.footer__nav a:last-of-type {
  margin-right: 2rem;
}

.terms {
  font-family: "Oswald", sans-serif;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  align-items: flex-end;
}
.terms__item {
  display: inline;
  padding: 0 2rem;
}
.terms__item a {
  color: darkslategray;
  font-size: 1.5rem;
  filter: brightness(90%);
  text-decoration: none;
}
.terms__item:hover a {
  color: whitesmoke;
}

.copyright {
  font-family: "Oswald", sans-serif;
  width: 100%;
  padding: 1rem;
  color: darkslategray;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: thin solid darkslategray;
  box-sizing: border-box;
}

/* MAIN DEFINITONS */
.main {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: inherit;
  z-index: 0;
}

/* NAVIGATION ITEMS */
.navigation {
  width: 100vw;
  z-index: 1001;
  overflow: hidden;
}
.navigation__checkbox {
  display: none;
}
.navigation__button, .navigation__background {
  display: none;
}
@media (max-width: 56.25em) {
  .navigation__button, .navigation__background {
    display: block;
  }
}
.navigation__button {
  position: fixed;
  top: 3rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.navigation__background {
  display: none;
  position: fixed;
  top: 3.5rem;
  right: 2.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-image: radial-gradient(#000, #28a745);
}
@media (max-width: 37.5em) {
  .navigation__background {
    display: block;
  }
}
.navigation__nav {
  position: fixed;
  padding: 2rem;
  top: 4rem;
  right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: inherit;
}
@media (max-width: 56.25em) {
  .navigation__nav {
    right: 0;
    flex-direction: column;
    display: none;
  }
}
.navigation__nav__item:link, .navigation__nav__item:visited {
  font-weight: 400;
  font-size: 1.6rem;
  margin-right: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 37.5em) {
  .navigation__nav__item:link, .navigation__nav__item:visited {
    background-image: linear-gradient(120deg, transparent 0, transparent 50%, white 50%);
    background-size: 250%;
    transition: all 0.4s;
    color: white;
  }
}
.navigation__nav__item:hover, .navigation__nav__item:active {
  border-bottom: 0.2rem solid #343e3d;
  color: #dedede;
}
@media (max-width: 37.5em) {
  .navigation__nav__item:hover, .navigation__nav__item:active {
    background-position: 100%;
    color: black;
  }
}
.navigation__nav__item__active {
  border-bottom: 0.2rem solid #404040;
}
.navigation__nav__item::before {
  content: "";
  width: 0.2rem;
  height: 0rem;
  background-color: #404040;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  margin-top: -2rem;
}
@media (max-width: 37.5em) {
  .navigation__nav__item::before {
    background-color: #606060;
  }
}
.navigation__nav__item:hover::before {
  height: 6rem;
  background-color: #dedede;
}
@media (max-width: 37.5em) {
  .navigation__nav__item:hover::before {
    display: none;
    width: 10rem;
  }
}
.navigation__rightnav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #dedede;
  pointer-events: none;
  width: 0;
  height: 100vh;
  row-gap: 5rem;
}
.navigation__rightnav__item {
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 5rem;
  padding: 0 3rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  transform: translateX(calc(100% - 2rem));
  text-wrap: nowrap;
  text-decoration: none;
  color: inherit;
  background-image: linear-gradient(#000, #28a745, #000);
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  pointer-events: auto;
}
.navigation__rightnav__item:hover {
  transform: translateX(0);
}
.navigation__icon {
  position: relative;
  top: -2px;
  z-index: 2;
  background-color: #dedede;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 2rem;
  height: 2px;
  height: 2px;
  background-color: #dedede;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.8rem;
}
.navigation__icon::after {
  top: 0.8rem;
}
.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button::before {
  transform: rotate(-45deg);
}
.navigation__checkbox:checked + .navigation__button::after {
  transform: rotate(45deg);
}
.navigation__checkbox:checked ~ .navigation__background {
  display: block;
  transform: scale(85);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  transform: rotate(45deg);
  top: 0;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(1) {
  animation: rightMenuShow 2s ease-in-out infinite;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(2) {
  animation: rightMenuShow 3s 0.1s ease-in-out infinite;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(3) {
  animation: rightMenuShow 4s 0.2s ease-in-out infinite;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(4) {
  animation: rightMenuShow 5s 0.3s ease-in-out infinite;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(5) {
  animation: rightMenuShow 4s 0.4s ease-in-out infinite;
}
.navigation__checkbox:checked ~ .navigation__rightnav .navigation__rightnav__item:nth-child(6) {
  animation: rightMenuShow 3s 0.5s ease-in-out infinite;
}

@keyframes rightMenuShow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(100% - 2rem));
  }
  100% {
    transform: translateX(0);
  }
}
/* SECTION DEFINITIONS */
section {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  width: 100%;
  height: 100vh;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 75em) {
  section {
    height: auto;
  }
}
section .section {
  position: relative;
  width: 100%;
  padding: 10rem;
  z-index: 99;
}
@media (max-width: 56.25em) {
  section .section {
    padding: 10rem 5rem;
  }
}
@media (max-width: 37.5em) {
  section .section {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    padding: 5rem;
  }
}
section .section .flex-row {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 56.25em) {
  section .section .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
section .section .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 56.25em) {
  section .section .flex {
    justify-content: space-between;
    gap: 10rem;
  }
}
section .section__container {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: inherit;
  padding: 0;
  z-index: 98;
}
section .section__title {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  height: 10rem;
  max-height: 12rem;
  line-height: 10rem;
  box-sizing: border-box;
  padding-left: 5rem;
  z-index: 99;
  color: #28a745;
}
@media (max-width: 56.25em) {
  section .section__title {
    padding: 0 5rem;
  }
}
@media (max-width: 37.5em) {
  section .section__title {
    line-height: 10rem;
    margin-top: 5rem;
  }
}
section .section__title::before {
  content: "";
  position: absolute;
  margin-left: -5rem;
  margin-top: 4rem;
  width: 4rem;
  height: 2rem;
  font-weight: 700;
  border: 0.2rem solid rgba(222, 222, 222, 0.99);
  padding-right: 2rem;
}
@media (max-width: 37.5em) {
  section .section__title::before {
    padding-right: 0.5rem;
  }
}
section .section__title::after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(200, 60, 80, 0.9);
}
@media (max-width: 37.5em) {
  section .section__title::after {
    display: none;
    width: 50%;
  }
}
section .section__subtitle {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 6rem;
  text-align: left;
  color: #38e4ae;
  padding-top: 5rem 0 0 0;
  white-space: pre-line;
}
@media (max-width: 56.25em) {
  section .section__subtitle {
    font-size: 2.4rem;
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 37.5em) {
  section .section__subtitle {
    font-size: 2.4rem;
    padding: 0;
  }
}
section .section__details {
  width: 100%;
  height: 100%;
  text-transform: initial;
  color: #808080;
  line-height: 4.8rem;
  text-align: justify;
  font-size: 2.4rem;
  font-weight: 300;
  padding: 5rem 0;
}
@media (max-width: 75em) {
  section .section__details {
    width: 100%;
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 37.5em) {
  section .section__details {
    width: 100%;
    font-size: 2.4rem;
    padding: 5rem 0 0 0;
  }
}
section::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: var(--mask-color, rgba(0, 0, 0, 0.4));
  transition: background 0.5s ease;
  pointer-events: none; /* maskenin tıklamayı engellememesi için */
  z-index: 2;
}
section .fullpage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* background-size: cover gibi */
  object-position: center;
  z-index: -1;
}
section .four-images {
  display: flex;
  width: 100vw;
  height: 100vh;
}
section .four-images .img-frame {
  width: 25%;
  height: 100%;
  overflow: hidden; /* kırpma burada gerçekleşiyor */
  position: relative;
}
section .four-images .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* oranı koru + çerçeveyi doldur */
  object-position: center; /* kırpma merkezden */
}
section .four-images .img-frame.left img {
  object-position: left center;
}
section .four-images .img-frame.right img {
  object-position: right center;
}
section .four-images .img-frame.custom img {
  object-position: var(--pos, center) center;
}

/*# sourceMappingURL=common.css.map */
