
/*base inherit*/
@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-Regular.otf') format('opentype');
    font-weight: 400;
}

/* Wotfard Light (300) */
@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-Light.otf') format('opentype');
    font-weight: 300;
}

/* Wotfard ExtraLight (200) */
@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-ExtraLight.otf') format('opentype');
    font-weight: 200;
}


#logo div {
    white-space: nowrap;
}

#footerLeftContainer p{
    color:white !important;
}

* {
    box-sizing: border-box;
}



body {
    background:transparent;
    font-family: 'Wotfard', sans-serif;
    margin:0;
    background:fff;
}

h2{
    font-weight:300;
    display: block; /* Başlık blok seviyesinde olmalı */
      max-width: 100%; /* Başlığın genişliği ekran genişliğini aşmasın */
    word-break: keep-all; /* Kelimeleri bölme (özellikle köşeli parantez içindekiler için) */
    overflow-wrap: break-word; /* Uzun kelimeleri satır sonunda böler */
    white-space: normal; /* Metnin normal şekilde sarılmasını sağlar */
}

h3{
    line-height: 0.2px !important;
}

.linkContainer:hover{
    font-weight:500;
}

a .text-tiny{
    line-height:10px !important;
}

.western a{
    line-height: 0.1px !important;
    text-decoration:none !important;
    margin:0;
    padding:0;
    word-wrap: break-word;      /* Uzun kelimeleri kır */
    word-break: break-word;     /* Ekstra kırılma desteği */
    white-space: normal;   
    line-height:10px !important;
}

 a{
    line-height: 0.1px !important;
    text-decoration:none !important;
    margin:0;
    padding:0;
    word-wrap: break-word;      /* Uzun kelimeleri kır */
    word-break: break-word;     /* Ekstra kırılma desteği */
    white-space: normal;   
    line-height:10px !important;
}


p.western a{
    line-height:12px !important;
}

p{
    word-wrap: break-word;      /* Uzun kelimeleri kır */
    word-break: break-word;     /* Ekstra kırılma desteği */
    white-space: normal;
    line-height:40px !important;
    margin:0;
    
}

p a {
    line-height:10px !important;
    margin: 0 !important;/* Link içindeki margin boşluklarını kaldırır */
    padding: 0 !important;/* İç boşlukları kaldırır */


}


.text-tiny {
    line-height:10px !important;
    font-size:11px;
}


.text-tiny a {
    line-height:10px !important;
}

.text-small a span {
    line-height:1 !important;
}

.text-small a {
    line-height:1 !important;
}

.footerContainer{
    background: grey !important;
}


#navLinksContainer a{
    text-decoration: none !important;
    color:white;
}

#navbar a{
    text-decoration: none !important;
    color:white;
}

#navLinksWrapper ul li a{
    text-decoration: none !important;
    color:white;
}

.navbar-item a{
     text-decoration: none !important;
    color:white;
}

 

.open a{
     text-decoration: none !important;
    color:white;
}

.article-content ul {
    list-style-type: disc;
    
    margin-left: 0px; /* Liste işaretlerinin düzgün görünmesi için margin */
    padding-left: 0px; /* Liste işaretleri için padding */
    padding-right:30px;
}

.article-content ul li::marker {
    content: '•'; /* Varsayılan bullet işareti */
    color: #333; /* İşaretin rengini düzenle */
    padding-right:30px;

}

.article-content ul li {
    padding-left: 10px; /* Metni daha içeride gösterir */
    line-height:35px !important;
}

.secondPart{
    display:flex;
    flex-direction:column;
    width:100%;
    height:auto;
    position:relative;
}


.articleImage{
    object-fit: cover;
}

.articleTypeTagColorContainer{
    width:65%;
    display:flex;
    margin-top:-10% !important;
    margin-left:auto;
    
 
}


.topPartInfoContainer {
    width: 35% !important; 
    display:flex;
    height:auto;
    justify-content:space-between;
    padding:20px;
    height:100px;
    margin-top:0px !important;
    position:absolute;
}

.authorContainer{
    width:auto;
    display:flex;
    flex-direction:row;
}


.authorContainerSingle{
    width:auto;
    display:flex;
    flex-direction:row;
    padding:10px;
    margin:auto;
}



.authorInfoWrapper{
    margin:auto;
    width:100%;
}



.sections{
    padding-left:10%;
    padding-right:10%;
}

figure.media {
    display: block; /* Medya kapsayıcısını görünür yapar */
    width: 100%; /* Kapsayıcının boyutunu düzenler */
    max-width: 100%; /* Taşmayı önler */
    margin:0;
}

figure.media > oembed {
    display: block;
    width: 100%; /* Video genişliğini düzenler */
    height: auto; /* Video yüksekliğini otomatik ayarlar */
    margin:0;
}

.image-style-align-right{
    float: right;
  margin-left: 20px !important;
  padding-left: 20px !important;
  margin-bottom: 20px;
  max-width:50%;
}

.image-style-align-left{
    float: left;
  margin-right: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 20px;
  
}

.image-style-align-right image_resized{
    float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  
}


.image-style-align-left image_resized{
    float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  
}



/*some of the ckeditor embedded images have .image*/
.image{
    width:80% !important;
    height:auto;
}

figure img{
    width:95% !important;
    height:auto;
    margin:0 !important;
    padding:0 !important;
}

.editorimg{
     width:95% !important;
    height:auto;
    margin:0 !important;
    padding:0 !important;
}

.image_resized{
    max-width:60%;
    height:auto;
}


h1{
    color:white;
    font-size:60px;
    font-weight:300;
    margin-top:40px;
}

.enteteContainer{
    display:none;
}

.entete{
    display:none;
}

.buttonContainer {
  display: flex;
  gap: 35px; /* Butonlar arası boşluk */
  width:30%;
  margin:auto;
  justify-content:center;
  padding-bottom:45px;
}

.iconButtonContainers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex: 0 0 auto;
}

.btn {
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none; 
}

.btn img {
  width: 50px !important; /* İkon boyutu */
  height: 62px !important;
 aspect-ratio: 1 / 1;
}

.btn:hover {
  opacity: 0.8; /* Fare üzerine gelince efekti */
}

/* Paylaşım Menüsü Stili */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  max-width: 300px;
  text-align: center;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: black;
}

/* Butonların Genel Stili */
.modal-content button {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: opacity 0.3s;
}



.modal-content button:hover {
  opacity: 0.9;
}

/* Facebook Butonu */
.facebook-button {
  background-color: #1877F2; /* Facebook rengi */
}

/* Twitter Butonu */
.twitter-button {
  background-color: #000000; /* X'in yeni resmi rengi */
}

/* LinkedIn Butonu */
.linkedin-button {
  background-color: #0077B5; /* LinkedIn rengi */
}

@media screen and (max-width:1250px) and (min-width:300px){
    h1{
        font-size:40px;
    }
    .btn img {
  width: 45px !important; /* İkon boyutu */
  height: 53px !important;
 aspect-ratio: 1 / 1;
}

}



h2{
 font-weight:700;
 font-size:32px;
 
 
}

h3{
 font-weight:500;
 font-size:30px;
 margin-block-start: 0.7em;
 
}

span{
    line-height:8px !important;
    }

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


.text-tiny{
    font-size:12px;
    line-height:1 !important;
}

.text-big{
    font-size:20px;
}

.text-huge{
    font-size:23px;
}

.text-small{
    font-size:14px;
    line-height:1 !important; 
}


p{   
    font-weight: 300;
    line-height:40px;
    padding: 0% 0% 0% 0%;
    color:#333;

}





#socialLogosContainer a {
    text-decoration:none !important;
}


/*****RESPONSIVE PARAGRAPHS P ****/

@media screen and (max-width: 1700px) and (min-width: 1400px) {

    p{
        font-size:22px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {

    p{
        font-size:18px;
    }
    
    h2{
        font-size:30px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 600px) {

    p{
        font-size:16px;
    }
    
     h2{
        font-size:25px;
    }
    
}

@media screen and (max-width: 600px) and (min-width: 300px) {

    p{
        font-size:14px;
    }
     h2{
        font-size:20px;
    }
    
    span img{
        width:90%;
        height:auto;
    }
}

/**RESPONSIVE SECTIONS*/
@media screen and (max-width:900px) and (min-width:300px){
    .sections{
        padding-left:5%;
        padding-right:5%;
    }
    
figure.media {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative; /* Göreceli konumlandırma */
    padding-top: 56.25%; /* 16:9 en-boy oranı için (9 / 16 * 100) */
}

figure.media > oembed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute; /* Mutlak konumlandırma */
    top: 0;
    left: 0;
}

iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute; /* Mutlak konumlandırma */
    top: 0;
    left: 0;
 height:100% !important;
}
    
}

/********************HEADER***/

.articleHeaderContainer {
    width: 100%; 
}

@media screen and (min-width:1700px) and (max-width:3000px){
    .articleHeaderContainer, .articleImage{
        height:80vh !important;
    }
   
    .articleImage{
        object-position: top !important;
    }
}

.articleHeaderContainer .articleImage {
    width: 100%; /* Resim genişliği konteynerin genişliğine göre ayarlanır */
    height: auto; /* Yükseklik orantılı şekilde ayarlanır */
    display: block; /* Varsayılan `inline` davranışı kaldırılır */
    object-fit: cover; /* İsteğe bağlı: Görüntüyü kırpmadan konteynerin içine sığdırır */
}



@media screen and (max-width:1250px) and (min-width:300px){
    .articleHeaderContainer{
        height:auto;
        width:100%;
    }
}


.articleImage{
    width:100%;
    height:auto;
    object-fit:cover;
    top:0;
}

/**********************************/

.secondPart{
    display:flex;
    flex-direction:column;
    width:100%;
    height:auto;
    position:relative;
}



.authorInfoWrapper{
    padding:30px;
    margin:auto;
    width:100%;
}




.authorInfoWrapper1{
    padding:30px;
    margin:auto;
    width:50%;
    
}


@media screen and (max-width:2000px) and (min-width:1600px){
    .authorInfoWrapper{
    
    margin-left:0px;
}

}

.authorMail{
    color:#333;
}

.authorMail a{
    color:#333;
}

.topPartInfoContainer {
    width: 35%; 
    display:flex;
    height:auto;
    justify-content:center;
    padding:0;
}

.logoWrapper {
    display: flex;
    min-width:100%;
    margin:auto;
    height:100%;
    justify-content:center;
    
}

.article-symbol{
    width:40%;
    height:auto;
    margin:auto;
    padding-top:2%;

}




.typeTagColor{
    padding:60px 60px 40px 60px;
    flex-grow:1;
}

.backLinkAndTypeContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; /* İçerikleri üstte hizalar */
    padding: 10px; /* Kenar boşlukları için */
    position: relative; /* Üzerindeki pozisyonlamayı etkinleştirmek için gerekli */
}

.icgorumuzBackLink a{
    color: white !important;
     text-decoration:none;
     font-weight:200;
}


#typeContainer p{
    color:white !important;
    font-size:14px;
    line-height:0px !important;
   
    
}

#typeContainer{
    padding:0 !important;
    margin-left:3px;
    margin-top:-1px;
}

/****ARTICLE CONTENT***/
.article-content{
    width:50%;
    display:block !important;
    justify-content:right;
    flex-direction:column;
    margin:auto;
    position:relative;
    padding-bottom:5%;
    padding-top:1%;
    position:relative;
}

@media screen and (max-width:1500px) and (min-width:1200px){

.topPartInfoContainer{
    flex:2;
     width: 100%; 
    padding:0;
    justify-content:left;
    margin-top:-15%;

}

.article-content{
    width:50%;
    display:block !important;
    justify-content:right;
    flex-direction:column;
    margin:auto;
    position:relative;
    padding-bottom:10%;
}


}

@media screen and (max-width:1700px) and (min-width:1500px){

.topPartInfoContainer{
    flex:2;
     width: 100%; 
    padding:0;
    justify-content:left;
    margin-top:-10%;

}
}

@media screen and (max-width:2000px) and (min-width:1700px){

.topPartInfoContainer{
    flex:2;
     width: 100%; 
    padding:0;
    justify-content:left;
    margin-top:-5%;

}
}



@media screen and (max-width:1200px) and (min-width:300px){
 
 h2{
     font-size:34px;
 }
 
    .secondPart{
    display:flex;
    flex-direction:column;
    width:100%;
    height:auto;
    position:relative;
    

}

.articleTypeTagColorContainer{
    width:100%;
    display:flex;
    margin-top:0% !important;
    margin-left:auto;
}

.typeTagColor{
    padding:60px 10px 40px 40px;
    flex-grow:1;
}

.topPartInfoContainer{
    flex:2;
     width: 90% !important; 
    padding-bottom:2%;
    justify-content:left;
    position:relative;
    margin:auto;
    padding-top:7%;

}

.article-symbol{
    width:40%;
    padding-top:5%;
    margin-left:0 !important;

}

.authorInfoWrapper{
    padding:0px;
    margin:auto;
    width:100%;
}


.authorContainer{
    width:auto;
    display:flex;
    flex-direction:row;
    padding:0px;
}

.authorContainerSingle{
    width:auto;
    display:flex;
    flex-direction:row;
    padding:0px;
    margin-left:0px;
}




.western{
    margin-left:0 !important;
}



.article-content{
    width:90%;
    display:block !important;
    justify-content:left;
    flex-direction:column;
    margin:auto;
    position:relative;

}




.image_resized{
    width:80%;
    height:auto;
}

}


@media screen and (max-width:650px) and (min-width:470px){
    .typeTagColor{
    padding:60px 10px 40px 30px;
    flex-grow:1;
}
}

@media screen and (max-width:470px) and (min-width:300px){
    .typeTagColor{
    padding:60px 10px 40px 20px;
    flex-grow:1;
}
}




@media print{
    
    p{
        font-size:12px;
    }
    
    .enteteContainer{
        display:flex;
        width:100%;

    }

    .entete{
        display:block;
        margin-left:35px;
        z-index:5;

    }

    .articleHeaderContainer,.logoWrapper,.authorPicsContainer,.subTitle, .buttonContainer, footer, .icgorumuzBackLink,.titleH1{
        display:none;
    }
    
    .articleHeaderContainer{
        margin-top:-20px;
    }
    
    .mainContentContainer{
        width:100%;
        margin-top:30px;
    }
    
    #navbar,#logoContainer,#navLinksWrapper,#navLinksContainer,#searchBarContainer{
        display:none !important;
    }
    
    
    .article-content{
    width:80%;
    display:block !important;
    flex-direction:column;
    margin:auto;
    position:relative;
    padding-bottom:10%;
    z-index:1;
}
}


