﻿/*WORKSANS FONTFAMILY*/
@font-face {
    font-family: 'WorkSans-Black';
    src: url('fonts/WorkSans-Black.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('fonts/WorkSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('fonts/WorkSans-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-ExtraLight';
    src: url('fonts/WorkSans-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Hairline';
    src: url('fonts/WorkSans-Hairline.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Light';
    src: url('fonts/WorkSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('fonts/WorkSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('fonts/WorkSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'worksans-roman-vf';
    src: url('fonts/worksans-roman-vf.ttf') format('truetype');
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('fonts/WorkSans-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSans-Thin';
    src: url('fonts/WorkSans-Thin.otf') format('opentype');
}
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Work Sans';
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.limit {
    width: 80%;
    margin: auto;
}

.NewsLimiter {
    width: 900px;
    margin: 0 auto;
}

html {
    font-size: 16px;
}

@media screen and (min-width:1921px) {
    /*    html {
        width: 1920px;
        margin: 0 auto;
    }
*/
    .area1First {
        height: 425px;
    }
}

.onDesktop {
    display: block;
    /* min-width: 44px; */
}

.onMobile {
    display: none;
}
.carpi {
    font-size: 25px;
    color: white;
}

/*PRELOADER*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}

#status {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('images/tomatoo.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: -40px 0 0 -40px;
}

/*NAVBAR*/
.slick-dots li {
    width: 4px !important;
}

.slick-dots {
    bottom: -29px !important;
}

    .slick-dots li button:before {
        font-size: 11px;
        line-height: 0px;
        margin-top: -11px;
    }

.menu__list {
    display: flex;
    /* text-align: center; */
    /* padding-left: 0; */
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* margin-left: -140px; */
    list-style: none;
    /* font-size: 0.9em; */
}

.giris i {
    color: #e84620 !important;
}

.giris a {
    font-size: 12px;
    font-family: WorkSans-Medium;
    text-decoration: none !important;
}

#menukurumsal {
    font-size: 12px;
    font-family: WorkSans-Medium;
    /* min-width: 130px; */ padding-right: 5px;
}

.menu__link {
    padding: 0px 13px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: WorkSans-Medium;
}

.menu__list2 {
    display: inline-flex;
}


.menu__link2 {
    color: #000;
    text-decoration: none;
}

#menu-left {
    z-index: 1000000 !important;
}

    #menu-left ul {
        display: none;
    }

.lang {
    float: right;
    margin-top: 35px;
    margin-right: 15px;
}

    .lang ul {
        margin: 0;
        padding: 0;
    }

    .lang > ul > li {
        list-style: none;
        display: inline-block;
        text-decoration: none;
    }


.menu__list {
    /* float: left; */
    /* margin-top: 38px; */
}

    .menu__list li {
        border-right: 1px solid #000;
    }
    .menu__list li:hover {
        font-weight:bold;
    }

        .menu__list li:last-of-type {
            border-right: none;
            /* padding-left: 166px; */
            /* float: right; */
            /* min-width: 37px; */
        }

.giris {
    border-right: none !important;
    text-decoration: none;
    cursor: pointer;
}

.ile {
    border-right: none !important;
}

.menu__group.cikis {
    border-right: none !important;
    text-align: center;
}

#welcomeSpan {
    position: relative;
    height: 0px;
    display: block;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 12px;
    font-family: 'WorkSans-Light';
}

.dillist {
    border-right: none !important;
}

.menu__group2 a {
    font-size: 13px;
    font-family: WorkSans-Medium;
    /* margin-top: 5px; */
}

.navbar_erkby {
    box-sizing: border-box;
    /* margin: auto; */
    font-size: 0.9em;
    font-family: WorkSans-Regular;
    /*margin: 0;*/
    display: flex;
    flex-direction: row;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 99999;*/
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1;
}

.navbar_erkby_height {
    height: 118px;
    display: flex;
}
/*.bodyContainer{
    margin-top:94px;
}*/
.navclass {
    /* float: left; */
}

#lang * {
    padding-left: 6px;
}

#lang {
    float: right !important;
    display: inline-flex;
    margin-top: 36px;
}

ol, ul {
    list-style: none;
    display: inline-flex;
}

.koyuyap {
    font-weight: bold !important;
}
/*ALT ÇİZGİ EFEKTİ*/
.menu__link {
    position: relative;
    overflow: hidden;
    will-change: color;
    transition: color .25s ease-out;
    font-family: WorkSans-Regular;
}

    .menu__link::before,
    .menu__link::after {
        content: "";
        width: 0;
        height: 1.5px;
        background-color: #ff0000;
        will-change: width;
        transition: width .1s ease-out;
        position: absolute;
        /*bottom: 0px;*/
        top: 18px;
    }

    .menu__link::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu__link::after {
        right: 50%;
        transform: translateX(50%);
    }

    .menu__link:hover::before,
    .menu__link:hover::after {
        width: 100%;
        transition-duration: .2s;
    }

.menu__group2 * {
    text-decoration: none;
    color: black;
    /* display: inline-block; */
    vertical-align: bottom;
    padding-left: 2px;
}

.menu__group2:hover {
    transition: 0.5s;
    color: #0c1760;
}

.menu__list > .menu__group > a {
    padding: 0px 9px;
    display: block;
}

.navclass {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 85%;
    margin: 0 auto;
    /* justify-content: center; */
    /* justify-self: center; */
}

.menu__list .menu__group2 {
    /* float: right; */
    /* margin-left: 40px; */
    /* font-size: 1.1em; */
    /* margin-top: -7px; */
    /* padding-left: 12px; */
    /* text-align: right; */
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-gap: 15px;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    align-self: center;
    justify-self: right;
}

.footer-icons i {
    color: #3e4ca0;
    font-size: 20px;
}
/*HAMBURGER MENU*/
/*HAMBURGER MENU*/
/*HAMBURGER MENU*/
/*HAMBURGER MENU*/
.menu__link a:hover {
    background-color: #f4f4f4;
}

.navbar_erkby > img {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

.navbar_erkby .menu__list {
    clear: both;
    /* max-height: 0; */
    transition: max-height .2s ease-out;
    /* display: flex; */
    /* padding-left: 51px; */
    /* padding-top: 10px; */
    /* justify-content: center; */
    align-content: center;
    align-self: center;
    justify-self: center;
    display: grid;
    grid-template-columns: max-content max-content max-content auto max-content max-content max-content;
    width: 100%;
    text-decoration: none;
    align-items: center;
}

.navbar_erkby .menu-icon {
    cursor: pointer;
    /*display: inline-block;
    float: right;*/
    /* padding: 28px 20px; */
    position: relative;
    user-select: none;
    /* margin-left: 46%; */
}

.navbar_erkby .menu-icon {
    display: none;
    /* padding-right: 90px; */
}

    .navbar_erkby .menu-icon .navicon {
        background: #333;
        display: flex;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
        justify-self: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

        .navbar_erkby .menu-icon .navicon:before,
        .navbar_erkby .menu-icon .navicon:after {
            background: #333;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .navbar_erkby .menu-icon .navicon:before {
            top: 5px;
        }

        .navbar_erkby .menu-icon .navicon:after {
            top: -5px;
        }

.navbar_erkby .menu-btn {
    display: none;
}

    

    .navbar_erkby .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .navbar_erkby .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .navbar_erkby .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .navbar_erkby .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .navbar_erkby .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

.artirmasepet input[type=text], select {
    color: white !important
}

/*.signin {
    position: absolute;
    z-index: 3000;
}*/

.sidebar {
    /*    display: none;
    position: absolute;
    top: 80px;
    right: -470px;
    background-color: white;
    width: 470px;
    height: calc(100vh - 106px);
    padding-bottom: 20px;
    transition: .3s;
    z-index: 4000;
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, 0.12);*/
    height: calc(100% - 60px);
    width: 0;
    position: fixed;
    /*position: absolute;*/ /* diğer divleri ezmesin kendi çapında takılsın diye <*/
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    /* padding-top: 60px;*/
    margin-top: 60px;
}

#bodyId {
    transition: margin-left .5s;
}
/* .sidebar {
    display: none;
}
*/
#sideadresekle {
    /*   position: absolute;
    top: 80px;
    right: -470px;
    background-color: white;
    width: 470px;
    height: max-content;
    padding-bottom: 20px;
    transition: .3s;
    z-index: 4000;
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, 0.12);*/
    height: 100%;
    width: 0;
    position: fixed; /* diğer divleri ezmesin kendi çapında takılsın diye <*/
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

#sideadresduzenle {
    height: 100%;
    width: 0;
    /*position: absolute;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.sideartir {
    margin-top: 0px !important;
}

.sidebarBtn:hover {
    cursor: pointer;
}

.kapa {
    cursor: pointer;
}

.active {
    right: 0;
}

.passive {
    display: none;
}

.sidebasket {
    width: 440px;
    /* height: 140px; */
    margin: auto;
    /* padding-top: 25px; */
    /*height: 35vh;*/
    overflow: auto;
}

.sidebarBtn.toggle span {
    background-color: transparent;
}

.kapa.toggle span {
    background-color: transparent;
}

.fa-user-circle {
    color: #e84620;
}

.sidespan span {
    font-size: 25px;
    background: linear-gradient(#e74620, #8f3b51, #2b2f88);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-family: WorkSans-SemiBold;
}

.sidespan i {
    font-size: 25px;
    color: black;
}

.sidespan {
    grid-template-columns: 95% 5%;
    display: grid;
}

.sideclass {
    grid-template-columns: 35% 65%;
    border: 2px solid #c1bfbf;
    display: grid;
    width: auto;
    height: auto;
    border-radius: 15px;
    text-decoration: none;
    margin-bottom: 16px;
    padding: 6px;
}

.sidebar > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    display: grid;
    height: max-content;
    grid-template-rows: max-content max-content max-content;
}

.sideadresekle > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    display: grid;
    height: max-content;
    grid-template-rows: max-content max-content max-content;
}

.sidefinal {
    /* position: unset; */
    bottom: 0px;
    width: 440px;
    grid-gap: 10px;
    margin-top: 10px;
    /* padding-bottom: 15px; */
    display: none;
}

#sidehr {
    width: 100%;
}
.final0 {
    font-family: 'WorkSans-SemiBold';
    font-size: 15px;
    margin-top: -12px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #d5440e;
}
.final1 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

    .final1 span {
        font-family: WorkSans-Medium;
        font-size: 15px;
    }

    .final1 p {
        font-family: WorkSans-SemiBold;
        font-size: 15px;
    }

.final2 span {
    font-family: WorkSans-Medium;
    font-size: 15px;
}

.final2 p {
    font-family: WorkSans-SemiBold;
    font-size: 20px;
    color: #e84620;
}

    .final2 p span {
        font-family: WorkSans-SemiBold;
        font-size: 20px;
        color: #e84620;
    }

.final2 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-top: 15px;
}

.final3 {
    padding-top: 15px;
}

.butonsepet {
    background-color: #d5440e;
    color: white;
    display: grid;
    grid-template-columns: 39% 48% 13%;
    width: 96%;
    padding: 10px;
    border: 2px solid #e84620;
    border-radius: 11px;
    text-decoration: none;
    font-size: 15px;
    font-family: WorkSans-Medium;
}

    .butonsepet:hover {
        background-color: white;
        color: #d5440e;
        transition: 0.3s;
        cursor: pointer;
    }

.butonshop a {
    color: white;
    background-color: #d5440e;
    width: 96%;
    padding: 10px;
    border: 2px solid #d5440e;
    border-radius: 11px;
    text-decoration: none;
    font-size: 15px;
    font-family: WorkSans-Medium;
}

    .butonshop a:hover {
        background-color: white;
        color: #d5440e;
        transition: 0.3s;
        cursor: pointer;
    }

.butondevam {
    background-color: white;
    color: #e84620;
    display: grid;
    grid-template-columns: 29% 44% 27%;
    width: 96%;
    padding: 10px;
    border: 2px solid #e84620;
    border-radius: 11px;
    text-decoration: none;
    font-size: 15px;
    font-family: WorkSans-Medium;
    align-items: center;
}

    .butondevam:hover {
        background-color: #e84620;
        color: white;
        transition: 0.3s;
        cursor: pointer;
    }

    .butondevam i {
        color: #0c1760 !important;
    }

.emptySepetWrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.sepetbos {
    text-align: center;
}

    .sepetbos span {
        font-size: 16px;
        font-family: WorkSans-Bold;
    }

    .sepetbos p {
        font-size: 14px;
        font-family: WorkSans-Regular;
        padding-top: 10px;
        line-height: 20px;
    }

.butonshop {
    padding-top: 20px;
}

.sideadres {
    position: fixed;
    padding: 30px;
    top: 80px;
    right: -546px;
    background-color: white;
    width: 470px;
    height: 100%;
    transition: .3s;
    z-index: 4000;
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.cross:hover {
    cursor: pointer;
}

.sideartir {
    margin-top: 0px !important;
}

.pen {
    cursor: pointer;
}

.active {
    right: 0;
}

.passive {
    display: none;
}

.sidebasket {
    width: 440px;
    /* height: 140px;*/
    margin: auto;
    /*padding-top: 25px;*/
}

.sidebar .inbasket {
    height: calc(100vh - 360px);
}

.sidebarBtn.toggle span {
    background-color: transparent;
}

.newadres.toggle span {
    background-color: transparent;
}

.cikis a {
    color: black !important;
    text-decoration: none !important;
    font-size: 12px;
    font-family: WorkSans-Regular;
}

@media screen and (max-width:1920px) {
    .navbar_erkby .menu__list {
        grid-template-columns: max-content max-content max-content auto max-content max-content max-content;
    }
    /* .navLim.limitLarge {
        margin: auto;
    }*/
}



@media screen and (max-width: 1450px) {
    .navbar_erkby .menu__list {
        /* grid-template-columns: max-content max-content max-content 30% auto auto auto; */
    }
}

@media screen and (max-width:1200px) {

    .dropdown {
        /* margin-left: 103px !important; */
        /* margin-top: 62px !important; */
        /* position: initial !important; */
        /* margin: 10px !important; */
        /* padding: 0 !important; */
        /* box-shadow: none !important; */
        /* border-top: 1px solid gray !important; */
        /* border-bottom: 1px solid gray !important; */
        /*   width: 68vw !important;*/
    }

        .dropdown:hover {
            visibility: visible;
            opacity: 1;
            display: block;
            min-width: 95px;
            text-align: left;
            padding-top: 20px;
            box-shadow: 0px 3px 5px -1px #ccc;
        }

    .navclass {
        width: 100%;
    }

    .dropdown li {
        /* margin: 0 auto; */
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        /* padding: 0; */
        /* text-align: center !important; */
    }

    .menu__group2 * {
        display: inline;
    }

    #erkby_Button > img {
        /* padding-right: 77px; */
    }

    .navbar_erkby .menu__group {
        /*float: left;*/
        /* display: block; */
    }

    .navbar_erkby .menu__group2 {
        /*float: left;*/
        display: block;
    }

    .menu__group a {
        /* padding: 0px 9px; */
        /* display: block; */
    }

    .menu__list {
        clear: none;
        float: right;
        max-height: none;
    }

    .navbar_erkby .menu-icon {
        /* display: inline-block; */
        /* margin-top: 26px; */
        /* margin-bottom: 30px; */
        /* display: flex; */
        /* justify-content: center; */
    }

    .navbar_erkby .menu__list {
        /* margin: 0; */
        /* padding: 0; */
        /* list-style: none; */
        /* overflow: hidden; */
        /* background-color: #fff; */
        /* display: grid; */
        /* max-height: 0; */
        /* grid-template-columns: auto; */
        /* grid-template-columns: max-content max-content max-content auto auto auto auto; */
    }

    .menu__list li {
        /* border: none; */
    }

    .menu__list .menu__group2 {
        float: right;
        margin-left: 0px;
        margin-top: 20px;
        font-size: 0.9em;
    }

    .navclass {
        /* display: grid !important; */
        /* text-align: center !important; */
    }

    .menu__group {
        /* text-align: center; */
    }

    .navLim {
        width: 90% !important;
    }
}

@media screen and (max-width: 771px) {
    .navbar_erkby_height {
        height: 132px;
    }
    .navbar_erkby .menu__group {
        /*float: left;*/
        /* display: block; */
    }

    .navbar_erkby .menu__group2 {
        /*float: left;*/
        display: block;
    }

    .menu__group a {
        padding: 0px 9px;
        /* display: block; */
    }

    .menu__list {
        clear: none;
        float: right;
        max-height: none;
    }

    .navbar_erkby .menu-icon {
        /* display: inline-block; */
        /* margin-top: 26px; */
        /* margin-bottom: 20px; */
        /* display: flex; */
        /* justify-content: center; */
    }

    .navbar_erkby .menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
        display: grid;
        grid-template-columns: max-content max-content max-content max-content minmax(max-content,auto) max-content max-content;
    }

    .menu__list .menu__group2 {
        float: right;
        margin-left: 0px;
        margin-top: 20px;
        font-size: 0.9em;
    }


    .navclass {
        display: grid !important;
        text-align: center !important;
    }
    .menu__group {
        text-align: center;
    }

    .navLim {
       /* width: auto !important;*/
    }

    .urunlerDropdown .dropdown {
        top: 109px;
    }
}

@media screen and (max-width: 570px) {

    .navbar_erkby .menu-btn:checked ~ .menu__list {
        /* max-height: 240px; */
        /*max-height: max-content;*/
        width: 250px;
    }
    #erkby_Button > img {
        /*padding-right: 20%;*/
        padding-right: 8px;
    }
    .menu__list{
        grid-column: span 2;
    }
    #sepetNumber {
        margin-left: 61px;
        display: none;
    }
    #sepetNumber2 {
        margin-left: 11px !important;
        font-size: 10px !important;
        width: 11px !important;
        height: 11px !important;
    }
    .navbar_erkby .menu-btn:checked ~ .menu__list #sepetNumber {
        /* max-height: 240px; */
        display: grid;
        margin-left: 7px;
    }

    .menu__group.cikis {
        /*margin-bottom: 14px;*/
    }

    .navbar_erkby {
        position: relative;
        z-index: 1;
    }

    .navbar_erkby_height {
        height: 118px;
    }

    .navbar_erkby .menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
        display: grid;
        max-height: 0;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .navbar_erkby .menu-icon {
        display: inline-block;
        margin-top: 26px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .navbar_erkby .menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
        display: grid;
        position: fixed;
        top: 0;
        left: 0;
        max-height: max-content;
        width: 0px;
        margin-top: 117px;
        height: calc(100vh - 117px);
        /* grid-template-columns: auto; */
        align-content: start;
        justify-content: start;
        justify-items: start;
        transition: all 0.2s;
    }

    .menu__list li {
        border: none;
        padding: 7px 0px;
        padding-left: 30px;
        width: 100%;
        text-align: start !important;
    }

    .menu__group a {
        padding: 6px 10px !important;
        display: block;
    }

    .onDesktop {
        display: none;
    }

    .onMobile {
        display: block;
    }

    .navBarHesabim a {
        /*padding-bottom: 0px !important;*/
    }
    .dillist {
        display: grid;
        grid-template-columns: max-content max-content max-content;
        justify-content: center;
        margin-top: 20px;
    }
    .navclass {
        grid-template-columns: minmax(50px,20%) auto max-content max-content;
        align-items: center;
        display: grid !important;
        text-align: center !important;
        position: fixed;
        background: white;
        top: 0;
        left: 0;
    }
    #welcomeSpan {
         display: block !important; 
    }
}

@media screen and (max-width: 481px) {
    .navbar_erkby .menu__group {
        /*float: left;*/
        display: block;
       /* padding-top: 3px;*/
    }

    #menukurumsal {
        font-size: 13px;
        font-family: WorkSans-Medium;
    }

    .navbar_erkby .menu__group2 {
        /*float: left;*/
        display: block;
    }

    .menu__group a {
        padding: 10px 10px;
        display: block;
    }

    .menu__list {
        clear: none;
        float: right;
        max-height: none;
    }

    .navbar_erkby .menu-icon {
        /* display: inline-block; */
        /* margin-top: 15px; */
    }

    .navbar_erkby .menu__list {
        /*margin: 0;*/
       /* padding: 0;*/
        /*list-style: none;*/
       /* overflow: hidden;*/
       /* background-color: #fff;*/
        /*display: grid;*/
    }

    .menu__list .menu__group2 {
        float: right;
        margin-left: 0px;
        margin-top: 20px;
        font-size: 0.9em;
    }

    .navclass {
        display: grid !important;
        text-align: center !important;
    }

    .menu__group {
        text-align: center;
    }

    .navLim {
       /* width: auto !important;*/
    }
    
}
@media screen and (max-width: 375px) {
    .navbar_erkby_height {
       /* height: 105px;*/
    }
    .navbar_erkby .menu__list {
       
        /*margin-top: 105px;*/
       /* height: calc(100vh - 105px);*/
    }
}
    @media screen and (max-width: 321px) {
        .navbar_erkby .menu__group {
            /*float: left;*/
            display: block;
        }

        .navbar_erkby .menu__group2 {
            /*float: left;*/
            display: block;
        }

        .menu__group a {
            padding: 10px 10px;
            display: block;
        }

        .menu__list {
            clear: none;
            float: right;
            max-height: none;
        }

        .navbar_erkby .menu-icon {
            /* display: inline-block; */
            /* margin-top: 10px; */
            /* margin-right: 10px; */
        }

        .navbar_erkby .menu__list {
            /* margin: 0;*/
            /* padding: 0;*/
            /*list-style: none;*/
            /* overflow: hidden;*/
            /*  background-color: #fff;*/
            /* display: grid;*/
        }

        .menu__list .menu__group2 {
            float: right;
            margin-left: 0px;
            margin-top: 20px;
            font-size: 0.9em;
        }

        .navclass {
            display: grid !important;
            text-align: center !important;
        }

        .menu__group {
            text-align: center;
        }

        .navLim {
            /*  width: auto !important;*/
        }
    }


















    /*RESPONSIVE*/
    @media screen and (min-width: 320px) {
        html {
            font-size: 62.5%;
        }


        /*.menulist li:not(:first-child) {
        display: none;
    }

    .menulist li.icon {
        float: right;
        display: block;
    }

    .menulist .responsive {
        position: relative;
    }

        .menulist .responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
    .menulist .responsive li {
        float: none;
        display: block;
        text-align: left;
    }*/
    }

    @media screen and (max-width: 767px) {

        html {
            font-size: 50%;
        }
    }

    @media screen and(max-width: 1025px) {
        html {
            font-size: 85%;
        }
    }








    /*FOOTER*/
    /*.footer {
    background: url('images/footer_background.png') no-repeat;
    height: 388px;
    font-family: WorkSans-Light;
    font-size: 0.75em;
}

.all1 {
    padding-top: 40px;
    align-items:center;
}
    .all1 > div {
        align-items: center;
    }

.menu__list2 {
    display: flex;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}


.menu__link2 {
    padding: 0px 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#menu2 {
    float: left;
    margin-top: 35px;
    margin-left: 15px;
}

.footerSpan {
    float: left;
    color: white;
    font-family: WorkSans-Light;
    padding-top: 150px;
}

.all2 {
    padding-top: 40px;
    float: right;
    text-align: right;
}


.menu__list3 {
    display: flex;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
.footSpan {
    font-weight: 600;
}

.menu__link3 {
    padding: 0px 17px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

#menu3 {
    float: left;
    margin-top: 35px;
    margin-left: 15px;
}

.footSpan {
    color: white;
    font-size: 0.93em !important;
    float: right;
}

.footerSpan3 {
    float: right;
    color: white;
    font-family: WorkSans-Light;
    padding-top: 50px;
    line-height:12px;
}

.linkButon {
    background-color: white;
    color: black;
    padding:6px;
    text-decoration: none;
    font-family: WorkSans-Light;
    float: right;
 
}

.footButon {
    margin-bottom: 30px;
}

.formm {
   
}
.form2 {
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
    padding-top: 50px;
}*/




    /*.footer-distributed>div{

}*/

    .footer-distributed {
        background: #444;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        font: bold 16px sans-serif;
        text-align: left;
        padding: 30px 60px 40px;
        overflow: hidden;
    }


    /*Footer left*/

    .footer-distributed {
        background: url('images/footer_background.png') no-repeat center;
        background-size: cover;
    }

        .footer-distributed > div {
            display: grid;
            grid-template-columns: auto auto;
        }

        .footer-distributed .footer-left {
            float: left;
        }

    .footer-left > img {
        max-width: 60%;
        margin-bottom: 30px;
    }
    /*The company logo*/

    .footer-distributed h3 {
        color: #ffffff;
        font: normal 36px 'Roboto', cursive;
        margin: 0 0 10px;
    }

        .footer-distributed h3 span {
            color: #5383d3;
        }

    /*Footer links*/

    .footer-distributed .footer-links {
        color: #fff;
        margin: 9px 0 9px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
            font-size: 0.7em;
            font-family: WorkSans-Regular;
            font-weight: normal;
            padding-right: 9px;
            font-weight: 600;
        }

    .footer-distributed .footer-company-name {
        color: #fff;
        font-size: 0.7em;
        font-weight: 600;
        /*    margin-top: 105px;*/
        font-family: WorkSans-Regular;
        padding-top: 5px;
    }

    .footercard {
        margin-top: 105px;
    }

    .cardoptions {
        display: grid;
        grid-template-columns: max-content max-content max-content;
        align-items: center;
        grid-column-gap: 11px;
        /* float: right; */
        /* justify-content: center; */
        align-content: center;
    }
    /*Footer social icons*/
    .footer-distributed .footer-icons {
        margin-top: 40px;
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: right;
        align-content: center;
        justify-items: center;
        align-items: center;
        justify-self: center;
        align-self: center;
        grid-gap: 15px;
    }

        .footer-distributed .footer-icons a {
            cursor: pointer;
            font-size: 0.8em;
            font-family: WorkSans-Regular;
            color: #ffffff;
            /* margin-left: 30px; */
            /* padding-bottom: 10px; */
            text-decoration: none;
            display: grid;
            grid-template-columns: auto auto;
            grid-gap: 5px;
        }

            .footer-distributed .footer-icons a img {
                /* max-width: 60%; */
            }
    /*Footer Right*/
    .footer-distributed .footer-right {
        float: right;
        text-align: right;
    }

        .footer-distributed .footer-right p {
            margin: 15px 0 0 0;
            color: #fff;
            font-family: WorkSans-Regular;
        }

    /*The contact form*/

    .footer-distributed form {
        display: inline-block;
    }

        .footer-distributed form input,
        .footer-distributed form textarea {
            border-radius: 3px;
            border-color: #fff;
            border-style: solid;
            border: 1px solid #fff;
            box-sizing: border-box;
            background-color: transparent;
            resize: none;
            font-size: 0.8em;
            font-weight: normal;
            font-family: WorkSans-Regular;
            color: #fff;
            width: 200px;
            padding: 10px;
        }

    .footer-distributed ::-webkit-input-placeholder {
        color: #5c666b;
    }

    .footer-distributed ::-moz-placeholder {
        color: #5c666b;
        opacity: 1;
    }

    #subscribeMail ::-moz-placeholder {
        color: #5c666b;
    }


    .footer-distributed form input {
        margin-bottom: 15px;
    }

    .footer-distributed form textarea {
        margin-bottom: 20px;
    }

    .bulten_tikla {
        border-radius: 3px;
        background-color: #fff;
        color: #000;
        border: 0;
        padding: 11px 30px;
        font-size: 0.8em;
        font-family: WorkSans-Regular;
        float: right;
        cursor: auto;
        margin-top: 8px;
    }

    #subscribeMail {
        width: 65%;
        border-radius: 3px;
        border-color: #fff;
        border-style: solid;
        border: 1px solid #fff;
        box-sizing: border-box;
        background-color: transparent;
        resize: none;
        font-size: 0.8em;
        font-weight: normal;
        font-family: WorkSans-Regular;
        color: #fff;
        width: 200px;
        padding: 10px;
    }

    .right-span2 {
        font-family: WorkSans-Regular;
        font-size: 0.75em;
        color: white;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 16px;
    }
    /*RESPONSIVE*/
    @media screen and (max-width: 1000px) {
        .footer-distributed {
            /* font-weight: bold; */
            font-family: WorkSans-Regular;
            background-image: none;
            background-color: #0c1760;
        }

            .footer-distributed .footer-company-name {
                font-size: 12px;
                margin-top: 12px;
            }

            .footer-distributed form input,
            .footer-distributed form textarea {
                width: 250px;
            }

            .footer-distributed form button {
                padding: 10px 35px;
            }
    }

    @media screen and (max-width: 769px) {

        .footer-distributed {
            padding: 0px;
            width: 100%;
        }

            .footer-distributed .footer-left,
            .footer-distributed .footer-right {
                float: none;
                /* max-width: 300px; */
                margin: 0 auto;
                text-align: right;
                width: 280px;
            }

            .footer-distributed .footer-left {
                margin-bottom: 40px;
            }

            .footer-distributed form {
                margin-top: 30px;
            }

            .footer-distributed form {
                display: block;
            }

                .footer-distributed form button {
                    float: none;
                }
    }
