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

.slcard_box__yapi {
    position: relative;
    background-color: #ffffff;
    min-height: 440px;
    padding: 1.25rem;
    border-radius: 5px;
    margin-top: 8px;
    color: #151515;
    font-size: 1rem;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .slcard_box__yapi{
        height: 440px;
        min-height: 0;
    }
}
.slcard_box__yapi::before {
    content: "";
    position: absolute;
    opacity: 0.6;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-image: url('../media/images/illuminatecorner.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 300px 300px;
    pointer-events: none;
    z-index: 1;
}
.slcard_box__yapi > .main-wrapper {
    position: relative;
    z-index: 2;
}

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

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

.mySwiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}
.mySwiper:not(.swiper-initialized) .swiper-slide:first-child {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 2;
}
.mySwiper:not(.swiper-initialized) {
    display: block;
    height: auto;
    min-height: 300px;
    overflow: hidden;
}

/* Slider Genel */
.swiper {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    font-size: 1rem;
}
.mySwiper .swiper-slide{
    align-items: stretch;
    justify-content: flex-start;
}

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

.progress-fill--running {
    animation: home-hero-progress-fill 8s linear forwards;
}

.progress-fill--paused {
    animation-play-state: paused;
}

@keyframes home-hero-progress-fill {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* --- ALT GRID STİLLERİ --- */
.thumbs-container .row{
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
}
.thumb-box {
    border-radius: 5px;
    cursor: pointer;
}

.thumb-box .inner-item {
    margin-top: 8px;
    background: linear-gradient(135deg, #151515, #353535);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    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 {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 0.01;
    }
}
@media (min-width: 1200px) /* lg */ {
    .slcard_box__visualcol {
        display: flex;
        align-items: flex-end;
        min-width: 0;
        position: relative;
    }
    .slcard_box__visualwrap {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-width: 0;
    }
    .slcard_box__visualink {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-width: 0;
        color: inherit;
    }
    .slcard_box__yapibg {
        height: 300px;
        width: 100%;
        max-height:300px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        align-self: flex-end;
        bottom: 0;
        right: unset;
        z-index: unset;
        opacity: unset;
    }
}
.slcard_box__yapibg::before,
.slcard_box__yapibg::after {
    content: "";
    position: absolute;
    border-radius: 10px 10px 0 0;
    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: 65%;
        height: 210px;
        bottom: 55px;
        z-index: 1;
        background-color: #ffeced;
        transform: translateX(-50%) rotate(25deg);
    }
    .slcard_box__yapibg::after {
        display: unset;
        width: 220px;
        height: 240px;
        bottom: 0;
        z-index: 2;
        background: linear-gradient(180deg, #D5343E, #ff8992);
        transform: translateX(-50%);
    }
}
.slcard_box__yapires {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.slcard_box__paketyapibg{
    position: relative;
    z-index: 2;
}
.slcard_box__slidecontent{
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.slcard_box__slidehead{
    width: 100%;
    min-height: 86px;
    padding: 0 55px 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.slcard_box__slideheading{
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slcard_box__titlelink{
    color: inherit;
    min-width: 0;
}
.product_card__img.slcard_box__headicon{
    content: "";
    display: flex;
    flex: 0 0 35px;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 3px;
    z-index: 2;
    font-size: 10px;
    color: #ffffff;
}
.product_card__img.slcard_box__headicon:hover,
.product_card__img.slcard_box__headicon:focus,
.product_card__img.slcard_box__headicon:active{
    background-color: #D5343E;
    color: #ffffff;
    opacity: 0.9;
}
.product_card__img.slcard_box__headicon:focus-visible{
    outline: 2px solid #151515;
    outline-offset: 2px;
}
.slcard_box__headicon i{
    font-size: 10px;
}
.slcard_box__contentrow{
    flex: 1 1 auto;
}
.slcard_box__textcol{
    display: flex;
    min-width: 0;
    position: relative;
    z-index: 2;
}
.slcard_box__textcontent{
    width: 100%;
    min-height: 228px;
    display: flex;
    flex-direction: column;
}
.slcard_box__slidebody{
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 0 0;
}
.slcard_box__paketyapi{
    margin-bottom: 1.25rem;
}
.slcard_box__ptoptit{
    font-size: 14px;
    font-weight: 500;
    color: #D5343E;
}
.slcard_box__panatit{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #151515;
    min-height: 56px;
    max-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.slcard_box__pdesc{
    font-size: 0.875rem;
    color: #151515;
    font-weight: 300;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slcard_box__paket{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin: 0 0 0 0;
}
.slcard_box__paket_title{
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.3;
}
.slcard_box__paket_desc{
    font-size: 13px;
    color: #353535;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.slcard_box__featuresrow{
    --slcard-feature-separator-color: #eeeeee;
    margin-bottom: 0;
    position: relative;
}
.slcard_box__featuresrow > .col-6:nth-child(even) .slcard_box__paket{
    padding-left: 10px;
}
.slcard_box__featuresrow::before,
.slcard_box__featuresrow::after{
    content: "";
    position: absolute;
    background-color: var(--slcard-feature-separator-color);
    pointer-events: none;
    z-index: 1;
}
.slcard_box__featuresrow::before{
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
}
.slcard_box__featuresrow::after{
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
}
@media (min-width: 992px) /* lg */ {
    .slcard_box__buton{
        width: 150px;
    }
}
@media (max-width: 1199.98px) {
    .slcard_box__slidecontent{
        height: auto;
        min-height: 300px;
    }
    .slcard_box__slidebody{
        min-height: 72px;
    }
    .slcard_box__visualcol{
        display: none;
    }
    .slcard_box__yapibg{
        display: none;
    }
}
@media (max-width: 767.98px) {
    .slcard_box__yapi > .main-wrapper,
    .mySwiper,
    .mySwiper .swiper-wrapper,
    .mySwiper .swiper-slide{
        height: auto;
    }
    .slcard_box__slidecontent{
        height: auto;
        min-height: 300px;
    }
    .slcard_box__slidehead{
        min-height: 84px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .slcard_box__slidebody{
        min-height: 66px;
        padding-bottom: 14px;
    }
    .slcard_box__paket{
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        min-height: 60px;
        margin: 0 0 0 0;
    }
    .slcard_box__paket_title{
        font-size: 0.875rem;
    }
    .slcard_box__paket_desc{
        font-size: 0.75rem;
    }
    .slcard_box__featuresrow{
        margin-bottom: 0;
    }
    .product_card__img.slcard_box__headicon{
        width: 35px;
        height: 35px;
    }
}
.slcard_ybox__inyapi::selection{
    background-color: #ffffff !important;
    color: #151515 !important;
}
.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: 220px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #ffffff;
}
.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: 3px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.slcard_ybox__inbuton:hover{
   opacity: 0.9;
    color: #ffffff;
}
.home-hero-sidecards{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-hero-offerstack{
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 8px;
    display: flex;
}
.home-hero-metrics-panel{
    --hero-metric-corner-size: clamp(34px, 4.4vw, 48px);
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-hero-metrics-group{
    flex: 1 1 0;
    min-height: 0;
    display: flex;
}
.home-hero-metrics-window{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.home-hero-metrics-layer{
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 1px;
    box-sizing: border-box;
    will-change: transform;
}
.home-hero-metrics-layer--current{
    transform: translate3d(0, 0, 0);
}
.home-hero-metrics-layer--next{
    pointer-events: none;
}
.home-hero-metrics-group[data-metric-direction="left"] .home-hero-metrics-layer--next{
    transform: translate3d(100%, 0, 0);
}
.home-hero-metrics-group[data-metric-direction="left"].is-metrics-animating .home-hero-metrics-layer--current{
    transform: translate3d(-100%, 0, 0);
}
.home-hero-metrics-group[data-metric-direction="left"].is-metrics-animating .home-hero-metrics-layer--next{
    transform: translate3d(0, 0, 0);
}
.home-hero-metrics-group[data-metric-direction="right"] .home-hero-metrics-layer--next{
    transform: translate3d(-100%, 0, 0);
}
.home-hero-metrics-group[data-metric-direction="right"].is-metrics-animating .home-hero-metrics-layer--current{
    transform: translate3d(100%, 0, 0);
}
.home-hero-metrics-group[data-metric-direction="right"].is-metrics-animating .home-hero-metrics-layer--next{
    transform: translate3d(0, 0, 0);
}
.home-hero-metrics-group.is-metrics-animating .home-hero-metrics-layer{
    transition: transform 0.7s ease-in-out;
}
.home-hero-metric-card{
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #151515;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease-in-out;
}
.home-hero-metric-card:hover{
    border: 1px solid #151515;
}
.home-hero-metric-card:hover::after{
    background-color: #151515;
}
.home-hero-metric-card::before{
    content: "";
    position: absolute;
    width: var(--hero-metric-corner-size);
    height: var(--hero-metric-corner-size);
    background-image: url('../media/images/illuminatecorner-metrics.svg');
    background-repeat: no-repeat;
    background-size: calc(var(--hero-metric-corner-size) * 2) calc(var(--hero-metric-corner-size) * 2);
    pointer-events: none;
    z-index: 1;
}
.home-hero-metrics-group[data-metric-group="top"] .home-hero-metric-card:nth-child(1)::before{
    right: 0;
    bottom: 0;
    background-position: left top;
}
.home-hero-metrics-group[data-metric-group="top"] .home-hero-metric-card:nth-child(2)::before{
    left: 0;
    bottom: 0;
    background-position: right top;
}
.home-hero-metrics-group[data-metric-group="bottom"] .home-hero-metric-card:nth-child(1)::before{
    right: 0;
    top: 0;
    background-position: left bottom;
}
.home-hero-metrics-group[data-metric-group="bottom"] .home-hero-metric-card:nth-child(2)::before{
    left: 0;
    top: 0;
    background-position: right bottom;
}
.home-hero-metric-card::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 40px;
    background-color: #151515;
    border-radius: 0 5px 5px 0;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.home-hero-metric-card__content{
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
    z-index: 3;
    text-align: left;
}
.home-hero-metrics-group[data-metric-direction="right"] .home-hero-metric-card,
.home-hero-metrics-group[data-metric-direction="right"] .home-hero-metric-card__content{
    direction: ltr;
    text-align: left;
}
.home-hero-metric-card__value{
    margin-bottom: 2px;
    color: #353535;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.home-hero-metric-card__desc{
    height: 32px;
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.18;
}
@media (min-width: 1200px) {
    .home-hero-sidecards{
        height: 440px;
        margin-top: 8px;
    }
}
@media (max-width: 1199.98px) {
    .home-hero-sidecards{
        height: auto;
        margin-top: 8px;
    }
    .home-hero-offerstack{
        min-height: 216px;
    }
}
@media (max-width: 991.98px) {
    .home-hero-metrics-group{
        min-height: 110px;
    }
}
@media (max-width: 767.98px) {
    .home-hero-metrics-group{
        min-height: auto;
    }
    .home-hero-metric-card{
        min-height: 92px;
        padding: 16px 14px 16px 20px;
    }
}

.slcard_box__dublebox{
    height: 217px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    border-bottom: 0.5px solid #f1f1f1;
    padding: 15px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1200px) /* lg */ {
    .slcard_box__dublebox{
        border-bottom: unset;
    }
}
.slcard_box__dublebox::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 40px;
    background: linear-gradient(135deg, #ff6975, #D5343E);
    border-radius: 0 5px 5px 0;
    z-index: 1;
}
.slcard_box__minihead{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #eeeeee;
}
.slcard_box__minicontent{
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    padding-top: 8px;
}
.slcard_box__domaincontent{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slcard_box__minifooter{
    position: relative;
    z-index: 2;
    padding-top: 8px;
    border-top: 1px solid #eeeeee;
}
.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: 0;
}
.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: 6px;
}
.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: 0;
}
.firsatdesc{
    font-size: 1rem;
    font-weight: 300;
}
.firsatbuton{
    border-radius: 3px;
    height: 45px;
    margin: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #555555;
    background-color: #f1f1f1;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1200px) /* lg */ {
    .firsatbuton{
        width: 90%;
    }
}
.firsatbuton:hover{
    color: #ffffff;
    background-color: #151515;
}
.firsatbuton i {
    font-size: 0.625rem;
}






.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: 300px;
    height: 300px;
    background-image: url('../media/images/mekaiconbg.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(0deg);
    transform-origin: center center;
    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: 5px;
    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: 8px;
        gap: 8px;
    }
    .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: 8px;
        gap: 8px;
    }
    .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: 3px;
}
.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: linear-gradient(135deg, #ff6975, #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;
}
