body {
    font: normal normal normal 14px/20px 'plain-regular';
    /*    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

html {
    font-size: 14px;
}

a {
    text-decoration: none;
    transition: .2s;
}

img {
    max-width: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.mainDv {
    width: 100vw;
    padding-left: 10vw;
    padding-right: 10vw;
}


html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

main {
    min-height: 60vh;
}

.TopMenu {
    border-bottom: 2px solid #F8E9F3;
    height: 69px;
    background: #F8E9F3 0% 0% no-repeat padding-box;
    width: 100vw;
    overflow: hidden;
}

    .TopMenu .flex-next {
        left: -85px;
        text-align: right;
        opacity: 1;
        top: 29%;
        font-size: 0px;
        background: url('/img/tpleft.svg') no-repeat center center;
    }

    .TopMenu .flex-prev {
        left: -45px;
        text-align: left;
        opacity: 1;
        font-size: 0px;
        top: 29%;
        background: url('/img/TpRight.svg') no-repeat center center;
        padding-top: 0 !important;
    }

.TopList {
    margin-left: 80px;
}

    .TopList li p {
        padding-top: 1rem;
        margin: 0px;
        text-align: left;
        font: normal normal normal 15px/22px 'plain-medium';
        letter-spacing: 0px;
        color: #9A8191;
        display: flex;
        align-content: center;
        height: 69px;
        padding-left: 2rem;
    }

        .TopList li p a {
            margin-left: 1rem;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border-radius: 10px;
            opacity: 0.61;
            text-align: center;
            font: normal normal normal 15px/22px 'plain-medium';
            letter-spacing: 0px;
            color: #9A8191;
            display: block;
            height: 35px;
            padding: 5px 10px;
            margin-top: -5px;
        }

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header nav {
        display: flex;
    }

        header nav a {
            padding: 1rem;
            text-align: center;
            font: normal normal normal 17px/37px 'plain-regular';
            letter-spacing: 0px;
            color: #6C6C6C;
            opacity: 1;
            position: relative;
            top: 0;
            transition: top ease .2s;
        }

            header nav a:hover {
                top: -10px;
                color: #14A0DC;
            }

                header nav a:hover:before {
                    content: "";
                    height: 5px;
                    width: 5px;
                    background-color: #14A0DC;
                    bottom: -10px;
                    left: 50%;
                    border-radius: 5px;
                    position: absolute;
                }

        header nav span {
            margin: .5rem;
            border: none;
            border-radius: 10px;
            display: inline-block;
        }



.btnGiris {
    border: none;
    width: 250px;
    height: 55px;
    background: #14A0DC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 17px/30px 'plain-medium';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
    transition: .2s;
    cursor: pointer;
}

.IconGiris {
    margin-top: -8px;
}


.overlayGrs {
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 100%;
    width: 0;
    transition: all 0.2s ease 0s;
}

    .overlayGrs .imgGiris {
        background-color: #14A0DC;
    }

.btnGiris:hover .overlayGrs {
    width: 20%;
}

.btnGiris:hover .IconGiris {
    opacity: 0;
}

.btnPltrform {
    width: 180px;
    height: 55px;
    background: #6114DC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 17px/30px 'plain-medium';
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: .2s;
    position: relative;
}


.IconPltform {
    margin-top: -5px;
}

.btnPltrform:hover .overlayPlt {
    height: 100%;
}

.btnPltrform:hover .IconPltform {
    opacity: 0
}

.overlayPlt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s ease;
}

    .overlayPlt .imgPltr {
        background-color: #6114DC;
        position: absolute;
        top: 50%;
        left: 20%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

.btnArama {
    width: 141px;
    height: 55px;
    /* UI Properties */
    background: #D7F1FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 15px/22px 'plain-medium';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.btnSepet {
    width: 55px;
    height: 55px;
    border: 2px solid #E3E3E3;
    border-radius: 10px;
    opacity: 1;
    background-color: white;
    transition: .2s;
    text-align: center;
    cursor: pointer;
}

    .btnSepet:hover {
        border: 2px solid #FF4713;
    }

    .btnSepet i {
        margin-top: -13px;
        display: block;
        width: 24px;
        height: 24px;
        margin-left: 32px;
        background: #FF4713 0% 0% no-repeat padding-box;
        border-radius: 6px;
        opacity: 1;
        text-align: center;
        font: normal normal normal 13px/20px 'plain-bold';
        letter-spacing: 0px;
        color: #FFFFFF;
    }

footer {
    background: url('/img/footherbg.jpg') no-repeat top center;
    width: 97vw;
    margin-left: 1vw;
    min-height: 60vh;
    background-size: 100%;
    padding-top: 10vh;
    padding-bottom: 20vh;
    position: relative;
}

    footer .copright {
        position: absolute;
        bottom: 15px;
        height: 77px;
        display: flex;
        justify-content: space-between;
        left: 0px;
        width: 80vw;
        margin-left: 10vw;
        margin-right: 10vw;
        border-top: 1px solid #22507e;
        padding-top: 25px;
        align-items: center;
        align-content: center;
        text-align: left;
        font: normal normal normal 13px/37px 'plain-regular';
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 0.6;
    }

        footer .copright img {
            padding-left: 5px;
            padding-right: 5px;
            margin-top: -5px;
        }

.Destek,
.StoreIcons {
    text-align: right;
    margin-bottom: 10px;
}

    .Destek a,
    .StoreIcons a {
        margin: 5px;
    }

.MenuFthr a {
    width: 100%;
    text-align: left;
    font: normal normal normal 15px/37px'plain-regular';
    letter-spacing: 0px;
    color: #FFFFFF;
    display: block;
    opacity: 0.85;
}

.AnaMain {
    width: 97vw;
    margin-left: 1vw;
    min-height: 60vh;
    background: #E5F7FF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 51px;
    padding-bottom: 20vh;
}

.MnTp {
    margin-top: -15vh;
}

    .MnTp .col-md-4 {
        flex: 0 0 auto;
        width: 32%;
        margin-right: 3%;
    }

        .MnTp .col-md-4:last-child {
            margin-right: -2%;
        }

.ShrDiv {
    margin: 0px auto;
    max-width: 900px;
}

.swiper-container {
    width: 91vw;
    margin-left: 3vw;
    padding-left: 10vw;
    height: 100%;
    padding-bottom: 50px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 395px;
    position: relative;
    background: #F5FCFF 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    flex-wrap: wrap;
    padding: 2rem 2rem;
    transition: .2s;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 3px;
    display: inline-block;
    background: #C8EBFA;
}



.swiper-slide .HoverBg {
    background: #8FB2C1 0% 0% no-repeat padding-box;
    opacity: 0.56;
    filter: blur(20px);
    position: absolute;
    left: 5%;
    top: 10%;
    right: 5px;
    bottom: -10px;
    width: 85%;
    height: 0;
    z-index: -1;
    transition: height ease .2s;
}

.swiper-slide:hover .HoverBg {
    height: 92%;
}

.swiper-slide .swiper-main {
    top: 0;
    position: relative;
    transition: top ease .2s;
    text-align: center;
    width: 100%;
}

.swiper-slide:hover .swiper-main {
    top: -60px;
}

.swiper-slide .swiper-icon {
    opacity: 1;
    transition: opacity .2s;
    padding-bottom: 10px;
}

.swiper-slide:hover .swiper-icon {
    opacity: 0;
    transition: opacity .2s;
}


.swiper-slide .swiper-link {
    opacity: 0;
    transition: opacity .2s;
}

.swiper-slide:hover .swiper-link {
    opacity: 1;
    transition: opacity .2s;
}

.swiper-main h1 {
    font: normal normal normal 45px/45px 'plain-light';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.swiper-main h2 {
    font: normal normal normal 20px/20px 'plain-medium';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
    margin-bottom: 1rem;
}

.swiper-main p {
    text-align: center;
    font: normal normal normal 14px/18px 'plain-regular';
    letter-spacing: 0px;
    color: #85939A;
    opacity: 1;
    text-align: center;
    max-width: 250px;
    margin: 0px auto;
}

.bgMor {
    background: url('/img/icon/ansldr/bgmor.svg') bottom 15% right 15% no-repeat padding-box #AA96E2;
    background-size: 30%;
}

    .bgMor a {
        background-color: #967ED8;
    }

    .bgMor:hover a {
        background-color: #8065CB;
    }

.bgKahve {
    background: url('/img/icon/ansldr/bgkahve.svg') bottom 15% right 15% no-repeat padding-box #D5C7B2;
    background-size: 30%;
}

    .bgKahve a {
        background-color: #C4B193;
    }

    .bgKahve:hover a {
        background-color: #B9A483;
    }

.bgTuruncu {
    background: url('/img/icon/ansldr/bgturuncu.svg') bottom 15% right 15% no-repeat padding-box #F4B98E;
    background-size: 30%;
}

    .bgTuruncu a {
        background-color: #DE9F71;
    }

    .bgTuruncu:hover a {
        background-color: #D08F60;
    }

.bgAnTitle {
    border-radius: 10px;
    opacity: 1;
    height: 275px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 2rem;
    transition: .2s;
    top: 0;
    position: relative;
    transition: top ease .2s;
}

    .bgAnTitle:hover {
        top: -20px;
    }

    .bgAnTitle h1 {
        text-align: left;
        font: normal normal normal 21px/25px 'plain-medium';
        letter-spacing: 0px;
        color: #FFFFFF;
        width: 100%;
        min-width: 280px;
    }

    .bgAnTitle a {
        text-align: center;
        font: normal normal normal 17px/55px 'plain-medium';
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding: 0px 20px;
        min-height: 55px;
        border-radius: 10px;
    }

    .bgAnTitle .HoverBg {
        background: #8FB2C1 0% 0% no-repeat padding-box;
        opacity: 0.66;
        filter: blur(20px);
        position: absolute;
        left: 5%;
        top: 10%;
        right: 5px;
        bottom: -10px;
        width: 85%;
        height: 0;
        z-index: -1;
        transition: height ease .2s;
    }

    .bgAnTitle:hover .HoverBg {
        height: 92%;
    }

.MnTp-Title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    align-content: center;
    align-items: center;
}

    .MnTp-Title a {
        text-align: left;
        font: normal normal normal 14px/20px 'plain-regular';
        letter-spacing: 0px;
        color: #B4B4B4;
    }

        .MnTp-Title a img {
            margin-top: -5px;
            margin-right: 5px;
        }

    .MnTp-Title h1 {
        text-align: left;
        font: normal normal normal 45px/116px 'plain-light';
        letter-spacing: 0px;
        color: #FF4713;
        opacity: 1;
    }


.MnSlg .col-md-4 {
    flex: 0 0 auto;
    width: 32%;
    margin-right: 3%;
}

    .MnSlg .col-md-4:last-child {
        margin-right: -2%;
    }

.MnSlg img {
    width: 100%;
}

.ShrDiv {
    min-height: 86px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #C8EBFA;
    border-radius: 10px;
    opacity: 1;
    min-height: 86px;
    display: flex;
}

.select-box {
    border-right: 2px solid #C8EBFA;
    position: relative;
}

    .select-box .select-link {
        display: flex;
        background: url('/img/icon/icon_updownar.svg') no-repeat top 60% right;
        min-width: 200px;
        padding-right: 10px;
    }

.select-mnlist {
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #C8EBFA;
    opacity: 1;
    margin-top: 35px;
    left: 0px;
    min-width: 250px;
    text-align: center;
    z-index: 9;
    padding: 5px 0;
    transition: .2s;
}

    .select-mnlist:before {
        background: url('/img/icon/ansldr/iconupar.png') no-repeat;
        content: "";
        height: 13px;
        width: 21px;
        position: absolute;
        top: -13px;
        right: 10%;
        transition: .2s;
    }

    .select-mnlist p {
        font: normal normal normal 16px/43px 'plain-medium';
        letter-spacing: 0px;
        color: #14A0DC;
        opacity: 1;
        cursor: pointer;
        margin: 0px;
        padding: 5px;
        transition: .2s;
    }

        .select-mnlist p:hover {
            background: #C8EBFA 0% 0% no-repeat padding-box;
        }

.select-title {
    padding-left: 10px;
    padding-right: 10px;
}

    .select-title div p {
        text-align: left;
        font: normal normal normal 16px/16px 'plain-medium';
        letter-spacing: 0px;
        color: #14A0DC;
        opacity: 1;
    }

    .select-title span {
        text-align: left;
        font: normal normal normal 14px/10px 'plain-regular';
        letter-spacing: 0px;
        color: #B4B4B4;
        opacity: 1;
    }

.select-search {
    background: #14A0DC 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
    opacity: 1;
    width: 100%;
    display: flex;
    cursor: pointer;
    border: none;
}

    .select-search:hover {
        background: #14A0DC 0% 0% no-repeat padding-box;
        border-radius: 0px 10px 10px 0px;
        opacity: 1;
        width: 100%;
        display: flex;
        cursor: pointer;
        border: none;
    }

    .select-search img {
        max-width: 80px;
    }

#TurMainTxt p {
    /*  min-width: 240px;*/
}

.AnSlider {
}

    .AnSlider .flex-control-paging li a {
        text-indent: 0 !important;
        border-radius: 58px;
        box-shadow: none;
        width: 50px;
        height: 50px;
        text-align: center;
        font: normal normal normal 25px/45px 'plain-regular';
        letter-spacing: 0px;
        color: #DBDBDB;
        opacity: 1;
        margin-bottom: 2rem;
        border: 1px solid #E5E5E5;
        background: #fff 0% 0% no-repeat padding-box;
    }

    .AnSlider .flex-active {
        background: #E9562E 0% 0% no-repeat padding-box !important;
        border: 1px solid #E9562E;
        color: #FFFFFF;
    }

    .AnSlider .flex-control-nav {
        position: absolute;
        bottom: auto !important;
        text-align: center;
        left: -75px;
        top: 0px;
        width: 55px;
    }

.AnSlider-img {
    border-radius: 10px;
}

.AnSlider-title h1 {
    font: normal normal 300 45px/55px 'plain-regular';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.AnSlider-p {
    text-align: left;
    font: normal normal normal 14px/20px 'plain-regular';
    letter-spacing: 0px;
    max-width: 600px;
    opacity: 1;
    padding: 1rem 0;
}

.AnSlider-Main {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 1rem 0;
}

    .AnSlider-Main div {
        display: flex;
        align-content: center;
        align-items: center;
        min-width: 250px;
    }

        .AnSlider-Main div img {
            max-height: 45px;
            width: auto !important;
        }

        .AnSlider-Main div p {
            min-width: 150px;
            padding: 10px;
            margin-bottom: 0px;
        }

            .AnSlider-Main div p span:first-child {
                text-align: left;
                font: normal normal normal 14px/14px 'plain-regular';
                letter-spacing: 0px;
                color: #B4B4B4;
                opacity: 1;
                min-width: 150px;
            }

            .AnSlider-Main div p span {
                text-align: left;
                font: normal normal normal 21px/21px 'plain-regular';
                letter-spacing: 0px;
                color: #14A0DC;
                opacity: 1;
                min-width: 150px;
            }

.AnSlider-Link {
    display: flex;
}


    .AnSlider-Link a {
        background-color: transparent;
        border: 2px solid #4C9FD7;
        border-radius: 10px;
        opacity: 1;
        width: 169px;
        height: 55px;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        font: normal normal normal 17px/37px 'plain-medium';
        letter-spacing: 0px;
        color: #4C9FD7;
        margin-right: 2rem;
    }

        .AnSlider-Link a img {
            width: 21px !important;
            margin-right: 10px;
            margin-top: 3px;
        }

.sub-referans {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8EBFA;
    border-radius: 24px;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    max-width: 350px;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    transition: .2s;
}

    .sub-referans:hover {
        background: #F7FBFD 0% 0% no-repeat padding-box;
        border: 1px solid #14A0DC;
        border-radius: 24px;
    }


    .sub-referans .HoverBg {
        background: #8FB2C1 0% 0% no-repeat padding-box;
        opacity: 0.56;
        filter: blur(20px);
        position: absolute;
        left: 5%;
        top: 10%;
        right: 5px;
        bottom: -10px;
        width: 85%;
        height: 0;
        z-index: -1;
        transition: height ease .2s;
    }

    .sub-referans:hover .HoverBg {
        height: 92%;
    }




    .sub-referans h1 {
        text-align: left;
        min-width: 250px;
        font: normal normal normal 20px/24px 'plain-medium';
        letter-spacing: 0px;
        color: #14A0DC;
        opacity: 1;
        margin-top: 1rem;
        height: 80px;
        display: flex;
        align-items: center;
        text-align: center;
        display: block;
        padding: 0px 10px;
    }



    .sub-referans img {
        margin-bottom: 2rem;
    }

    .sub-referans div {
        justify-content: space-between;
        display: flex;
        width: 90%;
    }

.refClsa {
    width: 72px;
    height: 34px;
    border: 1px solid rgb(20, 160, 220);
    border-radius: 10px;
    display: flex;
    letter-spacing: 0px;
    color: rgb(20, 160, 220);
    opacity: 1;
    text-align: center;
    justify-content: center;
    font: normal normal normal 15px/28px 'plain-medium';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.sub-referans div a img {
    width: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.sub-referans div em {
    background: transparent !important;
    border: none;
}



.sub-referans span {
    width: 90%;
    text-align: left;
    font: normal normal normal 20px/30px 'plain-medium';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.BgDeneme {
    background: #D7F1FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    max-width: 80%;
}

.BgKitap {
    border-radius: 10px;
    /*    padding: 20px;*/
    width: 95%;
    min-width: 180px;
}

.subtitle-button {
    display: flex;
    flex-wrap: wrap;
}

    .subtitle-button a {
        margin-top: 10px;
        min-width: 134px;
        min-height: 55px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #C8EBFA;
        border-radius: 10px;
        opacity: 1;
        margin-left: 10px;
        text-align: center;
        font: normal normal normal 16px/25px 'plain-medium';
        letter-spacing: 0px;
        color: #14A0DC;
        opacity: 1;
        padding: 10px 10px;
    }

        .subtitle-button a:hover {
            background: #14A0DC 0% 0% no-repeat padding-box;
            border: 2px solid #14A0DC;
            color: #fff;
        }

        .subtitle-button a:first-child {
            width: 151px;
            height: 55px;
            /* UI Properties */
            background: #D0D0D0 0% 0% no-repeat padding-box;
            border: 2px solid #D0D0D0;
            border-radius: 10px;
            opacity: 1;
            text-align: center;
            font: normal normal normal 17px/25px 'plain-medium';
            letter-spacing: 0px;
            color: #FFFFFF;
        }

            .subtitle-button a:first-child img {
                margin-top: -5px;
                margin-right: 5px;
            }

            .subtitle-button a:first-child:hover {
                background: #14A0DC 0% 0% no-repeat padding-box;
                border: 2px solid #14A0DC;
            }

    .subtitle-button .active {
        min-width: 134px;
        height: 55px;
        background: #14A0DC 0% 0% no-repeat padding-box;
        border: 2px solid #14A0DC;
        border-radius: 10px;
        opacity: 1;
        text-align: center;
        font: normal normal normal 16px/45px 'plain-medium';
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-left: 10px;
        cursor: pointer;
        padding: 0 10px;
    }

    .subtitle-button p {
        margin-top: 10px;
        min-width: 134px;
        min-height: 55px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #C8EBFA;
        border-radius: 10px;
        opacity: 1;
        margin-left: 10px;
        text-align: center;
        font: normal normal normal 16px/25px 'plain-medium';
        letter-spacing: 0px;
        color: #14A0DC;
        opacity: 1;
        padding: 10px 10px;
    }

    .subtitle-button .bgTurunc {
        background-color: #FD4713;
        border: 2px solid #FD4713;
        color: white;
    }

.row-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8EBFA;
    border-radius: 24px;
    opacity: 1;
    overflow: hidden;
}

    .row-main .BgDeneme {
        border-radius: 0 !important;
        width: 95%;
        text-align: center;
    }

.title-h3 {
    text-align: left;
    font: normal normal normal 33px/90px 'plain-light';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.submain-text h1 {
    text-align: left;
    font: normal normal normal 33px/56px 'plain-regular';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
}

.submain-text span {
    text-align: left;
    font: normal normal normal 33px/56px 'plain-regular';
    letter-spacing: 0px;
    color: #14A0DC;
    display: block;
    opacity: 1;
}

.submain-text p {
    text-align: left;
    font: normal normal normal 15px/26px 'plain-medium';
    letter-spacing: 0px;
    opacity: 1;
    max-width: 600px;
    position: relative;
}

.submain-text .sepet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #C8EBFA;
    border-radius: 10px;
    opacity: 1;
}

    .submain-text .sepet-icon i {
        padding-right: 10px;
        text-align: left;
        font: normal normal normal 14px/14px 'plain-regular';
        letter-spacing: 0px;
        color: #B4B4B4;
        opacity: 1;
    }

    .submain-text .sepet-icon button {
        width: 35px;
        height: 35px;
        background: #E0F6FF 0% 0% no-repeat padding-box;
        border-radius: 7px;
        opacity: 1;
        border: 0px;
    }

        .submain-text .sepet-icon button img {
            margin-top: -10px;
        }

.submain-text .txtAdet {
    width: 30px;
    margin: 0px 3px;
    margin-top: 0px;
    height: 30px;
    text-align: center;
    font: normal normal normal 16px/23px 'plain-medium';
    letter-spacing: 0px;
    color: #14A0DC;
    opacity: 1;
    border: none;
    text-align: center;
}

.txtAdet::-webkit-outer-spin-button,
.txtAdet::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.txtAdet[type=number] {
    -moz-appearance: textfield;
}

.sepet-link {
    background-color: transparent;
    border: 2px solid #E3E3E3;
    border-radius: 10px;
    opacity: 1;
    min-width: 169px;
    height: 55px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 2rem;
    transition: .2s;
    background-color: #FD4713;
}
    .sepet-link svg path {
        fill: #fff !important;
    }
    .sepet-link i {
        font: normal normal normal 17px/37px 'plain-medium';
    }

    .sepet-link:hover {
        background-color: #A43A1C;
        color: #fff;
        border: 2px solid #FD4713;
    }

     

.sepet-bg {
    background-color: #FD4713 !important;
    color: #fff;
    padding: 0px 10px;
    border: none;
    border: 2px solid #FD4713;
}

.mt10 {
    margin-top: -3px;
}

.select-list {
    position: relative;
}

    .select-list .select-link {
        display: flex;
        background: url('/img/icon/icon_updownar.svg') no-repeat top 60% right 6%;
        margin: 0px 5px;
        padding-right: 10px;
        border: 2px solid #C8EBFA;
        border-radius: 10px;
    }

        .select-list .select-link p {
            min-width: 134px;
            height: 50px;
            opacity: 1;
            margin-left: 10px;
            text-align: center;
            font: normal normal normal 16px/45px 'plain-medium';
            letter-spacing: 0px;
            color: #14A0DC;
            opacity: 1;
            padding: 0px 10px;
            margin: 0px;
        }

    .select-list .select-mnlist {
        min-width: 180px;
    }

.TmBtn {
    background: #14A0DC 0% 0% no-repeat padding-box !important;
    border: 2px solid #14A0DC !important;
    font: normal normal normal 17px/50px 'plain-medium' !important;
}

    .TmBtn:hover {
        background: #D0D0D0 0% 0% no-repeat padding-box !important;
        border: 2px solid #D0D0D0 !important;
    }

.select-listbt {
    width: 140px;
    height: 55px;
    background: #D0D0D0 0% 0% no-repeat padding-box;
    border: 2px solid #D0D0D0;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 17px/45px 'plain-medium';
    letter-spacing: 0px;
    color: #FFFFFF;
}

    .select-listbt:hover {
        background: #14A0DC 0% 0% no-repeat padding-box;
        border: 2px solid #14A0DC;
    }

.bgVidMask {
    border-radius: 10px;
    min-width: 282px;
    height: 255px;
    max-width: 100%;
    text-align: center;
    overflow-y: hidden;
}

    .bgVidMask img {
        border-radius: 10px;
        transition: .4s;
        transform: scale(1.1);
        margin-bottom: 0px;
        position: relative;
        z-index: 4;
        margin: 0px auto;
        max-width: 90%;
        margin-top: 10px;
    }

@media (max-width: 1500px) {
    .bgVidMask img {
        max-width: 80% !important;
    }
}

.sub-referans:hover .bgVidMask img {
    transform: scale(0.9)
}

.bgVidMask .BgMavi {
    width: 70%;
    background-color: #8DDBFF;
    height: 45px;
    border-radius: 10px;
    display: block;
    transform: translate(20%, -78px);
    transition: .2s;
    z-index: 2;
    position: relative;
}


.sub-referans:hover .bgVidMask .BgMavi {
    transform: translate(20%, -28px);
}

.bgVidMask .BgGri {
    width: 50%;
    background-color: #E7F6FD;
    height: 42px;
    border-radius: 10px;
    display: block;
    transform: translate(50%, -78px);
    transition: .2s;
    z-index: 1;
}

.sub-referans:hover .bgVidMask .BgGri {
    transform: translate(50%, -48px);
}

.imgDen {
    width: 65%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.imgDenKit {
    max-width: 100% !important;
    margin: 0px auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.ImgArti {
    background-color: #E0F6FF;
    border-radius: 5px;
    font-size: 20px;
    transition: .2s;
    fill: red !important;
    height: 30px;
    width: 30px;
    display: inline-flex;
    text-align: center;
    padding-left: 7px;
    justify-content: center;
    transition: .2s;
    padding: 10px;
}

    .ImgArti:hover {
        background-color: #14A0DC;
    }



.ImgEksi {
    justify-content: center;
    background-color: #E0F6FF;
    border-radius: 5px;
    font-size: 20px;
    transition: .2s;
    fill: red !important;
    height: 30px;
    width: 30px;
    display: inline-flex;
    text-align: center;
    padding-left: 10px;
    transition: .2s;
}

    .ImgEksi:hover {
        background-color: #14A0DC;
    }

         

.sepetIcon {
    background: url('/img/icon/sepeticon.svg') no-repeat center center;
    height: 35px;
    width: 35px;
    background-size: 100%;
    margin-right: 10px;
    display: block;
    transition: .2s;
}

    .sepetIcon:hover {
        background: url('/img/icon/SepetIconHover.svg') no-repeat center center;
    }

.imgVidKit {
    width: 80px;
    margin-bottom: 3rem;
}

.kitapMainVid {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    background: #D7F1FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 100px;
    padding-left: 15px;
    padding-right: 3vw;
}

    .kitapMainVid p {
        font: normal normal normal 20px/28px 'plain-regular';
        color: #14A0DC;
        /*     max-width: 200px;*/
    }

    .kitapMainVid span {
        font: normal normal normal 20px/28px 'plain-regular';
        color: #14A0DC;
        opacity: .8;
    }

.iconKtp {
    max-height: 80px;
    margin-right: 20px;
    margin-top: 2rem;
}

.bgNone {
    background: transparent !important;
    border: none !important;
}

.vidResim {
    margin: 0px;
}

.vidAr {
    display: flex;
    justify-content: center;
}

    .vidAr a {
        margin: 5px;
    }

@media (min-width: 576px) {
    .sepetModal .modal-dialog {
        max-width: 500px;
        margin: 0px auto;
    }
}

.sepetModal .modal-content {
    border: none;
    border-radius: 0px 0px 1rem 1rem;
}

.sepetModal .modal-dialog {
    max-width: 90vw;
}

.sepetModal .modal-title {
    color: #14A0DC;
    font: normal normal normal 22px/31px 'plain-medium';
}

.sptTm {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #FD4713;
    color: #FD4713;
    font: normal normal normal 18px/31px 'plain-regular';
    border-radius: 5px;
    padding: 8px 15px;
    transition: .2s;
    cursor: pointer;
}

    .sptTm svg {
        margin-right: 15px;
        margin-top: 6px;
    }

    .sptTm:hover {
        background-color: #FD4713;
        color: white;
    }

        .sptTm:hover svg path {
            fill: white;
        }

.btnSil {
    display: flex;
 
    justify-content: end;
    width: 121%;
    margin-top: -18px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sptMn {
    max-width: 130px;
    border: 1px solid #C8EBFA;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.rsmSpt {
    max-height: 100px;
    margin: 0px auto;
}

.sptMn p {
    color: #14A0DC;
    font: normal normal normal 14px/18px 'plain-regular';
    min-height: 40px;
    margin-bottom: 2px;
}

.sptMn span {
    color: #14A0DC;
    font: normal normal normal 14px/18px 'plain-regular';
}

.sepetLst {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}

    .sepetLst em {
        font-style: normal;
        background-color: #E5F7FF;
        border: 1px solid #C8EBFA;
        margin-right: 15px;
        border-radius: 50px;
        text-align: center;
        width: 58px;
        height: 55px;
        color: #14A0DC;
        font: normal normal normal 22px/50px 'plain-regular';
    }

    .sepetLst .bgMavi {
        display: flex;
        background-color: #E5F7FF;
        border: 1px solid #E5F7FF;
        border-radius: 15px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 1rem 2rem;
        align-items: center;
    }

.resimCvr {
    width: 230px;
}

.imgSpt img {
    max-height: 175px;
    margin-right: 30px;
}

.imgSpt {
    display: flex;
}

.sepetLsMn p {
    color: #14A0DC;
    font: normal normal normal 16px/28px 'plain-medium';
}

.sptKln {
    display: flex;
}

    .sptKln span {
        background-color: #FFFFFF;
        border: 2px solid #C8EBFA;
        font: normal normal normal 16px/21px 'plain-regular';
        border-radius: 15px;
        padding: 5px 15px 10px 15px;
        color: #14A0DC;
        margin-right: 15px;
        text-align: center;
    }

        .sptKln span i {
            font: normal normal normal 14px/18px 'plain-regular';
            color: #B4B4B4;
        }

.sptOzet {
    padding: 2rem;
    background-color: #fff9f7;
    border-radius: 15px;
    border: 1px solid #FD4713;
}

    .sptOzet h1 {
        font: normal normal normal 14px/18px 'plain-regular';
        font-weight: lighter;
        color: #FD4713;
        text-align: center;
        padding: 15px 10px;
        border: 1px solid #FD4713;
        border-radius: 10px;
        margin-bottom: 2rem
    }

    .sptOzet span {
        font: normal normal normal 14px/18px 'plain-regular';
        color: #FD4713;
    }

    .sptOzet hr {
        color: #FD4713;
    }

    .sptOzet h2 {
        font: normal normal normal 28px/48px 'plain-regular';
        font-weight: lighter;
        color: #FD4713;
    }

    .sptOzet a {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 4rem;
    }

.spList {
    display: flex;
    justify-content: space-between;
}

.spList {
    display: flex;
    justify-content: space-between;
    border: 1px solid #14A0DC;
    border-radius: 10px;
}

    .spList span {
        color: #9DBFCE;
        font: normal normal normal 14px/18px 'plain-regular';
    }

    .spList h1 {
        color: #14A0DC;
        font: normal normal normal 16px/22px 'plain-medium';
    }

    .spList h2 {
        color: #fff;
        margin-bottom: 0px;
        font: normal normal normal 16px/42px 'plain-medium';
    }

    .spList div {
        padding: 2rem;
        width: 50%;
    }

        .spList div:nth-child(2) {
            border-left: 1px solid #14A0DC;
            width: 30%;
        }

        .spList div:nth-child(3) {
            border-left: 1px solid #14A0DC;
            border-radius: 0px 10px 10px 0px;
            width: 30%;
        }

.SpRed {
    background: #E88989;
}

.SpGre {
    background: #C4D8AA
}

.sptEkle {
    min-width: 130px;
    background: #FF4713 0% 0% no-repeat padding-box;
    border: 2px solid #FF4713;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 16px/35px 'plain-medium';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    margin-top: 10px;
    transition: .2s;
}

    .sptEkle:hover {
        min-width: 130px;
        background: #14A0DC 0% 0% no-repeat padding-box;
        border: 2px solid #14A0DC;
        color: #FFFFFF;
    }

.txtVid {
    max-width: 800px;
}

    .txtVid p {
        color: #717070;
        font: normal normal normal 14px/20px 'plain-regular';
        letter-spacing: 0px;
    }

@media only screen and (min-width: 901px) {
    .Menu {
        display: none;
    }

    .mbPc {
        display: block;
    }

    .MnContain {
        display: none;
    }

    .KampTt {
        border: 2px solid #FF4713;
        padding: 10px 20px;
        border-radius: 10px;
        background: #FF4713;
        color: white;
        font: normal normal normal 32px/45px 'plain-medium' !important;
        transition: .2s;
        padding-bottom: 15px;
    }

        .KampTt:hover {
            background: #14A0DC 0% 0% no-repeat padding-box;
            border: 2px solid #14A0DC;
            color: #FFFFFF;
        }


    .Banner {
        background: url('/img/bannerbg.png') no-repeat center bottom;
        width: 100%;
        background-size: 100%;
        min-height: 66vh;
        display: flex;
        justify-content: space-between;
        padding-top: 5rem;
    }

        .Banner h1 {
            text-align: left;
            font: normal normal normal 55px/73px 'plain-ultrathin';
            letter-spacing: 0px;
            color: #14A0DC;
        }

            .Banner h1 strong {
                text-align: left;
                font: normal normal normal 55px/73px 'plain-thin';
                letter-spacing: 0px;
                color: #14A0DC;
            }

        .Banner h2 {
            text-align: right;
            font: normal normal normal 55px/73px 'plain-ultrathin';
            letter-spacing: 0px;
            color: #14A0DC;
        }

            .Banner h2 strong {
                text-align: right;
                font: normal normal normal 55px/73px 'plain-thin';
                letter-spacing: 0px;
                color: #14A0DC;
            }
}

@media only screen and (max-width: 900px) {
    .TmBtn {
        width: 100%;
    }

    .subtitle-button a {
        font: normal normal normal 17px/23px 'plain-medium';
        width: 100%;
    }

    .Destek, .StoreIcons {
        margin-bottom: 0px !important;
        width: 100%;
        display: flex;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

        .Destek a img,
        .StoreIcons a img {
            margin-bottom: 2rem
        }

    footer {
        background: #0a3466 !important;
        border-radius: 10px 10px 0px 0px;
        width: 96vw;
    }

    .TopList li p a {
        height: auto !important;
        font: normal normal normal 12px/20px 'plain-medium';
    }

    .TopList li p {
        font: normal normal normal 12px/22px 'plain-medium';
    }

    .KampTt {
        display: none;
    }

    .MnTp .col-md-4 {
        flex: auto;
        width: 90%;
        margin-bottom: 3%;
        margin-right: 0;
    }


    .Banner {
        background: url('/img/bannerbg.png') no-repeat center bottom;
        background-size: auto;
        background-size: auto;
        width: 100% 100%;
        background-size: 120vw;
        min-height: 62vh;
        display: flex;
        justify-content: space-between;
        padding-top: 2rem;
        flex-wrap: wrap;
    }

        .Banner h1 {
            text-align: left;
            font: normal normal normal 40px/40px 'plain-ultrathin';
            letter-spacing: 0px;
            color: #14A0DC;
            width: 100%;
        }


            .Banner h1 strong {
                text-align: left;
                font: normal normal normal 40px/40px 'plain-thin';
                letter-spacing: 0px;
                color: #14A0DC;
            }


        .Banner h2 {
            text-align: right;
            font: normal normal normal 40px/40px 'plain-ultrathin';
            letter-spacing: 0px;
            color: #14A0DC;
            width: 100%;
            margin-top: -29vh;
        }

            .Banner h2 strong {
                text-align: right;
                font: normal normal normal 40px/40px 'plain-thin';
                letter-spacing: 0px;
                color: #14A0DC;
            }

    .mbPc {
        display: none;
    }

    .Menu {
        padding: 6vw 5vw;
        transition: .2s;
        overflow: hidden;
        z-index: 999;
        width: 100%;
        position: fixed;
        height: 0vh;
        left: 0px;
        top: 0px;
        background: #14A0DC;
        opacity: 0;
        flex-direction: column;
        display: none;
    }

        .Menu nav {
            padding-top: 5vh;
        }

            .Menu nav a {
                padding: 1rem;
                text-align: center;
                font: normal normal normal 17px/37px 'plain-regular';
                letter-spacing: 0px;
                color: #fff;
                opacity: 1;
                position: relative;
                top: 0;
                transition: top ease .2s;
                width: 100%;
                display: block;
                text-align: left;
                border-bottom: 1px solid;
            }

    .MenuHvr {
        height: 100vh;
        opacity: 1;
        display: flex;
    }

    .myMenuKpt {
        display: block;
        width: 100%;
        text-align: right;
    }

    .MnContain {
        display: inline-block;
        cursor: pointer;
        margin-left: 1rem;
    }

    .MnTp-Title h1 {
        font: normal normal normal 30px/49px 'plain-light';
    }

    .row-main .BgDeneme {
        width: 100%;
    }

    .BgDeneme {
        max-width: 100%;
    }

    .submain-text {
        padding: 0 3rem 3rem 3rem;
    }

    .title-h3 {
        font: normal normal normal 25px/36px 'plain-light';
    }
}

.KitapHatti {
    position: fixed;
    bottom: 8vh;
    right: 20px;
}

@media (max-width: 1500px) {
    .bgVidMask img {
        max-width: 80% !important;
    }
}
