/*######################################################################################################
##                                                                                                     ##
##  CUSTOM CSS BAŞLAMA NOKTASI BELİRTECİ                                                               ##
##                                                                                                     ##
#########################################################################################################
*/
.mekabgcrop{
    background: url('../media/images/bgmekait.svg') no-repeat;
}
.mekaitlogocrop{
    width: 150px;
    height: 30px;
    background-position: -310px 0;
    background-size: 1000px 500px;
}

.mekaitlogocrop_small{
    width: 75px;
    height: 15px;
    background-position: -155px 0;
    background-size: 500px 250px;
}

.headtopborder{
    height: 4px;
    background-color: #D5343E;
}
.ustmenu{
    background-color: #f9f9f9;
    min-height: 150px;
}
.ustmenuborder{
    padding: 5px 0;
    background-color: #f1f1f1;
    color: #151515;
    height: 50px;
    display: flex;
    align-items: center;
}
.kullanicimenuheight{
    height: 40px;
}
.kullanicimenu {
    margin-right: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.kullanicimenu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #353535;
}

.kullanicimenu2 {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 1200px) { /* Bootstrap xl breakpoint */
    .kullanicimenu2 {
        position: relative;
        padding-left: 1.25rem;
    }

    .kullanicimenu2::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #353535;
    }
}
.sepetbox{
    background-color: #F0767D;
    border: 2px solid #151515;
    border-radius: 50%;
    color: #ffffff;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: -0.938rem;
    margin-bottom: -0.625rem;
    font-size: 0.75rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .sepetbox{
        border-radius: 2px;
        border: unset;
        height: 1.438rem;
        width: 1.438rem;
        margin-left: 5px;
        font-size: 0.875rem;
        margin-bottom: unset;
    }
}
.lutstoptext{
    font-weight: 300;
    font-size: 0.75rem;
}
.lutstoptextmenu{
    font-weight: 300;
    font-size: 0.75rem;
    color: #151515;
}




@keyframes shake-rotate {

    25% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(15deg);
    }
}




.pageheadcontent{
    padding: 75px 0;
}
.pageheadcontentyapi{
    padding: 0 0;
}
.pageheadtitle{
    color: #151515;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1.5px;
    margin: 0 0 1.875rem 0;
    padding: 0 1.563rem;
    text-align: center;
}

@media (min-width: 1200px) /* lg */ {
    .pageheadtitle{
        font-size: 1.875rem;
        margin: 0 0 0 0;
        padding: 0 ;
        text-align: start;
    }
}
.pageheadtitle strong{
    font-weight: 800;
}

.pageheaddesc{
    display: none;
}
@media (min-width: 1200px) /* lg */ {
    .pageheaddesc{
        display: block;
        color: #353535;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: 0.8px;
        margin-top: 0.938rem;
    }
}
.pageheadimage{
    width: 100%;
    max-width: 500px;
    margin: 0.938rem 0 60px 0;
}


@media (min-width: 1200px) /* lg */ {
    .pageheadimage{
        width: 100%;
        margin: 0.938rem 0 0 0;
    }
}
.pageheadmusterileryapi{
    padding: 0 0 1.875rem 0;
}
.pageheadmusteriler{
    padding: 0.938rem 0;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .pageheadmusteriler{
        padding: 2.188rem 0;
        display: flex;
        flex-direction: unset;
        justify-content: left;
        align-items: center;
    }
}
.mustericonyapi{
    display: flex;
    justify-content: left;
}
.mustericon{
    width: 55px;
    height: 55px;
    border-radius: 56px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-left: -0.938rem;
}
.mustericon:first-child {
    margin-left: 0;
}
.mustericon img{
    width: 45px;
    height: 45px;
    border-radius: 56px;
    object-fit: cover;
}
.mustericonharf{
    background-color: #0b0b0b;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    width: calc(100% - 0.625rem);
    height: calc(100% - 0.625rem);
    border-radius: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mustericonharfrenk-siyah{background-color: #151515;}
.mustericonharfrenk-kirmizi{background-color: #D5343E;}
.mustericonharfrenk-turuncu{background-color: #f6a90f;}
.mustericonharfrenk-mor{background-color: #8246d1;}
.mustericonharfrenk-gri{background-color: #cccccc; color: #151515}

.musterilerinfo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 0 0 0;
}
@media (min-width: 1200px) /* lg */ {
    .musterilerinfo{
        justify-content: left;
        margin: 0 0 0 0.938rem;
    }
}
.musterisayisi{
    color: #151515;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.188rem;
    letter-spacing: -2px;
    text-wrap: nowrap;
}
.musteristatus{
    margin-left: 0.938rem;
    color: #151515;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2.188rem;
    text-wrap: nowrap;
}
.anasayfakirmizibuton{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 55px;
    border-radius: 5px;
    background: #D5343E;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    padding: 0 1.875rem 0 1.25rem;
    transition: all 0.2s ease-in-out;
}
.anasayfakirmizibuton:hover{
    padding: 0 0.938rem 0 1.25rem;
    opacity: 0.92;
}
.anasayfakirmizibutonframe{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.875rem;
    width: 1.875rem;
}
.anasayfakirmizibuton:hover .anasayfakirmizibutonframe {
    animation: slideRightLeft 0.8s ease-in-out infinite;
}
.referansseritbg{
    background-color: #F9F9F9;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.188rem 0;
    position: relative;
}
@media (min-width: 1200px) /* lg */ {
    .referansseritbg{
        margin: 65px 0 0 0;
    }
}

.bizi-takipedin-bottom{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px
}
.meka-scroll-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.meka-scroll-container::-webkit-scrollbar {
    display: none;
}

.meka-scroll-content {
    display: flex;
    justify-content: center;
    width: calc(100vw - 60px);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.meka-scroll-content img{
    filter: opacity(0.5);
    margin-right: 0.938rem;
    margin-left: 0.938rem;
    height: 50px;
    width: auto;
}
.redseperator{
    max-width: 100px;
    height: 1px;
    background-color: #d5343e ;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.seperatorslogantitle{
    color: #151515;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
}
.seperatorslogandesc{
    color: #151515;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}
.seperatoryapi{
    margin-bottom: 30px;
}
.page_urunleryapi{
    padding: 60px 0 60px 0;
    background-color: #f1f1f1;
}
.pagehomeproductyapi{
    padding: 60px 0 60px 0;

}

.urunboxnormalyapi{
    margin-bottom: 1.563rem;
}
.urunboxnormal{
    width: 100%;
    height: 350px;
    border: 2px solid #151515;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    padding: 1.875rem;
    margin-bottom: 1.563rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.urunboxduyuru{
    width: 10.938rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: -0.938rem;
    left: 50%;
    transform: translateX(-50%);
}
.urunboxduyuru-siyah{
    background-color: #151515;
}
.urunboxduyuru-kirmizi{
    background-color: #d5343e;
}
.urunboxrenk-siyah{
    border: 1px solid #151515!important;
    background-color: #f9f9f9;
}
.urunboxrenk-kirmizi{
    border: 1px solid #d5343e!important;
    background-color: #fff8f9;
}
.urunboxnormalicon{
    position: absolute;
    top: 1.875rem;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.urunboxnormalicon img{
    width: 55px;
    height: 55px;
}
.urunboxnormaltitle{
    color: #151515;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}
.urunboxnormalsubfiyat{
    color: #959595;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration-line: line-through;
    margin-top: 1.25rem;
}
.urunboxnormalfiyat{
    color: #151515;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: normal;
}
.urunboxnormalfiyat span{
    color: #151515;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}
.urunboxnormaldesc{
    color: #959595;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: -7px;
}


.urunboxnormalbuton{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    width: calc(100% - 60px);
    height: 50px;
    border-radius: 5px;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}
.urunboxnormalbuton:hover{
    opacity: 0.92;
}
.urunboxnormalbutonframe{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.875rem;
    width: 1.875rem;
    padding: 0 0 0 1.25rem;
    transition: all 0.2s ease-in-out;
}
.urunboxnormalbuton:hover .urunboxnormalbutonframe {
    animation: slideRightLeft 0.8s ease-in-out infinite;
    padding: 0 0 0 1.875rem;
}
.urunboxnormalbuton-siyah{
    background-color: #151515;
}
.urunboxnormalbuton-kirmizi{
    background-color: #d5343e;
}
.urunboxkucukyapi{
    margin-bottom: 50px;
}
.urunboxkucuk{
    width: 100%;
    height: 115px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    padding: 1.875rem 0.625rem 1.875rem 1.875rem;
    margin-bottom: 1.563rem;
    transition: all 0.2s ease-in-out;
}
.urunboxkucuk:hover{
    border: 1px solid #bbbbbb;
}
.urunboxkucukicon{
    margin-right: 0.938rem;
}
.urunboxkucukicon img{
    width: 2.188rem;
    height: 2.188rem;
}
.urunboxkucuktitle{
    color: #151515;
    font-size: 1rem;
    font-weight: 700;
}
.urunboxkucukdesc{
    color: #757575;
    font-size: 0.875rem;
    font-weight: 300;
}
.urunboxkucukbuton{
    color: #151515;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}
.urunboxkucukbuton:hover{
    opacity: 0.92;
}
.urunboxkucukbutonframe{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.875rem;
    width: 1.875rem;
    padding: 0 0 0 -0.625rem;
    transition: all 0.2s ease-in-out;
}
.urunboxkucuk:hover .urunboxkucukbutonframe {
    animation: slideRightLeft 0.8s ease-in-out infinite;
    padding: 0 0 0 5px;
}
.urunboxdigerstyle{
    padding-bottom: 1.563rem;
    height: 100%;
    width: 100%;
}
.urunboxdiger{
    border-radius: 5px;
    border: 2px solid #D5343E;
    background: #FBEBEC;
    min-height: 115px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.urunboxdiger:hover{
    opacity: 0.82;
}
.urunboxdigertext{
    color: #D5343E;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
}
.urunboxdigericon{
    font-size: 45px;
    color: #D5343E;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-align: center;
}
.urunboxdigerarrow{
    color: #D5343E;
    line-height: 0;
    padding: 0 0 0 0;
    margin-left: 0.938rem;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .urunboxdigerarrow{
        margin-left: unset;
    }
}
.urunboxdiger:hover .urunboxdigerarrow{
    animation: slideRightLeft 0.8s ease-in-out infinite;
    padding: 0 0 0 0.938rem;
}
.urunboxdigericontextyapi{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .urunboxdigericontextyapi{
        display: block;
        text-align: center;
    }
}

.urunboxdigertextyapi{
    display: flex;
    align-items: center;
    margin-left: 0.938rem;
}
@media (min-width: 1200px) /* lg */ {
    .urunboxdigertextyapi{
        display: block;
        margin-left: unset;
    }
}

.urun__content_yapi{
    padding: 0 0 75px 0;
}
.urun__content_hi{
    background-color: #f1f1f1;
    border-radius: 5px 5px 1.875rem 5px;
    min-height: 700px;
    width: 100%;
}







.pagehomeproductinfo{
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    padding: 1.875rem;
}
.pagehomeproductinfoimgstyle{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) /* lg */ {
    .pagehomeproductinfoimgstyle{
        margin-bottom: unset;
    }
}
.pagehomeproductinfoimg {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}
.pagehomeproductinfocontent{
    position: relative;
    height: 100%;
    padding-bottom: 75px;
}
.pagehomeproductinfotitle{
    color: #151515;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 7px;
}
.pagehomeproductinfodesc{
    color: #151515;
    font-size: 1rem;
    font-weight: 300;
    line-height: normal;
}
.kirmizibutonstyle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.kirmizibuton{
    background-color: #D5343E;
    color: #ffffff;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .kirmizibuton{
        width: 200px;
    }
}
.kirmizibuton:hover{
    opacity: 0.82;
}

.pagehomesoftyapi{
    padding: 50px 0 100px 0;
}
.softbox{
    width: 100%;
    min-height: 265px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background: linear-gradient(95deg, #FFF 0%, #F9F9F9 100%);
    position: relative;
    margin-bottom: 1.563rem;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .softbox{
        height: 275px;
    }
}
.softbox:hover{
    opacity: 0.96;
    border: 1px solid #bbbbbb;
}
.softboxhead{
    padding: 1.875rem;
    position: relative;
    z-index: 1;
}
.softboxcontenttitle{
    color: #151515;
    font-size: 1.125rem;
    font-weight: 700;
}
.softboxdesc{
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.softboxdesctruncate {
    display: -webkit-box;
    -webkit-line-clamp: 4;   /* maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 382px) /* lg */ {
    .softboxdesctruncate {
        display: -webkit-box;
        -webkit-line-clamp: 2;   /* maksimum satır sayısı */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.softboximg{
    height: 155px;
}
@media (max-width: 576px) /* lg */ {
    .softboximg{
        height: unset;
        width: 99px;
    }
}
.softboxfooter{
    background-color: #F9F9F9;
    padding: 1.875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.softboxcontentbutton{
    background-color: #151515;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.softboxfiyat{
    color: #151515;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-right: 0.938rem;
}

.softboxfiyatdesc{
    color: #656565;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    margin-left: 0;
}

.softboxarrow{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #151515;
    font-size: 2.25rem;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) /* lg */ {
    .softboxarrow{
        background-color: #D5343E;
        color: #ffffff;
        justify-content: center;
        border-radius: 5px;
        font-size: 1.125rem;
    }
}
.softbox:hover .softboxarrow{
    margin: 0 -0.625rem 0 0;
    color: #D5343E;
}
.plan_card__yapi{
    margin: 1.563rem 0 1.563rem 0;
}
.plan_card{
    width: 100%;
    height: 170px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 1.875rem;
    margin-bottom: 1.563rem;
    transition: all 0.2s ease-in-out;
}
.plan_card:hover{
    border: 1px solid #bbbbbb;
}
.plan_card__icon{
    width: 50px;
    height: 50px;
    border: 3px solid #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.plan_card__icon img{
    width: 2.188rem;
    height: 2.188rem;
}
.plan_card__price{
    color: #151515;
    text-align: right;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.plan_card__period{
    color: #151515;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.plan_card__note{
    color: #151515;
    text-align: right;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}
.plan_card__item{
    position: relative;
    margin-top: 0.938rem;
}
.plan_card__item_title{
    color: #151515;
    text-align: start;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.plan_card__item_desc{
    color: #151515;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.plan_card__item_cta{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.plan_card__item_cta_arrow{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #151515;
    font-size: 1.25rem;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) /* lg */ {
    .plan_card__item_cta_arrow{
        font-size: 1.125rem;
    }
}
.plan_card:hover .plan_card__item_cta_arrow{
    margin: 0 -0.625rem 0 0;
    color: #D5343E;
}
.plan_card__footer{
    text-align: center;
    margin-top: 1.563rem;
}
.plan_card__footer_desc{
    color: #151515;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.plan_card__footer_button{
    height: 50px;
    padding: 0 40px;
    margin-top: 0.938rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #D5343E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.plan_card__footer_button:hover{
    opacity: 0.92;
}

.plan_info__yapi{
    padding-top: 1.563rem;
}
.plan_info__card{
    padding: 1.563rem;
    min-height: 370px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
@media (min-width: 1200px) /* lg */ {
    .plan_info__card{
        padding: 60px;
    }
}
.plan_info__listitem{
    display: flex;
    justify-content: start;
    align-items: unset;
    margin-bottom: 1.563rem;
    background-color: #ffffff;
    padding: 0;
    border-radius: 5px;
}
@media (min-width: 1200px) /* lg */ {
    .plan_info__listitem{
        padding: 0 1.875rem 0 0;
    }
}
.plan_info__listitem:last-child{
    margin-bottom: 1.563rem;
}
@media (min-width: 1200px) /* lg */ {
    .plan_info__listitem{
        align-items: center;
    }
    .plan_info__listitem:last-child{
        margin-bottom: 0;
    }
}
.plan_info__iconbox{
    width: 50px;
    height: 100px;
    flex-shrink: 0;
    background-color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9f9f9;
    margin-right: 0.938rem;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;


}
.plan_info__iconbox i {
    font-size: 1.875rem;
    margin-left: -3px;
    margin-bottom: -3px;
    transform: rotate(45deg);
}
@media (min-width: 1200px) /* lg */ {
    .plan_info__iconbox{
        width: 60px;
        height: 60px;
        background-color: #D5343E;
        margin-top: unset;
    }
    .plan_info__iconbox i {
        font-size: 45px;
        margin-left: -3px;
        margin-bottom: -3px;
        transform: rotate(45deg);
    }
}
.plan_info__title{
    color: #151515;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.plan_info__desc{
    color: #151515;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.plan_info__videoyapi{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 70px;
    min-height: 250px;
    height: 100%;
    width: 100%;
}

.plan_info__videobg{
    background-color: #151515;
    height: 100%;
}
.plan_info__videoresim{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.plan_info__videoresim_display{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(21, 21, 21, 0.90) 0%, rgba(58, 58, 58, 0.90) 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 80px;
}
.plan_info__videoresim_display i {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.plan_info__videoresim_display:hover i {
    color: #cccccc;
}

.plan_info__videoresim img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supportcard__yapi{
    margin-bottom: 100px;
}
.supportcard{
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    color: #FFF;
    border-radius: 5px;
    position: relative;
}
.supportcard::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}
.supportcard__content{
    height: 270px;
    padding: 1.875rem 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) /* lg */ {
    .supportcard__content{
        height: 200px;
        padding: 1.875rem 60px;
        display: flex;
        flex-wrap: unset;
        align-items: center;
        justify-content: space-between;
    }
}

.supportcard__text{
    font-size: 1rem;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (min-width: 1200px) /* lg */ {
    .supportcard__text{
        font-size: 1.25rem;
        text-align: start;
    }
}
.supportcard__button{
    width: 100%;
    height: 50px;
    background-color: #D5343E;
    border-radius: 5px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: unset;
    color: #ffffff;
}
.supportcard__button:hover{
    color: #ffffff;
    opacity: 0.92;
}
@media (min-width: 1200px) /* lg */ {
    .supportcard__button{
        width: 270px;
        height: 50px;
        background-color: #D5343E;
        border-radius: 5px;
        font-size: 0.875rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 45px;
        color: #ffffff;
    }
}
.supportcard__iconbox{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.supportcard__iconbox_green{
    width: 1.25rem;
    height: 1.25rem;
    background-color: #00B57F;
    border-radius: 50%;

    /* animasyon */
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
}

.ref__yapi{
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.ref__style{
    margin: 1.563rem 0;
}
.ref__card{
    width: 100%;
    height: 11.563rem;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.563rem;
    transition: all 0.2s ease-in-out;
}
.ref__card img{
    width: 50%;
    height: auto;
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}
.ref__card:hover{
    border: 1px solid #bbbbbb;
}
.ref__card:hover img{
    filter: grayscale(0);
}

.footer__support_yapi{
    position: relative;
    z-index: 2;
}
.support__yapi{
    margin-top: 75px;
    width: 100%;
    flex-shrink: 0;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    color: #ffffff;
    border-radius: 5px;
    padding: 90px 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) /* lg */ {
    .support__yapi{
        padding: 150px 90px;
    }
}
.support__yapi::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}
.support__yapi_pozisyon{
    position: relative;
    z-index: 2;
}
.support__bg_icon_yapi{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 520px;
    width: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .support__bg_icon_yapi{
        justify-content: start;
    }
}
.support__bg_icon_yapi img{
    height: auto;
    width: 100%;

    opacity: 0.4;
    transform: rotate(-135deg);
}
@media (min-width: 450px) /* lg */ {
    .support__bg_icon_yapi img{
        height: 100%;
        width: auto;

        opacity: 0.4;
        transform: rotate(-135deg);
    }
}
@media (min-width: 1200px) /* lg */ {
    .support__bg_icon_yapi img{
        height: 100%;
        width: auto;
        transform: unset;
        opacity: 0.5;
    }
}

.support__title{
    color: #FFF;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.188rem;
    letter-spacing: 1.5px;
    text-align: center;
}
.support__desc{
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.support__supbox_yapi{
    margin-top: 1.563rem;
    width: 100%;
    height: 140px;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.05);
}
@media (min-width: 1200px) /* lg */ {}
.support__supbox_yapi:hover{
    background-color: rgba(255, 255, 255, 0.05);

}
.support__supbox_content{
    color: #ffffff;
    text-align: center;
}
.support__supbox_content i{
    font-size: 45px;
}
@media (min-width: 1200px) /* lg */ {
    .support__supbox_content i{
        font-size: 60px;
    }
}


.mutlumus__yapi{
    margin-top: 75px;
    width: 100%;
    min-height: 400px;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    border-radius: 5px;
    padding: 15px;
    color: #ffffff;
}
@media (min-width: 1200px) /* lg */ {
    .mutlumus__yapi{
        padding: 60px;
    }

}
.mutlumus__yapi::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}
.mutlumus__views{
    color: #151515;
    padding: 1.875rem;
    background-color: #ffffff;
    border-radius: 5px;
}
@media (min-width: 1200px) /* lg */ {
    .mutlumus__views{
        background-color: #f9f9f9;
    }

}
.mutlumus__views::selection{
    background-color: #151515 !important;
    color: #ffffff !important;
}
.mutlumus__text1{
    color: #ffffff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 30px;
}
@media (min-width: 1200px) /* lg */ {
    .mutlumus__text1{
        padding-top: unset;
    }
}
.mutlumus__text1 strong{
    font-weight: 600;
}
.mutlumus__text2{
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.188rem;
    padding-right: 0;
    padding-top: 30px;
}
@media (min-width: 1200px) /* lg */ {
    .mutlumus__text2{
        padding-right: 1.875rem;
        padding-top: unset;
    }
}
.mutlumus__text2 strong{
    font-weight: 700;
}

.mutlumus__seperator{
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mutlumus__seperator_gri{
    height: 1px;
    background-color: #151515;
    width: 100%;
}
@media (min-width: 992px) /* lg */ {
    .mutlumus__seperator_gri{
        height: 50px;
        background-color: #151515;
        width: 2px;
    }

}
.trustpilot__logo img{
    height: 1.875rem;
}
.trustpilot-logo-crop {
    width: 123px;
    height: 1.875rem;
    background-position: -72px 0;
    background-size: 1000px 500px;
}
.trustpilot__yildizyapi{
    display: flex;
    margin: 0.625rem 0;
}
.trustpilot__yildizbox{
    width: 2.063rem;
    height: 2.063rem;
    flex-shrink: 0;
    background-color: #ffffff;
    color: #00B67A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    margin-right: 5px;
}
.trustpilot__alt{
    display: flex;
}
.trustpilot__text_score{
    font-size: 0.75rem;
    font-weight: 500;
    color: #151515;
}
.trustpilot__text_review{
    font-size: 0.75rem;
    font-weight: 700;
    color: #151515;
}
.google-logo-crop {
    width: 72px;
    height: 1.875rem;
    background-position: 0 0;
    background-size: 1000px 500px;
}
.googlerating__logo img{
    height: 1.875rem;
}
.googlerating__yildizyapi{
    display: flex;
    margin: 0.625rem 0;
}
.googlerating__yildizbox{
    width: 2.063rem;
    height: 2.063rem;
    flex-shrink: 0;
    background-color: #ffffff;
    color: #ffcd2e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    margin-right: 5px;
}
.googlerating__alt{
    display: flex;
}
.googlerating__text_score{
    font-size: 0.75rem;
    font-weight: 500;
    color: #151515;
}
.googlerating__text_review{
    font-size: 0.75rem;
    font-weight: 700;
    color: #151515;
}
.mutlumus_footer__yapi{
    margin: 60px 0;
}
.mutlumus_footer__card{
    margin-bottom: 1.563rem;
    text-align: center;
}
@media (min-width: 1200px) /* lg */ {
    .mutlumus_footer__card{
        margin-bottom: 1.563rem;
        text-align: left;
    }
}
.mutlumus_footer__iconyapi{
    background-color: #D5343E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.188rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 0.938rem;
}
.mutlumus_footer__title{
    color: #ffffff;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.188rem; /* 125% */
}
.mutlumus_footer__seperator{
    border-bottom: 4px solid #ffffff;
    display: inline-flex;
    width: 70px;
    margin: 5px 0 0.625rem 0;
}
.footer__yapi{
    background-color: #f9f9f9;
    margin-top: -250px;
    position: relative;
    z-index: 0;
    padding-top: 300px;
}
.footer__mainyapi{
    padding: 1.563rem 0;
}
.footer__main_title{
    font-size: 1.25rem;
    font-weight: 700;
    color: #151515;
    text-align: center;
}
@media (min-width: 992px) /* lg */ {
    .footer__main_title{
        text-align: left;
    }
}
.footer__main_unvan{
    font-size: 0.875rem;
    font-weight: 300;
    color: #151515;
    text-align: center;
}
@media (min-width: 992px) /* lg */ {
    .footer__main_unvan{
        text-align: left;
    }
}
.footer__kurumsal_menuyapi{
    padding: 1.563rem 0;
    position: relative;
    z-index: 1;
}
.footer__kurumsal_menu{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.625rem;
    position: relative;
    z-index: 2;
}

.footer__kurumsal_menu_90{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    z-index: 1;
}
.footer__kurumsal_menu_list_yapi{
    margin-right: 0.938rem;
    margin-bottom: 0.625rem;
}
.footer__kurumsal_menu_list{
    display: flex;
    align-items: center;
}
.footer__menudot_box{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 0.938rem;
    width: 0.625rem;
}
.footer__menudot{
    width: 5px;
    height: 5px;
    background-color: #151515;
    transition: all 0.2s ease-in-out;
}
.footer__kurumsal_menu_list:hover .footer__menudot{
    background-color: #D5343E;
}
.footer__kurumsal_modalyapi{
    background-color: #ddd;
    display: flex;
    justify-content: space-between;
    padding: 0.625rem;
    border-radius: 5px;
    margin-bottom: 5px;
}
.footer__kurumsal_modallink{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer__menuout{
    font-size: 0.75rem;
    margin-left: 5px;
}
.footer__kurumsal_modallink:hover .footer__menudot{
    background-color: #D5343E;
}
.footer__kurumsal_biziarayin_yapi{
    padding: 2.188rem 0 0.625rem 0;
}
.footer__kurumsal_biziarayin_title{
    line-height: 1;
    font-size: 0.875rem;
    text-align: center;
}
@media (min-width: 1200px) /* lg */ {
    .footer__kurumsal_biziarayin_title{
        text-align: left;
    }
}
.footer__kurumsal_biziarayin_tel{
    padding-top: 5px;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}
@media (min-width: 1200px) /* lg */ {
    .footer__kurumsal_biziarayin_tel{
        text-align: left;
    }
}
.footer__kurumsal_social_box{
    margin: 1.563rem 0;
    padding: 0.625rem 1.875rem;
    border: 1px dashed #151515;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer__kurumsal_socialcard{
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #151515;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__logo_yapi{
    padding: 1.563rem 0 0 0;
    display: block;
}
@media (min-width: 1400px) /* lg */ {
    .footer__logo_yapi{
        padding: 1.563rem 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
}
.footer__logo{
    display: flex;
    justify-content: center;
}
@media (min-width: 1200px) /* lg */ {
    .footer__logo{
        display: flex;
        justify-content: left;
    }
}
.footer__logo_text{
    text-align: center;
}
@media (min-width: 1200px) /* lg */ {
    .footer__logo_text{
        text-align: left;
    }
}


.footer__bigmenu_yapi{
    margin-bottom: 50px;
}
@media (min-width: 1200px) /* lg */ {
    .footer__bigmenu_yapi{
        margin-bottom: 0;
    }
}
.footer__bigmenu{
    border: 1px dashed #cccccc;
    min-height: 100px;
    padding: 1.25rem;
    margin-bottom: 1.563rem;
    border-radius: 5px;
    position: relative;

}
.footer__bigmenu_title{
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #151515;
    padding: 5px 1.563rem;
    display: inline-flex;
    border-radius: 4px;
}
.footer__menu{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 0.625rem;
    position: relative;
    z-index: 2;
}
.footer__menu_list_yapi{
    margin-right: 0.938rem;
    margin-bottom: 0.625rem;
}
.footer__menu_list{
    display: flex;
    align-items: center;
}
.footer__menu_list:hover .footer__menudot{
    background-color: #D5343E;
}



.footer__secure{
    padding: 25px 0 0 0;
    display: flex;
}
.footer__cc{
    padding: 25px 0 0 0;
    display: flex;
}
.mekaitsecurecrop{
    width: 115px;
    height: 30px;
    background-position: -195px 0;
    background-size: 1000px 500px;
}
.mekaitcccrop{
    width: 278.5px;
    height: 18.75px;
    background-position: 0 -18.75px;
    background-size: 625px 312.5px;
}
@media (min-width: 1200px) /* lg */ {
    .mekaitsecurecrop{
        width: 230px;
        height: 60px;
        background-position: -390px 0;
        background-size: 2000px 1000px;
    }
    .mekaitcccrop{
        width: 446px;
        height: 1.875rem;
        background-position: 0 -30px;
        background-size: 1000px 500px;
    }
}


.footer__final_yapi{
    margin: 1.563rem 0 0 0;
    min-height: 70px;
    background-color: #151515;
    color: #ffffff;
    font-size: 0.875rem;
}
.footer__final{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__final::selection{
    background: #ffffff;
    color: #151515;
}
.footer__copyright{
    display: flex;

}
.header_fiyat__yapi{
    font-size: 0.813rem;
    color: #151515;
    font-weight: 500;
}

.header_fiyat__yapi span{
    color: #00B57F;
    font-weight: 500;
    margin-left: 6px;
}
/*
#########################################################################################################
##  CUSTOM2 CSS BAŞLAMA NOKTASI BELİRTECİ
#########################################################################################################
*/
.mk_sepetbox{
    height: 45px;
    width: 45px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #151515;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.mk_sepetbox:hover{
    opacity: 0.9;
    color: #555555;
}
.mk_sepetbox_notify{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.mk_logreg{
    height: 45px;
    width: 45px;
    border-radius: 3px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    color: #ffffff;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
}
@media (min-width: 1200px) /* lg */ {
    .mk_logreg{
        width: 130px;
    }
}
.mk_logreg:hover{
    opacity: 0.9;
    color: #ffffff;
}
.mk_toplink {
    color: #151515;
    font-weight: 400;
    font-size: 0.875rem;
    margin-left: 0.938rem;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.mk_toplink:hover{
    opacity: 0.9;
}
.mktp__dolar{
    background-color: #ffffff;
    color: #151515!important;
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.mktp__canli{
    background-color: #17BD54;
    color: #ffffff!important;
    height: 29px;
    width: auto;
    border-radius: 3px;
    padding: 0 20px;
    margin: 3px 0;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .mktp__canli{
        height: 35px;
        padding: 0 20px;
        width: auto;
        border-radius: 3px;
    }
}
.mktp__firsat{
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    color: #ffffff!important;
    height: 29px;
    width: auto;
    padding: 0 20px;
    margin: 3px 0;
    border-radius: 3px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .mktp__firsat{
        height: 35px;
        padding: 0 20px;
        width: auto;
        border-radius: 3px;
    }
}



.headsofybackground{
    background: linear-gradient(to bottom, #f1f1f1 60%, #ffffff 100%);
    min-height: 600px;
}
@media (min-width: 1200px) /* lg */ {
    .headsofybackground{
        background: linear-gradient(to bottom, #f1f1f1 45%, #ffffff 100%);
        min-height: 400px;
    }
}

.slcard_box__yapi {
    background-color: #ffffff;
    padding: 1.25rem;
    border-radius: 5px;
    margin-top: 0.625rem;
    background-image: url('../media/images/illuminatecorner.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 50%;
    color: #151515;
    font-size: 1rem;
}

.slcard_box__nav {
    position: relative;
    padding: 1.25rem 0;
}

/* --- SAYFA YÜKLENİRKEN OLUŞAN GÖRÜNTÜ KAYMASINI ENGELLEME --- */

.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}
.swiper:not(.swiper-initialized) .swiper-slide:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.swiper:not(.swiper-initialized) {
    display: block;
    overflow: hidden;
}

/* Slider Genel */
.swiper {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) /* lg */ {
    .swiper {
        height: 300px;
    }
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    font-size: 1rem;
}

.swiper-button-next, .swiper-button-prev { color: #fff; }

/* --- PROGRESS BAR YAPISI --- */
.autoplay-progress {
    position: absolute;
    bottom: 0.938rem;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
    z-index: 10;
    pointer-events: none;
}

/* 1. SABİT TAMPON */
.progress-buffer {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    height: 100%;
    width: 0.625rem;
    background: #D5343E;
    z-index: 2;
}

/* 2. HAREKETLİ ÇUBUK */
.progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    height: 100%;
    width: 0;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    z-index: 3;
    display: block;
}

/* --- ALT GRID STİLLERİ --- */
.thumb-box {
    border-radius: 5px;
    cursor: pointer;
}

.thumb-box .inner-item {
    background: #f1f1f1;
    padding: 0.625rem 0;
    text-align: center;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #151515;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.2s ease-in-out;
}

/* GRADIENT KATMANI (Sözde Element) */
.thumb-box .inner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* --- HOVER VE ACTIVE DURUMLARI --- */

.thumb-box:hover .inner-item::before,
.thumb-box.active .inner-item::before {
    opacity: 1;
}

.thumb-box:hover .inner-item,
.thumb-box.active .inner-item {
    color: #fff;
}

.slcard_box__yapibg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.01;
}
@media (min-width: 992px) /* lg */ {
    .slcard_box__yapibg {
        display: none;
    }
}
@media (min-width: 1200px) /* lg */ {
    .slcard_box__yapibg {
        height: 300px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;

        bottom: unset;
        right: unset;
        z-index: unset;
        opacity: unset;
    }
}
.slcard_box__yapibg::before,
.slcard_box__yapibg::after {
    content: "";
    position: absolute;
    border-radius: 0.625rem;
    left: 50%;
}

.slcard_box__yapibg::before {
    display: none;
}
.slcard_box__yapibg::after {
    display: none;
}
@media (min-width: 1200px) /* lg */ {
    .slcard_box__yapibg::before {
        display: unset;
        width: 90%;
        height: 130px;
        bottom: 75px;
        z-index: 1;
        background-color: #ffeced;
        /* Hem ortala hem de döndür */
        transform: translateX(-50%) rotate(-10deg);
    }
    .slcard_box__yapibg::after {
        display: unset;
        width: 200px;
        height: 250px;
        bottom: 0;
        z-index: 2;
        background: linear-gradient(180deg, #D5343E, #ff8992);
        /* Sadece ortala */
        transform: translateX(-50%);
    }
}
.slcard_box__yapires {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.slcard_box__paketyapibg{
    position: relative;
    z-index: 2;
}
.slcard_box__paketyapi{
    margin-bottom: 1.25rem;
}
.slcard_box__ptoptit{
    font-size: 0.938rem;
    font-weight: 500;
    color: #D5343E;
}
.slcard_box__panatit{
    font-size: 1.625rem;
    font-weight: 600;
    color: #151515;
}
.slcard_box__pdesc{
    font-size: 0.875rem;
    color: #353535;
    font-weight: 300;
}
.slcard_box__paket{
    display: flex;
    justify-content: left;
    width: 100%;
    margin-bottom: 1.25rem;
}
.slcard_box__paket_icon{
    border-radius: 5px;
    background-color: #ffeced;
    color: #D5343E;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 0.625rem;
    flex-shrink: 0;
}
.slcard_box__paket_title{
    font-size: 0.938rem;
    font-weight: 500;
}
.slcard_box__paket_desc{
    font-size: 0.875rem;
    font-weight: 300;
}
.slcard_box__buton{
    border: 1px solid #D5343E;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D5343E;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 5px;
}
@media (min-width: 992px) /* lg */ {
    .slcard_box__buton{
        width: 150px;
    }
}

.slcard_ybox__yapi {
    background-color: #151515;
    background-image: url('../media/images/ybox.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 208px;
    margin-top: 0;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #ffffff;
}
@media (min-width: 992px) /* lg */ {
    .slcard_ybox__yapi{
        margin-top: 10px;
    }
}
.slcard_ybox__inyapi{
    width: 78%;
}
.slcard_ybox__intitle{
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 1.7px;
}
.slcard_ybox__indesc{
    font-size: 0.875rem;
    font-weight: 300;
}
.slcard_ybox__inbuton{
    background: linear-gradient(135deg, #ff6975, #D5343E);
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 5px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.slcard_ybox__inbuton:hover{
   opacity: 0.9;
    color: #ffffff;
}
.ozel-slider-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-top: 8px;
}

.ozel-slider-row::-webkit-scrollbar {
    display: none;
}

.ozel-slider-row > .col-12 {
    flex: 0 0 78%;
    width: 78%;
    scroll-snap-align: start;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .ozel-slider-row {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .ozel-slider-row > .col-xl-6 {
        flex: 0 0 50%;
        width: 50%;
        margin-right: 0;
    }
}

.slcard_box__dublebox{
    height: 208px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    border-bottom: 0.5px solid #f1f1f1;
    padding: 15px 20px;
    overflow: hidden;
}
@media (min-width: 1200px) /* lg */ {
    .slcard_box__dublebox{
        border-bottom: unset;
    }
}
.slcard_box__dublebox::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.announcehead{
    position: relative;
    z-index: 2;
}
.announcetoptitle{
    font-size: 0.875rem;
    color: #D5343E;
    font-weight: 500;
    line-height: 1;
}
.announcetitle{
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}
.domyenikamp{
    background-color: #f1f1f1;
    padding: 6px 10px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    margin-top: 8px;
}
.tldcomstyle{
    color: #0062aa;
    font-weight: 700;
    font-size: 0.938rem;
}
.tldcomstyle span{
    color: #36b4ea;
}
.tldnetstyle{
    color: #241f21;
    font-weight: 700;
    font-size: 0.938rem;
}
.tldnetstyle span{
    color: #fdcd13;
}
.tldorgstyle{
    color: #193f51;
    font-weight: 700;
    font-size: 0.938rem;
}
.tldorgstyle span{
    color: #f68420;
}
.haftalikfirsat{
    position: relative;
    z-index: 2;
}
.firsatoran{
    color: #D5343E;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 15px;
}
.firsatdesc{
    font-size: 1rem;
    font-weight: 300;
}
.firsatbuton{
    border: 1px solid #D5343E;
    border-radius: 3px;
    height: 50px;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D5343E;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.firsatbuton:hover{
    color: #ffffff;
    background-color: #D5343E;
}






.domaintld_yapi{
    margin: 16px 0 60px 0;
}
.domaintld_yapibg{
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    padding: 75px 15px;
    height: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) /* lg */ {
    .domaintld_yapibg{
        height: 300px;
    }
}
.domaintld_yapibg::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
            repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(234, 222, 222, 0.05) 11px),
            repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.03) 11px);
    pointer-events: none;
}
.domaintld_yapibg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../media/images/mekaiconbg.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 90%;
    pointer-events: none;
    opacity: 0.4;
}
.domaintld_title{
    background: linear-gradient(45deg, #ffeced 0%, #ffa6ad 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-block;
}
.domaintld_desc{
    color: #ffffff;
    font-weight: 700;
    font-size: 1.625rem;
    margin-bottom: 15px;
}
.domaintld_desc::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}

/* Turuncu Buton */
.domaintld-search-btn {
    background: linear-gradient(90deg, #ff6975 0%, #D5343E 100%);
    color: white;
    border: none;
    border-radius: 3px;
    padding: 0 35px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap; /* Buton yazısının kırılmasını önler */
    transition: all 0.2s ease-in-out;
}

.domaintld-search-btn:hover {
    opacity: 0.9;
}







/* Input Alanı Çerçevesi */
.domaintld-input-wrapper {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0 auto 30px auto;
    height: 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

/* Soldaki Dünya İkonu */
.domaintld-input-icon {
    width: 45px;
    height: 24px;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
}

/* Yazı Yazma Alanı */
.domaintld-search-input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #333;
    font-family: inherit;
    background: transparent;
}

.domaintld-search-input::placeholder {
    color: #9aa0a6;
}




/* Mobil Uyumluluk İçin Ufak Bir Dokunuş */
@media (max-width: 600px) {
    .domaintld-input-wrapper {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
    }
    .domaintld-search-input {
        width: 100%;
        text-align: center;
        height: 40px;
    }
    .domaintld-search-btn {
        width: 100%;
        justify-content: center;
        height: 45px;
    }
    .domaintld-input-icon {
        display: none; /* Mobilde yer kazanmak için ikon gizlenebilir */
    }
}

.domaintld-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #d1d1d1;
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
    flex-wrap: wrap; /* Mobilde taşarsa alt satıra geçsin */
}

.domaintld-footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #d1d1d1;
    transition: color 0.2s;
}

.domaintld-footer-link:hover {
    color: #ffffff;
}

.domaintld-footer-link i {
    font-size: 1rem;
    color: #D5343E;
}

/* Dikey Çizgi Ayırıcı */
.domaintld-separator {
    display: none;
    width: 1px;
    height: 14px;
    background-color: #4a5060;
}
@media (min-width: 1200px) /* lg */ {
    .domaintld-separator {
        display: unset;
        width: 1px;
        height: 14px;
        background-color: #4a5060;
    }
}

/* Mobil Uyumluluk İçin Ufak Bir Dokunuş */
@media (max-width: 600px) {
    .domaintld-input-wrapper {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
    }
    .domaintld-search-input {
        width: 100%;
        text-align: center;
        height: 40px;
    }
    .domaintld-search-btn {
        width: 100%;
        justify-content: center;
        height: 45px;
    }
    .domaintld-input-icon {
        display: none; /* Mobilde yer kazanmak için ikon gizlenebilir */
    }
}

.tld_footer__box{
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: unset;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .tld_footer__box{
        margin-top: 16px;
    }
    .tld_footer__box:hover{
        margin-top: 8px;
    }
}

.tld_footer__yapi_style{
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) /* lg */ {
    .tld_footer__yapi_style{
        margin-top: unset;
        position: relative;
        z-index: 1;
    }
}
.tld_footer__yapi{
    border: 1px solid #cccccc;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
}
.tld_footer__yapi2{
    border: 1px dashed #D5343E;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
}
.tld_footer__yapi2_ozel{
    position: absolute;
    bottom: unset;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: 80px;
    border-radius: 25px;
    background-color: #D5343E;
    color: #ffffff;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .tld_footer__yapi2_ozel{
        bottom: -12px;
        top: unset;
    }
}
.tld_footer__domain{
    width: 100%;
}
.tld_footer__fiyat{
    font-weight: 500;
    font-size: 0.875rem;
    border-left: 1px solid #cccccc;
    width: 100%;
    text-align: right;
}

.tldnet {
    font-size: 1rem;
    font-weight: 900;
    color: #222222;
    letter-spacing: -1px;
    display: inline-block;
}
.dotnet {
    color: #ffc20e;
}
.tldcom {
    font-size: 1rem;
    font-weight: 900;
    color: #0062aa;
    letter-spacing: -1px;
    display: inline-block;
}
.dotcom {
    color: #36b4ea;
}
.tldxyz {
    font-size: 1rem;
    font-weight: 900;
    color: #4a1955;
    letter-spacing: -1px;
    display: inline-block;
}
.dotxyz {
    color: #D5343E;
}
.tldcomtr {
    font-size: 1rem;
    font-weight: 900;
    color: #151515;
    letter-spacing: -1px;
    display: inline-block;
}
.dotcomtr {
    color: #D5343E;
}
.tldtr {
    font-size: 1rem;
    font-weight: 900;
    color: #D5343E;
    letter-spacing: -1px;
    display: inline-block;
}
.dottr {
    color: #151515;
}





.anasayfa_card__imgbg{
    filter: brightness(1.03) saturate(1.03);
    height: 300px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .anasayfa_card__imgbg{
        height: 100%;
    }
}
.page_urunleryapi:hover .anasayfa_card__imgbg {
    filter: brightness(1.05) saturate(1.05);
}
.anasayfa_card__imgyapi{
    background: linear-gradient(135deg, #ffb6bb 0%, #D5343E  80%);
    height: 300px;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 1200px) /* lg */ {
    .anasayfa_card__imgyapi{
        height: 100%;
    }
}
.anasayfa_card__imgyapi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../media/images/mekaiconbgrt.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
}
.anasayfa_card__img{
    height: calc(100% + 30px);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.product_card__box{
    height: 150px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
}
@media (min-width: 1200px) /* lg */ {
    .product_card__box{
        height: 210px;
    }
}
.product_card__box::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.product_card__img{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 105, 117, 0.15), rgba(213, 52, 62, 0.15));
    border-radius: 0 0 0 5px;
    z-index: 0;
    font-size: 1.25rem;
    color: #D5343E;
}
.product_card__title{
    font-size: 1rem;
    font-weight: 500;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
}
.product_card__box_footer{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1200px) /* lg */ {
    .product_card__box_footer{
        display: unset;
        justify-content: unset;
        align-items: unset;
    }
}
.product_card__price{
    font-size: 1.375rem;
    font-weight: 600;
}
.product_card__desc{
    font-size: 0.875rem;
    font-weight: 300;
    color: #353535;
}
.product_card__btn{
    margin-top: 15px;
    border: 1px solid #D5343E;
    border-radius: 3px;
    height: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D5343E;
    font-weight: 600;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.product_card__btn:hover{
    color: #ffffff;
    background-color: #D5343E;
}


.product_card__boxlarge{
    height: 300px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    position: relative;
    border-radius: 5px;
    padding: 10px 20px;
}
@media (min-width: 768px) /* lg */ {
    .product_card__boxlarge{
        height: 210px;
    }
}
.product_card__boxlarge::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}
.product_card__boxlarge::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.product_cardlarge__img{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgb(255, 105, 117), rgb(213, 52, 62));
    border-radius: 0 0 0 5px;
    z-index: 0;
    font-size: 1.25rem;
    color: #ffffff;
}
.product_cardlarge__title{
    font-size: 1rem;
    font-weight: 500;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    color: #ffffff;
}
.product_cardlarge__desclarge{
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_card__boxlarge_footer{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.product_cardlarge__price{
    font-size: 1.375rem;
    font-weight: 600;
}
.product_cardlarge__desc{
    font-size: 0.875rem;
    font-weight: 300;
    color: #ccc;
}
.product_cardlarge__btn{
    margin-top: 15px;
    border-radius: 3px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    background-color: #D5343E;
    transition: all 0.2s ease-in-out;
}
.product_cardlarge__btn:hover{
    color: #D5343E;
    background-color: #ffffff;
}




.product_card__boxlargewhite{
    height: 280px;
    overflow: hidden;
    color: #151515;
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    padding: 10px 20px;
}
@media (min-width: 768px) /* lg */ {
   .product_card__boxlargewhite{
       height: 210px;
   }
}
.product_card__boxlargewhite::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.product_cardlargewhite__title{
    font-size: 1rem;
    font-weight: 500;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    color: #151515;
}
.product_cardlargewhite__desclarge{
    font-size: 0.875rem;
    font-weight: 300;
    color: #353535;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_cardlargewhite__price{
    font-size: 1.375rem;
    font-weight: 600;
}
.product_cardlargewhite__desc{
    font-size: 0.875rem;
    font-weight: 300;
    color: #353535;
}
.product_cardlargewhite__btn{
    margin-top: 15px;
    border-radius: 3px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    background-color: #D5343E;
    transition: all 0.2s ease-in-out;
}
.product_cardlargewhite__btn:hover{
    opacity: 0.9;
    color: #ffffff;
}
.page_urundet_yapi{
    padding: 60px 0;
}
.product_ann__cardyapi {
    height: auto;
    background-color: #f8fdf9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eeeeee;
}
@media (min-width: 768px) /* lg */ {
    .product_ann__cardyapi {
        height: 350px;
        background-color: #f8fdf9;
    }
}
.product_ann__cardyapi::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -42px;
    right: 10px;
    width: 66px;
    height: 120px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.2;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}

.product_ann__cardyapi::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -42px;
    left: 10px;
    width: 66px;
    height: 120px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.2;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}

/* DÜZELTME BURADA: Virgül ile ayırdık ve boşlukları kaldırdık */
.product_ann__cardyapi:hover::after{
    top: -30px;
}
.product_ann__cardyapi:hover::before {
    bottom: -30px;
}

.product_ann__card{
    min-height: 575px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.product_ann__cardimg{
    height: 310px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_ann__cardimg img{
    height: auto;
    max-height: 90%;
    width: 90%;
    transition: all 0.2s ease;
}
@media (min-width: 768px) /* lg */ {
    .product_ann__card{
        height: 350px;
        min-height: unset;
        width: 100%;
        border-radius: 5px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }
    .product_ann__cardimg{
        height: 310px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s ease;
    }
    .product_ann__cardimg img{
        height: auto;
        max-height: 90%;
        width: 70%;
        transition: all 0.2s ease;
    }
}
.product_ann__cardyapi:hover .product_ann__cardimg img{
    opacity: 0.9;
}
.product_ann__cardtitle{
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 20px 20px 0;
}
.product_ann__cardtitle:hover{
    opacity: 0.9;
}
.product_ann__carddesc{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.38;
    padding: 0 20px 20px 0;
}
.product_ann__carddesc:hover{
    opacity: 0.9;
}
.product_ann__cardbutton{
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}
.product_ann__cardbutton:hover{
    opacity: 0.9;
}
.product_ann__cardfbox{
    border: 1px solid #eeeeee;
    height: auto;
    border-radius: 5px;
    padding: 30px 20px;
    background-color: #ffffff;
    color: #151515;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) /* lg */ {
    .product_ann__cardfbox{
        height: 160px;
        padding: 20px 20px;
    }
}
.cardfbox_cont{
    position: relative;
    z-index: 1;
}
.cardfbox_icon{
    position: absolute;
    top: 0;
    right: 0;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: #f9f9f9;
    border-radius: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.cardfbox_title{
    color: #151515;
    font-weight: 500;
    font-size: 1.125rem;
}

.product_ann__imgbox{
    height: 450px;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 5px;
    overflow: hidden;
}
@media (min-width: 992px) /* lg */ {
    .product_ann__imgbox{
        height: 550px;
        margin-bottom: unset;
    }
}
.product_ann__imgboxcard{
    height: 100%;
    width: 100%;
    position: relative;
}
.product_ann__imgboxcard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.box_server_icon{
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #151515;
    font-size: 2.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17BD54;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: 1;
}
.box_info{
    width: 150px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #151515;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17BD54;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 1;
}
.box_info_title{
    font-size: 1.875rem;
    font-weight: 800;
    text-align: center;
    color: #17BD54;
    line-height: 1;
}
.box_info_desc{
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    color: #151515;
}

.box_ozellik{
    width: 250px;
    min-height: 100px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #151515;
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #151515;
    position: absolute;
    top: 200px;
    right: -30px;
    z-index: 1;
    padding: 15px;
}
.box_ozellik_list{
    color: #151515;
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-weight: 500;
}
.box_ozellik_list i{
    color: #17BD54;
    margin-right: 5px;
}
.page_yazdet_yapi{
    padding: 60px 0;
    background-color: #f2f2f2;
}

.softpro__cardyapi{
    padding-top: unset;
}
@media (min-width: 1200px) /* lg */ {
    .softpro__cardyapi{
        padding-top: 15px;
    }
}


.softpro__cardw{
    background-color: #ffffff;
    height: auto;
    margin-top: unset;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    color: #151515;
    overflow: hidden;
}
.softpro__cardw::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -27px;
    left: 10px;
    width: 44px;
    height: 80px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.1;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}
.softpro__cardw::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 60px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
@media (min-width: 992px) /* lg */ {
    .softpro__cardw{
        margin-top: 30px;
        height: 300px;
    }
}
.softpro__cardwheadpart{
    height: 150px;
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 1200px) /* lg */ {
    .softpro__cardwheadpart{
        height: 180px;
    }
}
.cardwheadpart_img{
    width: 50%;
    height: auto;
    transition: all 0.2s ease-in-out;
}
.cardwheadpart_img:hover{
    opacity: 0.9;
}
.cardwheadpart_img img{
    width: 100%;
}
.cardwheadpart_fiyatyapi{
    margin-right: unset;
    text-align: right;
}

.cardwheadpart_fiyat{
    font-size: 1.625rem;
    font-weight: 700;
    text-align: right;
    line-height: 1;
}
.cardwheadpart_fiyat span{
    font-weight: 300;
    font-size: 0.875rem;
}
.softpro__cardwfootpart{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.cardwfootpart_yapi{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cardwfootpart_iconbox{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    color: #ffffff;
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.2s ease-in-out
}
.cardwfootpart_iconbox:hover{
    opacity: 0.9;
    color: #ffffff;
}
.cardwfootpart_title{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
}
.cardwfootpart_desc{
    color: #353535;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardwfootpart_title:hover {
    opacity: 0.8;
}

.softpro__cardd{
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    height: auto;
    min-height: 330px;
    margin: 30px 0;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    color: #ffffff;
}
.softpro__cardd::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 5px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
@media (min-width: 992px) /* lg */ {
    .softpro__cardd{
        margin: unset;
        height: 330px;
    }
}
.carddcontent{
    display: flex;
    align-items: center;
    height: 100%;
}
.carddcontent_imgbox{
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carddcontent_imgbox img{
    width: 100%;
    max-height: 100%;
    transition: all 0.2s ease-in-out;
}
.carddcontent_imgbox:hover img{
    opacity: 0.9;
}
.carddcontent_fiyatbox{
    text-align: right;
    color: #eeeeee;
}
.carddcontent_fiyat{
    font-size: 1.625rem;
    font-weight: 700;
    text-align: right;
    line-height: 1;
    color: #ffffff;
}
.carddcontent_fiyatbox span{
    font-size: 0.875rem;
    font-weight: 300;
    color: #eeeeee;
}
.carddcontent_footeryapi{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carddcontent_iconbox{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    color: #ffffff;
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.2s ease-in-out
}
.carddcontent_iconbox:hover{
    opacity: 0.9;
    color: #ffffff;
}
.carddcontent_fyapi{
    padding-top: 20px;
}
@media (min-width: 1200px) /* lg */ {
    .carddcontent_fyapi{
        padding-top: unset;
    }
}
.carddcontent_title{
    font-size: 1.125rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}

.carddcontent_desc{
    color: #eeeeee;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carddcontent_title:hover {
    opacity: 0.9;
    color: #ffffff;
}
.carddcontent_desc:hover{
    color: #eeeeee;
}
.softpro__firsatbox{
    background-color: #D5343E;
    border-radius: 5px;
    height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.softpro__cardlbg{
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.softpro__cardl{
    height: 250px;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    color: #151515;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.softpro__cardlbg::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -42px;
    right: 10px;
    width: 132px;
    height: 240px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.06;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}
.softpro__cardl::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 60px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.cardl_imgbox{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}
.cardl_imgbox img{
    max-height: 100px;
}
.cardl_content{
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cardlheadpart_fiyat{
    font-size: 1.625rem;
    font-weight: 700;
    text-align: right;
    line-height: 1;
}
.cardlheadpart_fiyat span{
    font-weight: 300;
    font-size: 0.875rem;
}
.cardlfootpart_title{
    font-size: 1.063rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    line-height: 1.2;
}
.cardlfootpart_desc{
    color: #353535;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardlfootpart_title:hover {
    opacity: 0.8;
}
.cardlfootpart_iconbox{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    color: #ffffff;
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.2s ease-in-out
}
.cardlfootpart_iconbox:hover{
    opacity: 0.9;
    color: #ffffff;
}
.softpro__cards{
    height: auto;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) /* lg */ {
    .softpro__cards{
        height: 250px;
    }
}
.page_yazdet_style{
    padding: 60px 0;
}
.page_yazdet_cardyapi{
    height: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1200px) /* lg */ {
    .page_yazdet_cardyapi{
        height: 500px;
        padding: 40px;
    }
}
.page_yazdet_cardyapi::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -42px;
    left: 10px;
    width: 66px;
    height: 120px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.2;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}
.page_yazdet_cardyapi::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -42px;
    right: 10px;
    width: 132px;
    height: 240px;
    background-image: url('../media/images/product-ann-cardimgbg.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.03;
    transform: rotate(0deg);
    /* Animasyon için transition ekledik */
    transition: all 0.2s ease-in-out;
}
.ust_cardyapi{
    background: linear-gradient(45deg, #F2F8FF 0%, #f8fbff 100%);
    border: 1px solid #eeeeee;
}
.ustcard_title{
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 20px 0;
}
.ustcard_title:hover{
    opacity: 0.9;
}
.ustcard_desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ustcard_list{
    padding: 20px 0 0 10px;
    position: relative;
    z-index: 1;
}
.ustcard_listitem{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.ustcard_checkicon{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    background-color: #ffffff;
    color: #151515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.ustcard_listitembutton{
    font-weight: 500;
    font-size: 14px;
    background-color: #151515;
    width: 100%;
    height: 55px;
    margin-top: 25px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) /* lg */ {
    .ustcard_listitembutton{
        width: 200px;
    }
}
.ustcard_listitembutton:hover{
    opacity: 0.9;
    color: #ffffff;
}
.ustcard_img{
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.ustcard_img img{
    width: 90%;
    height: auto;
}
.alt_cardyapi{
    background-color: #fff3f3;
    border: 1px solid #eeeeee;
}
.alt_card_title{
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 0 20px 0;
}
.alt_card_title:hover{
    opacity: 0.9;
}
.alt_card_desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alt_card_button{
    font-weight: 500;
    font-size: 14px;
    background-color: #D5343E;
    width: 100%;
    height: 55px;
    margin-top: 25px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) /* lg */ {
    .alt_card_button{
        width: 200px;
    }
}
.alt_card_button:hover{
    opacity: 0.9;
    color: #ffffff;
}
.altyan_cardyapi{
    background-color: #f8fdf9;
    border: 1px solid #eeeeee;
}
.altyan_card_title{
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 30px 0 0 0;
}
@media (min-width: 1200px) /* lg */ {
    .altyan_card_title{
        padding: 0 0 0 0;
    }
}
.altyan_card_title:hover{
    opacity: 0.9;
}
.altyan_card_button{
    font-weight: 500;
    font-size: 14px;
    background-color: #151515;
    width: 100%;
    height: 55px;
    margin-top: 25px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) /* lg */ {
    .altyan_card_button{
        width: 200px;
    }
}
.altyan_card_button:hover{
    opacity: 0.9;
    color: #ffffff;
}
.altyan_card_img{
   text-align: center;
}
.altyan_card_img img{
    width: 70%;
}
@media (min-width: 1200px) /* lg */ {
    .altyan_card_img img{
        width: 90%;
    }
}






@media (min-width: 0px) /* lg */ {}
@media (min-width: 1200px) /* lg */ {}

@media (min-width: 0px) /* lg */ {}
@media (min-width: 1200px) /* lg */ {}