.underline,
.underline5 {
  opacity: 0;
  position: relative;
}

#main-body {
  padding: 0 !important;
  & > .container {
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
  }
}
.master-breadcrumb {
  display: none;
}

.domain-row,
.yeni-kayt-fiyat-parent {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.breadcrumb-atom-text-child {
  width: 20px;
  height: 20px;
}

.underline {
  width: 0;
  background-color: #999;
  height: 1px;
}

.breadcrumb-atom-underline {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 3px;
}

.breadcrumb-atom-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 0;
}

.breadcrumb-child {
  width: 9px;
  position: relative;
  height: 15.6px;
  object-fit: contain;
}

.home-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}

.underline5 {
  width: 0;
  background-color: #ff4b0e;
  height: 1px;
}

.breadcrumb-atom-text5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 0;
  color: #ff4b0e;
}

.blog-card-badges,
.breadcrumb,
.button-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.navigations1 {
  display: none;
}

.dots-icon {
  width: 16px;
  position: relative;
  height: 16px;
}

.cretsiz-ssl-frsatn {
  position: relative;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.label,
.pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.web-bg-title {
  align-self: stretch;
  position: relative;
  font-size: 64px;
  letter-spacing: -1.8px;
  line-height: 64px;
  font-weight: 600;
  color: #201f1f;
  text-align: left;
  margin: 0;
  text-align: center;
}

.frame-div,
.label-parent {
  text-align: center;
  align-self: stretch;
}

.label-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

.alan-ad-hakkndaki,
.alan-adnz-aln,
.blank-line,
.faq-section-text,
.kampanyal,
.web-bg-description-text {
  margin: 0;
}

.web-bg-description {
  align-self: stretch;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 32px;
  color: #40444c;
}

.shortcut {
  opacity: 0;
  height: 0;
}

.bg-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #fff;
}

.hero-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  gap: 48px;
}

@media (max-width: 991px) {
  .shortcut {
    height: 20px;
  }
  .hero-row {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .web-bg-title {
    font-size: 40px !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
  }

  .web-bg-description {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .web-hero-right {
    display: none;
  }
}

.web-bg-search-input {
  width: 100%;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background-color: #fff;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px;
  box-sizing: border-box;
  gap: 12px;
  border: 1px solid #e2e8f0;
}

@media (max-width: 576px) {
  .web-bg-search-input {
    flex-direction: column;
    height: auto;
    padding: 12px;
    gap: 12px;
  }

  .web-bg-button {
    width: 100% !important;
    height: 50px !important;
  }

  .web-bg-search-icon {
    display: none;
  }

  .sorgulamak-istediiniz-domaini {
    text-align: center;
    width: 100%;
    font-size: 15px !important;
  }
}

.web-bg-button {
  width: 185px;
  border-radius: 8px;
  background-color: #ff4b0e;
  border: none;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.web-bg-button:hover {
  background-color: #e8420a;
  transform: translateY(-1px);
}

.cards {
  width: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #1e293b;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.domain-prices-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.domain-row,
.yeni-kayt-fiyat-parent {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  min-width: 600px;
  border-bottom: 1px solid #f1f5f9;
}

.header-row {
  background: #f8fafc;
  font-weight: 700;
  color: #475569;
}

.domain-name {
  padding: 16px 20px;
  font-weight: 700;
  color: #0f172a;
}

.domain-price {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .domain-prices,
  .six-card-set,
  .blog-card-set,
  .campaign-section,
  .faq-section {
    padding: 60px 20px !important;
  }

  .domain-prices-heading-title-description {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .domain-prices .cards {
    padding: 0 !important;
    overflow-x: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }

  .domain-prices .domain-row {
    grid-template-columns: 1fr !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 20px !important;
    border: 1px solid #e2e8f0 !important;
    gap: 5px !important;
    background: #fff !important;
    border-radius: 16px !important;
    margin-bottom: 15px !important;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  }

  .domain-prices .domain-row.header-row {
    display: none !important;
  }

  .domain-prices .domain-name {
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 22px !important;
    text-align: left !important;
    width: 100% !important;
    color: #ff4b0e !important;
  }

  .domain-prices .domain-price {
    padding: 10px 0 !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    text-align: right !important;
    border-bottom: 1px dashed #f1f5f9 !important;
  }

  .domain-prices .domain-price:last-child {
    border-bottom: none !important;
  }

  .domain-prices .domain-price::before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
    font-size: 14px;
    text-align: left;
  }
}

.web-bg-buttons {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #8f8f8f;
}

.frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
}

.domain-price-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rating1 {
  flex: 1;
  border-radius: 16px;
  background-color: #f0edea;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  gap: 12px;
}

.domian-frame-icon3,
.frame-icon4 {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.domian-frame-icon3 {
  width: 49px;
  height: 29px;
}

.rating-parent,
.six-card-set {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.frame-icon4 {
  width: 50px;
  height: 17px;
  object-fit: cover;
}

.frame-icon6 {
  width: 30.7px;
  position: relative;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.frame-parent1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 646px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.cursor-icon {
  position: absolute;
  top: 73.79px;
  left: 168px;
  width: 29.4px;
  height: 29.4px;
  overflow: hidden;
  object-fit: contain;
}

.frame-div {
  position: relative;
  height: 204px;
  color: #393837;
}

.web-frame-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}

.image-3-icon {
  width: 444px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.web-hero-left,
.web-hero-right {
  flex: none;
  max-width: 100%;
}

.web-hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.web-hosting-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  color: #ff443d;
  font-family: "Albert Sans";
}

.section-child {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
  height: 1760.1px;
  flex-shrink: 0;
  opacity: 0.8;
}

.domain-prices-heading-title-title {
  width: 638px;
  position: relative;
  letter-spacing: 1.28px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.domain-prices-heading-title-description {
  align-self: stretch;
  position: relative;
  font-size: 54px;
  letter-spacing: -1.62px;
  font-weight: 600;
  color: #212121;
}

.domain-prices-heading-title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.cards,
.domain-prices-heading {
  flex-direction: column;
  text-align: center;
  font-family: "Albert Sans";
}

.alan-adnz-aln-container,
.campaign-section-text,
.domain-hakknda-oluturduumuz,
.faq-section-content,
.htiyacnzn-ne-olduunu-container {
  align-self: stretch;
  position: relative;
  font-size: 20px;
  letter-spacing: -0.32px;
  line-height: 32px;
  font-weight: 500;
  color: #4b5563;
}

.domain-prices-tab-button-text-number,
.tm {
  line-height: 20px;
  position: relative;
  letter-spacing: -0.01em;
}

.domain-prices-heading {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  color: #6b6b6b;
}

.tm {
  font-weight: 500;
}

.domain-prices-tab-button-text-child {
  width: 2px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  height: 2px;
  opacity: 0.9;
}

.domain-prices-tab-button-text-number {
  opacity: 0.9;
}

.domain-prices-tab-button-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  gap: 4px;
}

.domain-prices-tab-button {
  border-radius: 8px;
  background-color: #ff4b0e;
  border: 1px solid rgb(255 255 255 / 0.24);
  height: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #fff;
}

.text-item {
  width: 2px;
  position: relative;
  border-radius: 5px;
  background-color: #d7d7de;
  height: 2px;
}

.domain-prices-tab-button-text-number1 {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 20px;
}

.transfer-fiyat,
.yeni-kayt-fiyat,
.yenileme-fiyat {
  position: absolute;
  top: 13.75px;
}

.center,
.com,
.comtr,
.net,
.org,
.orgtr,
.tr,
.transfer-fiyat,
.yeni-kayt-fiyat,
.yenileme-fiyat {
  letter-spacing: -0.08px;
  line-height: 20px;
}

.domain-prices-tab-button1 {
  border-radius: 6px;
  border: 1px solid #e1e1e6;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
}

.tab {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 8px;
  font-size: 13px;
}

.center,
.com,
.comtr,
.design,
.net,
.org,
.orgtr,
.tr {
  font-size: 18px;
  color: #393837;
}

.yeni-kayt-fiyat {
  left: 188.33px;
}

.transfer-fiyat {
  left: 427px;
}

.yenileme-fiyat {
  left: 656.17px;
}

.yeni-kayt-fiyat-parent {
  align-self: stretch;
  overflow: hidden;
  flex-shrink: 0;
  display: grid;
  gap: 0;
}

.tr {
  top: 13.75px;
  left: 50.5px;
}

.com {
  top: 71.25px;
  left: 39.5px;
}

.comtr {
  top: 128.75px;
  left: 30.5px;
}

.org {
  top: 186.25px;
  left: 43.5px;
}

.net {
  top: 243.75px;
  left: 44px;
}

.orgtr {
  top: 301.25px;
  left: 34.5px;
}

.center {
  top: 358.75px;
  left: 31px;
}

.design {
  top: 416.25px;
  left: 30px;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.com-kayit-fiyat,
.tr-kayit-fiyat {
  left: 212.33px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.tr-kayit-fiyat {
  top: 13.75px;
}

.com-kayit-fiyat {
  top: 71.25px;
}

.comtr-kayit-fiyat {
  top: 128.75px;
  left: 210.33px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.org-kayit-fiyat {
  top: 186.25px;
  left: 211.83px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.net-kayit-fiyat {
  top: 243.75px;
  left: 212.33px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.orgtr-kayit-fiyat {
  top: 301.25px;
  left: 210.33px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.center-kayit-fiyat {
  top: 358.75px;
  left: 210.33px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.design-kayit-fiyat,
.design-transfer-fiyat {
  top: 416.25px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.design-kayit-fiyat {
  left: 209.83px;
}

.design-transfer-fiyat {
  left: 442.5px;
}

.center-transfer-fiyat {
  top: 358.75px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.orgtr-transfer-fiyat {
  top: 301.25px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.net-transfer-fiyat {
  top: 243.75px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.org-transfer-fiyat {
  top: 186.25px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.comtr-transfer-fiyat {
  top: 128.75px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.com-transfer-fiyat {
  top: 71.25px;
  left: 442.5px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.tr-transfer-fiyat,
.tr-yenileme-fiyat {
  top: 13.75px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.tr-transfer-fiyat {
  left: 443px;
}

.tr-yenileme-fiyat {
  left: 675.17px;
}

.com-yenileme-fiyat {
  top: 71.25px;
  left: 675.17px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.comtr-yenileme-fiyat,
.net-yenileme-fiyat,
.org-yenileme-fiyat {
  left: 674.67px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.comtr-yenileme-fiyat {
  top: 128.75px;
}

.org-yenileme-fiyat {
  top: 186.25px;
}

.net-yenileme-fiyat {
  top: 243.75px;
}

.orgtr-yenileme-fiyat {
  top: 301.25px;
  left: 675.17px;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 500;
}

.center-yenileme-fiyat,
.design-yenileme-fiyat {
  left: 674.67px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.center-yenileme-fiyat {
  top: 358.75px;
}

.design-yenileme-fiyat {
  top: 416.25px;
}

.tr-parent {
  align-self: stretch;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: dimgray;
}

.domain-price,
.domain-row {
  align-items: center;
  height: 48px;
}

.domain-row {
  display: grid;
}

.header-row {
  font-weight: 600;
  font-size: 16px;
  color: #444;
}

.domain-name {
  font-size: 18px;
  letter-spacing: -0.08px;
  line-height: 20px;
  color: #393837;
  font-weight: 600;
  padding-left: 16px;
}

.div38,
.domain-price {
  line-height: 20px;
  font-weight: 500;
}

.header-row .domain-name {
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.domain-price {
  letter-spacing: -0.08px;
  display: flex;
  justify-content: center;
}

.header-row .domain-price {
  font-weight: 600;
  color: #444;
}

.center,
.center-kayit-fiyat,
.center-transfer-fiyat,
.center-yenileme-fiyat,
.com,
.com-kayit-fiyat,
.com-transfer-fiyat,
.com-yenileme-fiyat,
.comtr,
.comtr-kayit-fiyat,
.comtr-transfer-fiyat,
.comtr-yenileme-fiyat,
.design,
.design-kayit-fiyat,
.design-transfer-fiyat,
.design-yenileme-fiyat,
.net,
.net-kayit-fiyat,
.net-transfer-fiyat,
.net-yenileme-fiyat,
.org,
.org-kayit-fiyat,
.org-transfer-fiyat,
.org-yenileme-fiyat,
.orgtr,
.orgtr-kayit-fiyat,
.orgtr-transfer-fiyat,
.orgtr-yenileme-fiyat,
.tr,
.tr-kayit-fiyat,
.tr-transfer-fiyat,
.tr-yenileme-fiyat {
  position: static;
  display: flex;
  align-items: center;
  height: 48px;
}

.cards,
.div38 {
  position: relative;
}

.cards {
  width: 100%;
  box-shadow:
    0 12px 24px rgb(0 0 0 / 0.04),
    0 1px 2px rgb(0 0 0 / 0.06),
    0 0 0 1px rgb(0 0 0 / 0.06);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 14px;
  color: #444;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.div38 {
  width: 20px;
  letter-spacing: -0.01em;
  display: inline-block;
}

.pagination-cells-10,
.pagination-cells-101,
.pagination-cells-102 {
  display: flex;
  padding: 6px;
  overflow: hidden;
}

.pagination-cells-10 {
  box-shadow:
    0 1px 2px -1px rgb(26 25 37 / 0.04),
    0 1px 1px rgb(26 25 37 / 0.04),
    0 0.5px 0.5px rgb(26 25 37 / 0.04);
  border-radius: 6px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.pagination-cells-101 {
  border-radius: 6px;
  background-color: #f7f7f8;
  border: 1px solid #e7e7ea;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.pagination-cells-102 {
  border-radius: 6px;
  border: 1px solid #e7e7ea;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.chevron-right-small {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.button14,
.button15 {
  overflow: hidden;
  flex-direction: row;
  padding: 4px 10px;
  display: flex;
}

.button14 {
  border-radius: 6px;
  border: 1px solid #e7e7ea;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.icon1 {
  position: absolute;
  height: 39.58%;
  width: 21.25%;
  top: 30.21%;
  right: 40.21%;
  bottom: 30.21%;
  left: 38.54%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.button15 {
  border-radius: 6px;
  border: 1px solid #e7e7ea;
  align-items: center;
  justify-content: center;
}

.domain-prices-buttons {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  color: #51515e;
}

.careers {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #1a1925;
}

.domain-prices-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  z-index: 1;
}

.domain-prices,
.six-card-set {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 150px;
  box-sizing: border-box;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  color: #6b6b6b;
  font-family: "Albert Sans";
}

.pattern-icon,
.pattern-icon1 {
  width: 106.67%;
  position: absolute;
  margin: 0 !important;
  height: 41.02%;
  right: -3.33%;
  left: -3.33%;
  overflow: hidden;
  opacity: 0.5;
  max-width: 100%;
  max-height: 100%;
}

.pattern-icon {
  top: 58.98%;
  bottom: 0;
  z-index: 0;
}

.pattern-icon1 {
  top: 0;
  bottom: 58.98%;
  object-fit: contain;
  z-index: 1;
}

.verigom-domain-servisleriyle {
  align-self: stretch;
  position: relative;
  letter-spacing: -1.62px;
  font-weight: 600;
}

.icon,
.icon-icons-shapes-games {
  position: absolute;
  overflow: hidden;
}

.icon {
  object-fit: contain;
  height: 75%;
  width: 75%;
  top: 12.5%;
  right: 12.5%;
  bottom: 12.5%;
  left: 12.5%;
  max-width: 100%;
  max-height: 100%;
}

.icon-icons-shapes-games {
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
}

.cretsiz-whois-gizleme,
.six-card-set-text {
  position: relative;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.cretsiz-whois-gizleme {
  font-weight: 600;
  margin-bottom: 10px;
}

.six-card-set-text {
  align-self: stretch;
  font-size: 14px;
  color: #605f5e;
}

.bg-line-icon,
.brush-icon {
  position: absolute;
  margin: 0 !important;
  object-fit: contain;
  opacity: 0.8;
}

.lorem-ipsum-nunc,
.lorem-ipsum-sed {
  letter-spacing: -1.62px;
  font-weight: 600;
}

.info-section-title,
.info-section-1-title {
  letter-spacing: -1.62px;
  font-weight: 600;
}

.content,
.lorem-ipsum-dolor-sit-amet-con-parent,
.faq-item-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

.rating {
  min-height: 190px;
  flex: 1;
  border-radius: 16px;
  background-color: #f5f4f2;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 16px;
  gap: 24px;
}

.six-card-set-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  text-align: left;
  font-size: 17px;
  color: #393837;
}

.six-card-set-heading {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 59px;
  z-index: 2;
}

.brush-icon {
  width: 503.6px;
  top: -200.5px;
  left: -203px;
  height: 509.6px;
  z-index: 0;
}

.bg-line-icon {
  width: 780.1px;
  right: -103.05px;
  bottom: -403.7px;
  height: 777.2px;
  z-index: 1;
}

.lorem-ipsum-sed {
  align-self: stretch;
  position: relative;
  font-size: 36px;
  line-height: 120%;
  color: #212121;
  margin: 0;
}

.info-section-title {
  align-self: stretch;
  position: relative;
  font-size: 36px;
  line-height: 120%;
  color: #212121;
  margin: 0;
}

.info-section-frame-child {
  width: 20px;
  position: relative;
  height: 34px;
}

.info-section-lorem-ipsum-dolor {
  align-self: stretch;
  position: relative;
  line-height: 150%;
  font-weight: 600;
}

.info-section-item-title {
  align-self: stretch;
  position: relative;
  line-height: 150%;
  font-weight: 600;
}

.info-section-lorem-ipsum-dolor1 {
  align-self: stretch;
  position: relative;
  font-size: 15px;
  line-height: 140%;
  color: #858585;
}

.info-section-item-description {
  align-self: stretch;
  position: relative;
  font-size: 15px;
  line-height: 140%;
  color: #858585;
}

.lorem-ipsum-dolor-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.info-section-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.info-section-frame-group {
  position: static;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.frame-wrapper {
  align-self: stretch;
  position: static;
  height: auto;
  padding: 12px 0;
}

.info-section,
.info-section-1 {
  padding: 50px 150px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.lorem-ipsum-sed-dui-commodo-ni-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.info-section-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.image-icon {
  position: relative;
  border-radius: 12px;
  height: auto;
  overflow: hidden;
  object-fit: contain;
  align-self: center;
}

.blog-card-set-frame-icon,
.child {
  object-fit: cover;
  overflow: hidden;
}

.info-section-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.info-section {
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lorem-ipsum-nunc {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  font-size: 36px;
  color: #212121;
}

.info-section-1-title {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  font-size: 36px;
  color: #212121;
}

.lorem-ipsum-dolor-container1 {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #444;
}

.info-section-1-description {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #444;
}

.info-section-1-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.info-section-1 {
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 36px;
  color: #212121;
}

.brush-parent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 20px;
  color: #000;
  font-family: "Albert Sans";
}

.blog-card-set-frame-icon {
  width: 2013.4px;
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: -201.95px;
  height: 1306px;
  flex-shrink: 0;
  opacity: 0.8;
  z-index: 0;
}

.blog,
.kampanya,
.sss {
  position: relative;
  letter-spacing: 1.28px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.alan-ad-hakkndaki-container {
  position: relative;
  font-size: 54px;
  letter-spacing: -1.62px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}

.lorem-ipsum-amet,
.lorem-ipsum-dolor-container,
.content-card-title,
.content-card-excerpt {
  align-self: stretch;
  font-weight: 500;
  position: relative;
}

.blog-card-set-heading1,
.campaign-section-heading1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 3px;
}

.blog-card-set-heading-group,
.campaign-section-heading-group {
  width: 727px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.blog-card-set-button {
  box-shadow:
    0 1px 2px rgb(143 36 0 / 0.56),
    0 0 0 1px #ff4b0e;
  border-radius: 8px;
  background-color: #ff4b0e;
  border: 1px solid rgb(255 255 255 / 0.24);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #fff;
}

.blog-card-set-heading,
.campaign-section-heading {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.child {
  align-self: stretch;
  border-radius: 12px;
  max-width: 100%;
  height: 224px;
  flex-shrink: 0;
}

.finance,
.popler {
  position: relative;
  line-height: 20px;
}

.finance-wrapper {
  border-radius: 999px;
  background-color: #f5f5f5;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
}

.lorem-ipsum-amet {
  font-size: 20px;
  line-height: 28px;
}

.content-card-title {
  font-size: 20px;
  line-height: 28px;
}

.amet-consectetur {
  color: #000;
}

.lorem-ipsum-dolor-container {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.content-card-excerpt {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.blog-card-set-content,
.blogs {
  color: #000;
  align-self: stretch;
  display: flex;
}

.blog-card-set-content {
  min-height: 145px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8px;
  gap: 8px;
}

.blog-card-set-div {
  flex: 1;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 0.06),
    0 0 0 1px rgb(0 0 0 / 0.06);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px 24px;
  gap: 24px;
}

.blogs {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-size: 12px;
}

.blog-card-set,
.campaign-section {
  width: 100%;
  position: relative;
  background-color: #fcfcfc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 150px;
  box-sizing: border-box;
  gap: 160px;
  text-align: left;
  font-size: 14px;
  color: #6b6b6b;
  font-family: "Albert Sans";
}

.bir-sorunuz-mu {
  align-self: stretch;
  position: relative;
  font-size: 54px;
  letter-spacing: -1.62px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}

.faq-section-lorem-ipsum-dolor1,
.faq-item-question {
  position: relative;
  letter-spacing: -0.08px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.faq-arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  cursor: pointer;
}

.button-icon {
  width: 20px;
  border-radius: 96px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.faq-section-frame-container,
.faqs-frame-group {
  border-radius: 12px;
  background-color: #fff;
  padding: 16px;
  align-self: stretch;
}

.lorem-ipsum-dolor-sit-amet-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  font-size: 14px;
  color: #ff4b0e;
}

.lorem-ipsum-dolor-sit-amet-group,
.faq-item-header {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  cursor: pointer;
}

.lorem-ipsum-dolor2,
.lorem-ipsum-dolor3,
.faq-item-answer {
  position: relative;
  font-family: "Albert Sans";
  display: inline-block;
  line-height: 24px;
  text-align: left;
  width: 100%;
}

.faq-content,
.faqs-frame-group {
  flex-direction: column;
  gap: 16px;
}

.faq-section-frame-child {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.lorem-ipsum-dolor2 {
  font-size: 16px;
  letter-spacing: -0.18px;
  font-weight: 600;
  color: #40444c;
}

.lorem-ipsum-dolor3,
.faq-item-answer {
  font-size: 14px;
  letter-spacing: -0.08px;
  color: #444;
}

.faqs-frame-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: #40444c;
}

.faq-section,
.yes-donezo-offers {
  position: relative;
  font-size: 14px;
}

.campaign-section-frame-child,
.faq-vector-icon {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.is-doneze-free {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.18px;
  line-height: 24px;
  font-weight: 500;
}

.yes-donezo-offers {
  align-self: stretch;
  letter-spacing: -0.08px;
  line-height: 24px;
  font-family: Rubik;
  color: #5b616e;
}

.faq-content {
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq-content.active {
  display: flex;
  max-height: 500px;
}

.faq-section-frame-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.faq-section-frame-container:hover {
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
}

.faqs-frame-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.campaign-section-parent,
.faqs {
  display: flex;
  flex-direction: row;
}

.faqs {
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  text-align: left;
  color: #ff4b0e;
}

.faq-section {
  width: 100%;
  background-color: #f5f4f2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 150px;
  box-sizing: border-box;
  text-align: center;
  color: #6b6b6b;
  font-family: "Albert Sans";
}

.campaign-section-frame-icon {
  width: 2013.4px;
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: -45.95px;
  height: 1306px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.8;
  z-index: 0;
}

.ay,
.div,
.pricing-card-child {
  position: relative;
}

.kampanyal-paketlerimizi-ncel-container {
  position: relative;
  font-size: 54px;
  letter-spacing: -1.62px;
  font-weight: 600;
  color: #212121;
}

.pricing-card-child {
  align-self: stretch;
  width: 489px;
  border-radius: 20px;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.div {
  line-height: 40px;
  font-weight: 500;
}

.ay {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.campaign-section-parent {
  width: 221px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.popler-wrapper,
.sepete-ekle-wrapper {
  box-shadow:
    0 1px 2px rgb(0 0 0 / 0.06),
    0 0 0 1px rgb(0 0 0 / 0.06);
  background-color: #fff;
  flex-direction: row;
  padding: 4px 12px;
  display: flex;
  overflow: hidden;
}

.sepete-ekle-wrapper {
  width: 221px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
}

.campaign-section-frame-container {
  position: absolute;
  top: 156px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.web-hosting {
  position: relative;
  line-height: 28px;
  font-weight: 500;
}

.popler-wrapper {
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: Inter;
}

.web-hosting-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}

.frame-child {
  width: 221px;
  position: relative;
  max-height: 100%;
}

.campaign-section-text-container {
  position: relative;
  line-height: 24px;
  display: inline-block;
}

.lorem-ipsum-dolor-sit-amet,
.feature-list {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: 19px;
}

.campaign-section-text-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  font-size: 14px;
  color: #3d3d3d;
}

.campaign-section-frame-div {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 221px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  font-size: 20px;
}

.campaign-section-frame-group {
  align-self: stretch;
  flex: 1;
  position: relative;
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
  max-width: 375px;
}

.fiziksel-sunucu {
  width: 221px;
  position: relative;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
}

.fiziksel-sunucu-parent {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  font-size: 20px;
}

.campaign-section-frame-parent {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.pricing-card {
  align-self: stretch;
  height: 260px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-size: 32px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .blog-card-set,
  .campaign-section,
  .domain-prices,
  .faq-section,
  .six-card-set,
  .web-hosting-bg {
    padding: 60px 80px;
  }

  .info-section,
  .info-section-1 {
    padding: 60px 80px;
    height: auto;
  }

  .web-bg-search-input {
    width: 400px;
  }

  .web-bg-button {
    width: 160px;
  }

  .web-hero-left,
  .web-hero-right {
    width: 100%;
    max-width: 100%;
  }

  .image-3-icon {
    width: 380px;
  }

  .domain-prices-heading-title-description {
    font-size: 48px;
  }

  .lorem-ipsum-nunc,
  .lorem-ipsum-sed {
    font-size: 32px;
  }

  .info-section-title,
  .info-section-1-title {
    font-size: 32px;
  }

  .blog-card-set-heading-group,
  .campaign-section-heading-group {
    width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .blog-card-set,
  .campaign-section,
  .domain-prices,
  .faq-section,
  .info-section,
  .info-section-1,
  .six-card-set,
  .web-hosting-bg {
    padding: 50px 60px;
  }

  .web-bg-search-input {
    width: 350px;
  }

  .web-bg-button {
    width: 140px;
  }

  .web-hero-left,
  .web-hero-right {
    width: 100%;
    max-width: 100%;
  }

  .image-3-icon {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .frame-container {
    gap: 0;
  }

  .web-hosting-bg {
    padding: 40px 20px;
    height: auto;
  }

  .web-bg-title {
    font-size: 48px;
    line-height: 52px;
    margin: 10px;
  }

  .web-bg-description {
    font-size: 18px;
    line-height: 28px;
    margin: 10px;
  }

  .web-bg-buttons {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 15px;
  }

  .image-3-icon,
  .web-bg-search-input {
    width: 100%;
    max-width: 400px;
  }

  .faqs-frame-parent {
    width: 100%;
  }

  .hero-row {
    flex-direction: column;
    gap: 40px;
    max-width: 98vw;
  }

  .web-frame-group {
    gap: 32px;
    text-align: center;
  }

  .frame-div,
  .frame-wrapper {
    height: auto;
  }

  .frame-parent1 {
    position: static;
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .rating-parent {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .rating1 {
    flex: none;
    width: calc(50% - 8px);
    min-width: 140px;
  }

  .domain-prices {
    padding: 40px 20px;
    gap: 40px;
  }

  .alan-ad-hakkndaki-container,
  .bir-sorunuz-mu,
  .domain-prices-heading-title-description,
  .kampanyal-paketlerimizi-ncel-container {
    font-size: 36px;
    line-height: 42px;
  }

  .domain-prices-tab-button,
  .domain-prices-tab-button1 {
    font-size: 12px;
    padding: 6px 12px;
  }

  .tab {
    gap: 6px;
  }

  .cards {
    padding: 16px;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .yeni-kayt-fiyat-parent {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .domain-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    height: 48px;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .header-row {
    display: grid;
  }

  .domain-name {
    font-size: 16px;
    padding-left: 16px;
    text-align: left;
    margin-bottom: 0;
  }

  .domain-price {
    font-size: 14px;
    height: auto;
    margin: 4px 0;
  }

  .blog-card-set,
  .campaign-section,
  .six-card-set {
    padding: 40px 20px;
    gap: 80px;
  }

  .six-card-set-heading {
    gap: 40px;
  }

  .blogs,
  .campaign-section-frame-parent,
  .faqs,
  .six-card-set,
  .six-card-set-content {
    flex-direction: column;
    gap: 16px;
  }

  .blog-card-set-div,
  .rating {
    flex: none;
    width: 100%;
  }

  .info-section,
  .info-section-1 {
    padding: 40px 20px;
    height: auto;
    flex-direction: column;
    gap: 40px;
  }

  .info-section-content {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .info-section-1-content {
    flex-direction: column;
    gap: 32px;
  }

  .info-section-1-content.reverse-mobile {
    flex-direction: column-reverse;
  }

  .info-section-frame-group {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
  }

  .info-section-lorem-ipsum-dolor,
  .info-section-lorem-ipsum-dolor1 {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .info-section-item-title,
  .info-section-item-description {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .lorem-ipsum-nunc,
  .lorem-ipsum-sed {
    font-size: 28px;
    line-height: 36px;
  }

  .info-section-title,
  .info-section-1-title {
    font-size: 28px;
    line-height: 36px;
  }

  .image-icon {
    width: 100%;
    height: 300px;
  }

  .blog-card-set-heading,
  .campaign-section-heading {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .blog-card-set-heading-group,
  .campaign-section-heading-group {
    width: 100%;
    text-align: center;
  }

  .faq-section {
    padding: 40px 20px;
  }

  .pricing-card {
    flex-direction: column;
    height: auto;
    gap: 16px;
  }

  .campaign-section-frame-group {
    flex: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .campaign-section-frame-container,
  .campaign-section-frame-div,
  .fiziksel-sunucu-parent {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .campaign-section-frame-div,
  .fiziksel-sunucu-parent {
    order: 1;
  }

  .campaign-section-frame-container {
    order: 2;
  }

  .web-hosting-parent {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .campaign-section-text-parent {
    gap: 8px;
  }

  .campaign-section-text-container {
    font-size: 16px;
    line-height: 24px;
  }

  .campaign-section-parent {
    width: 100%;
    justify-content: center;
  }

  .sepete-ekle-wrapper {
    width: 90%;
  }

  .blog-card-set-heading1,
  .campaign-section-heading1 {
    align-items: center;
  }

  .navigations-menu.active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    z-index: 10002;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
  }

  .navigations {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .faq-section,
  .web-hosting-bg {
    padding: 24px 16px;
  }

  .web-bg-title {
    font-size: 28px;
    line-height: 36px;
  }

  .campaign-section-text,
  .domain-hakknda-oluturduumuz,
  .faq-section-content,
  .fiziksel-sunucu,
  .lorem-ipsum-amet,
  .content-card-title,
  .web-bg-description,
  .web-hosting {
    font-size: 16px;
    line-height: 24px;
  }

  .web-bg-search-input {
    height: 44px;
    padding: 8px;
  }

  .web-bg-button {
    height: 44px;
    padding: 6px 20px;
    font-size: 16px;
  }

  .six-card-set-heading,
  .web-frame-group {
    gap: 24px;
  }

  .rating1 {
    width: 95%;
    padding: 16px 12px;
  }

  .frame-div {
    height: auto;
    margin-bottom: 15px;
  }

  .frame-parent1 {
    position: static;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .domain-prices,
  .info-section,
  .info-section-1 {
    padding: 24px 16px;
    gap: 24px;
  }

  .alan-ad-hakkndaki-container,
  .bir-sorunuz-mu,
  .domain-prices-heading-title-description,
  .kampanyal-paketlerimizi-ncel-container {
    font-size: 28px;
    line-height: 32px;
  }

  .domain-prices-tab-button,
  .domain-prices-tab-button1 {
    font-size: 14px;
    padding: 4px 8px;
  }

  .cards {
    padding: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .domain-name {
    font-size: 15px;
  }

  .domain-price {
    font-size: 14px;
  }

  .blog-card-set,
  .campaign-section,
  .six-card-set {
    padding: 24px 16px;
    gap: 40px;
  }

  .cretsiz-whois-gizleme {
    font-size: 18px;
    line-height: 22px;
  }

  .six-card-set-text {
    font-size: 14px;
    line-height: 22px;
  }

  .rating {
    padding: 16px 12px;
    gap: 16px;
  }

  .lorem-ipsum-nunc,
  .lorem-ipsum-sed {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
  }

  .info-section-title,
  .info-section-1-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
  }

  .campaign-section-text-container,
  .faq-section-lorem-ipsum-dolor1,
  .faq-item-question,
  .lorem-ipsum-dolor-container1,
  .info-section-1-description {
    font-size: 14px;
    line-height: 20px;
  }

  .image-icon {
    height: 300px;
  }

  .blog-card-set-div {
    padding: 5px 1px;
    gap: 16px;
  }

  .lorem-ipsum-dolor-container {
    font-size: 12px;
    line-height: 18px;
  }

  .content-card-excerpt {
    font-size: 12px;
    line-height: 18px;
  }

  .faq-section-frame-container {
    padding: 12px;
    gap: 12px;
  }

  .lorem-ipsum-dolor-sit-amet-group,
  .faq-item-header {
    gap: 8px;
  }

  .campaign-section-frame-group {
    height: auto;
  }

  .campaign-section-frame-container,
  .campaign-section-frame-div,
  .fiziksel-sunucu-parent {
    padding: 16px;
  }

  .popler-wrapper {
    padding: 2px 8px;
    font-size: 10px;
  }

  .div {
    font-size: 24px;
    line-height: 32px;
  }

  .ay {
    font-size: 10px;
    line-height: 16px;
  }

  .sepete-ekle {
    font-size: 12px;
    line-height: 20px;
  }

  .sepete-ekle-wrapper {
    padding: 2px 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .web-bg-title {
    font-size: 32px;
    line-height: 36px;
  }

  .alan-ad-hakkndaki-container,
  .bir-sorunuz-mu,
  .domain-prices-heading-title-description,
  .kampanyal-paketlerimizi-ncel-container {
    font-size: 24px;
    line-height: 28px;
  }

  .div,
  .lorem-ipsum-nunc,
  .lorem-ipsum-sed {
    font-size: 20px;
    line-height: 28px;
  }

  .div,
  .info-section-title,
  .info-section-1-title {
    font-size: 20px;
    line-height: 28px;
  }

  .web-bg-button,
  .web-bg-search-input {
    height: 40px;
  }

  .web-bg-search-input {
    padding: 6px;
  }

  .web-bg-button {
    padding: 4px 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .web-hosting-bg {
    height: auto;
    min-height: 100vh;
  }

  .web-frame-group {
    margin-bottom: 20px;
  }

  .image-3-icon {
    margin-top: 20px;
  }
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.faq-arrow-icon.rotated {
  transform: rotate(180deg);
}

.domain-prices-tab-button1:hover,
.domain-prices-tab-button:hover,
.web-bg-button:hover {
  transform: translateY(-1px);
}

.domain-prices-tab-button.active {
  background-color: #ff4b0e;
  color: #fff;
}

.domain-prices-tab-button1.active {
  background-color: #f7f7f8;
  border-color: #ff4b0e;
  color: #ff4b0e;
}

.blog-card-set-div,
.campaign-section-frame-group,
.domain-prices-tab-button,
.domain-prices-tab-button1,
.faq-section-frame-container,
.web-bg-button {
  transition: 0.3s;
}

.web-bg-button:hover {
  background-color: #e6440d;
}

.faq-section-frame-container:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}

.blog-card-set-div:hover,
.campaign-section-frame-group:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.12);
}

@media screen and (max-width: 768px) {
  .navigations1 {
    padding: 8px 16px;
    text-align: left;
    overflow: visible;
  }

  .breadcrumb {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }

  .breadcrumb-atom-text,
  .breadcrumb-atom-text5 {
    padding: 2px 0 0;
  }

  .breadcrumb-atom-text-child {
    width: 18px;
    height: 18px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .navigations1 {
    padding: 8px 12px;
  }

  .breadcrumb {
    gap: 6px;
  }

  .breadcrumb-child {
    width: 8px;
    height: 14px;
  }
}

/* Domain Transfer Page Styles */
.domain-transfer-page {
  font-family: "Albert Sans", sans-serif;
  background-color: #fcfcfc;
  min-height: 80vh;
  padding-bottom: 80px;
}

.transfer-hero-section {
  padding: 60px 20px 40px;
  text-align: center;
}

.transfer-container {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.transfer-title {
  font-size: 48px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.transfer-subtitle {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 24px;
}

.transfer-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}

.transfer-dots span {
  width: 8px;
  height: 8px;
  background-color: #ff4b0e;
  border-radius: 50%;
  opacity: 0.6;
}

.transfer-dots span:nth-child(2) {
  opacity: 0.8;
}

.transfer-dots span:nth-child(3) {
  opacity: 1;
}

.transfer-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 40px;
}

.transfer-card-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 32px;
  text-align: center;
}

.transfer-form-grid {
  display: grid;
  gap: 24px;
}

.transfer-input-group {
  margin-bottom: 24px;
}

.transfer-input-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 8px;
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper i {
  position: absolute;
  left: 16px;
  color: #9ca3af;
  font-size: 18px;
  pointer-events: none;
}

.transfer-input {
  width: 100%;
  height: 56px;
  padding: 0 16px 0 48px;
  font-size: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #f9fafb;
  transition: all 0.2s ease;
  color: #1f2937;
  outline: none;
}

.transfer-input:focus {
  background-color: #ffffff;
  border-color: #ff4b0e;
  box-shadow: 0 0 0 4px rgba(255, 75, 14, 0.1);
}

.info-tooltip {
  color: #9ca3af;
  margin-left: 6px;
  cursor: pointer;
  transition: color 0.2s;
}

.info-tooltip:hover {
  color: #ff4b0e;
}

.transfer-alert {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  font-size: 14px;
}

.transfer-actions {
  margin-top: 32px;
}

.transfer-submit-btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4b0e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition:
    background-color 0.2s,
    transform 0.1s;
  box-shadow: 0 4px 6px rgba(255, 75, 14, 0.2);
}

.transfer-submit-btn:hover {
  background-color: #e03e00;
}

.transfer-submit-btn:active {
  transform: translateY(1px);
}

.transfer-footer-note {
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
  margin-top: 24px;
}

.recaptcha-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .transfer-card {
    padding: 24px;
  }

  .transfer-title {
    font-size: 32px;
  }
}
