.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,
.home-info-modern__card::after{
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 3px 3px 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-color: rgba(213, 52, 62, 0.15);
    border-radius: 3px;
    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 i {
    font-size: 0.625rem;
}
.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-color: #D5343E;
    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: linear-gradient(135deg, #ff6975, #D5343E);
    transition: all 0.2s ease-in-out;
}
.product_cardlarge__btn i {
    font-size: 0.625rem;
}
.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: #151515;
    transition: all 0.2s ease-in-out;
}
.product_cardlargewhite__btn i {
    font-size: 0.625rem;
}
.product_cardlargewhite__btn:hover{
    opacity: 0.9;
    color: #ffffff;
}
.page_urundet_yapi .hosting_plan__legacyrow > .col-xl-8 > .row > [class*="col-"]{
    display: flex;
}
.page_urundet_yapi .product_card__box,
.page_urundet_yapi .product_card__boxlargewhite{
    height: 100%;
    min-height: 244px;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease-in-out;
}
.page_urundet_yapi .product_card__box:hover,
.page_urundet_yapi .product_card__boxlargewhite:hover{
    border-color: #cccccc;
}
.page_urundet_yapi .product_card__boxlarge{
    height: 100%;
    min-height: 244px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(45deg, #151515 0%, #3A3A3A 100%);
    border: 0;
    display: flex;
    flex-direction: column;
}
.page_urundet_yapi .product_card__box::after,
.page_urundet_yapi .product_card__boxlarge::after,
.page_urundet_yapi .product_card__boxlargewhite::after{
    top: 25px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
}
.page_urundet_yapi .product_card__hero{
    min-height: 50px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.page_urundet_yapi .product_card__boxlarge .product_card__hero{
    border-bottom-color: #555555;
}
.page_urundet_yapi .product_card__img,
.page_urundet_yapi .product_cardlarge__img{
    position: static;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    background-color: #D5343E;
    color: #ffffff;
    border-radius: 3px;
}
.page_urundet_yapi .product_card__title,
.page_urundet_yapi .product_cardlarge__title,
.page_urundet_yapi .product_cardlargewhite__title{
    height: auto;
    min-height: auto;
    padding-right: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.page_urundet_yapi .product_card__content{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 52px;
    position: relative;
    z-index: 1;
}
.page_urundet_yapi .product_card__box_footer,
.page_urundet_yapi .product_card__boxlarge_footer{
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid #eeeeee;
    z-index: 1;
}
.page_urundet_yapi .product_card__boxlarge .product_card__boxlarge_footer{
    border-top-color: #555555;
}
.page_urundet_yapi .product_card__desc,
.page_urundet_yapi .product_cardlargewhite__desclarge,
.page_urundet_yapi .product_cardlargewhite__desc{
    color: #555555;
    line-height: 1.5;
}
.page_urundet_yapi .product_cardlarge__desclarge,
.page_urundet_yapi .product_cardlarge__desc{
    line-height: 1.5;
}
.page_urundet_yapi .product_card__price,
.page_urundet_yapi .product_cardlargewhite__price{
    color: #151515;
}
.page_urundet_yapi .product_card__metriclabel{
    font-size: 0.75rem;
    font-weight: 500;
    color: #555555;
    margin-bottom: 8px;
}
.page_urundet_yapi .product_card__infolist{
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.page_urundet_yapi .product_card__infolist li{
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #353535;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
}
.page_urundet_yapi .product_card__infolist i{
    color: #D5343E;
    font-size: 0.7rem;
    line-height: 1.4;
    margin-top: 1px;
}
.page_urundet_yapi .product_card__infolist--large{
    margin-top: 0;
}
.page_urundet_yapi .product_card__infolist--dark li,
.page_urundet_yapi .product_card__infolist--dark i{
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .page_urundet_yapi .product_card__box,
    .page_urundet_yapi .product_card__boxlarge,
    .page_urundet_yapi .product_card__boxlargewhite{
        min-height: 220px;
        padding: 20px;
    }
}
.hosting_plan__legacyrow{
    margin-top: 30px;
}
.page_urunleryapi .hosting_plan__legacyrow .product_ann__cardyapi,
.page_urunleryapi .hosting_plan__legacyrow .product_ann__cardfbox{
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
.page_urunleryapi .hosting_plan__legacyrow .product_ann__imgbox{
    border: 0;
    background-color: transparent;
}
.page_urunleryapi .hosting_plan__legacyrow .product_ann__cardfbox{
    transition: border-color 0.2s ease-in-out;
}
.page_urunleryapi .hosting_plan__legacyrow .product_ann__cardfbox:hover{
    border-color: #cccccc;
}
.home_plan_switchrow,
.hosting_plan__switchrow,
.popular_servers_product__switchrow{
    margin-bottom: 20px;
}
.home_plan_switch{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 4px;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}
.home_plan_switchitem{
    min-width: 0px;
    min-height: 38px;
    border: 0;
    border-radius: 3px;
    color: #353535;
    background-color: #f1f1f1;
    font-family: inherit;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}
.home_plan_switchitem--active{
    color: #ffffff;
    background-color: #151515;
}
.home_plan_switch--location .home_plan_switchitem{
    min-width: 48px;
    padding: 0 9px;
}
.home_plan_switchitem--flag{
    cursor: default;
}
.home_plan_switchitem--flag img{
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
}
.hosting_plan__card{
    height: 100%;
    min-height: 620px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease-in-out;
}
.hosting_plan__card::after{
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 5px;
    height: 40px;
    background-color: #151515;
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.hosting_plan__card--featured{
    border-color: #D5343E;
}
.hosting_plan__card--featured::after{
    background: linear-gradient(135deg, #ff6975, #D5343E);
}
.hosting_plan__badge{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15px;
    background-color: #D5343E;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 3px;
    padding: 10px 12px;
    z-index: 2;
}
.hosting_plan__head{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
    padding-right: 10px;
}
.hosting_plan__icon{
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #eeeeee;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.hosting_plan__card--featured .hosting_plan__icon{
    background-color: #fff6f7;
    color: #D5343E;
}
.hosting_plan__discount{
    border: 1px solid #151515;
    border-radius: 3px;
    color: #151515;
    background-color: #eeeeee;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 7px 10px;
    line-height: 1;
}
.hosting_plan__card--featured .hosting_plan__discount{
    border-color: #D5343E;
    color: #D5343E;
    background-color: #fff6f7;
}
.hosting_plan__title{
    color: #151515;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding-right: 20px;
}
.hosting_plan__desc{
    color: #555555;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    min-height: 64px;
    margin: 0 0 18px 0;
}
.hosting_plan__pricebox{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
    margin-bottom: 14px;
}
.popular_servers_product__price,
.hosting_plan__price{
    color: #151515;
    font-weight: 700;
    line-height: 1;
}
.popular_servers_product__price{
    font-size: 26px;
}
.hosting_plan__price{
    font-size: 26px;
}
@media (max-width: 767.98px) {
    .popular_servers_product__price,
    .hosting_plan__price{
        font-size: 24px;
    }
}
.hosting_plan__period{
    color: #353535;
    font-size: 0.875rem;
    font-weight: 400;
}
.hosting_plan__priceinfo{
    color: #555555;
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 6px;
}
.hosting_plan__domain{
    min-height: 42px;
    border-radius: 3px;
    background-color: #f2fbf6;
    color: #151515;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.hosting_plan__domain i{
    color: #17bd54;
    font-size: 1rem;
}
.hosting_plan__specs{
    margin-bottom: 14px;
}
.hosting_plan__specbox{
    min-height: 66px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 9px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hosting_plan__speclabel{
    color: #555555;
    font-size: 0.688rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 5px;
}
.hosting_plan__specvalue{
    color: #151515;
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.25;
}
.hosting_plan__features{
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}
.hosting_plan__feature{
    color: #353535;
    font-size: 0.813rem;
    font-weight: 300;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 9px;
}
.hosting_plan__feature i{
    color: #D5343E;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 1px;
}
.hosting_plan__feature--highlighted{
    color: #151515;
    font-weight: 500;
}
.hosting_plan__btn{
    min-height: 50px;
    width: 100%;
    border-radius: 3px;
    color: #ffffff;
    background-color: #151515;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    transition: all 0.2s ease-in-out;
}
.hosting_plan__card--featured .hosting_plan__btn{
    background: linear-gradient(135deg, #ff6975, #D5343E);
}
.hosting_plan__btn i{
    font-size: 0.625rem;
}
.hosting_plan__btn:hover{
    color: #ffffff;
    opacity: 0.9;
}
@media (max-width: 575.98px) {
    .home_plan_switchrow{
        flex-wrap: nowrap;
    }
    .home_plan_switch{
        width: 100%;
        gap: 3px;
    }
    .home_plan_switch--period{
        width: auto;
        max-width: 100%;
        display: inline-flex;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .home_plan_switch--period::-webkit-scrollbar{
        display: none;
    }
    .home_plan_switchitem{
        min-width: 0;
        min-height: 34px;
        font-size: 0.688rem;
        padding: 0 6px;
        flex: 1 1 0;
        white-space: nowrap;
    }
    .home_plan_switch--period .home_plan_switchitem{
        min-height: 38px;
        font-size: 0.813rem;
        padding: 0 10px;
        flex: 0 0 auto;
    }
    .home_plan_switch--location .home_plan_switchitem{
        min-width: 0;
        padding: 0 5px;
    }
    .home_plan_switchitem--flag img{
        width: 18px;
        height: 18px;
    }
    .hosting_plan__card{
        min-height: auto;
    }
    .hosting_plan__col--featured{
        padding-top: 20px;
    }
    .hosting_plan__desc{
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .hosting_plan__switchrow{
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }
    .hosting_plan__switchrow > [class*="col-"]{
        width: auto;
        max-width: max-content;
        flex: 0 0 auto;
    }
    .hosting_plan__switchrow .home_plan_switch{
        width: auto;
        display: inline-flex;
    }
    .hosting_plan__switchrow .home_plan_switch--period{
        max-width: max-content;
        overflow: visible;
    }
}
.page_urundet_yapi{
    padding: 60px 0;
}
.product_ann__cardyapi {
    height: auto;
    background: linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eeeeee;
    transition: border-color 0.2s ease-in-out;
}
@media (min-width: 768px) /* lg */ {
    .product_ann__cardyapi {
        height: 350px;
        background: linear-gradient(90deg, #f9f9f9 0%, #ffffff 100%);
    }
}
.product_ann__cardyapi::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -36px;
    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.14;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.product_ann__cardyapi::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -36px;
    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.14;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.product_ann__cardyapi:hover{
    border-color: #dddddd;
}
.product_ann__cardyapi:hover::after{
    top: -28px;
}
.product_ann__cardyapi:hover::before {
    bottom: -28px;
}

.product_ann__card{
    min-height: 575px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.product_ann__content{
    padding: 10px 0 0;
}
.product_ann__eyebrow{
    width: fit-content;
    color: #D5343E;
    background-color: #fff6f7;
    border: 1px solid #ffeced;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.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__content{
        padding: 0 10px 0 0;
    }
    .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{
    color: #151515;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 20px 15px 0;
}
.product_ann__cardtitle:hover{
    opacity: 0.9;
}
.product_ann__carddesc{
    color: #353535;
    font-size: 0.938rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 20px 20px 0;
}
.product_ann__carddesc:hover{
    opacity: 0.9;
}
@media (max-width: 991.98px) {
    .product_ann__carddesc{
        max-height: calc(0.938rem * 1.5 * 2);
        padding-bottom: 0;
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
    }
}
.product_ann__cardbutton{
    width: fit-content;
    min-height: 42px;
    color: #ffffff;
    background-color: #151515;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    transition: all 0.2s ease-in-out;
}
.product_ann__cardbutton i{
    font-size: 0.75rem;
}
.product_ann__cardbutton:hover{
    background-color: #D5343E;
}
.product_ann__featurecol{
    display: flex;
}
.product_ann__featurecol .product_ann__cardfbox{
    width: 100%;
}
.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;
    transition: border-color 0.2s ease-in-out;
}
.product_ann__cardfbox:hover{
    border-color: #dddddd;
}
@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: #fff6f7;
    border-radius: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D5343E;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.cardfbox_title{
    color: #151515;
    font-weight: 600;
    font-size: 1.063rem;
    margin-bottom: 8px;
}
.cardfboxdark_desc{
    color: #555555;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 25px;
}

.product_ann__imgbox{
    height: 450px;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
    border-radius: 5px;
    overflow: hidden;
}
@media (min-width: 1200px) /* xl */ {
    .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;
}
.popular_services_detail_surface{
    padding: 10px 0 60px 0;
    background-color: #ffffff;
}
@media (max-width: 991.98px) {
    .popular_services_detail_surface{
        padding: 24px 0 40px 0;
    }
}

.page_yazdet_style{
    padding: 60px 0;
    background-color: #F1F1F1;
}

