@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/Dm_Sans/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/Dm_Sans/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/Dm_Sans/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/Dm_Sans/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/static/fonts/Dm_Sans/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*  
 * {
  outline: 1px solid red;
}   */

body {
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  
}


:root {
    --primary-color: #F69930; 
    --secondary-color: #343434;
    --background-color: #f8f9fa;
    --font-family: 'DM Sans', sans-serif;
}


html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
    color: var(--secondary-color);
    overflow-x: hidden;
    
   
    
}

 #formTesekkurModal .btn-primary {
    background-color: #F69930;
    border-color: #F69930;
    color: #fff;
  }

  #formTesekkurModal .btn-primary:hover {
    background-color: #e0882a;
    border-color: #e0882a;
    color: #fff;
  }


header.main-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1;
    display: block;
}
a {
  text-decoration: none;
}
.container-fluid {
  padding: 0;
}
.top-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


#full-banner-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
    
}
.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  
}

/*Slider Top Slide bottom */
.scroll-toggle-btn {
  position: fixed;
  top: 550px;
  right: 125px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 2px solid #D9D9D9;
  background-color: white;
  display: none; /* scroll'a göre gösterilecek */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  transition: box-shadow 0.3s ease;
}
.scroll-toggle-btn:hover {
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}


/*sağ sol okları hover*/
/* Ortak stil */
.slider-arrow svg {
  color: inherit;
}
.slider-arrow {
   
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  color: #B1B1B1;
  transition: transform 0.3s ease, filter 0.3s ease, fill 0.3s ease;
  transform-box: fill-box;
  transform-origin: center;
}
.slider-arrow:hover {
   transform: scale(1.15) rotate(-3deg);
  box-shadow: 0 0 20px 6px rgba(246, 153, 48, 0.4);
  background-color: #F69930;
  color: white;
  
}
.arrow-shape{
  transition: fill 0.3s ease;
}

/*Her Bölüm için*/
.anim-giris {
    
    
    transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 1.8s ease;
    will-change: transform, opacity;
    visibility: hidden;
}


.anim-sag { 
    transform: translateX(200px); 
}

.anim-sol { 
    transform: translateX(-200px); 
}

.anim-ust { 
    transform: translateY(-200px); 
}

.anim-alt { 
    transform: translateY(200px); 
}


.anim-giris.aktif,
.anim-sag.aktif,
.anim-sol.aktif,
.anim-ust.aktif,
.anim-alt.aktif {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}


@keyframes zoomBlink {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.4;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.footer-logo-anim {
  animation: zoomBlink 2.5s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}

.row-divider-wrapper {
  width: 1490px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  height: 6px; /* görünürlük için şart */
  padding-left: 0;
  padding-right: 0;
}

.section-divider {
  position: absolute;
  left: 0; /* .row'un sol kenarından başla */
  bottom: -3px;
  width: 612px;
  height: 6px;
  background-color: #F69930;
  border-radius: 5px;
  z-index: 30;

   opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 1060px) {
  .row-divider-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .section-divider {
    width: 100%;
    left: 0;
  }
}



@media (max-width: 768px) {
  
}


/*Logo Başlık Slogan*/

#_baslik-section-beyaz{
  background-color: #EDEDED;
  
}
#_baslik-section-siyah{
  
  background-color: #343434;
  
}
#_baslik-section-gri{
  background-color: #5C5C5C;
  
}

._proje-baslik-wrapper-beyaz{
   background-color: #EDEDED;
   
}
._proje-baslik-wrapper{
background-color: #343434;
}
._baslik-row {
  max-width: 1060px;
  height: 100%;
  width: 100%;
  margin: 0 auto; 
  align-items: center; 
  padding-bottom: 30px;
  padding-top: 30px;
  
}


._logo-baslik-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  gap: 6px;
}

._logo-basik-logo-wrapper {
  width: 63px;
  height: 30px;
  object-fit: contain;
}

._baslik-text-siyah {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
  white-space: nowrap;
  margin-top: -6px;
}
._baslik-text-beyaz {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  margin-top: -6px;
}

/*Slgon alanı*/
._slogan-wrapper {
  width: 425px;
  height: 73px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.03em; /* -3% */
  color: #939393;
  text-align: left;
  display: flex;
  align-items: center; /* dikey ortalama */
}

@media (max-width: 768px) {
  ._slogan-wrapper {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 20px;
  }
._logo-basik-logo-wrapper{
  width: 53px;
  height: 20px;

}
  ._baslik-text-siyah{
    font-size: 24px;
    margin-top: 0px ;
  }
  ._baslik-text-beyaz {
    align-items: start;
    font-size: 24px;
    margin-top: 0px;
  }

  ._logo-baslik-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 0px;
    margin-top: 0;
  }
}


/*Filtre Barı */
.proje-filtreleme-filtre-wrapper {
  max-width: 1060px;
  width: 100%;
}

.proje-filtre-filtreleme-tabs {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  padding-left: 0;
}

.proje-filtre-tab {
  width: 175px;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: #939393;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}

.proje-filtre-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
  height: 4px;
  background-color: #939393;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.proje-filtre-tab:hover {
  color: #F69930;
}
.proje-filtre-tab.active {
  color: #F69930;
}

.proje-filtre-tab:hover::after {
  width: 60%; 
  background-color: #F69930;
}

.proje-filtre-tab.active::after {
  width: 100%;
  background-color: #F69930;
}
