@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap');

.mainHomePage {
    margin-top: 75px;
}


.homeSlideImg {
    height: 300px;
    object-fit: cover;
}

.homeSlideTitle span:first-child {
    font-family: "Castoro", serif;
    color: var(--anaRenk);
    font-weight: 450;
}

.homeSlideTitle span:last-child {
    color: black;
}

b.homeSlideTitle {
    font-size: 50px;
    font-weight: 450;
    line-height: 1.15;
}


.homeSlideText {
    font-size: 1.1875rem;
    width: 94%;
    color: #6f6f6f;
    margin-top: 20px;
    font-weight: 450;
}

.homeBanner {
    height: 300px;
    overflow: hidden;
}

.sliderElement {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 1s;
}

    .sliderElement.active {
        opacity: 1;
    }


.bannerPosition {
    transition: 1s;
}

.paginationContainer {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 13px;
}

.sliderNext {
    position: absolute;
    right: -35px;
    top: 5px;
    cursor: pointer;
}


    .sliderNext i {
        font-size: 31px;
        color: var(--anaRenk);
    }

.pagination-item {
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .pagination-item div {
        height: 4px;
        width: 80px;
        background-color: #d2d9e1;
    }


    .pagination-item.active div {
        background-color: var(--anaRenk);
    }

.homeUrun.vitrin {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: .15s;
}


    .homeUrun.vitrin:hover {
        border: 1px solid #b9b9b9;
    }

.homeUrun img {
    height: 264px;
    object-fit: cover;
}


.prices {
    display: flex;
    margin-top: 8px;
    flex-direction: column;
}


.urunTitleText {
    margin-bottom: 10px;
    color: black;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricesText {
    display: flex;
    justify-content: space-between;
}


.prices span {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 400;
}


.prices p {
    font-size: 18px;
    color: black;
    font-weight: 450;
}

.boldFiyat {
    font-weight: 600 !important;
}


.favoriyeAl {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--anaRenk);
    padding: 6px;
    font-size: 20px;
    border-radius: 50%;
    color: white;
    z-index: 2;
    transition: .20s;
    border: 1px solid var(--anaRenk);
}

    .favoriyeAl:hover, .favoriyeAl.active {
        background-color: white;
        border: 1px solid var(--anaRenk);
        color: var(--anaRenk);
    }

.urunSayac {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fbfbfb;
    font-size: 18px;
    border-radius: 35px;
    color: var(--anaRenk);
    padding: 4px 16px;
    backdrop-filter: blur(15px);
    font-weight: 350;
    width: max-content;
    display: flex;
    justify-content: center;
    z-index: 2;
    border: 1px solid #e1e1e1;
}

@keyframes glowEffect {
    0% {
        box-shadow: 0 0 0px 0px rgba(92, 226, 92, 0.6);
    }

    50% {
        box-shadow: 0 0 10px 5px rgba(92, 226, 92, 0.4);
    }

    100% {
        box-shadow: 0 0 0px 0px rgba(92, 226, 92, 0.6);
    }
}

@keyframes glowEffect2 {
    0% {
        box-shadow: 0 0 0px 0px #ffa33ab6;
    }

    50% {
        box-shadow: 0 0 10px 5px #ffa33ab6;
    }

    100% {
        box-shadow: 0 0 0px 0px #ffa33ab6;
    }
}

@keyframes glowEffect3 {
    0% {
        box-shadow: 0 0 0px 0px rgba(235, 42, 42, 0.568);
    }

    50% {
        box-shadow: 0 0 10px 5px rgba(235, 42, 42, 0.568);
    }

    100% {
        box-shadow: 0 0 0px 0px rgba(235, 42, 42, 0.568);
    }
}

.urunSayac::before {
    position: absolute;
    left: -22px;
    top: 11px;
    height: 10px;
    width: 10px;
    background-color: #5ce25c;
    content: "";
    border-radius: 50%;
    animation: glowEffect 1.5s infinite ease-in-out;
}

#yaklasan {
    animation: opacity .7s;
}

#kacan {
    animation: opacity .7s;
}

.urunSayac.yakinda::before {
    background-color: #ffa23a;
    animation: glowEffect2 1.5s infinite ease-in-out;
}

.urunSayac.yakinda {
    width: 0px;
    height: 0px;
    padding: 0px;
}



.urunSayac.kacan::before {
    background-color: rgb(235, 42, 42);
    animation: none;
}

.urunSayac.kacan {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    font-size: 15px;
    border-radius: 35px;
    color: rgb(235, 42, 42);
    padding: 4px 16px;
    backdrop-filter: blur(15px);
    font-weight: 350;
    width: 98px;
    display: flex;
    justify-content: center;
    z-index: 2;
    height: max-content;
}

.advert {
    background: #f0f1f5;
    display: flex;
    justify-content: center;
    height: 40px;
    padding: 8px 0;
    align-items: center;
}

    .advert .icon {
        height: 100%;
        margin-left: 20px;
    }

        .advert .icon:last-child {
            height: 80%;
        }

.teklifVerButon {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    justify-content: center;
    display: none;
    animation: opacity .25s;
}


    .teklifVerButon button {
        background: var(--anaRenk);
        border: 0;
        outline: none;
        color: white;
        padding: 5px 20px;
        border-radius: 15px;
        transition: .20s;
    }

        .teklifVerButon button:hover {
            padding: 5px 25px;
        }


.homeUrun:hover .teklifVerButon {
    display: flex;
}


.urunAText {
    text-decoration: none;
}

    .urunAText.diger {
        text-decoration: none;
        background: #ffffffdb;
        display: block;
        padding: 12px;
        border: 1px solid transparent;
    }

        .urunAText.diger:hover {
            border: 1px solid #b9b9b9;
        }

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nasil {
    background-color: #f0f1f5;
    padding: 4rem 0;
}

.nasilTitle {
    font-size: 2.875rem;
    font-weight: 400;
    color: black;
}

    .nasilTitle span {
        font-family: "Castoro", serif;
        color: var(--anaRenk);
    }

.nasilTitleiki {
    font-size: 1.875rem;
    font-weight: 400;
    color: black;
}


    .nasilTitleiki span {
        font-family: "Castoro", serif;
        color: var(--anaRenk);
        font-size: 1.7rem;
    }

.nasilContent {
    margin-top: 1.5rem;
}


    .nasilContent p {
        font-size: 1.1875rem;
        color: rgb(70, 70, 70);
    }


.nasilResim {
    height: 23rem;
    background: white;
    margin-right: 3rem;
}


.dahaDetayLink {
    color: gray;
}

    .dahaDetayLink:hover {
        color: var(--siyah);
    }


.accordion .accordion-item {
    background-color: transparent;
}

.accordion button {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1.1875rem;
    padding: 23px 0;
    transition: .15s;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed) {
    color: var(--anaRenk);
    padding-left: 10px;
}


.yaklasTarih {
    display: flex;
    justify-content: center;
    width: 12.5%;
    text-align: center;
    padding: 6px 0;
    background: #f4efde6e;
    flex-direction: column;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    transition: .2s;
}

    .yaklasTarih:hover {
        background-color: #d8d6d06e !important;
    }

    .yaklasTarih b {
        font-weight: 550;
    }

    .yaklasTarih:nth-child(even) {
        background: #ffffff;
    }

.tarihBg {
    display: flex;
}

.yaklasTarih.active {
    background: #ff6d00 !important;
    color: white !important;
}


.tabBtnTarih {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #8e8e8e;
    gap: 6px;
    font-weight: 450;
    padding: 0 10px;
    padding-bottom: 6px;
    cursor: pointer;
}

    .tabBtnTarih.active {
        color: var(--anaRenk);
        border-bottom: 3px solid var(--anaRenk);
    }

.tabGap {
    gap: 2rem;
}



.tabBtnTarih i {
    font-size: 22px;
}

#kacan {
    display: none;
}

.footerKayit.diger {
    background-color: transparent;
    color: #515151;
    border: 1px solid #515151;
    transition: .2s;
}

    .footerKayit.diger:hover {
        background-color: #515151 !important;
        color: white;
    }


.howToRow {
    display: none;
}

    .howToRow.active {
        display: flex;
    }

.howToButtons {
    position: absolute;
}

    .howToButtons.right {
        right: -35px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .howToButtons.left {
        left: -35px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .howToButtons i {
        font-size: 28px;
        background: var(--anaRenk);
        color: white;
        border-radius: 50%;
        padding: 7px;
        border: 1px solid transparent;
        cursor: pointer;
    }

        .howToButtons i:hover {
            background-color: white;
            color: var(--anaRenk);
            border: 1px solid var(--anaRenk);
        }


.howToRow {
    animation: opacity .50s;
    min-height: 368px;
}

#howPrev.firstSlideActive {
    opacity: 0.5;
    pointer-events: none;
}

.jettakBtn.hemenKayt {
    width: max-content;
    padding: 6px 35px;
    transition: .2s;
}

    .jettakBtn.hemenKayt:hover {
        padding: 6px 45px;
    }


.piyasaFiyatı {
    background: var(--anaRenk);
    width: max-content;
    color: white;
    padding: 6px 14px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .piyasaFiyatı b {
        color: white;
    }

    .piyasaFiyatı.diger {
    }


@media (max-width: 991px) {

    .advert span {
        display: none;
    }

    .advert {
        justify-content: space-around;
    }

    b.homeSlideTitle {
        font-size: 33px;
    }

    .homeSlideText {
        font-size: 16px;
        font-weight: 400;
    }

    .mobilColHeightBanner {
        height: 21rem;
    }

    .homeSlideImg {
        object-fit: contain;
    }

    .homeBanner {
        height: 220px;
        overflow: hidden;
    }

    .yaklasTarih {
        width: 32.5%;
    }

    .tarihBg {
        flex-wrap: wrap;
        justify-content: center;
    }

    .piyasaFiyatı {
        margin-top: 1rem;
    }

    .nasilResim {
        height: max-content;
        background: white;
        margin-right: 0rem;
        margin-bottom: 2rem;
    }

        .nasilResim img {
            width: 100%;
        }

    .nasilTitle {
        font-size: 2rem;
    }

    .howToButtons.left {
        left: 19px;
        height: 100%;
        display: flex;
        align-items: center;
        top: -9rem;
    }

    .howToButtons.right {
        top: -9rem;
        right: 19px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mbscvgaqs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footerJettakUyeOlText {
        display: none;
    }

    .mbCntFot {
        justify-content: center;
        width: 100%;
    }

    .mobil-none {
        display: none !important;
    }

    .footerSocials img {
        width: 50px !important;
        height: 58px !important;
    }

    .bankFootericon svg {
        width: 100%;
        height: auto;
    }

    .bankFootericon {
        display: flex !important;
        flex-direction: row !important;
        height: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        right: 0 !important;
        gap: 0px !important;
        position: relative !important;
    }

    .footerBoticFlex {
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footerBoticFlexFirst {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        justify-content: center !important;
        margin-top: 4rem !important;
        font-size: 14px !important;
    }

    b.hakKatTitle {
        font-size: 15px;
    }

    .kayitOlResm {
        height: 17.5rem;
        object-fit: contain;
    }

    .mobilFlexColumn {
        flex-direction: column !important;
    }

    .urunDetayTitle {
        font-size: 1.4rem;
    }

    .barBg {
        width: 100%;
    }

    .paylasBg {
        width: 100%;
    }

    nav .logo {
        width: 7rem;
        height: initial !important;
    }

    .navContainer {
        align-items: center;
        flex-direction: column;
        gap: 6px;
    }

    nav {
        height: 128px;
        border-bottom: 1px solid #d7d7d7;
    }

    .navAcikBtns {
        display: flex;
        /* flex-direction: column; */
        height: 100%;
        width: 100%;
        align-items: center;
        gap: 20px;
        margin-left: 0;
        justify-content: center;
    }

        .navAcikBtns a {
            text-decoration: none;
            font-size: 13px;
        }

    .rightItems {
        display: flex;
        justify-content: center;
        width: 100%;
    }

        .rightItems a {
            font-size: 12px;
        }

    .jettakBtn.girisyap {
        height: 100%;
        font-weight: 500;
        color: white;
        text-decoration: none !important;
        transition: .2s;
        padding: 6px 35px;
    }

    .mainHomePage {
        margin-top: 128px;
    }

    .arrowNasilBg {
        display: none;
    }
}
