.menuEk {
width: calc(35px - 0px)!important;
height: 40px;
line-height: 40px;
position: relative;
overflow: hidden;
display: inline-block;
float: right;
text-align: left;
margin-top: 10px;
margin-right: 10px;
}
#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: 30px;
padding: 0px;
margin: 0px;
display: block;
cursor: pointer;
}
.araclar__btn {
display: block;
position: absolute;
width: 35px;
height: 15px;
cursor: pointer;
z-index: 1;
top: 18px;
right: -4px;
}
.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: -8px;
}
.araclar__btn > span::after {
content: '';
top: 8px;
}
.menuEk ul.araclar__box {
display: block;
position: fixed;
visibility: hidden;
top: 0;
left: -100%;
width: 260px;
height: 100%;
margin: 0;
padding: 15px 15px;
list-style: none;
background-color: var(--mavi);
box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
z-index: 99999999;
overflow: hidden;
}
.menuEk 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;
}
.menuEk ul.araclar__box li ul {
padding: 0px 0px 0px 10px;
}
.menuEk 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: 17px;
font-weight: 400;
}
.menuEk 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;
}
.menuEk ul.araclar__box li a span {
width: calc(100% - 42px);
line-height: 38px;
font-size: 14px;
font-weight: 400;
float: left;
}
.menuEk ul.araclar__box li a:hover,
.menuEk ul.araclar__box li a:hover i,
.menuEk ul.araclar__box li a:hover span {
color: var(--beyaz);
padding-left: 5px;
opacity: 0.7;
}
.menuEk ul.araclar__box li a:hover i {
font-size: 22px;
}
.yanArama {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-bottom: 15px;
}
.yanArama form input {
width: calc(100% - 65px);
height: 42px;
line-height: 42px;
border: none;
padding: 0px 5px 0px 10px;
margin: 0px 0px 0px 0px;
font-size: 14px;
outline: none;
background: rgb(255 255 255 / 15%);
color: var(--beyaz);
font-weight: 400;
float: left;
}
.yanArama form button.s {
width: 50px;
height: 42px;
line-height: 42px;
overflow: hidden;
display: block;
position: relative;
background: rgb(255 255 255 / 15%);
color: var(--beyaz);
font-size: 18px;
border: 0px;
outline: 0px;
cursor: pointer;
}
.yanArama form input::-webkit-input-placeholder {
color: rgb(255 255 255 / 40%);
font-weight: 400;
}
.yanLogo {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
text-align: center;
margin-bottom: 15px;
}
.yanLogo a {
display: block;
}
.yanLogo img {
width: auto;
height: 140px;
overflow: hidden;
display: inline-table;
}

.yanAciklama {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
border-top: 1px solid rgb(255 255 255 / 15%);
margin-top: 15px;
}
.yanAciklama .telad strong {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 16px;
line-height: 1.6;
font-weight: 700;
color: var(--beyaz);
margin-top: 15px;
}
.yanAciklama .telad span {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 15px;
line-height: 1.6;
font-weight: 300;
color: var(--beyaz);
}
.yanAciklama .telad a {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 15px;
line-height: 1.6;
font-weight: 300;
color: var(--beyaz);
opacity: 1;
}
.yanAciklama .telad a:hover {
padding-left: 5px;
opacity: 0.7;
}
.yanAciklama .sosyal.ortala {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 15px;
}
.yanAciklama .sosyal.ortala a {
width: 35px;
height: 35px;
line-height: 36px;
overflow: hidden;
display: inline-block;
position: relative;
border: 1px dashed var(--beyaz);
border-radius: 100%;
text-align: center;
color: var(--beyaz);
font-size: 15px;
margin: 0px 10px 0px 0px;
background: transparent;
}
.yanAciklama .sosyal.ortala a:last-child {
margin: 0px 0px 0px 0px;
}
.yanAciklama .sosyal.ortala a:hover {
color: var(--beyaz);
border: 1px dashed var(--siyah);
background: var(--siyah);
padding-left: 0px;
opacity: 1;
}

ul.araclar__box .scrollbar {
height: calc(100% - 30px);
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;
}


#aramaAlani {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
opacity: 0;
display: none;
animation: arama 0.7s ease-in 0s 1 normal none;
}
@keyframes arama {
0% {
opacity: 0;
transform: translateY(100%)
}
100% {
opacity: 1;
transform: translateY(0);
}
}
#aramaAlani form {
width: calc(100% - 30px);
max-width: calc(820px - 30px);
height: 50px;
display: block;
position: absolute;
top: calc(50% - 35px);
left: 0px;
right: 0px;
margin: 0px auto;
border-left: 10px solid var(--mavi);
border-right: 0px solid var(--mavi);
border-bottom: 10px solid var(--mavi);
border-top: 10px solid var(--mavi);
border-radius: 5px;
}
#aramaAlani.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
z-index: 106;
display: block;
}
#aramaAlani input[type="text"] {
width: calc(100% - 90px);
height: 50px;
font-size: 22px;
font-weight: 300;
text-align: left;
outline: none;
color: var(--siyah);
background: transparent;
border: 0px;
background: var(--beyaz);
padding: 0px 15px;
position: relative;
}
#aramaAlani .close {
width: 42px;
height: 42px;
line-height: 42px;
position: absolute;
content: "";
top: 50px;
right: 50px;
opacity: 1;
font-size: 22px;
color: var(--beyaz);
border: 1px dashed var(--beyaz);
border-radius: 100%;
text-align: center;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
#aramaAlani .close:hover{
color: var(--beyaz);
background: var(--mavi);
border: 1px dashed var(--mavi);
cursor: pointer;
}
#aramaAlani.open button {
width: 60px;
height: 50px;
overflow: hidden;
display: block;
position: absolute;
top: 0px;
right: 0px;
border: 0px;
outline: none;
cursor: pointer;
background: var(--mavi);
padding: 0px 0px;
margin: 0px 0px;
}
#aramaAlani.open button i {
font-size: 22px;
color: var(--beyaz);
}

#anabasvuru form#iletisim {
width: calc(100% - 132px);
max-width: calc(1132px - 132px);
height: auto;
display: block;
position: relative;
margin: -65px auto 0px auto;
padding: 60px 60px 110px 60px;
background: var(--siyah);
-webkit-border-bottom-right-radius: 120px;
-webkit-border-bottom-left-radius: 120px;
-moz-border-radius-bottomright: 120px;
-moz-border-radius-bottomleft: 120px;
border-bottom-right-radius: 120px;
border-bottom-left-radius: 120px;
border: 1px solid var(--beyaz);
z-index: 4;
}

#anabasvuru form#iletisim:after {
width: calc(100% - 0px);
max-width: calc(1380px - 0px);
height: 100%;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
margin: 0px auto;
padding: 0px 0px;
opacity: 0.3;
z-index: 2;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNTg1LjQiIHkxPSI4ODguNCIgeDI9IjE1NjMuNiIgeTI9Ii0xMzMuNCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNjQ0LjQiIHkxPSI5MDMuNCIgeDI9IjE2MjIuNiIgeTI9Ii0xMTguNCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNjk3LjQiIHkxPSI3MDIuNCIgeDI9IjE2NzUuNiIgeTI9Ii0zMTkuNCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyNzEwLjQiIHkxPSI0NDcuNCIgeDI9IjE2ODguNiIgeTI9Ii01NzQuNCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyMTc3LjQiIHkxPSIxMTc2LjQiIHgyPSIxMTU1LjYiIHkyPSIxNTQuNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyMDA1LjQiIHkxPSIxMTEzLjQiIHgyPSI5ODMuNiIgeTI9IjkxLjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOTgzLjQiIHkxPSIxMTQ5LjQiIHgyPSItMzguNCIgeTI9IjEyNy42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE2MjIuNCIgeTE9IjE3MjQuNCIgeDI9IjYwMC42IiB5Mj0iNzAyLjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTgyOS40IiB5MT0iMTgyOC40IiB4Mj0iODA3LjYiIHkyPSI4MDYuNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMzE1LjQiIHkxPSIxNzYwLjQiIHgyPSIyOTMuNiIgeTI9IjczOC42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEyNjAuNCIgeTE9IjE4NzIuNCIgeDI9IjIzOC42IiB5Mj0iODUwLjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjM1OC40IiB5MT0iMTY2MC40IiB4Mj0iMTMzNi42IiB5Mj0iNjM4LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjEzMy40IiB5MT0iMTkxMC40IiB4Mj0iMTExMS42IiB5Mj0iODg4LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjIxOC40IiB5MT0iMTk2Ni40IiB4Mj0iMTE5Ni42IiB5Mj0iOTQ0LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjk4MS40IiB5MT0iMTc4Ny40IiB4Mj0iMTk1OS42IiB5Mj0iNzY1LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjkxMS40IiB5MT0iMTM2MS40IiB4Mj0iMTg4OS42IiB5Mj0iMzM5LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzIwOC40IiB5MT0iMTM5OS40IiB4Mj0iMjE4Ni42IiB5Mj0iMzc3LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzQyMi40IiB5MT0iMTQ5Ni40IiB4Mj0iMjQwMC42IiB5Mj0iNDc0LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOTgzLjQiIHkxPSIxMTc2LjQiIHgyPSItMzguNCIgeTI9IjE1NC42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjI5My40IiB5MT0iMTExMy40IiB4Mj0iLTcyOC40IiB5Mj0iOTEuNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxMy40IiB5MT0iMTMxNy40IiB4Mj0iLTEwMDguNCIgeTI9IjI5NS42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ii04NDcuNCIgeTE9IjY2NS40IiB4Mj0iMTc0LjQiIHkyPSItMzU2LjQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iLTM4Ni40IiB5MT0iMTIxMy40IiB4Mj0iNjM1LjQiIHkyPSIxOTEuNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSItODQ3LjQiIHkxPSIxMTEzLjQiIHgyPSIxNzQuNCIgeTI9IjkxLjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iLTg5Ny40IiB5MT0iMTYwNy40IiB4Mj0iMTI0LjQiIHkyPSI1ODUuNiIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzQuNiIgeTE9IjEyNDkuNCIgeDI9IjExOTYuNCIgeTI9IjIyNy42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY4NS42IiB5MT0iNTg1LjQiIHgyPSIxNzA3LjQiIHkyPSItNDM2LjQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTMuNiIgeTE9IjU1MS40IiB4Mj0iMTAzNS40IiB5Mj0iLTQ3MC40Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzNTIuNiIgeTE9IjgzOC40IiB4Mj0iMjM3NC40IiB5Mj0iLTE4My40Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjExOTYuNiIgeTE9IjYwMi40IiB4Mj0iMjIxOC40IiB5Mj0iLTQxOS40Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3NjguNiIgeTE9IjExNzYuNCIgeDI9IjI3OTAuNCIgeTI9IjE1NC42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjIwNzQuNiIgeTE9IjYwMi40IiB4Mj0iMzA5Ni40IiB5Mj0iLTQxOS40Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEwNTIuNiIgeTE9IjE3ODcuNCIgeDI9IjIwNzQuNCIgeTI9Ijc2NS42Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg2Ny42IiB5MT0iMTgyOC40IiB4Mj0iMTg4OS40IiB5Mj0iODA2LjYiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjI3OS42IiB5MT0iOTIxLjQiIHgyPSIzMzAxLjQiIHkyPSItMTAwLjQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjQ3MC42IiB5MT0iODM4LjQiIHgyPSIzNDkyLjQiIHkyPSItMTgzLjQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTQzMS42IiB5MT0iNDAuNCIgeDI9IjI0NTMuNCIgeTI9Ii05ODEuNCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NjguNiIgeTE9IjI0NS40IiB4Mj0iMTk5MC40IiB5Mj0iLTc3Ni40Ii8+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjIzOC42IiB5MT0iMjcxLjQiIHgyPSIxMjYwLjQiIHkyPSItNzUwLjQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iLTUxNi40IiB5MT0iNDEwLjQiIHgyPSI1MDUuNCIgeTI9Ii02MTEuNCIvPg0KPC9zdmc+DQo=);
background-position: center bottom;
}
#anabasvuru form#iletisim input[type=text] {
width: calc(100% - 32px);
height: 60px;
line-height: 60px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid #dddddd;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
color: var(--siyah);
float: left;
font-family: "source_sans_proregular", 'Montserrat', sans-serif;
position: relative;
z-index: 4;
}
#anabasvuru form#iletisim input[type=telefon] {
width: calc(100% - 32px);
height: 60px;
line-height: 60px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid #dddddd;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
color: var(--siyah);
float: left;
font-family: "source_sans_proregular", 'Montserrat', sans-serif;
position: relative;
z-index: 4;
}
#anabasvuru form#iletisim input[type=telefon]:focus,
#anabasvuru form#iletisim textarea:focus,
#anabasvuru form#iletisim input:focus {
box-shadow: 0px 0px 0px;
border: solid 1px var(--mavi);
}
input:focus
textarea:focus,
select:focus {
box-shadow: 0px 0px 0px;
}
#anabasvuru form#iletisim button#iletisimGonder\ submit {
width: 280px;
height: 80px;
line-height: 80px;
font-size: 18px;
font-weight: 400;
display: inline-table;
overflow: hidden;
position: absolute;
content: "";
background: transparent;
color: var(--beyaz);
text-align: center;
z-index: 4;
border: 0px;
outline: none;
cursor: pointer;
margin: 0px auto 0px auto;
padding: 0px 0px;
border-radius: 100px;
left: 0px;
right: 0px;
bottom: -40px;
background-image: linear-gradient(to left,
var(--mavi),
var(--mavi) 50%,
var(--siyah) 50%,
var(--siyah));
background-position: 100% 0;
background-size: 200% 100%;
transition: all .25s ease-in;
border: 2px solid #ffffff;
}
#anabasvuru form#iletisim button#iletisimGonder\ submit:hover {
background-position: 0 0;
color: var(--beyaz);
}


#anabasvuru form#iletisim .recaptcha {
width: calc(197px - 0px);
height: auto;
display: block;
overflow: visible!important;
position: absolute;
content: "";
bottom: 62px;
right: 0px;
left: 0px;
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
}

#anabasvuru form#iletisim .recaptcha img {
float: left;
}
#anabasvuru form#iletisim .recaptcha input#kod {
width: 65px;
height: 42px!important;
line-height: 42px!important;
border-radius: 0px;
}

#anabasvuru form#iletisim label#kod-error {
width: auto;
height: auto;
overflow: hidden;
position: absolute;
content: "";
bottom: 0px;
right: -180px;
color: var(--beyaz);
font-size: 14px;
font-weight: 400;
}


#anabasvuru form#iletisim input.input-number {
width: calc(100% - 155px)!important;
border-top: 1px solid var(--mavi)!important;
border-bottom: 1px solid var(--mavi)!important;
border-left: 0px!important;
border-right: 0px!important;
text-align: center;
}
#anabasvuru form#iletisim .input-number-decrement {
width: 30px;
height: 60px;
line-height: 60px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid var(--mavi);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
float: left;
text-align: center;
display: block;
cursor: pointer;
}
#anabasvuru form#iletisim .input-number-increment {
width: 30px;
height: 60px;
line-height: 60px;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid var(--mavi);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
float: right;
text-align: center;
display: block;
cursor: pointer;
}
#anabasvuru form#iletisim .inputlabel {
width: calc(25% - 15px);
height: auto;
display: block;
position: relative;
float: left;
margin: 0px 20px 20px 0px;
}
#anabasvuru form#iletisim .inputlabel:nth-of-type(4n) {
margin: 0px 0px 20px 0px;
}
#isim-error,
#email-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: #d50000;
border-radius: 3px;
margin: 0px 0px 0px 0px;
padding: 3px 6px 3px 6px;
}



#anabasvuru #ekran {
width: 75%;
top: -90px;
position: absolute;
right: 0px;
left: 0px;
margin: 0px auto;
text-align: center;
}



.iletisimSayfasi {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#ekran {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.iletisimSayfasi input[type=text] {
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;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
float: left;
font-family: "source_sans_proregular", 'Ubuntu', sans-serif;
}
.iletisimSayfasi input {
width: calc(100% - 32px);
height: 50px;
line-height: 50px;
background: transparent;
border: 1px solid rgb(217 217 217);
transition: all .3s ease;
padding: 0px 15px;
margin: 0px 0px 0px 0px;
display: block;
font-size: 14px;
font-weight: 300;
border-radius: 5px;
outline: none;
font-family: "source_sans_proregular", 'Ubuntu', sans-serif;
}
.iletisimSayfasi textarea {
font-family: "source_sans_proregular", 'Ubuntu', sans-serif;
width: calc(100% - 32px);
max-width: calc(100% - 32px);
max-height: 70px;
height: 70px;
padding: 15px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
display: block;
overflow: hidden;
}
.iletisimSayfasi input[type=telefon]:focus,
.iletisimSayfasi textarea:focus,
.iletisimSayfasi input:focus {
box-shadow: 0px 0px 0px;
border: solid 1px var(--mavi);
}
input:focus
textarea:focus,
select:focus {
box-shadow: 0px 0px 0px;
}
.iletisimSayfasi button#iletisimGonder\ submit {
width: 280px;
height: 80px;
line-height: 80px;
font-size: 18px;
font-weight: 400;
display: inline-table;
overflow: hidden;
position: relative;
content: "";
background: transparent;
color: var(--beyaz);
text-align: center;
border: 0px;
outline: none;
cursor: pointer;
margin: 0px 0px;
padding: 0px 0px;
border-radius: 100px;
background-image: linear-gradient(to left, var(--mavi), var(--mavi) 50%, var(--siyah) 50%, var(--siyah));
background-position: 100% 0;
background-size: 200% 100%;
transition: all .25s ease-in;
border: 2px solid #ffffff;
float: right;
}
.iletisimSayfasi button#iletisimGonder\ submit:hover {
background-position: 0 0;
color: var(--beyaz);
}
.iletisimSayfasi .recaptcha {
width: calc(50% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
}

.iletisimSayfasi input.input-number {
width: calc(100% - 155px)!important;
border-top: 1px solid rgb(217 217 217)!important;
border-bottom: 1px solid rgb(217 217 217)!important;
border-left: 0px!important;
border-right: 0px!important;
text-align: center;
}
.iletisimSayfasi .input-number-decrement {
width: 30px;
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;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
float: left;
text-align: center;
display: block;
cursor: pointer;
}
.iletisimSayfasi .input-number-increment {
width: 30px;
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;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
float: right;
text-align: center;
display: block;
cursor: pointer;
}
.iletisimSayfasi .inputlabel {
width: calc(50% - 10px);
height: auto;
display: block;
position: relative;
float: left;
margin: 0px 20px 20px 0px;
}
.iletisimSayfasi .inputlabel:nth-of-type(2n) {
margin: 0px 0px 15px 0px;
}
.iletisimSayfasi .inputlabel:nth-of-type(5n) {
width: calc(100% - 0px);
}
#isim-error,
#email-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: 20px 30px;
border: 1px solid #d6d8db;
font-size: 14px;
font-weight: 400;
color: #383d41;
background-color: #e2e3e5;
border-radius: 0.25rem;
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: 20px 30px;
border: 1px solid #c3e6cb;
font-size: 14px;
font-weight: 400;
color: #155724;
background-color: #d4edda;
border-radius: 0.25rem;
animation: ekranmesaji2 1s ease 0s 1 normal forwards;
}
p.mesajgonderilmedi {
width: calc(100% - 60px);
height: auto;
overflow: hidden;
display: block;
margin: 30px 0px 0px 0px;
padding: 20px 30px;
border: 1px solid #f5c6cb;
font-size: 14px;
font-weight: 400;
color: #721c24;
background-color: #f8d7da;
border-radius: 0.25rem;
animation: ekranmesaji2 1s ease 0s 1 normal forwards;
}

@keyframes ekranmesaji2 {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}

.iletisimSol {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: none;
margin-right: 0px;
}
.iletisimSol ul {
width: 100%;
height: auto;
overflow: hidden;
display: block;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.iletisimSol ul li {
width: calc(33.333% - 40px);
height: auto;
overflow: hidden;
display: block;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 60px 0px 0px;
}
.iletisimSol ul li:last-child {
margin: 0px 0px 0px 0px;
}
.iletisimSol ul li div {
display: block;
position: relative;
}
.iletisimSol ul li img {
width: 64px;
height: 64px;
overflow: hidden;
display: block;
margin: 0px auto 15px auto;
}
.iletisimSol ul li strong {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
font-size: 22px;
font-weight: 700;
color: var(--siyah);
text-align: center;
letter-spacing: -1px;
margin-bottom: 15px;
}
.iletisimSol ul li a,
.iletisimSol ul li p {
font-size: 18px;
font-weight: 300;
color: var(--siyah);
line-height: 1.4;
display: block;
text-align: center;
}


.iletisimSag {
width: calc(50% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 60px auto 0px auto;
}




.akordiyonIcerik {
width: calc(100% - 0px);
height: auto;
margin: 0px 0px 0px 0px;
position: relative;
display: block;
padding: 0px 0px 0px 0px;
}
.akordiyonIcerik div {
width: calc(100% - 0px);
height: auto;
margin: 0px 0px 20px 0px;
position: relative;
display: block;
padding: 0px 0px 0px 0px;
}
.akordiyonIcerik div:last-child {
margin: 0px 0px 0px 0px;
}
.akordiyonIcerik label {
width: calc(100% - 40px);
height: 52px;
line-height: 52px;
padding: 0px 20px 0px 20px;
position: relative;
display: block;
cursor: pointer;
color: var(--beyaz);
font-size: 16px;
font-weight: 500;
background: var(--mavi);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.akordiyonIcerik label:hover {
color: var(--beyaz);
background: var(--siyah);
}
.akordiyonIcerik input:checked ~ label {
color: var(--beyaz);
background: var(--siyah);
-webkit-border-radius: 15px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 15px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 15px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.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);
}
.akordiyonIcerik input:checked ~ label:after {
content: "\f106";
color: rgb(255 255 255 / 50%);
}
.akordiyonIcerik input {
display: none;
}
.akordiyonIcerik article {
overflow: hidden;
height: 0;
}
.akordiyonIcerik input:checked ~ article {
width: calc(100% - 62px);
border: 1px solid var(--siyah);
height: auto;
animation: indirasagiya 0.5s ease 0s 1 normal forwards;
padding: 30px 30px 30px 30px;
}
@keyframes indirasagiya {
0% {
transform: scaleY(0);
transform-origin: 100% 0%;
}
100% {
transform: scaleY(1);
transform-origin: 100% 0%;
}
}
.akordiyonIcerik p {
width: calc(100% - 0px);
line-height: 1.6;
font-size: 16px;
font-weight: 400;
color: var(--siyah);
display: block;
overflow: hidden;
}

.inputlabel {
width: calc(50% - 10px);
height: auto;
display: block;
position: relative;
float: left;
margin: 0px 20px 20px 0px;
}
.inputlabel:nth-of-type(2n) {
margin: 0px 0px 15px 0px;
}
.inputlabel:nth-of-type(5n) {
width: calc(100% - 0px);
}
.recaptcha {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: right;
}

.yorumAlani {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 30px 0px 0px 0px;
}
.yorumAlani form {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
}
.yorumAlani form div {
width: calc(250px - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 30px;
}
.yorumAlani form div:nth-of-type(2n) {
width: calc(100% - 280px);
margin-right: 0px;
}
.yorumAlani form input {
width: calc(100% - 32px);
height: 50px;
line-height: 50px;
padding: 0px 15px;
margin: 0px 0px 15px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 14px;
font-weight: 300;
color: var(--siyah);
}
.yorumAlani form input:focus,
.yorumAlani form textarea:focus {
border: 1px solid var(--turuncu);
}
.yorumAlani form input:last-child {
margin: 0px 0px 0px 0px;
}
.yorumAlani form textarea {
font-family: 'Ubuntu', sans-serif;
width: calc(100% - 32px);
max-width: calc(100% - 32px);
max-height: 87px;
height: 87px;
padding: 15px 15px;
margin: 0px 0px 0px 0px;
border: 1px solid rgb(217 217 217);
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
border-radius: 5px;
font-size: 14px;
font-weight: 400;
color: var(--siyah);
display: block;
overflow: hidden;
font-family: 'Poppins', sans-serif;
}
.yorumAlani button#submit {
width: calc(150px - 0px);
height: 44px;
line-height: 44px;
font-size: 16px;
font-weight: 500;
display: table;
overflow: hidden;
position: relative;
background: transparent;
color: var(--turuncu);
text-align: center;
z-index: 1;
border: 0px;
outline: none;
cursor: pointer;
float: right;
margin: 15px 0px 0px 0px;
padding: 0px 30px;
border: 1px solid var(--turuncu);
transition: all 900ms ease;
-webkit-border-radius: 15px;
-webkit-border-bottom-right-radius: 60px;
-moz-border-radius: 15px;
-moz-border-radius-bottomright: 60px;
border-radius: 15px;
border-bottom-right-radius: 60px;
}
.yorumAlani button#submit:hover {
color: var(--beyaz);
border-color: var(--turuncu);
background: var(--turuncu);
}

.yapilanYorumlar {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 30px 0px 0px 0px;
}
.yapilanYorumlar .yorum {
width: calc(100% - 36px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 15px 15px 15px 15px;
margin: 0px 0px 15px 0px;
background: #ffffff;
border-left: 5px solid var(--turuncu);
border-right: 1px solid rgb(217 217 217);
border-top: 1px solid rgb(217 217 217);
border-bottom: 1px solid rgb(217 217 217);
border-radius: 10px;
}
.yapilanYorumlar ul {
width: calc(100% - 10px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
}
.yapilanYorumlar ul .yorum {
border-left: 5px solid var(--border);
}
.yapilanYorumlar .yorum span {
width: auto;
height: auto;
overflow: hidden;
display: inline-table;
position: relative;
font-size: 14px;
font-weight: 400;
color: var(--siyah);
margin-right: 10px;
}
.yapilanYorumlar .yorum span:nth-of-type(3n) {
margin-right: 0px;
}
.yapilanYorumlar .yorum span.name {
font-weight: 500;
color: var(--lacivert);
}
.yapilanYorumlar .yorum a {
background: var(--turuncu);
color: var(--beyaz);
border-radius: 5px;
padding: 1px 5px;
font-size: 10px;
letter-spacing: 1px;
}
.yapilanYorumlar .yorum p {
width: calc(100% - 10px);
height: auto;
overflow: hidden;
display: block;
position: relative;
font-size: 14px;
font-weight: 400;
color: var(--siyah);
margin-top: 10px;
padding-left: 10px;
}









.whatsappFooterButon .whatsapp-main {
display: inline-block;
position: fixed;
bottom: 0px;
z-index: 9999999;
left: auto;
right: 0px;
}
.whatsappFooterButon .whatsapp-wrapper {
box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
flex-direction: column;
width: 100%;
border-radius: 10px;
overflow: hidden;
transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
background-color: rgb(255, 255, 255);
transform: translate3d(0px, 0px, 0px);
opacity: 1;
pointer-events: all;
visibility: visible;
touch-action: auto;
margin-bottom: 96px;
position: fixed;
bottom: 0px;
left: auto;
right: 0px;
margin-right: 20px;
}
.whatsappFooterButon .close_whatsapp {
position: absolute;
top: 8px;
right: 8px;
width: 20px;
height: 20px;
opacity: 0.4;
cursor: pointer;
transition: all 0.3s ease 0s;
outline: transparent;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.whatsappFooterButon .close_whatsapp::before {
transform: rotate(45deg);
}
.whatsappFooterButon .close_whatsapp::after {
transform: rotate(-45deg);
}
.whatsappFooterButon .close_whatsapp::before,
.whatsappFooterButon .close_whatsapp::after {
content: "";
position: absolute;
width: 12px;
height: 2px;
background-color: rgb(29, 33, 41);
display: block;
border-radius: 2px;
}
.whatsappFooterButon .whatsapp-header {
background: rgb(255, 255, 255);
color: rgb(17, 17, 17);
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 5px 10px;
}
.whatsappFooterButon .header-info {
margin-left: 16px;
margin-right: 16px;
}
.whatsappFooterButon .support-avatar {
width: 52px;
height: 52px;
display: block;
position: relative;
flex-shrink: 0;
}

.whatsappFooterButon .support-avatar::before {
content: "";
bottom: 0px;
right: 0px;
width: 12px;
height: 12px;
box-sizing: border-box;
background-color: rgb(74, 213, 4);
display: block;
position: absolute;
z-index: 1;
border-radius: 50%;
border: 2px solid rgb(255, 255, 255);
}
.whatsappFooterButon .avatar-wrapper {
height: 100%;
width: 100%;
overflow: hidden;
border-radius: 50%;
position: relative;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.whatsappFooterButon .avatar-img {
min-width: 100%;
height: 100%;
flex-shrink: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.whatsappFooterButon .avatar-img::after {
border-radius: 50%;
border: 3px solid rgba(0, 0, 0, 0.1);
inset: 0px;
position: absolute;
content: "";
overflow: hidden;
}
.whatsappFooterButon .whatsapp-background {
padding: 12px 15px 15px 10px;
background-color: rgb(230, 221, 212);
position: relative;
overflow: auto;
max-height: 382px;
}
.whatsappFooterButon .whatsapp-background::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url(images/whatsapp.webp);
}
.whatsappFooterButon .whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsappFooterButon .loading-animation {
background-color: rgb(255, 255, 255);
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin-left: 10px;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.whatsappFooterButon .dot-pulse {
position: relative;
left: -9999px;
width: 6px;
height: 6px;
border-radius: 5px;
background-color: #cbcbcb;
color: #cbcbcb;
box-shadow: 9999px 0 0 -5px #cbcbcb;
animation: dotPulse 1.5s infinite linear;
animation-delay: .25s;
}

.whatsappFooterButon .dot-pulse::before, .dot-pulse::after {
content: '';
display: inline-block;
position: absolute;
top: 0;
width: 6px;
height: 6px;
border-radius: 5px;
background-color: #cbcbcb;
color: #cbcbcb;
}

.whatsappFooterButon .dot-pulse::before {
box-shadow: 9984px 0 0 -5px #cbcbcb;
animation: dotPulseBefore 1.5s infinite linear;
animation-delay: 0s;
}

.whatsappFooterButon .dot-pulse::after {
box-shadow: 10014px 0 0 -5px #cbcbcb;
animation: dotPulseAfter 1.5s infinite linear;
animation-delay: .5s;
}

@keyframes dotPulseBefore {
0% {
box-shadow: 9984px 0 0 -5px #cbcbcb;
}
30% {
box-shadow: 9984px 0 0 2px #cbcbcb;
}
60%,
100% {
box-shadow: 9984px 0 0 -5px #cbcbcb;
}
}

@keyframes dotPulse {
0% {
box-shadow: 9999px 0 0 -5px #cbcbcb;
}
30% {
box-shadow: 9999px 0 0 2px #cbcbcb;
}
60%,
100% {
box-shadow: 9999px 0 0 -5px #cbcbcb;
}
}

@keyframes dotPulseAfter {
0% {
box-shadow: 10014px 0 0 -5px #cbcbcb;
}
30% {
box-shadow: 10014px 0 0 2px #cbcbcb;
}
60%,
100% {
box-shadow: 10014px 0 0 -5px #cbcbcb;
}
}
.whatsappFooterButon .wloader {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: rgb(182, 181, 186);
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
}
.whatsappFooterButon .whatsapp-message-wrapper {
display: none;
padding: 7px 14px 6px;
background-color: rgb(255, 255, 255);
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
transform-origin: center top;
z-index: 2;
box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
margin-top: 4px;
max-width: calc(100% - 30px);
}
.whatsappFooterButon .whatsapp-message-wrapper::before {
position: absolute;
background-image: url(images/chat-edge.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}
.whatsappFooterButon .chat-body-wrapper {
width: 100% !important;
}
.whatsappFooterButon .whatsapp-chat-name {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: rgba(0, 0, 0, 0.4);
}
.whatsappFooterButon .whatsapp-chat-message {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: rgb(17, 17, 17);
}
.whatsappFooterButon .whatsapp-chat-message p {
margin: 0px;
font-size: 12px;
}
.whatsappFooterButon .whatsapp-message-container {
box-sizing: border-box !important;
outline: none !important;
}
.whatsappFooterButon .whatsapp-chat-time {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.whatsappFooterButon .whatsapp-btn {
padding: 8px 12px;
border-radius: 24px;
border: none;
background: rgb(14, 193, 47);
color: rgb(255, 255, 255);
font-size: 15px;
font-weight: 400;
line-height: 20px;
cursor: pointer;
position: relative;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin: 15px 20px 15px 20px;
overflow: hidden;
appearance: none;
}
.whatsappFooterButon .whatsapp-btn::before {
content: "";
position: absolute;
display: block;
opacity: 0;
transform: scale(1);
background-color: rgb(0, 0, 0);
z-index: 0;
transition: all 0.2s ease 0s;
border-radius: 20px;
width: 10px;
height: 10px;
bottom: -5px;
}
.whatsappFooterButon .whatsapp-send-icon-small {
width: 16px;
height: 16px;
flex: 0 0 16px;
fill: rgb(255, 255, 255);
z-index: 1;
}
.whatsappFooterButon .chat-button-text {
margin-left: 8px;
margin-right: 8px;
z-index: 1;
color: rgb(255, 255, 255);
}
.whatsappFooterButon .whatsapp-popup-button {
width: 48px;
height: 48px;
box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
border-radius: 50%;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
cursor: pointer;
user-select: none;
position: relative;
outline: transparent;
background-color: rgb(14, 193, 47);
margin-bottom: 20px;
margin-right: 20px;
margin-left: 20px;
border: 5px solid #ffffff;
}
.whatsappFooterButon .whatsapp-popup-button::before,
.whatsappFooterButon .whatsapp-popup-button::after {
content: "";
position: absolute;
border: 1px solid rgb(14, 193, 47);
inset: -2px;
border-radius: 500px;
opacity: 0;
z-index: 0;
}
.whatsappFooterButon .whatsapp-notify {
width: 10px;
height: 10px;
background-color: rgb(255, 0, 0);
display: block;
position: absolute;
z-index: 1;
border-radius: 50%;
right: 4px;
top: 4px;
}
@keyframes showhide {
from {
transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
.whatsappFooterButon .hide-whatsapp {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsappFooterButon .show-whatsapp {
display: flex;
animation-name: showchat;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}

.datepicker label {
font-size: 0.75rem;
font-weight: 400;
display: block;
margin-bottom: 0.5rem;
color: #B0BEC5;
border: 1px solid #ECEFF1;
padding: 0.5rem 0.75rem;
border-radius: 0.5rem;
}
.datepicker input {
font-family: 'Roboto', sans-serif;
display:block;
border: none;
border-radius: 0.25rem;
border: 1px solid transparent;
line-height: 1.5rem;
padding: 0;
font-size: 1rem;
color: #607D8B;
width: 100%;
margin-top: 0.5rem;
}
.datepicker input:focus {outline: none;}
#ui-datepicker-div {
display: none;
background-color: #fff;
box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
margin-top: 0.25rem;
border-radius: 0.5rem;
padding: 0.5rem;
z-index: 9999!important;
}
.datepicker table {
border-collapse: collapse;
border-spacing: 0;
}
.ui-datepicker-calendar thead th {
padding: 0.25rem 0;
text-align: center;
font-size: 0.75rem;
font-weight: 400;
color: #78909C;
}
.ui-datepicker-calendar tbody td {
width: 2.5rem;
text-align: center;
padding: 0;
}
.ui-datepicker-calendar tbody td a {
display: block;
border-radius: 0.25rem;
line-height: 2rem;
transition: 0.3s all;
color: #142852;
font-size: 0.875rem;
text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
background-color: #142852;
color: var(--beyaz);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
background-color: #009688;
color: white;
}
.ui-datepicker-header a.ui-corner-all {
cursor: pointer;
position: absolute;
top: 0;
width: 2rem;
height: 2rem;
margin: 0.5rem;
border-radius: 0.25rem;
transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
left: 0;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-size: 0.5rem;
background-position: 50%;
transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
right: 0;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
background-repeat: no-repeat;
background-size: 10px;
background-position: 50%;
}
.ui-datepicker-header a>span {
display: none;
}
.ui-datepicker-title {
text-align: center;
line-height: 2rem;
margin-bottom: 0.25rem;
font-size: 0.875rem;
font-weight: 500;
padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
color: #78909C;
font-weight: 400;
font-size: 0.75rem;
}


.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;
}
figure.effect-oscar h2 {
margin: 0px 0px 15px 0px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
color: #ffffff;
padding: 10px 0px 8px 0px;
font-size: 16px;
font-weight: 700;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
figure.effect-oscar:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-oscar:hover figcaption {
background-color: rgb(0 0 0 / 50%);
}
figure.effect-oscar:hover img {
opacity: 0.8;
}
@media screen and (max-width: 50em) {
.galeriEfekt figure {
display: inline-block;
float: none;
margin: 0px auto;
width: 100%;
}
}
.galeriEfekt *,
.galeriEfekt *:after,
.galeriEfekt *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
