:root {
    --dark:#2e160b;
    --green:#4d8a40;
    --yellow:#4d8a40;
    --brown:#4d8a40;
    --light:#f2f2f2;
}

@font-face {
    font-family: 'Barlow Condensed';
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Barlow Condensed';
    font-weight: bold;
    font-style: normal;
}

.text-blue{
    color: #0036a1;
}

.h-1-left{
    font-size: 62px;
    text-align: left;
    font-weight: 550;
}
.h-2-left{
    font-size: 48px;
    text-align: left;
    font-weight: 550;
}
.h-3-left{
    font-size: 44px;
    text-align: left;
    font-weight: 550;
}
.h-4-left{
    font-size: 36px;
    text-align: left;
    font-weight: 550;
}
.main-p{
    font-size: 22px;
    text-align: left;
}
.main-p-sm{
    font-size: 16px;
    text-align: left;
}
.main-p-green{
    color: #265c3d!important;
    font-weight: 600;
}
.legend-box{
    width: 100px; 
    height: 25px;
    margin-right:10px;
}
.legend-box-1{
    background: #265c3d!important;
}
.legend-box-2{
    background: #357541!important;
}
.legend-box-3{
    background: #7c9c6b!important;
}


body{
  /*background: #e6e9eb; */
  background: rgb(247,243,240);
  min-height: 100%;
  font-family: 'Barlow Condensed', serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

header{
   position: fixed;
   top:0;
   left:0;
   width: 100vw;
   z-index: 2;
   font-family: 'Barlow Condensed', serif;
}



  section {
      background-position: right 5% bottom 5%; /* Varsayılan konum */
      background-size: auto;
  }

  @media (max-width: 768px) {
      section {
          background-position: center bottom; /* Küçük ekranlar için görsel ortalanır */
          background-size: contain; /* Görsel ekrana sığacak şekilde ölçeklenir */
          background-size: 40%!important;
      }
  }

  @media (max-width: 480px) {
      section {
          background-position: left bottom; /* Çok küçük ekranlar için sol alt köşe */
          background-size: cover; /* Görsel alanı dolduracak şekilde büyütülür */
          background-size: 40%!important;
      }
  }





footer .logo img{
    width: 100%;
    max-width: 100px;
}

footer .logo p{
    color: #333;
    font-size: 14px;
    margin-top:15px;
}

footer .disclaimer p{
    color: #333;
    font-size: 14px;
    margin-top:15px;
}

footer .disclaimer .social{
    display: table-cell;
    text-align: "right";
}

footer .disclaimer .social a{
    
}

.modal {
  display: none; /* Varsayılan olarak gizli */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* Tam genişlik */
  height: 100%; /* Tam yükseklik */
  background: rgba(255,255,255,0.5)!important;
  z-index: 1050;
  justify-content: center;
  align-items: center;
}

.modal-dialog {
  width: 85%; /* Daha küçük genişlik */
  max-width: 1000px; /* Maksimum genişlik */
  min-height: 400px;
  margin: auto;
}

.modal-content {
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  max-height: 80%; /* Daha az yükseklik */
  padding: 20px;
  bottom: 10px;
  box-shadow: -5px 7px 17px -6px;
}

/* Kapatma Butonu */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

/* Kapatma butonunun üzerine gelindiğinde rengi değişir */
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal'ın arkaplanını ve tam ekran konumlandırmasını ayarlıyoruz */
.modal {
    display: none; /* Başlangıçta görünmesin */
    position: fixed; /* Sabit konum */
    z-index: 1050; /* Modal sayfa içeriğinden önde olsun */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah arka plan */
    padding-top: 50px; /* Modal'ı ekranın ortasına yerleştir */
}

/* Modal İçeriği */
.modal .modal-header {
    padding: 15px;
    border: none;

}

.modal .modal-body {
    padding: 20px;
    background-color: #fff;

}

.modal .modal-footer {
    padding: 10px;
    border: none;
    text-align: right;
}

/* Kapatma butonu (×) */
.modal .close {
    font-size: 30px;
    font-weight: bold;
    color: #aaa;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

/* Kapatma butonunun üzerine gelindiğinde renk değişikliği */
.modal .close:hover,
.modal .close:focus {
    color: black;
}

/* Modal butonları */
.modal .btn {
    padding: 20px 20px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    margin: 0 5px;
    width: auto;
}

/* "Save changes" butonunun özelleştirilmesi */
.modal .btn-primary {
    background-color: #007bff;
    color: white;
}

.modal .btn-primary:hover {
    background-color: #0056b3;
}

/* "Close" butonunun özelleştirilmesi */
.modal .btn {
    background-color: #ccc;
    color: #333;
}

.modal .btn:hover {
    background-color: #999;
}
.modal-backdrop{
    display: none!important;
}

.bagisButon{
    background: url('../img/button.png'); 
    color: white; 
    padding: 20px; 
    border-radius: 35px;
    background-size: contain;
    min-width: 301px;
    max-width: 300px;
    min-height: 69px;
    max-height: 69px;
}

.link{
    text-decoration: none ;
    cursor: pointer;
}

.link:hover{
    color:#4d8a40!important ;
    cursor: pointer;
}





.modal-content {
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.text-green2 {
  color: #2D5A27;
  font-weight: bold;
}

.btn-green {
  background-color: #165B33;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.btn-green:hover {
  background-color: #127A29;
  color: white;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.map {
    background-color: #8DC53F; height: 300px; display: flex; justify-content: end; border: none;
}
.form-control2{
    border: 1px solid #6c6c6c;
    border-radius: 0px;
    padding: 5px;
}
.custom_submit_btn{
    width: 45%;
    border-radius: 50px;
    font-weight: 500;
    padding: 17px;
}
.btn-green{
    background: #2e6e43!important;
    color: white!important;
}
.modal .btn {
    padding: 20px 25px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    margin: 0 5px;
    width: auto;
}

@media (max-width: 768px) {
        .modal .btn {
            font-size: 17px;
        }
        #resultModalTextDiv2{
                flex-grow: 1;
                text-align: left;
                padding: 20px;
                margin-left: 0px!important;
                transform: translate(0px, 0px);
                 padding: 0px!important;
        }
   } 


/** arşiv **/

.indicator-container {
top: 10px;
left: 50%;
}
.indicator {
width: 13px;
height: 13px;
border-radius: 50%;
background-color: #ccc;
margin: 0 6px;
display: inline-block;
cursor: pointer;
}

.indicator.active {
background-color: #003366; /* Aktif nokta rengi */
}

.cls-38:hover{

  fill: #0036a3;
}
.cls-38{
  cursor: pointer;
}
.cls-106{
  pointer-events: none;
}
.slaytZone{
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: white;
  }

  /***/
   .slaytZone {
    width: 100%;
    height: auto; 
    background-size: cover;
    background-position: center;
    position: relative; 
  }

  .backFowardBtn {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 10; 
    cursor: pointer;
  }
  .provinceName {
    position: absolute;
    bottom: 3%;
    color: white;
    z-index: 10;
    font-size: 42px;
    font-weight: 500;
  }


  .prevBtn {
    left: 10px; 
  }

  .nextBtn {
    right: 10px; 
  }

  .mdi-custom {
    color: #fff; 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); 
    padding: 10px;
    font-size: 60px;
  }
  
/* RESPONSIVE TASARIM */
@media (max-width: 768px) {
  .slaytZone {
    aspect-ratio: 4/3; /* Mobilde daha dikdörtgen oran */
  }

  .backFowardBtn {
    font-size: 40px; /* Mobilde daha küçük simge */
  }

  .mdi-custom {
    font-size: 40px; /* Simge boyutunu küçült */
    padding: 5px;
  }

  .provinceName {
    font-size: 24px; /* Şehir adını küçült */
    bottom: 5%; /* Mobilde biraz daha yukarıda olsun */
  }

  .indicator-container {
    top: 5px; /* Mobilde üst kısımda daha az boşluk */
  }

  .indicator {
    width: 10px; /* Noktaları küçült */
    height: 10px;
    margin: 0 4px;
  }
}

@media (max-width: 576px) {
  .slaytZone {
    aspect-ratio: 1/1; /* Daha kare görünüm */
  }

  .provinceName {
    font-size: 18px; /* Şehir adını daha da küçült */
  }

  .mdi-custom {
    font-size: 30px; /* Simge boyutunu daha da küçült */
  }
}

/** arşiv bitti **/



/* modal responsive */
  @media (max-width: 768px) {
  .card-body {
    padding: 1rem; /* Mobilde kenar boşlukları küçültüldü */
  }
  .mmsf{
    width: 50%;
  }
  #chart {
    width: 200px !important; /* Grafik boyutu mobilde küçültüldü */
    height: 200px !important;
  }

  .text-center h1 {
    font-size: 24px; /* Mobilde sayıların boyutları küçültüldü */
  }

  .text-center small {
    font-size: 12px; /* Mobilde metin boyutları küçültüldü */
  }
  .custom_submit_btn{
    width: 100%;
  }
  .gap-3{
    align-items: center;
  }
    .main-p{
      font-size: 18px!important;
    }
    .impact-card{
        border:3px solid #5E8940!important;
    }
}


.impact-col{
    max-width: 240px;
    min-height: 300px;
}



@media (max-width: 1024px) {
    .impact-col{
        max-width: 240px;
         min-height: 260px;
    }
    .impact-card{
        border:4px solid #5E8940!important;
    }
}


/* Mobil uyumluluk */
@media (max-width: 768px) {
    .impact-col{
        max-width: 200px;
         min-height: 280px;
    }
  #resultModalTextDiv{
    transform: translate(5px, 40px)!important;  
    padding: 0px!important;
  }
  #myModalResult .modal-body {
    display: block;
    text-align: center;
    padding: 10px;
  }

  #myModalResult .modal-body img {
    position: relative;
    display: none;

    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto 20px;
    max-width: 200px;
  }

  #myModalResult .modal-body div:last-child {
    margin-left: 0!important;
    margin-bottom: 65px;
    padding: 0;
  }

  #myModalResult .modal-body h4 {
    font-size: 18px;
  }

  #myModalResult .modal-body p {
    font-size: 14px;
  }

  #myModalResult .modal-body p:last-child {
    font-size: 12px;
  }
}


/* mauseyle dolu ilin üstüne gelince */
#info {
    position: absolute;
    display: none;
    width: 200px;
    z-index: 1!important;
    text-align: center;
    color: white;
    pointer-events: none;
    font-family: 'Barlow Condensed';
}

.infobox-header {
    background-color: #14632e;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0px;
    border: 4px solid white;
    margin-bottom: -70px;
    opacity: 0;
}

.image-container {
    position: relative; 
    display: inline-block;
    width: 60%; 
}

.image-container img {
    width: 100%; 
    height: auto;
    display: block;
}

.pintext{
    position: absolute; 
    top: 39%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 12px; 
    font-weight: bolder;
    text-align: center; 
    white-space: nowrap; 
}

