/* Arkadyas'da tÃƒÂ¼m iÃ…Å¸ler Ã¢ÂÂ¤ ile yapÃ„Â±lÃ„Â±r */

/* FONT */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* GENEL */
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background: url("../images/bg.png") no-repeat #ffffff;
  background-size: 100%;
  background-position: center -100px;
  /* background-size: contain; */
  /*animation: linear kay 10s infinite reverse;*/
  overflow-x: hidden !important;
}

@keyframes kay {
  0% {
    background-position-x: 0px;
    background-position-y: calc(0px + -100px);
  }

  25% {
    background-position-x: 10px;
    background-position-y: calc(-10px + -100px);
  }

  50% {
    background-position-x: 0px;
    background-position-y: calc(-20px + -100px);
  }

  75% {
    background-position-x: -10px;
    background-position-y: calc(-10px + -100px);
  }

  100% {
    background-position-x: 0px;
    background-position-y: calc(0px + -100px);
  }
}

#site {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.baslik {
  /*background-color: #00002e;
    color: #FFF;*/
  color: #13335e;
  padding: 5px 9px 0px;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 3px 0 20px 0;
  letter-spacing: 1px;
  border-bottom: 2px solid #f39300;
}

.baslik i {
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(-2px);
}

.alt-baslik {
  background-color: #00002d;
  color: #fff;
  padding: 9px 9px;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 4px;
  margin: 3px 0 10px 0;
  letter-spacing: 1px;
}

.icerik {
  font-size: 1.02rem;
  font-weight: 400;
  min-height: 400px;
  padding: 0 20px 18px 20px !important;
  line-height: 1.7rem;
}

.icerik-altbaslik {
  color: #00002d;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px;
}

.icerik-altbaslik2 {
  color: #155481;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.blink:not(:hover) {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}

#sayac-duyuru-ust {
  display: flex;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

#contact i {
  font-size: 21px;
  margin-right: 5px;
  color: #00002d;
}

/* NAVBAR */
.bg-dark {
  background-color: #13335e !important;
}

.navbar {
  border-radius: 5px;
  padding: 0 !important;
  margin-top: 15px;
}

.nav-link {
  font-size: 0.9em;
  padding: 0.9rem 1.1rem !important;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #ef7f1a;
  color: #fff !important;
  border-radius: 20px 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #f39300;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-dark .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.navbar-dark .navbar-toggler-icon:after,
.navbar-dark .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-dark .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

/* SLIDER */

.carousel {
  background: rgb(23, 154, 198);
  background: linear-gradient(
    90deg,
    rgba(23, 154, 198, 1) 0%,
    rgba(3, 54, 102, 1) 100%
  );
  border-radius: 3px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}

.carousel-item .speaker {
  width: 65%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  margin-left: auto;
}

.my {
  margin: 100px 0;
}

/* BUTONLAR */
a:hover {
  text-decoration: none !important;
}

a .btn-wrapper {
  flex: 1 1 31%;
  margin: 2px;
  margin-bottom: 15px;
}

.btn-wrapper {
  display: flex;
  padding: 15px 13px;
  color: white;
  align-items: center;
  border-radius: 20px 10px;
}

.btn-bau {
  background: url("../images/bg.png") no-repeat #00002d;
  background-size: 570%;
  background-position: 22%;
  color: #fff;
  background-blend-mode: luminosity;
  border: 2px solid #2424b9;
}

.btn-bau:hover {
  background-color: #0f0f3d;
  background-position: 18%;
  background-blend-mode: inherit;
  color: #fff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.btn-isls {
  background: url("../images/bg.png") no-repeat #c00;
  background-size: 570%;
  background-position: 22%;
  color: #fff;
  background-blend-mode: screen;
  border: 2px solid #2424b9;
}

.btn-isls:hover {
  background-color: #00002d;
  background-position: 18%;
  background-blend-mode: inherit;
  color: #fff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.btn-wrapper.btn-bau .btn-icon {
  flex: 2;
  font-size: 1.7rem;
}

.btn-wrapper.btn-bau .btn-text {
  flex: 6;
  font-size: 1rem;
  text-align: right;
}

.btn-wrapper.btn-bau:hover .btn-icon {
  transform: rotate(360deg);
  transition-duration: 0.8s;
}

.btn-wrapper.btn-bau:hover .btn-text {
  transition-duration: 0.8s;
}

/* GALERÃ„Â° */
.thumb {
  margin-bottom: 15px;
}

.thumb:last-child {
  margin-bottom: 0;
}

.thumb figure img {
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* KONUÃ…Å¾MACI FOTO */

#konusmacilar img {
  width: 120px !important;
  border-radius: 15px !important;
}

#konusmacilar .col-lg-6 {
  margin: 20px 0;
}

#konusmacilar a {
  color: rgba(0, 0, 0, 0.8);
}

#konusmacilar a:hover {
  color: #155481;
}

.carousel-indicators {
  bottom: -38px !important;
}

.carousel-indicators li {
  background-color: #00002d !important;
  width: 8px !important;
  height: 8px !important;
}

/* SOCIAL MEDIA BUTTON */
#contact .fab {
  padding: 5px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  line-height: 22px;
}

#contact .fab:hover {
  opacity: 0.7;
  color: #000;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.swiper-slide {
  padding: 0 5px;
}

.swiper-bg {
  border: 1px solid transparent;
  /*background-color: #d5d5d552;*/
  color: #003a68;
}

.Onemli-Tarih {
  background-color: #13335e;
  color: #fff;
  font-weight: bold;
}

.sayac {
  background-color: #13335e;
}

.duyurular {
  border: 1px solid #00002e;
  background-color: #d5d5d552;
}
