﻿@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: local("Poppins-Regular"), url("../assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: local("Poppins-Bold"), url("../assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: local("Poppins-Light"), url("../assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: local("OpenSans-Regular"), url("../assets/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: local("OpenSans-Bold"), url("../assets/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: local("Roboto-Regular"), url("../assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: local("Roboto-Bold"), url("../assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body, h1,
h2,
h3,
h4,
h5, p {
  font-family: "Poppins-Regular", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-display: swap !important;
}

p {
  background: transparent !important;
}

.ui.menu .item {
  font-family: "Poppins-Light", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-display: swap !important;
  letter-spacing: 0.02em;
}
.ui.menu.text .header {
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3db166;
  font-family: "OpenSans-Bold", sans-serif !important;
  letter-spacing: 0.1em;
}
.ui.menu.text .item {
  padding: 0.07em 0.5em;
  line-height: 1.5em;
}
.ui.menu.blue-band-menu {
  background: #192f59;
  padding-top: 1rem;
}
.ui.menu.blue-band-menu .left .item {
  padding: 15px 8px 15px 8px;
  font-size: 1.1em;
  font-family: "Poppins-Bold", sans-serif !important;
}
.ui.menu.blue-band-menu .right .item {
  padding: 12px 8px 12px 8px;
  font-size: 1.1em;
  font-family: "Poppins-Light", sans-serif !important;
}
.ui.menu.blue-band-menu .right .item.last-item {
  background: #3db166 !important;
}
.ui.menu.blue-band-menu .item.active {
  background: rgba(255, 255, 255, 0.15);
}
.ui.menu.nav-menu {
  border: 0;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.ui.menu.nav-menu .left.menu {
  padding: 1em 0;
}
.ui.menu.nav-menu .menu .item {
  font-size: 13px;
  font-family: "Poppins-Regular", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .ui.menu.nav-menu .menu .item {
    display: none;
  }
}
.ui.menu.nav-menu .menu.right .toc {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ui.menu.nav-menu .menu.right .toc {
    display: block;
  }
}
.ui.menu.nav-menu .logo-header img {
  width: 90px;
}
.ui.menu.nav-menu .logo-header .content {
  margin-left: 0px;
  /*padding: 0;*/
  font-size: 15px;
  font-weight: 400;
  color: #192f59;
  /*width: max-content;*/
}
.ui.menu.nav-menu .logo-header .content .sub.header {
  font-size: 15px;
  font-weight: 600;
  color: #192f59;
}

.foot-menu {
  background-color: #1e1e1e;
}
.foot-menu .ui.container {
  min-height: 380px;
  background-color: #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
}

.kurumlar-container {
  background-color: #1b2434;
  color: #FFFFFF;
}
.kurumlar-container .ui.segment {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.kurumlar-container .ui.segment .inline-a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.kurumlar-container .ui.segment .inline-a img {
  width: 50px;
  height: 50px;
}
.kurumlar-container .ui.segment .inline-a span {
  margin-left: 5px;
  font-family: "OpenSans-Bold", sans-serif, !important;
  font-size: 1.2em;
  font-weight: 700;
}
.kurumlar-container .ui.segment .inline-a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #fff;
}

.sosyal-container {
  background-color: #202020;
}
.sosyal-container .ui.segment {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.sosyal-container .ui.segment.right-segment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
  margin-right: -80px !important;
}
@media only screen and (max-width: 767px) {
  .sosyal-container .ui.segment.right-segment {
    margin-right: 0 !important;
    justify-content: center;
  }
}
.sosyal-container .ui.segment.right-segment i {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.sosyal-container .ui.segment.right-segment i:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sosyal-container .ui.segment.left-segment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -80px !important;
}
@media only screen and (max-width: 767px) {
  .sosyal-container .ui.segment.left-segment {
    margin-left: -20px !important;
    justify-content: center;
  }
}
.sosyal-container .ui.segment .inline-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sosyal-container .ui.segment .inline-a img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .sosyal-container .ui.segment .inline-a img {
    width: 80px;
  }
}
.sosyal-container .ui.segment .inline-a span {
  margin-left: 5px;
  font-family: "OpenSans-Bold", sans-serif !important;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
}

.sorumlu-container {
  background-color: #111a28;
  padding: 1em 1em !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sorumlu-container .ui.button {
  background-color: rgb(61, 177, 102);
  color: black;
  font-family: "Poppins-Regular", sans-serif !important;
}

@media only screen and (max-width: 767px) {
  .blue-band-menu .left.menu .item {
    /*display: none !important;*/
  }
  .blue-band-menu .left.menu .item.toc.item.maviband {
    display: inline-block !important;
  }
  .blue-band-menu .right.menu {
    display: none !important;
  }
  .nav-menu .left.menu .item {
    display: none !important;
  }
  .nav-menu .left.menu .item.toc.item.navbar {
    display: inline-block !important;
  }
  .nav-menu .right.menu {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .toc.item.navbar,
  .toc.item.maviband {
    display: none !important;
  }
}
.ui.segment.blue-band-segment {
  background: #192f59;
  padding: 0;
}
.ui.segment.tab-segment {
  height: 70px;
  background: #3db166;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui.segment.page-segment {
  min-height: 100%;
}
.ui.segment.page-segment .header {
  font-family: "OpenSans-Bold", sans-serif !important;
  font-size: 1.6em;
  color: #192f59;
  padding: 10px;
}
.ui.segment.page-segment p {
  margin-top: 20px;
}
.ui.segment.page-segment p img {
  /*width: 100%;*/
  max-width: 100%;
  object-fit: cover;
}

.icerik-container {
  margin-block: 20px;
}
.icerik-container .event-segment {
  padding-bottom: 50px;
}
.icerik-container .event-segment .ui.header {
  font-family: "OpenSans-Bold", sans-serif !important;
}
.icerik-container .event-segment .segment-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.icerik-container .event-segment .segment-footer .ui.button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.icerik-container .event-segment .haber-card {
  height: 300px;
  margin-bottom: 10px;
}
.icerik-container .event-segment .haber-card .image img {
  height: 150px;
  object-fit: cover;
}
.icerik-container .event-segment .haber-card .content .header {
  font-family: "Poppins-Regular", sans-serif !important;
  font-size: 1.1em;
  color: #192f59;
}
.icerik-container .event-segment .haber-card .content .meta {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.sayfa-grid {
  background: rgba(25, 47, 89, 0.2);
  min-height: 410px;
  padding-block: 10px;
}

.personel-segment .ui.cards .card .image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.slider-grid {
  padding: 0 !important;
  background: rgba(25, 47, 89, 0.2);
}
.slider-grid .row {
  padding: 0 !important;
}
.slider-grid .row .slider-container {
  position: relative;
}
.slider-grid .row .slider-container .bx-wrapper,
.slider-grid .row .slider-container .bx-viewport {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.slider-grid .row .slider-container .bxNav {
  position: absolute;
  left: 5%;
  bottom: 5%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: row;
}
.slider-grid .row .slider-container .bxNav a {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #3db166;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.slider-grid .row .slider-container .bxNav a.active {
  opacity: 1;
  background: #192f59;
  width: 100px;
  transition-delay: 0s;
}
.slider-grid .row .slider-container .bxNav a.active .line {
  transform: translateX(-1.2rem);
  width: 1.8rem;
}
.slider-grid .row .slider-container .bxNav a.active .number {
  opacity: 1;
}
.slider-grid .row .slider-container .bxNav .line {
  width: 1.5rem;
  height: 3px;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  left: -1rem;
  transition: all 0.3s ease;
}
.slider-grid .row .slider-container .bxNav .number {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider-grid .row .slider-container .slider-content .item {
  width: 100%;
  background-position: 0 center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 300px !important;
  /*padding: 20px;*/
}
.slider-grid .row .slider-container .slider-content .item img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}
.slider-grid .row .slider-container .slider-content .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: linear-gradient(to left, rgba(0, 168, 255, 0.1), rgba(185, 0, 255, 0.1));*/
  pointer-events: none;
}
.slider-grid .row .slider-container .slider-content .item .content {
  position: absolute;
  top: 20%;
  width: 50%;
  left: 5%;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .slider-grid .row .slider-container .slider-content .item .content {
    width: 100%;
    padding: 10px;
    left: 0;
  }
}
.slider-grid .row .slider-container .slider-content .item .content .header {
  transition: none 0s ease 0s;
  line-height: 90px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 480px) {
  .slider-grid .row .slider-container .slider-content .item .content .header {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.slider-grid .row .slider-container .slider-content .item .content p {
  font-family: "Poppins", sans-serif;
  transition: none 0s ease 0s;
  line-height: 30px;
  border-width: 0px;
  margin: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 1rem;
  white-space: normal;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  width: 100%;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .slider-grid .row .slider-container .slider-content .item .content p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.slider-grid .row .slider-container .slider-content .item .content a.read-more-btn {
  margin-top: 80px;
  background: #3f4c99;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-grid .row .slider-container .slider-content .item .content a.read-more-btn:hover {
  background: #ffb922;
  color: #000;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #192f59;
}

.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: -40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.owl-carousel .owl-next {
  right: -40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #192f59;
  padding-top: 14px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.big-slider {
  width: 80%;
  margin: 0;
  padding: 0;
}
.big-slider img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none !important;
  outline: none;
}

.thumbnail-slider {
  width: 20%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#bxslider-thumbs img {
  display: block;
  width: 100%;
  height: 100px !important;
  object-fit: cover;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
#bxslider-thumbs img.active {
  opacity: 1 !important;
  border: 2px solid #ff6600;
}

.bxslider-thumbs,
.bx-wrapper,
.bx-wrapper img {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
}

.ui.feed.event-feed .event .image {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  overflow: hidden;
  border-radius: 5%;
}
.ui.feed.event-feed .event .image img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.ui.feed.event-feed .event .content .summary a {
  font-family: "Roboto-Bold", Arial, sans-serif !important;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.takvim-butonu {
  /*  position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;*/
  animation: pulse 1s infinite;
}

.pulseRing {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 6%;
  top: -0.4px;
  opacity: 0;
  border: 2px dashed #f00;
  border-radius: 40px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  left: 2px;
}

.icon-wrapper i {
  z-index: 2;
  position: relative;
  font-size: 1.5em; /* isteğe bağlı */
}

/* Kırmızı kesik çerçeve */
.blinking-border {
  position: absolute;
  height: 36px;
  width: 36px;
  left: 5%;
  top: -0.2px;
  border: 2px dashed red;
  border-radius: 50%;
  animation: blinkBorder 1s infinite;
  z-index: 1;
}

/* Yanıp sönme animasyonu */
@keyframes blinkBorder {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#welcomeModal {
  z-index: 999999;
}
#welcomeModal .content img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

#cookieModal {
  left: 35px;
}

.text-ellipsis a {
  height: 20px;
  width: 250px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.text-ellipsis-hizlierisim .link.item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text-ellipsis-hizlierisim .span, .text-ellipsis-hizlierisim a, .text-ellipsis-hizlierisim i {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Maksimum 3 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.5em; /* Yaklaşık 3 satır yüksekliği */
  line-height: 1.5em; /* Satır yüksekliği */
  white-space: normal; /* Metnin kırılmasını sağlar */
  width: 100%;
  color: white;
}

.text-ellipsis-haberler .span, .text-ellipsis-haberler a, .text-ellipsis-haberler i {
  display: inline-block;
  -webkit-line-clamp: 4; /* Maksimum 3 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.2em; /* Yaklaşık 4 satır yüksekliği */
  line-height: 1.5em; /* Satır yüksekliği */
  white-space: normal; /* Metnin kırılmasını sağlar */
  width: 100%;
  color: white;
}

.change-language-item {
  transition: all 0.3s ease-in-out;
}
.change-language-item.processing {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  filter: brightness(0.9);
}
.change-language-item:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#dontShowAgainButton,
.sorumlu-btn {
  transition: all 0.3s ease;
}
#dontShowAgainButton.processing,
.sorumlu-btn.processing {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  filter: brightness(0.85);
}
#dontShowAgainButton:disabled,
.sorumlu-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@keyframes bell-shake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
#showAnnouncementBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
}
#showAnnouncementBtn button {
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
#showAnnouncementBtn button:hover {
  transform: scale(1.1);
}
#showAnnouncementBtn button:hover i.bell {
  animation-play-state: paused;
}
#showAnnouncementBtn button i.bell {
  display: inline-block;
  animation: bell-shake 2s ease-in-out infinite;
  animation-delay: 3s;
  transform-origin: top center;
}
