:root {
    --baslikcolor: rgb(0, 99, 99);
    --baslikcolorbg: rgb(0, 116, 116);
    --baslikhovercolor: rgb(22, 155, 155);

}


@media (min-width: 1200px) {
    * {
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        box-sizing: border-box;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        outline: none;
    }

    body,
    html {
        background-color: #f7f7f7;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: var(--baslikcolor);
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: var(--baslikhovercolor);
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--baslikcolorbg);
    }

    .scrollsayacdiv {
        position: fixed;
        top: 35px;
        left: 0px;
        right: 0px;
        height: 3px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 101;
    }

    .scrollsayacdiv .scrollsayac {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #yukaridiv {
        position: relative;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        z-index: 100;
        transition: .2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #yukaridiv i {
        color: #ddd;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 10px;
        transition: .2s ease;
    }

    #yukaridiv .yukaribtn {
        color: #777;
        font-size: 16px;
        cursor: pointer;
        transition: .2s ease;
        background-color: transparent;
        border: none;
    }

    #yukaridiv .yukaribtn:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .infodiv {
        position: fixed;
        top: -60px;
        left: 50%;
        width: 1200px;
        min-height: 40px;
        height: auto;
        transform: translate(-50%);
        background-color: var(--baslikcolor);
        border-radius: 10px;
        transition: .2s ease;
        z-index: 100;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        padding: 5px 10px;
        margin: 5px 20px;
        transition: .5s ease;
    }

    .infodiv i {
        font-size: 24px;
        color: #fff;
    }

    .infodiv .infoprg {
        color: #fff;
        cursor: default;
        padding: 10px 10px;
    }

    .perde {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        display: none;
        z-index: 99;
    }

    .loader {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--baslikcolor);
        z-index: 110;
    }

    .loader .loaddiv {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
        animation: load1 .5s .3s alternate infinite;
        opacity: 0;
    }

    .loader .loaddiv .logodiv {
        position: relative;
        width: 200px;
        height: 200px;
    }

    .loader .loaddiv .logodiv img {
        width: 200px;
        height: auto;
    }

    .loader .loaddiv .load {
        position: relative;
        width: 100%;
        height: 30px;
        text-align: center;
    }

    .loader .loaddiv .load i {
        font-size: 30px;
    }

    @keyframes load1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .takipheaderdiv {
        position: fixed;
        top: -40px;
        left: 0px;
        width: 100%;
        height: 35px;
        z-index: 99;
        box-shadow: 0px 2px 10px #000;
        display: flex;
        flex-direction: row;
        transition: 0.2s ease-in-out;
    }

    .takipheaderdiv .logocs1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 35px;
        background-color: var(--baslikcolor);
        z-index: 100;
    }

    .takipheaderdiv .logocs1 a {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        color: #222;
        text-align: center;
        font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: -1px;
        cursor: pointer;
        transition: .5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--baslikcolor);
    }

    .takipheaderdiv .logocs1 a:hover {
        background-color: var(--baslikcolorbg);
    }

    .takipheaderdiv .logocs1 a img {
        width: auto;
        height: 28px;
    }

    .takipheaderdiv .kalancscs1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        background-color: var(--baslikcolor);
        display: flex;
        flex-direction: row;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 {
        position: relative;
        top: 0px;
        left: 35px;
        width: 70px;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: var(--baslikcolor);
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 20px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 18px;
        transform: rotate(90deg);
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1a2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 35px;
        margin: 0px 10px;
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 0px;
        filter: sepia(0);
        font-weight: lighter;
        border: none;
        color: #ddd;
        font-size: 18px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: blue;
        text-align: center;
        line-height: 35px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 1000px;
        height: 35px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a {
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a:hover {
        background-color: var(--baslikcolorbg);
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn {
        background-color: transparent;
        border: none;
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:focus {
        background-color: #555;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:hover {
        background-color: var(--baslikcolorbg);
    }

    .hesapbtndiv {
        position: fixed;
        top: -500px;
        left: calc(50% + 300px);
        width: 300px;
        height: 400px;
        background-color: #fff;
        box-shadow: 0px 2px 5px #aaa;
        transition: 0.2s ease-in-out;
        z-index: 98;
    }

    .searchcontainer {
        position: fixed;
        top: 50px;
        left: -700px;
        width: 600px;
        height: auto;
        z-index: 99;
        overflow: hidden;
        transition: 1s ease;
        border-radius: 10px;
    }

    .searchcontainer .gelismisa {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        color: var(--baslikhovercolor);
        padding: 0px 5px;
        transition: .2s ease;
    }

    .searchcontainer .gelismisa:hover {
        color: #fff;
    }

    .searchcontainer .searchsayac {
        position: absolute;
        top: 3px;
        left: 536px;
        width: 30px;
        height: 29px;
        z-index: 99;
        background-color: #eee;
        color: #777;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
        border-radius: 10px;
        cursor: default;
    }

    .searchcontainer .searchclose {
        position: absolute;
        top: 3px;
        left: 566px;
        width: 30px;
        height: 29px;
        z-index: 99;
        background-color: #eee;
        color: rgb(129, 0, 0);
        text-align: center;
        line-height: 25px;
        font-size: 20px;
        border-radius: 10px;
        cursor: pointer;
    }

    .searchcontainer .searchclose:hover {
        color: red;
    }

    .searchcontainer .searchbardiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        border-radius: 10px;
        background-color: transparent;
    }

    .searchcontainer .searchbardiv .searchbar {
        width: 100%;
        height: 100%;
        border: none;
        color: #555;
        background-color: #eee;
        border-radius: 10px;
        padding: 5px 15px;
        border: 3px solid #eee;
    }

    .searchcontainer .searchbardiv .searchbar:focus {
        border: 3px solid var(--baslikcolor);
    }

    .searchcontainer .resultsearchdiv {
        position: relative;
        top: 10px;
        left: 0px;
        width: 600px;
        min-height: 150px;
        max-height: 800px;
        height: auto;
        opacity: 0;
        background-color: #eee;
        border-radius: 10px;
        font-size: 14px;
        padding: 30px 20px;
        transition: .2s ease;
        overflow: auto;
        border: 3px solid var(--baslikcolor);
    }

    .searchcontainer .resultsearchdiv .resulthaberdiv {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchcontainer .resultsearchdiv .gelendiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 130px;
        border-radius: 5px;
        color: #555;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #eee;
        transition: .2s ease;
        padding-left: 10px;
        border-right: 5px solid #eee;
        border-left: 5px solid #eee;
        margin-bottom: 10px;
    }

    .searchcontainer .resultsearchdiv .gelendiv:hover {
        border-left: 5px solid var(--baslikcolor);
        border-right: 5px solid var(--baslikcolor);
        background-color: #ddd;
    }

    .searchcontainer .resultsearchdiv .gelendiv .imgdiv {
        width: 200px;
        height: 100px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        object-fit: cover;
        overflow: hidden;
    }

    .searchcontainer .resultsearchdiv .gelendiv .imgdiv img {
        width: 100%;
        height: auto;
        scale: 1.25;
    }

    .searchcontainer .resultsearchdiv .gelendiv a {
        position: relative;
        top: 0px;
        left: 0px;
        display: inline-block;
        width: 390px;
        height: 100%;
        color: #555;
        font-size: 16px;
        padding: 20px;
        text-align: left;
        font-weight: normal;
        transition: .2s ease;
    }

    .searchcontainer .resultsearchdiv .gelendiv a:hover {
        color: #000;
    }

    .leftnavbar {
        position: fixed;
        background-color: var(--baslikcolor);
        top: 0px;
        bottom: 0px;
        left: -140px;
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding-top: 50px;
        z-index: 20;
        transition: 0.2s ease-in-out;
        box-shadow: 0px 0px 5px #aaa;
    }

    .leftnavbar div {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 25px;
        padding: 0px 0px;
        text-align: left;
        margin: 0px 0px;
        padding: 0px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: 0.1s ease-in-out;
    }

    .leftnavbar div:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
    }

    .leftnavbar div a {
        display: inline-block;
        height: 25px;
        color: #ddd;
        font-size: 14px;
        padding: 5px 0px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        width: 80%;
        font-weight: normal;
        transition: 0.1s ease-in-out;
        line-height: 15px;
        padding-left: 5px;
    }

    .leftnavbar div a:hover {
        color: #fff;
        font-size: 16px;
        transform: translateX(10px);
        line-height: 15px;
    }

    .leftnavbar div i {
        display: inline-block;
        color: #ddd;
        transition: 0.1s ease-in-out;
        width: 20%;
        text-align: right;
        cursor: pointer;
        padding-right: 15px;
    }

    .dunyabtnbardiv {
        position: fixed;
        top: 75px;
        left: -210px;
        width: 210px;
        height: 160px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        padding: 5px;
        border-radius: 5px;
    }

    .dunyabtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .dunyabtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .ncypbtnbardiv {
        position: fixed;
        top: 100px;
        left: -210px;
        width: 210px;
        height: 160px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        border-radius: 5px;
        padding: 5px;
    }

    .ncypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .ncypbtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .scypbtnbardiv {
        position: fixed;
        top: 125px;
        left: -210px;
        width: 210px;
        height: 185px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        border-radius: 5px;
        padding: 5px;
    }

    .scypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .scypbtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .politicbtnbardiv {
        position: fixed;
        top: 150px;
        left: -210px;
        width: 210px;
        height: 110px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        border-radius: 5px;
        padding: 5px;
    }

    .politicbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .politicbtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .financebtnbardiv {
        position: fixed;
        top: 180px;
        left: -200px;
        width: 200px;
        height: 35px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        border-radius: 5px;
        padding: 5px;
    }

    .financebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .financebtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .techbtnbardiv {
        position: fixed;
        top: 175px;
        left: -200px;
        width: 200px;
        height: 135px;
        background-color: #333;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 5px #aaa;
        border-radius: 5px;
        padding: 5px;
    }

    .techbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .techbtnbardiv a:hover {
        background-color: var(--baslikcolorbg);
        color: #fff;
        transform: translate(5px);
    }

    .sciencebtnbardiv {
        position: fixed;
        top: 230px;
        left: -200px;
        width: 200px;
        height: 75px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sciencebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sciencebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .sportbtnbardiv {
        position: fixed;
        top: 255px;
        left: -200px;
        width: 200px;
        height: 175px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sportbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sportbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .softwarebtnbardiv {
        position: fixed;
        top: 305px;
        left: -200px;
        width: 200px;
        height: 200px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .softwarebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .softwarebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .takipfooterdiv {
        position: fixed;
        bottom: -200px;
        width: 100%;
        height: 160px;
        background-color: var(--baslikcolor);
        transition: 0.2s ease-in-out;
        box-shadow: 0px 0px 5px #000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .takipfooterdiv .takipfooterdivkapsayici {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1600px;
        height: 160px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div1 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div2 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div3 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div4 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div5 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdivkapsayici .div1 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div1 .div1div1 a {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
        cursor: pointer;
    }

    .takipfooterdivkapsayici .div1 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .takipfooterdivkapsayici .div2 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div2 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .takipfooterdivkapsayici .div3 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div3 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .takipfooterdivkapsayici .div4 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div4 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

    .takipfooterdivkapsayici .div5 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div5 .div1div1 a {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: pointer;
    }

    .takipfooterdivkapsayici .div5 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a:hover {
        color: #fff;
        background-color: var(--baslikcolorbg);
    }

}


@media (max-width: 1200px) {
    * {
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        box-sizing: border-box;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        outline: none;
    }

    body,
    html {
        background-color: #eee;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #000;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #aaa;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    .scrollsayacdiv {
        position: fixed;
        top: 35px;
        left: 0px;
        right: 0px;
        height: 3px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 101;
    }

    .scrollsayacdiv .scrollsayac {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #yukaridiv {
        position: relative;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        z-index: 100;
        transition: .2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #yukaridiv i {
        color: #777;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 10px;
        transition: .2s ease;
    }

    #yukaridiv .yukaribtn {
        color: #777;
        font-size: 16px;
        cursor: pointer;
        transition: .2s ease;
        background-color: transparent;
        border: none;
    }

    #yukaridiv .yukaribtn:hover {
        color: #fff;
        background-color: #222;
    }

    .infodiv {
        position: fixed;
        top: -60px;
        left: 50%;
        width: 1200px;
        min-height: 40px;
        height: auto;
        transform: translate(-50%);
        background-color: #13354E;
        border-radius: 10px;
        transition: .2s ease;
        z-index: 100;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        padding: 5px 10px;
        margin: 5px 20px;
        transition: .5s ease;
    }

    .infodiv i {
        font-size: 24px;
        color: #fff;
    }

    .infodiv .infoprg {
        color: #fff;
        cursor: default;
        padding: 10px 10px;
    }

    .perde {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        display: none;
        z-index: 99;
    }

    .loader {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #eee;
        z-index: 110;
    }

    .loader .loaddiv {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
        animation: load1 .5s .3s alternate infinite;
        opacity: 0;
    }

    .loader .loaddiv .logodiv {
        position: relative;
        width: 200px;
        height: 200px;
    }

    .loader .loaddiv .logodiv img {
        width: 200px;
        height: auto;
    }

    .loader .loaddiv .load {
        position: relative;
        width: 100%;
        height: 30px;
        text-align: center;
    }

    .loader .loaddiv .load i {
        font-size: 30px;
    }

    @keyframes load1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .takipheaderdiv {
        position: fixed;
        top: -40px;
        left: 0px;
        width: 100%;
        height: 35px;
        z-index: 99;
        box-shadow: 0px 2px 10px #555;
        display: flex;
        flex-direction: row;
        transition: 0.2s ease-in-out;
    }

    .takipheaderdiv .logocs1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 35px;
        background-color: #eee;
        z-index: 100;
    }

    .takipheaderdiv .logocs1 a {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        color: #000;
        text-align: center;
        font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: -1px;
        cursor: pointer;
        transition: .5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #eee;
    }

    .takipheaderdiv .logocs1 a:hover {
        background-color: #fff;
    }

    .takipheaderdiv .logocs1 a img {
        width: auto;
        height: 28px;
    }

    .takipheaderdiv .kalancscs1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        background-color: #000;
        display: flex;
        flex-direction: row;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 {
        position: relative;
        top: 0px;
        left: 35px;
        width: 70px;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 20px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1:hover {
        color: #fff;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 18px;
        transform: rotate(90deg);
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2:hover {
        background-color: #333;
        color: #fff;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1a2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 35px;
        margin: 0px 10px;
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 0px;
        filter: sepia(0);
        font-weight: lighter;
        border: none;
        color: #ddd;
        font-size: 18px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: blue;
        text-align: center;
        line-height: 35px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 800px;
        height: 35px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a {
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a:hover {
        background-color: #222;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn {
        background-color: transparent;
        border: none;
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:focus {
        background-color: #333;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:hover {
        background-color: #222;
    }

    .hesapbtndiv {
        position: fixed;
        top: -500px;
        left: calc(50% + 300px);
        width: 300px;
        height: 400px;
        background-color: #fff;
        box-shadow: 0px 2px 5px #aaa;
        transition: 0.2s ease-in-out;
        z-index: 98;
    }

    .searchcontainer {
        position: fixed;
        top: 50px;
        left: -700px;
        width: 600px;
        height: auto;
        z-index: 99;
        overflow: hidden;
        transition: .2s ease;
        border-radius: 10px;
    }

    .searchcontainer .searchsayac {
        position: absolute;
        top: 1px;
        left: 539px;
        width: 30px;
        height: 30px;
        z-index: 99;
        background-color: #eee;
        color: #777;
        text-align: center;
        line-height: 35px;
        font-size: 12px;
        border-radius: 10px;
        cursor: default;
    }

    .searchcontainer .searchclose {
        position: absolute;
        top: 2px;
        left: 569px;
        width: 30px;
        height: 30px;
        z-index: 99;
        background-color: #eee;
        color: rgb(129, 0, 0);
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
    }

    .searchcontainer .searchclose:hover {
        color: red;
    }

    .searchcontainer .searchbardiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        border-radius: 10px;
        background-color: transparent;
    }

    .searchcontainer .searchbardiv .searchbar {
        width: 100%;
        height: 100%;
        border: none;
        color: #555;
        background-color: #eee;
        border-radius: 10px;
        box-shadow: 0px 2px 10px #aaa;
        padding: 5px 15px;
    }

    .searchcontainer .searchbardiv .searchbar:focus {
        border: none;
    }

    .searchcontainer .resultsearchdiv {
        position: relative;
        top: 10px;
        left: 0px;
        width: 600px;
        height: auto;
        background-color: #eee;
        border-radius: 10px;
    }

    .leftnavbar {
        position: fixed;
        background-color: #fff;
        top: 35px;
        bottom: 140px;
        left: -140px;
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding-top: 20px;
        z-index: 20;
        transition: 0.2s ease-in-out;
    }

    .leftnavbar div {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 25px;
        padding: 0px 0px;
        text-align: left;
        margin: 0px 0px;
        padding: 0px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: 0.1s ease-in-out;
    }

    .leftnavbar div:hover {
        background-color: #eee;
        color: #222;
    }

    .leftnavbar div a {
        display: inline-block;
        height: 25px;
        color: #999;
        font-size: 14px;
        padding: 5px 0px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        width: 80%;
        font-weight: normal;
        transition: 0.1s ease-in-out;
        line-height: 15px;
        padding-left: 5px;
    }

    .leftnavbar div a:hover {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transform: translateX(10px);
        line-height: 15px;
    }

    .leftnavbar div i {
        display: inline-block;
        color: #aaa;
        transition: 0.1s ease-in-out;
        width: 20%;
        text-align: right;
        cursor: pointer;
        padding-right: 15px;
    }

    .dunyabtnbardiv {
        position: fixed;
        top: 80px;
        left: -200px;
        width: 200px;
        height: 175px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .dunyabtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .dunyabtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .ncypbtnbardiv {
        position: fixed;
        top: 105px;
        left: -200px;
        width: 200px;
        height: 150px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .ncypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .ncypbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .scypbtnbardiv {
        position: fixed;
        top: 130px;
        left: -200px;
        width: 200px;
        height: 100px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .scypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .scypbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .politicbtnbardiv {
        position: fixed;
        top: 155px;
        left: -200px;
        width: 200px;
        height: 250px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .politicbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .politicbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .financebtnbardiv {
        position: fixed;
        top: 180px;
        left: -200px;
        width: 200px;
        height: 150px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .financebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .financebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .techbtnbardiv {
        position: fixed;
        top: 205px;
        left: -200px;
        width: 200px;
        height: 125px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .techbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .techbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .sciencebtnbardiv {
        position: fixed;
        top: 230px;
        left: -200px;
        width: 200px;
        height: 75px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sciencebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sciencebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .sportbtnbardiv {
        position: fixed;
        top: 255px;
        left: -200px;
        width: 200px;
        height: 175px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sportbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sportbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .softwarebtnbardiv {
        position: fixed;
        top: 305px;
        left: -200px;
        width: 200px;
        height: 200px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .softwarebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .softwarebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .takipfooterdiv {
        position: fixed;
        bottom: -200px;
        width: 100%;
        height: 160px;
        background-color: #000;
        transition: 0.2s ease-in-out;
        box-shadow: 0px -3px 5px #999;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .takipfooterdiv .takipfooterdivkapsayici {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1600px;
        height: 160px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div1 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div2 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div3 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div4 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div5 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdivkapsayici .div1 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div1 .div1div1 a {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
        cursor: pointer;
    }

    .takipfooterdivkapsayici .div1 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div2 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div2 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div3 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div3 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div4 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div4 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div5 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div5 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

}


@media (max-width: 700px) {
    * {
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        box-sizing: border-box;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        outline: none;
    }

    body,
    html {
        background-color: #eee;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #000;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #aaa;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    .scrollsayacdiv {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 5px;
        overflow: hidden;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 101;
    }

    .scrollsayacdiv .scrollsayac {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #yukaridiv {
        position: relative;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        z-index: 100;
        transition: .2s ease;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #yukaridiv i {
        color: #777;
        font-size: 16px;
        cursor: pointer;
        padding: 5px 10px;
        transition: .2s ease;
    }

    #yukaridiv .yukaribtn {
        color: #777;
        font-size: 16px;
        cursor: pointer;
        transition: .2s ease;
        background-color: transparent;
        border: none;
    }

    #yukaridiv .yukaribtn:hover {
        color: #fff;
        background-color: #222;
    }

    .infodiv {
        position: fixed;
        top: -60px;
        left: 50%;
        width: 1200px;
        min-height: 40px;
        height: auto;
        transform: translate(-50%);
        background-color: #13354E;
        border-radius: 10px;
        transition: .2s ease;
        z-index: 100;
        display: none;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        padding: 5px 10px;
        margin: 5px 20px;
        transition: .5s ease;
    }

    .infodiv i {
        font-size: 24px;
        color: #fff;
    }

    .infodiv .infoprg {
        color: #fff;
        cursor: default;
        padding: 10px 10px;
    }

    .perde {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        display: none;
        z-index: 99;
    }

    .loader {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--baslikcolor);
        z-index: 110;
    }

    .loader .loaddiv {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
        animation: load1 .5s .3s alternate infinite;
        opacity: 0;
    }

    .loader .loaddiv .logodiv {
        position: relative;
        width: 200px;
        height: 200px;
    }

    .loader .loaddiv .logodiv img {
        width: 200px;
        height: auto;
    }

    .loader .loaddiv .load {
        position: relative;
        width: 100%;
        height: 30px;
        text-align: center;
    }

    .loader .loaddiv .load i {
        font-size: 30px;
    }

    @keyframes load1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .takipheaderdiv {
        position: fixed;
        top: -40px;
        left: 0px;
        width: 100%;
        height: 35px;
        z-index: 99;
        box-shadow: 0px 2px 10px #555;
        display: none;
        flex-direction: row;
        transition: 0.2s ease-in-out;
    }

    .takipheaderdiv .logocs1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 35px;
        background-color: #eee;
        z-index: 100;
    }

    .takipheaderdiv .logocs1 a {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        color: #000;
        text-align: center;
        font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: -1px;
        cursor: pointer;
        transition: .5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #eee;
    }

    .takipheaderdiv .logocs1 a:hover {
        background-color: #fff;
    }

    .takipheaderdiv .logocs1 a img {
        width: auto;
        height: 28px;
    }

    .takipheaderdiv .kalancscs1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        background-color: #000;
        display: flex;
        flex-direction: row;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 {
        position: relative;
        top: 0px;
        left: 35px;
        width: 70px;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 20px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn1:hover {
        color: #fff;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        margin: 0px;
        border: none;
        color: #eee;
        font-size: 18px;
        transform: rotate(90deg);
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: transparent;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1btn2:hover {
        background-color: #333;
        color: #fff;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv1 .cscsdiv1a2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 35px;
        margin: 0px 10px;
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 0px;
        filter: sepia(0);
        font-weight: lighter;
        border: none;
        color: #ddd;
        font-size: 18px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        background-color: blue;
        text-align: center;
        line-height: 35px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 800px;
        height: 35px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a {
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 a:hover {
        background-color: #222;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn {
        background-color: transparent;
        border: none;
        margin: 0px 2px;
        transition: 0.2s ease-in-out;
        color: #ddd;
        font-family: "Times New Roman", Times, serif;
        transition: 0.3s ease;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -0px;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:focus {
        background-color: #333;
    }

    .takipheaderdiv .kalancscs1 .cscsdiv2 .cscsdiv2btn:hover {
        background-color: #222;
    }

    .hesapbtndiv {
        position: fixed;
        top: -500px;
        left: calc(50% + 300px);
        width: 300px;
        height: 400px;
        background-color: #fff;
        box-shadow: 0px 2px 5px #aaa;
        transition: 0.2s ease-in-out;
        z-index: 98;
        display: none;
    }

    .searchcontainer {
        position: fixed;
        top: 50px;
        left: -700px;
        width: 600px;
        height: auto;
        z-index: 99;
        overflow: hidden;
        transition: .2s ease;
        border-radius: 10px;
        display: none;
    }

    .searchcontainer .searchsayac {
        position: absolute;
        top: 1px;
        left: 539px;
        width: 30px;
        height: 30px;
        z-index: 99;
        background-color: #eee;
        color: #777;
        text-align: center;
        line-height: 35px;
        font-size: 12px;
        border-radius: 10px;
        cursor: default;
    }

    .searchcontainer .searchclose {
        position: absolute;
        top: 2px;
        left: 569px;
        width: 30px;
        height: 30px;
        z-index: 99;
        background-color: #eee;
        color: rgb(129, 0, 0);
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        border-radius: 10px;
        cursor: pointer;
    }

    .searchcontainer .searchclose:hover {
        color: red;
    }

    .searchcontainer .searchbardiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 35px;
        border-radius: 10px;
        background-color: transparent;
    }

    .searchcontainer .searchbardiv .searchbar {
        width: 100%;
        height: 100%;
        border: none;
        color: #555;
        background-color: #eee;
        border-radius: 10px;
        box-shadow: 0px 2px 10px #aaa;
        padding: 5px 15px;
    }

    .searchcontainer .searchbardiv .searchbar:focus {
        border: none;
    }

    .searchcontainer .resultsearchdiv {
        position: relative;
        top: 10px;
        left: 0px;
        width: 600px;
        height: auto;
        background-color: #eee;
        border-radius: 10px;
    }

    .leftnavbar {
        position: fixed;
        background-color: #fff;
        top: 35px;
        bottom: 140px;
        left: -140px;
        width: 140px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding-top: 20px;
        z-index: 20;
        transition: 0.2s ease-in-out;
    }

    .leftnavbar div {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 25px;
        padding: 0px 0px;
        text-align: left;
        margin: 0px 0px;
        padding: 0px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: 0.1s ease-in-out;
    }

    .leftnavbar div:hover {
        background-color: #eee;
        color: #222;
    }

    .leftnavbar div a {
        display: inline-block;
        height: 25px;
        color: #999;
        font-size: 14px;
        padding: 5px 0px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        width: 80%;
        font-weight: normal;
        transition: 0.1s ease-in-out;
        line-height: 15px;
        padding-left: 5px;
    }

    .leftnavbar div a:hover {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transform: translateX(10px);
        line-height: 15px;
    }

    .leftnavbar div i {
        display: inline-block;
        color: #aaa;
        transition: 0.1s ease-in-out;
        width: 20%;
        text-align: right;
        cursor: pointer;
        padding-right: 15px;
    }

    .dunyabtnbardiv {
        position: fixed;
        top: 80px;
        left: -200px;
        width: 200px;
        height: 175px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .dunyabtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .dunyabtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .ncypbtnbardiv {
        position: fixed;
        top: 105px;
        left: -200px;
        width: 200px;
        height: 150px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .ncypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .ncypbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .scypbtnbardiv {
        position: fixed;
        top: 130px;
        left: -200px;
        width: 200px;
        height: 100px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .scypbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .scypbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .politicbtnbardiv {
        position: fixed;
        top: 155px;
        left: -200px;
        width: 200px;
        height: 250px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .politicbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .politicbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .financebtnbardiv {
        position: fixed;
        top: 180px;
        left: -200px;
        width: 200px;
        height: 150px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .financebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .financebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .techbtnbardiv {
        position: fixed;
        top: 205px;
        left: -200px;
        width: 200px;
        height: 125px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .techbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .techbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .sciencebtnbardiv {
        position: fixed;
        top: 230px;
        left: -200px;
        width: 200px;
        height: 75px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sciencebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sciencebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .sportbtnbardiv {
        position: fixed;
        top: 255px;
        left: -200px;
        width: 200px;
        height: 175px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .sportbtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .sportbtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .softwarebtnbardiv {
        position: fixed;
        top: 305px;
        left: -200px;
        width: 200px;
        height: 200px;
        background-color: #fff;
        transition: 0.2s ease-in-out;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .softwarebtnbardiv a {
        color: #aaa;
        font-size: 16px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-weight: normal;
        padding: 3px 10px;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: 0.1s ease-in-out;
        height: 25px;
    }

    .softwarebtnbardiv a:hover {
        background-color: #eee;
        color: #000;
    }

    .takipfooterdiv {
        position: fixed;
        bottom: -200px;
        width: 100%;
        height: 160px;
        background-color: #000;
        transition: 0.2s ease-in-out;
        box-shadow: 0px -3px 5px #999;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .takipfooterdiv .takipfooterdivkapsayici {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1600px;
        height: 160px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div1 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div2 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div3 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div4 {
        border-right: 1px solid #555;
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdiv .takipfooterdivkapsayici .div5 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 140px;
        overflow: hidden;
    }

    .takipfooterdivkapsayici .div1 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div1 .div1div1 a {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
        cursor: pointer;
    }

    .takipfooterdivkapsayici .div1 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div1 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div2 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div2 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div2 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div3 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div3 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div3 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div4 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div4 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div4 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

    .takipfooterdivkapsayici .div5 .div1div1 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        padding-left: 8px;
        border-left: 1px solid #aaa;
    }

    .takipfooterdivkapsayici .div5 .div1div1 p {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 0px;
        color: #fff;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
        font-size: 18px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        padding: 5px 0px;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a {
        display: inline-block;
        color: #aaa;
        margin: 0px;
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
        font-weight: lighter;
        width: 48%;
        height: 13px;
        transition: 0s ease-in-out;
        cursor: default;
    }

    .takipfooterdivkapsayici .div5 .div1div2 a:hover {
        color: #fff;
        background-color: #111;
    }

}