.onepagediv>h4 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.onepagediv>h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.onepagediv>p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.one-page-img-1 {
  width: 200px;
  max-width: 100%;
  border-radius: 50%;
  border: 1px solid #0c4e8e;
  padding: 10px;
}

.one-page-text-1 {
  font-size: 1.1rem;
  line-height: 1.6;
}

::selection {
  background: #0c4e8e;
  color: white;
}

.iletisim-btn {
  display: flex;
  flex-direction: column;
}

.iletisim-btn i {
  text-align: center;
  color: #0c4e8e;
  font-size: 40px;
  border-bottom: 2px solid #0c4e8e;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.iletisim-btn span {
  text-align: center;
  color: #444;
  font-size: 18px;
}

.footer-baslik {
  color: white;
  font-size: 18px;
}

.footer-border-bottom {
  border-bottom: 2px solid white;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.main {
  min-height: 600px;
}

.dil-div {
  align-items: center;
  margin-left: 20px;
}

.dil-btn {
  margin: 0px 8px;
  font-weight: bold;
  font-size: 18px;
}

.banner-div {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-baslik {
  background-color: rgb(255 255 255 / 80%);
  padding: 10px;
  border-radius: 20px;
  font-size: 40px;
  color: #0c4e8e;
  text-align: center;
}

.hakkimizda-resim {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* kutu */
.kutu-div {
  text-align: center;
  margin: 10px;
  padding: 20px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px #0c4e8e;
  transition: all 0.3s ease;
  width: 100%;
}

.kutu-div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.kutu-resim {
  width: 300px;
  max-width: 100%;
}

.kutu-baslik {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0c4e8e;
}

.kutu-yazi {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
/* kutu */

/* etkinlik */
.etkinlik-kutu {
  margin: 20px auto;
}

.etkinlik-div {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1); /* gölge rengi */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* beyaz arka plan */
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.etkinlik-div:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.etkinlik-resim {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.etkinlik-buyuk-resim {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.etkinlik-tarih {
  font-size: 0.85rem;
  color: #009640; /* tarih için yeşil tonu */
  padding: 12px 20px 4px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.etkinlik-baslik {
  font-size: 1rem;
  font-weight: 700;
  padding: 0 20px 20px;
  color: #0c4e8e; /* başlık için mavi tonu */
  line-height: 1.4;
  min-height: 65px;
}
/* etkinlik */

/* haber */
.haber-div {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1); /* gölge rengi */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* beyaz arka plan */
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-left: 6px solid #0c4e8e; /* mavi vurgu çizgisi */
}

.haber-div:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-left-color: #009640; /* hover'da yeşile geçiş */
}

.haber-resim {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.haber-tarih {
  font-size: 0.85rem;
  color: #009640; /* tarih için yeşil tonu */
  padding: 12px 20px 4px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.haber-baslik {
  font-size: 1rem;
  font-weight: 700;
  padding: 0 20px 20px;
  color: #0c4e8e; /* başlık için mavi tonu */
  line-height: 1.4;
  min-height: 65px;
}
/* haber */

.title {
  color: #0c4e8e;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.title-style {
  position: relative;  
  border-bottom: 3px solid #00bfa6;
  background: linear-gradient(90deg, rgba(0,191,166,0.1), rgba(0,191,166,0));
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.title-boder {
  border: 2px solid #0c4e8e;
  width: 200px;
}

a {
  text-decoration: none !important;
}

.header-bg {
  background: linear-gradient(45deg, rgb(12 78 142) 0%, rgba(0, 150, 64, 1) 100%);
}

.footer-bg {
  background: linear-gradient(45deg, rgb(12 78 142) 0%, rgba(0, 150, 64, 1) 100%);
}

.footer-top-bg {
  background-color: rgb(12 78 142);
}

.footer-top-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .footer-top-div {
    flex-direction: column;
  }
}

.footer-bottom-bg {
  background-color: rgb(12 78 142);
}

.header-link {
  color: white;
  margin: 4px 8px;
  font-size: 14px;
}

.header-link:hover {
  color: black;
}

.footer-link {
  color: white;
  margin: 4px 8px;
  font-size: 14px;
}

.footer-link:hover {
  color: black;
}

.sosyal-ikon {
  text-decoration: none;
}

.sosyal-ikon-resim {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 4px;
}

.button {
  background: white;
  color: #0c4e8e;
  border: 1px solid;
  padding: 6px 4px;
  margin: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 177px;
  text-align: center;
}

.button:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  background: white;
  color: #0c4e8e;
  border-color: #009640;
  border: 1px solid;
}

.logo-1 {
  width: 150px;
  max-width: 100%;
}

.logo-2 {
  width: 84px;
  max-width: 100%;
}

.mini_logo {
  width: 120px;
}

/* mobil menü tam ekran*/
.alt_menu_btn_div {
  transition: 0.5s;
  /* border-top: 1px solid #0c4e8e; */
  border-bottom: 1px solid #0c4e8e;
}
.bg_1 {
  background-color: #f5f5f5 !important;
}
.bg_2 {
  background-color: #f5f5f5 !important;
}
.mobil_menu_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobil_menu_overlay_content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobil_menu_overlay a {
  padding: 12px 0px;
  margin: 6px 0px;
  text-decoration: none;
  font-size: 36px;
  color: #0c4e8e;
  display: inline;
  transition: 0.3s;
}
.mobil_menu_overlay a.active {
  border-bottom: 2px solid #0c4e8e;   
}
.mobil_menu_overlay a:hover, .mobil_menu_overlay a:focus {
  color: #0c4e8e;
}
.mobil_menu_overlay .mobil_menu_closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 80px;
}
#drop_down_1 {
  overflow-y: hidden;
  transition: 0.5s;
}
/* mobil menü tam ekran */
/* mobil menü buton */
#nav-icon3 {
  width: 46px;
  height: 38px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0c4e8e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 15px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* mobil menü buton */