* {
  cursor: pointer;
}
.r {
  border: 1px solid red;
}
/* Destekçi CSS Başlangıç*/

.supporter-main{
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}
.supporter-content{ 
  width: 50%;
 
  display: inline-block;
  padding: 0rem;  
  margin-bottom: .5rem;
}
.supporter-content .supporter-img{
 width: 100%;
 border-bottom: 1px solid #151823;
}
/*
.supporter-content .supporter-title{
  font-family: Georgia, 'Times New Roman', Times, serif, Times, serif;
  font-size: 1rem;
  font-weight: bold;
  color: #151823;
  margin-top: .2rem;
 }

*/

/* Destekçi CSS Bitiş*/
/* İletişim Pop-up CSS Başlangıç*/

.pop-up-iletisim  .modal-header{
  background-color: #201f19;
  text-align: center;
}
.pop-up-iletisim .pop-up-title{
font-size: 700;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #fc8000;
letter-spacing: .2rem;
}
.pop-up-iletisim .modal-body > h5{
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 1.2rem;

  }
  .pop-up-iletisim .modal-body > p{
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin-top: 0rem;
    margin-bottom: 0rem;
    }

/* İletişim Pop-up CSS Bitiş*/
/* Hakkımızda Sayfa Css Başlangıç*/
.about-us {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
  cursor: pointer;
  background-color: #fffaf2;
}
.about-us .about-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
}
.about-us .about-desc {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.8rem;
  justify-content: space-evenly;
}
.about-us .about-left {
  width: 60%;
}
.about-us .about-right {
  width: 40%;
}

.about-us .about-right .about-img {
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 1rem;
}
.about-us .about-right .about-img img {
  width: 100%;
  height: 60%;
  margin-top: 20%;
  border: 1px solid black;
  border-radius: 2rem;
}
/* Hakkımızda Sayfa Css Bitiş*/
/* Menü CSS Başlangıç*/
.menu-text {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, Courier,
    monospace;
  font-weight: bold;
}
/* Menü CSS Başlangıç*/
/* İndex Sayfa Css Başlangıç */
.main-index {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-index .index-banner-cover {
  width: 100%;
  height: 35rem;
  position: relative;
  margin-bottom: 1rem;
}
.main-index .index-banner-cover .banner-img {
  width: 100%;
  height: 100%;
}
.main-index .index-banner-cover .banner-absolute {
  position: absolute;
  padding: 1rem;
  width: 50%;
  right: 3%;
  top: 20%;
  /* border: 1px solid #64ddff;*/
}
.main-index .index-banner-cover .banner-absolute:hover > .banner-title {
  letter-spacing: 0.2rem;
  transition: all 1s;
}
.main-index .index-banner-cover .banner-title {
  width: 100%;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #fffaf2;
  padding-bottom: 0.5rem;
  transition: all 1s;
}
.main-index .index-banner-cover .banner-desc {
  color: #fffaf2;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  width: 100%;
  padding-bottom: 0.5rem;
}

.category-title{
  background-color: orange;
  height:4rem;
  margin-top:2.5rem; 
 text-align:center;
  vertical-align: middle;

}
.category-title > h3 {
  margin-top:.85rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #ecedee;
}
.category_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.category_card .card {
  width: 24%;
}
.category_card .card > img {
  margin: 0 !important;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.category_card .card-title { 
  display: inline-block;
  word-wrap: break-word;
  font-family:Verdana,  Tahoma, sans-serif, 'Times New Roman', Times, serif, Times, serif !important;
  text-align: center;
  width: 100%;
  color: #201f19;
  border-top: 1px solid rgb(160, 83, 83);
  min-height: 5rem;

}
.category_card .card-title > h5 { 
margin-top: 1rem;
font-size: 1.1rem;
color: #fc8000;
}
.document-title{
  background-color: salmon;
  height:4rem;
  margin-top:2.5rem; 
  margin-bottom:2.5rem; 
 text-align:center;
  vertical-align: middle;

}
.document-title > h3 {
  margin-top:1rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #ecedee;
  display: inline-block;
}

.document_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.document_card .card {
  width: 50%;
}
.document_card .card > img {
  margin: 0 !important;
  border-radius: 0;
}
.document_card .card-title {
  vertical-align: text-top;
  display: inline-block;
  word-wrap: break-word;
  padding: 1rem;
  width: 100%;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: white;
  text-align: center;
  letter-spacing: 0.1rem;
  border: 1px solid #8e1e3f;
  background-color: #8e1e3f;
  border-radius: 0.5rem;
}

.supporter-title{
  background-color: coral;
  height:4rem;
  margin-top:2.5rem; 
  margin-bottom:2.5rem; 
 text-align:center;

}
.supporter-title > h3 {
  margin-top:1rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #ecedee;
  display: inline-block;
}
/* İndex Sayfa Css Bitiş */

/* Blog Sayfa Css Başlangıç */
.blog-writes {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: flex;
}
.blog-writes .blog-general-info {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.blog-left {
  width: 75%;
  margin-top: 3rem;
  background-color: #eceee2;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog-left > h3 {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.blog-writes .blog-left .card {
  margin-left: 1rem;
  width: 23%;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.blog-right {
  margin-top: 3rem;
  margin-left: 1%;
  margin-bottom: 2rem;
  width: 24%;
  background-color: #ecedee;
  border-radius: 0.5rem;
}
.blog-right-title > h3 {
  font-family: Georgia, "Times New Roman", Times, serif, Times, serif;
  font-size: 1rem !important;
  font-weight: 500;
  margin: 1rem 0rem 0.5rem 0.5rem;
  text-align: left;
}
.blog-sub-right a {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif, Times, serif;
  font-size: 0.8rem;
  color: #fc8000;
  transition: 1s;
  font-weight: bold;
}
.blog-sub-right a:hover {
  letter-spacing: 0.1rem;
  transition: 1s;
}
/* Blog Sayfa Css Bitiş */

/* Blog Details Başlangıç*/

.blog-detail {
  min-height: 500px;
  display: flex;
}
.blog-detail .blog-detail-left {
  min-height: 500px;
  width: 70%;
}
.blog-detail .blog-detail-left h3 {
  font-size: 1.4rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 3rem;
  text-align: center;
}
.blog-detail .blog-detail-left .blog-detail-img {
  margin-top: 3rem;
  padding: 1rem;
  text-align: center;
  /* border: 1px solid red;*/
}
.blog-detail .blog-detail-left .blog-detail-img img {
  opacity: 0.7s;
  cursor: pointer;
  width: 35%;
  /* border: 1px solid red;*/
}
.blog-detail .blog-detail-right {
  min-height: 500px;
  border-left: 1px solid black;
  width: 30%;
  padding-top: 1rem;
}
.blog-detail-card .blog-detail-card-img {
  /* border: 1px solid black;*/
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 12rem;
  width: 15rem;
}

.blog-detail-card .card-title {
  font-size: 1rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.02rem;
}
.blog-detail-card .card-text > p {
  font-size: 0.75rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  height: 4rem;
  margin-bottom: 0;
}

.blog-detail-main .title {
  margin-top: 3rem;
  color: #9f0800;
  text-align: center;
  font-size: 1.4rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.blog-detail-desc {
  margin-left: 3rem;
  margin-right: 5rem;
  text-align: justify;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  word-break: break-word;
}
.blog-date {
  font-size: 0.75rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  height: 1rem !important;
}
/* Blog Details Bitiş*/
/* Top Menü Başlangıç*/
.top-menu {
  background-color: #fc8000;
  height: 2rem;
}
/* Top Menü Bitiş*/
/*Footer Başlangıç*/
.footer {
  height: 15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}
.footer-section {
  width: 25%;
  height: 100%;
  border-right: 1px solid #c4c3c7;
}
.footer-section .section-title > h3 {
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1rem;
}
.footer-section .section-list ul li > a {
  text-decoration: none !important;
  color: #fc8000;
}

.footer-section .section-desc > p {
  margin-left: 1rem;
  font-size: 0.85rem;
}
.footer-section .section-button {
  text-align: center;
  margin-top: 1.75rem;
}
.footer-section .section-button > a {
  padding: 0rem 0.5rem 0.05rem 0.5rem;
  font-size: 2rem;
  width: 100%;
  color: #fc8000;
  border: 1px solid #fc8000;
  transition: 0.2s all;
}
.footer-section .section-button > a:hover {
  color: white;
  background-color: #fc8000;
  border: 1px solid #fc8000;
  transition: 0.2s all;
}
.footer-section .section-mail {
  cursor: pointer;
  text-align: center !important;
  width: 90%;
  margin-left: 0.5rem;
  margin-top: 3.2rem;
  font-size: 0.75rem !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.footer-section .section-button-type2 {
  margin-top: 3.5rem;
  text-align: center;
}
.footer-section .section-button-type2 > a {
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #fc8000;
  width: 100%;
  color: #fc8000;
  text-decoration: none;
  letter-spacing: 0.2rem;
  transition: 0.2s all;
}
.footer-section .section-button-type2 > a:hover {
  color: white;
  border: 1px solid #fc8000;
  transition: 0.2s all;
  background-color: #fc8000;
  transition: 0.2s all;
}
/*Footer Bitiş*/

/*Card CSS Özellikleri Başlangıç*/

.card > img {
  width: 100%;
  height: 15rem;
  border-bottom: 0.1rem solid gray;
  border-radius: 0.5rem;
}
.card-body {
  text-align: left;
  padding: 0.2;
}
.card-body > p {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
}
/* En Son Okunan vs  Kısımdaki Kart Başlığı için */
.card-body .card-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
}
/* Sol Kısımdaki Kart Başlığı için */
.card-body .main-card-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.1rem;
  height: 3rem;
}
.card-body p {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.75rem;
  height: 7rem;
}
.blog-btn {
  border: 1px solid #8e1e3f;
  padding: 0.3rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: white;
  background-color: #8e1e3f;
  border-radius: 0.2rem;
  text-align: center;
  cursor: pointer;
}
/*Card CSS Özellikleri Bitiş*/

/* Yeni Konularımız Sayfası Başlangıç*/
.subject-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.subject-main > a {
  text-decoration: none;
  height: 20rem !important;
  width: 25% !important;
}
.subject-main .card {
  padding-bottom: 1rem;
  text-align: center;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.subject-main .subject-img {
  text-align: center;
}
.subject-main .subject-img > img {
  width: 50%;
  height: 10rem;
  text-align: center;
  border: 1px solid transparent;
}
.subject-main .card-body {
  height: 7.5rem !important;
}
.subject-main .card-body .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  height: 3rem;
  color: #9f0800;
  border-bottom: 1px solid black;
  transition: all 1s;
}
.subject-main .card:hover .card-body > .card-title {
  letter-spacing: 0.12rem;
  transition: all 1s;
}
.subject-main .card-body > p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  height: 5rem;
}
.subject-title {
  margin-top: 2rem;
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  font-family: "Tomorrow", sans-serif;
  background-color: #fc8000;
  color: white;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: inline-block;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: all 1s;
}
.subject-title:hover {
  letter-spacing: 0.2rem;
  transition: all 1s;
}
/* Yeni Konularımız Sayfası Bitiş*/

/* Telefon Görünüm Başlangıç*/
@media only screen and (max-width: 525px) {






  /* İndex Sayfası Başlangıç */



.main-index .index-banner-cover {
  width: 100%;
  height: 15rem;
  position: relative;
  margin-bottom: 1rem;
}
.main-index .index-banner-cover .banner-absolute {
  position: absolute;
  padding: 1rem;
  width: 50%;
  top: 20%;
  /* border: 1px solid #64ddff;*/
}
.main-index .index-banner-cover .banner-absolute:hover > .banner-title {
  letter-spacing: 0.1rem;
  transition: all 1s;
}
.main-index .index-banner-cover .banner-title {
  width: 100%;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .95rem;
  font-weight: bold;
  border-bottom: 2px solid #fffaf2;
  padding-bottom: 0.5rem;
  transition: all 1s;
}
.main-index .index-banner-cover .banner-desc {
  color: #fffaf2;
  font-family: "Roboto", sans-serif;
  font-size: 0.70rem;
  font-weight: bold;
  width: 100%;
  padding-bottom: 0.5rem;  
}
.category_card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}
.category_card .card {
  width: 100%;
  margin-top: 1rem;
}
.category_card .card > img {
  margin: 0 !important;
  border-top-right-radius: 2rem;

}
.category_card .card-title {
  vertical-align: text-top;
  display: inline-block;
  word-wrap: break-word;
  padding: 1rem;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: white;
  text-align: center;
  letter-spacing: 0.1rem;
  border: 1px solid #8e1e3f;
  background-color: #8e1e3f;
  border-radius: 1rem;
}


.document_card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}
.document_card .card {
  width: 100%;
  margin-top: 1rem;
}
.document_card .card > img {
  margin: 0 !important;
  border-top-right-radius: 2rem;

}
.document_card .card-title {
  vertical-align: text-top;
  display: inline-block;
  word-wrap: break-word;
  padding: 1rem;
  width: 100%;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: white;
  text-align: center;
  letter-spacing: 0.1rem;
  border: 1px solid #8e1e3f;
  background-color: #8e1e3f;
  border-radius: 1rem;
}
  /* İndex Sayfası Bitiş */







  /*Footer Başlangıç*/
  .footer {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    background-color: #151823;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-section {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #c4c3c7;   
    padding-bottom: 1.5rem;
  }
  /*Footer Bitiş*/


/* Yeni Konularımız Sayfası Başlangıç*/
.subject-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.subject-main > a {
  text-decoration: none;
  width: 100% !important;
}
.subject-main .card {
  padding-bottom: 1rem;
  text-align: center;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
/* Yeni Konularımız Sayfası Bitiş*/

/* Blog Sayfa Css Başlangıç */
.blog-writes {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  display: inline-block;

}
.blog-left {
  width: 100%;
  background-color: #eceee2;
  border-radius: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0rem !important;

}
.blog-writes .blog-left .card {
  margin-top: 1rem;
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  width: 47.2%;
  height: auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  border: 1px solid black;
}
.blog-right {
  margin-top: 2rem;
  margin-left: 1%;
  margin-bottom: 2rem;
  width: 100%;
  background-color: #ecedee;
  border-radius: 0.5rem;
}
.blog-right-title > h3 {
  font-family: Georgia, "Times New Roman", Times, serif, Times, serif;
  font-size: 1rem !important;
  font-weight: 500;
  margin: 1rem 0rem 0.5rem 0.5rem;
  text-align: left;
}
.blog-sub-right a {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif, Times, serif;
  font-size: 0.8rem;
  color: #fc8000;
  transition: 1s;
  font-weight: bold;
}
.card .main-card-img{
  height: 8rem;
}
.card-body{ 
padding: 0rem;
margin: 0rem;

}
.card-body .main-card-title {
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: .9rem;
  height: 3rem;
  width: 100%;
  display: inline-block;  
  text-align: center;


}
.card-body p {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.75rem;
 text-wrap: wrap;
 height: 7rem;
}
.blog-btn {
  border: 1px solid #8e1e3f;
  padding: 0.3rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: white;
  background-color: #8e1e3f;
  border-radius: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}


/* Blog Sayfa Css Bitiş */



/* Blog Details Başlangıç*/

.blog-detail {
  display: flex;
  flex-wrap: wrap;

}
.blog-detail .blog-detail-left { 
  width: 100%;

}
.blog-detail .blog-detail-left h3 {
  font-size: 1.4rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 1rem;
  text-align: center;
}
.blog-detail .blog-detail-left .blog-detail-img {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;

}
.blog-detail .blog-detail-left .blog-detail-img img {
  opacity: 0.7s;
  cursor: pointer;
  width: 35%;
}
.blog-detail .blog-detail-right {
  border-left: 1px solid black;
  width: 100%;
  padding-top: 1rem;
  text-align: center;

}
.blog-detail-right .blog-detail-card {
  margin-top: .5rem;
  
}
.blog-detail-card .blog-detail-card-img {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 12rem;
  width: 10rem;
  
}
.blog-date {
  font-size: 0.75rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  height: 1rem !important;
  padding-left: .5rem;

}

.blog-detail-card .card-title {
  font-size: 1rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.02rem;
  padding-left: .5rem;
  
}
.blog-detail-card .card-text > p {
  font-size: 0.75rem;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  max-height: 3rem;
  margin-bottom: 0;
  padding-left: .5rem;
}

.blog-detail-main .title {
  margin-top: 2rem;
  color: #9f0800;
  text-align: center;
  font-size: 1.4rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.blog-detail-desc {
  margin-left: 1rem;
  margin-right: 2rem;
  text-align: justify;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  word-break: break-word;
}

/* Blog Details Bitiş*/


}
/* Telefon Görünüm Bitiş*/
