/*######################################################################################################
##                                                                                                     ##
##  CUSTOM CSS BAŞLAMA NOKTASI BELİRTECİ                                                               ##
##                                                                                                     ##
#########################################################################################################
*/


/*
Firefox / desteklenmeyen tarayicilar icin sticky fallback:
animation-timeline: scroll() calismadiginda ana-menu bozuk gorunmesin.
*/
@supports not (animation-timeline: scroll()) {
    #ana-menu-sticky,
    #ana-menu-sticky .anamenuyapi {
        animation: none !important;
    }

    @media (min-width: 1200px) {
        #ana-menu-sticky {
            background-color: #ffffff !important;
            background-image: none !important;
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
        }

        #ana-menu-sticky .anamenuyapi {
            padding: 1.25rem 0 !important;
        }
    }
}

@media (max-width: 1199.98px) {
    .container-edge-8{
        padding-right: 8px;
        padding-left: 8px;
    }
}

.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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: 14px;
    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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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: linear-gradient(135deg, #ff6975, #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);
}

