@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url(../fonts/font.css);
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Urbanist", sans-serif !important;
  background-color: #fff;
  color: #121212;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt0 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb0 {
  margin-bottom: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

img {
  width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  background-color: #2f2f2f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

button {
  background-color: transparent;
  border: 0;
}

.page-padding {
  padding: 70px 0 !important;
}

.bg-theme {
  background: #1e4341;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 40px !important;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}
.type p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  color: black;
}

.type.kurumsal {
  color: #fff !important;
}

.context {
  line-height: 1.5;
  color: #404040;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  word-wrap: break-word;
  margin-bottom: 22px;
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}

.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}

.img-search .figure-img-search {
  width: 100%;
  object-fit: contain;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}

.search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}

.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}

.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #1e4341 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #1e4341;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-text h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.4em;
}

.search-text h4 a {
  color: #000;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.copyright-area-inner {
  width: 100%;
}

.copyright-area {
  padding: 10px 0;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.copyright-area p {
  margin-right: 25px;
  color: #000;
  font-size: 18px;
}

.copyright-text span {
  color: #000;
}

.sanatustuCopy a {
  color: #dadada !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #dadada;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #dadada;
  font-size: 25px;
}

.copyright-text {
  padding: 25px 0;
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: #1e4341;
  font-weight: 500;
  opacity: 1 !important;
}

.copyright-text a,
.copyright-text span {
  opacity: 1 !important;
  color: #dadada;
}

.copyright-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-text ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #dadada;
}

.copyright-text ul li + li {
  margin-left: 15px;
  border-left: 1px solid #a7d0ce;
  padding-left: 20px;
}

@media screen and (max-width: 800px) {
  .copyright-text {
    flex-direction: column;
  }
  .copyright-text span:first-child {
    margin-bottom: 10px;
  }
}
.footer-area .footer-area-inner {
  display: grid;
  gap: 80px 60px;
  grid-template-columns:  290px 190px 190px 290px;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 94px;
}

.section-spacing-top {
  padding-top: 150px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing-top {
    padding-top: 120px;
  }
}
.footer-area .footer-area-inner > *:first-child {
  grid-row: span 2;
  position: relative;
}

.footer-area .footer-area-inner > * {
  min-width: 130px;
}

.footer-area .footer-logo img {
  height: 150px;
  object-fit: contain;
  padding-right: 18px;
    position: relative;
    margin-top: -40px;
}

.show-light {
  display: inline-block;
}

.footer-area .footer-area-inner > *:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 400px);
  background-color: rgba(18, 18, 18, 0.08);
  top: -200px;
  inset-inline-end: 0;
}

.footer-area .footer-widget-wrapper .title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  color: #c1c1c1;
}

.footer-area .footer-nav-list {
  margin-top: 27px;
}

.footer-area .footer-nav-list li {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #dadada;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-nav-list li:hover {
  color: #646464;
}

.footer-area .newsletter-text {
  margin-top: 29px;
}
.footer-area .newsletter-text p {
  padding: 0;
  margin: 0;
  line-height: 1.41;
  font-weight: 400;
  font-size: 15px;
  color: #dadada;
}

.subscribe-form {
  margin-top: 11px;
}

.subscribe-form .input-field {
  background-color: #062f2c;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 23px;
}

.subscribe-form .input-field .icon {
  color: #dadada;
}

.subscribe-form .input-field input {
  border: 0;
  background-color: #00312d00;
  color: #dadada;
  font-weight: 400;
  width: 100%;
}
.subscribe-form .input-field input::placeholder {
  font-weight: 600;
}

.copyright-area {
  border-top: 1px solid rgb(238 238 238 / 8%);
}

.footer-area .footer-nav-list li .location {
  margin-bottom: 22px;
  display: inline-block;
}

.text-underline {
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-area .social-links {
  display: flex;
  
  color: #dadada;
}

.footer-area .social-links li {
  font-size: 25px;
    background: white;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    border-radius: 27px;
    color: #161717;
    padding: 6px;
}

.footer-area .social-links li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 1399px) {
  .footer-area .footer-area-inner {
    padding-top: 80px;
    padding-bottom: 74px;
    grid-template-columns:  290px 190px 190px 290px;
  }

  .footer-area .footer-widget-wrapper .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-area-inner {
    padding-top: 60px;
    padding-bottom: 54px;
    gap: 50px 60px;
    grid-template-columns: auto auto auto;
  }

  .footer-area .footer-area-inner > *:first-child {
    grid-row: auto;
  }

  .footer-area .footer-area-inner > *:first-child:after {
    display: none;
  }

  .footer-area .footer-area-inner > *.newsletter {
    grid-column: span 2;
  }

  .footer-area .footer-widget-wrapper .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-inner {
    grid-template-columns: auto auto;
    gap: 25px 60px !important;
  }

  .footer-area .footer-area-inner > *.newsletter {
    order: 1;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-area-inner {
    grid-template-columns: auto;
  }

  .logokutu {
    position: relative;
    left: -30px;
}

 

  .footer-area .footer-area-inner > *.newsletter {
    grid-column: auto;
  }
}
footer {
  border-top: 1px solid rgb(18 18 18 / 81%);

  background: url(../img/footer-bg-logo.png),right, no-repeat, linear-gradient(180deg, #171818, #151515);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/*
.mask-image {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    black 20%,
    black 80%,
    rgba(0, 0, 0, 0)
  );
}
  */

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.carouselTicker__list {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.carouselTicker__item {
  margin: 0 32px;
  float: left;
  text-align: center;
      width: 84px;
}

.carouselTicker_vertical .carouselTicker__list {
  margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
  margin: 0 0 5px 0;
  line-height: 60px;
  text-align: center;
}

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item,
#carouselTicker-buttons-controls-example .carouselTicker__item {
  width: auto;
  height: auto;
  line-height: normal;
}

.carouselTicker__item img {
  vertical-align: top;
  height: 70px;
  object-fit: contain;
}

.carouselTicker__item {
  margin: 0 32px;
  float: left;
  text-align: center;
}

.arouselTicker__item img {
  height: 42px;
  object-fit: contain;
}

.header.header-two {
   background: rgb(15 13 11 / 31%);
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .header {
    padding: 16px 12px;
  }
}
.header {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 5;
}

.header .header-container,
.header .header-container .brokers-dropdown {
  display: flex;
  align-items: center;
}

.header .header-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1760px;
  padding-left: 50px;
    padding-right: 50px;
  justify-content: space-between;
  position: relative;
}

.gap-2 {
  gap: 0.5rem !important;
}

.header .header-container .menu-dropdown-container {
  align-items: center;
}

.header .header-container .menu-dropdown-container > *:not(:last-child) {
  margin-right: 8px !important;
}

.header .header-container .menu {
  align-items: center;
}

.header .header-container .menu-overlay {
  visibility: inivisible;
  opacity: 0;
  transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 3;
}

.close-btn {
  top: 32px;
  right: 16px;
  color: white;
  font-size: 1.4rem;
}

.header .header-container .menu .dropdown-item {
  position: relative;
  padding: 8px 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(0);
}

.header .header-container .menu .dropdown-item button {
  color: #fff;
    padding: 0px 4px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    /* text-transform: uppercase; */
    min-width: max-content;
    background-color: transparent;
    gap: 3px;
    font-size: 17px !important;
    font-family: "Urbanist", sans-serif !important;
}

.header .header-container .menu .dropdown-item .dropdown-list {
  top: 100%;
  border: 1px solid rgba(194, 196, 200, 0.1);
  border-radius: 4px;
  left: 0;
  z-index: 2;
  padding: 4px;
  width: 100%;
  min-width: 240px;
  background-color: white;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  flex-direction: column;
}

.header .header-container .menu .dropdown-item .dropdown-list li a {
  font-weight: 500;
  display: inline-flex;
  padding: 8px 16px;
  width: 100%;
  transition-duration: 0.3s;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .gap-lg-3 {
    gap: 1rem !important;
  }

  .header .header-container .menu-dropdown-container {
    gap: 12px;
  }
}
@media screen and (min-width: 579px) {
  .br-right-white {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 576px) {
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-container .menu {
    display: flex;
  }

  .close-btn {
    display: none;
  }

  .header .header-container .menu .dropdown-item {
    padding: 21px 4px;
  }

  .header .header-container .menu .dropdown-item .dropdown-list {
    display: none;
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
  }

  .header .header-container .menu .dropdown-item:hover ul {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  header img {
    width: 130px;
    object-fit: contain;
  }
  #menu-btn {
    display: none !important;
  }

  .header .header-container .menu.active {
    transform: translateX(0);
    visibility: visible;
  }

  .header .header-container .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    transition-duration: 0.5s;
    width: 300px;
    transform: translateX(-120%);
    visibility: hidden;
    background-color: #343434;
  }

  .header .header-container .menu .broker-review,
  .header .header-container .menu .dropdown-item {
    border-bottom: 1px solid rgba(235, 236, 237, 0.3);
  }

  .header .header-container .menu .broker-review button,
  .header .header-container .menu .dropdown-item button {
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }

  .header .header-container .menu .dropdown-item .dropdown-list {
    max-height: 0;
    overflow-y: auto;
    visibility: hidden;
    border: none;
    padding: 0 4px;
    margin-top: 4px;
    transition: all 0.25s ease-in;
  }

  .header .header-container .menu .dropdown-item .dropdown-list.active {
    max-height: 300px;
    padding: 0 4px;
    height: auto;
    visibility: visible;
  }

  .header .header-container .menu .dropdown-item .dropdown-list {
    max-height: 0;
    overflow-y: auto;
    visibility: hidden;
    border: none;
    padding: 0 4px;
    margin-top: 4px;
    transition: all 0.25s ease-in;
  }
}
.btn-secondary {
  border-radius: 50px;
  padding: 10px 16px;
  background-color: #274140;
  color: #fff;
  border: unset !important;
  position: relative;
  overflow: hidden;
}
.btn-secondary::after,
.btn-secondary::before {
  position: absolute;
  width: 50%;
  height: 0;
  content: "";
  background-color: #000;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn-secondary::before {
  bottom: 0;
  left: 0;
}
.btn-secondary::after {
  top: 0;
  right: 0;
}
.btn-secondary:hover {
  background-color: #1e4341 !important;
}
.btn-secondary:hover::after,
.btn-secondary:hover::before {
  height: 100%;
}
.btn-secondary span {
  position: relative;
  z-index: 3;
}

.header .header-container .menu-dropdown-container .globe-btn,
.header .header-container .menu-dropdown-container .link,
.header .header-container .menu-dropdown-container .mobile-menu-btn,
.header .header-container .menu-dropdown-container .mobile-search-btn,
.header .header-container .menu-dropdown-container .profile-dropdown-btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-container .menu-dropdown-container .globe-btn i,
.header .header-container .menu-dropdown-container .link i,
.header .header-container .menu-dropdown-container .mobile-menu-btn i,
.header .header-container .menu-dropdown-container .mobile-search-btn i,
.header .header-container .menu-dropdown-container .profile-dropdown-btn i {
  color: #fff;
  font-size: 1.4rem;
}

.header .header-container .language-dropdown .dropdown-menu.show {
  right: 0 !important;
  left: auto !important;
  top: 105%;
}

.header .header-container .language-dropdown .dropdown-menu {
  padding: 6px;
  transition-duration: 0ms;
}

.dropdown-menu.show {
  display: block;
}

.header .header-container .language-dropdown .dropdown-menu li a {
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  transition-duration: 0.4s;
}

.header .header-container .language-dropdown .dropdown-menu li a:hover {
  background-color: rgba(5, 115, 183, 0.15);
  color: #1e4341;
}

.header .header-container .search-mobile {
  position: relative;
}

.header .header-container .search-mobile .mobile-search-form {
  position: absolute;
  transform: translate(-50%, -200%);
  top: 100%;
  left: 40%;
  transition-duration: 0.3s;
  visibility: hidden;
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  z-index: 2;
  min-width: 250px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  align-items: center;
}

.header .header-container .search-mobile .mobile-search-form.active {
  visibility: visible;
  transform: translate(-50%, 10%);
}

.header .header-container .search-mobile .mobile-search-form input {
  background-color: transparent;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.header .header-container .search-mobile .mobile-search-form span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1e4341;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header .header-container .menu .dropdown-item .dropdown-list li a:hover {
  background-color: rgb(83 83 83 / 12%);
    color: #0c0c0c;
}

#menu-btn {
  background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
  height: 55px;
  width: 55px;
  border-radius: 50% !important;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#anywhere-home {
  cursor: url(../img/icon/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 1000;
  top: 0;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -200%;
  width: 365px;
  padding: 7px 30px;
    height: 100%;
    display: block;
    background-color: #050505;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  box-shadow: -5px 0 20px -5px rgba(149, 22, 22, 0.12);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.side-bar button i {
  color: #fff;
 
    border-radius: 5px;
    /* background: #1e4341; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin-left: 98%;
    margin-top: 18px;
}
.side-bar .logo {
  width: auto;
 filter: invert(1);
  height: 98px;
  object-fit: contain;
  margin-bottom: 40px;
}

.side-bar.show {
  right: 0;
}

.rts-sidebar-menu-desktop p.disc {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #5d666f;
}

.rts-sidebar-menu-desktop .get-in-touch .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: #777777;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

.rts-sidebar-menu-desktop .get-in-touch .wrapper .single a {
  transition: 0.3s;
  color: #838383;
}

.social-wrapper-two {
  margin-top: 50px;
  margin-left: 12px;
  padding-left: 0;
}
.social-wrapper-two a {
  margin-right: 40px;
  z-index: 1;
  position: relative;
}
.social-wrapper-two a i {
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}
.social-wrapper-two a:hover {
  color: #1e4341;
}
.social-wrapper-two a:hover::after {
  background: #e4e7ff;
  color: #1e4341;
}
.social-wrapper-two a:hover i {
  color: #1e4341;
}

.social-wrapper-two a::after {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  content: "";
  z-index: -1;
  border: 1px solid white;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

/* ==== ARDİN PRELOADER ==== */

#ardin-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: radial-gradient(circle at top, #222 0, #050505 45%, #000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

/* Arka plan hareket hissi */
.ardin-preloader-overlay {
    position: absolute;
    inset: -40px;
    background-image: 
        linear-gradient(120deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(210deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.6;
    animation: ardinGridMove 8s linear infinite;
}

@keyframes ardinGridMove {
    0%   { transform: translate3d(0,0,0); }
    100% { transform: translate3d(-60px,-40px,0); }
}

.ardin-preloader-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 30px 20px;
}

/* Ana başlık */
.ardin-preloader-title,
.ardin-preloader-sub {
    display: block;
    font-family: "Futura", "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: transparent;
    background: linear-gradient(120deg, #7b7b7b, #e2e1df, #ffffff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 12px 28px rgba(0,0,0,0.75);
    opacity: 0;
}

/* ARDİN */
.ardin-preloader-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    animation: ardinTitleIn 1.4s cubic-bezier(.19,1,.22,1) 0.1s forwards,
               ardinTitleGlow 4s ease-in-out 1.3s infinite alternate;
}

/* İNŞAAT */
.ardin-preloader-sub {
    font-size: clamp(16px, 2vw, 22px);
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 0.45em;
    animation: ardinSubIn 1.3s cubic-bezier(.19,1,.22,1) 0.25s forwards;
}

@keyframes ardinTitleIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
        letter-spacing: 1em;
        filter: blur(8px);
    }
    60% {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.3em;
        filter: blur(0);
    }
    100% {
        letter-spacing: 0.25em;
    }
}

@keyframes ardinSubIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
        letter-spacing: 0.8em;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.35em;
    }
}

@keyframes ardinTitleGlow {
    0% {
        text-shadow: 0 10px 22px rgba(0,0,0,0.75);
        filter: drop-shadow(0 0 0px rgba(214,169,98,0.3));
    }
    100% {
        text-shadow: 0 18px 40px rgba(0,0,0,0.95);
        filter: drop-shadow(0 0 18px rgba(214,169,98,0.55));
    }
}

/* Çizgi animasyonu */
.ardin-preloader-line-wrapper {
    margin-top: 26px;
    overflow: hidden;
}

.ardin-preloader-line {
    width: 0;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, #c8c8c8, #919191, #f7e0b2);
    box-shadow: 0 0 18px rgba(214,169,98,0.65);
    animation: ardinLineGrow 1.3s cubic-bezier(.19,1,.22,1) 0.45s forwards,
               ardinLinePulse 1.4s ease-in-out 1.8s infinite;
}

@keyframes ardinLineGrow {
    0% { width: 0; transform: translateX(-30%); opacity: 0; }
    60% { width: 120px; transform: translateX(0); opacity: 1; }
    100% { width: 160px; }
}

@keyframes ardinLinePulse {
    0%   { transform: scaleX(1); opacity: 1; }
    50%  { transform: scaleX(1.15); opacity: 0.85; }
    100% { transform: scaleX(1); opacity: 1; }
}

/* "Yükleniyor" alanı */
.ardin-preloader-percent {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c1c1c1;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0;
    animation: ardinPercentIn 0.8s ease 0.9s forwards;
}

@keyframes ardinPercentIn {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}

.ardin-preloader-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d4d3d2;
    box-shadow: 0 0 10px rgb(255 255 255 / 90%);
    animation: ardinDotPulse 1s ease-in-out infinite;
}

@keyframes ardinDotPulse {
    0%   { transform: scale(1);   opacity: 1; }
    50%  { transform: scale(1.4); opacity: 0.6; }
    100% { transform: scale(1);   opacity: 1; }
}

/* Body kilitleme */
body.ardin-preloader-active {
    overflow: hidden;
}

/* Yükleme bitince gizleme */
body.ardin-preloader-done #ardin-preloader {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
}

 



.hero-two {
  position: relative;
}

.hero-two .swiper-slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100vh;
  height: 100vh;
  min-height: 400px;
  position: relative;
}
.hero-two .swiper-slide::after {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(
    270deg,
    rgb(0 0 0 / 30%), 
    rgb(16 16 16 / 50%) 38.69%, 
    rgb(0 0 0 / 27%) 67.76%, 
    rgb(0 0 0 / 74%) 99.04%  
  );
}

@media screen and (min-width: 1200px) {
  .hero-two .swiper-slide {
    min-height: 700px;
  }
}
.hero-two .content {
  position: absolute;
  display: flex;
  text-align: left;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 4;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 95%;
  z-index: 2;
}
.hero-two .content h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}

.a-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 3.125rem;
  z-index: 4;
  left: 6%;
  transform: translate(-50%, -50%);
}

.a-scroll span {
  font-size: 0.825rem;
  font-weight: 600;
  color: #fff;
  transform: rotate(-90deg);
  display: inline-flex;
  font-family: var(--primary-font);
  margin-left: -3px;
}

.a-scroll div {
  width: 1.25rem;
  height: 1.875rem;
  position: relative;
  margin-top: 1.25rem;
}

.a-scroll div:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 1px;
  background: #fff;
  top: 0.375rem;
  left: 0.5rem;
  animation: mainArrowAnim 2s infinite;
  z-index: 2;
}

.a-scroll div:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 3rem;
  background: rgba(53, 55, 60, 0.3);
  top: 0.375rem;
  left: 0.5rem;
  z-index: 1;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0;
  }
  50% {
    height: 3rem;
  }
  100% {
    height: 0;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0;
  }
  50% {
    height: 3rem;
  }
  100% {
    height: 0;
  }
}
.banner-two-pagination {
  position: absolute;
  z-index: 2;
  left: 94% !important;
  right: unset !important;
  top: 50% !important;
  bottom: unset !important;
  transform: translate(-50%, -50%) !important;
  display: grid;
  width: max-content !important;
}
.banner-two-pagination span {
  left: 0 !important;
  border: 2px solid transparent;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
}
.banner-two-pagination span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d5d5d5;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}

.banner-two-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}

@media screen and (max-width: 768px) {
  .hero-two .content h2 {
    font-size: 35px !important;
  }

  .hero-content p {
    display: none !important;
  }

  .hero-two .swiper-slide {
    height: 60vh;
  }

  .banner-two-pagination {
    top: 76% !important;
  }
}
@media screen and (max-width: 568px) {
  .hero-two .content h2 {
    font-size: 28px !important;
  }

  html,body {
    overflow-x: hidden;
}

.btn-kesfet {
    width: 99px !important;
    height: 36px !important;
    background: #ffffff;
    color: #000000;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.35s ease;
    outline: 1px solid #ffffff;
    outline-offset: 4px;
    font-family: "Teko", sans-serif;
}

  .hero-two .content {
    position: absolute;
    display: flex;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 4;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 95%;
    z-index: 2;
}

.scroll-down-btn {
    position: absolute;
        bottom: 14px !important;
    left: 12% !important;
    transform: translateX(-50%);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2 !important;
}

.hs-title-1 {
    margin-top: 0;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1.085;
    letter-spacing: -0.035em;
}


.projedetayyazi {
    padding: 13px;
    background: #fcfcfc;
    width: 100%;
    border-radius: 10px;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.breadyukseklik-80vh {
    min-height: 34vh !important;
}

}
.hero-area-inner {
  padding-top: 73px;
  padding-bottom: 73px;
}

.hero-area .video-area {
  position: relative;
}
.hero-area .video-area video {
  width: 100%;
  mask-image: url(../img/video-shape-bg.webp);
  mask-size: 100% 100%;
  aspect-ratio: 100 / 40;
  height: 100%;
  object-fit: cover;
}

.hero-area .sticker {
  background-color: #000;
  padding: 32px 48px;
  border: 18px solid #f9f9f9;
  border-radius: 120px;
  display: flex;
  align-items: center;
  gap: 21px;
  position: absolute;
  top: -36px;
  inset-inline-start: 34%;
  transform: rotate(15deg);
}

.hero-area .sticker img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.show-light {
  display: inline-block;
}

.hero-area .sticker .text {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1919px) {
  .hero-area .sticker img {
    height: 100px;
  }

  .hero-area .sticker {
    padding: 22px 38px;
    border: 10px solid #f9f9f9;
  }

  .hero-area .sticker .text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .sticker {
    position: static;
    display: flex;
    transform: rotate(0deg);
    margin: 0 auto;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0);
    margin-top: 5px;
  }

  .hero-area .sticker img {
    height: 35px !important;
  }

  .hero-area .sticker .text {
    font-size: 17px !important;
  }

  .loading {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area .sticker {
    padding: 10px 24px !important;
    border: 4px solid #f9f9f9;
    gap: 15px;
    top: -16px;
  }

  .hero-area .sticker .text {
    font-size: 22px;
  }

  .hero-area .sticker img {
    height: 50px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .loading {
    font-size: 60px;
  }

  .hero-area .sticker {
    padding: 13px 28px;
    border: 6px solid #f9f9f9;
    top: -26px;
  }

  .hero-area .sticker img {
    height: 70px;
  }
}
.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  max-width: 580px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.section-title h2 span {
  display: inline-block;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
  font-weight: 400;
}

.section-title h2 span svg {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.content-img-box-inner {
  width: 100%;
  height: 430px;
  cursor: pointer;
  display: flex;
  position: relative;
  outline: 1px solid #d8d4d387;
    outline-offset: -10px;
    padding: 17px;
    border-radius: 35px;
}

.content-img-box-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #2c2e2e80, transparent);
  z-index: 2;
  border-radius: 30px;
}

.content-img-box-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  padding: 150px 20px 30px 30px;
  align-items: flex-end;
  border-radius: 20px;
}

.content-img-box-body img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
}

.content-box-title {
  width: 100%;
  z-index: 3;
}

.content-box-title-inner h3 {
  color: #fff;
  font-weight: 600;
  max-width: 354px;
  font-size: 23px;
  margin-top: 25px;
}
.content-box-title-inner h3 a {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.content-img-box-body:hover img {
  transform: scale(1.1);
}

.home-conent-section {
  background: linear-gradient(180deg, #383838, #646464);
  position: relative;
  z-index: 1;
}

.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 2px;
  background-color: currentColor;
  position: relative;
  transition: all 0.4s ease 0s;
  margin-top: 30px;
}
.arrow-icon::before {
  content: "";
  width: 11px;
  height: 2px;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  top: -3px;
  background-color: currentColor;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  right: -11px;
  top: -16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  opacity: 1;
  transition: all 0.3s;
}

.content-box-title-inner h3:hover .arrow-icon {
  margin-left: 23px;
}
.content-box-title-inner h3:hover .arrow-icon::after {
  opacity: 0;
}

.header.sticky {
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #191919;
}

.sticky-logo {
  display: none;
}

.header.sticky .header-container .menu .dropdown-item button {
  color: #fff;
}

.header.sticky .header-container .menu-dropdown-container .globe-btn {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header.sticky .header-container .menu-dropdown-container .mobile-search-btn {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header.sticky .header-container .menu-dropdown-container .globe-btn i {
  color: #fff;
}

.header.sticky .header-container .menu-dropdown-container .mobile-search-btn i {
  color: #fff;
}

.header.sticky #menu-btn {
  background-color: rgba(0, 0, 0, 0.1);
}

.header.sticky #menu-btn img {
  filter: none;
}

.header.sticky .sticky-logo {
  display: block !important;
  transition: all 0.3s ease-in-out;
}

.header.sticky .white-logo {
  display: none !important;
  transition: all 0.3s ease-in-out;
}

.header.hidden {
  transform: translateY(-100%) !important;
}

.jws_post_wap {
  min-height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 18px;
}

.jws_post_wap .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  transition: 0.5s all;
}

.jws_post_wap .image-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 57%);
}

.jws_post_wap .jws_post_content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 10px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, #646464d4, #383838d4);
}

.jws_post_wap .jws_post_content .post_cat {
  background: #1e4341;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 14px;
  display: inline-block;
  line-height: 26px;
  border-radius: 5px;
}

.post_cat a {
  color: #fff;
}

.jws_post_wap .jws_post_content .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 4px;
}

.jws_post_wap .jws_post_content .entry-title a {
  color: #ffffff;
}

.jws_post_wap .jws_post_content .entry-date {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}

.jws_post_wap .c_hover {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s all;
  transform: translatey(100%);
  padding: 25px 30px;
  display: table;
}

.jws_post_wap:hover .c_hover {
  opacity: 1;
  transform: translatey(0%);
}

.jws_post_wap .c_hover .c_hover_inner {
  display: table-cell;
  vertical-align: middle;
}

.jws_post_wap .c_hover .entry-title a {
  color: #000 !important;
}

.jws_post_wap .c_hover .jws_post_excerpt {
  margin-bottom: 33px;
  margin-top: 20px;
}

.jws_post_wap:hover .jws_post_content .entry-date {
  color: #fff !important;
}

.jws_post_wap:hover .jws_post_content {
  bottom: 0 !important;
}

.service-block-ten {
  position: relative;
  display: grid;
  place-items: center;
  background: #21242d;
  padding: 50px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  height: 350px;
}

.service-block-ten_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
  height: 0;
  transition: all 0.5s ease;
}

.service-block-ten .icon {
  position: relative;
  display: block;
  margin-bottom: 23px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.service-block-ten .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-block-ten .title-holder {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.service-block-ten .title-holder h3 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.service-block-ten:hover .service-block-ten_bg {
  height: 100%;
}

.faq-area .accordion .accordion-item:first-child {
  border-top: 1px solid #ececec;
}

.faq-area .accordion .accordion-item {
  border-bottom: 1px solid #ececec;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.accordion-header {
  font-weight: 700;
  line-height: 0.94;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.faq-area .accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}

@media only screen and (max-width: 1399px) {
  .faq-area .accordion .accordion-button {
    font-size: 22px;
  }
}
.faq-area .accordion .accordion-button {
  font-size: 17px;
  line-height: 1;
  color: #121212;
  padding-top: 24px;
  padding-bottom: 18px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  text-align: start;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-area .accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}

.faq-area .accordion .accordion-button::after {
  content: "+";
  color: #121212;
  background-image: none;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 16px;
  margin-inline-start: 50px;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.faq-area .accordion .accordion-body {
  font-size: 18px;
  line-height: 1.44;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding-bottom: 24px;
  padding-top: 0;
  color: #555555;
}

.section-content {
  margin-bottom: 40px;
}

.section-title-wrapper {
  text-align: center;
}

.text-wrapper {
  margin-top: 10px;
  text-align: center;
}

.section-title.v2 {
  font-weight: 700;
  line-height: 0.94;
  font-family: "Teko", sans-serif;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 40px;
}

@media only screen and (max-width: 768) {
  .section-title.v2 {
    font-size: 27px !important;
  }

  .hero-two .content {
    position: absolute;
    display: flex;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 4;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 95%;
    z-index: 2;
}

.scroll-down-btn {
    position: absolute;
    bottom: 13px;
    left: 13%;
    transform: translateX(-50%);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 99;
}


}
.testimonial-box {
  width: 340px;
}
.testimonial-box .content {
  padding: 18px 33px 10px;
  background-color: #f9f9f9;
}

.testimonial-box .rating {
  font-size: 36px;
  line-height: 0.88;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  color: #121212;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.testimonial-box .rating img img {
  object-fit: contain;
}

.testimonial-box .rating-label {
  font-size: 16px;
  color: #999999;
}

.testimonial-box .icon {
  text-align: end;
  margin-top: 74px;
}
.testimonial-box .icon img {
  width: 40px;
  object-fit: contain;
}

.testimonial-box .text {
  font-size: 21px;
  line-height: 1.23;
  font-weight: 500;
  color: #555555;
  margin-top: 49px;
}

.testimonial-box .text p {
  font-size: 18px;
  line-height: 1.23;
  font-weight: 500;
  color: #555555;
  margin-top: 49px;
}

.testimonial-box .author {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 18px 30px;
  background-color: #fec200;
}

.testimonial-box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-box .name {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.testimonial-box .meta-title {
  font-size: 16px;
  color: #999999;
}

.slider-nav {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 15px;
}

.nav-icon {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 12px;
}

.nav-icon:hover {
  background-color: #121212;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.faq-area-accordion {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 700px 340px;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .faq-area-accordion {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 1100px) {
  .testimonial-wrapper {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .accordion-wrapper {
    display: flex;
    width: 100%;
  }

  .section-title.v2 {
    font-size: 30px;
  }

  .text-wrapper p {
    font-size: 17px;
  }
}
.dividerOT.out-top,
.dividerOT.out-bottom,
.dividerOT.dividerOT-inner {
  height: 66px;
}

.section-subheading {
  margin: -2px auto -6px auto;
}

.section-subheading-wrapper {
  position: relative;
  width: 100% !important;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  text-align: center !important;
}

h2.section-subheading {
  color: #5f5f5f;
}

h2.section-subheading {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -5px;
  text-align: center;
  letter-spacing: normal;
}

h2.section-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 0;
  line-height: 1;
}

h2.section-subheading span:before {
  border-top: none;
}

h2.section-subheading span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 0;
  margin-top: -2px;
}

.inner-divider-half {
  height: 40px;
}

.sections {
  position: relative;
  z-index: 5;
}

.enllax-all {
  position: absolute;
    top: -48px;
    font-size: 160px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff21;
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}

h2.section-heading {
  position: relative;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.08em;
  color: #1e4341;
  margin: -20px auto -13px auto;
  padding: 0;
  z-index: 1;
}

.testimonial {
  background: none;
  text-align: center !important;
}

.testimonial .inner {
  max-width: 940px;
  float: unset !important;
  margin: 0 auto;
  padding: 0;
}

.testimonial blockquote {
  position: relative;
  color: #0a4340;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 25px;
  padding: 0;
  z-index: 1;
  font-family: "Urbanist";
}

a.link-effect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.testimonial a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #c2c0c0;
  margin: 0 auto;
}

.testimonial blockquote::before {
  content: "“";
  position: absolute;
  color: #0a45424a;
  font-size: 165px;
  font-style: normal;
  left: 0;
  top: -90px;
  z-index: -10;
}

#about {
  position: relative;
  overflow: hidden;
}
#about .content {
  z-index: 3;
  position: relative;
}

.bg-gradient-white {
  background: linear-gradient(0deg, #fff 23%, transparent 323%),
    url(../img/home-hakkinda.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
 
  background-size: cover;
}

.light-content {
  color: #fff;
}

.bg-dark-1 {
  background-color: #000 !important;
}

.bg-dark-alpha-30:before,
.bg-dark-alpha-30 .YTPOverlay:before {
  background: #111;
  opacity: 0.4;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gradient-dark {
  background-image: linear-gradient(0deg, #010101 0%, transparent 60%);
}

.opacity-07 {
  opacity: 0.7 !important;
}

.end-0 {
  right: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.min-height-100vh {
  min-height: 100vh !important;
}

.breadyukseklik-80vh {
  min-height: 40vh !important;
}

.home-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.btn-mod.btn-small {
  padding: 7px 15px 6px;
}

.btn-mod.btn-border-w {
  border-color: rgba(255, 255, 255, 0.98);
}

.btn-mod.btn-circle {
  border-radius: 30px;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 15px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.light-content a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px;
  color: #fff;
  background: var(--color-dark-1);
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.065em;
  border-radius: 0;
  box-shadow: none;
  transition: var(--transition-default);
  cursor: pointer;
}

.btn-animate-y {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-animate-y-1 {
  display: block;
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.size-18 {
  font-size: 18.5px !important;
}

.btn-animate-y-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.37s cubic-bezier(0.15, 0.7, 0.78, 1), opacity 0.37s linear;
}

.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
  opacity: 0;
  transform: translate(0, -100%);
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1366px) {
  .hs-title-1 {
   
    float: left;
  }

  .home-content {
    width: 100%;
    position: relative;
     
}
}
.hs-title-1 {
  margin-top: 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.085;
  letter-spacing: -0.035em;
}

.scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #010101 !important;
  font-size: 22px;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scroll-down-anim 1.15s infinite;
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.scroll-down:before {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.68, -3, 0.27, 5);
}

.scroll-down i {
  position: relative;
  top: 1px;
  z-index: 2;
}

.scroll-down:hover:before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transform: translate(-50%, -50%) scale(1.25);
}

.gallery-carousel {
  padding: 50px 0;
}

.gallery-carousel .container-fluid {
  padding: 0;
}

.gallery-carousel-box {
  --gap: 10px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.gallery-scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: galleryscroll 15s linear infinite;
}

@keyframes galleryscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.image-anime {
  position: relative;
  overflow: hidden;
}

figure {
  margin: 0;
}

.gallery-scrolling-content .gallery-image img {
  border-radius: 30px;
  width: 320px;
  height: 365px;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.gallery-carousel-box
  .gallery-scrolling-content
  .gallery-image:nth-child(even) {
  padding-top: 75px;
}

.mt-60 {
  margin-top: 80px;
}

.timeline-list {
  display: grid;
  gap: 20px;
}
.timeline-list li {
  height: 56px;
  padding: 0 2rem;
  font-weight: 600;
  font-size: 1.325rem;
  border-radius: 10px;
  background-color: #f2f5f7;
  width: 100%;
  display: grid;
  place-items: center;
  border: 1px solid #f2f5f7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.timeline-list li:hover {
  background-color: #f4f7f8;
}
.timeline-list li.active {
  background-color: #1e4341;
  color: #fff;
}

.panel-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: none;
}
.panel-content img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 16px;
}
.panel-content h1,
.panel-content h2,
.panel-content h3,
.panel-content h4,
.panel-content h5,
.panel-content h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.panel-content p,
.panel-content p span,
.panel-content span,
.panel-content span,
.panel-content p {
  font-size: 16px !important;
}
.panel-content .content {
  padding: 6px;
}

.panel-content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.about-area-inner {
  display: grid;
  grid-template-columns: 1fr 43%;
}

.about-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-area .section-content {
  padding: 100px 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}

.about-area .section-content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}

.about-area .section-content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-area .section-content .bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.85);
  top: 0;
  inset-inline-start: 0;
}

.about-area .section-content .section-title {
  max-width: 440px;
  color: #fff;
  font-weight: 400;
  line-height: 1.08;
  font-size: 55px;
  margin-top: -15px;
}

.about-area .section-content .text {
  font-size: 24px;
  line-height: 1.35;
  color: #999999;
  text-align: left !important;
}
.about-area .section-content .text span {
  color: #fff;
}

.about-area .section-content .btn-wrapper {
  margin-top: 42px;
}

.about-area .section-content .wc-btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.wc-btn-primary {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 30px 0 30px;
  padding: 22px 38px;
}

.btn-text-flip {
  perspective: 1000px;
}

.wc-btn-primary {
  padding: 21px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}

@media only screen and (max-width: 1199px) {
  .about-area .section-content {
    padding: 60px 50px;
  }

  .section-title {
    font-size: 44px;
    margin-top: -12px;
  }

  .about-area .section-content .text-wrapper {
    margin-top: 43px;
  }

  .about-area-inner {
    grid-template-columns: 1fr 47%;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-inner {
    grid-template-columns: 1fr;
  }
}
.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #262926;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #000 !important;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}

.type h3 {
  font-size: 1.925rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.contact {
  background-color: #f6f6f6;
  padding: 70px 15px;
  width: calc(100% - 30px);
  margin: 15px auto 0 auto;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.form {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.form .item.full {
  grid-column: 1 / span 2;
}

.form .item {
  position: relative;
}

.form-control-wrap {
  position: relative;
}

.form.contact .item input[type="text"],
.form.contact .item input[type="email"],
.form.contact .item input[type="tel"],
.form.contact .item textarea,
.form.contact .item select {
  height: 60px;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  padding: 0 20px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent;
  color: #0d0d0d;
  transition: 0.25s ease box-shadow;
}
.form .item input[type="text"]:hover,
.form .item input[type="email"]:hover,
.form .item input[type="tel"]:hover,
.form .item textarea:hover,
.form .item select:hover {
  box-shadow: 0 0 0 1px #000;
}

.form .item textarea {
  padding: 20px;
  height: 150px;
  resize: none;
  appearance: none;
}

.form .item input[type="text"]:focus,
.form .item input[type="email"]:focus,
.form .item input[type="tel"]:focus,
.form .item textarea:focus,
.form .item select:focus {
  box-shadow: 0 0 0 1px #000;
}

.form-right {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .contact-content {
    padding-top: 40px !important;
  }

  .contact-content .contact-text {
    padding-top: 50px !important;
  }

  .contact-content .contact-text ul {
    padding: 50px;
  }

  .contact-content .contact-text .head {
    justify-content: flex-start;
    padding: 30px 50px;
    margin-top: 0;
    background: rgba(244, 244, 244, 0.9);
    overflow: hidden;
  }

  .contact-content .row.row-changed .contact-text .head h1:before {
    margin-left: 30px !important;
  }

  .contact-content .contact-text .head h1 {
    font-size: 28px;
  }

  .contact-content .row.row-changed .contact-text .head {
    margin-left: 0 !important;
  }

  .contact-content .contact-text .head h1:before {
    right: initial;
    width: 100vw;
    left: 100%;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-content .contact-text ul {
    padding: 24px;
  }

  .form .item:not(.full) {
    grid-column: 1 / span 2;
  }
}
.contact-form-box {
  position: relative;
    z-index: 100;
    padding: 30px;
    margin-top: 23px;
    border: 9px solid white;
    border-radius: 18px;
}

.contact-form-box .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .google-map {
    position: relative;
  }

  .google-map {
    height: 400px;
  }

  .contact-form-box {
    padding: 0 0 30px 0;
  }
}
.contact-info-item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.contact-info-item .contact-image .image-anime {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.contact-info-item .contact-image .image-anime img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}

.contact-info-item:hover .contact-image .image-anime:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.contact-info-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-info-item .contact-info-content {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 30px;
  z-index: 3;
  overflow: hidden;
  word-break: break-all;
}

.contact-info-item .contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info-item .contact-info-content p {
  margin-bottom: 0;
  font-size: 18px;
  word-break: break-all;
}

.contact-info-item .contact-info-content ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.contact-info-item .contact-info-content ul li {
  display: inline-block;
  margin-right: 4px;
}

.contact-info-item .contact-info-content ul li a {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.contact-info-item .contact-info-content ul li a:hover {
  background: #0787f7;
  color: #fff;
}

.contact-info-item .contact-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 20px;
  background: #000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.contact-info-item .contact-icon img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .contact-information {
    gap: 40px;
  }

  .contact-title h3 {
    font-size: 23px !important;
  }

  .social-medias h4 {
    font-size: 22px !important;
  }

  .type h3 {
    font-size: 1.325rem;
  }

  .form-wrapper p {
    font-size: 16px;
  }
}
.google-map {
  width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 18px;
    border: 8px solid white;
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.contact-information {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-information ul.ul-contact li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.contact-information ul.ul-contact li .icon {
  margin-right: 20px;
}
.contact-information ul.ul-contact li .icon svg {
  display: block;
  transition: 0.4s;
  transform: translateY(0);
  width: 28px;
  height: 28px;
}
.contact-information ul.ul-contact li .icon svg .colorless {
  transition: 0.4s;
  fill: #000;
}
.contact-information ul.ul-contact li .icon svg .colored {
  transition: 0.4s;
  fill: #4d3429;
}

.contact-title {
  position: relative;
  padding-left: 30px;
}
.contact-title::before {
  content: "";
    height: 100%;
    width: 2px;
    background-color: #747474;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}
.contact-title p {
  color: #575756;
  font-size: 16px;
  line-height: 24px;
}

.social-medias {
  padding-top: 30px;
  position: relative;
  border-top: 1px solid #ddd;
}
.social-medias h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
}
.social-medias ul {
  display: flex;
  gap: 10px;
}
.social-medias ul li a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  background-color: #1111110d;
  display: grid;
  place-items: center;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.social-medias ul li a:hover {
  background-color: #222222;
  color: #fff;
}

.blog_details_right {
  border: 1px solid rgba(3, 26, 38, 0.1);
  overflow: hidden;
}

.blog_details_right form {
  margin: 25px;
  position: relative;
}

.blog_details_right form input {
  border: 1px solid rgba(3, 26, 38, 0.1);
}

.blog_details_right form button {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  top: 3px;
  right: 4px;
  transition: all linear 0.3s;
}

.blog_details_right form button:hover {
  background: var(--colorBlack);
  color: #fff;
}

.blog_owner {
  margin: 20px 0px 45px 25px;
  padding: 60px 0px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog_owner_img {
  width: 230px;
  height: 230px;
  margin: auto;
}

.blog_owner_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog_owner h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
  text-transform: capitalize;
}

.blog_owner p {
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
  opacity: 0.7;
  text-transform: capitalize;
}

.blog_owner ul {
  margin-top: 30px;
}

.blog_owner ul li {
  border-right: 2px solid #9b929252;
}

.blog_owner ul li a {
  font-size: 16px;
  padding: 0px 8px;
  color: #fff;
  transition: all linear 0.3s;
}

.blog_owner ul li:last-child {
  border-right: none;
}

.blog_owner ul li a:hover {
  color: #000;
}

.blog_details_right_header {
  padding: 25px;
  border-top: 1px solid rgba(3, 26, 38, 0.1);
}

.blog_details_right_header h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.popular_blog {
  margin-top: 25px;
}

.popular_blog_img {
  width: 90px;
  height: 100px;
}
.popular_blog_img img {
  height: 100%;
}

.popular_blog_text {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 18px;
}

.popular_blog_text p span {
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.popular_blog_text a {
  font-size: 16px;
}

.categories_property {
  margin-top: 25px;
  margin-bottom: 5px;
}

.categories_property li a {
  width: 100%;
  padding: 14px 18px;
  margin-top: 15px;
  background: transparent;
  border: 1px solid rgba(3, 26, 38, 0.1);
  transition: all linear 0.3s;
}

.categories_property li a:hover {
  background: #fff;
  border-color: #000;
  color: #fff;
}

.categories_property li a p {
  padding-left: 12px;
}

.categories_property li a p,
.categories_property a li span {
  font-size: 14px;
  position: relative;
}

.categories_property li a p::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5f6163;
  border-radius: 50%;
}

.categories_property li a:hover p,
.categories_property li a:hover span {
  color: #000;
}

.categories_property li a.active p,
.categories_property li a.active span {
  color: #000;
}

.blog_details_right_header .blog_details_tag {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 1px;
}

.blog_details_right form input {
  border: 1px solid rgba(3, 26, 38, 0.1) !important;
  width: 100%;
  padding: 13px 25px;
  outline: none;
  resize: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

.img-blog {
  overflow: hidden;
  border-radius: 10px;
  height: 350px;
}
.img-blog img {
  height: 100%;
}

.overview-section-six .overview-navigation {
  position: relative;
  background: #f5f5f5;
  padding: 30px;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.type a {
  color: #3a281f !important;
  font-weight: bold;
}

.overview-section-six .overview-navigation .navigation-btn.active {
  position: relative;
  color: #000;
}

@media (max-width: 1400px) {
  .overview-section-six .overview-navigation .navigation-btn {
    font-size: 18px;
  }
}
.overview-section-six .overview-navigation .navigation-btn {
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d6;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.overview-section-six .overview-navigation .navigation-btn.active::before {
  display: block;
}

@media (max-width: 1400px) {
  .overview-section-six .overview-navigation .navigation-btn::before {
    width: 25px;
    height: 25px;
    right: -60px;
  }
}
.overview-section-six .overview-navigation .navigation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -65px;
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
  background: #f5f5f5;
  display: none;
}

.overview-section-six .item {
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: 500ms;
}
@media screen and (min-width: 768px) {
  .overview-section-six .item {
    padding: 0 20px;
  }
}

.overview-section-six .content-picture {
  max-width: 410px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
}

.overview-section-six .content-picture img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 475px;
  border-radius: 16px;
}

overview-section-six .content .title {
  color: #00306e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.overview-section-six .content h1,
.overview-section-six .content h2,
.overview-section-six .content h3,
.overview-section-six .content h4,
.overview-section-six .content h5,
.overview-section-six .content h6 {
  color: #00306e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.overview-section-six .content p {
  max-width: 425px;
  color: #4d5765;
}

.overview-section-six .content .read-more {
  color: #4d5765;
}

.overview-section-six .content .read-more i {
  color: #4d5765;
  font-size: 13px;
  margin-left: 5px;
}

.overview-section-six .content .read-more:hover,
.overview-section-six .content .read-more:hover i {
  color: #00306e;
}

.overview-section-six .hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100px);
  position: absolute;
  transition: none;
}

.post-thumbnail {
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
.post-thumbnail figure {
  width: 100%;
  height: 100%;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
}

.corporate-list {
  width: max-content;
  z-index: 10;
  position: relative;
  display: flex;
  border-radius: 106px;
      background: linear-gradient(180deg, #646464, #383838);
      margin-top: 40px;
}
.corporate-list a {
  color: #fff;
    font-size: 15px;
    padding: 16px 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 0px;
    border-right: 1px solid white;
}
.corporate-list a.active {
  background: linear-gradient(90deg, #000000, #292929);
    color: #fff;
}

.corporate-list a:hover {
  background: linear-gradient(90deg, #000000, #292929);
    color: #fff;
}

.ext-sidebar-menu ul li {
  border-bottom: 1px dashed #7a7e82;
  position: relative;
}

.ext-sidebar-menu ul li.active a {
  color: #000;
}

@media only screen and (max-width: 1280px) {
  .ext-sidebar-menu ul li a {
    font-size: 18px;
    padding: 15px 20px 15px 40px;
  }
}
.ext-sidebar-menu ul li a {
  font-size: 20px;
  line-height: 24px;
  color: #212529;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 15px 20px;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ext-sidebar-menu ul li a .img-hizmet {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #121212;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.ext-sidebar-menu ul li a .img-hizmet svg {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.case-box {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.case-box figure {
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 370px;
}

.case-box figure:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/case-imagebg.png);
  border-radius: 0 0 20px 20px;
  transition: all 0.3s ease-in-out;
}

.case-box figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.case-box .box-content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .case-box .box-content .field {
    margin-bottom: 8px;
  }
}
.case-box .box-content .field {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}

.case-box .box-content span {
  display: block;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .case-box .box-content {
    padding: 0 15px;
    bottom: 15px;
  }

  .case-box .box-content .field {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.case-box .box-content i {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.case-box:hover figure:before {
  background-image: url(../img/case-imagebghover.png);
}

.service-tem-content {
  background-color: #f5f2ec;
  padding: 100px 0;
}

@media screen and (max-width: 1199px) {
  .owl-carousel .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
  }
}
.owl-services .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background: #000;
}

@media screen and (max-width: 1199px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
  }
}
.owl-carousel .owl-dots {
  margin-top: 30px !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  color: #cbc8c1;
}

.right-buttons {
  display: flex;
  gap: 10px;
}
.right-buttons button {
  width: 60px;
  height: 40px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: #fff;
  border-radius: 30px;
}
.right-buttons button:hover {
  background-color: #fff;
  color: #000;
}

.inventory-section .gallery-sec-two {
     margin-bottom: 80px;
    padding: 0 12px;
    border: 1px solid #c1c1c1;
    border-radius: 18px;
    background: #ebebeb;
}

.wrap-gallery-box {
  position: relative;
}

@media (max-width: 1440px) {
  .inventory-section .gallery-sec-two {
     
  }
}
.gallery-sec-two .wrap-slider-gallery {
  border-radius: 16px;
  overflow: hidden;
}

.inventory-section .gallery-sec-two .slick-next,
.inventory-section .gallery-sec-two .slick-prev {
  background-color: #5e473a;
  border: 0;
}

.inventory-section .gallery-sec-two .slick-prev {
  left: 10px;
  z-index: 99;
}

.inventory-section .gallery-sec-two .slick-prev::before,
.inventory-section .gallery-sec-two .slick-next::before {
  color: #fff;
}

.inventory-section .gallery-sec-two .image-column {
  margin: 0 15px;
}

.inventory-section .gallery-sec-two .image-column .inner-column .image-box {
  position: relative;
}

.inventory-section
  .gallery-sec-two
  .image-column
  .inner-column
  .image-box
  .image {
  border-radius: 16px;
  overflow: hidden;
}

.inventory-section
  .gallery-sec-two
  .image-column
  .inner-column
  .image-box
  .image
  img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.inventory-section .gallery-sec-two .slick-next {
  right: 10px;
}

.slick-prev::before,
.slick-next::before {
  content: "\f105";
  color: #050b20;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  opacity: 1;
  transition: all 0.3s ease;
}

@media (max-width: 1800px) {
  .gallery-sec-two.style-1 .content-box {
    width: auto;
  }
}
.gallery-sec-two.style-1 .content-box {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  width: 730px;
}

.wrap-gallery-box .content-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.wrap-gallery-box .content-box .video-list {
  display: flex;
  justify-content: center;
}

.wrap-gallery-box .content-box .video-list a:first-child {
  margin-right: 12px;
}

.wrap-gallery-box .content-box .video-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
    background-color: #5e473a;
  padding: 11px 20px;
  border-radius: 12px;
}
.wrap-gallery-box .content-box .video-list a img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 40px;
  border: 1px solid #050b20;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.slick-prev:before {
  content: "\f104" !important;
}

.flat-counter-v2 {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.flat-counter-v2 .counter-box {
  margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 11px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    background: white;
}
.flat-counter-v2 .counter-box:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
  border-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .flat-counter-v2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 868px) {
  .flat-counter-v2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .flat-counter-v2 .counter-box .box-icon {
    width: 45px !important;
    height: 45px !important;
  }
  .flat-counter-v2 .counter-box .box-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
}
.flat-counter-v2 .counter-box .box-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 13px;
}

.flat-counter-v2 .counter-box .box-icon svg {
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}
.flat-counter-v2 .counter-box .box-icon svg path {
  transition: all 0.3s ease-in-out;
}

.flat-counter-v2 .counter-box .title-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  font-family: "Urbanist", sans-serif !important;
  font-weight: 800;
}

.text-variant-1 {
  color: #000;
}

.fw-8 {
  font-weight: 600 !important;
  color: #636363;
}

.flat-counter-v2 .box-count .text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  color: #5c6368;
}

.flat-counter-v2 .counter-box:hover .box-icon svg path {
  fill: #3f2a21;
}

.download-widget {
  overflow: hidden;
  border-radius: 16px;
}

.download-widget .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.download-widget .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
}

.download-widget .image-box img {
  width: 100%;
  height: 1000%;
}

.download-widget .image-box h3 {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 17px 30px 19px 30px;
}

.download-widget .image-box h3 {
  background: rgb(90 115 124);
}

.download-widget .download-list {
  position: relative;
  display: block;
  background: #f3f1f1;
  border: 1px solid #e2e2e2;
  padding-left: 30px;
}

.download-widget .download-list li {
  position: relative;
  display: block;
  padding: 15px 26px 15px 0px;
  border-bottom: 1px solid #d6d6d6;
}

.download-widget .download-list li button {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all 500ms ease;
}

.download-widget .download-list li button i {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 20px;
  color: #afacab;
  transition: all 500ms ease;
}
.download-widget .download-list li button i:hover {
  color: #000;
}

.boxed-container {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  margin-top: 80px;
  background: #f9f9f9;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.bcst_ca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.boxed-content-title {
  padding: 25px 50px;
  border-bottom: 1px solid #eee;
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boxed-content-title h3 {
  text-align: left;
  font-size: 1.5em;
  font-weight: 600;
  width: max-content;
}

.single-carousel-wrap {
  margin-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

.ss-carousel-pagination_wrap,
.fwc-controls_wrap {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 10;
  background: #fff;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
}

.ss-carousel-button {
  float: left;
  margin-left: 15px;
  cursor: pointer;
  color: #000;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.07);
}

.ss-carousel-button:hover {
  background: #000;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
}

.solid-pagination_btns
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.solid-pagination_btns .swiper-pagination-bullet {
  opacity: 1;
  background: #ccc;
  margin: 0 10px !important;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  border-radius: 100%;
  transition: all 300ms ease-out;
}

.solid-pagination_btns
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}

.solid-pagination_btns .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: all 0.3s ease-out;
  transform: scale(0);
}

.bottom.detail {
  position: sticky;
  top: 0;
}

.hero-section-content {
  max-width: 1014px;
  width: 100%;
  margin: auto;
}

.hero-section-content h1 {
  font-size: 34px;
  max-width: 861px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .hero-section-content h1 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 568px) {
  .hero-section-content h1 {
    font-size: 30px !important;
  }
}

.hero-section-content p {
 
  margin-bottom: 0;
  color: rgba(28, 28, 28, 0.8);
  margin: 0 auto 45px auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.reference-item {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 20px 0px rgba(222, 222, 222, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

.reference-item:hover {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 20px 0px rgba(222, 222, 222, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #5c5c5c;
}

.reference-item img {
      width: 131px;
    object-fit: contain;
}

/* Ana Dosya */
.file-el {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 177px 47px 43px;
  box-shadow: 0px 14px 78.7px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  margin-bottom: 188px;
  transition: box-shadow 0.35s ease;
  /* Önceden Border Ayarı */
}
.file-el:hover {
  box-shadow: none;
}
.file-el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-radius: 20px;
  transition: border-color 0.35s ease;
}
.file-el:hover::before {
  border-color: rgba(5, 115, 183, 0.9);
}

.image-wrapper {
  position: absolute;
  top: -119px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.size-full {
  min-width: 167px;
  max-width: 167px;
  min-height: 237px;
  max-height: 237px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.file-el:hover .size-full {
  transform: scale(1.25);
}

@media (min-width: 1024px) {
  .file-el:hover .size-full {
    transform: scale(1.1);
  }
}
@media (max-width: 640px) {
  .size-full {
    transform: scale(1);
  }
}
.icon-wrapper {
  background-color: #1a1a1a;
  border-top-left-radius: 20px;
  width: 110px;
  height: 96px;
  position: absolute;
  right: -20px;
  bottom: -29px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.file-el:hover .icon-wrapper {
  opacity: 1;
}

.icon-wrapper .icon {
  font-size: 24px;
  color: #ffffff;
  transition: color 0.35s ease;
}

/* Başlık Stili */
.content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.title {
  color: #2f2f2f;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .title {
    white-space: normal;
  }

  .mb-sertifika:last-child a {
    margin-bottom: 40px !important;
  }

  .boxed-content-title {
    flex-direction: column;
  }

  .overview-section-six .content-picture {
    display: none !important;
  }

  .overview-contents {
    margin-top: 30px;
  }

  .overview-section-six .overview-navigation .navigation-btn.active::before {
    display: none !important;
  }

  .overview-section-six .content .title {
    font-size: 24px !important;
    text-align: center;
  }

  .overview-section-six .content p {
    font-size: 18px !important;
  }

  .corporate-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .corporate-list a {
    font-size: 17px;
    justify-content: center;
    padding: 11px 17px;
    text-align: center;
  }

  .min-height-100vh {
    min-height: unset !important;
    padding-top: 200px !important;
  }

  .inventory-section .container-fluid:first-child {
    padding: 0 1.5rem !important;
  }

  .inventory-section .gallery-sec-two {
    padding: 0 15px !important;
    margin-bottom: 40px !important;
  }

  .bottom.detail .type {
    margin-bottom: 20px !important;
  }

  .inventory-section .container-fluid:last-child {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 468px) {
  .corporate-list {
    width: 100%;
    display: none;
    grid-template-columns: repeat(1, 1fr);
  }
  .corporate-list a {
    border-radius: 0 !important;
  }
}
.mt-sertifika {
  margin-top: 188px;
}

@media screen and (min-width: 768px) {
  .mb-sertifika a {
    margin-bottom: 40px !important;
  }
}
.abouts.content-inner {
  overflow: hidden;
}

.pl_service4 {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.pl_service4 .item_con {
  text-align: right;
  height: 60px;
  clear: both;
  margin-bottom: 1px;
}
.pl_service4 .item_con.first {
  border-top-left-radius: 10px;
  overflow: hidden;
}
.service_group .item_con:first-child {
  border-top-left-radius: 0 !important;
}
.service_group .item_con:last-child {
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.pl_service4 .service_item {
  padding-left: 60px;
  float: right;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pl_service4 .service_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.pl_service4 .service_icon .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin: 15px 16px 0 16px;
}
.pl_service4 .service_value {
  padding: 10px 20px 10px 0;
  text-align: left;
  line-height: 20px;
}
.pl_service4 .service_value p {
  height: 20px;
  overflow: hidden;
  font-size: 16px;
}

.pl_service4 .service_item.showLang:hover {
  width: fit-content;
  min-width: 230px;
  max-width: 600px;
}

.ayricalik-item {
  border-radius: 16px;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  margin-bottom: 50px;
}
.ayricalik-item:hover {
  border-color: #000;
}
.ayricalik-item .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.ayricalik-item .ayricalik-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.ayricalik-item.half {
  width: 48%;
  margin-right: 20px;
}
.ayricalik-item.half:nth-child(2) {
  margin-right: 0;
}

.ayricalik-item.full {
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
}
.ayricalik-item.full img {
  width: 100%;
  height: 100%;
}
.ayricalik-item.full .ayricalik-content {
  padding-left: 30px;
}

.ayricalik-item.full + .ayricalik-item.full .ayricalik-img {
  order: 2;
}
.ayricalik-item.full + .ayricalik-item.full .ayricalik-content {
  padding-right: 30px;
}
/* 
.ayricalik-item.half:nth-child(3) {
  width: 100%;
  margin-right: 0 !important;
} */

@media screen and (max-width: 1000px) {
  .px-mobile {
    padding: 70px 20px !important;
  }

  .ayricalik-item.half {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .ayricalik-item.full {
    grid-template-columns: 1fr !important;
  }

  .ayricalik-item.full .ayricalik-img {
    margin-bottom: 15px !important;
  }

  .ayricalik-content {
    padding: 0 !important;
  }
}
.pl_service {
  display: none;
}

.p_defaultIocn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #409efe;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.p_defaultIocn .icon {
  width: 60%;
  height: 60%;
  margin: 0;
  fill: #fec200 !important;
}

.icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  vertical-align: middle;
  margin-top: -3px;
  fill: currentColor;
}

.pl_content_box {
  position: absolute;
  top: auto;
  bottom: 55px;
  left: auto;
  right: -200vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  max-width: 100vw;
  padding: 10px;
  transition: all 0.5s ease;
  color: #333;
  background-color: #fff;
  z-index: 999;
  max-height: 375px;
  border-radius: 10px;
}

.pl_content_box.show {
  right: 0;
}

.body_service {
  flex-grow: 1;
  overflow-y: auto;
}

.pl_content_box .footer_service {
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  flex-grow: 0;
}
.pl_content_box .footer_service p {
  display: flex;
  font-size: 13px;
  margin-bottom: 5px;
  align-items: center;
}
.pl_content_box .footer_service .p_kefuicon {
  color: #999998 !important;
}

.bottom_type {
  padding: 0 5px 0 5px;
}

.body_service .service_item {
  display: flex;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  border-top: 1px solid #f5f5f5;
}
.body_service .service_item .service_icon {
  float: left;
  display: flex;
  margin-top: 10px;
  padding-right: 8px;
  color: #999998 !important;
}
.body_service .service_item .service_value {
  float: left;
  margin-top: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pl_service {
    right: 1.5rem;
    bottom: 20px;
    position: fixed;
    z-index: 30;
    display: block;
    cursor: pointer;
  }

  .pl_service4 {
    display: none;
  }
  .section-title h2 {
    font-size: 24px !important;
  }
  h2.section-heading {
    font-size: 45px;
  }
  .enllax-all {
    font-size: 200px !important;
  }
  .dividerOT.out-top,
  .dividerOT.out-bottom,
  .dividerOT.dividerOT-inner {
    height: 60px;
  }
  .footer-area .footer-nav-list {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 468px) {
  .section-title h2 {
    font-size: 21px !important;
  }
  h2.section-heading {
    font-size: 40px;
  }
}

.accordionItem {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e2e9;
  margin-bottom: 18px;
  transition: 0.3s ease all;
}

.accordionItem.active {
  transition: 0.5s linear border, 0.3s ease background;
}

.accordionItem.typContact .accordionHeader {
  padding: 51px 61px;
}

.accordionItem .accordionHeader {
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 800;
  padding: 33px 29px 33px 29px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
  user-select: none;
}

.accordionItem.active .accordionHeader:after {
  background: #000;
  transform: translateY(-50%) rotate(180deg);
}
.accordionItem .accordionHeader:after {
  content: "";
  width: 21px;
  height: 13px;
  -webkit-mask-image: url(../img/icon/arrow2.svg) !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  transition: 0.3s ease all;
}

.accordionItem.typContact .accordionBody {
  padding: 0px 70px;
}

.accordionItem.active .accordionBody {
  opacity: 1;
  transition: 0.3s 0.3s ease all;
}
.accordionItem .accordionBody {
  padding: 0px 30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s linear all;
  opacity: 0;
}

.accordionItem.typContact .accordionBody .contactInfoArea {
  padding: 40px 0px 60px;
}

.contactInfoArea .infoTitle {
  font-size: 18px;
  font-weight: 800;
  color: #0f0f0f;
  margin-bottom: 35px;
}

.contactInfoArea .info {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contactInfoArea .info .item b {
  font-size: 18px;
  font-weight: 800;
  color: #0f0f0f;
  display: block;
  position: relative;
}

.contactInfoArea .info .item p {
  font-size: 18px;
  line-height: 28px;
  color: #0f0f0f;
}

.contactInfoArea .mapArea {
  border-radius: 20px;
  background: #fff;
  margin: -40px 0 -30px;
  overflow: hidden;
}

.contactInfoArea .mapArea iframe {
  height: 20rem;
  width: 100%;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .faq-area-accordion {
    grid-template-columns: 600px 340px;
  }
}

.footer-nav-list.flex-custom li {
  display: inline-flex;
  margin-left: 10px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .footer-nav-list.flex-custom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-information {
    padding: 30px 10px !important;
  }
  .form-right {
    padding: 0 !important;
  }
  .contact {
    padding: 70px 0 !important;
  }
  .accordionItem.typContact .accordionHeader {
    padding: 51px 10px !important;
  }
  .accordionItem .accordionHeader:after {
    right: 20px !important;
    width: 14px !important;
  }
  .accordionItem.typContact .accordionBody {
    padding: 0 10px !important;
  }
  .about-area .section-content .section-title {
    font-size: 27px !important;
  }
  .about-area .section-content .text {
    font-size: 19px !important;
  }
  .about-area .section-content .wc-btn-primary {
    margin: 0 auto !important;
    display: flex;
    width: max-content;
  }
  .overview-section-six .overview-navigation {
    padding: 20px !important;
  }
  .overview-contents {
    padding: 0 20px !important;
  }
}

.type ul li + li,
.type ol li + li {
  margin-top: 13px;
}

.type ul,
.type ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.type ul li,
.type ol li {
  margin-left: 10px;
  line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: black;
}

.text-silver-chalice {
  color: #aeaeae;
}

.font-medium {
  font-weight: 500;
}
.text-14 {
  font-size: 0.875rem;
}
.pt-15 {
  padding-top: 15px;
}
.pl-5 {
  padding-left: 5px;
}

.warning a {
  color: #c7c7c7;
  text-decoration: underline !important;
  transition: 0.3s ease all;
}

.fancybox__slide {
  padding: 50px !important;
}

.component__gallery-list__item {
  height: 704px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 12px;
  position: relative;
}

.component__gallery-list__item .row:first-child {
  position: absolute;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
}

.component__gallery-list__item__group-text {
  position: absolute;
  width: 100%;
  bottom: 55%;
}

.catalog-item-title {
  font-weight: 700 !important;
  font-size: 24px !important;
  letter-spacing: -0.02em;
  color: #313133;
}

.component__gallery-list__item .row:last-child {
  position: absolute;
  width: 86%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.catalog-desc-divider .catalog-image-link {
  border-right: 1px solid #e5e7ee;
  padding-right: 20px;
}

.catalog-image-link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #313133;
}

.ms-5 {
  margin-left: 3rem !important;
}

.catalog-image-link i {
  font-size: 1.4rem !important;
}

@media (max-width: 1440px) {
  .component__gallery-list__item {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .component__gallery-list__item {
    height: 450px;
  }
  .catalog-desc-divider .catalog-image-link {
    border-right: unset !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    font-weight: 900;
    color: #000;
  }

  .component__gallery-list__item .row:last-child {
    bottom: 4% !important;
    left: 53%;
  }

  .component__gallery-list__item .text-start {
    text-align: center !important;
    color: #fff;
  }

  .catalog-image-link.ms-5 {
    margin-left: 0 !important;
    border-right: unset !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    font-weight: 900;
    color: #000;
  }
}

.home-catalog {
  background: #e9dfdd;

  padding: 50px 40px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.catalog-title {
  font-weight: 700 !important;
  font-size: 24px !important;
  letter-spacing: -0.02em !important;
  color: #313133;
}

#home__catalog-list .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #313133;
}

#home__catalog-list a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

#home__catalog-list a:first-child {
  color: #fff;
}

.katalog-item {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 55px 25px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  transition-duration: 0.45s;
  position: relative;
  overflow: hidden;
}
.katalog-item .title {
  display: -webkit-box;
  transition-duration: 0.45s;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.katalog-item .bottom {
  display: flex;
  justify-content: space-between;
}
.katalog-item .bottom .left {
  display: flex;
  gap: 20px;
}
.katalog-item .bottom .left a:first-child {
  background-color: #000;
  color: #fff;
}
.katalog-item .bottom a {
  width: 42px;
  height: 42px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  color: #fff;
}
.katalog-item:hover {
  border-color: #061525;
}

.katalog-item .right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.katalog-item .right img {
  width: 100%;
  height: 100%;
}

.blog-area.page-padding {
  padding: 100px 0 70px 0 !important;
  background: url(../img/banner-shape.png) no-repeat, linear-gradient(180deg, #64646426, #f7f7f773);
}

.katalog-item.big {
  padding: 95px 25px;
}

.about-body .slick-dots {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .header .header-container .menu .dropdown-item:hover .dropdown-list.mega {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    min-width: 400px !important;
  }
  .dropdown-list.mega li a {
    align-items: center;
  }
  .dropdown-list.mega li a img {
    width: 21px;
    height: 21px;
    object-fit: contain !important;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .dropdown-list.mega li a img {
    display: none !important;
  }
}

.header.sticky .header-container .menu-dropdown-container .mobile-menu-btn i {
  color: #fff;
}

.header.sticky .header-container .menu-dropdown-container .mobile-menu-btn {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}


.sahibindenmenu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
  }

  .sahibindenmenu svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

@media screen and (max-width: 1200px) {
  .kataloglar-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
  }

  .kataloglar-header svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  header .footer-area .social-links {
    margin-top: 25px !important;
  }
  header .footer-area {
    display: flex !important;
    justify-content: center;
  }
  .header .footer-area .social-links li {
    font-size: 28px !important;
  }
}

.kataloglar-header {
  display: none;
}

header .footer-area {
  display: none;
}

@media screen and (max-width: 768px) {
  .inventory-section {
    overflow: hidden;
  }
  .reference-item img {
    width: 120px;
 
    object-fit: contain;
  }
  .footer-area .footer-area-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .inventory-section
    .gallery-sec-two
    .image-column
    .inner-column
    .image-box
    .image
    img {
    height: 400px;
  }
}






/*# SİZİ ARAYALIM BUTONU */


/* Sabit Buton */
.callback-fixed-btn {
    position: fixed;
    right: -65px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    background: linear-gradient(135deg, #211813, #604538);
    color: #fff;
    padding: 12px 15px;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 2;
    transition: right 0.25s ease, box-shadow 0.25s ease;
}

/* Hover’da içeri doğru gelsin */
.callback-fixed-btn:hover {
    background: linear-gradient(135deg, #604538, #211813);  /* Hover rengi */
}


/* Telefon ikonu */
.callback-icon {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.7);
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: rgba(255,255,255,0.08);
}

/* Yazıyı biraz sıklaştıralım */
.callback-text {
    white-space: nowrap;
    letter-spacing: 1.5px;
}

/* Mobilde biraz daha yukarı alalım */
@media (max-width: 768px) {
    .callback-fixed-btn {
        right: -58px;
        font-size: 12px;
        padding: 10px 18px;
    }
}


/* Lightbox Arka Plan */
.callback-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Açıkken */
.callback-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* Modal Kutu */
.callback-modal {
    position: relative;
    max-width: 520px;
    width: 92%;
    background: #111111;
    background: radial-gradient(circle at top left, #3a2b25, #111111 55%);
    border-radius: 18px;
    padding: 26px 26px 24px;
    color: #f9fafb;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    transform: translateY(15px) scale(0.97);
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

/* Overlay açıkken modal animasyonu */
.callback-overlay.open .callback-modal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.callback-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    color: #f3f4f6;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}

.callback-title {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 18px;
    line-height: 1.5;
    color: #f9fafb;
}

/* Form alanları */
.callback-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.callback-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.callback-form-group label {
    font-size: 13px;
    color: #e5e7eb;
}

.callback-form-group input,
.callback-form-group textarea {
    background: rgba(15,23,42,0.85);
    border: 1px solid rgba(148,163,184,0.5);
    border-radius: 10px;
    padding: 9px 11px;
    color: #f9fafb;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.callback-form-group input::placeholder,
.callback-form-group textarea::placeholder {
    color: #9ca3af;
    font-size: 13px;
}

.callback-form-group input:focus,
.callback-form-group textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 1px rgba(249,115,22,0.6);
    background: rgba(15,23,42,0.98);
}

/* Gönder Butonu */
.callback-submit {
    margin-top: 6px;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
        color: #ffffff;
    background: linear-gradient(135deg, #211813, #604538);
    cursor: pointer;
    align-self: flex-end;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.callback-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.45);
    filter: brightness(1.05);
}

.callback-submit:active {
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}


/*# SİZİ ARAYALIM BUTONU finish */







/* Anasayfa hakkında bölüm boşlukları */
/* Genel bölüm */
.hakkindabolumu {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  
    background-position: left;
    background: linear-gradient(180deg, #646464, #383838);
}

/* Başlık SOL hizalı */
.about-title-left {
    position: relative;
    margin-bottom: 18px;
    text-align: left;
}

/* Arkadaki stroklu yazı - SOLA göre ayarlı */
.about-stroke-word {
    position: absolute;
    left: 0;
    top: -12px;
    transform: translateY(-55%);
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff00;
    -webkit-text-stroke: 1px rgb(224 205 196 / 73%);
    opacity: 0.5;
    pointer-events: none;
    white-space: nowrap;
}

/* Öndeki HAKKIMIZDA başlığı */
.about-main-title {
        position: relative;
    color: #ddcdc5;
    font-weight: 700;
    line-height: 0.94;
    font-family: "Teko", sans-serif;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-size: 40px;
}

/* Yazı alanı */
 

/* Butonun SOLDA kalması */
.about-btn-left {
    margin-top: 16px;
    text-align: left;
}

/* Devamı Butonu */
.about-more-btn {
    margin-top: -15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(135deg, #e0cdc4, #c6a680);
    color: #3c3c3c;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    font-family: "Teko", sans-serif;
}

.about-more-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    filter: brightness(1.03);
}

/* Sol fotoğraf kartı */
.about-image-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

/* Mobil uyum */
@media (max-width: 768px) {
    .hakkindabolumu {
        padding: 60px 0;
    }

    .about-stroke-word {
        font-size: 34px;
        letter-spacing: 2px;
    }

    .about-main-title {
        font-size: 22px;
    }

    .about-text p {
        font-size: 14px;
    }
}


/* Anasayfa hakkında bölüm finish */


.signature-text {
  font-family: 'BlackSignature';
    font-size: 29px;
    padding: 12px;
    color: #bbbbbb;
    white-space: nowrap;
    overflow: hidden;
    /* border-right: 2px solid rgba(255,107,53,0.6);*/

  animation: typingSignature 2.5s steps(20, end) forwards;
}

/* Yazma animasyonu */
@keyframes typingSignature {
  from { width: 0; }
  to   { width: 180px; }  /* ARDİN için ideal genişlik */
}

/* Silme animasyonu */
@keyframes deletingSignature {
  from { width: 180px; }
  to   { width: 0; }
}

/* İmleç yanıp sönmesi */
@keyframes blinkCursor {
  50% { border-color: transparent; }
}

.signature-text.blink {
  animation: blinkCursor 0.8s infinite;
}




.icerik {
    position: relative;
    padding: 7px 10px 4px 53px;
}



.about-action-row {
    display: flex;
    align-items: center;
    gap: 18px;              /* Buton ile imza arası boşluk */
    margin-top: 40px;
    flex-wrap: wrap;       /* Mobilde alta düşsün */
}





  /* Video hizmet bölümü */

.steps-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .steps-section .outer-box {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.steps-section.style-two {
  position: relative;
  z-index: 2;
  overflow: hidden;
 
  padding-top: 180px;
  padding-bottom: 70px;
 
}
@media (max-width: 1199.98px) {
  .steps-section.style-two {
   
  }
}
@media (max-width: 1199.98px) {
  .steps-section.style-two .outer-box {
    gap: 80px;
  }
}
@media (max-width: 575.98px) {
  .steps-section.style-two .outer-box {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.steps-section.style-two .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}
.steps-section.style-two::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background: linear-gradient(180deg, #646464, #383838a6);
}
.steps-section.style-two .shape-bg {
  position: absolute;
  top: -111px;
  right: -87px;
  z-index: -1;
}
.steps-section.style-two .steps-block .line {
  right: -115%;
}
@media (max-width: 1399.98px) {
  .steps-section.style-two .steps-block .line {
    display: block;
  }
}

.steps-block {
  max-width: 310px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.steps-block .icon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: #cbcbcb;
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.steps-block .icon svg,
.steps-block .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  width: 98px;
  fill: #444444;
}
.steps-block .icon svg path,
.steps-block .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.steps-block .icon .number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
 
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: -30px;
  font-size: 22px;
  font-weight: 700;
  
  color: #493127;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.0509803922);
}
.steps-block .title {
  margin-top: 30px;
  margin-bottom: 15px;
      font-size: 19px;
    font-weight: 700;
    text-align: center;
}
.steps-block .text {
  font-size: 14.77px;
  line-height: 26.59px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .steps-block {
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  .steps-block {
    max-width: 100%;
  }
}
.steps-block .line {
  position: absolute;
  right: -65%;
  top: 75px;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .steps-block .line {
    right: -40%;
  }
}
@media (max-width: 991.98px) {
  .steps-block .line.item-middle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .steps-block .line {
    display: none;
  }
}
.steps-block.active .icon {
  background-color: #3B403E;
}
.steps-block:hover .icon {
  background-color: #4a4a4a;
}
.steps-block:hover .icon svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.steps-block:hover .icon svg path {
  fill: #fff;
}
.steps-block:hover .icon .number {
  -webkit-animation: bounceIn 1s forwards;
          animation: bounceIn 1s forwards;
}


.sec-title .sub-title {
    min-width: 156px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 25px 25px 16px 29px;
    background-color: #cbcbcb;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 7px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Teko", sans-serif;
    color: #464646;
}

.sec-title.center .sub-title {
    margin: 0 auto;
    margin-bottom: 10px;
}

.splt-txt span {
    display: inline-block;
}

.sec-title.center {
    text-align: center;
}
 




/* KURUMSAL SIDEBAR */


/* Sidebar kutusunun görünümü (sen zaten eklemiştin, sabit kalsın) */
/* Holder absolute için referans olacak */
#kurumsalSidebarHolder {
    position: relative;
}

.kurumsal-sidebar {
    background: #141414;
    border-radius: 16px;
    padding: 24px 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

/* Fixed mod görünümü */
@media (min-width: 992px) {
    #kurumsalSidebar.fixed {
        position: fixed;
        z-index: 5;
    }
}


 

.kurumsal-sidebar .sidebar-title {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 18px;
}

.kurumsal-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kurumsal-menu li + li {
    margin-top: 6px;
}

.kurumsal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 16px;
    color: #d5d5d5;
    text-decoration: none;
    background: transparent;
    transition: all 0.22s ease;
    position: relative;
    overflow: hidden;
}

.kurumsal-link .dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,0.25);
    flex-shrink: 0;
}

.kurumsal-link .arrow {
    font-size: 10px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.22s ease;
}

.kurumsal-link .text {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Hover efekti */
.kurumsal-link:hover {
    background: radial-gradient(circle at left, #181818 0, #525252 28%, #f1f1f100 95%);
    color: #fff;
    transform: translateX(3px);
}

.kurumsal-link:hover .dot {
    background: #fff;
}

.kurumsal-link:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Aktif sayfa */
.kurumsal-link.active {
    background: linear-gradient(135deg, #c5c5c5, #f3f3f3);
    color: #111;
    font-weight: 600;
}

.kurumsal-link.active .dot {
    background: #111;
}

.kurumsal-link.active .arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Mobil select */
.kurumsal-mobile-select select {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 10px 16px;
    font-size: 14px;
}

.kurumsalresim {
     
    padding-bottom: 40px;
     
}


.kurumsalresim img {
    border-radius: 20px;
    object-fit: cover;
    height: 415px;
}


@media screen and (max-width: 992px) {
.kurumsalresim img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}

}



.type h4 {
    font-size: 23px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    color: #6e6d6c;
}


.projedetaysayfasi  {
     background: #ebebeb;
}

 

.projedetayyazi  {
      padding: 15px;
    background: #fcfcfc;
    width: 93%;
    border-radius: 10px;
}









.content-img-box.project-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-image img {
    width: 100%;
    display: block;
    transition: transform 0.35s ease;
}

.project-content {
    padding: 18px 18px 20px;
}

.project-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
}

.project-title a {
    color: #111111;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.project-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
}

.project-location,
.project-category {
    color: #777777; /* gri */
}

/* Hover efekti */
.content-img-box.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.content-img-box.project-card:hover .project-image img {
    transform: scale(1.05);
}

.content-img-box.project-card:hover .project-title a {
    color: #c3924a; /* Ardin rengine göre değiştirirsin */
}



.btn-kesfet {
  width: 155px;
    height: 48px;
    background: #ffffff;
    color: #000000;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.35s ease;
    outline: 1px solid #ffffff;
    outline-offset: 4px;
    font-family: "Teko", sans-serif;
}

/* ikon */
.btn-kesfet .icon {
    width: 16px;
    height: 16px;
    transition: transform 0.35s ease;
}

/* Hover efekti */
.btn-kesfet:hover {
    background: #000000;
    color: #ffffff;
}

/* Hover ikon animasyonu */
.btn-kesfet:hover .icon {
    transform: translateX(4px);
}







/* PROJELER CSS EK */

/* Kart */
.project-card-v2{
  border-radius: 16px;
  overflow: hidden;
  outline: 1px solid #cecece;
    border-radius: 13px;
    outline-offset: 8px;
}

/* Fotoğraf alanı */
.project-media-v2{
  position: relative;
  display: block;
  overflow: hidden;
 
}

.project-media-v2 img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  transform: scale(1);
  transition: transform .6s ease;
}

.project-media-v2:hover img{
  transform: scale(1.05);
}

/* SOL ÜST başlık alanı: 50px boşluk */
.project-overlay-top{
  position: absolute;
  top: 50px;
  left: 50px;
  right: 40px;
  z-index: 2;
}

.project-title{
      color: #fff;
    font-size: 25px;
    text-shadow: 0 6px 18px rgba(0,0,0,.55);
    font-weight: 700;
    line-height: 0.94;
    font-family: "Teko", sans-serif;
}

.project-category{
  margin-top: 10px;
    color: rgba(255,255,255,.9);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .3px;
    text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

/* SOL ALT konum kutusu: 50px boşluk, 120x55 */
.project-location-badge{
  position: absolute;
  left: 45px;
  bottom: 35px;
  width: 120px;
  height: 55px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 10px 4px;
  border-radius: 12px;

  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);

  z-index: 2;
}

.loc-ico{
  width: 18px;
  height: 18px;
  color: #fff;
  flex: 0 0 auto;
}

.loc-text{
  color: rgba(255,255,255,.92);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Fotoğraf altı beyaz 2’li grid */
.project-meta-v2{
  background: #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px; /* ince ayırıcı çizgi gibi */
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.project-meta-v2 .meta-item{
 
  padding: 14px 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
}

.meta-item svg {
    width: 25px;
    fill: #717070;
}

.meta-ico{
  width: 18px;
  height: 18px;
  color: #111;
  flex: 0 0 auto;
}

/* Responsive: boşluklar küçülsün */
@media (max-width: 768px){
  .project-overlay-top{ top: 22px; left: 22px; right: 22px; }
  .project-location-badge{ left: 22px; bottom: 22px; }
  .project-media-v2 img{ height: 280px; }
}


/* Fotoğraf üstü siyah transparan overlay */
.project-media-v2::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.35),
    rgba(0,0,0,.55)
  );
  z-index: 1;
}




/* PROJELER CSS EK FINISH */



/* PROJE detay yeni 3lü */

.project-gallery-aftertext .pg-item{
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.project-gallery-aftertext .pg-item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  transform: scale(1);
  transition: transform .6s ease, opacity .6s ease;
}

.project-gallery-aftertext .pg-item:hover img{
  transform: scale(1.06);
  opacity: .92;
}

.project-gallery-aftertext .pg-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.28);
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-gallery-aftertext .pg-item:hover .pg-overlay{
  opacity: 1;
}

.project-gallery-aftertext .pg-zoom{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255,255,255,.10);
} 




.project-cover-image{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.project-cover-image img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform .8s ease;
}

.project-cover-image:hover img{
  transform: scale(1.04);
}

/* hafif siyah transparan overlay */
.project-cover-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,.18),
    rgba(0,0,0,.38)
  );
  pointer-events:none;
}

@media (max-width:768px){
  .project-cover-image img{
    height:360px;
  }
}

/* GENEL TABLE */
table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.04);
  font-size: 14px;
}

/* THEAD */
thead{
  background: #f2f3f1; /* kırık beyazın biraz koyusu */
}

thead th{
  padding: 16px 18px;
  text-align: left;
  font-weight: 600;
  color: #222;
  border-bottom: 1px solid #e3e4e1;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* TR */
tr{
  transition: background-color .25s ease;
}

/* TD */
td{
  padding: 15px 18px;
  color: #333;
  border-bottom: 1px solid #ecece8;
  vertical-align: middle;
  line-height: 1.6;
}

/* SON SATIR BORDER KALDIR */
tbody tr:last-child td{
  border-bottom: none;
}

/* HOVER */
tbody tr:hover{
  background: #f8f9f7;
}

/* ZEBRA (opsiyonel, çok şık durur) */
tbody tr:nth-child(even){
  background: #fafbf9;
}

/* TABLO İÇİ LİNK */
table a{
  color: #111;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

table a:hover{
  border-bottom-color: #000;
}

/* MOBİL */
@media (max-width:768px){
  table{
    font-size: 13px;
  }

  thead{
    display: none;
  }

  table, tbody, tr, td{
    display: block;
    width: 100%;
  }

  tr{
    margin-bottom: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }

  td{
    border-bottom: none;
    padding: 12px 16px;
    position: relative;
  }

  td::before{
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .3px;
  }
}


td ul li {
    margin-left: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
        font-size: 15px !important;
    color: black;
}


/* PROJE detay yeni 3lü finish */




.project-video-card{
   
  height: 240px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #111;

  background-image: url('../img/video-bg.jpg');
  background-size: cover;
  background-position: center;

 margin-top: 12px;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);

  transform: translateZ(0);
  transition: transform .45s ease, box-shadow .45s ease;
}

/* beyaz transparan overlay */
.project-video-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgb(255 255 255 / 80%);
 
  transition: background .45s ease;
  z-index: 1;
}

/* hafif parıltı */
.project-video-card::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), rgba(255,255,255,0) 55%);
  opacity: .7;
  transform: translate3d(0,0,0);
  transition: opacity .45s ease;
  z-index: 1;
}

/* içerikler üstte kalsın */
.project-video-card > *{ position: relative; z-index: 2; }

.pvc-ico{
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  flex: 0 0 auto;
  transition: transform .45s ease, background .45s ease;
}

.pvc-ico svg{
  width: 45px;
    height: 45px;
  color: #111;
}

.pvc-text{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.pvc-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pvc-sub{
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,.70);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pvc-arrow{
  display: inline-block;
  transform: translateX(0);
  transition: transform .45s ease;
}

/* hover */
.project-video-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 65px rgba(0,0,0,.16);
}

.project-video-card:hover::before{
  background: rgba(255,255,255,.58);
}

.project-video-card:hover::after{
  opacity: .95;
}

.project-video-card:hover .pvc-ico{
  transform: scale(1.06);
  background: rgba(255,255,255,.95);
}

.project-video-card:hover .pvc-arrow{
  transform: translateX(6px);
}

/* responsive */
@media (max-width: 768px){
  .project-video-card{
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .pvc-title{ white-space: normal; }
}


.projeharitakutu {
    background: white;
    padding: 2px;
    border-radius: 24px;
}

.projeharitakutu iframe {
    border: 0;
    padding: 8px;
    border-radius: 21px;
}




.about-corporate {
  padding: 120px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
}

/* SOL */
.label-box {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #000;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.headline {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}

/* SAĞ */
.about-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* COUNTER */
/* COUNTER BORDER */
.counter-border {
  padding: 40px 50px;
  border: 1px solid rgba(0,0,0,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* STROKE SAYI */
.experience-border {
      width: 260px;
    height: 260px;
    border: 11px solid rgb(255 255 255 / 35%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/banner-shape.png);
    background-size: auto;
    font-weight: 900;
 
}

/* COUNTER */
.stroke-counter {
      font-size: 88px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
    -webkit-text-stroke: 5px #e7e7e7;
    color: transparent;
    letter-spacing: 2px;
}

.stroke-counter .plus {
  font-size: 42px;
}

/* ALT YAZI */
.experience-label {
  font-size: 14px;
  letter-spacing: .6px;
  text-align: center;
  opacity: .85;
  font-family: 'Teko';
}



/* METİN */
.about-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn-outline {
  display: inline-block;
  padding: 14px 34px;
  border: 1px solid #000;
  text-decoration: none;
  color: #fff;
  transition: .3s;
}

.btn-outline:hover {
  background: #000;
  color: red;
}

.split-text{
   font-size: 18px !important;
 
}

.split-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(22px);
  color: white;
}

.split-text span.split-animate {
  animation: splitIn .6s ease forwards;
}

@keyframes splitIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.about-left {
    position: relative;
    overflow: hidden;

}

.about-left img {
    width: 100%;
    height: auto;
    display: block;
}

/* Gradient Overlay */
.about-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(67 67 67), transparent 40%), 
    linear-gradient(to bottom, rgb(92 92 92), transparent 40%), 
    linear-gradient(to left, rgba(0,0,0,0.65), transparent 40%), 
    linear-gradient(to right, rgb(80 80 80), transparent 40%);
    z-index: 1;
}

/* Yazı Alanı */
.about-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.about-overlay h2 {
    font-size: clamp(46px, 5vw, 63px);
    font-weight: 800;
    letter-spacing: 6px;
    color: #ffffffa3;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0,0,0,0.6);
    FONT-FAMILY: 'Teko';
}





.urban-transform-section {
    position: relative;
    padding: 90px 0;
    background: url("assets/img/kentsel-donusum-bg.jpg") center/cover no-repeat;
    overflow: hidden;
}

.urban-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 120deg, rgb(22 24 24) 40%, rgba(0,0,0,0.65) );
    z-index: 1;
}

.urban-transform-section .container {
    position: relative;
    z-index: 2;
}

.urban-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}

/* SOL ALAN */
.urban-left .urban-badge {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 12px;
    letter-spacing: 2px;
    color: #c9a86a;
    margin-bottom: 20px;
}

.urban-left h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}

.urban-left h2 strong {
    color: #c9a86a;
    font-weight: 600;
}

.urban-left p {
    color: #ccc;
    max-width: 520px;
    line-height: 1.7;
    font-size: 16px;
}

/* SAĞ ALAN */
.urban-right {
    display: flex;
    justify-content: flex-end;
}

.urban-info {
    border-left: 3px solid #c9a86a;
    padding-left: 40px;
}

.urban-info span {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 12px;
}

.urban-btn {
    display: inline-block;
    padding: 16px 34px;
    border: 1px solid #c9a86a;
    color: #c9a86a;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all .4s ease;
}

.urban-btn:hover {
    background: #c9a86a;
    color: #111;
    transform: translateX(6px);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .urban-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .urban-right {
        justify-content: flex-start;
    }

    .urban-left h2 {
        font-size: 34px;
    }
}


.parallax-bg {
    position: relative;
    background-image: url("../img/kentsel-donusum-parallax.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}






