@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext");
body {
  padding-bottom: 0px !important;
}
.m1,
.m2 {
  display: block;
  text-align: center;
  background-image: linear-gradient(180deg, #ffc107, #c7aa51ff);
  border: 1px solid #262626;
  color: #262626;
  padding: 10px;
}

.m1 a {
  color: #262626;
  text-decoration: none;
}
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.breadcrumbs {
  padding: 15px 0;
  min-height: 100px;
  margin-top: 10px;
  z-index: 997;
  color: #000;
}
.h-t {
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}
.breadcrumbs ol li a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs ol li a:hover {
  color: #a18e00;
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.logo-shadow {
  position: absolute;
  top: 5px;
  width: 190px;
  height: 190px;
  left: calc(50% - 83px);
  border-radius: 50%;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
}

.logo {
  width: 180px;
  height: auto;
  z-index: 9999;
  position: absolute;
  top: 10px;
  left: calc(50% - 79px);
}

.nav {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  width: 100%;
}

.nav li {
  width: calc(100% / 3);
  float: left;
  text-align: center;
}

header {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #000;
}

.menutab a {
  font-size: 13pt;
  color: #3e3e3e;
}

.menutab a:hover {
  color: #848484;
}

/*     .socialmedia {
  margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    width: 100%;
}*/

/* .socialmedia li {
    width: calc(50% / 2);
    float: left;
    text-align: center;
} */

/* .socialmedia{

} */
header {
  font-size: 11pt;
}

.socialmedia a {
  color: #fff;
  text-decoration: none;
}

.socialmedia a:hover {
  color: #e2cc20;
  text-decoration: none;
}

.socialmedia svg,
path {
  fill: #fff;
}

.socialmedia svg,
path:hover {
  fill: #e2cc20;
}

.usertitle {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
  width: 30%;
}

.usertitle li {
  width: calc(50% / 3);
  float: left;
  text-align: center;
}

.usertitle a {
  color: #fff;
}

.usertitle a:hover {
  color: #e2cc20;
}

/* .toplink {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    width: 90%;
} */

/* .toplink li {
    width: calc(50% / 2);
    float: left;
    text-align: center;
}
.toplink li:nth-child(1){
    margin-right: 50px; /
}
.toplink li:nth-child(2) {
    margin-right: 50px;
} */

.menutoplink {
  margin-right: 20px;
}

.mediabox {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  display: block;
  float: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  z-index: 333;
}

.mediabox2 {
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  margin: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  /*   float: left; */
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nav-item {
  width: calc(100% / 2);
  float: left;
  text-align: left;
}

.nav-link {
  text-align: left;
}

footer {
  background-color: #3d3c3c;
  color: white;
  padding: 20px 0;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section h3 {
  border-bottom: 2px solid #e2cc20;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #e2cc20;
}

.footer-section .social-media li {
  display: inline;
  margin-right: 10px;
}

.footer-section form {
  display: flex;
  flex-direction: column;
}

.footer-section input[type="email"] {
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.footer-section button {
  padding: 10px;
  background-color: #e2cc20;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.footer-section button:hover {
  background-color: #e2cc20;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #595959;
}

.footer-bottom p {
  margin: 0;
}

.site-stats p {
  margin: 5px 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #e2cc20;
}

.pagetitle {
  height: 100px;
  background-color: #8d832f;
  padding-bottom: 100px;
  border-bottom: 5px solid #000;
  position: relative;
}

.pagetitle:before {
  background: url(../img/pattern1001.png);
  background-size: 300px;
  content: "";
  position: absolute;
  /*  background-size: contain ;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.25;
}

.pagemain h3 {
  border-bottom: 2px solid #e2cc20;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 21pt;
  text-transform: uppercase;
}
.pagemain {
  padding-top: 30px;
}
.pagemain i {
  font-size: 33pt;
  padding-bottom: 10px;
}
.serkod {
  text-align: right;
}
.serkod a {
  color: #e2cc20;
}
.serkod a:hover {
  color: #f9eb84;
}

.mainbg {
  padding-top: 30px;
  background-color: #8d832f;
  padding-bottom: 30px;
  border-bottom: 5px solid #000;
  position: relative;
  z-index: -1;
}

.mainbg:before {
  background: url(../img/pattern1001.png);
  background-size: 300px;
  content: "";
  position: absolute;
  /*  background-size: contain ;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.25;
}
.mainaltbg {
  padding-top: 30px;
  background-color: #fff;
  padding-bottom: 40px;
  border-bottom: 5px solid #000;
  position: relative;
}

.mainaltbg:before {
  content: "";
  position: absolute;
  /*  background-size: contain ;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.25;
}
.mainbox h2 {
  z-index: 333 !important;
}
.carousel {
  margin-bottom: 0rem !important;
  border-bottom: 5px solid #000;
}
.serkod-divider {
  color: #ffef9d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.nav {
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  text-align: center !important;
}

.nav-item {
  display: inline-block;
  position: relative;
}

.nav-link {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #000;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 8px 16px rgba(0,0,0,0.2); */
  z-index: 1;
  min-width: 160px;
}
.dropdown-menu a {
  font-size: 17px;
}
.dropdown-item {
  font-size: 9pt;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  padding-left: 30px;
  padding-right: 50px;
  text-align: left;
  color: #000;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  text-decoration: none;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
  text-decoration: none;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.etkinlik .content {
  margin: 0 0 10px !important;
  padding: 6px 10px !important;
  border-bottom: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(7, 23, 117, 0.4) !important;
  border-radius: 4px !important;
}

.anatitle {
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.vsel-content .vsel-image {
  height: auto;
  padding: 0;
  border: 0;
}
.anaimg {
  /*max-width: 100% !important;
  border-radius: 2px !important;
  */
  max-width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* .card span {
  padding-bottom: 100px !important;
} */

.recent-posts .card {
  margin-bottom: 4px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 0;
}
.recent-posts .card-body {
  padding: 12px !important;
}
.card .post-meta {
  width: 90px !important;
  text-align: center !important;
  padding: 20px 0 12px !important;
  line-height: 30px !important;
  border-right: 1px solid #071774 !important;
  position: relative;
  top: -20px;
  left: -20px;
  font-size: 12px !important;
  color: #051672 !important;
  font-weight: 300 !important;
}
.announcement {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 6px;
}
.announcement2 {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea; /* Mor çerçeve rengi */
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 14px;
}
.date {
  font-size: 2rem;
  font-weight: bold;
  color: #000; /* Mor renk */
  text-align: center;
}
.month {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
}
.details {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}
.button1 {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 500 !important;
  padding-right: 0.7em;
  padding-left: 2em;
  background-color: #2555c9;
}
.button1:hover {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.custom-button {
  background-color: #2e47f7; /* Buton rengi */
  color: white; /* Yazı rengi */
  font-size: 16px; /* Yazı boyutu */
  font-weight: 500; /* Yazı kalınlığı */
  border-radius: 8px; /* Kenar yuvarlatma */
  padding: 10px 20px; /* İç boşluklar */
}
.custom-button:hover {
  background-color: #1d35c8; /* Hover efekti için daha koyu renk */
}
.custom-button .bi {
  margin-right: 8px; /* İkon ile metin arası boşluk */
}
.divorta {
  position: relative;
  display: flex;
  flex-direction: column;
}
.divorta a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.divorta a:hover {
  color: #857927;
  text-decoration: none;
}
.aspan a {
  color: #000;
  text-decoration: none;
}
.aspan a:hover {
  color: #857927;
  text-decoration: none;
}
.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Butonları aralarında boşluk olacak şekilde yatay olarak dizer */
}

.button {
  background-color: #f0f0f0; /* Arka plan rengi (görseldeki renge göre ayarlayın) */
  border: 1px solid #cccccc;
  border-radius: 5px; /* Yuvarlak köşeler */
  padding: 10px 40px;
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
  color: #333; /* Yazı rengi (görseldeki renge göre ayarlayın) */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #e0e0e0; /* Üzerine gelindiğinde renk değişimi */
}

.card_kod {
  border: 0;
  position: relative;
  padding-bottom: 0px;
}
.card_kod .card_kod__body {
  display: block;
  border-radius: 6px;
}
.card_kod__transition {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.card_kod .card_kod__body .card_kod__content {
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bg__post-cover {
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(158, 152, 0, 0) 0,
    rgba(200, 187, 0, 0.4) 50%,
    rgba(166, 177, 0, 0.9) 100%
  );
}
.card_kod .card_kod__body .card_kod__content .card_kod__category {
  border-radius: 4px;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 5px 8px;
  background: -ms-linear-gradient(285deg, #f97516 27%, #e53831 100%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(285deg, #f97516 27%, #e53831 100%, #fff 100%);
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.card_kod .card_kod__body .card_kod__content .card_kod__author-info {
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.card_kod img {
  position: relative;
  height: 280px;
  margin-right: auto;
  margin-left: auto;
}
.mbtitle {
  font-family: "Oswald", sans-serif;
  color: #292929;
  font-weight: 400;
  display: block;
  margin: 15px 0;
  clear: both;
  border-bottom: 2px solid #e2cc20;
}
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.navup {
  display: none;
}
@media (max-width: 991px) {
  .nav {
    display: none;
  }
  .navup {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: block;
  }
  .footer .serkod {
    text-align: center;
    margin-top: 30px;
  }
  .ybDilSeviye {
    padding-top: 30px;
  }
  /* .navbar ul {
    display: none;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  } */
}
