@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
    --anaRenk: #ff6d00;
    --buton: #ff6d00;
    --siyah: #121212;
}


body {
    font-family: "Rubik", serif;
    background-color: #fcfcfc;
}

.spinner-border.text-primary {
    color: var(--anaRenk) !important;
}

.abonCard {
    border: 0;
    border-radius: 0;
}

    .abonCard .card-title {
        font-size: 15px;
        font-weight: 500;
    }

    .abonCard.historCard .card-subtitle {
        font-size: 15px;
    }

.urnRsmAuc {
    width: 50%;
    height: 31rem;
    object-fit: contain;
}

.siparis_btn {
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 2px 11px !important;
    transition: .15s !important;
    color: var(--anaRenk) !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 1px solid var(--anaRenk);
}

.abonCard .card-subtitle {
    font-size: 30px;
    font-weight: 300;
    margin-top: 12px;
}

.abonCard .card-text {
    right: 1rem;
    bottom: 1rem;
    font-size: 30px;
    display: flex;
    font-weight: 600;
    color: var(--anaRenk);
    justify-content: space-between;
}

.abonCard .bg-success {
    font-size: 12px;
    font-weight: 300;
}

.swal-button {
    background-color: var(--anaRenk);
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 30px;
    margin: 0;
    cursor: pointer;
}

.swal-modal {
    border-radius: 0px;
}

.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.hesap_drop dt {
    position: relative;
    overflow: hidden;
}

    .hesap_drop dt svg {
        position: absolute;
        color: #ffffff54;
        height: 160%;
        width: auto;
        left: 9%;
        top: -18px;
        pointer-events: none !important;
    }

    /* Her 2., 4., 6. dt iÃ§indeki svg iÃ§in left yerine right uygula */
    .hesap_drop dt:nth-of-type(even) svg {
        left: auto;
        right: 9%;
    }

.alert {
    border-radius: 0;
    border: 0;
    font-weight: 300 !important;
}

    .alert h1,
    .alert h2,
    .alert h3,
    .alert p,
    .alert b {
        font-weight: 400;
    }


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #f19924;
    outline: 0;
    box-shadow: none !important;
}



.mySwiper {
    overflow-x: hidden;
}


.mainHomePage {
    margin-top: 75px;
}


::-webkit-scrollbar-thumb {
    background: #cccccc;
}

::-webkit-scrollbar {
    width: 11px;
}


.sorularBanner {
    position: relative;
}

    .sorularBanner .simsek {
        position: absolute;
        right: 45px;
        top: -70px;
        width: 90%;
    }


.sorularContent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 31.5rem;
    position: relative;
    z-index: 2;
}

    .sorularContent b {
        font-size: 5rem;
        text-align: center;
        line-height: 1;
        color: #481908;
        font-weight: 400;
        font-family: "Castoro", serif;
    }

        .sorularContent b span {
            font-weight: 400;
            color: var(--anaRenk);
            font-family: "Rubik", serif;
        }

    .sorularContent p {
        width: 45%;
        text-align: center;
        font-weight: 400;
        margin-top: 1.5rem;
    }


.soruArrow {
    font-size: 21px;
    background-color: #481908;
    border-radius: 50%;
    color: white;
    padding: 5px;
    animation: arrowAnim 1s infinite ease-in-out;
}


@keyframes arrowAnim {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sorular {
    padding: 3rem 12rem;
    background-color: #f0f1f5;
}


    .sorular b {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 1rem;
        display: block;
    }

    .sorular .accordion button {
        background-color: white;
        padding: 28px 20px;
    }


    .sorular .accordion-body {
        padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
        background: #ffffff;
    }

.sorular .accordion button::after {
    background-image: none;
    background-color: var(--anaRenk);
    content: "v“";
    color: white;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sorularBanner .sorular:first-of-type {
    padding-top: 25rem !important;
}


.sssDiger {
    text-align: center;
    padding: 2rem 0;
    color: gray;
}

    .sssDiger a {
        color: #525252;
    }


.bilgilendirmeTitle {
    font-size: 25px;
    font-weight: 500;
    color: var(--anaRenk);
}

.bilgilendirmeContent {
    opacity: .8;
    text-align: justify
}

.hakTitle {
    font-size: 3.5rem;
    font-weight: 450;
    line-height: 1.1;
}


    .hakTitle span {
        font-family: "Castoro", serif;
        font-weight: 400;
        color: var(--anaRenk);
    }

b.hakKatTitle {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    color: black;
}

.hakKatTitle span {
    font-weight: 550;
}

.hakTitleContent p {
    color: rgb(86 86 86);
    font-size: 17.3px;
}

.hakTitleContent {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.hakkimizdaRow .row.hakRow:nth-child(even) {
    background-color: #f0f1f5;
}

.hakkimizdaRow .row.hakRow {
    background-color: #f8f8f8;
}

.hakNumber {
    height: 40px;
    width: 40px;
    background-color: var(--anaRenk);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}

.c-row {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
}



.address-title {
    font-weight: 350;
    color: black;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

    .address-title span {
        font-weight: 450;
    }

.c-row label {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.c-row input {
    outline: none;
    border: 0;
    background-color: #f0f1f5;
    padding: 8px;
}

.filtreleBtn {
    background: var(--anaRenk) !important;
    border: 0;
    color: white;
    padding: 10px;
}

.sifrmUnut {
    color: black;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.uyeOlAdText p {
    color: gray;
}

.uyeOlAdText a {
    color: var(--anaRenk);
}

.bniHatÄ±rlaChe {
    border: 0;
    background-color: gray;
    outline: none;
    cursor: pointer;
}

.ileGirisYap {
    border: 0;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid gray;
}

    .ileGirisYap.facebook {
        border: 1px solid rgb(15, 57, 146);
        color: white;
        transition: .2s;
        background-color: rgb(15, 57, 146);
    }

        .ileGirisYap.facebook i {
            color: #0f3992;
            background: white;
            border-radius: 3px;
            position: relative;
            top: 2px;
            right: 2px;
        }

    .ileGirisYap.google {
        border: 1px solid rgb(158, 45, 37);
        color: white;
        transition: .2s;
        background-color: rgb(158, 45, 37);
        ;
    }

        .ileGirisYap.google i {
            color: rgb(158, 45, 37);
            background: white;
            border-radius: 3px;
            position: relative;
            top: 2px;
            right: 2px;
        }

        .ileGirisYap.google:hover {
            background-color: rgb(158, 45, 37);
            color: white;
            opacity: .7;
        }

            .ileGirisYap.google:hover i {
                color: white;
            }

    .ileGirisYap.facebook:hover {
        color: white;
        opacity: .7;
    }

        .ileGirisYap.facebook:hover i {
            color: white;
        }

.ltfnOkuyun a {
    color: var(--anaRenk);
}

.ltfnOkuyun {
    margin-top: 15px;
    gap: 7px;
    color: gray;
}

    .ltfnOkuyun p {
        margin: 0;
    }

.okudumAlert {
    /* background: #f0f1f5; */
    width: max-content;
    padding: 15px 20px;
    border-radius: 14px;
    margin-top: 2px;
}


.iletGecTitle {
    font-size: 3rem;
    font-weight: 400;
}


.iletisimBg {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 19px 24px;
    min-height: 7rem;
    display: flex;
    flex-direction: column;
}

    .iletisimBg a {
        color: var(--anaRenk);
    }

    .iletisimBg p {
        color: #5b5b5b;
        margin: 0;
        margin-top: 4px;
    }

    .iletisimBg b {
        font-weight: 500;
        font-size: 26px;
        color: var(--anaRenk);
    }


.icsayfa.nasilTitle {
    font-size: 2.2rem;
}

.destekTalebi input {
    width: 100%;
}

.c-row textarea {
    outline: none;
    border: 0;
    background-color: #f0f1f5;
    padding: 8px;
}

.zorunluYildiz {
    color: rgb(211, 49, 49);
}


.urunDetayResim img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

.urunDetayResim {
    background: #f0f1f5;
    padding: 10px;
    gap: 11px;
}

.urunDetayTitle {
    font-size: 24px;
    font-weight: 550;
    font-family: "Castoro", serif;
}

.urunDetayResim.ufak {
    padding-top: 0;
}


    .urunDetayResim.ufak img {
        height: 17rem;
    }

.urundtygnlbilg {
    color: var(--anaRenk);
    font-weight: 500;
    font-size: 20px;
}


.rightBar {
    position: relative;
    top: -8rem;
    position: sticky;
    top: 100px;
}

.detaySayac {
    font-size: 19px;
    font-weight: 500;
}

    .detaySayac span {
        color: var(--anaRenk);
    }

.swiper {
    width: 100%;
}

.mainSwiper {
    overflow: hidden;
}

    .mainSwiper .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 11px !important;
        background: #acacac5e;
        color: #6d6d6d;
        padding: 6px;
        border-radius: 50%;
        height: 29px;
        width: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mainSwiper .swiper-slide img {
        width: 100%;
        height: 41rem;
        object-fit: cover;
        border-radius: 10px;
    }

.thumbSwiper {
    box-sizing: border-box;
    padding: 10px 0;
}

.dtyBge {
    background: white;
    padding: 20px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    border-top: 2px solid var(--anaRenk);
}

.thumbSwiper .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.4;
    cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ff6d00;
}

.thumbSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}



.barBg {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    border: 1px solid #d9dadd;
    border-top: 2px solid var(--anaRenk);
    padding: 20px;
    border-radius: 15px;
}

.anlikFiyat {
    font-size: 14px;
    color: gray;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}

.homeUrun {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}


.anlikFiyat span {
    font-size: 3.35rem;
    color: #323135;
    font-weight: 600;
}

.digerKutulars {
    font-size: 14px;
    color: gray;
    padding: 10px 15px;
}

    .digerKutulars span {
        font-size: 1.35rem;
        color: black;
        margin-top: 4px;
        display: block;
    }

        .digerKutulars span.piyasa {
        }

.urunBlgs p {
    font-size: 14px;
    color: #646363;
}

.urunBlgs {
    margin-top: 10px;
}

.detayTeklfBtn {
    background-color: var(--anaRenk);
    width: 100%;
    border: 0;
    color: white;
    padding: 10px 0px;
    margin: 15px 0;
}

    .detayTeklfBtn span {
        font-size: 13px;
        margin-left: 10px;
    }

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: flex;
    opacity: 1;
    text-align: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
    width: max-content;
    margin-top: 13px;
    position: absolute;
    right: 11px;
    top: 0;
}

    #st-1.st-animated {
        -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    }

    #st-1.st-hidden {
        opacity: 0;
    }

    #st-1.st-preview {
        display: none !important;
        opacity: 0 !important;
    }

    #st-1.st-hide {
        display: none;
    }

    #st-1 .st-btn {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        height: 26px;
        line-height: 32px;
        padding: 0 3%;
        position: relative;
        text-align: center;
        top: 0;
        vertical-align: top;
        white-space: nowrap;
    }

        #st-1 .st-btn:last-child {
            margin-right: 0;
        }

        #st-1 .st-btn > svg {
            height: 16px;
            width: 16px;
            position: relative;
            top: 8px;
            vertical-align: top;
        }

        #st-1 .st-btn > img {
            display: inline-block;
            height: 13px;
            width: 13px;
            position: relative;
            top: 7px;
            left: 0px;
            vertical-align: top;
        }

        #st-1 .st-btn > span {
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #fff;
            display: inline-block;
            font-weight: 500;
            letter-spacing: 0.5px;
            min-width: 60px;
            opacity: 1;
            padding: 0 6px;
            position: relative;
            vertical-align: top;
        }

    #st-1.st-has-labels .st-btn {
        width: 26px;
    }

        #st-1.st-has-labels .st-btn.st-remove-label {
            min-width: 50px;
        }

            #st-1.st-has-labels .st-btn.st-remove-label > span {
                display: none;
            }

        #st-1.st-has-labels .st-btn.st-hide-label > span {
            display: none;
        }

    #st-1 .st-total {
        color: #555;
        display: inline-block;
        font-weight: 500;
        line-height: 12px;
        margin-right: 0;
        max-width: 80px;
        padding: 4px 8px;
        text-align: center;
    }

        #st-1 .st-total.st-hidden {
            display: none;
        }

        #st-1 .st-total > span {
            font-size: 16px;
            line-height: 17px;
            display: block;
            padding: 0;
        }

            #st-1 .st-total > span.st-shares {
                font-size: 9px;
                line-height: 9px;
            }

    #st-1.st-justified {
        display: flex;
        text-align: center;
    }

        #st-1.st-justified .st-btn {
            -moz-flex: 1;
            -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }

    #st-1 .st-btn:hover {
        opacity: .8;
        top: -4px;
    }

    #st-1 .st-btn[data-network='twitter'] {
        background-color: #000000
    }

        #st-1 .st-btn[data-network='twitter'] img {
            filter:
        }

        #st-1 .st-btn[data-network='twitter'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='print'] {
        background-color: #222222
    }

        #st-1 .st-btn[data-network='print'] img {
            filter:
        }

        #st-1 .st-btn[data-network='print'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='whatsapp'] {
        background-color: #25d366
    }

        #st-1 .st-btn[data-network='whatsapp'] img {
            filter:
        }

        #st-1 .st-btn[data-network='whatsapp'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='pinterest'] {
        background-color: #CB2027
    }

        #st-1 .st-btn[data-network='pinterest'] img {
            filter:
        }

        #st-1 .st-btn[data-network='pinterest'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='wechat'] {
        background-color: #4EC034
    }

        #st-1 .st-btn[data-network='wechat'] img {
            filter:
        }

        #st-1 .st-btn[data-network='wechat'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='hackernews'] {
        background-color: #ff4000
    }

        #st-1 .st-btn[data-network='hackernews'] img {
            filter:
        }

        #st-1 .st-btn[data-network='hackernews'] > span {
            color: #fff
        }

    #st-1 .st-btn[data-network='snapchat'] > span {
        color: #333
    }



.paylasBg {
    width: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hrhngisroud {
    font-size: 15px;
    margin-top: 14px;
}


    .hrhngisroud a {
        color: var(--anaRenk);
    }


.nasilTitle.white {
    color: white;
}

.hadiogren {
    color: white;
    text-align: center;
    width: 32rem;
    margin-top: 1rem;
}

.nasilCercres {
    border: 6px solid #5b5b5b;
    border-radius: 10px;
    background: #5b5b5b;
    position: relative;
}

    .nasilCercres img {
        border-radius: 5px;
        height: 25rem;
    }


    .nasilCercres::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to top, #202020c7 20%, rgba(255, 0, 0, 0) 86%);
        z-index: 3;
    }


    .nasilCercres b {
        position: absolute;
        bottom: 20px;
        left: 24px;
        color: white;
        z-index: 3;
        font-size: 24px;
        font-weight: 450;
    }


.nasilTextpCalis {
    color: white;
    font-weight: 50;
    padding-left: 10px;
    margin-top: 10px;
    text-align: justify;
    font-size: 18.5px;
    width: 97%;
}

.asamaNumber {
    height: 40px;
    width: 40px;
    background-color: var(--anaRenk);
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.nasilCover {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(1px);
    height: 100%;
}

.arrowNasilBg {
    position: absolute;
    width: 100%;
    bottom: 22rem;
}

.mySwiper {
    user-select: none;
}

    .mySwiper .swiper-wrapper {
        transition: 1s !important;
    }


.arrowNasilBg .swiper-button-next {
    right: -3rem;
    background-image: none;
}

.arrowNasilBg .swiper-button-prev {
    left: -7.5rem;
    background-image: none;
}


.arrowNasilBg i {
    color: #ffffff;
    font-size: 4rem;
    position: relative;
    transition: .2s;
}

    .arrowNasilBg i:hover {
        color: var(--anaRenk);
    }


.progressBar {
    position: absolute;
    bottom: 1.15rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress {
    width: 20rem;
    height: 13px;
    background-color: white;
    position: relative;
    overflow: visible;
}


#progressLoad {
    border-radius: 10px;
    height: 100%;
    background-color: var(--anaRenk);
    transition: 1s;
    background-image: url(/img/progressCover.png);
}

.progress.full {
    animation: glow 1.5s infinite alternate ease-in-out;
}

    .progress.full::before {
        position: absolute;
        left: 101px;
        top: -30px;
        content: "TamamladÄ±nÄ±z!";
        font-size: 19px;
        color: white;
        font-weight: 100;
        animation: opacity .3s;
    }

@keyframes glow {
    0% {
        box-shadow: 0 0 15px 1px rgba(255, 140, 0, 0.473);
    }

    50% {
        box-shadow: 0 0 25px 3px rgba(255, 140, 0, 0.8);
    }

    100% {
        box-shadow: 0 0 15px 1px rgba(255, 140, 0, 0.473);
    }
}


.kayitOlResm {
    height: 17.5rem;
    object-fit: cover;
}


.barBg.diger {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 300px;
    overflow: auto;
}

    .barBg.diger h4 {
        font-size: 20px;
        margin-bottom: 16px;
        display: block;
    }

    .barBg.diger p {
        font-size: 14px;
    }
