header .mobilMenu {
width: 50px;
height: 50px;
overflow: hidden;
display: none;
position: absolute;
content: "";
top: calc(50% - 25px);
right: 30px;
margin: 0px 0px 0px 0px;
}
#araclar__toggle {
opacity: 0;
}
#araclar__toggle:checked ~ .araclar__btn > span {
transform: rotate(45deg);
background-color: var(--beyaz);
}
#araclar__toggle:checked ~ .araclar__btn > span::before {
top: 0;
transform: rotate(0);
background-color: var(--beyaz);
}
#araclar__toggle:checked ~ .araclar__btn > span::after {
top: 0;
transform: rotate(90deg);
background-color: var(--beyaz);
}
#araclar__toggle:checked ~ .araclar__box {
visibility: visible;
left: 0;
animation: araclar__box 1s ease 0s 1 normal forwards;
}
@keyframes araclar__box {
0% {
opacity: 0;
transform: translateX(-250px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
input#araclar__toggle {
width: 100%;
height: 50px;
padding: 0px;
margin: 0px;
display: block;
cursor: pointer;
}

.araclar__btn {
display: block;
position: absolute;
width: 34px;
height: 24px;
cursor: pointer;
z-index: 9999;
top: 24px;
right: 0px;
}
.araclar__btn > span {
display: block;
position: absolute;
width: 100%;
height: 4px;
background-color: var(--beyaz);
transition-duration: .25s;
}
.araclar__btn > span::before,
.araclar__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 4px;
background-color: var(--beyaz);
transition-duration: .25s;
}
.araclar__btn > span::before {
content: '';
top: -10px;
}
.araclar__btn > span::after {
content: '';
top: 10px;
}

ul.araclar__box .mobilLogo {
width: 100%;
height: auto;
overflow: hidden;
display: table;
margin-bottom: 30px;
}
ul.araclar__box .mobilLogo a {
width: 100%;
height: auto;
overflow: hidden;
display: table;
text-align: center;
}
ul.araclar__box .mobilLogo a img {
width: auto;
height: 110px;
display: inline-block;
}

ul.araclar__box {
display: block;
position: fixed;
visibility: hidden;
top: 0;
left: -100%;
width: 260px;
height: 100%;
margin: 0;
padding: 15px 15px 15px 15px;
list-style: none;
background-color: var(--mavi);
box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
z-index: 999;
overflow: hidden;
}
ul.araclar__box li {
width: calc(100% - 0px);
height: auto;
line-height: 42px;
overflow: hidden;
display: block;
padding: 0px 0px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
ul.araclar__box li ul {
padding: 0px 0px 0px 10px;
}
ul.araclar__box li a {
width: calc(100% - 0px);
height: auto;
display: block;
overflow: hidden;
color: var(--beyaz);
line-height: 1.8;
padding-left: 0px;
font-size: 16px;
font-weight: 400;
}
ul.araclar__box li a i {
width: 28px;
height: 42px;
line-height: 38px;
overflow: hidden;
display: inline-block;
float: left;
margin-right: 14px;
color: var(--beyaz);
font-size: 16px;
text-align: center;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
ul.araclar__box li a span {
width: calc(100% - 42px);
line-height: 38px;
font-size: 14px;
font-weight: 400;
float: left;
}
ul.araclar__box li a:hover,
ul.araclar__box li a:hover i,
ul.araclar__box li a:hover span {
color: var(--beyaz);
padding-left: 5px;
}
ul.araclar__box li a:hover i {
font-size: 22px;
}

ul.araclar__box .scrollbar {
height: calc(100% - 170px);
background: transparent;
}
ul.araclar__box .force-overflow {
height: calc(100% - 0px);
padding: 0px 15px 0px 0px;
}
ul.araclar__box #style-1::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
background-color: rgb(255 255 255 / 30%);
}
ul.araclar__box #style-1::-webkit-scrollbar {
width: 3px;
background-color: rgb(255 255 255 / 30%);
}
ul.araclar__box #style-1::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background: var(--beyaz);
}

.scrollbar {
width: 100%;
height: 340px;
background: var(--beyaz);
overflow-y: scroll;
}
.force-overflow {
min-height: 450px;
}
#style-1::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
#style-1::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background: #181818;
}


.sliderAlani {
width: calc(100% - 0px);
max-width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px auto 0px auto!important;
background: var(--siyah);
}
.sliderAlani .swiper-slide.swiper-slide-active {
animation: sliderAktif 1s ease 0s 1 normal forwards;
}
@keyframes sliderAktif {
0% {
opacity: 0.8;
}
100% {
opacity: 1;
}
}
.sliderAlani a {
width: 100%;
height: 100%;
overflow: hidden;
display: block;
position: relative;
}
.sliderAlani figure {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.sliderAlani figure:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
}
.sliderAlani figure img {
width: 100%;
height: 730px;
}
.sliderAlani .sliderIcerik {
width: calc(100% - 0px);
max-width: calc(1500px - 0px);
height: 700px;
display: table;
overflow: hidden;
position: fixed;
content: "";
top: 0;
left: 0%;
right: 0px;
z-index: 9;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}
.sliderAlani .sliderIcerik div {
display: table-cell;
vertical-align: middle;
}

.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik strong {
animation: sliderici 1s ease 0s 1 normal forwards;
}
@keyframes sliderici {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik p {
animation: sliderici2 1s ease 0s 1 normal forwards;
}
@keyframes sliderici2 {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.sliderAlani .swiper-slide.swiper-slide-active .sliderIcerik a.detay {
animation: sliderici2 1s ease 0s 1 normal forwards;
}
@keyframes sliderici3 {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.sliderAlani .sliderIcerik strong {
width: calc(650px - 0px);
font-size: 6em;
display: block;
line-height: 1.2;
font-weight: 900;
color: var(--beyaz);
}
.sliderAlani .sliderIcerik p {
width: calc(650px - 0px);
font-size: 18px;
display: block;
line-height: 1.6;
font-weight: 300;
background: transparent!important;
color: var(--beyaz);
}
.sliderAlani .sliderIcerik a.detay {
width: auto;
height: 60px;
line-height: 60px;
font-size: 18px;
font-weight: 400;
display: table;
overflow: hidden;
position: relative;
background: transparent;
color: var(--beyaz);
text-align: center;
z-index: 1;
border: 0px;
outline: none;
cursor: pointer;
margin: 25px 30px 0px 0px;
padding: 0px 30px;
transition: all 900ms ease;
float: left;
background-image: linear-gradient(to left,
var(--turkuaz),
var(--turkuaz) 50%,
var(--beyaz) 50%,
var(--beyaz));
background-position: 100% 0;
background-size: 201% 100%;
transition: all .25s ease-in;
}
.sliderAlani .sliderIcerik a.detay:hover {
background-position: 0 0;
color: var(--turkuaz);
}


.sliderIleri,
.sliderGeri {
width: 80px;
height: 80px;
line-height: 96px;
overflow: hidden;
display: none;
position: absolute;
content: "";
z-index: 9;
top: calc(50% - 40px);
border-radius: 100%;
border: 0px;
background: transparent;
text-align: center;
cursor: pointer;
transition: all 900ms ease;
background: var(--beyaz);
}
.sliderIleri i,
.sliderGeri i {
color: var(--mavi);
font-size: 36px;
}
.sliderIleri {
right: 120px;
}
.sliderGeri {
left: 120px;
}
.sliderIleri:hover,
.sliderGeri:hover {
color: var(--ffffff);
background: var(--mavi);
}
.sliderIleri:hover i,
.sliderGeri:hover i {
color: var(--beyaz);
}

.nokta {
width: auto!important;
height: auto!important;
position: absolute;
bottom: 50px!important;
z-index: 99;
right: 60px;
left: unset!important;
}
.nokta .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
z-index: 99;
}
.nokta .swiper-pagination-bullet {
width: 12px!important;
height: 2px!important;
display: inline-block!important;
background: var(--beyaz);
opacity: 1!important;
margin: 0px 10px 0px 0px!important;
}
.nokta .swiper-pagination-bullet-active {
width: 24px!important;
height: 4px!important;
background: var(--turkuaz);
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
opacity: 1!important;
animation: noktageldi 1s ease 0s 1 normal forwards;
}
@keyframes noktageldi {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

.modal {
position: fixed;
top: 0%;
pointer-events: none;
left: 0px;
background: rgba(0, 0, 0, 0.95);
width: 100vw;
height: 100vh;
z-index: 100;
opacity: 0;
transition: 0.3s;
overflow-x: hidden;
overflow-y: auto;
}
.modal.active {
opacity: 1;
pointer-events: auto;
overflow-x: hidden;
overflow-y: auto;
}
.modal.active > .jspopicerik{
animation: modalactive 1s ease 0s 1 normal forwards;
}
@keyframes modalactive {
0% {
transform: scale(0.5);
}

100% {
transform: scale(1);
}
}
.close {
position: absolute;
top: -35px;
right: 35px;
cursor: pointer;
color: var(--beyaz);
font-size: 22px;
font-weight: 700;
transition: 0.3s;
}
.close:hover {
transition: all .5s;
transform: scale(1.2);
}
.jspopicerik {
position: relative;
display: flex;
flex-direction: column;
width: calc(50% - 60px);
background-clip: padding-box;
outline: 0;
top: calc(50% - 250px);
margin: 0px auto;
padding: 0px 30px;
}

#akordiyon {
width: calc(50% - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 30px;
}
.akordiyon_liste {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.akordiyon_liste .akordiyon_baslik {
width: calc(100% - 40px);
height: auto;
position: relative;
display: block;
padding: 19px 0px 19px 40px;
margin-bottom: 2px;
color: var(--siyah);
font-size: 18px;
font-weight: 700;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-transition: all .15s;
-moz-transition: all .15s;
-ms-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
cursor: pointer;
}
.akordiyon_liste .akordiyon_baslik span.akordiyon_baslik-text {
line-height: 1.4;
}
.akordiyon_liste:last-child .akordiyon_baslik {
border-bottom: 0px;
}
.akordiyon_liste .akordiyon_baslik:hover,
.akordiyon_liste .akordiyon_baslik:hover .akordiyon_ikon {
color: var(--turkuaz);
}
.akordiyon_liste .akordiyon_aktif,
.akordiyon_liste .akordiyon_ikon.akordiyon_dondur {
color: var(--turkuaz)!important;
}
.akordiyon_liste .akordiyon_baslik.akordiyon_aktif {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.akordiyon_liste .akordiyon_baslik .akordiyon_ikon {
position: absolute;
top: 16px;
left: 0px;
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
text-align: center;
color: var(--siyah);
line-height: 30px;
font-size: 20px;
font-weight: 700;
-webkit-transition: all .15s;
-moz-transition: all .15s;
-ms-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
}
.akordiyon_liste .akordiyon_dondur {
transform: rotate(90deg);
}
.akordiyon_liste .akordiyon_icerik {
width: calc(100% - 45px);
height: auto;
overflow: hidden;
padding: 0px 0px 0px 43px;
display: none;
margin: 15px 0px 10px 0px;
}
.akordiyon_liste .akordiyon_icerik p {
width: 100%;
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
margin: 0px 0px 0px 0px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

form#iletisim {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
form#iletisim .inputlabel {
width: calc(50% - 15px);
height: auto;
display: block;
position: relative;
float: left;
margin: 0px 30px 30px 0px;
}
form#iletisim .inputlabel:nth-of-type(2n) {
margin: 0px 0px 30px 0px;
}
form#iletisim .inputlabel:nth-of-type(5n) {
width: calc(100% - 0px);
}
form#iletisim .inputlabel input[type=text],
form#iletisim .inputlabel input {
width: calc(100% - 32px);
height: 50px;
line-height: 50px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
float: left;
font-family: var(--site_font);
}
form#iletisim .inputlabel textarea {
font-family: var(--site_font);
width: calc(100% - 32px);
max-width: calc(100% - 32px);
max-height: 120px;
height: 120px;
padding: 15px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
display: block;
overflow: hidden;
}
form#iletisim .inputlabel input[type=telefon]:focus,
form#iletisim .inputlabel textarea:focus,
form#iletisim .inputlabel input:focus,
form#iletisim input#kod:focus {
box-shadow: 0px 0px 0px;
border: solid 1px var(--mavi);
}

form#iletisim .inputlabel select {
width: calc(100% - 2px);
height: 50px;
line-height: 50px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size: 16px;
font-weight: 400;
color: #595f61;
float: left;
position: relative;
font-family: var(--site_font);
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
appearance:none;
overflow: hidden;
background-image:
linear-gradient(45deg, transparent 50%, rgb(217 217 217) 50%),
linear-gradient(135deg, rgb(217 217 217) 50%, transparent 50%),
linear-gradient(to right, rgb(217 217 217), rgb(217 217 217));
background-position:
calc(100% - 20px) calc(18px + 2px),
calc(100% - 12px) calc(18px + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
8px 8px,
8px 8px,
1px 33px;
background-repeat: no-repeat;
}
form#iletisim .inputlabel select::-ms-expand {
display: none;
}
form#iletisim .inputlabel select:focus {
background-image:
linear-gradient(45deg, var(--mavi) 50%, transparent 50%),
linear-gradient(135deg, transparent 50%, var(--mavi) 50%),
linear-gradient(to right, rgb(217 217 217), rgb(217 217 217));
background-position:
calc(100% - 12px) calc(18px + 2px),
calc(100% - 20px) calc(18px + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
8px 8px,
8px 8px,
1px 33px;
background-repeat: no-repeat;
border-color: var(--mavi);
outline: 0;
}
form#iletisim .inputlabel select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}



form#iletisim .recaptcha {
width: calc(100% - 140px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
}
form#iletisim .recaptcha img {
float: left;
}
form#iletisim input#kod {
width: calc(100px - 0px);
height: 50px;
line-height: 50px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
font-family: var(--site_font);
text-align: center;
}
form#iletisim button#iletisimGonder\ submit {
width: 140px;
height: 52px;
line-height: 52px;
font-size: 16px;
font-weight: 400;
display: table;
overflow: hidden;
position: relative;
background: transparent;
color: var(--beyaz);
text-align: center;
z-index: 1;
border: 0px;
outline: none;
cursor: pointer;
margin: 30px 0px 0px 0px;
padding: 0px 30px 0px 30px;
transition: all 900ms ease;
background-image: linear-gradient(to left,
var(--siyah),
var(--siyah) 50%,
var(--mavi) 50%,
var(--mavi));
background-position: 100% 0;
background-size: 201% 100%;
transition: all .25s ease-in;
}
form#iletisim button#iletisimGonder\ submit:hover {
background-position: 0 0;
color: var(--beyaz);
}
input:focus
textarea:focus,
select:focus {
box-shadow: 0px 0px 0px;
}

#ekran {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
#isim-error,
#email-error,
#epostadresi-error,
#konu-error,
#telefon-error,
#comment-error,
#phone-number-error {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: absolute;
bottom: 0px;
right: 0px;
font-size: 11px;
font-weight: 500;
color: #ffffff;
background: var(--siyah);
border-radius: 5px;
margin: 0px 0px 0px 0px;
padding: 3px 6px 3px 6px;
}
p.mesajgonderiliyor {
width: calc(100% - 60px);
height: auto;
overflow: hidden;
display: block;
margin: 30px 0px 0px 0px;
padding: 15px 30px;
border: 1px solid #d6d8db;
font-size: 14px;
font-weight: 400;
color: #383d41;
background-color: #e2e3e5;
animation: ekranmesaji2 1s ease 0s 1 normal forwards;
}
p.mesajgonderildi {
width: calc(100% - 60px);
height: auto;
overflow: hidden;
display: block;
margin: 30px 0px 0px 0px;
padding: 15px 30px;
border: 1px solid #c3e6cb;
font-size: 14px;
font-weight: 400;
color: #155724;
background-color: #d4edda;
animation: ekranmesaji2 0.7s ease 0s 1 normal forwards;
}
p.mesajgonderilmedi {
width: calc(100% - 60px);
height: auto;
overflow: hidden;
display: block;
margin: 30px 0px 0px 0px;
padding: 15px 30px;
border: 1px solid #f5c6cb;
font-size: 14px;
font-weight: 400;
color: #721c24;
background-color: #f8d7da;
animation: ekranmesaji2 1s ease 0s 1 normal forwards;
}
label#kod-error {
width: calc(100% - 60px);
height: auto;
overflow: hidden;
display: block;
margin: 30px 0px 0px 0px;
padding: 15px 30px;
border: 1px solid #f5c6cb;
font-size: 14px;
font-weight: 400;
color: #721c24;
background-color: #f8d7da;
animation: ekranmesaji2 1s ease 0s 1 normal forwards;
}
@keyframes ekranmesaji2 {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}

#subeler {
width: calc(100% - 0px);
height: auto;
margin: 0px 0px 0px 0px;
position: relative;
display: block;
padding: 0px 0px 0px 0px;
}
#subeler div {
width: calc(100% - 0px);
height: auto;
margin: 0px 0px 30px 0px;
position: relative;
display: block;
padding: 0px 0px 0px 0px;
}
#subeler div:last-child {
margin: 0px 0px 0px 0px;
}
#subeler label {
width: calc(100% - 30px);
height: 52px;
line-height: 52px;
padding: 0px 15px 0px 15px;
position: relative;
display: block;
cursor: pointer;
color: var(--beyaz);
font-size: 16px;
font-weight: 500;
background: var(--siyah);
-webkit-transition: all .75s;
-moz-transition: all .75s;
-ms-transition: all .75s;
-o-transition: all .75s;
transition: all .75s;
}
#subeler label:hover {
color: var(--beyaz);
background: var(--turkuaz);
}
#subeler input:checked ~ label {
color: var(--beyaz);
background: var(--turkuaz);
}
#subeler label:after {
width: 20px;
height: 30px;
line-height: 30px!important;
text-align: center;
overflow: hidden;
display: block;
position: absolute;
content: "\2b";
font-family: "Font Awesome 6 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
top: calc(50% - 15px);
right: 15px;
font-size: 16px;
color: var(--beyaz);
}
#subeler input:checked ~ label:after {
content: "\f068";
color: var(--beyaz);
}
#subeler input {
display: none;
}
#subeler article {
overflow: hidden;
height: 0;
}
#subeler input:checked ~ article {
height: auto;
animation: indirasagiya 0.5s ease 0s 1 normal forwards;
}
@keyframes indirasagiya {
0% {
transform: scaleY(0);
transform-origin: 100% 0%;
}
100% {
transform: scaleY(1);
transform-origin: 100% 0%;
}
}
#subeler ul {
width: calc(100% - 10px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 15px 15px 0px 15px;
margin: 0px 0px 0px 0px;
}
#subeler ul li {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
#subeler ul li:last-child {
margin: 0px 0px 0px 0px;
}
#subeler ul li strong {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 16px;
font-weight: 700;
color: var(--siyah);
}
#subeler ul li a {
display: block;
}
#subeler ul li font {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 5px 0px 0px 0px;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
color: var(--siyah);
}
#subeler ul li a:hover font {
color: var(--turkuaz);
}

#harita {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
#harita iframe,
#harita embed {
width: calc(100% - 0px);
height: 500px;
overflow: hidden;
display: block;
position: relative;
}

#theSayfa .pagination {
width: 100%;
height: auto;
overflow: hidden;
display: inline-table;
position: relative;
margin-top: 30px;
text-align: center
}
#theSayfa .pagination a,
#theSayfa .pagination span {
width: auto;
height: auto;
line-height: 40px;
overflow: hidden;
display: inline-block;
padding: 0 15px;
background: var(--beyaz);
font-size: 14px;
font-weight: 500;
color: var(--siyah);
margin-right: 1px
}
#theSayfa .pagination a:last-child,
#theSayfa .pagination span:last-child {
margin-right: 0
}
#theSayfa .pagination span,
#theSayfa .pagination a:hover {
color: var(--beyaz);
background: var(--mavi);
font-weight: 500
}
#theSayfa span.page-numbers.dots {
background: transparent;
color: var(--siyah);
}



.sayfaYazi .akordiyonIcerik {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.sayfaYazi .akordiyonIcerik div {
width: calc(100% - 0px);
height: auto;
margin: 0px 0px 20px 0px;
position: relative;
display: block;
padding: 0px 0px 0px 0px;
}
.sayfaYazi .akordiyonIcerik div:last-child {
margin: 0px 0px 0px 0px;
}
.sayfaYazi .akordiyonIcerik label {
width: calc(100% - 60px);
height: auto;
line-height: 1.4;
padding: 15px 30px 15px 30px;
position: relative;
display: block;
cursor: pointer;
color: var(--beyaz);
font-size: 16px;
font-weight: 500;
background: var(--mavi);
}
.sayfaYazi .akordiyonIcerik label:hover {
color: var(--beyaz);
background: var(--turuncu);
}
.sayfaYazi .akordiyonIcerik input:checked ~ label {
color: var(--beyaz);
background: var(--turuncu);
}
.sayfaYazi .akordiyonIcerik label:after {
width: 30px;
height: 30px;
line-height: 30px!important;
text-align: center;
overflow: hidden;
display: block;
position: absolute;
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display,inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
top: calc(50% - 15px);
right: 15px;
font-size: 22px;
color: var(--beyaz);
}
.sayfaYazi .akordiyonIcerik input:checked ~ label:after {
content: "\f106";
color: var(--beyaz);
}
.sayfaYazi .akordiyonIcerik input {
display: none;
}
.sayfaYazi .akordiyonIcerik article {
overflow: hidden;
height: 0;
}
.sayfaYazi .akordiyonIcerik input:checked ~ article {
width: calc(100% - 32px);
border: 1px solid var(--turuncu);
height: auto;
animation: indirasagiya 0.5s ease 0s 1 normal forwards;
padding: 15px 15px 15px 15px;
}
@keyframes indirasagiya {
0% {
transform: scaleY(0);
transform-origin: 100% 0%;
}
100% {
transform: scaleY(1);
transform-origin: 100% 0%;
}
}
.sayfaYazi .akordiyonIcerik p {
width: calc(100% - 0px);
line-height: 1.6;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
display: block;
overflow: hidden;
padding: 0px;
margin: 0px;
}

#yonetim_Sayfasi
#yonetim_Sayfasi .yonetim_Sayfasi {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.yonetim_Sayfasi .yonetim_icerik {
width: calc(25% - 23px);
height: auto;
overflow: hidden;
display: block;
position: relative;
border-radius: 5px;
margin-bottom: 30px;
float: left;
margin-right: 30px;
}
.yonetim_Sayfasi .yonetim_icerik:nth-of-type(4n) {
margin-right: 0px;
}
.yonetim_Sayfasi .yonetim_icerik figure {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.yonetim_Sayfasi .yonetim_icerik:hover figure:before {
display: block;
}
.yonetim_Sayfasi .yonetim_icerik figure:before {
width: 100%;
height: 100%;
overflow: hidden;
display: none;
position: absolute;
content: "";
top: 0px;
left: 0px;
background: rgb(0 0 0 / 50%);
animation: anaEkipfigure 0.4s ease 0s 1 normal forwards;
}
@keyframes anaEkipfigure {
0% {
opacity: 0;
transform: translateY(95%);
}

100% {
opacity: 1;
transform: translateY(0);
}
}
.yonetim_Sayfasi .yonetim_icerik figure img {
width: 100%;
height: auto;
}

.yonetim_Sayfasi .yonetim_icerik .isim {
width: calc(100% - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
content: "";
right: 0px;
bottom: 0px;
padding: 20px 15px 15px 15px;
background: #f0f0f0;
}
.yonetim_Sayfasi .yonetim_icerik .isim span {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
overflow: hidden;
font-size: 12px;
font-weight: 400;
color: var(--mavi);
position: relative;
z-index: 2;
}
.yonetim_Sayfasi .yonetim_icerik .isim strong {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah);
position: relative;
z-index: 2;
margin-top: 6px;
}
.yonetim_Sayfasi .yonetim_icerik:hover .sosyal .iconlar,
.yonetim_Sayfasi .yonetim_icerik:hover .sosyal:after {
display: block;
}
.yonetim_Sayfasi .yonetim_icerik:hover .sosyal .paylas {
background: var(--siyah);
}

.yonetim_Sayfasi .yonetim_icerik .sosyal {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 2;
right: 15px;
bottom: 59px;
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .paylas {
width: 36px;
height: 36px;
line-height: 36px;
overflow: hidden;
display: block;
font-size: 20px;
text-align: center;
background: var(--mavi);
color: var(--beyaz);
padding: 0px 0px 0px 0px;
border-radius: 5px;
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar {
width: 36px;
height: auto;
overflow: hidden;
display: none;
padding: 7px 0px;
background: #f0f0f0;
text-align: center;
margin-bottom: 15px;
border-radius: 5px;
animation: iconlar 0.4s ease 0s 1 normal forwards;
}
@keyframes iconlar {
0% {
opacity: 0;
transform: translateY(95%);
}

100% {
opacity: 1;
transform: translateY(0);
}
}
.yonetim_Sayfasi .yonetim_icerik .sosyal:after {
width: auto;
height: auto;
overflow: hidden;
display: none;
position: absolute;
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f0d7";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
z-index: 2;
font-size: 22px;
color: #f0f0f0;
bottom: 39px;
right: 11px;
animation: iconlar2 0.4s ease 0s 1 normal forwards;
}
@keyframes iconlar2 {
0% {
opacity: 0;
transform: translateY(100%);
}

100% {
opacity: 1;
transform: translateY(0);
}
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a {
width: 24px;
height: 24px;
line-height: 26px;
overflow: hidden;
display: inline-block;
position: relative;
border: 1px dashed var(--siyah);
border-radius: 5px;
text-align: center;
color: var(--siyah);
font-size: 14px;
margin: 0px 0px 5px 0px;
background: transparent;
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a:last-child {
margin: 0px 0px 0px 0px;
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a:nth-of-type(1n):hover {
color: var(--beyaz);
border: 1px dashed var(--mavi);
background: var(--mavi);
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a:nth-of-type(2n):hover {
color: var(--beyaz);
border: 1px dashed var(--siyah);
background: var(--siyah);
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a:nth-of-type(3n):hover {
color: var(--beyaz);
border: 1px dashed #8134af;
background: #8134af;
}
.yonetim_Sayfasi .yonetim_icerik .sosyal .iconlar a:nth-of-type(4n):hover {
color: var(--beyaz);
border: 1px dashed #4dc247;
background: #4dc247;
}


@media screen and (max-width: 980px) {
header .mobilMenu {
display: block;
}





@media screen and (max-width: 640px) {
.yonetim_Sayfasi .yonetim_icerik {
width: calc(50% - 15px);
}
.yonetim_Sayfasi .yonetim_icerik:nth-of-type(2n) {
margin-right: 0px;
}
}








.img-gallery-magnific {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 0px;
}
.magnific-img {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
position: relative;
display: block;
float: left;
}
.magnific-img img {
width: 100%;
height: auto;
}
.magnific-img figure {
position: relative;
float: left;
overflow: hidden;
width: calc(100% - 0px);
height: calc(100% - 0px);
text-align: center;
cursor: pointer;
}
.magnific-img figure img {
position: relative;
display: block;
}
.magnific-img figure figcaption {
padding: 20px;
color: #ffffff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.magnific-img figure figcaption::before,
.magnific-img figure figcaption::after {
pointer-events: none;
}
.magnific-img figure figcaption,
.magnific-img figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 40px);
height: calc(100% - 40px);
}
.magnific-img figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.magnific-img figure h2 {
word-spacing: 0em;
font-weight: 300;
}
.magnific-img figure h2 span {
font-weight: 700;
}
.magnific-img figure h2,
.magnific-img figure p {
margin: 0;
}

.magnific-img figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
a.image-popup-vertical-fit {
cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
border-right: none !important;
}
.mfp-arrow-right:before {
border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
opacity: 0 !important;
transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}

.galeriEfekt {
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
text-align: center;
font-family: var(--afont);
}
.galeriEfekt figure {
position: relative;
float: left;
overflow: hidden;
margin: 0px 0px 0px 0px;
background: #000000;
text-align: center;
cursor: pointer;
}
.galeriEfekt figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
}
.galeriEfekt figure figcaption {
padding: 15px 15px 15px 15px;
color: #ffffff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.galeriEfekt figure figcaption::before,
.galeriEfekt figure figcaption::after {
pointer-events: none;
}
.galeriEfekt figure figcaption{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.galeriEfekt figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.galeriEfekt figure h2 span {
font-weight: 800;
}
.galeriEfekt figure h2,
.galeriEfekt figure p {
letter-spacing: 1px;
margin: 0;
}
.galeriEfekt figure p {
font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {

}
figure.effect-oscar img {
opacity: 1;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
padding: 3em;
background-color: rgb(0 0 0 / 20%);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid rgb(255 255 255 / 30%);
content: '';
border-radius: 5px;
}
