@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

h1,
h2,
h3,
h4,
p,
strong,
b,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    line-height: 30px;
    font-size: 15px;
}

a {
    text-decoration: none;
}

button,
input {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    content: none;
    color: var(--ucuncu-renk);
    background: #161417;
}

.rakam { font-family: 'Orbitron', sans-serif; }
.rakam-bold { font-weight: 600; }
 

.url-buton .btn { padding: 9px 15px; font-size: 15px; background: #ffcc00; margin: 5px; border-radius: 100px; display: inline-block; color: #fff;}
 
.yillar {    }
.yillar .btn { padding: 9px 15px; background:#fff; color: #000;  text-align: center;border-radius: 30px;  }
.yillar .aktif-buton { background:var(--clr-11) !important; color: #fff !important;}
.aylar {    }
.aylar .btn { padding: 9px 15px; background:#fff; color: #000;  text-align: center;border-radius: 30px;  }
.aylar .aktif-buton { background:var(--clr-11) !important; color: #fff !important;}

.saatler {    }
.saatler .btn { padding: 9px 15px; background:#fff; color: #000;  text-align: center;border-radius: 30px;  }
.saatler .aktif-buton { background:var(--clr-11) !important; color: #fff !important;}
.saatler .aktif-buton-2 { background:var(--clr-3) !important; color: #fff !important;}


.ozetket {font-size: 25px; color: #000; background: var(--clr-10); padding: 20px; border-radius:10px; text-align: center; color: #fff; }
.ozetket.ozetket span { background: var(--clr-11); color: #fff; display: inline-block; padding: 5px 15px; border-radius: 6px; }
.ozetket .kategori { font-size: 15px; }



.notlistele { border: 1px solid #fff1cb; background: #fcf5e1; padding: 20px; margin-bottom: 5px; border-radius: 4px; }
.notlistele .eklenme {   font-size: 13px; padding: 5px 0px; }
.notlistele .ekleyen { text-align: right; font-size: 14px; padding: 5px 0px; font-weight: 800; }
.notlistele .not { font-size: 14px; border-top: 1px solid #fff; padding: 7px 0px;}


::-webkit-scrollbar {
    width: 0px !important;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background: #272727;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #272727;
}


.detay-fiyat {

    line-height: 35px;
    font-size: 18px;

}

.detay-fiyat .ciz {
    color: red;
    font-size: 14px;
}

.detay-fiyat .parabirimi {
    color: #0AA830;
}

.url-none .more-buton {
    display: none;
}



input,
select,
textarea,
button {
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
}

.bold {
    font-weight: bold;
}

.ciz {
    text-decoration: line-through;
}

.innerbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.txtcrop {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clear:after {
    display: inline-table;
    clear: both;
    content: '';
}

.site-title-h2 {
    color: var(--birinci-renk);
    font-size: 22px;
}

.COMPUTER {}

.MOBILE {
    display: none;
}

@media screen and (max-width: 1000px) {
    .COMPUTER {
        display: none;
    }

    .MOBILE {
        display: block;
    }
}

html {
    --color: #272727;
    --color2: #f2f2f2;
    --color-tema: #183d65;
    --color-tema-in: #fff;
    --bg-yesil: #85cc5d;

    --birinci-renk: #2864ff;
    --ikinci-renk: #16378c;
    --ucuncu-renk: #7a719b;
    --beyaz: #fff;
    --siyah: #000;
    --bg-tema : #f5f5ff;
    --bg-tema-2 : #3b3a3c;

    --clr-1 : #666ee8; 
    --clr-2 : #28d094; 
    --clr-3 : #ff9149; 
    --clr-4 : #1e9ff2; 
    --clr-5 : #1e55f2; 
    --clr-6 : #ff4961; 
    --clr-7 : #f3ca0c; 
    --clr-8 : #19d0e0; 
    --clr-9 : #e01919; 
    --clr-10 : #55626e; 
    --clr-11 : #00ba81; 
    --clr-12 : #3b3a3c;; 


}


.bg-light {
    background: #f8fafd;
}

.bg-banner-1 {
    color: var(--beyaz);
    background: #FC466B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--birinci-renk); , #FC466B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--birinci-renk); , #FC466B);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-logo {
    padding-bottom: 30px;
    text-align: center;
}

.login-logo img {
    width: 250px;
}

.login-23 {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
}

.buton-grup .s-btn {
    border: none;
}

.buton-grup .s-btn:hover {
    border: none;
}

.sosyalmedya-1 {
    color: #183d65;
    font-size: 13px;
}

.sosyalmedya-1 i {
    line-height: 25px;
    font-size: 16px;
    padding: 0px 6px;
    color: #183d65;
}

.sosyalmedya-1 p {
    color: #183d65;
    font-size: 13px;
}

.sosyalmedya-1 a {
    line-height: 30px;
    display: inline-block;
    padding: 8px 0px;
    margin: 0px 0px;

    color: #183d65;
}

.sosyalmedya-1 a:hover {
    opacity: 0.5
}

.form-d {
    padding: 40px;
    color: #183d65;
    border-radius: 9px;
    box-shadow: 20px 20px 60px #d9d9d9,
        -20px -20px 60px #ffffff;
}

.form-d h1 {
    color: #183d65
}

.form-d h2 {
    color: #183d65
}

.form-d h3 {
    color: #183d65
}

.form-d p {
    color: #183d65
}



.mobile-header {
     
}

.mobile-header img {
    height: 70px;
    padding: 20px;
}



.mini_arama {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    max-width: 350px;
    border-radius: 30px;
    overflow: hidden;
    text-align: left;
}

.mini_aramai {
    width: calc(100% - 30px);
    border: none;
    outline: none;
    color: #183d65;
    height: 30px;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.mini_aramab {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 5px;
    margin: 0;
    padding: 0;
    height: 30px;
}

.mini_aramab i {
    font-size: 19px;
    color: var(--birinci-renk);
}

.mini_aramab:hover {
    cursor: pointer;
    opacity: 0.5;
}

.kat-arasi {}


.live-search {
    background: var(--bg-tema);
  
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    color: var(--siyah);
    margin-bottom: 6px; margin-top: 6px;
}

.live-search .img {
    width: 50px;
    height: 50px;
    border-radius: 90px;
    box-sizing: border-box;
    margin-right: 20px;
    object-fit: cover;
}

.live-search:hover {
    background: var(--birinci-renk);
    color:#fff;
}





.user-secme { padding: 20px; background: #fff; color: var(--birinci-renk) ; text-align: center; border-radius: 10px; }
.user-secme i { display: inline-block; width: 100%; font-size: 26px; padding-bottom: 10px; }
.user-secme:hover { background: var(--clr-11); color: #fff; }
.user-secme-aktif { background: var(--clr-11); color: #fff; }



.asama-bar {   }
.asama-bar .asama { padding: 20px; border-radius: 10px; background: #232124; color: #ccc; text-align: center;}
.asama-bar .asama .h2 {  font-size: 65px; font-weight: 800;}
.asama-bar .asama .p  {  font-size: 12px; font-weight: 400;}
.asama-bar .current { color: var(--clr-11);}


.ara-kat {}

.header-4 {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 800;
    padding: 10px 0px;
    position: relative;
}

.header-4 .logo {
    height: 50px;
}



.header-4 .menu .s-btn { border-radius: 40px;}

.header-4 .content {
    padding: 0px 0px;
}


.header-4 .menu {
    display: flex;
    align-items: center;
    align-content: center;
    
    border-radius: 100px;
    
    padding: 4px 8px;

    background: #232124;
     


}
.header-4 .menu .url-menu {  }
.header-4 .menu .url-menu a {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    margin: 0px 0px;
    font-weight: 600;
    font-size: 14px;
 
    transition: 0.5s;
   
}

.header-4 .menu .url-menu:hover a {
    cursor: pointer;
   
    color: var(--birinci-renk);
 
}

 

 .header-4 .bg-menu {
    float: right;
}




.header-4 .sentez {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
 
 

.line-header p {
    color: #183d65;
}

.line-header strong {}

.anasayfa .line-header p {
    color: var(--beyaz);
}

.anasayfa .line-header strong {}

.acordion-menu .menu_item {
    display: block;
    position: relative;
}

.acordion-menu .menu_selection {
    margin: 0;
    display: none;
    z-index: 1;
}

.acordion-menu .menu_top_nav i {
    text-align: center;
    position: absolute;
    right: 10px;
}

.acordion-menu .menu_top_nav {
    box-sizing: border-box;
    padding: 0px 0px;
}

.acordion-menu .sub-menu {}

.acordion-menu ul li {
    position: relative;
    cursor: pointer;
}

.acordion-menu ul li a {
    display: inline-block;
    width: 100%;
    color: #183d65;
    font-size: 13px;
    padding: 9px 15px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #f2f2f2;
}

.acordion-menu ul li a:hover {
    color: #888;
    opacity: 1;
    background: #f2f2f2;
    border-radius: 0px;
}


.firma-ozet {
    background: #f0edff;
    border-radius: 5px;
}

.firma-ozet .colon .ikon-tablo {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    width: 100%;
    font-size: 14px;
    color: #241c47;
}

.firma-ozet .colon .ikon-tablo i {
    font-size: 25px;
    position: relative;
    width: 40px;
    margin: 5px 7px;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px;
    background: var(--birinci-renk);
    color: var(--beyaz);
    border-radius: 300px;
}

.firma-ozet .colon .ikon-tablo>div {
    width: 100%;
    text-align: center;
}

.firma-ozet .colon {
    position: relative;
}

.pulse-animasyon:after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid #04e78b;
    animation: pulse 1s infinite;
    border-radius: 1000px;
}

.pulse-animasyon:before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border: 1px solid #04e78b;
    opacity: 0.5;
    animation: pulse 2s infinite;
    border-radius: 1000px;
}


@keyframes pulse {

    to {
        transform: scale(2);
        opacity: 0;
    }

}


.dataarama {

    position: relative;
    color: var(--siyah);
    background: var(--birinci-renk);

}



.dataarama:after {
    display: inline-table;
    content: '';
    animation-name: soldansaga;
    animation-timing-function: ease;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2)
}

.dataarama:before {
    display: inline-table;
    content: '';
    animation-name: soldansaga2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2)
}
 
@keyframes soldansaga {
    0% {
        width: 0px;
    }

    80% {
        width: 20%;
    }

    100% {
        opacity: 0;
        left: 80%;
    }
}

@keyframes soldansaga2 {
    0% {
        width: 0px;
    }

    80% {
        width: 40%;
    }

    100% {
        opacity: 0;
        left: 80%;
    }
}







.dataarama .max-800 {}

.dataarama .arama-text {
    border-radius: 12px;
    padding: 10px 30px;
}

.dataarama h1 {
    color: var(--beyaz);
    font-size: 36px;

}

.dataarama p {
    color: var(--beyaz);

}

.dataarama .svg img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(2821%) hue-rotate(248deg) brightness(92%) contrast(96%);
}

.dataarama .sorc {}

.dataarama .img-cover {}


.marka-liste {
    border-radius: 9px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.ikon-text p {
    position: relative;
    box-sizing: border-box;
    padding: 30px 30px 30px 80px;
    font-size: 12px;
    color: var(--ucuncu-renk);
    overflow: hidden;
}

.ikon-text p strong {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;

}

.ikon-text img {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.5s;
    filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(2160%) hue-rotate(218deg) brightness(102%) contrast(101%) !important;

}

.ikon-text p:hover img {
    transform: scale(1.10);
}

.ikon-text p:after {
    opacity: 0.1;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    left: 0;
    top: 0;
    display: inline-table;
    content: '';
    z-index: -1;
    background: var(--ucuncu-renk);

    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);



}

.ikon-text p:before {
    opacity: 0.1;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    left: 80px;
    top: 0px;
    display: inline-table;
    content: '';
    z-index: -1;
    background: var(--ucuncu-renk);

    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);

}








.marka-header {
    background: #f0edff;
    border-radius: 5px;
}

.marka-header .img-kare {
    border-radius: 600px;
    border-radius: 150px;
    background: #f0edff;
    box-shadow: 21px 21px 42px #e4e1f2,
        -21px -21px 42px #fcf9ff;
}


.tol {
    font-size: 11px;
    color: #888;
}

.yanit-cevap {
    background: #13c87f;
    position: relative;
    color: var(--beyaz);
    margin-top: 20px;
}

.yanit-cevap:after {
    display: inline-table;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #13c87f;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.yanit-cevap .tol {
    color: var(--beyaz);
}




.f-colm {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}

.f-colm>div {
    width: 100%;
}

.f-colm a {
    display: inline-block;
}

.f-colm .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}


.header-4 .menu .url-menu .font-11 {
    color: #ccc;
    letter-spacing: 1px;
}

.ayrac-border .menu .url-menu {}

.ayrac-border .menu .url-menu:last-child {
    border: none
}

.last-color .menu .url-menu:last-child a {

    animation: efekt 2s ease infinite;
    border-radius: 90px;

}


@keyframes efekt {
    0% {
        background: #23a37f;
        color: var(--beyaz);
    }

    50% {
        background: var(--birinci-renk);
        color: var(--beyaz);
    }

    100% {
        background: #23a37f;
        color: var(--beyaz);
    }
}



.site-ust {
    background: #f4f4f4;
    color: #39597b;
}

.site-ust a>i {
    color: var(--birinci-renk);
}

.site-ust .DIL {
    padding-top: 7px;
}



@media screen and (max-width: 1000px) {


    .kapakvar {
        height: 200px;
        background: #272727;
        clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
        display: none;
    }

    .kapakvar img {
        display: none;
    }

}

/********************* MENU *************************/


.parallax {
    position: relative;
}

.parallax .kapla {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.anasayfa .site-ust {
    background: none;
    color: var(--beyaz);
}

.anasayfa a>i {
    color: var(--beyaz);
}

.anasayfa .header-kapsa {
    position: absolute;
    background: none;
    width: 100%;
    z-index: 3000;
}

.anasayfa .header-kapsa .header-4 {
    background: none;
}

.anasayfa .header-kapsa .header-top-4 {
    color: var(--beyaz);
}

.anasayfa .header-kapsa .header-top-4 p i {
    border: 1px solid #fff;
}

.anasayfa .header-kapsa .header-top-4 a.trans4 i {
    color: var(--beyaz);
    padding: 0px 4px;
}

.anasayfa .header-top-4 {
    background: none;
}

 

.anasayfa .header-4 .menu .url-menu a {
    color: var(--beyaz);
}

.anasayfa .sosyalmedya-1 i {
    line-height: 25px;
    font-size: 16px;
    padding: 0px 6px;
    color: var(--beyaz);
}

.anasayfa .sosyalmedya-1 p {
    color: var(--beyaz);
}


@media screen and (max-width: 1000px) {

    .anasayfa .head {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1500;
    }

}



.header-4 .menu .login-btn {
    background: var(--color);
    color: var(--beyaz);
}


.header-4 .menu a:last-child .a {}

.header-4 .menu a:last-child .a {}




/********************* MENU *************************/

.flex-yap {
    display: flex;
}

.flex-yap>div:first-child {
    display: flex;
    width: 40%;
}

.flex-yap>div:last-child {
    display: flex;
    width: 60%;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
    .flex-yap {
        display: block;
    }

    .flex-yap>div:first-child {
        display: block;
        width: 100%;
    }

    .flex-yap>div:last-child {
        display: block;
    }

    .header-4 {
        position: relative;
        text-align: left;

    }

     
}



.fix-header {
    position: absolute
}

h1,
h2,
h3 {
    font-family: var(--font-2);
}

.renkli-2 {
    margin-top: -150px;
    position: relative;
    z-index: 1000;
}

.renkli-2 .colon {
    padding-top: 80px;
}

.renkli-2 .colon>div {
    position: relative;
}

.renkli-2 .colon>div h3 {
    font-size: 26px;
}

.renkli-2 .colon img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    position: absolute;
    right: 10px;
    top: -50px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.renkli-2 .colon>div a {
    display: inline-block;
    background: #fff;
    color: #272727;
    padding: 4px 20px;
    border-radius: 4px;
    margin-top: 8px;
}

.renkli-2 .colon>div a:hover {
    background: #272727;
    color: var(--beyaz);
}

.renkli-2 .colon>div:hover img {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -o-transform: scale(1.20);
    -ms-transform: scale(1.20);
    transform: scale(1.20);
}

@media screen and (max-width: 1000px) {
    .renkli-2 {
        margin-top: 20px;
        position: relative;
        z-index: 1000;
    }
}

.border-tablo {
    padding: 10px
}

.border-tablo>div {
    border: 1px solid #f2f2f2;
    margin-bottom: 3px;
    border-radius: 5px;
    overflow: hidden
}

.border-tablo>div>div {
    border-left: 1px solid #f2f2f2;
    padding: 5px 10px
}

.border-tablo>div>div:first-child {
    border: none;
}

.border-tablo span.bilgi {}

.border-tablo .color-mavi {
    color: var(--color);
}

.tablo-liste .durumu-2 {
    display: inline-block;
    padding: 4px;
    border-radius: 3px;
    background: var(--color);
    color: var(--beyaz);
    font-size: 12px;
}

.tablo-liste .durumu-1 {
    display: inline-block;
    padding: 4px;
    border-radius: 3px;
    background: #6dc632;
    color: var(--beyaz);
    font-size: 12px;
}

.tablo-liste .bilgi {
    font-size: 12px;
    color: #666
}

.btn-small {
    font-size: 13px;
    line-height: 35px !important;
    padding: 0px 6px
}

.tahlil-bg {
    background: #f5f5f5;
    margin-bottom: 9px !important;
}

.t-form-bg {
    background: #f5f5f5;
    margin-bottom: 9px !important;
}

@media screen and (max-width: 1000px) {
    .t-form-bg {
        background: none
    }
}

.fullbg {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
    z-index: 30
}

#clear {
    clear: both
}

.ara:hover {
    cursor: pointer
}

.ara-u {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    text-align: center;
    color: var(--beyaz);
    transition: All 0.2000s ease;
    -webkit-transition: All 0.2000s ease;
    -moz-transition: All 0.2000s ease;
    -o-transition: All 0.2000s ease;
}


.text-head {
    background: var(--birinci-renk);
    color: var(--beyaz);
}


.share {
    text-align: center;
}

.paylas-gurubu {
    display: inline-block;
    color: #272727;
}

.paylas-gurubu a {
    display: inline-block;
}

.paylas-gurubu a:hover {
    cursor: pointer;
    opacity: 0.5
}

.paylas-gurubu i {
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #272727;
}

.ara-u h1 {
    font-size: 40px;
    font-weight: 100;
    padding: 10% 0px 20px 0px;
    letter-spacing: 1px
}

.ara-u .ara-i {
    border: 1px solid #fff;
    background: none;
    outline: none;
    padding: 0px 20px;
    color: var(--beyaz);
    width: calc(50% - 150px);
    height: 80px;
    font-size: 28px;
}

.ara-u .ara-kapat {
    font-size: 30px;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    color: var(--beyaz);
    padding: 10px;
}

.ara-u .ara-kapat:hover {
    background: #272727;
    color: var(--beyaz);
    cursor: pointer;
}

.ara-u .ara-b {
    border: 1px solid #fff;
    background: none;
    outline: none;
    padding: 0px 20px;
    color: var(--beyaz);
    width: calc(90px);
    height: 82px;
    font-size: 28px;
}

.ara-u .ara-b:hover {
    background: #FFF;
    color: #272727;
    cursor: pointer;
}

.ara-u .gelendegerler {
    background: #fff;
    width: calc(50% - 108px);
    margin: 0 auto;
}

.ara-u .gelendegerler .s-li {
    padding: 20px 15px;
    color: #272727;
    text-align: left;
}

.ara-u .gelendegerler .s-li:hover {
    background: #f4f4f4
}

.ara-K {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ARANANYOK {
    border: 1px solid #ccc;
    background: #f2f2f2;
    text-align: center;
    padding: 40px
}

.YUKLENME {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
}

.YUKLENME img {
    width: 90px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -45px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.loaderLOGO {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
    animation: bounce 0.2s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

.loaderX {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border: 2px solid #004e9c;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loaderTXT {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    font-size: 20px
}

.loaderTXT i {
    font-size: 40px;
    color: #004e9c;
}

blockquote {
    background-color: #f2f2f2;
    border-left: 1em solid #272727;
    margin: 1.5em 0 1.5em;
    padding: 1em 1.5em 1em 2.5em;
    position: relative;
}

blockquote:before {
    color: #272727;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: 5px;
    top: 0.6em;
    line-height: 0.1em;
}

blockquote:after {
    color: #272727;
    content: "\201D";
    font-size: 5em;
    position: absolute;
    right: 3px;
    bottom: 0em;
    line-height: 0.1em;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/********************************** MESAJ UYARISI *********************************/

.UYARIBOX-2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    display: none
}

.UYARIBOX-2 .uyari-a-2 {
    font-size: 18px;
    color: #272727;
    text-align: center;
    padding: 20px;
    width: 400px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -150px;
    border-radius: 8px
}

.UYARIBOX-2 .uyari-a-2 .uyari-kapat {
    padding: 8px;
    background: #FFF;
    color: #272727;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 6px;
}

.UYARIBOX-2 .uyari-a-2 .uyari-kapat:hover {
    background: #272727;
    color: var(--beyaz);
    cursor: pointer;
}

.UYARIBOX-2 .uyari-a-2 .mesaj-2 {
    padding: 30px 0px
}

/********************************** MESAJ UYARISI *********************************/
/********************************** MESAJ UYARISI *********************************/

.UYARIBOX {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    display: none
}

.UYARIBOX .uyari-a {
    font-size: 18px;
    color: #272727;
    text-align: center;
    padding: 20px;
    width: 400px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -150px;
    border-radius: 8px
}

.UYARIBOX .uyari-a .mesaj {
    padding: 30px 0px
}

/********************************** MESAJ UYARISI *********************************/

@media screen and (max-width: 1000px) {
    .UYARIBOX-2 .uyari-a-2 {
        width: calc(90% - 40px);
        left: 5%;
        margin-left: 0;
    }

    .UYARIBOX .uyari-a {
        width: calc(90% - 40px);
        left: 5%;
        margin-left: 0;
    }
}

.IN:after {
    clear: both;
    content: "";
    display: table;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}

.INCONTENT {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 25px -16px rgba(0, 0, 0, 0.75);
    transition: All 0.5s ease;
}

.NLOGIN {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4000;
    overflow: auto;
    display: none;
}

#NLOGIN {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    top: 30%;
    position: absolute;
    margin-bottom: 100px;
}

#NLOGIN .loginkapat {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 19px;
    background: #fff;
    color: #272727;
    padding: 10px
}

#NLOGIN .loginkapat:hover {
    background: #272727;
    color: var(--beyaz);
    cursor: pointer;
}














.frame-menu-1 {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.frame-menu-1 .text {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.frame-menu-1 .text-ust {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.frame-menu-1 .text-orta {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.frame-menu-1 .text-alt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.frame-menu-1 .img {
    position: relative;
    z-index: 0;

}

.frame-menu-1:after {
    display: inline-table;
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5550595238095238) 0%, rgba(0, 0, 0, 0.3169642857142857) 46%, rgba(0, 212, 255, 0) 100%);
}


















ul.LOGINTAB {
    list-style: none;
    margin: 0;
    padding: 10px;
}

ul.LOGINTAB li {
    width: calc(100% / 2 - 20px);
    padding: 10px;
    color: var(--beyaz);
    background: #272727;
    float: left;
    text-align: center;
}

ul.LOGINTAB li.active {
    background: #fff;
    color: #272727
}

ul.LOGINTAB li:hover {
    background: #fff;
    color: #272727;
    cursor: pointer
}

ul.LOGINCONTENT {
    list-style: none;
    margin: 0;
    padding: 10px;
}

ul.LOGINCONTENT li {
    display: none
}

ul.LOGINCONTENT li.active {
    display: block
}

.RESFORM {
    padding: 10px;
}

.RESFORM p {
    padding: 10px 0px;
}

.RESFORM .text-i {
    width: calc(100% - 2px - 30px);
    height: 50px;
    border: 1px solid #ccc;
    padding: 0px 15px;
    outline: none;
}

.RESFORM .BUTON {
    background: #272727;
    color: var(--beyaz);
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
}

.RESFORM .BUTON:hover {
    background: #464646;
    cursor: pointer;
}

.allbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}

.KUTU {
    padding: 5px;
    text-align: center;
}

.KUTU .DROP1 {
    width: calc(50% - 10px);
    height: 510px;
    float: left;
    margin: 5px;
    position: relative;
    background: #272727
}

.KUTU .DROP2 {
    width: calc(50% - 10px);
    height: 250px;
    float: left;
    margin: 5px;
    position: relative;
}

.KUTU .DROP3 {
    width: calc(50% - 10px);
    height: 250px;
    float: left;
    margin: 5px;
    position: relative;
}

.KUTU h2 {
    padding-top: 90px;
    font-weight: 400
}

.KUTU a {
    display: inline-block;
    padding: 8px 10px;
    background: #272727;
    color: var(--beyaz);
    margin-top: 10px
}

.KUTU a:hover {
    background: #555;
}

.KUTU .DI {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 60px);
    padding: 0px 30px
}

.KUTU h2,
p {}

.G-CONTENT {}

.G-CONTENT .IN {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.G-CONTENT .IN h1 {
    color: var(--beyaz);
}

.G-CONTENT .IN .li {
    width: calc(100% / 3);
    float: left;
    color: var(--beyaz);
}

.TAGS {
    padding-top: 40px
}

.TAGS a {
    display: inline-block;
    padding: 8px 10px;
    color: var(--beyaz);
    background: #272727;
    font-size: 12px;
    border-radius: 6px;
}

.TAGS a:hover {
    background: #666
}

.ARAMA {
    padding: 60px 0px;
    background: #f2f2f2
}

.ARAMA .IN {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.SONUCLARI {
    padding: 60px 0px;
}

.SONUCLARI .IN {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.SONUCLARI .IN .li {
    padding: 40px 0px;
}

.SONUCLARI .IN .li h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.SONUCLARI .IN .li p {
    font-size: 14px;
}

.SONUCLARI .IN .li .item-btn {
    padding: 8px 10px;
    background: #272727;
    color: var(--beyaz);
    font-size: 14px;
    border-radius: 30px;
    margin-top: 15px;
    display: inline-block
}

.SONUCLARI .IN .li .item-content {}

.container {
    max-width: 1300px;
    margin: 0 auto
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 0px 10px
    }
}

.max-content {
    margin: 0px 50px;
}
.content-2 {  
    width: calc(100% - 100px);
    margin: 0 auto;
    box-sizing: border-box;
}

.content {

    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 4000px) {

    .content {
        max-width: 1500px;
    }

}

@media screen and (max-width: 2000px) {

    .content {
        max-width: 1300px;
    }

    .header-4 .logo {
        height: 40px;
    }

}

@media screen and (max-width: 1500px) {

    .content {
        max-width: 1200px;
    }

}

@media screen and (max-width: 1300px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-2 {  width: calc(100% - 60px); }

}

@media screen and (max-width: 575.98px) {
    .content {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        

    }
    .content-2 {  width: calc(100% - 20px);}
}




.bg-baslik { background: #f5f5f5;}
.yeni-listeleme { background: #fff; padding: 20px; }
.yeni-listeleme > div {  border: 1px solid #ccc;  border-bottom: none;}
.yeni-listeleme > div:last-child {  border-bottom: 1px solid #ccc;   }
.yeni-listeleme > div > div { border-right: 1px solid #ccc; height: 40px; line-height: 40px; position: relative;  }
.yeni-listeleme > div > div:first-child {   background: #f5f5f5; }
.yeni-listeleme > div > div:last-child { border-right: none; }
.yeni-listeleme .hasta-marker a { color: #000; }
.yeni-listeleme .hasta-marker span {  display: inline-block; color: #000;     font-size: 12px;   line-height: 40px; }
.yeni-listeleme .hasta-marker a.islemsil {  display: inline-block;  position: absolute; top:0px; right: 0px; background: red; color: #fff; padding: 5px; font-size: 11px; line-height: 15px;  }

.tarih-title { background: #fff; padding: 10px; color: #000; }
.tarih-title a { display: inline-block; background: #00ba81; color: #fff; padding: 5px; border-radius: 5px; }
.tarih-title .v-buton-1 { display: inline-block; background: #e97704; color: #fff; padding: 5px 15px; border-radius: 5px; cursor: pointer; }
.tarih-title .v-buton-2 { display: inline-block; background: #e904b0; color: #fff; padding: 5px 15px; border-radius: 5px; cursor: pointer;  }

._tarihlerim {
    display: none;
    width: 20px; height: 20px; background: #00ba81; color: #fff; line-height: 20px; text-align: center; border-radius: 30px; margin: 0 auto; margin-top: 10px;
}

.min-content {
    max-width: 650px;
    box-sizing: border-box
}

@media screen and (max-width: 1000px) {
    .min-content {
        max-width: 100%;
    }
}

.konumbar {
    background: #f2f2f2;
    color: #272727;

}

.minder {
    font-size: 14px;
    display: none;
}

.minder a {
    display: inline-block;
    padding: 10px 10px;
    color: #272727;
}

.minder a:first-child {
    font-weight: 700;
    color: #272727
}

._table {
    background: #f5f5f5
}

.ust-tasarim {
    background: #254264;
    color: var(--beyaz);
}

.ust-tasarim p {
    display: inline-block;
    padding: 0px 15px;
    font-size: 13px
}

.ust-tasarim p i {}

.ust-tasarim a {
    display: inline-block;
}

.ust-tasarim a i {
    padding: 0px 8px;
    color: var(--beyaz);
}

.odalistele {
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.odalistele .listi {
    padding: 0px 0px;
    font-size: 16px;
    line-height: 36px;
}

.odalistele .listi i {
    padding: 0px 9px;
    line-height: 36px;
    color: #25c05f;
}




.siparis-box {
    margin-bottom: 20px;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 29px 29px 58px #ebebeb,
        -29px -29px 58px #ffffff;
}

.siparis-box .tablo {
    padding: 5px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 12px;
}

.siparis-box h2 {
    font-size: 19px;
}




.ODEMEBILGISI {}

.ODEMEBILGISI .ODEMESEC {
    padding: 0;
}

.ODEMEBILGISI .ODEMESEC .li {
    padding: 20px 10px;
    color: #999;
    margin: 2px;
    text-align: center;
    width: calc(50% - 24px);
    float: left;
    background: #f2f2f2;
}

.ODEMEBILGISI .ODEMESEC .li i {
    font-size: 36px;
    padding-bottom: 10px;
}

.ODEMEBILGISI .ODEMESEC .li:hover {
    color: #183d65;
    cursor: pointer
}

.ODEMEBILGISI .ODEMESEC .secili {
    color: #183d65;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
    background: rgb(242, 242, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}


.ODEMEBILGISI .odemeaciklama {
    width: calc(100% - 2px - 40px);
    height: 200px;
    border: 1px solid #ccc;
    padding: 20px;
    outline: none;
}

.ODEMEBILGISI .BANKACH {
    padding: 10px 0px
}

.ODEMEBILGISI .BANKACH .li {
    width: calc(50% - 59px);
    position: relative;
    float: left;
    padding: 15px 15px 15px 40px;
    margin: 2px;
}

.ODEMEBILGISI .BANKACH .li:hover {
    cursor: pointer;
}

.ODEMEBILGISI .BANKACH .li i {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 25px;
}

.ODEMEBILGISI .BANKACH .secilenbanka i {
    color: #0AA830
}

.ODEMEBILGISI .BANKACH .li:hover i {
    color: #0AA830
}


@media screen and (max-width: 800px) {

    .ODEMEBILGISI {
        width: calc(100% - 40px);
        padding: 20px;
        float: none;
    }

    .ODEMEBILGISI .BANKACH .li {
        width: calc(100% - 59px);
        position: relative;
        float: none;
        padding: 15px 15px 15px 40px;
        margin: 2px;
    }


}

.OSONUC {
    text-align: center;
}

.OSONUC .tanim1 {
    font-size: 18px;
}

.OSONUC .tanim1 i {
    font-size: 36px;
    padding-bottom: 15px;
}


.xs-form {
    max-width: 400px;
}

@media screen and (max-width: 1000px) {}

.alt-ikonlar .cekin i {
    width: 30px;
    text-align: center;
    color: #0AA830;
    font-size: 16px;
}

.belirt {
    display: inline-block;
    background: #0AA830;
    padding: 0px 8px;
    border-radius: 4px;
    color: var(--beyaz);
    font-weight: 400
}

.allow {
    background: #fff;
    box-shadow: 15px 15px 20px #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #828282;
}

.butondiv {
    padding: 8px 20px;
    border-radius: 4px;
    background: #272727;
    color: var(--beyaz);
}

.butondiv:hover {
    background: #ccc
}

.page-sayfalama {
    padding: 35px
}

.page-sayfalama a {
    display: inline-block;
    line-height: 35px;
    color: var(--beyaz);
    background: var(--clr-12);
    width: 35px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
}

.page-sayfalama .aktif {
    background: var(--clr-11);
}

.icerik-yok {
    background: #FFECD7;
    color: #272727;
    padding: 30px;
    text-align: center;
    border-radius: 9px;
}

.menu-bar-2 {
    background: #272727;
}

.ikon-menu img {
    width: 55px;
}

.ikon-menu .colon {
    color: var(--beyaz);
}

.ikon-menu .colon a {
    font-weight: 600;
    letter-spacing: 1px;
}

.ikon-menu .colon:hover {
    background: rgba(0, 0, 0, 0.1)
}

.menu-bar {
    background: #272727;
}

.mini-box-1 .img-kare {
    border-radius: 4px;
    position: relative;
}

.mini-box-1 .img-kare:after {
    display: inline-table;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 72%);
}

.mini-box-1 .title {
    padding: 10px 0px;
    font-size: 22px;
    color: #272727;
}

.mini-box-2 {
    text-align: center;
    padding-bottom: 50px;
}

.mini-box-2 .img-kare {
    border-radius: 200px;
    width: 170px;
    height: 170px;
    padding: 0px;
    box-shadow: 9px 9px 30px rgba(0, 0, 0, 0.1)
}

.mini-box-2 .img-kare:after {
    display: inline-table;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background: rgb(26, 187, 155);
    background: linear-gradient(90deg, rgb(26, 187, 155) 25%, rgba(255, 255, 255, 0) 78%);
    opacity: 0.5
}

.mini-box-2:hover .img-kare:after {
    opacity: 1;
    width: 100%;
}

.mini-box-2 .title {
    padding: 6px 20px;
    font-size: 18px;
}

.mini-box-2 .ozet {
    padding: 2px 20px;
    font-size: 13px;
}

.dr-kutular {
    background: #254264;
    position: relative;
    z-index: 50;
}

.flex-h {
    display: flex;
    align-items: stretch;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

.flex-h .colon {
    background: #00CCCC;
}

.flex-h .colon:nth-of-type(odd) {
    background-color: #ffffff;
}

.flex-h .colon:nth-of-type(even) {
    background-color: #fbfafa;
}


.ikon-text {
    color: #666;
}

.ikon-text img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(19%) saturate(1184%) hue-rotate(40deg) brightness(81%) contrast(95%);
}



.full-kutu .img-cover {
    z-index: -1;
    position: absolute;
}

.a-buton-4 {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    color: #272727;
    line-height: 38px;
    padding: 0px 20px;
}

.mobil-menu-ikonu {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99900;
    color: var(--beyaz);
    padding: 5px;
    background: var(--clr-2);

    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);

}

.mobil-menu-ikonu i {
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.mobil-menu-ikonu:hover {
    cursor: pointer;
}

.mobil-kategori-ikonu {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 900;
    background: #272727;
    color: var(--beyaz);
    padding: 10px;
}

.mobil-kategori-ikonu i {
    font-size: 24px
}

.mobil-kategori-ikonu:hover {
    cursor: pointer;
}

.yan-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: var(--birinci-renk);
    right: -100%;
    top: 0px;
    z-index: 99800;
    transition: 0.5s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
}

.yan-menu>div {
    width: 100%;
}




.yan-menu .mobil-menu a {}



.yan-menu .DIL {
    padding-top: 50px
}

.yan-menu .DIL a {
    display: inline-block;
    padding: 5px;
}

.yan-menu .DIL .acdil {
    font-weight: 800;
}



.yan-menu .menu_item {
    display: block;
    position: relative;

    vertical-align: middle;
}

.yan-menu .menu_selection {
    margin: 0;
    width: 100%;
    display: none;
    z-index: 1;
    color: #272727;
}

.yan-menu .menu_selection li {}

.yan-menu .menu_top_nav a {
    color: var(--beyaz);
    line-height: 40px;
    font-size: 22px;

    display: table;
    width: 100%;
}

.yan-menu .menu_top_nav a:hover {}

.yan-menu .menu_top_nav i {
    line-height: 30px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.yan-menu .sub-menu {
    width: 100%;
}

.yan-menu .sub-menu .menu_top_nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.border-1 {
    border: 1px solid #f2f2f2;
}

.sol-menu {}

.sol-menu a {
    line-height: 40px;
    color: #272727
}




.ff-text .max-700 {
    padding: 50px;
}

.ff-text img {
    border-radius: 10px;
}

@media screen and (max-width: 1000px) {
    .ff-text .max-700 {
        padding: 0px;
    }
}



/***animation: gradient 15s ease infinite; background-size: 400% 400%;***/
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg-none {
    background: none;
    background-color: #0076ae;
}


.black-bg {}

.bg-mavi {
    background-color: #228ae6 !important;
}







.WP-NEW {
    position: fixed;
    z-index: 2000;
    background: var(--birinci-renk);
    color: var(--beyaz);
    width: 50px;
    font-size: 28px;
    text-align: center;
}

.WP-NEW i {
    line-height: 50px;
    width: 100%;
    border-radius: 40px;
}

.WP-NEW>i:hover {
    cursor: pointer;
    background: #272727
}

.ikon-buton {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: none
}

.ikon-buton i {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 9px
}

.ikon-buton .i-1 {
    background: #49e670;
}

.ikon-buton .i-2 {
    background: #03e78b;
}

.ikon-buton .i-3 {
    background: #03e78b;
}



.ikon-buton i:hover {
    background: #272727;
    cursor: pointer
}



@media screen and (max-width: 1000px) {
    .BAR {
        display: none;
    }

    .PH-FIX,
    .WP-FIX,
    .MENU-M,

    /**:first-child {  color: lime;} **/
}

@media screen and (max-width: 1400px) {}

.IMG-BANNER {
    background: #2355a1;
    color: var(--beyaz);
}

.IMG-BANNER>div {
    padding: 10px 0px;
}

.IMG-BANNER>div i {
    line-height: 40px;
    width: 100%;
    font-size: 30px;
}

.tepe-arama {
    position: relative;
    z-index: 0;
}

.tepe-arama button {
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 10px;
    background: none;
    outline: none;
    border: none
}

.tepe-arama button:hover {
    cursor: pointer;
    color: #ccc;
}

.DARSLIDER {
    position: relative;
    z-index: 0;
}

.anasayfa .DARSLIDER .li:after {
    width: 100%;
    height: 50%;


    position: absolute;
    content: '';
    display: table;
    left: 0;
    top: 0;


    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 78, 150, 1) 100%);



}


.DARSLIDER .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
    z-index: 9999;
}

.DARSLIDER .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 10px;

    margin: 2px;
    border-radius: 100px;
    background: #fff;
    opacity: 0.3;
}

.DARSLIDER .owl-dots .active {
    opacity: 1;
}

.DARSLIDER .li {
    position: relative;
    z-index: 1
}

.DARSLIDER .li .text a {
    display: inline-block;
    color: var(--beyaz);
    background: var(--birinci-renk);

    padding: 9px 25px;
    margin-top: 15px;
    margin-right: 9px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

.DARSLIDER .li .text a:hover {
    opacity: 0.5
}

.DARSLIDER .li .text>div {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}


.DARSLIDER video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #004A93;
    object-fit: cover;
    z-index: -1;

}





.DARSLIDER .li .text h2 {
    opacity: 0;
    padding: 0px 0px;
    font-weight: 100;

    font-size: 36px
}

.DARSLIDER .li .text p {
    font-size: 16px;
    font-weight: 200;
    opacity: 0;
    padding: 0px 0px;
}

.DARSLIDER .li .text img {
    left: auto;
    top: auto;
    right: auto;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .DARSLIDER .li .text h2 {
        font-size: 22px;
    }

    .DARSLIDER .li .text p {
        font-size: 16px;
    }

    .DARSLIDER .li .text br {
        display: none;
    }

    .DARSLIDER .li .text {
        text-align: center;
    }

    .DARSLIDER .li .text img {
        width: 80% !important;
        height: auto !important;
    }

}




.DARSLIDER .text {
    position: absolute;
    bottom: 0px;
    z-index: 5;
    box-sizing: border-box;

    width: 100%;
    height: 100%;
}

.all-bounce {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 50px;
    right: 0px;
    z-index: 3;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
}

.all-bounce .box {
    width: 80px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.all-bounce .box .box-fx {
    text-align: center;
    background-color: var(--beyaz);
    transform-origin: center;
    border-radius: 500px;
    z-index: 60;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.all-bounce .box .box-fx i {
    line-height: 60px;
    font-size: 30px;
    color: var(--beyaz);
    font-weight: normal
}

.all-bounce .box .box-1 {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-color: var(--beyaz);
    transform-origin: center;
    border-radius: 500px;
    z-index: 20;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0;
    margin-top: 0;
}

.all-bounce .box .box-2 {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: var(--beyaz);
    transform-origin: center;
    border-radius: 500px;
    z-index: 30;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0;
    margin-top: 0;
}

.all-bounce .box .bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        width: 0px;
        height: 0px;
    }

    80% {
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }

    100% {
        opacity: 0
    }
}


.DARSLIDER .text-ust {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.DARSLIDER .text-orta {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.DARSLIDER .text-alt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.DARSLIDER .ekrana {
    height: 100vh;
    object-fit: cover;
}

.DARSLIDER .ekrana img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: cover;
}

.DARSLIDER .active .text h2:nth-of-type(1) {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.DARSLIDER .active .text h2:nth-of-type(2) {
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.DARSLIDER .active .text h2:nth-of-type(3) {
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}



.DARSLIDER .slider-met {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

.DARSLIDER .slider-met>row {
    display: inline-block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.DARSLIDER .slider-met ul {
    margin: 0;
    padding: 0;
}

.DARSLIDER .slider-met ul li {
    display: inline-block;
    padding: 30px;
    font-size: 18px;
    list-style: 30px;
}

.DARSLIDER .slider-met ul li i {
    font-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}

.DARSLIDER .slider-met ul {
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: data-2;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.DARSLIDER .active .slider-met ul {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.DARSLIDER .active .slider-met img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.DARSLIDER .active .slider-svg img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.DARSLIDER .active .text p {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: data-2;
    animation-timing-function: ease;
    animation-fill-mode: both;
}


.DARSLIDER .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 50%;
    height: 1px;
    left: 0px;
    text-align: center;
    z-index: 9999;
    display: block;
}

.DARSLIDER .owl-carousel .owl-prev {
    position: absolute;
    left: 20px;
    bottom: 0%;
}

.DARSLIDER .owl-carousel .owl-next {
    position: absolute;
    right: 20px;
    bottom: 0%;
}

.DARSLIDER .owl-carousel .owl-nav i {
    display: inline-block;
    margin: 2px;
    color: var(--beyaz);
    font-size: 35px;
}

.DARSLIDER .mask {
    position: absolute;
    z-index: 500;
    width: 100%;
    bottom: 0;
}

.DARSLIDER .mask img {
    width: 100%;
    height: auto;
}

.DARSLIDER .menuslider {
    position: absolute;
    width: 300px;
    bottom: 0;
    padding-bottom: 50px;
    right: calc((100% - 1500px) / 2);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(6px);
    filter: none;
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: 0px -30px 50px rgba(0, 0, 0, 0.1);
    display: none;
}

.DARSLIDER .menuslider>div {
    width: 100%;
}

.DARSLIDER .menuslider a {
    display: inline-block;
    width: 100%;
    padding: 7px 15px;
    color: var(--birinci-renk);
    transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
}

.DARSLIDER .menuslider a:hover {
    background: var(--birinci-renk);
    color: var(--beyaz);
}

.DARSLIDER .menuslider a i {
    display: inline-block;
    padding-right: 20px;
}

@media screen and (max-width: 1000px) {
    .DARSLIDER .mask {
        display: none;
    }
}

.anasayfa .DARSLIDER:afterxxxxx {
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    content: '';
    display: inline-table;
    position: absolute;
    z-index: 100;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 29%, rgba(52, 133, 117, 0) 100%);
}



.anasayfa .DARSLIDER .owl-carousel {
    position: relative;
    z-index: 90;
}




.en-bilgi-bar {
    background: #f5f5f5;
    color: #183d65;
}

.en-bilgi-bar ul {
    margin: 0;
    padding: 10px 0px;
    float: right;
    margin: 0;
}

.en-bilgi-bar ul li {
    display: inline-block;
    font-size: 13px;
    padding-left: 55px;
    position: relative;
}

.en-bilgi-bar ul li i {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 5px;
    top: 0px;
    background: var(--birinci-renk);
    color: var(--beyaz);
    text-align: center;
    border-radius: 30px;
}

.en-bilgi-bar ul li strong {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.logo-1 {
    position: relative;
    z-index: 0;
}

.logo-1 .image {
    position: relative;
    z-index: 0;
    filter: grayscale(100%);
}

.logo-1:after {
    content: '';
    display: inline-table;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(52, 133, 117);
    background: radial-gradient(circle, rgba(52, 133, 117, 0) 34%, rgba(0, 0, 0, 0.2) 100%);
    transition: .5s;
}

.logo-1:hover:after {
    opacity: 0;
}

.rand_efek .active:after {
    opacity: 0;
}

.logo-1:hover .image {
    filter: grayscale(0%);
}

.rand_efek .active .image {
    filter: grayscale(0%);
}


.w-content {
    padding: 0px 6%;
}

.home-slider {
    padding: 0px 6%;
}

.home-slider .DARSLIDER {
    border-radius: 8px;
    overflow: hidden;
}

.form-bg {
    background: #eef3fb;
    border-radius: 8px;
    overflow: hidden;
}

._tablo {}

.paket-header {
    border: 1px solid #ccc;
    border-left: none;
    padding: 4px;
    border-bottom: none;
}

.paket-header:first-child {
    border-left: 1px solid #ccc;
    border-top-left-radius: 8px;
}

.paket-header:last-child {
    border-top-right-radius: 8px;
}

.paket-header a {
    display: inline-block;
    background: var(--color);
    color: var(--beyaz);
    padding: 4px 10px;
    border-radius: 60px;
    font-size: 12px;
}

.paket-header a:hover {
    background: #0076ae;
}

.paket-header span {
    display: inline-block;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.paket-baslik {
    background: #eef3fb;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 600;

}

.paket-icerik {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.paket_s_baslik {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.paket_s_icerik {
    font-size: 12px;
    color: #888;
}

.yesil-ch {
    color: #11c96c;
}

.kirmizi-ch {
    color: #cc1616;
}

.turuncu-ch {
    color: #f5b812;
}

.tr-bottom {
    border-bottom: 1px solid #ddd;
}

.fake-tablo {
    border-right: 1px solid #ddd;
}

.align-items-s {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.align-items-s>div {
    width: 100%;
}

.align-items-c {
    display: flex;
    align-items: center
}

.align-items-c>div {
    width: 100%;
}

.flex-content-2 {
    display: flex;
    align-content: stretch;
    align-items: center;
}

.flex-content-2>div {
    width: 100%;
}

.tab_text h2 {
    font-weight: 300;
    font-size: 29px;
    padding-bottom: 15px;
}

.tab_text p {
    color: #888
}

.ikon-box {
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
}

.ikon-box img {
    width: 100px;
    height: 100px;
}

.ikon-box p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px;
}

.ikon-box:hover {
    cursor: pointer;
}


.aktif-tab {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}












.test-1 {
    background-color: crimson;
}

.test-2 {
    background-color: rgb(6, 250, 238);
}

.CAROUSEL {
    width: 100%;
    overflow: hidden;
}

.CAROUSEL .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: block
}

.CAROUSEL .owl-nav i {
    padding: 10px;
    color: #272727;

    margin: 0px;
    font-size: 18px;
}

.CAROUSEL .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0px;
    text-align: center;
    z-index: 9999;
    display: none;
}

.CAROUSEL .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #272727;
    margin: 2px;
    border-radius: 100px
}

.CAROUSEL .owl-dots .active {
    background: #272727;
}

.YORUMCS {}

.YORUMCS .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: none
}

.YORUMCS .owl-nav i {
    padding: 10px;
    color: #272727;
    background: #fff;
    margin: 0px
}

.YORUMCS .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0px;
    text-align: center;
    z-index: 9999;
}

.YORUMCS .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #272727;
    margin: 2px;
    border-radius: 100px
}

.YORUMCS .owl-dots .active {
    background: #272727;
}

.yorum-post .yorum-user {
    font-size: 16px;
    color: #666;
}

.yorum-post .yorum-klinik-2 {
    color: #1aba9a;
}

.yorum-post .yorum-text {
    font-size: 15px;
    line-height: 33px;
    color: #909090;
}

.yorum-post .yorum-tarih {
    color: #909090;
}

.yorum-post .yorum-tarih i {
    color: #1aba9a;
    padding-left: 30px
}

@keyframes data-1 {
    0% {
        transform: translate(0px, -50px);
        opacity: 0
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

@keyframes data-2 {
    0% {
        transform: translate(0, 100px);
        opacity: 0
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

.instagram-content {
    padding: 20px 0px
}

.gliste {}

.gliste .li {
    line-height: 40px;
    background: #fff;
    padding: 0px 15px;
    margin-bottom: 9px;
}

.gliste .li i {
    float: right;
    line-height: 40px;
}

.gliste .li:hover {
    background: #f6f6f6
}

.K-HOME {}

.K-HOME .li {}

.K-HOME .li .baslik {
    font-size: 13px;
    padding: 15px 10px;
}

.K-HOME .li .baslik:hover {
    background: #272727;
    color: var(--beyaz);
}

@media screen and (max-width: 1000px) {
    .K-HOME {
        display: none
    }
}

.text-box h2 {
    font-weight: 400;
}

.text-box p {
    padding-top: 4px;
}

.form-kapsa {
    background-color: #004e9c;
}



.liste-5 {
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.liste-5:hover {
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.3);
}


.liste-5 .text h3 {
    line-height: 19px;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
    color: var(--color);
}

.liste-5 .text p {
    line-height: 29px;
    font-size: 14px;
}





.renkli-1 {
    background: #fff;
    border-radius: 20px;
    box-shadow: -10px 10px 30px rgba(220, 232, 244, 1);
    overflow: hidden;
    text-align: center;
    padding: 50px 0px
}

.renkli-1 img {
    width: 150px;
}

.renkli-1 .text h2 {
    color: #7c8a96;
    font-size: 18px;
}

.renkli-1 .text p {
    color: #7c8a96;
    font-size: 15px;
    line-height: 22px
}

.serbest-form {
    max-width: 450px;
    position: absolute;
    left: 50%;
    top: 120px;
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    box-shadow: -10px 10px 30px rgba(220, 232, 244, 1);
}

.div-buton {
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    padding: 0px 20px;
    min-width: 240px;
    background: #272727;
    color: var(--beyaz);
    border: none;
    outline: none;
}

.div-buton:hover {
    background: #004A93;
    cursor: pointer;
}

.a-buton {
    display: inline-block;
    color: #272727;
    border: 1px solid #272727;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
}

.a-buton i {
    margin-right: 6px
}

.a-buton:hover {
    cursor: pointer;
    background: #f2f2f2
}

.a-buton-2 {
    line-height: 30px;
    display: inline-block;
    padding: 0px 0px;
    color: #71B62C;
    border: none;
    outline: none;
    font-size: 15px;
    text-decoration: underline;
}

.a-buton-2:hover {
    color: #004A93;
    cursor: pointer;
}

.a-buton-3 {
    display: inline-block;
    color: var(--beyaz);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    background: #0dc143;
}

.a-buton-3 i {
    margin-right: 6px
}

.a-buton-3:hover {
    cursor: pointer;
    background: #272727
}

.div-buton-tam {
    line-height: 50px;
    padding: 0px 0px;
    background: #272727;
    color: var(--beyaz);
    border: none;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0px
}

.div-buton-tam:hover {
    background: #404040;
    cursor: pointer;
}

.div-buton-tam-2 {
    padding: 0px 25px;
    background: #C41114;
    color: var(--beyaz);
    border: none;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0px;
    display: inline-block;
}

.div-buton-tam-2:hover {
    background: #272727;
    cursor: pointer;
}

.lg-menu-sol {
    position: relative;
    z-index: 2000;

}

.lg-menu-sol .title {
    font-size: 16px;
    padding-left: 30px;
    padding-bottom: 20px;
    font-weight: 600;
}

.lg-menu-sol a {
    display: inline-table;
    width: 100%;
    padding: 8px 0px 8px 30px;
    font-size: 14px;
    color: #183d65;
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;




    border-bottom: 1px solid #f5f5f5;

}


.lg-menu-sol a i {
    color: #ccc;
    position: absolute;
    right: 20px;
    bottom: 14px;
}

.lg-menu-sol .secili {
    border-left: 5px solid var(--birinci-renk);
}

.lg-menu-sol .secili i {
    color: var(--birinci-renk);
}


.lg-menu-sol a:hover i {
    color: #272727;
}

.lg-menu-sol a:hover {}

.lg-menu-sol h2 {}

.lg-menu-sol .lb {
    font-size: 13px;
    opacity: 0.3;
}




.rev-img {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

* {
    box-sizing: border-box;
}

.kapakvar {
    width: 100%;
    position: relative;
    z-index: -1;
}

.kapakvar img {
    width: 100%;
}

.kapakvar-fix {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.kapakvar-fix img {
    width: 100%;
}

.kapakvar-min img {
    height: 110px;
    object-fit: cover;
}

.TXT-HEADER {
    background: #f2f2f2;
    height: 250px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.TXT-HEADER .opafont {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    font-size: 250px;
    color: #8E8E8E;
    opacity: 0.2
}

.TXT-HEADER .content {
    position: relative;
    z-index: 10;
}

.megan-lg {}


.liste-9 {}

.liste-9 a {
    color: #999;
    padding: 5px 0px;
    ;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.liste-9 a:hover {
    color: var(--birinci-renk);
}

.liste-9 img {
    border-radius: 6px;
}

.liste-9 h3 {
    color: var(--birinci-renk);
}






.fullkutu {
    background: #f2f2f2
}

.fullkutu a {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 15px;
    border-radius: 6px;
    color: var(--beyaz);
    background: var(--color);
}

.fullkutu a:hover {
    background: #272727;
    color: var(--beyaz);
}


.urunler-content {}

.urun {
    position: relative;
    z-index: 0;

    color: #183d65;

    transition: 0.5s;
    padding: 30px;

    margin: 10px;


}

.urun .isim {
    font-size: 13px;
    padding: 6px 0px;
    font-weight: 600;


}

.urun .text {
    padding: 10px 0px;
    position: relative;
    z-index: 1;

}



.urun .buton {
    line-height: 35px;
    font-size: 14px;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 8px;
    background: rgb(103, 0, 1);
    background: linear-gradient(346deg, rgba(103, 0, 1, 1) 0%, rgba(237, 20, 20, 1) 100%);
    color: var(--beyaz);
}

.urun:hover .buton {
    background: #272727;
    color: var(--beyaz);
}

.urun .kategori {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;

}

.urun .img-kare {}




.urun .fiyat {
    padding: 9px 0px
}

.urun .ciz {
    color: #888
}

.urun .ikonlar {
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 15;
    width: 35px;
}

.urun .ikonlar i {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    background: #2cbdb0;
    color: var(--beyaz);
    font-size: 18px;
    text-align: center;
    border-radius: 50px
}

.urun .img-hd {
    border-bottom: 1px solid #e6e6e6
}

.urun .image_1 {
    z-index: 10;
}

.urun .image_2 {
    z-index: 5;
}

.urun:hover .image_2 {
    z-index: 15
}

.urun .miniindirim {
    position: absolute;
    z-index: 60;
    top: 10px;
    left: 10px;
    padding: 3px;
    color: var(--beyaz);
    background: #d52929;
    text-align: center;
}

.urun .miniindirim .lg-1 {
    font-size: 18px;
    font-weight: 600;
}

.urun .miniindirim .lg-2 {
    font-size: 11px;
}

.urun .yeni {
    position: absolute;
    z-index: 60;
    top: 10px;
    right: 10px;
    padding: 3px;
    color: var(--beyaz);
    background: #d52929;
    text-align: center;
    font-size: 11px;
}

.yenisezon .yeni {
    display: inline-block;
    padding: 3px;
    color: var(--beyaz);
    background: #d52929;
    text-align: center;
    font-size: 11px;
}

.yenisezon strong {
    color: #006ab5;
}

.alt-bar {
    background: #272727;
    height: 70px;
}

.ALT-BANNER {}

.ALT-BANNER .IN li {
    width: calc(100% / 2 - 10px);
    float: left;
    padding: 10px 10px;
    margin: 5px;
}

.ALT-BANNER .IN li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.ALT-BANNER .IN li h2 {
    font-size: 16px;
    padding: 4px 0px
}

@media screen and (max-width: 1000px) {
    .ALT-BANNER .IN li {
        width: calc(100% / 1 - 0px);
        float: left;
        padding: 10px 0px;
        margin: 0px;
    }

    .ALT-BANNER .IN li img {
        width: 100%;
        height: 190px;
    }
}

.GALERI-img {
    padding: 15px;
}

.GALERI-img .img-li {
    width: calc(100% / 4);
    float: left;
    padding: 10px;
}

.GALERI-img .img-li img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.GALERI-img .img-li:hover {
    cursor: pointer
}

@media screen and (max-width: 1000px) {
    .GALERI-img .img-li {
        width: calc(100% / 1);
    }
}

.no-border {
    border: none !important;
}

.li-table {
    padding: 30px 0px
}

.li-table .li-tr {}

.li-table .li-tr .li-td {
    padding: 8px 0px;
}

.li-table .li-tr .li-td span {
    color: #DD0306
}

.li-table .li-tr .fiyat {
    font-size: 38px;
}

.profil-kart {
    background: #fff;
    border-radius: 10px;
    box-shadow: -10px 10px 30px rgba(220, 232, 244, 1);
    overflow: hidden;
    text-align: center;
}

.randevu {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: rgb(37, 66, 100);
    background: linear-gradient(90deg, rgba(37, 66, 100, 1) 50%, rgb(245, 245, 245) 50%);
}

.form-st-1 .form_text {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    height: 45px;
    padding: 0px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    font-weight: 400;
}

.form-st-1 .form_text:focus {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(7, 236, 156, 0.4);
}

.form-st-1 .form_select {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    height: 45px;
    padding: 0px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    font-weight: 400;
}

.form-st-1 .form_select:focus {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(7, 236, 156, 0.4);
}

.form-st-1 .form_textarea {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    height: 95px;
    padding: 20px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    font-weight: 400;
}

.form-st-1 .form_textarea:focus {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(7, 236, 156, 0.4);
}

.form-st-1 .btn {
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    border: none
}

.form-st-1 .label {
    height: 35px;
    line-height: 35px;
    color: #272727;
    font-weight: 400;
    font-size: 14px;
}

.buton-grup .btn-tema {
    background: var(--clr-11);
    color: var(--beyaz);
}

.buton-grup .btn-tema:hover {
    background: #272727;
    color: var(--beyaz);
}

.buton-grup .btn-tema-border {
    border: 1px solid #272727;
    color: #272727;
}

.buton-grup .btn-tema-border:hover {
    background: #272727;
    color: var(--beyaz);
}

.buton-grup .btn-tema-color {
    color: #272727;
}

.buton-grup .btn-tema-color:hover {
    background: #313131;
    color: var(--beyaz);
}




.buton-grup .btn-tema-2 {
 
    background: none;
    border: none;
    color:  #fff;
}

.buton-grup .btn-tema-2:hover {
 
    background: #253890; color: #fff;
}

.buton-grup .btn-tema-2-border {
    border: 1px solid var(--birinci-renk);
    color: var(--birinci-renk);
}

.buton-grup .btn-tema-2-border:hover {
    background: var(--birinci-renk);
    color: var(--beyaz);
}

.buton-grup .btn-tema-2-color {
    color: var(--birinci-renk);
}

.buton-grup .btn-tema-2-color:hover {
    color: var(--ikinci-renk);
}


ul.ACILIRTAB {
    padding: 20px 0px
}

ul.ACILIRTAB li {
    margin-bottom: 15px;
    position: relative;
}

ul.ACILIRTAB li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 28px;
}

ul.ACILIRTAB li h2:hover {
    cursor: pointer;
}

ul.ACILIRTAB li h2 {
    padding: 0px;
    margin: 0;
    color: #494949;
    font-size: 20px;
}

ul.ACILIRTAB li .li {
    color: #777;
    padding: 30px 0px;
    display: none;
}

ul.ACILIRTAB li .li p {
    line-height: 30px;
}

ul.ACILIRTAB li:first-child .li {}

ul.ACILIRTAB .active .li {
    display: block;
}

@media screen and (max-width: 1000px) {
    ul.ACILIRTAB li h2 {
        padding: 0px 40px 0px 0px;
        margin: 0;
        color: #494949;
        font-size: 18px
    }
}

.UYELIK {
    padding: 0px 0px;
    position: relative;
}

.UYELIK .IN {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
    background: #fff
}



.shadow-2 {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1)
}

.lg-blog {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.lg-blog h3 {
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: #ccc;
    font-weight: 400;
}

.lg-blog h2 {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    color: #666;
    font-weight: 400;
}

.lg-blog p {
    font-size: 14px;
    padding: 0px 0px;
    color: #404040;
    margin: 0px;
    opacity: 0.5;
}

.lg-blog .ikon {
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    transition: .5s;
    color: var(--beyaz);
    background: var(--color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
}

.lg-blog:hover .ikon {
    right: 10px;
}

.lg-blog a {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    background: var(--color);
    color: var(--beyaz);
}

.blog-content {
    background: #fff;
    margin-left: 400px;
    box-shadow: -10px 10px 30px rgba(220, 232, 244, 1);
    border-radius: 10px
}

@media screen and (max-width: 1000px) {
    .blog-content {
        background: #fff;
        margin-left: 0px;
        box-shadow: -10px 10px 30px rgba(220, 232, 244, 0);
        border-radius: 10px
    }
}

.blog-post {
    position: relative;
    z-index: 0;
}

.content-relative {
    position: relative;
    z-index: 10;
}

.bg-beyaz {
    background: #fff;
}

.li-tab {
    text-align: center
}

.li-tab .li {
    padding: 10px 20px;
    display: inline-block;
    color: #272727;
    border-bottom: 5px solid #f6f6f6;
}

.li-tab .li i {
    padding-right: 8px
}

.li-tab .aktif {
    border-bottom: 5px solid #272727;
}

.li-tab .li:hover {
    cursor: pointer;
    border-bottom: 5px solid #ccc;
}

.li-tab-icerik {}

@media screen and (max-width: 1000px) {
    .UYELIK .IN {
        width: 100%;
        padding: 40px 0px;
    }

    .li-tab-icerik {
        padding: 50px 0px
    }

    .UYELIK .BG {
        display: none
    }

    .li-tab .li {
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        color: #272727;
        border-bottom: 5px solid #f6f6f6;
        text-align: left;
    }

    .UYELIK .UYEFORM {
        max-width: 500px;
        margin: 0 auto;
        padding: 0px 30px
    }

    .li-tab {
        padding: 30px
    }

    .mb1 {
        width: 70% !important;
    }

    .mb2,
    .mb3 {
        display: none
    }
}

.li-tab-1 {}

.li-tab-1 .li {
    padding: 20px 0px;
    float: left;
    color: #999;
    text-align: center;
    width: calc(100% / 3);
}

.li-tab-1 .li span {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 10px;
}

.li-tab-1 .aktif {
    background: #fff;
    color: #272727
}

.li-tab-1 .li:hover {}

.li-tab-1-icerik {
    padding: 50px;
    background: #fff;
}

.login-menu-design {
    border-right: 1px solid #f2f2f2;
}

.login-menu .btn {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    padding: 0px 10px;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.login-menu .btn i {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 16px;
    border-radius: 60px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f2f2f2
}

.login-menu .btn:hover {
    background: #f2f2f2;
}

.uye-info {
    padding: 30px 0px;
}

.uye-info img {
    width: 150px;
    height: 150px;
    border-radius: 600px;
}

.buton-grup .btn {
    display: inline-block;
    line-height: 50px;
    padding: 0px 12px;
    margin-bottom: 4px;
    border-radius: 4px;
    letter-spacing: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.buton-grup .btn i {
    padding-right: 4px
}



.buton-grup .btn i {
    padding-right: 4px
}



.buton-grup .btn:hover {
    cursor: pointer
}

.buton-grup .btn-7 {
    background: var(--color);
    color: var(--beyaz);
}

.buton-grup .btn-7:hover {
    background: #272727;
}

.buton-grup .btn-7-border {
    border: 1px solid var(--color);
    color: var(--color);
}

.buton-grup .btn-7-border:hover {
    background: var(--color);
    color: var(--beyaz);
}

.buton-grup .btn-7-color {
    color: var(--color);
}

.buton-grup .btn-7-color:hover {
    background: var(--color);
    color: var(--beyaz);
}

ul.ultablist {
    list-style: none;
    padding: 60px 0px;
    max-width: 1200px;
    margin: 0 auto
}

ul.ultablist li {
    padding: 0px 0px;
    font-size: 16px;
}



.ul-tab {
    border-bottom: 1px solid #f2f2f2;
}

.ul-tab>.li {
    line-height: 35px;
    float: left;
    border-bottom: 5px solid #fff;
    margin-right: 5px;
    padding: 0px 50px;
    font-size: 14px;
    font-weight: 600;
    color: #183d65;
}

.ul-tab>.li:hover {
    cursor: pointer;
    border-bottom: 5px solid #71B62C;
}

.ul-tab>.active {
    border-bottom: 5px solid #71B62C;
}

.tab-content {}

.tab-content>.li {
    display: none;
}

.tab-content>.li:first-child {
    display: block;
}


.puanlamasoru {
    background: #1aba9a;
}







.al-checkbox {
    font-size: 14px;
    line-height: 25px
}

.image-text-banner {
    width: 100%;
}

.alt-bg {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.alt-bg .alt-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0px;
}

.alt-bg .alt-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover
}

.ikon-yazi {
    position: relative;
    z-index: 0;
    padding-left: 60px;
}

.ikon-yazi h3 {
    color: #555;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 0px
}

.ikon-yazi p {
    color: #555;
    font-size: 13px;
    line-height: 22px;
}

.ikon-yazi i {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 36px;
    color: var(--color)
}

.outdoor {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    background: #fff;
    border-radius: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.outdoor i {
    font-size: 45px;
    padding-top: 30px
}

.outdoor .p {
    font-size: 15px;
}

.outdoor .link {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.bildiri {
    padding: 40px 30px;
    color: var(--beyaz);
    background: #272727;
    margin-top: 10px;
    border-radius: 10px;
}

.bildiri h1 {
    font-size: 25px;
    font-weight: 800;
}

.bildiri a {
    display: inline-block;
    background: #fff;
    color: #272727;
    padding: 8px 15px;
    margin-top: 15px;
}

.bosheader {
    background: var(--color);
    height: 50px;
}

.framehet {
    width: 100%;
    position: relative;
    overflow: auto;
    height: calc(100vh - 140px)
}

@media screen and (max-width: 1000px) {
    .bosheader {
        background: #2b2a2a;
        height: 1px;
    }
}

.article {}

.article h1 {
    padding: 8px 0px;
    font-weight: 300;
}

.article h2 {
    padding: 8px 0px
}

.article p {
    padding: 8px 0px;
    font-size: 15px
}

.article ul {
    margin: 0px;
    padding: 20px;
}

.article ul li {
    list-style: disc;
    padding: 6px 0px;
    font-size: 15px
}

.article h3 {}

.article ol li {
    padding: 6px 0px 6px 50px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
    background-image: url("info.png");
    background-repeat: no-repeat;
    background-position: 0px 15px;
    background-size: 30px;
}

.article-x {}

.article-x h1 {
    padding: 8px 0px;
    font-size: 22px;
}

.article-x h2 {
    padding: 8px 0px;
    font-size: 18px;
}

.article-x p {
    padding: 8px 0px;
    font-size: 15px;
}

.article-x ul {
    margin: 0px;
    padding: 20px;
}

.article-x ul li {
    list-style: disc;
    padding: 6px 0px
}

.article-2x {}

.article-2x h1 {
    padding: 8px 0px;
    font-size: 29px;
}

.article-2x h2 {
    padding: 8px 0px;
    font-size: 25px;
}

.article-2x p {
    padding: 8px 0px;
    font-size: 18px;
}

.article-2x ul {
    margin: 0px;
    padding: 20px;
}

.article-2x ul li {
    list-style: disc;
    padding: 6px 0px
}

.article-xs {}

.article-xs h1 {
    padding: 8px 0px;
    font-size: 36px;
    font-weight: 200;
}

.article-xs h2 {
    padding: 8px 0px;
    font-size: 36px;
    font-weight: 200;
}

.article-xs p {
    padding: 8px 0px;
    font-size: 15px;
    letter-spacing: 0px
}

.article-xs ul {
    margin: 0px;
    padding: 20px;
}

.article-xs ul li {
    list-style: disc;
    padding: 6px 0px
}

@media screen and (max-width: 1000px) {
    .article-xs h1 {
        padding: 8px 0px;
        font-size: 22px;
        font-weight: 200;
    }

    .article-xs h2 {
        padding: 8px 0px;
        font-size: 22px;
        font-weight: 200;
    }

    .article-xs br {
        display: none;
    }
}

.makale h1 {}

.makale h2 {}

.makale p {}



.box-img a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    background: #2727270cc;
    color: var(--beyaz);
    margin-top: 5px;
}

.box-img a:hover {
    background: #fff;
    color: #272727;
}

.tema-text h1 {}

.tema-text h2 {}

.tema-text p {
    color: var(--ucuncu-renk);
}

.log-max {
    max-width: 400px;
    margin: 0 auto;
}


.box-flex {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    width: 100%;
}

.sticky-content-wrapper {
    position: relative;
}

.sticky-heading {
    position: sticky;
}

.more-buton {
     
    padding: 5px 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: var(--clr-2);
    color: #fff;
    font-size: 13px;
 
}

.more-buton:hover {
    background: var(--ikinci-renk);
    color: var(--beyaz);
}

.more-buton-2 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 9px;
    background: var(--beyaz);
    color: var(--birinci-renk);

}

.more-buton-2:hover {

    opacity: 0.6;

}










.image-text-banner-2 a {
    display: inline-block;
    padding: 6px 15px;
    background: var(--birinci-renk);
    color: var(--beyaz);
    border-radius: 4px;
    margin-top: 10px;
}

.image-text-banner-2 span {
    font-weight: 100;
}

.border-hover {
    border: 1px solid #ddd;
    margin-bottom: 5px
}

.border-hover:hover {
    background: #f5f5f5;
}

.profil-60 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.bg-line {
    position: relative;
    z-index: 0;
}

.bg-line .ln-1 {
    position: relative;
    z-index: 20
}

.bg-line .ln-2 {
    position: absolute;
    z-index: 0;
    width: 220px;
    height: 220px;
    border-radius: 150px;
    right: 10%;
    top: 10%;
    background: #f2f2f2;
}

.BANNER {
    background: #fff;
    color: #272727
}

.BANNER h2 {
    padding: 6px 0px;
    letter-spacing: -1px;
    font-size: 30px
}

.BANNER p {
    padding: 6px 0px;
}

.BANNER .content {
    position: relative;
    z-index: 0
}

.BANNER a {
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
    background: #272727;
    color: var(--beyaz);
    padding: 6px 15px;
    border-radius: 6px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1)
}

.BANNER a:hover {
    background: #272727;
    color: var(--beyaz);
}

.cok-link {}

.cok-link a {
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    color: #272727;
}

.cok-link a:hover {
    text-decoration: underline
}

.cok-link i {
    padding-right: 9px;
}

.cok-link .ikonu {
    color: #11c96c
}

.BANNER-3 {
    background: var(--color);
    color: var(--beyaz);
    position: relative;
}

.BANNER-3 .text {
    position: relative;
    z-index: 5000
}

.BANNER-3 .text a {
    display: inline-block;
    background: var(--color);
    color: var(--beyaz);
    padding: 6px 15px;
    border-radius: 6px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1)
}

.BANNER-3 .text a:hover {
    background: #ccc;
    color: #272727;
}

.BANNER-3 p {
    padding: 6px 0px;
}

.NEREDEYIM {
    background: #f2f2f2
}

.NEREDEYIM .IN {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
}

.lg-list h3 {}

.lg-list .description {}

.lg-list:hover {
    background: #f5f5f5
}

.ABONEOL {

    padding: 60px 0px;
    overflow: hidden;

}


.sayfala  { }
.sayfala a { display: inline-block; padding: 4px 15px; background: #f5f5f5; font-size: 14px; line-height: 25px; border-radius: 4px; }
.sayfala a.secili { background:var(--birinci-renk); color: var(--beyaz); }

.footer {
    background: #f0edff;
    color: var(--ucuncu-renk);
    padding: 50px 0px;
    overflow: hidden;
}


.footer i {
    color: var(--birinci-renk);
    font-size: 26px;
    display: inline-block; padding: 0px 6px;
    margin-top: 20px;
}
.footer i:hover { color:var(--ikinci-renk) ;}

.footer  h2 {
    font-size: 19px;
    padding-bottom: 15px;
}

.footer .ul-menu li {
    line-height: 32px;
    letter-spacing: -0.5px;
    font-size: 14px;
}

.footer .ul-menu li a {
    color: var(--ucuncu-renk);
}

.footer .ul-menu li a:hover {
    text-decoration: underline
}


.footer-link a {
    display: inline-block;
    padding: 6px 7px;
    font-size: 13px;
    color: #272727;
    letter-spacing: 1px;

}

.footer-link a:hover {
    opacity: 0.5;
    text-decoration: underline;
}


.e-bulten {


    background: #eff7ff;
    color: #183d65;
}

.e-bulten h2 {
    padding-bottom: 15px;
}


.e-bulten-2 {

    color: var(--beyaz);
}

.e-bulten-2 h2 {}



.bultenform {
    position: relative;


}

.bultenform .MA {
    width: calc(100% - 0px);
    border: none;

    outline: none;
    padding: 0px 15px;
    height: 50px;

    border-radius: 4px;
    color: #183d65;
    border: 1px solid #ccc;
    background: #fff;

}

.bultenform .MG {
    text-align: center;
    background: none;
    background: none;
    border-radius: 4px;
    border: none;

    padding: 0px 10px;
    line-height: 50px;
    height: 50px;
    background: var(--birinci-renk);

}

.bultenform .MG i {
    font-size: 25px;
    line-height: 50px;
    color: var(--beyaz);

}

.bultenform .MG:hover {
    cursor: pointer;
    color: #ccc;
}

.ABONEOL .footer_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    object-fit: contain
}

@media screen and (max-width: 1000px) {
    .ABONEOL {
        margin: 20px;
        border-radius: 15px;
    }
}

.PAGEBANNER {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.PAGEBANNER .IN {
    max-width: 1200px;
    margin: 0 auto
}

.PAGEBANNER .IN h1 {
    line-height: 350px;
    font-size: 28px;
    font-weight: 300;
}

.SOSYALMEDYA i {
    line-height: 40px;
    font-size: 20px;
    color: var(--beyaz);
}

.SOSYALMEDYA a {
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 30px;
    height: 40px;
}

.SOSYALMEDYA a:hover {
    opacity: 0.5
}

.TAB-A1 {
    margin: 50px 0px
}

.TAB-A1 .TABI {
    text-align: center
}

.TAB-A1 .TABI .li {
    padding: 15px 30px;
    font-size: 20px;
    color: #272727;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer
}

.TAB-A1 .TABI .li i {
    font-size: 38px
}

.TAB-A1 .TABI .li p {
    font-size: 18px;
    font-weight: 700;
}

.TAB-A1 .TABI .active {
    background: #f2f2f2;
}

.TAB-A1 .CONU {
    background: #f2f2f2;
    padding: 30px
}

.TAB-A1 .CONU .li {
    display: none;
}

.TAB-A1 .CONU .li:first-of-type {
    column-count: 3;
    column-gap: 40px;
    column-rule: 1px solid #ccc;
    line-height: 32px
}

.i-filitre {
    width: calc(100% / 4 - 60px);
    float: left;
    padding: 10px 30px;
    position: relative
}

.i-filitre:hover {
    cursor: pointer
}

.i-filitre i {
    position: absolute;
    top: 13px;
    left: 5px;
    opacity: 0.2
}

.i-filitre:hover i {
    opacity: 1
}

.i-filitre-ac i {
    opacity: 1
}

.URUN-HOME {
    padding: 0px 0px;
}

.URUN-HOME .IN {
    margin: 0 auto;
    width: 90%;
    padding: 10px 0px 50px 0px
}

.URUN-HOME .owl-carousel .owl-nav {}

.URUN-HOME .owl-carousel .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
}

.URUN-HOME .owl-carousel .owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
}

.URUN-HOME .owl-carousel .owl-nav i {
    display: inline-block;
    margin: 2px;
    color: #272727;
}

.URUN-HOME .owl-carousel .owl-next:hover {}

.URUN-HOME .owl-carousel .owl-prev:hover {}

.URUN-HOME .owl-item {
    margin: 0;
    padding: 0;
    background: #fff;
}

.URUN-HOME .owl-item span {
    text-decoration: line-through;
}

.URUN-HOME .owl-item h3 {
    position: absolute;
    z-index: 50;
    left: 0px;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 100
}

.URUN-HOME .owl-item:hover h3 {
    background: #272727;
    color: #fff
}

.URUN-HOME .owl-item img {
    width: 100%;
}

.URUN-HOME h2 {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .URUN-HOME .IN {
        margin: 0 auto;
        width: 100%;
    }
}




@media screen and (max-width: 1000px) {}

.BTN1 {
    background: #272727;
    color: var(--beyaz);
}

.BTN1:hover {
    background: #272727;
    color: #fff
}

.BUTONLAR {}

.BUTONLAR button {
    border: none;
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.BUTONLAR .bt-1 {
    background: #272727;
    color: var(--beyaz);
    padding: 8px 10px;
}

.BUTONLAR .bt-2 {
    background: #4ba440;
    color: var(--beyaz);
    padding: 8px 10px;
}

.BUTONLAR .bt-txt {
    padding: 8px 0px;
}

.BUTONLAR button:hover {
    cursor: pointer;
    background: #272727;
    color: var(--beyaz);
}

.BUTONLARDIV {}

.BUTONLARDIV .buton {
    padding: 8px 10px;
    float: left;
    font-size: 15px
}

.BUTONLARDIV .bt-1 {
    background: #272727;
    color: var(--beyaz);
}

.BUTONLARDIV .bt-2 {
    background: #4ba440;
    color: var(--beyaz);
    margin-left: 5px
}

.BUTONLARDIV .bt-txt {
    display: inline-block;
    padding: 8px 0px;
    margin-top: 15px;
    font-size: 14px
}

.BUTONLARDIV .buton:hover {
    background: #272727;
    cursor: pointer
}

@media screen and (max-width: 1000px) {
    .kategori-menusu {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        background: #fff;
        z-index: 600;
        transition: 0.5s;
        display: flex;
        align-content: stretch;
        align-items: center
    }

    .kategori-menusu>div {
        padding: 0px 40px
    }
}

@-webkit-keyframes bardol {
    0% {
        width: 0%
    }

    100% {
        width: 85%
    }
}

@-moz-keyframes bardol {
    0% {
        width: 0%
    }

    100% {
        width: 85%
    }
}

@-o-keyframes bardol {
    0% {
        width: 0%
    }

    100% {
        width: 85%
    }
}

@keyframes bardol {
    0% {
        width: 0%
    }

    100% {
        width: 85%
    }
}

.akbar {
    background: #f2f2f2;
    margin-top: 20px;
}

.sozlesme {
    padding: 9px 0px;
}

.COROSER .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
}

.COROSER .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
}

.COROSER .owl-nav i {
    font-size: 20px
}

.video-box-video {
    position: relative;
    background: #272727;

}

.video-box-video .text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;

    z-index: 10;
}

.video-box-video .text a {
    display: inline-block;
    color: var(--beyaz);
    background: var(--birinci-renk);
    padding: 9px 25px;
    margin-top: 15px;
    margin-right: 9px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

.video-box-video .text>div {
    width: 100%;
}

.video-box-video .text-ust {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.video-box-video .text-orta {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.video-box-video .text-alt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.video-box-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;

}

.video-box-video h1 {
    font-size: 55px;
}




.text-header {
    background: #f8fafd;
    color: #272727;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

.text-header .text {
    font-size: 35px;
    margin: 0px;
    margin: 0px;
    text-align: right;
    padding-right: 50px;
    width: 100%;
    position: relative;
    z-index: 4;
    font-weight: 300;
}

.text-header .blur {
    font-size: 9rem;
    margin: 0px;
    margin: 0px;
    text-align: right;
    filter: blur(10px);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    color: #ccc;
}

.uyeol-d {
    position: relative;
    z-index: 0;
}

.uyeol-d:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.uyeol-d:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 20%;
    top: 10%;
    left: 0;
    z-index: -1;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.bg-gri-500 {
    background: var(--birinci-renk);
    color: var(--beyaz);
}

.bg-gri {
    background: #f2f2f2;
}

.bg-beyaz {
    background: #fff;
}

.bg-yesil {
    background: #6cad49;
    color: var(--beyaz);
}

.bg-yesil ul li {
    color: var(--beyaz);
}

.bg-mavi {
    background: #004A93;
    color: var(--beyaz);
}

.bg-mavi ul li {
    color: var(--beyaz);
}

.color-yesil {
    color: #71B62C;
}

.color-mavi {
    color: #004A93;
}

.color-beyaz {
    color: var(--beyaz);
}

.color-sari {
    color: #FFBA00;
}

.color-kirmizi {
    color: #E00F13 !important;
}

.color-gri {
    color: #9B9B9B;
}

.bg-soft-yesil {
    background: #e1fff5;
}

.hayalet-img {
    width: 50%;
    height: 400px;
    background: #1e55b9;
    left: 0px;
    top: 0px;
    display: block
}

.ul-butonlu li {
    padding: 4px 0px;
}

.ul-butonlu li a {
    padding: 6px 20px;
    border: 1px solid #1bbc9c;
    color: #1bbc9c;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.ul-butonlu li a:hover {
    background: #1bbc9c;
    color: var(--beyaz);
}

@keyframes data-3 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.20);
        -moz-transform: scale(1.20);
        -o-transform: scale(1.20);
        -ms-transform: scale(1.20);
        transform: scale(1.20);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.OLW-ANIMASYON .active {
    overflow: hidden;
}

.OLW-ANIMASYON .active img {
    animation: data-3 8s infinite;
}

.DIL {}

.DIL a {
    display: inline-block;
}

.DIL a.acdil {}

.DIL img {
    width: 25px;
}

.bg-siyah {
    background: #272727;
    color: var(--beyaz);
}

.bg-abstract {
    background: #0AA830;
}

.menu-article {
    font-weight: 400;
}





.siyah-menu {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    backdrop-filter: blur(10px);
    filter: none;
}

.gray-logo img {
    filter: grayscale(100%);
    transition: 0.5s;
    opacity: 0.4;
}

.gray-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.mavi-bg {
    color: var(--beyaz);
    background: rgb(0, 129, 255);
    background: radial-gradient(circle, rgba(0, 129, 255, 1) 4%, rgba(44, 26, 135, 1) 100%);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.kayanyazi {
    background: #161514;
    color: var(--beyaz);
}

.bg-ver {
    position: relative;
}

.bg-ver::before {
    display: inline-table;
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    background: url(de2.png) top right no-repeat;
    z-index: -1;
}

.bg-ver::after {
    display: inline-table;
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: url(de1.png) bottom left no-repeat;
    z-index: -1;
}

.site-butonlar {
    background: #895941
}

.site-butonlar a {
    display: inline-block;
    padding: 9px 15px;
    color: var(--beyaz);
    transition: 0.5s
}

.site-butonlar a:hover {
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
    .site-butonlar {
        margin: 10px;
        border-radius: 8px;
        overflow: hidden
    }

    .site-butonlar a {
        display: inline-block;
        padding: 9px 15px;
        color: var(--beyaz);
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
}

.dar-kutu h3 {}







.liste-12 {

    position: relative;

    padding: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: 0.5s;

}

.liste-12 .h3 {
    color: #272727;
    font-weight: 600;
    font-size: 15px;

}

.liste-12 .p {
    color: #666;
    line-height: 28px
}

.liste-12 .fiyat {

    line-height: 35px;
    font-size: 18px;
    text-align: right;
}

.liste-12 .fiyat .ciz {
    color: red;
    font-size: 14px;
}

.liste-12 .fiyat .parabirimi {
    color: #0AA830;
}


.liste-12 .img {
    border-radius: 4px;
}

.liste-12 .img:after {
    display: table;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: var(--birinci-renk);
    transition: 0.5s;
    left: -100%;
    top: 0;
    opacity: 0.5;
}

.liste-12:hover .img:after {
    left: 0;
}

.liste-12 .info {
    font-size: 12px;
    color: #666;
}





@media screen and (max-width: 1000px) {}

.liste-3 {
    border: 1px solid #f2f2f2
}

.CAROUSEL-MIN {}

.CAROUSEL-MIN .owl-nav {
    position: relative;
    text-align: center;
    z-index: 9999;
    display: block
}

.CAROUSEL-MIN .owl-nav i {
    padding: 10px;
    color: #272727;
    background: #fff;
    margin: 0px
}

.CAROUSEL-MIN .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0px;
    text-align: center;
    z-index: 9999;
    display: none;
}

.CAROUSEL-MIN .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #272727;
    margin: 2px;
    border-radius: 100px
}

.CAROUSEL-MIN .owl-dots .active {
    background: #272727;
}

.home-yorum {
    background: #fff;
  
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
     height: 300px;
     overflow: hidden;
     display: grid;
     align-items: center;
     position: relative;
}
.home-yorum:after { position: absolute; content: '';

width: 100%; height: 80px;   bottom:0; left:0; position: absolute;

background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 69%);

}


.abs-1 { position: relative; z-index: 0; }
.abs-1:after { left:0; top:0; opacity: 0.5; z-index: 0; width: 70vh; height: 70vh; background: #e7f2ff; 
    transform: translate(-35vh, 0px) rotate(45deg);
    position: absolute; display: inline-table; content: ''; border-radius: 100px;  }
.abs-1:before { left:0; top:0; opacity: 0.5; z-index: 0; width: 60vh; height: 60vh; background: #e7f2ff; 
    transform: translate(-15vh, -30vh) rotate(45deg);
    position: absolute; display: inline-table; content: ''; border-radius: 100px;  }
.abs-1 > div { position: relative; z-index: 10;}


.abs-2 { position: relative; z-index: 0; }
.abs-2:after { left:0; top:0; opacity: 0.5; z-index: 0; width: 70vh; height: 70vh; background: #e7f2ff; 
    transform: translate(35vh, 0px) rotate(45deg);
    position: absolute; display: inline-table; content: ''; border-radius: 100px;  }
.abs-2:before { left:0; top:0; opacity: 0.5; z-index: 0; width: 60vh; height: 60vh; background: #e7f2ff; 
    transform: translate(15vh, 30vh) rotate(45deg);
    position: absolute; display: inline-table; content: ''; border-radius: 100px;  }
.abs-2 > div { position: relative; z-index: 10;}

.genel-puan {
    color: #FFBA00;
}

.genel-puan i {
    margin-left: 5px;
}

.genel-puan span {
    color: #555;
    font-size: 16px;
}

.yorum-liste {
    background: #F7F7F7;
    border-radius: 10px;
    margin: 0px 0px
}

.yorum-liste .puan {
    color: #FFBA00;
}

.yorum-liste .puan i {
    margin-left: 5px;
}

.yorum-liste .puan span {
    color: #555;
    font-size: 16px;
}

.yorum-liste .tit {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.yorum-liste .tit a {
    color: #004A93;
    text-decoration: underline;
}

.yorum-liste .ozet {
    color: #555;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.yorum-liste .tarih {
    color: #9B9B9B;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
}

.yorum-liste .tarih i {
    padding-left: 10px;
}

.h4-revize {}

.h4-revize h4 {
    font-weight: 400;
    font-size: 18px;
    color: #272727;
}

.h4-revize h4 strong {
    font-weight: 400;
}

.h4-revize p {
    color: #999 !important;
}

.teklif-asama-bg {
    background: #f7f7f7;
}

.teklif-asama-bg .teklif-asama {
    text-align: center;
    padding: 40px 0px;
}

.teklif-asama-bg .teklif-asama .big-ikon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 60px;
    border: 8px solid #ccc;
    border-radius: 90px;
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
}

.teklif-asama-bg .teklif-asama .txt {
    text-align: center;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.teklif-asama-bg .teklif-asama .txt h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.teklif-asama-bg .teklif-asama .txt p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.teklif-asama-bg .teklif-asama .txt i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}

.teklif-asama-bg .devredisi {
    color: #d6d6d6;
}

.teklif-asama-bg .devredisi .big-ikon {
    border: 8px solid #d6d6d6;
}

.teklif-asama-bg .burada {
    color: #272727;
}

.teklif-asama-bg .burada .big-ikon {
    border: 8px solid #ffba00
}

.teklif-asama-bg .burada .big-ikon i {
    line-height: 80px;
    text-align: center;
    color: #71B62C;
    font-size: 35px;
}

.teklif-asama-bg .i-1 {
    display: none
}

.teklif-asama-bg .gecti .i-2 {
    display: none
}

.teklif-asama-bg .gecti .i-1 {
    display: block
}

.teklif-asama-bg .gecti .big-ikon {
    border: 8px solid #71B62C
}

.teklif-asama-bg .cizgisi {
    position: absolute;
    z-index: 0;
    width: 80%;
    height: 10px;
    background: #d6d6d6;
    left: 10%;
    top: 35%;
}

.resimler-firma {
    background: #f2f2f2;
    padding: 30px;
}

.resim-sil {
    font-size: 16px;
    color: #272727;
    padding: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */

tr:nth-of-type(odd) {
    background: #f2f2f2;
}

th {
    color: #272727;
    font-weight: bold;
}

td,
th {
    padding: 9px 6px;
    border: 1px solid #f2f2f2;
    text-align: left;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    td:before {
        position: absolute;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

.alert { background: #343334; padding: 30px; text-align: center; border-radius: 10px; color: #fff;}

table tbody h5 {
    margin: 0px;
    padding: 0px;
}

.onemli {
    background: #1abc9c;
    color: var(--beyaz);
    padding: 10px 15px 10px 70px;
    border-radius: 7px;
    margin: 5px 0px;
    background-image: url("blok.png");
    background-repeat: no-repeat;
    background-position: 20px 15px;
    background-size: 30px;
}

.onemli-2 {
    background: #d3ffee;
    padding: 10px 35px;
    border-radius: 7px;
    margin: 5px 0px;
}




.SIPARIS {
    background: #eef3fb;
    padding: 0px 0px
}

.SIPARIS .IN {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0px
}

.SIPARIS h2.formbaslik {
    padding: 0px 0px 20px;
    font-size: 22px
}




.SIPARISLERIM {
    background: #fff;
    padding: 40px
}

.SIPARISLERIM .baslik {
    background: #f2f2f2
}

.SIPARISLERIM .tr {
    width: calc(100% / 4);
    padding: 8px 8px;
    float: left
}

.SIPARISLERIM .list {
    border-bottom: 1px solid #f2f2f2
}



#yukaricik {
    display: inline-block;
    background-color: var(--beyaz);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#yukaricik::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    color: #272727;
}

#yukaricik:hover {
    cursor: pointer;
    background-color: var(--beyaz);
}

#yukaricik:active {
    background-color: #555;
}

#yukaricik.show {
    opacity: 1;
    visibility: visible;
}





.footer-alt {
    color: #183d65;


}

.footer-alt p {
    font-size: 13px;
    color: #183d65;

}

.sosyalmedya i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 35px;
}

.sosyalmedya a {
    display: inline-block;
}

.footer-url a {
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    color: #272727;
}






hr {
    border: 0px;
    width: 100%;
    background: #ccc;
    height: 1px;
}

.ekibimiz img {
    filter: grayscale(100%);
}

.ekibimiz:hover img {
    filter: grayscale(0%);
}

.ekibimiz .img-border {
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 600px;
}

.ekibimiz .h3 {
    font-weight: 600;
    font-size: 16px;
}

.ekibimiz .p p {
    font-size: 13px;
    line-height: 19px;
    opacity: 0.8;
}

.full-kutu {}


.cek-ul ul {
    list-style: none;
}

.cek-ul ul li {
    width: 100%;
    padding: 6px 0px 6px 50px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
    background-image: url("ck.png");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 30px;
}

.cek-ul ul:after {
    display: table;
    clear: both;
    content: '';
}


.food {
    padding: 20px;
}

.food ul {
    width: calc(100% / 3);
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.food ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 12px;
}

.food ul li strong:first-child {
    color: var(--birinci-renk);
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.food ul li strong:last-child {
    color: var(--birinci-renk);
    float: right;
    font-size: 14px;
}

.food ul h3 {
    color: #888;
    font-weight: 300;
}


@media screen and (max-width: 1000px) {
    .food ul {
        width: calc(100% / 1);
        float: left;
        padding: 30px;
        box-sizing: border-box;
    }
}




.ic-menu {}

.ic-menu .li {
    line-height: 35px;
    margin-bottom: 3px;
    padding: 0px 30px;
    font-size: 13px;
    position: relative;
    transition: 0.5s;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
}

.ic-menu .li i {
    position: absolute;
    right: 5px;
    top: 5px;
    color: var(--beyaz);
    background: #ccc;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 30px;
}

.ic-menu .li:hover {
    background: #f5f5f5;
}




.free-article ul {
    margin: 0px;
    padding: 0px;
}

.free-article ul li {
    padding: 6px 0px 6px 30px;
    font-size: 15px;
    margin: 0px;
    line-height: 30px;
    list-style: none;
    background-image: url("ck.png");
    background-repeat: no-repeat;
    background-position: 0px 15px;
    background-size: 15px;

    margin-bottom: 1px;
}

.free-article ol {
    margin: 0px;
    padding: 0px;
}

.free-article ol li {
    padding: 6px 0px 6px 30px;
    margin: 0px;
    font-size: 15px;
    line-height: 30px;
    list-style: none;
    background-image: url("close.png");
    background-repeat: no-repeat;
    background-position: 0px 15px;
    background-size: 15px;

    margin-bottom: 1px;
}

.free-article h1 {
    padding: 8px 0px;
    font-weight: 300;
}

.free-article h2 {
    padding: 8px 0px;
    font-size: 19px;
}

.free-article p {
    padding: 0px 0px;
    font-size: 14px
}

.free-article hr {
    margin: 30px 0px;
    background: rgb(212, 212, 212);
    background: linear-gradient(100deg, rgba(212, 212, 212, 1) 0%, rgba(0, 15, 85, 0) 47%);
}

.minipencere {
    width: 100px;
    padding: 5px;
}

#acordion {}

#acordion .acordion {
    padding: 0px;

}

#acordion .acordion-title h3 {
    cursor: pointer;
    padding: 0px 20px;
    line-height: 50px;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 600;
    color: #272727;
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;

}

#acordion .acordion-title h3 i {
    position: absolute;
    line-height: 30px;
    background: #f5f5f5;
    color: #37d7ab;
    top: 10px;
    right: 10px;
    padding: 0px 15px;
    border-radius: 0px;

}


.urun-class {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.urun-class img {
    background: none;
}

.urun-class p {
    display: none;
}

.urun-class .more-buton {
    display: none;
}

.urun-class h3 {
    font-size: 12px;
    font-weight: 400;
}

.urun-class h3 strong {
    font-size: 12px;
    font-weight: 400
}

.urun-class:after {
    transition: 0.5s;
    display: inline-table;
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 600px;
    background: #85cc5d;
    left: -50%;
    top: -50%;
    z-index: -1;
}

.urun-class:hover {
    background: none;
}

.urun-class:hover:after {

    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);

    opacity: 0.1;


}




.ikonbar {
    background: var(--birinci-renk);
    color: var(--beyaz);
}

.ikonbar .li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;

    padding: 0px 20px;
    color: var(--beyaz);

}

.ikonbar .li i {
    font-size: 45px;
    padding: 15px 0px;
    width: 100%;
    color: var(--beyaz);

}



.ikonbar .li:first-child {
    border-left: none;
}

.ikonbar h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--beyaz);
}

.ikonbar p {
    color: #fff !important;
}


.bg-ozel-full {
    color: var(--beyaz);
    position: relative;
}

.bg-ozel-full h1 {
    color: var(--beyaz);
}

.bg-ozel-full h2 {
    color: var(--beyaz);
}

.bg-ozel-full p {
    color: var(--beyaz);
}

.bg-ozel-full .img-tam {
    opacity: 0;
}

.bg-ozel-full>div:after {
    content: '';
    display: inline-table;
    position: absolute;
    height: 100%;
    width: 50%;
    background: #03e78b;
}



.gorsel-url {
    text-align: center;
}

.gorsel-url img {
    background: none;
}

.gorsel-url p {
    display: none;
}

.gorsel-url .more-buton {
    display: none;
}

.gorsel-url h3 {
    font-size: 12px;
    font-weight: 400;
}

.gorsel-url h3 strong {
    font-size: 12px;
    font-weight: 400
}




.bg-dark {
    background: #272727;
    color: var(--beyaz);
}

.bg-dark h1 {
    color: var(--beyaz);
}

.bg-dark h2 {
    color: var(--beyaz);
}

.bg-dark p {
    color: var(--beyaz);
}

.bg-light {
    background: #272727;
    color: var(--beyaz);
}

.bg-light h1 {
    color: var(--beyaz);
}

.bg-light h2 {
    color: var(--beyaz);
}

.bg-light p {
    color: var(--beyaz);
}



.bg-tema {
    background: var(--bg-tema);
    color: var(--ucuncu-renk);
}

.bg-tema h1 {
    color: var(--birinci-renk);
}

.bg-tema h2 {}

.bg-tema h2 strong {

    color: var(--birinci-renk);

}

.bg-tema h3 {
    color: var(--ucuncu-renk);
}

.bg-tema p {
    color: var(--ucuncu-renk);
}


.bg-tema-2 {
    background: var(--bg-tema-2);
    color: var(--bg-tema);
}

 



 
 
 
.takvim_li { width: calc(100% / 4 - 50px); box-sizing: border-box;   padding: 30px; float: left; margin: 25px;   height: 350px; border-radius: 15px; 
 background: #3b3a3c; color: #fff;  box-shadow: 1px 1px 0px rgba(0,0,0,0.5) , -1px -1px 0px #535354;  }

 @media screen and (max-width: 800px) {
 .takvim_li { width: calc(100% / 1 - 10px); padding: 5px;  margin: 5px; border-radius: 3px; } 
}



.takvim_li-2 {background: #fff ;  padding: 30px; }

@media screen and (max-width: 800px) {
    .takvim_li-2 { width: calc(100% / 1 - 10px); padding: 5px;  margin: 5px; border-radius: 3px; } 
   }
   

    
    
    .center { text-align: center; }
    
    .dateh2 { font-size: 18px; border-bottom: 1px solid var(--clr-11); padding: 0px 0px; line-height: 25px; position: relative; color: var(--clr-11); }
    .dateh2 span { position: absolute; right:0; top: 0; line-height: 25px; width: 25px; text-align: center; color:#fff; background: var(--clr-11) }
    .takvim .colon { float: left; box-sizing: border-box;    text-align: center; line-height: 35px; padding:2px; }
    .takvim .colon span {   line-height: 35px; width: 35px; display: inline-block; border-radius: 3px;    position: relative;  color: #888; font-size: 13px;    }
    .takvim .colon span:hover { background: #000; color: #fff;  }
    
    
    
    .takvim .colon span .dotted { width: 10px; height: 10px; position: absolute; left: 5px; top: 5px; background: #FF0004; border-radius: 20px;   }
    
     
    
    .bume:hover { cursor: pointer;  }
    
    
    .isvar {    color: #fff !important; font-weight: 400;
    
      background:var(--clr-11); 
    
    }

    .gecti {     opacity: 0.5; }
    

    .kapalitarih { background-color: var(--clr-3) !important; color: #fff !important;}
    
    .sayisi { position: absolute; top:0px; right:0px;  
        width: 14px; 
        height: 14px; 
        line-height: 14px;   
       
        font-weight: 400; 
        text-align: center; font-size: 10px;     }
    
  
  .isbitti {    color: #fff !important;
    
    background: #11ce7c ;
    
    }
  
.aktif-buton { background: #fff !important; color: #000 !important; }

 
.bu-ay { background: #fff;}
.bu-ay .colon { color: #000; }


.cekbaks { color: #000;   }
.cekbaks strong { font-size: 14px; }
 



.pop-uyari { width: 100%; height: 100%; position: fixed; left:0; top:0; z-index: 9000; background: rgba(0,0,0,0.5); display: flex; align-items: center; align-content: center; }
.pop-uyari > div {  width:clamp(200px, 90%, 600px); background: #fff; margin: 0 auto; text-align: center; padding: 30px; border-radius: 20px;}
.pop-uyari > div  .more-buton { display:inline-block ; width: 120px;}


.al-checkbox-s {  display: block; position: relative; padding-left: 25px; margin-right: 8px; margin-bottom: 0px; cursor: pointer; 
    font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; float: left; }
.al-checkbox-s input {  position: absolute;  opacity: 0;  cursor: pointer;  height: 0;  width: 0; }
.al-checkbox-s .checkmark-s {  position: absolute;  top: 5px;  left: 0;  height: 15px;  width: 15px;  background-color: #eee; border-radius: 30px; }
.al-checkbox-s:hover input ~ .checkmark-s {  background-color: #ccc;}
.al-checkbox-s input:checked ~ .checkmark-s {  background-color: #79ca43;}
.al-checkbox-s .checkmark-s:after {  content: "";  position: absolute;  display: none;}
.al-checkbox-s input:checked ~ .checkmark-s:after {  display: block;}
.al-checkbox-s  strong { display: inline-block; padding-top: 3px ; font-weight: 400 }





.checkbox-tema { color: #000;  padding: 0px 5px; position: relative;   }
.checkbox-tema .title { color: #000; font-size: 14px;   }
.checkbox-tema .al-checkbox-s .checkmark-s {  position: absolute;  top: 2px;  left: 0;  height: 15px;  width: 15px;  background-color:#fff; border: 2px solid #ccc; border-radius: 30px; }
.checkbox-tema .al-checkbox-s:hover input ~ .checkmark-s {  background-color: #00ba81;  border: 2px solid #00ba81;} 
.checkbox-tema .al-checkbox-s input:checked ~ .checkmark-s {  background-color: #00ba81; border: 2px solid #00ba81;}
 




.radio {
 
 
 
	position: relative;
}

.radio input {
	width: auto;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	padding: 9px 12px 9px 30px;
	background: #f3f3f3;
	color: #666;
	font-size: 14px;
    position: relative;
 
	transition: all 100ms linear;
}

.radio input:checked {
	background:#00b050;
	color: #fff;
}

.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}


.radio input::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    position: absolute;
    left:6px; top:5px;
}

.radio input:checked:after {
 
	color: #fff;
}

.kategori-box { padding: 10px;   border-radius: 9px; }
.kategori-box .li { padding: 8px 15px; background: #fff; position: relative; margin-bottom: 5px; border-radius: 6px ; transition: 0.5s;  color: #000;}
.kategori-box .aktif  {   background:  var(--clr-11); color: #fff;   }
.kategori-box .li:hover { background: var(--clr-11); color: #fff;  }
.kategori-box .li:after {display: inline-table; 
  
    font-size: 13px; 
    padding-left: 20px; 

    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute; right: 10px; top:10px


}

.wg-tag {  }
.wg-tag a { display: inline-block; padding:2px 10px; font-size: 13px; line-height: normal; 
    position: relative; background: #00b050; 
    border-radius: 3px; margin-bottom: 4px;
color: #fff; }
.wg-tag a::before {
    content: "\f046";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    color: #fff; padding-right: 5px;
}


.wg-tag-2 {  }
.wg-tag-2 a { display: inline-block; padding:0px 10px; font-size: 12px; line-height: normal; 
    position: relative; background: #00b050; 
    border-radius: 50px; margin-bottom: 4px; margin-right: 6px;
color: #fff; }
.wg-tag-2 a::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    color: #fff; padding-right: 5px;
}







.wg-card { background: #3b3a3c; color: #fff; padding: 30px;  border-radius: 10px; position: relative; overflow: hidden;}
.wg-card .h2 {  font-size: 18px; font-weight: 600; }
.wg-card .p  {  font-size: 13px;  padding: 4px 0px;  }
.wg-card .simgesi  { position: absolute; top:20px; right: 20px; height: 250px;  }


.wg-card-2     { background: #fff; color: #3b3a3c; padding: 30px;  border-radius: 10px;  position: relative;  overflow: hidden;}
.wg-card-2 .h2 {  font-size: 18px; font-weight: 600; }
.wg-card-2 .p  {  font-size: 13px;  padding: 4px 0px;  }
.wg-card-2 .simgesi  { position: absolute; top:20px;  width: 100px; left:10px;  }


.wg-card-3 { background: #3b3a3c; color: #fff; padding: 30px;  border-radius: 10px; position: relative; overflow: hidden; 
    
   box-shadow: 1px 1px 0px rgba(0,0,0,0.5) , -1px -1px 0px #535354;
 

}
.wg-card-3 .kat { color: #00f0f9; }
.wg-card-3 .isim   {  padding: 10px 0px; }
.wg-card-3 .isim .lb { color: #acacac; font-size: 12px; }
.wg-card-3 .isim .name { color: #fff; font-size: 14px; }
.wg-card-3 .tarihi { color: #acacac;  }
.wg-card-3 .tarihi i  { display: inline-block; padding: 0px 10px 0px 0x;  }



.wg-card-4 { background: #fff; color: #000; padding: 30px;  border-radius: 10px; position: relative; overflow: hidden;}
.wg-card-4 .kat { color: #00f0f9; }
.wg-card-4 .isim   {  padding: 10px 0px; }
.wg-card-4 .isim .lb { color: #acacac; font-size: 12px; }
.wg-card-4 .isim .name { color: #000; font-size: 14px; }
.wg-card-4 .tarihi { color: #acacac;  }
.wg-card-4 .tarihi i  { display: inline-block; padding: 0px 10px 0px 0x;  }





.onay-bekliyor { border: 6px solid #03e78b;}

.onaydurumu { display: inline-block; border-radius: 40px; padding: 5px 15px; background: #006ab5;}
.onay_0 { background: #df127c }
.onay_1 { background: #00ba81; }


.wg-page { background: #fff; padding: 30px; border-radius: 10px;}

@media screen and (max-width: 640px) {
.wg-page {   padding: 5px;  }
.buton-grup .s-btn { margin-bottom: 5px;}
}

.wg-0 { box-shadow: -5px -5px 9px rgba(255,255,255,0.45), 5px 5px 9px rgba(94,104,121,0.3); color: #253890; }
.wg-1 { background: #2965ff; color: #fff; }
.wg-2 { background: #00b050; color: #fff; }
.wg-3 { background: #9955fd; color: #fff; }
.wg-4 { background: #f9a70a; color: #fff; }
.wg-5 { background: #253890; color: #fff; }



.wg-box { padding: 20px;   padding-left: 70px; position: relative; overflow: hidden; }
.wg-box  i { font-size: 30px; display: inline-block; width: 60px; height: 60px; line-height: 60px; position: absolute; left:20px; top:12px; transition: 0.5s;  }
.wg-box .h2 { font-size: 17px; font-weight: 600; }
.wg-box .p  { font-size: 12px; }
.wg-box:hover i { transform: scale(1.10);}
.wg-box a { display: inline-block;   width: 100%; height: 100%; left:0; top:0; position: absolute;}






.bg-tema-3:after {
    position: absolute;
    display: table;
    content: '';
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.bg-tema-3>div {
    position: relative;
    z-index: 1;
}

.bg-tema-3 {
    color: var(--beyaz);
    position: relative;
}

.bg-tema-3 h1 {
    color: var(--beyaz);
}

.bg-tema-3 h2 {
    color: var(--beyaz);
}

.bg-tema-3 h3 {
    color: var(--beyaz);
}

.bg-tema-3 p {
    color: var(--beyaz);
}


.bg-tema-4>div {
    position: relative;
    z-index: 1;
    background: #183d65
}

.bg-tema-4 {
    color: var(--beyaz);
    position: relative;
}

.bg-tema-4 h1 {
    color: var(--beyaz);
}

.bg-tema-4 h2 {
    color: var(--beyaz);
}

.bg-tema-4 h3 {
    color: var(--beyaz);
}

.bg-tema-4 p {
    color: var(--beyaz);
}



.bg-tema-5 {
    background: #85cc5d;
    color: #183d65
}

.bg-tema-5 {
    color: var(--beyaz);
    position: relative;
}

.bg-tema-5 h1 {
    color: var(--beyaz);
}

.bg-tema-5 h2 {
    color: var(--beyaz);
}

.bg-tema-5 h3 {
    color: var(--beyaz);
}

.bg-tema-5 p {
    color: var(--beyaz);
}


.yorum-ozet { color: var(--ucuncu-renk); font-size: 14px; line-height: 30px;}




.color-tema {
    color: var(--ucuncu-renk);
}

.color-tema h1 {
    color: var(--birinci-renk);
}

.color-tema h2 {
    color: var(--birinci-renk);
}

.color-tema h3 {
    color: var(--ucuncu-renk);
}

.color-tema p {
    color: var(--ucuncu-renk);
}


.marka-ici img { width: 120px !important; height: 120px !important; object-fit: cover; border-radius: 100px; background: #f2f2f2; padding: 5px; margin:0 auto ;} 


.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .cbx:hover {
    background: rgba(0,119,255,0.06);
  }
  .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .cbx:hover span:first-child {
    border-color: #07f;
  }
  .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave 0.4s ease;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
 
  .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    body {
      width: auto;
      display: inherit;
    
    }
    .cbx {
      width: 100%;
      margin-bottom: 4px;
      display: inline-block;
    }
  }
  @-moz-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }


  @media screen and (max-width: 640px) {
  .hide-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: var(--clr-2);
    right: -100%;
    top: 0px;
    z-index: 99800;
    transition: 0.5s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
}

.hide-menu>div {
    width: 100%;
}
  

  }