/* Tema */ 

 /*@import url("https://use.typekit.net/nls4dfl.css");*/

/* ======================================
   CORBEL FONT - Local Hosting Setup
   ====================================== */

/* Regular */
@font-face {
  font-family: 'Corbel';
  src: url('corbel.woff2') format('woff2'),
       url('corbel.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Bold */
@font-face {
  font-family: 'Corbel';
  src: url('corbel_bold.woff2') format('woff2'),
       url('corbel_bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'tahoma';
    src: url('tahoma.woff2') format('woff2'),
         url('tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'tahomabold';
    src: url('tahoma-bold.woff2') format('woff2'),
         url('tahoma-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/






/* Rakamlar için özel stil */
.digits, ol li::marker{
  font-family: 'tahoma', Tahoma, sans-serif; /* Adobe Fonts + cihaz Tahoma */
  font-size: 90%;
}

ol {
  counter-reset: item;
}

ol li {
  counter-increment: item;
  position: relative;
}

.cihazlar .el-image {
    background: rgba(21, 83, 164, 0.1);
    padding: 15px;
    border-radius: 12px 0 0 12px;
}
@media (max-width: 960px) {
.cihazlar .el-image {
    width: 50px;
    }
}
.map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 900px;
  border: 0;
}
.uk-tile, .uk-tile-muted, .uk-tile-secondary {
    border-radius: 12px;
}
.arama_grid .uk-tile-muted {
    padding: 25px 30px;
}
@media (min-width: 960px) {
  .uk-navbar-nav > li > a {
    height: 120px;
  }
}
.awesomplete>ul>li:hover, .awesomplete>ul>li[aria-selected=true] {
    color: #33639E;
}
mark {
    font-weight: 600;
}



.baslik_icon .el-title::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 40px;
  background-image: url('/images/tema/favicon_180.png'); 
  background-size: cover; /* Resmi boyutlandırma */
  vertical-align: middle;
    margin-top: -7px;
}

#search-116-search .uk-modal-dialog {
    background: transparent;
}

.uk-button-text::after {
    background-image: url(/images/tema/ok.svg) !important;
}

.uk-button-secondary:hover, .uk-button-primary:hover {
    box-shadow: -2px -2px 5px rgba(255, 255, 255, .9), 2px 2px 5px rgb(51 99 158 / 30%) !important;
}

.uk-alert-success {
    background: linear-gradient(45deg, rgba(54, 163, 54, 1) 0%, rgba(51, 99, 158, 1) 100%);
}


.uk-navbar-container:not(.uk-navbar-transparent) {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.uk-slidenav:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #33639e;
    opacity: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(.5);
    transition: all 450ms ease;
}

.uk-slidenav:hover:before {
    transform: translate(-50%,-50%)scale(1.3);
    opacity: .5;
}



/* Dil Değiştirici */
div.mod-languages ul {
    padding: 5px !important;
    border-radius: 50px;
    background: hsla(0, 0%, 100%, .1);
}
.sarjpark div.mod-languages ul {
    padding: 0px !important;
    border-radius: 0px;
    background: transparent !important;
}
.uk-navbar-container.uk-navbar-sticky div.mod-languages ul, .uk-navbar-container:not(.uk-navbar-transparent) div.mod-languages ul {
    background: rgba(51,51,204,.1);
}
div.mod-languages li {
    margin: 0 !important;
}
div.mod-languages ul li:first-child {
    border-bottom: 1px solid;
}
.sarjpark div.mod-languages ul li:first-child {
  border-bottom: 0;
}
div.mod-languages a {
    padding: 5px !important;
    font-size: 12px;
}
div.mod-languages ul li.uk-active {
    font-weight: bold;
}
.sarjpark .uk-subnav > * > :first-child {
  font-size: 16px;
}
/*-------------*/


/*Hareketli Başlık */
.hareketli_baslik {
    background: linear-gradient(269.79deg, #37c0d5 21.04%, #faf19d 50.46%, #7c7ff7 81.77%);
    background-size: 150% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anime 10s infinite;
    animation: anime 10s infinite;
}
@-webkit-keyframes anime {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

@keyframes anime {
    0% {
        background-position: 100% 0;
    }
    25% {
        background-position: 50% 0;
    }
    50% {
        background-position: 0% 0;
    }
    75% {
        background-position: 50% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
/*---------------*/

/* İletişim Mouse Hareket */
#mouse {
  animation: bounceWheel 2s ease-in-out infinite;
  transform-origin: center bottom;
}
#mouse .el-image {
  transform: rotate(180deg) !important;
}
@keyframes bounceWheel {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* blog video kodları */
.blog-video {

    position: relative; 
    width: 100%; 
    height: 0; 
    padding-bottom: 48.25%; 
    overflow: hidden;
    border-radius: 12px;
}

.blog-video iframe {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
}
