.nk-menu-title {
    color: #001042;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
}

.nav-wrapper ul li.has-submenu.has-megamenu-list .submenu-wrapper>li {
    width: calc(100%);
}

.foot-info .fa-solid { color: #f38e00; font-size: 14px; }

.nav-wrapper ul li.has-submenu.has-megamenu-list .submenu-wrapper {
    width: 200px;
    left: -100px;
}

.footer {
    background: #080e1c url(../footer_bg.png) no-repeat scroll center center / cover;
    width: 100%;
    color: #fff
}

.footlogo {
    width: 280px;
    margin-bottom: 13px;
    margin-top: -10px;
}

.foot-info {
        margin-top: -8px;
}

.footer-menu-header,
.footer-menu-header a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}


.footsosyal a {
    display: inline-block;
    color: blue;
    font-size: 18px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    margin-right: 10px;
}

.footsosyal a:hover {
    background: #1c40f2;
    color: #fff!important;
}

.footer-menu-links .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    position: relative;
}

.footer-menu-links .dropdown-toggle:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #1c40f2;
    position: absolute;
    bottom: -5px;
    border-radius: 3px;
}
.footer-menu-links .dropdown-toggle:after {
    border: 0;
    content: "\f107";
    color:#fff!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}
.footer-menu-links .dropdown-toggle.show:after {
    transform: rotate(180deg);
}
.footer-menu-links ul.dropdown-menu {
    --bs-dropdown-font-size: var(--body-font-size);
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 25px;
    position: initial !important;
    transform: translate(0, 0) !important;
}

.footer-menu-links ul.dropdown-menu .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: lightgray;
}

.footer-menu-links ul.dropdown-menu .dropdown-item:before {
    content: "\f192";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    margin-right: 5px;
    font-size: 8px;
    transition-duration: 0.3s;
}

.footer-menu-links ul.dropdown-menu .dropdown-item:hover,
.footer-menu-links ul.dropdown-menu .dropdown-item:focus {
    background: none;
    color: #fff;
}

.footer-menu-links ul.dropdown-menu .dropdown-item:hover:before,
.footer-menu-links ul.dropdown-menu .dropdown-item:focus:before {
    margin-right: 10px;
}
.footer-bottom a {
    color: lightgray !important;
}
.footer-bottom a:hover,.footer-bottom a:focus{
    color:#fff!important;
}
@media (min-width: 576px) {
    .footer-menu-links .dropdown-toggle {
        pointer-events: none;
    }

    .footer-menu-links .dropdown-toggle:after {
        display: none;
    }

    .footer-menu-links ul.dropdown-menu {
        display: block;
    }
}

.baslik {
    font-family: "Gilroy", sans-serif;
    color: #001042 !important;
    font-weight: 700;
}

.nk-sayfaust {
    padding-top: 73px;
    padding-bottom: 41px;
}
    
.beyazyazi { color:white; }

.hosting-fiyat-sembol-ayar i {
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
}
.hosting-sembol-right {
    margin-right: -14px;
    right: 0px;
}

.hosting-fiyat-sembol-ayar {
    position: relative;
    display: inline-block;
}

.dm-faq-section h3 {
    font-size: 18px;
}

.ozel-ogeli {
    width: 100%;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgb(120 125 167 / 18%);
    padding: 12px 0;
    margin-bottom: 15px;
    position: relative;
    transition: 0.2s all;
}

.ozel-ogeli.populer {
    border: 2px solid #095095;
     box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
 }

.ozel-ogeli.populer: :before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: -46px;
    transform: translateY(-50%) rotate(-90deg);
    height: 22px;
    border-radius: 5px 5px 0 0;
    background: #095095;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.ozel-ogeli .d-hucre {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    border-right: 1px solid rgba(120, 125, 167, 0.1);
    text-align: center;
}

.ozel-ogeli .d-hucre:first-child {
    background: rgba(29, 102, 255, 0.05);
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-right: 0;
}

.ozel-ogeli .d-hucre:last-child {
    max-width: 150px;
    align-items: center;
    border-right: 0;
}

.ozel-ogeli .d-hucre:nth-last-child(2) {
    border-right: 0;
}

.ozel-ogeli .d-hucre:nth-last-child(3) {
    border-right: 0;
}

.ozel-ogeli .d-hucre .sepete-ekle {
    margin-top: 10px;
    width: 100%;
    height: 36px;
    font-size: 13px;
    border-radius: 5px;
    background: #095095;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ozel-ogeli .d-hucre .ad {
    color: #095095;
    font-weight: 700;
    font-size: 16px;
}

.ozel-ogeli .d-hucre span {
    color: #1e266d;
    font-size: 14px;
    font-weight: 600;
}

.ozel-ogeli .d-hucre .ikon {
    font-size: 18px;
    color: #095095;
}

.ozel-ogeli .d-hucre kucuk {
    font-size: 13px;
    color: #787da7;
}

.ozel-ogeli .d-hucre .fiyatlandirma {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 12px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

.ozel-ogeli .d-hucre .fiyatlandirma .su-an-ki-fiyat {
    color: #095095;
}

.ozel-ogeli .d-hucre .fiyatlandirma .su-an-ki-fiyat b {
    font-size: 20px;
    font-weight: 700;
}

.ozel-ogeli .d-hucre .fiyatlandirma .su-an-ki-fiyat span {
    font-size: 13px;
    color: #787da7;
}

@media (max-width: 1024px) {
    .stil-sekmesi {
        margin-bottom: 30px;
    }

    .stil-sekmesi .baslik {
        font-size: 26px;
        font-weight: 600;
        color: #1e266d;
    }

    .icerik-kutusu {
        padding: 24px 12px;
    }

    .ozel-ogeli {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 12px;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .ozel-ogeli.populer {
        border: 2px solid #095095;
        box-shadow: 0px 0px 0px 4px rgba(29, 102, 255, 0.1);
    }

    .ozel-ogeli.populer::before {
        content: attr(data-title);
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateY(0%) translateX(-50%) rotate(0deg);
        height: 22px;
        border-radius: 5px 5px 0 0;
        background: #095095;
        color: #fff;
        font-size: 10px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .ozel-ogeli .d-hucre {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 12px;
        width: 100%;
        border-right: 0px solid rgba(120, 125, 167, 0.1);
        border-bottom: 1px solid rgba(120, 125, 167, 0.1);
    }

    .ozel-ogeli .d-hucre:first-child {
        background: rgba(29, 102, 255, 0.05);
        border-radius: 10px;
        margin-left: 12px;
        margin-right: 12px;
        border-right: 0;
        border-bottom: 0;
    }

    .ozel-ogeli .d-hucre:last-child {
        max-width: 100%;
        align-items: center;
        border-right: 0;
    }

    .ozel-ogeli .d-hucre:nth-last-child(2) {
        border-bottom: 0;
    }

    .ozel-ogeli .d-hucre:nth-last-child(3) {
        border-bottom: 0;
    }

    .ozel-ogeli .d-hucre .sepete-ekle {
        margin-top: 10px;
        width: 100%;
        height: 44px;
        font-size: 14px;
        border-radius: 5px;
        background: #095095;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}