@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
:not(#mainMenu) > .menu, :not(#mainMenu) > .menu div:not(.dynamicMenu)
{
background-color:                             inherit;
}
#blog
{
padding-top:                          100px;
}
li.fl.drop-down.hover.overlay-wrap.parentLink:hover .menu-ust
{
opacity:                  1;
visibility: visible;
}
#skeletonWrap
{
overflow-x:           hidden;
}



.pkg-wrap, .pkg-wrap * { box-sizing: border-box; }
.pkg-wrap a { color: inherit; text-decoration: none; }
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  align-items: start;
}
.pkg-card {
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.25s ease, border 0.25s ease;
}
.pkg-card:hover { transform: translateY(-10px); }
.pkg-std:hover {
  border: 1.5px solid #c1602f !important;
  box-shadow: 0 20px 32px rgba(193,96,47,0.22), 0 0 0 2px #c1602f !important;
}
.pkg-ultra:hover {
  border: 1.5px solid #a8adb4 !important;
  box-shadow: 0 22px 36px rgba(168,173,180,0.25), 0 0 0 2px #a8adb4 !important;
}
.pkg-prem:hover {
  border: 1.5px solid #fcb813 !important;
  box-shadow: 0 20px 34px rgba(252,184,19,0.25), 0 0 0 2px #fcb813 !important;
}
@media (max-width: 759px) {
  .pkg-grid { grid-template-columns: 1fr; max-width: 420px; }
  .pkg-card:hover { transform: none; }
}


.new-cards-container
{
margin:  0 auto;
display: flex;
flex-wrap:  wrap;
gap: 15px;
}

.card
{
border-radius:  25px;
padding: 40px;
display:  flex;
align-items: center;
justify-content:  space-between;
position: relative;
overflow:  hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
cursor:  pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover
{
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.card::before
{
content: '';
position:  absolute;
top: 0;
left:  0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
pointer-events:  none;
}

.yks
{
background: linear-gradient(
358deg, #0062B8 0%, #4BACFF 100%);
width: 43%;
}

.lgs
{
background: linear-gradient(358deg, #28A745 0%, #2AD551 100%);
width: 43%;
}

.kpss
{
background: linear-gradient(
356deg, #BA372A 0%, #E13D2D 100%);
width: 57%;
}

.meb-ags
{
background: linear-gradient(33deg, #F39C12 0%, #F3CE12 100%);
width: 29%;
}

.moda-dil
{
background: linear-gradient(
1deg, #750D3E 0%, #AA165C 100%);
width: 100%;
}

.card-title
{
color:  white;
font-size: 3.5rem;
font-weight:  bold;
letter-spacing: 2px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
z-index:  2;
}

.icon-container
{
position:  relative;
z-index: 2;
right:  20px;
}

.icon-bg
{
background:  white;
border-radius: 20px;
padding:  25px;
display: flex;
align-items:  center;
justify-content: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
width:  140px;
height: 140px;
}

.icon-bg img
{
max-width: 198%;
/* max-height: 100%; */
/*
object-fit:  contain;
*/
}

.meb-ags .card-title
{
}
@media (max-width: 768px)
{
.new-cards-container
{
grid-template-columns:  1fr;
}

.moda-dil
{
grid-column:  1;
}

.card
{
padding:  30px;
width: 100%;
}

.card-title
{
font-size:  2rem;
}

.icon-bg
{
width:  100px;
height: 100px;
padding:  15px;
}

.icon-container
{
right:  0;
}
}

.card-link
{
display:  contents;
/* Kart n grid yap s n  bozmadan link haline getirir */
text-decoration:  none;
color: inherit;
}

.card.dikey
{
width: 26%;
flex-direction:  column;
background: linear-gradient(1deg, #750D3E 0%, #AA165C 100%);
border-radius:  25px;
padding: 40px;
display:  flex;
align-items: center;
justify-content:  space-between;
position: relative;
overflow:  hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
cursor:  pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dikey .icon-container
{
right:  0px;
}

.dikey .icon-bg
{
width:  200px;
}

.card.kpssa
{
background: linear-gradient(1deg, #3E66D5 0%, #3CA1EE 100%);
}

.card.oabt
{
background: linear-gradient(1deg, #34495E 0%, #55799C 100%);
}

.card.dgs
{
background: linear-gradient(1deg, #006D77 0%, #048B98 100%);
}

.card.hukuk
{
background: linear-gradient(1deg, #A55D00 0%, #CE7603 100%);
}

.card.kariyer
{
background: linear-gradient(1deg, #5A7D7C 0%, #7EB0AF 100%);
}

.card.sinav
{
background: linear-gradient(1deg, #E74C3C 0%, #FF6656 100%);
}

.card-title
{
text-align:  center;
}
@media (max-width: 768px)
{
.card-title
{
font-size: 1.7rem;
letter-spacing:  0px;
padding: 0px;
margin-top:  0px;
}

.dikey .icon-bg
{
width: 100px!important;
}
}

.category-slider-alt
{
margin-top:         -22px;
}

.pText .oh
{
margin:  0 auto;
min-height: 100px;
font-size:  18px;
font-weight: 300;
align-content:  space-evenly;
}

.category-tab-container
{
display:         flex;
justify-content: center;
align-items:         center;
background: white;
}

.category-tab-home
{
position:         relative;
padding:10px;
width: 100%;
}

.category-tab-home .card
{
position:         relative;
width: 100%;
height:         212px;
background: #232323;
border-radius:         20px;
transition: .5s ease-in-out;
}

.category-tab-home.img2 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #fdb040;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img2 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img3 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #86b377;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img3 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img4 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #f0bf4d;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img4 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img5 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #74b0bf;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img5 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img6 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #cb6e99;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img6 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img7 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #a47eff;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img7 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home.img8 .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #7a7685;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home.img8 .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.category-tab-home .card::before
{
content: '';
position:         absolute;
top: 0;
right:         0;
width: 100%;
height: 100%;
background:         #fbdac7;
border-radius: 20px;
clip-path: circle(100px at 78% 20%);
transition: .5s ease-in-out;
overflow:        hidden;
}

.category-tab-home .card:hover::before
{
clip-path: circle(135px at 73% 23%);
}

.footer-yazi
{
position:         absolute;
bottom: 0;
left:         0;
border-radius: 20px;
width: 100%;
height:         100px;
text-align: left;
transition:         1s;
overflow: hidden;
}

.watermark
{
font-size:         9em;
font-weight: 800;
font-style:         italic;
color: rgba(255, 255, 255, 0.03);
}
/* style product */
.category-tab-home .card .image-box
{
position:         absolute;
top: 45%;
transform: translateY(-50%);
z-index:         99;
width: 85%;
height:         90px;
transition: .5s ease-in-out;
}

.category-tab-home .card:hover .image-box
{
top: 12.8%;
transform: translateY(-20%);
transform: scale(1.2);
transition: .5s ease-in-out;
}

.category-tab-home .card:hover
{
top: 15%;
transform: scale(1.06);
transition: .5s ease-in-out;
z-index:        99;
}

.category-tab-home .card .image-box img
{
position:         absolute;
top: 74%;
left: 90%;
transform: translate(-50%, -50%);
width:         150px;
overflow:vissible;
}
/* style product info */
.category-tab-home .card .content-box
{
position:         absolute;
bottom: 0;
width: 100%;
height:         100px;
text-align: left;
padding-left:        25px;
transition: 1s;
z-index:         99;
overflow:hidden;
}

.category-tab-home .card:hover .content-box
{
height:         145px;
}

.category-tab-home .card .content-box h2
{
font-size: 3.5em;
position:         relative;
font-weight: 700;
letter-spacing:         -2px;
color: #fff;
padding:         10px 0px;
margin: 0px;
}

.category-tab-home .card .content-box .size,
.category-tab-home .card .content-box .color
{
display:         flex;
justify-content: left;
align-items:         left;
padding: 0px 0px;
transition: 0.5s;
opacity:         0;
visibility: hidden;
}

.category-tab-home .card:hover .content-box .size
{
opacity:         1;
visibility: visible;
transition-delay: 0.5s;
}

.category-tab-home .card:hover .content-box .color
{
opacity:         1;
visibility: visible;
transition-delay: 0.6s;
}

.category-tab-home .card .content-box .size h3,
.category-tab-home .card .content-box .color h3
{
color:         #fff;
font-weight: 300;
font-size:         14px;
text-align: left;
padding-top:         7px;
margin: 0px;
}

.category-tab-home .card .content-box .size span
{
width:         26px;
height: 26px;
text-align:         left;
line-height: 26px;
font-size:         14px;
display: inline-block;
color:         #111;
background: #fff;
margin:         0 5px;
transition: .5s;
cursor:         pointer;
}

.category-tab-home .card .content-box .size span:hover
{
background:         #9bdc28;
}

.category-tab-home .card .content-box .color span
{
width:         20px;
height: 20px;
background:         #ff0;
border-radius: 50%;
margin:         0 5px;
cursor: pointer;
}

.category-tab-home .card .content-box .color span:nth-child(2)
{
background:         #9bdc28;
}

.category-tab-home .card .content-box .color span:nth-child(3)
{
background:         #03a9f4;
}

.category-tab-home .card .content-box .color span:nth-child(4)
{
background:         #e91e63;
}

.category-tab-home .card .content-box a
{
text-decoration:         none;
color: white;
transform: translateY(50px);
transition: 0.5s;
}

.category-tab-home .card .content-box a:hover
{
font-weight:        800;
transition: 0.5s;
}

.border
{
border:    1px solid #8f8f8f;
vertical-align: bottom;
margin-top:    42px;
float: right;
margin-left:    -20px;
}
@media screen and (max-width: 992px)
{
.blog-big-title
{
width: 50%;
}

.border
{
border:    1px solid #8f8f8f;
vertical-align: bottom;
margin-top:    21px;
float: right;
margin-left:    -20px;
width: 50%;
}

.highlight
{
width:100%!important;
}

.sort-list
{
height:80px!important;
}

.category-tab-container
{
width:100%!important;
display:block!important;
}

.category-tab-home .card
{
position:        relative;
margin: 0 auto;
margin-left:        0px;
width: 95%;
text-align:        center;
height: 212px;
background:        #232323;
border-radius: 20px;
transition: .5s ease-in-out;
}
}

.slider-fullwidth-new
{
width: 100%;
padding:            15px;
margin-bottom: 2vw;
}

.subMenu .dynamicMenu .fl .col ul
{
left: 40%;
top: -52%;
z-index:                        90;
opacity: 0;
visibility:                        hidden;
transition: 0.3s;
min-width:                        218px;
border-radius: 5px;
height:                        auto;
position: absolute;
background-color:                        white;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
border-bottom:                        2px solid #ffbc11;
text-align: left;
padding:                        20px;
}

.children:after
{
content: "\EA4D";
font-family: 'remixicon';
}

.onecikan
{
font-size:                           35px;
text-align: center;
margin-bottom:                           30px;
padding-top: 35px;
}

.slick-slide img
{
border-radius:                        20px;
}

.slick-activation-wrapper .single-slick-card
{
padding:                        0 10px;
}

.service-card-8 .inner
{
border-radius:                        5px;
text-align: center;
position:                        relative;
width: 100%;
transition: 0.4s;
margin-bottom:                        40px;
}

.service-card-8 .inner .icon
{
position:                        relative;
width: 75px;
height:                        75px;
display: flex;
align-items:                        center;
background: #FFFFFF;
border-radius: 100%;
justify-content:                        center;
margin: 0 auto;
}

.service-card-8 .inner .content
{
margin-top:                        0px;
}

.service-card-8 .inner .content .title
{
font-weight:                        700;
font-size: 18px;
line-height:                        28px;
margin-bottom: 5px;
}

.service-card-8 .inner .content span
{
font-weight:                        500;
font-size: 16px;
line-height:                        26px;
}

.service-card-8 .inner .hover-action
{
position:                        absolute;
bottom: 29px;
left: 75%;
transform: translateX(-50%);
transition: 0.4s;
opacity:                        0;
}

.service-card-8 .inner .hover-action .read-more-btn
{
width:                        40px;
height: 40px;
background:                        #ffffff;
color: #3e3e3e;
display:                        inline-block;
line-height: 43px;
border-radius: 100%;
box-shadow: 9px 11px 20px rgb(0 0 0 / 25%);
font-size:                        20px;
}

.slick-slide img
{
border-radius:                        20px;
}

.service-card-8:hover .inner
{
padding-bottom:                        50px;
margin-bottom: -20px;
}

.service-card-8:hover .inner .hover-action
{
opacity:                        1;
}

.headerlogo-div
{
height:    64px;
max-height: 64px;
}

.uyelik-button
{
height:    40px;
line-height: 40px
;text-align:    center;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
;border-radius:    25px;
outline: none
;color:      white;
border: 0 none
;padding:    1px 25px;
background: #FAB027
;display:    flex;
font-size: 16px;
}

.basketLink
{
height:    40px;
line-height: 40px
;width:    70px;
text-align: center;box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
;border-radius:    25px;
outline: none
;color:                         #1e1e1e;
border: 0 none
;padding:                         0;
background: #e5e2e2
;display:                         block;
font-size: 16px;
}

.uyelik-button i
{
padding-left:      0;
padding-right: 5px;
}

.user-mail, .user-id
{
display:                            none;
}
:not(#mainMenu) > .menu
{
position:                             relative;
}

.menu-list
{
z-index:                             33;
}

.menu li
{
float:                             left;
}
[dir="rtl"] .menu li
{
float:                             right;
}

.menu a
{
float:                             left;
padding-left: 10px;
padding-right:                             10px;
box-sizing: border-box;
}
[dir="rtl"] .menu a
{
float:                             right;
}

.menu li.parentLink > ul
{
position:                             absolute;
top: 100%;
left:                             0;
width: 200px;
display:                             none;
}
[dir="rtl"] .menu li.parentLink > ul
{
right:                             0;
left: auto;
}

.menu li.parentLink li a
{
width: 100%;
}

.menu li.parentLink li.parentLink ul
{
float:                             left;
position: relative;
box-sizing:                             border-box;
border-left: 10px solid #dedede;
}
[dir="rtl"] .menu li.parentLink li.parentLink ul
{
float:                             right;
border-right: 10px solid #dedede;
border-left:                             0;
}
#mobileAppNotify
{
position:                             fixed;
z-index: 9999;
}
#appNotify
{
display:                             flex;
align-items: center;
}
#appLogo p
{
padding-bottom:                             0;
}
#appLogo img
{
max-width: 100%;
width:                             auto;
height: auto;
}
#appBtn
{
white-space:                             nowrap;
}

.sticky .dn-sticky
{
display:                             none;
}

.header-wrapper
{
z-index:                             334;
margin-bottom: -10px;
}
#header-wrap.sticky
{
position:                             fixed;
top: 0;
left:                             0;
z-index: 999;
background:                        white;
}
#headerTop
{
background:    #fab027;
display: flex;
align-items:    center;
justify-content: center;
color:    #000000;
font-size: 15px;
font-weight:    700;
line-height: normal;
height:    40px;
max-height: 40px;
}

.sticky #headerTop
{
height:                             0;
overflow: hidden;
}

.locationLinkWrap
{
padding:                             7px 10px;
box-sizing: border-box;
}
[dir="rtl"] #topMenu, [dir="rtl"] #topMenu li, [dir="rtl"] #topMenu a
{
float:                             right;
}
#topMenu a
{
line-height:                             30px;
color: #545454;
font-size:                             12px;
padding-left: 20px;
padding-right:                             20px;
border-right: 1px solid #ddd;
}
[dir="rtl"] #topMenu a
{
border-right:                             0;
border-left: 1px solid #ddd;
}
#topMenu ul li:hover > span, #topMenu ul li:hover > a
{
background:                             #e2e2e2;
}
#headerTop select
{
height:                             30px;
padding: 0 30px 0 10px;
background: url('selectArrow.png') no-repeat right center;
border:                             0;
border-left: 1px solid #ddd;
appearance:                             none;
-moz-appearance: none;
-webkit-appearance:                             none;
color: #545454;
font-size:                             12px;
}
[dir="rtl"] #headerTop select
{
padding:                             0 10px 0 30px;
background: url('selectArrow.png') no-repeat 10px center;
border-right:                             1px solid #ddd;
border-left: 0;
}
#headerPhone
{
color:                             #545454;
font-size: 12px;
line-height:                             30px;
}
#header-wrap .cart-soft-count, #header-customer-msg .message-count
{
width:                             19px;
height: 19px;
border-radius:                             10px;
background-color: #FAB027;
box-sizing:                             border-box;
display: flex;
align-items:                             center;
justify-content: center;
color:                             #ffffff;
font-size: 11px;
font-weight:                             700;
line-height: normal;
top:                             0;
right: 0;
}

.basket-list-ic
{
background-color:                             #f6f6f6;
width: 100%;
box-sizing:                             border-box;
padding: 20px 5px;
position:                             relative;
}

.cart-pr-title
{
color:                             #000000;
font-size: 13px;
font-weight:                             400;
line-height: 17px;
margin-bottom:                             10px;
}

.middleItem .discountedPrice
{
font-size:                             13px;
}

.middleItem .currencyPrice
{
color:                             #000000;
font-size: 13px;
font-weight:                             700;
line-height: 21px;
margin-bottom:                             14px;
}

.middleItem .qtyBtns a p:before
{
display:                             none;
}

.middleItem .qtyBtns a p
{
float:                             left;
width: 100%;
height: 100%;
}

.middleItem .qtyBtns a p.icon-minus
{
background: url(/Data/EditorFiles/tasarim/sepet-adet-eksi.svg) no-repeat center;
}

.middleItem .qtyBtns a p.icon-plus
{
background: url(/Data/EditorFiles/tasarim/sepet-adet-arti.svg) no-repeat center;
}
li.cart-item
{
margin-bottom:                             30px;
align-items: flex-start;
}

.general-text
{
color:                             #000000;
font-size: 13px;
font-weight:                             700;
line-height: 12px;
text-transform:                             uppercase;
}

.general-title
{
color:                             #000000;
font-size: 13px;
font-weight:                             400;
line-height: normal;
}

.cart-btns > a
{
width:                             49px;
height: 49px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
border-radius:                             24px;
background-color: #ffffff;
display:                             flex;
align-items: center;
justify-content:                             center;
}

.cart-btns > a:first-child
{
margin-right:                             7px;
}

.cart-btns
{
padding-right:                             5px;
}

.cart-pr-btns
{
display:                             flex;
align-items: center;
}

.basket-list-ic:before
{
content: url(/Data/EditorFiles/tasarim/menu-hover-gri.svg);
position:                             absolute;
top: -13px;
right:                             11px;
z-index: -1;
opacity: 0.7;
}
#basketList
{
display:                             none;
position: absolute;top: 100%
;right:                             0;
background: #ebebeb00
;z-index:                             3333;
width: 270px
;padding-top:                             38px;
}
#logo a
{
float:                             left;
}

.sticky #logo a
{
}
#logo p, #logo img
{
-webkit-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
-moz-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
-ms-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
-o-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-ms-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
}

.slider-html
{
padding: 0 8%;
}

.swiper-button-next:after, .swiper-button-prev:after
{
display:                             none;
}

.swiper-button-next, .swiper-button-prev
{
width: 8px !important;
height: 13px !important;
padding: 0 !important;
margin: 0 !important;
font-size: 0 !important;
line-height: normal !important;
background-size: cover !important;
}

.swiper-button-next
{
background: url(/Data/EditorFiles/tasarim/slider-arrow-right.svg) no-repeat center;
right: 50px !important;
}

.swiper-button-prev
{
background: url(/Data/EditorFiles/tasarim/slider-arrow-right.svg) no-repeat center;
transform: rotateY(180deg);
left: 50px !important;
}
#logo p
{
float:                             left;
width: 100%
;height:    40px;
display: flex
;align-items:                             center;
padding-bottom: 0;
}

.sticky #logo p
{
height:    40px;
}
#logo img
{
display:                             inherit;
max-height: 100%;
max-width: 100%;
width:                             auto;
}

.menu-index
{
z-index:               275;
}
#search
{
z-index:                276;
position: relative
;border-radius:   30px;
border: 1px solid #e0c16b;width: 100%
;height:    40px;
}
#searchListWrap
{
position:                             relative;
}
#live-search
{
height:                             36px;
line-height: 14px;
}
#live-search-box
{
top: 100%;
left:                             -1px;
z-index: 999;
}
#FormAra
{
box-sizing:                border-box;
z-index: 999;width: 100%
;padding:    0;
height: 50px
;border-radius:                5px;
}
[dir="rtl"] #FormAra
{
left:                             0;
right: auto;
}

.sticky #FormAra
{
}

.forDesktop #FormAra:not(.focus)
{
border-color:                             transparent;
}

.forDesktop #FormAra.focus
{
width: 100%;
}

.forDesktop #FormAra.focus:before
{
content: '';
}

.forDesktop #FormAra:not(.focus):before
{
display:                             block;
position: absolute;
top:                             0;
right: 48px;
line-height:                             48px;
font-size: 14px;
color:                             #5e5e5e;
font-weight: 700;
text-transform:                             uppercase;
cursor: pointer;
}
[dir="rtl"] .forDesktop #FormAra:not(.focus):before
{
left:                             48px;
right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):before
{
right:                             38px;
line-height: 38px;
}
[dir="rtl"] .sticky .forDesktop #FormAra:not(.focus):before
{
left:                             38px;
right: auto;
}

.forDesktop #FormAra:not(.focus):after
{
content: '\e811';
display:                             block;
position: absolute;
top:                             0;
right: 0;
width:                             48px;
line-height: 48px;
color:                             #dcba5a;
font-size: 13px;
font-family: 'tsoft';
font-size:                             20px;
text-align: center;
text-transform:                             uppercase;
cursor: pointer;
}
[dir="rtl"] .forDesktop #FormAra:not(.focus):after
{
left:                             0;
right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):after
{
width:                             38px;
line-height: 38px;
}

.hesap-title
{
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-radius:                             28px;
background-color: #f6f6f6;
box-sizing:                             border-box;
height: 55px;
display:                             flex;
padding: 0 20px;
align-items:                             center;
color: #000000;
font-size:                             15px;
font-weight: 700;
line-height:                             normal;
}

.ogr-paneli a
{
position:  relative;
z-index: 3;
display:  flex;
align-items: center;
justify-content:  center;
flex: 1 1 auto;
width: 100%;
/* Dokunma hedefi */
min-height:  44px;
/* G rsel */
border:  0;
border-radius: 25px;
background:  #0377ca;
color: #fff;
font-size:  16px;
font-weight: 600;
text-decoration:  none;
box-shadow: 0 8px 20px rgba(0,0,0,.25);
/* Etkile im */
cursor:  pointer;
pointer-events: auto;
transition: background .2s ease, box-shadow .2s ease, transform .1s ease;
/* iOS dokunu  + se im */
-webkit-user-select:  none;
user-select: none;
-webkit-touch-callout:  default;
-webkit-tap-highlight-color: rgba(0,0,0,0.15);
}
/* Hover/active/focus durumlar  (iste e ba l ) */
.ogr-paneli a:hover
{
background:  #026bb6;
box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.ogr-paneli a:active
{
transform: translateY(1px);
}

.ogr-paneli a:focus-visible
{
outline:  2px solid #fff;
outline-offset: 2px;
}

.sinav-paneli a
{
justify-content:                       center;
border-radius: 25px;
display:                       flex;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
color:                       white;
background: #404040;
font-weight:                       400;
transition: 0.4s;
text-align:                       center;
border: 0 none;
align-items:                       center;
font-size: 16px;
height:                       40px;
}

.quick-menu
{
display:                             flex;
align-items: center;
flex-direction:                             row-reverse;
justify-content: space-between;
margin-bottom:                           20px;
position: relative;
}

.quick-menu::before,
.quick-menu::after
{
pointer-events:  none;
}

.quick-menu a.sso-link *
{
pointer-events:  none;
}
#mainMenu > .menu
{
display:                             flex;
align-items: center
;justify-content:                             center;
text-align: center;
}
#headerMain
{
padding-top:                             5px;
padding-bottom: 5px;
}
#FormAra input[type="text"]
{
width: calc(100% - 48px)
;height:    40px;
color: #a8a8a8
;font-size:                             12px;
border: 0
;box-sizing:                             border-box;
border-radius:30px;
}
#FormAra
{
border:   none;
}

.sticky #FormAra input[type="text"]
{
}
#FormAra input[type="text"]:focus
{
box-shadow: 0 0px 50px -10px rgb(0 0 0 / 30%);
transform: scale(1,1);
}
#mainMenu .menu > li:nth-of-type(13),#mainMenu .menu > li:nth-of-type(14),#mainMenu .menu > li:nth-of-type(15),#mainMenu .menu > li:nth-of-type(16),#mainMenu .menu > li:nth-of-type(17),#mainMenu .menu > li:nth-of-type(18),#mainMenu .menu > li:nth-of-type(19)
{
display:               none;
}
#search button[type="submit"]
{
position:                      relative;
width:        48px
;height:    40px;
font-size:        20px
;border:                      0;
float: left
;cursor:           pointer;
background: url(/Data/EditorFiles/tasarim/searchIcon.svg) no-repeat center
;border-radius:   30px;
}

.int-wrapper
{
margin-top:0px!important;
}

.sticky #FormAra button[type="submit"]
{
}
#FormAra.focus input[type="text"], #mobileWrapper #FormAra input[type="text"], #FormAra.focus button[type="submit"], #mobileWrapper #FormAra.focus button[type="submit"]
{
display:                             block;
}
#live-search
{
height:                             36px;
line-height: 14px;
}
#live-search-box
{
position:                             absolute;
top: 100%;
width: calc(100% + 2px);
background:                             #fff;
border-bottom: 0;
z-index:                             999;
}
#live-search-box ul
{
float:                             left;
width: 100%;
border-top:                             1px solid #ececec;
}
#live-search-box li
{
float:                             left;
width: 100%;
box-sizing:                             border-box;
border-right: 1px solid #ececec;
border-bottom:                             1px solid #ececec;
border-left: 1px solid #ececec;
}
#live-search-box a
{
float:                             left;
width: 100%;
font-weight:                             600;
display: flex;
align-items:                             center;
}
#live-search-box:not([data-callback]) span, #live-search-box .search-image
{
width: 5%;
height:                             0;
padding-bottom: 5%;
margin-top:                             5px;
margin-right: 15px;
margin-bottom:                             5px;
margin-left: 5px;
overflow:                             hidden;
}
#live-search-box[data-callback] span
{
box-sizing:                             border-box;
}
#live-search-box img
{
margin:                             0 auto;
}
#mainMenu .menu > li
{
padding-top:                             0;
padding-bottom: 0;margin: 0 10px
;position:                             relative;
}

.subMenu + .overlay
{
display:                             none;
}
#mainMenu .menu > li.parentLink:hover:before
{
content: url(/Data/EditorFiles/tasarim/main-arrow.png);
position:                             absolute;
bottom: -12px;
left: calc(10%);
}

.hesabim
{
position:                             relative;
margin-right:0.5rem;
margin-left:                  0.5rem;
}

.hesap-abs
{
top: 80%;
right: 2%;
width:                         270px;
padding-top: 39px;
z-index:                         350;
display: none;
}

.abs-h-ic
{
background-color:                             #f6f6f6;
padding: 50px 35px;
box-sizing:                             border-box;
position: relative;
z-index:                         400;
border-radius: 12px;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
}

.link-first a
{
justify-content:                         center;
border-radius: 25px
;display:                         flex;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%)
;color:                         white;
background: #FAB027
;font-weight:                         400;
transition: 0.4s
;text-align:                         center;
border: 0 none
;align-items:                         center;
font-size: 16px
;height:    40px;
}

.popup__overlay
{
position:                         fixed;
top: 0;
left:                         0;
background: #404040;
width:                         100vw;
height: 120vh;
z-index:                         279;
opacity: 0.5;
pointer-events:                         none;
transition: all .2s;
}

.link-first
{
margin-bottom:                             20px;
}

.hesap-abs i
{
padding-right:                       15px;
}

.link-second a
{
justify-content:                         center;
border-radius: 25px
;display:                         flex;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%)
;color:                         #ffffff;
background: #404040
;font-weight:                         400;
transition: 0.4s
;text-align:                         center;
border: 0 none
;align-items:                         center;
font-size: 16px
;height:    40px;
line-height: normal;
}
a.fl.\/erken-kayit
{
background: url(/Data/EditorFiles/tasarim/ekayit27.png);
background-repeat:                         no-repeat;
background-position: 0px 0px;
}
a.fl.Kaynaklar, a.fl.Blog, a.fl. leti im
{
display:none!important;
}

.abs-h-ic:before
{
content: url(/Data/EditorFiles/tasarim/arrow.png);
position:                         absolute;
top: -8px;
left: calc(80% - 17.5px);
z-index:                         -1;
opacity: 1;
}

.hesabim:hover > .hesap-abs
{
display:                             block;
}

.dynamicMenu .link-wrap
{
box-sizing:                             border-box;
}

.menu-ust
{
min-width:                        210px;
border-radius: 5px;
height:                        auto;
position: absolute;
top: 90%;
left:                        0;
z-index: 90;
opacity:                        0;
visibility: hidden;
text-align:                        left;
padding: 20px 0;
transition: 0.3s;
background-color:                        white;
box-shadow: 0px 8px 30px #0000000a;
border-bottom:                        2px solid #ffbc11;
}

.ink-wrap
{
display:                             flex;
align-items: center;
padding:                             0px;
flex-direction: column;
}

.subMenu .dynamicMenu > .fl > .col
{
padding-left:                             0;
padding-right: 0;
}

.subMenu .dynamicMenu > .fl > .col:hover ul
{
display:                             block;
opacity: 1;
visibility:                             visible;
transition: all 300ms;
}

.subMenu .dynamicMenu > .fl > .col ul
{
display:                             none;
opacity: 0;
visibility:                             hidden;
}
#mainMenu a
{
height:    50px;
padding-left: 10px
;padding-right:    10px;
color: #000000
;font-size:                       14.5px;
font-weight: 600
;line-height:                         normal;
text-transform: capitalize
;display:                         flex;
align-items: center
;justify-content:                         center;
}
a.fl.drop-down:after
{
position:                        absolute;
content: "\ea4c";
font-family: 'remixicon';
right:                        -6px;
top: 53%;
transform: translateY(-50%);
font-weight:                        600;
}

.sticky #mainMenu a
{
}
#mainMenu a:hover
{
color:                             #dcba5a;
}
li.fl.drop-down.hover:after
{
position:                        absolute;
content: "\EA4C";
font-family: 'remixicon';
right:                        -6px;
top: 53%;
transform: translateY(-50%);
font-weight:                        600;
}

.menu li.parentLink > a
{
background-color:                             transparent;
}
#mainMenu .parentLink li a
{
border-right:                             0;
padding-right: 0;
padding-left:                             0;
color: #2a2929;
font-size:                             15px;
font-weight: 700;
line-height:                             30px;
text-transform: capitalize;
justify-content:                             flex-start;
height: 35px;
}
#mainMenu .menu > li.parentLink:hover > span > a
{
color:                             inherit;
}

.menu li:hover > a
{
color:                             #dcba5a;
}
#mainMenu .parentLink .sublink-wrap li a
{
height:                        30px;
width: 100%;
overflow:                        hidden;
text-transform: capitalize;
font-size:                        16px;
font-weight: 600;
padding:                        0px;
display: block;
color:                        #1e1e1e;
margin: 0 10px;
}

.subMenu
{
max-width:                        430px;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
min-width: 325px !important;
left: -30px !important;
border: none !important;
border-bottom: 2px solid #ffbc11!important;
}

.subMenu *:not(.dynamicMenu)
{
background-color:                             transparent;
}

.menuTitle
{
font-size:                             20px;
padding-bottom: 10px;
}

.subMenu a
{
padding-right:                             10px;
padding-left: 10px;
font-size:                             12px;
box-sizing: border-box;
}

.subMenu li li a
{
font-size:                             11px;
background-repeat: no-repeat;
background-position:                             0 center;
}

.subMenu a:hover
{
background-color:                             #fff;
padding-right: 10px;
padding-left:                             10px;
}
#mainMenu .subMenu a:hover, #mainMenu .parentLink .sublink-wrap li a:hover
{
color:                             #dcba5a;
}

.subMenu .dynamicMenu
{
background:                             #fff;
}
#headerBottom .forDesktop
{
width: 100%;
text-align:  center;
margin: 0 auto;
display: block!important;
}

.page-1
{
position:                         relative;
z-index: 1;
max-height:                         160px;
background-repeat: no-repeat;
background-position:                         top right;
}
#headerMain .row.d-flex
{
display: flex !important;
align-items:                             center;
}
#alterMenu.menu > li:before
{
content: '.';
float:                             left;
line-height: 20px;
font-size:                             25px;
margin-top: -17px;
}
#alterMenu a
{
line-height:                             20px;
font-size: 11px;
color:                             #5e5e5e;
}
[dir="rtl"] #alterMenu a
{
border-right:                             0;
border-left: 1px solid #ddd;
}
#alterMenu li:last-child a
{
border-right:                             0;
}
[dir="rtl"] #alterMenu li:last-child a
{
border-left:                             0;
}
#alterMenu .menu > li:hover a
{
color:                             #000;
}
#alterMenu .menu > li:hover .subMenu
{
top:                             29px;
z-index: 3333;
}
#alterMenu .menu > li:hover .subMenu a
{
border-right:                             0;
}
#alterMenu .menu > li:hover .subMenu a:hover
{
color:                             #f37121;
}
#alterMenu .subMenu li, #alterMenu .subMenu a
{
line-height:                             30px;
border-color: #e0e0e0;
}

.sticky .col-sticky-12
{
width: 100%;
}

.sticky .col-sticky-11
{
width: 91.66666667%;
}

.sticky .col-sticky-10
{
width: 83.33333333%;
}

.sticky .col-sticky-9
{
width: 75%;
}

.sticky .col-sticky-8
{
width: 66.66666667%;
}

.sticky .col-sticky-7
{
width: 58.33333333%;
}

.sticky .col-sticky-6
{
width: 50%;
}

.sticky .col-sticky-5
{
width: 41.66666667%;
}

.sticky .col-sticky-4
{
width: 33.33333333%;
}

.sticky .col-sticky-3
{
width: 25%;
}

.sticky .col-sticky-2
{
width: 16.66666667%;
}

.sticky .col-sticky-1
{
width: 8.33333333%;
}

.sticky .col-sticky-auto
{
width:                             auto;
}
@media screen and (max-width: 1230px)
{
#header-info
{
border-left:                            0;
}
#headerMain
{
padding-right:                             20px;
padding-left: 20px;
}
#mainMenu .menu > li
{
padding-right:                             5px;
}

.menu a
{
padding-right:                             5px;
padding-left: 5px;
}
}
@media screen and (max-width: 1000px)
{
.robot-button
{
display:none!important;
}

.basketLink
{
height: 50px!important;
line-height:  40px;
width: 50px!important;
align-content: center;
}

.service-card-8 .inner
{
margin-bottom:                        15px;
}

.sticky .col-md-sticky-12
{
width:100%;
}

.service-card-8 .inner
{
width: 95%;
}

.slick-activation-wrapper .single-slick-card
{
padding:                        0 5px;
}

.slideList li
{
margin-bottom:-5px!important;
}

.uye-text
{
display:                        none;
}

.uyelik-button i
{
padding-right:                         0px;
}

.uyelik-button
{
height:                         50px;
line-height: 50px;
width:                         50px;
border-radius: 100px;
padding:                        0px;
display: block;
}

.hesap-abs
{
left:-325%;
right: -100%;
}

.sticky .col-md-sticky-11
{
width: 91.66666667%;
}

.sticky .col-md-sticky-10
{
width: 83.33333333%;
}

.sticky .col-md-sticky-9
{
width: 75%;
}

.sticky .col-md-sticky-8
{
width: 66.66666667%;
}

.sticky .col-md-sticky-7
{
width: 58.33333333%;
}

.sticky .col-md-sticky-6
{
width: 50%;
}

.sticky .col-md-sticky-5
{
width: 41.66666667%;
}

.sticky .col-md-sticky-4
{
width: 33.33333333%;
}

.sticky .col-md-sticky-3
{
width: 25%;
}

.sticky .col-md-sticky-2
{
width: 16.66666667%;
}

.sticky .col-md-sticky-1
{
width: 8.33333333%;
}

.sticky .col-md-sticky-auto
{
width:                             auto;
}

.forDesktop #FormAra:before
{
content: '';
}
#headerTop
{
font-size:                             11px;
text-align: center;
}
#mainMenu a
{
font-size:                             12px;
}
}
@media screen and (max-width: 992px)
{
.uyelik-button span
{
display:none!important;
}

.headerlogo-div
{
border:none!important;
}
#search-box
{
display:none!important;
}

.uyelik-button span
{
display:none!important;
}

.category-slider-alt
{
margin-top:          0px;
}

.slider-fullwidth-new
{
margin-top:          15px;
}
#blog
{
padding-top:            30px;
}
}
@media screen and (min-width: 769px)
{
.menu li.parentLink:hover > ul
{
display:                            block;
}
}
@media screen and (max-width: 768px)
{
.sticky .col-sm-sticky-12
{
width:100%;
}

.top-social
{
display:                             flex;
align-items: center;
}

.top-social a
{
height:                             45px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-radius:                             28px;
background-color: #f6f6f6;
display:                             flex;
align-items: center;
justify-content:                             center;
padding: 0 15px;
line-height:                             normal;
font-size: 14px;
font-weight:                             700;
color: black;
}

.col-logo-mobile
{
display:none!important;
}

.menu-top-wrap
{
margin-top:                             10px;
margin-bottom: 20px;
}
div#mobileSearch
{
padding-right:                             10px;
box-sizing: border-box;
margin-bottom:                             19px;
}
a#mobileBasketBtn
{
height:                             49px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
border-radius:                             24px;
background-color: #f6f6f6;
display:                             flex;
align-items: center;
box-sizing:                             border-box;
padding-left: 21px;
}
#mobileBasketBtn > span > span:last-child
{
color:                             #000000;
font-size: 13px;
font-weight:                             700;
line-height: 21px;
text-transform:                             uppercase;
}
#mobileBasketBtn > span
{
flex-direction:                             column-reverse;
display: flex;
justify-content:                             center;
}
#mobileBasketBtn > span > span:first-child
{
color:                             #000000;
font-size: 13px;
font-weight:                             400;
line-height: normal;
}
#mobileBasketBtn > img
{
margin-right:                             15px;
}
#basketMobile a
{
height:                             45px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-radius:                             28px;
background-color: #f6f6f6;
display:                             flex;
align-items: center;
justify-content:                             center;
color: #000000;
font-size:                             15px;
font-weight: 700;
line-height:                             normal;
}
div#basketMobile
{
margin-top:                             20px;
margin-bottom: 20px;
}
#hmLinksMobile
{
display:                             none;
}
#headerMain .inner > .fl > .row
{
margin-left:                             0;
margin-right: 0;
}
#headerMain .inner > .fl > .row > .box.col-sm-1
{
min-width:                             90px;
padding-top: 0;
padding-bottom:                             0;
}

.sticky #headerMain
{
padding-top:                             5px;
padding-bottom: 5px;
}

.sticky #logo a
{
height:                             50px;
}

.sticky #logo p
{
height:                             50px;
}

.sticky #menuBtn
{
height:                             45px;
width: 45px;
}

.sticky .col-sm-sticky-11
{
width: 91.66666667%;
}

.sticky .col-sm-sticky-10
{
width: 83.33333333%;
}

.sticky .col-sm-sticky-9
{
width: 75%;
}

.sticky .col-sm-sticky-8
{
width: 66.66666667%;
}

.sticky .col-sm-sticky-7
{
width: 58.33333333%;
}

.sticky .col-sm-sticky-6
{
width: 50%;
}

.sticky .col-sm-sticky-5
{
width: 41.66666667%;
}

.sticky .col-sm-sticky-4
{
width: 33.33333333%;
}

.sticky .col-sm-sticky-3
{
width: 25%;
}

.sticky .col-sm-sticky-2
{
width: 16.66666667%;
}

.sticky .col-sm-sticky-1
{
width: 8.33333333%;
}

.sticky .col-sm-sticky-auto
{
width:                             auto;
}
#mobileAppNotify
{
background-color:                             #e0e0e0;
}
#appNotify
{
position:                             relative;
z-index: 9999;
}
#appNotifyClose
{
background-color:                             #000;
color: #FFF;
font-size:                             14px;
line-height: 18px;
text-align:                             center;
width: 18px;
min-width:                             18px;
height: 18px;
padding:                             0;
margin-right: 10px;
border-radius: 100%;
}
#appLogo
{
background-color:                             #FFF;
width: 56px;
min-width:                             56px;
height: 56px;
border-radius:                             4px;
overflow: hidden;
display:                             flex;
align-items: center;
justify-content:                             center;
text-align: center;
}
#applogo *
{
margin:                             0px;
padding: 0px;
}
#appText
{
color:                             #000;
font-size: 13px;
font-weight:                             500;
line-height: 18px;
width: calc(100% - 176px);
}

.menu-list, .menu-list li, .menu-list a
{
width: 100%;
}

.menu-list.show, .menu li.parentLink ul.show
{
display:                             block;
}

.animate
{
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode:                             both;
animation-fill-mode: both;
}
#menuBtn
{
font-size:                             31px;
cursor: pointer;
}
[dir="rtl"] #menuBtn
{
background-position:                             10px center;
}
@-webkit-keyframes pageOverlayDefault
{
from
{
opacity:                             1;
}
to
{
opacity:                             0;
}
}
@keyframes pageOverlayDefault
{
from
{
opacity:                             1;
}
to
{
opacity:                             0;
}
}
#pageOverlay
{
position:                             fixed;
top: 0;
right:                             0;
bottom: 0;
left:                             0;
background: rgba(42,41,41,.25);
z-index:                             3333;
opacity: 0;
display:                             none;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-name:                             pageOverlayDefault;
animation-name: pageOverlayDefault;
}
@-webkit-keyframes pageOverlay
{
from
{
opacity:                             0;
}
to
{
opacity:                             1;
}
}
@keyframes pageOverlay
{
from
{
opacity:                             0;
}
to
{
opacity:                             1;
}
}

.menuShow #pageOverlay
{
display:                             block;
-webkit-animation-name: pageOverlay;
animation-name:                             pageOverlay;
}
@-webkit-keyframes mobileMenuDefault
{
from
{
left:                             0;
}
to
{
left: -100%;
}
}
@-webkit-keyframes mobileMenuDefaultRtl
{
from
{
right:                             0;
}
to
{
right: -100%;
}
}
@keyframes mobileMenuDefault
{
from
{
left:                             0;
}
to
{
left: -100%;
}
}
@keyframes mobileMenuDefaultRtl
{
from
{
right:                             0;
}
to
{
right: -100%;
}
}
#mobileMenu
{
position:                             fixed;
left: -100%;
top:                             0;
bottom: 0;
width: 75%;
background:                             #fff;
overflow-y: auto;
overflow-x:                             hidden;
-webkit-overflow-scrolling: touch;
z-index:                             4444;
-webkit-animation-name: mobileMenuDefault;
animation-name:                             mobileMenuDefault;
padding-right: 0;
}
[dir="rtl"] #mobileMenu
{
right: -100%;
left:                             auto;
-webkit-animation-name: mobileMenuDefaultRtl;
animation-name:                             mobileMenuDefaultRtl;
}
@-webkit-keyframes mobileMenu
{
from
{
left: -100%;
}
to
{
left:                             0;
}
}
@-webkit-keyframes mobileMenuRtl
{
from
{
right: -100%;
}
to
{
right:                             0;
}
}
@keyframes mobileMenu
{
from
{
left: -100%;
}
to
{
left:                             0;
}
}
@keyframes mobileMenuRtl
{
from
{
right: -100%;
}
to
{
right:                             0;
}
}

.menuShow #mobileMenu
{
-webkit-animation-name:                             mobileMenu;
animation-name: mobileMenu;
}
[dir="rtl"] .menuShow #mobileMenu
{
-webkit-animation-name:                             mobileMenuRtl;
animation-name: mobileMenuRtl;
}
#mobileMenu .text-title
{
line-height:                             45px;
font-size: 20px;
}
#mobileMenuMain span, #mobileMenuMain a, #mobileMenuMain label, #mobileMenuMain select
{
cursor:                             pointer;
font-size: 16px;
font-weight:                             400;
color: black;
min-height:                             28px;
display: flex;
align-items:                             center;
}
#mobileMenu span.active
{
}
#mobileMenu li ul
{
display:                             none;
background-color: #dcba5a;
border-radius:                             20px 0 0 20px;
box-sizing: border-box;
padding-left:                             20px;
padding-top: 14px;
padding-bottom:                             14px;
}
#mobileMenu li ul a
{
color:                             black;
font-size: 13px;
font-weight:                             400;
min-height: 29px;
}
#mobileMenu select, [dir="rtl"] #mobileMenu select
{
background:                             none;
border: 0;
}
#headerMain
{
font-size:                             16px;
}
#logo a
{
height:                             68px;
}
#logo p
{
height:                             68px;
}
#logo a img
{
width:                             auto;
display: inline;
vertical-align:                             middle;
}
#search
{
padding-left:                             0;
padding-right: 0;
margin-top:                             0;
margin-bottom: 0;
}
#FormAra
{
position:                             relative;
}
#FormAra:before
{
content: '';
}
#search input[type="text"]
{
display:                             block;
font-size: 11px;
padding-top:                             0;
padding-bottom: 0;
height:                             40px;
}
#FormAra button[type="submit"]
{
display:                             block;
}
/*    #live-search-box
{
opacity:                            0;
}
*/
#mobileOptions
{
margin-top:                             20px;
padding-right: 10px;
box-sizing:                             border-box;
}
#mobileOptions a, #mobileOptions span, #mobileOptions label, #mobileOptions select
{
}
#mobileOptions select
{
height:                             50px;
line-height: 50px;
}
#header-wrap .cart-soft-count, .accountMessageLink .message-count
{
width:                             20px;
height: 20px;
line-height:                             20px;
}
}
@media screen and (max-width: 540px)
{
.sticky .col-xs-sticky-12
{
width:100%;
}

.sticky .col-xs-sticky-11
{
width: 91.66666667%;
}

.sticky .col-xs-sticky-10
{
width: 83.33333333%;
}

.sticky .col-xs-sticky-9
{
width: 75%;
}

.sticky .col-xs-sticky-8
{
width: 66.66666667%;
}

.sticky .col-xs-sticky-7
{
width: 58.33333333%;
}

.sticky .col-xs-sticky-6
{
width: 50%;
}

.sticky .col-xs-sticky-5
{
width: 41.66666667%;
}

.sticky .col-xs-sticky-4
{
width: 33.33333333%;
}

.sticky .col-xs-sticky-3
{
width: 25%;
}

.sticky .col-xs-sticky-2
{
width: 16.66666667%;
}

.sticky .col-xs-sticky-1
{
width: 8.33333333%;
}

.sticky .col-xs-sticky-auto
{
width:                             auto;
}
#header
{
padding-top:                             0;
}
#headerMain
{
background:                             #fff;
box-shadow: 0 3px 3px rgba(0,0,0,.1);
z-index:                             999;
}
#menuBtn
{
font-size:                             0;
width: 55px;
height:                             55px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-radius:                             28px;
background: #f6f6f6 url(/Data/EditorFiles/tasarim/menu-cizgi.svg) no-repeat center;
display:                             flex;
align-items: center;
}
#mainMenu
{
border-radius:                             0;
}
#closeMobileMenu
{
width:                             55px;
height: 55px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-radius:                             28px;
background-color: #f6f6f6;
display:                             flex;
align-items: center;
justify-content:                             center;
margin-right: 25px;
}
#FormAra
{
}
#FormAra input[type="text"]
{
}
#FormAra button[type="submit"]
{
}
#mobileMenu .text-title
{
font-size:                             18px;
}
#mobileMenuMain span, #mobileMenuMain label, #mobileMenuMain select
{
}
#mobileMenuMain a, #mobileMenuMain li span
{
}
#mobileMenu li ul a, #mobileMenu li ul span
{
}
#mobileOptions a, #mobileOptions span, #mobileOptions label, #mobileOptions select
{
}

.menuOverflow
{
position:                             relative;
}

.menuPrev, .menuNext
{
position:                             absolute;
top: 0;
bottom:                             0;
width: 15px;
height: 100%;
background-color: rgba(0,0,0,.3);
z-index:                             33;
}

.menuPrev
{
left:                             0;
}

.menuNext
{
right:                             0;
}

.basketLink .icon-cart:before, .accountMessageLink .icon-email:before
{
margin-right:                             0;
}
#headerMain .icon-member-default, #headerMain .icon-cart
{
font-size:                             16px;
}
}

.topmenu
{
display:                       flex;
align-items: center;
justify-content:                       center;
}

.top-menu
{
text-align:                      right;
}
ul.social-menu li
{
display:                       inline-block;
font-size: 17px;
font-weight:                       400;
padding-right: 5px;
padding-left:                       5px;
}
ul.social-menu li a:hover
{
color:                      #FAB027;
}
ul.top-menu li
{
display:                       inline-block;
font-size: 14px;
font-weight:                       400;
padding-right: 5px;
padding-left:                       5px;
}
ul.top-menu li a:hover
{
color:                      #FAB027;
}

.search
{
display:                       flex;
align-items: center;
border-radius: 50%;
cursor:                       pointer;
transition: all 0.3s ease 0.6s;
box-shadow: 0 3px 14px -1px rgba(0, 0, 0, .18);
}

.search svg
{
cursor:                       pointer;
margin: 20px;
width:                       18px;
height: 18px;
display:                       block;
color: #000;
stroke-width:                       2;
transform: rotate(90deg);
transition: all 0.3s ease 0.6s;
}

.search > div
{
position:                       relative;
width: 0;
transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s;
}

.search > div input
{
font-size:                       inherit;
line-height: inherit;
padding:                       0 24px 0 0;
border: 0;
display:                       block;
outline: none;
font-family:                       inherit;
position: absolute;
line-height:                       20px;
font-size: 16px;
background:                       #fff;
-webkit-appearance: none;
top:                       0;
width: 100%;
opacity:                       0;
z-index: 1;
visibility:                       hidden;
transition: all 0s ease 0s;
}

.search > div input::-webkit-input-placeholder
{
color:                       #000;
}

.search > div input:-moz-placeholder
{
color:                       #000;
}

.search > div input::-moz-placeholder
{
color:                       #000;
}

.search > div input:-ms-input-placeholder
{
color:                       #000;
}

.search > div > div
{
white-space:                       nowrap;
color: #000;
display:                       flex;
}

.search > div > div span
{
line-height:                       20px;
font-size: 16px;
opacity:                       0;
display: block;
visibility:                       hidden;
transform: translate(0, 12px);
transition: all 0.4s ease;
}

.search > div > div span:nth-child(1)
{
transition-delay: 0.4s;
}

.search > div > div span:nth-child(2)
{
transition-delay: 0.2s;
}

.search > div > div span:nth-child(3)
{
transition-delay:                       0s;
}

.search.open
{
cursor:                       default;
background-color: white;
border-radius:                       8px;
transition-delay: 0s;
box-shadow: 0 10px 36px -2px rgba(0, 0, 0, .18);
margin-left:                       -245px;
}

.search.open svg
{
opacity: 0.4;
transform: rotate(0deg);
transition-delay:                       0s;
}

.search.open > div
{
transition-delay:                       0s;
width: 200px;
}

.search.open > div > div span
{
opacity:                       1;
visibility: visible;
transform: translate(0, 0);
}

.search.open > div > div span:nth-child(1)
{
transition-delay: 0.4s;
}

.search.open > div > div span:nth-child(2)
{
transition-delay: 0.45s;
}

.search.open > div > div span:nth-child(3)
{
transition-delay: 0.5s;
}

.search.open > div input
{
opacity:                       1;
visibility: visible;
transition-delay: 0.75s;
}

.white-box-icon
{
height:                       50px;
line-height: 50px;
width:                       50px;
text-align: center;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
border-radius:                       155px;
outline: none;
color: var(--color-heading);
border:                       0 none;
padding: 0;
background: var(--color-white);
display:                       block;
font-size: 16px;
}
@media only screen and (max-width: 767px)
{
.white-box-icon
{
height:                       40px;
line-height: 40px;
width:                       40px;
}
}
@keyframes headerSticky
{
0%
{
transform: translateY(-100%);
}
100%
{
transform: translateY(0);
}
}

.search .placeholder
{
display:none!important;
}

.tum-blog a
{
background-color: #fab027!important;
}

.blog-readmore a
{
color: #fab027!important;
}
@keyframes rotateIt
{
to
{
transform: rotate(-360deg);
}
}

.ogr-panel
{
height:     100vh;
min-height: 18vh;
display:     flex;
flex-direction: row;
}

.frontend-side
{
background-image: url("https://www.fuzem.com/Data/EditorFiles/tasarim/dijidemi-login-min.jpg");
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}

.frontend-side:hover
{
width:70%;
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}

.uiux-side:hover
{
width:70%;
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}

.uiux-side
{
background-image: url("https://www.fuzem.com/Data/EditorFiles/tasarim/vedu-login-min.jpg");
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}

.split-pane
{
padding-top:     1em;
background-size: cover;
background-repeat:     no-repeat;
background-position: center center;
height:     70vh;
min-height: 9em;
font-size:     2em;
color: white;
font-family: 'Open Sans', sans-serif;
font-weight:    300;
}
@media(min-width: 500px)
{
.split-pane
{
padding-top:     2em;
height: 70vh;
}
}

.split-pane > div
{
position:     relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align:     center;
}

.split-pane > div .text-content
{
line-height: 1.6em;
margin-bottom:     1em;
}

.split-pane > div .text-content .big
{
font-size: 1.5em;
}

.split-pane > div img
{
height:     3em;
filter: brightness(100);
padding-bottom:    50px;
}
@media (max-width: 500px)
{
.split-pane > div img
{
display:    none;
}
}

.split-pane button, .split-pane a.button
{
font-family: 'Open Sans', sans-serif;
font-weight:    800;
background: none;
border:     1px solid white;
-moz-border-radius: 5px;
-webkit-border-radius:     5px;
border-radius: 5px;
width:     15em;
padding: 0.7em;
font-size: 0.5em;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-decoration:     none;
color: white;
display:     inline-block;
cursor: pointer;
}

.split-pane button:hover, .split-pane a.button:hover
{
text-decoration:     none;
background-color: white;
border-color:     white;
cursor: pointer;
}

.uiux-side.split-pane button:hover, .split-pane a.button:hover
{
color:     violet;
}

.frontend-side.split-pane button:hover, .split-pane a.button:hover
{
color:     blue;
}
#split-pane-or
{
font-size:     2em;
color: white;
font-family: 'Open Sans', sans-serif;
text-align:     center;
width: 100%;
position:     absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 925px)
{
#split-pane-or
{
top:15%;
}

.ogr-panel
{
height:     100vh;
min-height: 18vh;
display:     flex;
flex-direction: column!important;
}

.split-pane
{
height: 35vh!important;
width: 100%!important;
}

.frontend-side:hover
{
width:100%;
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}

.uiux-side:hover
{
width:100%;
-webkit-transition:     width 2s;
/* For Safari 3.1 to 6.0 */
transition:     width 2s;
}
}
#split-pane-or > div img
{
height: 2.5em;
}
@media (max-width: 500px)
{
#split-pane-or
{
position:     absolute;
top: 50px;
}
#split-pane-or > div img
{
height:    2em;
}
}
@media(min-width: 500px)
{
#split-pane-or
{
font-size:     3em;
}
}

.big
{
font-size:     2em;
}
#slogan
{
position:     absolute;
width: 100%;
z-index:     100;
text-align: center;
vertical-align:     baseline;
top: 0.5em;
color:     white;
font-family: 'Open Sans', sans-serif;
font-size: 1.4em;
}
@media(min-width: 500px)
{
#slogan
{
top: 5%;
font-size: 1.8em;
}
}

.bold
{
text-transform:    uppercase;
}

.big
{
font-weight:    800;
}

.ogr-nologin
{
width: 100%;
margin:     0 auto;
text-align: center;
}

.ogr-nologin img
{
width: 30%;
}

.ogr-nologin .description
{
padding-top:    20px;
padding-top:20px;
font-size:1.5em;
font-weight:    600;
}

.ogr-nologin .buton
{
justify-content:     center;
border-radius: 5px;
display:     flex;
box-shadow: 0px 8px 20px rgb(0 0 0 / 25%);
color:     white;
background: #FAB027;
font-weight:     400;
transition: 0.4s;
text-align:     center;
border: 0 none;
align-items:     center;
font-size: 16px;
height:     50px;
}

.buton-div
{
text-align:    center;
margin:0 auto;
}

.yks-button a
{
background:     #6c1b9b;
font-weight: 600;
}

.sinav-button a
{
background:     #ea5b0c;
font-weight: 600;
}

.robot-button
{
height:  40px;
line-height: 40px;
width:  100px;
text-align: center;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
border-radius:  25px;
outline: none;
color:  #1e1e1e;
border: 0 none;
padding:  0;
background: #363636;
display:  block;
font-size: 16px;
}

.robot-button svg
{
width:  45px;
}