#sitesiberd-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
overflow: hidden;
white-space: nowrap;
height: 3em;
}
.sitesiberd-hidden {
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
}
.sitesiberd-rightHidden {
opacity: 0;
visibility: hidden;
transform: translateX(100%);
}
.sitesiberd-visible {
opacity: 1;
visibility: visible;
transform: translateX(0);
transition: transform 0.5s ease-out, opacity 0.5s ease-out;
font-size: 2em;
}
.sitesiberd-rightVisible {
opacity: 1;
visibility: visible;
transform: translateX(0);
transition: transform 0.5s ease-out, opacity 0.5s ease-out;
font-size: 2em;
font-weight: bold;
}
.belge {
font-size: 50%;
color: #808081;
}
#sitesiberd-leftCategory span {
font-size: 70%;
color: #808081;
}
@media (max-width: 768px) {
#sitesiberd-container {
justify-content: center;
}
.sitesiberd-visible, .sitesiberd-rightVisible {
font-size: 1.2em; /* Mobilde daha küçük yazı boyutu */
}
}















































































































































.custom-search-form {
display: inline-block;
width: 100%;
}
.custom-search-box {
display: flex;
align-items: center;
border-radius: 25px;
overflow: hidden;
border: 1px solid #003366;
width: 100%;
margin-bottom: 10px;
}
.custom-search-input {
padding: 10px;
border: none;
outline: none;
flex: 1;
width: 100%;
resize: none;
}
.custom-search-button {
padding: 10px 20px;
border: none;
background-color: #003366;
color: #FFFFFF;
cursor: pointer;
border-radius: 25px;
margin-left: 10px;
}
.custom-search-button:hover {
background-color: #002244;
}
/* Uzantıları göster/gizle butonu */
.mobile-show-button {
display: block; /* Her iki platformda da buton görünür */
}
.custom-show-button {
padding: 10px 20px;
border: none;
background-color: #003366;
color: #FFFFFF;
cursor: pointer;
border-radius: 25px;
margin-bottom: 10px;
}
/* Daha fazla uzantı göster/gizle butonu */
.more-extensions-button {
margin-top: 10px;
}
.custom-show-more-button {
padding: 10px 20px;
border: none;
background-color: #006699;
color: #FFFFFF;
cursor: pointer;
border-radius: 25px;
}
/* Alan adı uzantıları – Masaüstü ve tabletlerde yan yana gösterim */
.domain-extensions {
margin-top: 15px;
display: none; /* Varsayılan olarak gizli */
flex-wrap: wrap;
justify-content: center;
}
.domain-extensions label {
font-size: 1em;
color: #003366;
display: flex;
align-items: center;
margin-right: 15px;
margin-bottom: 10px;
white-space: nowrap;
}
.domain-extensions input[type=”checkbox”] {
margin-right: 5px;
}
/* Gizli uzantılar */
#hiddenExtensions {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
/* Mobilde uzantı kutularını gizle ve grid düzenini değiştir */
@media (max-width: 768px) {
.domain-extensions {
display: none; /* Mobilde de uzantılar varsayılan olarak gizli */
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.domain-extensions label {
font-size: 0.9em;
margin-right: 8px;
margin-bottom: 5px;
}
.custom-search-input {
font-size: 14px;
}
.custom-search-button {
font-size: 14px;
padding: 8px 16px;
}
.custom-search-input::placeholder {
font-size: 12px;
}
/* Gizli uzantılar mobilde de düzenli görünmeli */
#hiddenExtensions {
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
}

/* Lüks Ayraç (Yatay Çizgi + Ortasında SVG Boynuz Dalga) */
.lux-separator {
position: relative;
width: 100%;
height: 2px; /* Yatay çizginin kalınlığı */
background-color: #FFD700; /* Altın renk çizgi */
margin: 50px 0; /* Bölümler arası boşluk */
}
/* SVG Dalga (boynuz) görselini çizginin tam ortasına ekliyoruz */
.lux-separator::after {
content: “”;
position: absolute;
bottom: -30px; /* Dalganın çizginin altına taşıp görünmesi */
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(“data:image/svg+xml;utf8,

“) no-repeat center;
background-size: contain;
}

/* Google Montserrat font */
@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap’);
/* Genel ayarlar */
body {
font-family: ‘Montserrat’, sans-serif;
background-color: #ffffff;
color: #333;
margin: 0;
padding: 0;
}
.anasiber-campaign-section {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0px 0px;
background-color: #ffffff;
max-width: 100%;
margin: auto;
}
.anasiber-campaign-card {
background-color: #fff;
border-radius: 15px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
margin: 8px;
width: calc(25% – 16px);
padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.anasiber-campaign-card:hover {
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
/* Başlıklar için SVG ile oluşturulmuş ters çevrilmiş tabak ve boynuz şekli */
.anasiber-campaign-card h2 {
color: #003366;
font-size: 2.16rem;
margin: 0;
font-weight: 700;
position: relative;
padding-top: 20px;
padding-bottom: 40px; /* padding-bottom değerini küçülttüm */
}
.anasiber-campaign-card h2::after {
content: ”;
position: absolute;
bottom: -40px; /* Simgeyi biraz daha aşağıya taşıdım */
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
.anasiber-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1px 40px;
margin-top: 10px;
text-decoration: none;
font-size: 1.3rem;
font-weight: 600;
color: #ffffff;
background-color: #003366;
border: none;
border-radius: 50px / 25px;
position: relative;
overflow: hidden;
width: 100%;
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.anasiber-btn::before {
content: ”;
position: absolute;
left: 15px;
width: 20px;
height: 20px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
.anasiber-btn:hover {
background-color: #005599;
color: #FFD700;
transform: translateY(-3px);
}
.anasiber-campaign-price {
color: #003366;
font-size: 1.92rem;
margin: 20px 0;
font-weight: 600;
}
.anasiber-features {
text-align: left;
margin-top: 20px;
font-size: 1.32rem;
color: #333;
line-height: 1.8;
}
.anasiber-features li {
margin-bottom: 10px;
list-style: none;
padding-left: 25px;
position: relative;
}
.anasiber-features li::before {
content: “✔”;
position: absolute;
left: 0;
color: #FFD700;
font-weight: bold;
}
.anasiber-promo {
margin-top: auto;
color: #003366;
font-size: 1.68rem;
font-style: italic;
background-color: #FFD700;
padding: 10px;
border-radius: 8px;
font-weight: 700;
border: 2px solid #003366;
display: inline-block;
}
/* Responsive Butonlar */
@media (max-width: 1300px) {
.anasiber-campaign-card {
width: calc(50% – 16px);
}
}
@media (max-width: 768px) {
.anasiber-campaign-card {
width: 100%;
}
.anasiber-campaign-card h2 {
font-size: 1.92rem;
}
.anasiber-campaign-price {
font-size: 1.68rem;
}
.anasiber-features {
font-size: 1.2rem;
}
.anasiber-promo {
font-size: 1.44rem;
}
.anasiber-btn {
font-size: 1.5rem;
padding: 15px 30px;
width: 100%;
justify-content: center;
}
.anasiber-btn::before {
left: 15px;
width: 20px;
height: 20px;
}
}
/* Bursa Kartına Özel Stiller */
.bursa-card img {
width: 100%;
height: auto;
max-height: 150px;
object-fit: cover;
margin-top: 20px;
}
.bursa-card h2 {
font-size: 2.0rem;
padding-top: 20px;
padding-bottom: 60px; /* Alt boşluğu düzenledim */
}
.bursa-card p {
margin-top: auto;
color: #003366;
font-size: 1.30rem;
font-weight: 600;
}
.bursa-card .bursa-callout {
color: #FFD700;
font-size: 1.68rem;
margin-bottom: 10px;
font-style: italic;
font-weight: bold;
}

Geniş Hosting

Hazır Site aracıyla

  • 1.7 GB Web Alanı
  • Sınırsız E-Posta
  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 Premium Destek
  • PHP & MySQL Desteği (Linux)
  • ASP.Net & Ms SQL Desteği (Windows)
  • Kullanıcı Dostu Kontrol Paneli

Kampanya Fırsatı!
Windows Al
Linux Al

Ajanslara Bayi Hosting

Yıllık Sadece 2000 TL

  • 123 GB Web Alanı
  • Sınırsız Site Barındırma
  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 VIP Destek
  • Sınırsız Profesyonel Email Adresi
  • PHP, MySQL, Node.js, Python Desteği (Linux)
  • ASP.Net, Ms SQL, PHP Desteği (Windows)
  • Kullanıcı Dostu Kontrol Paneli
  • Bu fiyata bu özellikler başka hiçbir firmada yok!

Kampanya Fırsatı!
Windows Al
Linux Al

Web Tasarım Paketi

Sadece 9.741 TL

  • 5 Sayfalık Tanıtım Sitesi
  • Ücretsiz 1 adet Alan Adı
  • SEO Uyumlu ve Hızlı
  • Mobil ve Tablet Uyumlu Tasarım
  • 1.7 GB Ücretsiz Hosting ve SSL Sertifikası
  • 7/24 Teknik Destek
  • Google Analytics Entegrasyonu
  • Kullanıcı Dostu Yönetim Paneli
  • 14 günde teslim

Kampanya Fırsatı!
Hemen Satın Al
Kurulum detayları

Hızlı Geçiş

Siber Mimar
web sitelerinin yeni adresi oluyor!!!

Site masraflarınızı azaltın, performansınızı artırın!

Site masraflarınızı düşürüyoruz!
Hemen taşının, avantajlardan faydalanın.

  • Özel İndirimli Fiyatlar
  • Ücretsiz Site Taşıma
  • Ücretsiz SSL Sertifikası
  • 7/24 Teknik Destek
  • Yüksek Performanslı Sunucular

Detayları İncele

/* Lüks Ayraç (Yatay Çizgi + Ortasında SVG Boynuz Dalga) */
.lux-separator {
position: relative;
width: 100%;
height: 2px; /* Yatay çizginin kalınlığı */
background-color: #FFD700; /* Altın renk çizgi */
margin: 50px 0; /* Bölümler arası boşluk */
}
/* SVG Dalga (boynuz) görselini çizginin tam ortasına ekliyoruz */
.lux-separator::after {
content: “”;
position: absolute;
bottom: -30px; /* Dalganın çizginin altına taşıp görünmesi */
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(“data:image/svg+xml;utf8,

“) no-repeat center;
background-size: contain;
}

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap’);
body {
font-family: ‘Montserrat’, sans-serif;
background-color: #ffffff;
margin: 0;
padding: 0;
}
.deryasiber-packages-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0px 0px;
max-width: 100%; /* Tam genişlik kaplar */
margin: auto;
background-color: #ffffff;
}
.deryasiber-package {
width: calc(33.333% – 40px);
text-align: center;
border: 1px solid #E0E0E0;
border-radius: 15px;
padding: 20px;
background-color: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
min-height: 500px;
}
.deryasiber-package:hover {
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
/* Başlıklar */
.deryasiber-package h2 {
font-size: 2.34rem; /* %30 artırıldı */
color: #003366;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 50px;
position: relative;
}
/* Başlık altındaki SVG şekil */
.deryasiber-package h2::after {
content: ”;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
/* Özellikler */
.deryasiber-features {
text-align: left;
margin-top: 30px;
font-size: 1.43rem; /* %30 artırıldı */
color: #333;
line-height: 1.8;
}
.deryasiber-features li {
margin-bottom: 10px;
list-style: none;
padding-left: 25px;
position: relative;
}
.deryasiber-features li::before {
content: “✔”;
position: absolute;
left: 0;
color: #FFD700;
font-weight: bold;
}
/* Paket açıklamaları */
.deryasiber-package p.package-description {
font-size: 1.43rem; /* %30 artırıldı */
color: #333;
margin-top: 20px;
text-align: center;
}
/* Paket fiyatı */
.deryasiber-package p.package-price {
font-size: 2.08rem; /* %30 artırıldı */
font-weight: bold;
color: #003366;
margin-top: 10px;
margin-bottom: 20px;
}
/* Butonlar */
.deryasiber-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1px 40px;
text-decoration: none;
font-size: 1.56rem; /* %30 artırıldı */
font-weight: 600;
color: #ffffff;
background-color: #003366;
border: none;
border-radius: 50px / 25px;
position: relative;
overflow: hidden;
margin-top: auto;
margin-bottom: 10px; /* Butonlar arasında boşluk bırakıyoruz */
width: 100%; /* Butonlar tam genişlikte olacak */
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
/* Buton içindeki sarı hilal */
.deryasiber-btn::before {
content: ”;
position: absolute;
left: 15px;
width: 20px;
height: 20px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
/* Buton hover efekti */
.deryasiber-btn:hover {
background-color: #005599;
color: #FFD700; /* Hover sırasında sarıya dönüşür */
transform: translateY(-3px);
}
/* Sunucu ve Destek butonları */
.deryasiber-standards-section {
text-align: center;
padding: 30px 0;
display: flex;
flex-direction: column;
gap: 20px; /* Butonlar arasında boşluk */
}
.deryasiber-standards-section a {
display: inline-block;
width: 100%; /* Tam genişlik kaplasın */
text-align: center;
}
/* Responsive tasarım */
@media (max-width: 1200px) {
.deryasiber-package {
width: calc(50% – 40px); /* 2 sütun halinde görünüm */
}
}
@media (max-width: 768px) {
.deryasiber-package {
width: 100%; /* Mobil cihazlarda tam genişlik */
}
.deryasiber-package h2 {
font-size: 2.08rem;
}
.deryasiber-features {
font-size: 1.43rem;
}
.deryasiber-btn {
padding: 10px 30px;
font-size: 1.56rem;
}
}

1.7 GB Hosting

Yıllık Sadece 287 TL

Başlangıç seviyesindeki bireysel siteler için mükemmel çözüm. Hızlı, güvenli ve ekonomik!

  • Sınırsız E-Posta
  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 Premium Destek
  • PHP & MySQL Desteği (Linux)
  • ASP.Net & Ms SQL Desteği (Windows)
  • Kullanıcı Dostu Kontrol Paneli

Linux Sunucudan
Windows Sunucudan

17 GB Hosting

Yıllık Sadece 687 TL

KOBİ’ler ve orta ölçekli siteler için ideal hosting çözümü. Performansı artır, güvende kal!

  • Sınırsız E-Posta
  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 Premium Destek
  • PHP & MySQL Desteği (Linux)
  • ASP.Net & Ms SQL Desteği (Windows)
  • Kullanıcı Dostu Kontrol Paneli

Linux Sunucudan
Windows Sunucudan

37 GB Hosting

Yıllık Sadece 1.187 TL

Büyük ölçekli projeler ve kurumsal siteler için yüksek performanslı çözüm. Maksimum güvenlik ve hız.

  • Sınırsız E-Posta
  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 Premium Destek
  • PHP & MySQL Desteği (Linux)
  • ASP.Net & Ms SQL Desteği (Windows)
  • Kullanıcı Dostu Kontrol Paneli

Linux Sunucudan
Windows Sunucudan

Sunucu Standartları
Destek Standartları

/* Lüks Ayraç (Yatay Çizgi + Ortasında SVG Boynuz Dalga) */
.lux-separator {
position: relative;
width: 100%;
height: 2px; /* Yatay çizginin kalınlığı */
background-color: #FFD700; /* Altın renk çizgi */
margin: 50px 0; /* Bölümler arası boşluk */
}
/* SVG Dalga (boynuz) görselini çizginin tam ortasına ekliyoruz */
.lux-separator::after {
content: “”;
position: absolute;
bottom: -30px; /* Dalganın çizginin altına taşıp görünmesi */
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(“data:image/svg+xml;utf8,

“) no-repeat center;
background-size: contain;
}

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap’);
body {
font-family: ‘Montserrat’, sans-serif;
background-color: #ffffff;
margin: 0;
padding: 0;
}
.selinp-packages-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0px 0px;
max-width: 100%;
margin: auto;
background-color: #ffffff;
}
.selinp-package {
width: calc(33.333% – 40px);
text-align: center;
border: 1px solid #E0E0E0;
border-radius: 15px;
padding: 20px;
background-color: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
min-height: 500px;
}
.selinp-package:hover {
transform: translateY(-10px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
/* Başlıklar */
.selinp-package h2 {
font-size: 2.34rem;
color: #003366;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 50px;
position: relative;
}
/* Başlık altındaki SVG şekil */
.selinp-package h2::after {
content: ”;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%) rotate(180deg);
width: 360px;
height: 80px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
/* Özellikler */
.selinp-features {
text-align: left;
margin-top: 30px;
font-size: 1.43rem;
color: #333;
line-height: 1.8;
}
.selinp-features li {
margin-bottom: 10px;
list-style: none;
padding-left: 25px;
position: relative;
}
.selinp-features li::before {
content: “✔”;
position: absolute;
left: 0;
color: #FFD700;
font-weight: bold;
}
/* Paket açıklamaları */
.selinp-package p.package-description {
font-size: 1.43rem;
color: #333;
margin-top: 20px;
text-align: center;
}
/* Paket fiyatı */
.selinp-package p.package-price {
font-size: 2.08rem;
font-weight: bold;
color: #003366;
margin-top: 10px;
margin-bottom: 20px;
}
/* Butonlar */
.selinp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1px 40px;
text-decoration: none;
font-size: 1.56rem;
font-weight: 600;
color: #ffffff;
background-color: #003366;
border: none;
border-radius: 50px / 25px;
position: relative;
overflow: hidden;
transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
margin-top: 10px;
}
/* Buton içindeki SVG hilal şekli */
.selinp-btn::before {
content: ”;
position: absolute;
left: 15px;
width: 20px;
height: 20px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
/* Buton hover efekti */
.selinp-btn:hover {
background-color: #FFD700; /* Hover durumda sarı arka plan */
color: #003366; /* Yazı rengi mavi olur */
transform: translateY(-3px);
}
/* Buton araları */
.selinp-btn + .selinp-btn {
margin-top: 15px; /* Butonlar arasında boşluk bırakır */
}
.selinp-full-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%; /* Tam genişlikte olacak */
padding: 7px 0; /* Yüksekliği yarıya indirdik */
font-size: 1.5rem; /* Buton font boyutu */
font-weight: 600;
text-decoration: none;
color: #ffffff; /* Yazı rengi beyaz */
background-color: #003366; /* Arka plan mavi */
border: none;
border-radius: 50px; /* Yuvarlak köşeler */
margin: 15px 0; /* Butonlar arası boşluk */
position: relative;
overflow: hidden;
transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
.selinp-full-btn::before {
content: ”;
position: absolute;
left: 15px;
width: 25px;
height: 25px;
background: url(‘data:image/svg+xml;utf8,’) no-repeat;
background-size: contain;
}
/* Hover efekti */
.selinp-full-btn:hover {
background-color: #005599; /* Hover sırasında daha koyu mavi */
color: #FFD700; /* Hover sırasında font rengi sarı olacak */
transform: translateY(-3px); /* Hover ile buton yukarı hareket eder */
}
/* Responsive için */
@media (max-width: 768px) {
.selinp-full-btn {
font-size: 1.3rem;
padding: 6px 0; /* Mobilde de daha ince olacak */
}
}
/* Responsive */
@media (max-width: 768px) {
.selinp-package {
width: 100%;
margin-bottom: 20px;
}
.selinp-package h2 {
font-size: 1.8rem;
}
.selinp-features {
font-size: 1.2rem;
}
.selinp-btn {
font-size: 1.4rem;
padding: 10px 30px;
}
.selinp-full-btn {
font-size: 1.4rem;
padding: 10px 0;
}
}

52 GB Bayi Hosting

Yıllık Sadece 1.671 TL

100 alan adı barındırabilir.

  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 VIP Destek
  • Sınırsız Profesyonel Email Adresi
  • PHP, MySQL, Node.js, Python Desteği (Linux)
  • ASP.Net, Ms SQL, PHP Desteği (Windows)
  • 100 alan adı barındırma limiti
  • Kullanıcı Dostu Kontrol Paneli

Windows Sunucudan
Linux Sunucudan

74 GB Bayi Hosting

Yıllık Sadece 1.778 TL

250 alan adı barındırabilir.

  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 VIP Destek
  • Sınırsız Profesyonel Email Adresi
  • PHP, MySQL, Node.js, Python Desteği (Linux)
  • ASP.Net, Ms SQL, PHP Desteği (Windows)
  • 250 alan adı barındırma limiti
  • Kullanıcı Dostu Kontrol Paneli

Windows Sunucudan
Linux Sunucudan

98 GB Bayi Hosting

Yıllık Sadece 2.698 TL

Sınırsız alan adı barındırabilir.

  • Sınırsız Trafik
  • Sınırsız Inode
  • Ücretsiz SSL Sertifikası
  • 7/24 VIP Destek
  • Sınırsız Profesyonel Email Adresi
  • PHP, MySQL, Node.js, Python Desteği (Linux)
  • ASP.Net, Ms SQL, PHP Desteği (Windows)
  • Sınırsız alan adı barındırma limiti
  • Kullanıcı Dostu Kontrol Paneli

Windows Sunucudan
Linux Sunucudan

Sunucu Standartları
Destek Standartları