:root {
  --tolopea-50: #f1f3ff;
  --tolopea-100: #e6eaff;
  --tolopea-200: #d0d8ff;
  --tolopea-500: #4448ff;
  --tolopea-600: #261eff;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-900: #18181b;
  --zinc-950: #09090b;
  --fuego-300: #dff85e;
  --fuego-400: #cbed2e;
  --fuego-500: #afd60f;
  --fuego-600: #86A907;

  --fuego-950: #233003;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

* {
  font-family: "Inter", sans-serif;
}

h1 p h2 h3 ul {
  margin: 0 !important;
  padding: 0 !important;
}

button,
input,
textarea {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  resize: none;
}

img {
  object-fit: cover;
}

.component {
  margin: auto;
  max-width: 1200px;
}

.buttonDiv {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.navbar {
  border-bottom: 1px solid var(--zinc-100, #f4f4f5);
  background: #fff;
  position: sticky;
  top: 0;
  padding: 24px 0;

  width: 100%;
  z-index: 9999;
}

.navbar.white-background a {
  color: var(--zinc-600);
}

.navbar.white-background .nav-select {
  color: var(--zinc-600);
  border: 1px solid var(--zinc-600);
}

.componentNav {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  max-width: 1200px;
  display: flex;
  gap: 8px;
}

.navbar li {
  display: inline;
  margin-right: 20px;
}

.navbar li a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
  color: var(--zinc-600);
}

.navbar li a:hover {
  color: var(--fuego-600);
}

.white-background {
  background: var(--zinc-100);
  /* Aşağı kaydırdıkça beyaz arka plan */
}

.dark-color {
  color: var(--zinc-600);
}

.nav-select {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid var(--zinc-600, #d4d4d8);
  background-color: transparent;
  color: var(--zinc-600);
  outline: none;
}

.nav-select select {
  border: none;
  outline: none;
  color: var(--zinc-600);
  background-color: transparent;
}

.nav-select i {
  color: var(--tolopea-200);
  font-size: 20px;
}

.navbar button {
  color: var(--zinc-50);
  border-radius: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 24px;
  justify-content: center;
  background: linear-gradient(93deg,
      #d03e8d 0%,
      #e64eff 37.07%,
      #6e3aff 69.98%,
      #17baff 100%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.32) inset,
    0px 0px 0px 2px rgba(255, 255, 255, 0.24) inset;
  border: none;
  outline: none;
}

.navbar-mobile {
  display: none;
}

#hamburger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

#hamburger-button.active+#mobile-menu {
  display: block;
}

#hamburger-button.active .ph-list {
  transform: rotate(90deg);
}

.citizenship {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 64px;
  gap: 24px;
}

.citizenship h1 {
  color: var(--zinc-950, #09090b);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.68px;
}

.citizenship h2 {
  color: var(--zinc-950, #09090b);
  font-size: 32px;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}

.citizenship button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: var(--tolopea-600, #261eff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
  border-radius: 24px;
  border: 1px solid var(--tolopea-600, #261eff);
}

.citizenship p {
  color: var(--zinc-500, #71717a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.programsCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.dealCard {
  display: flex;
  /* Blok yerine "inline-block" kullanarak içeriklerin yan yana sıralanmasını sağlar */
  width: auto;
  height: 384px;
  text-align: left;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
  margin-right: 24px;
  /* Ögeler arasındaki boşluğu ayarlamak için */
  border-radius: 24px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%),
    url("https://picsum.photos"), lightgray 50% / cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  justify-content: space-between;
}

.dealCard p {
  color: var(--zinc-50);
  width: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  opacity: 0.8;
  margin: 12px 0;
}

.dealCard h1 {
  color: var(--zinc-50);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  letter-spacing: -0.72px;
}

h3 {
  color: var(--zinc-950, #09090b);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  margin: 0;
}

.dealCard span {
  border-radius: 24px;
  background: var(--fuego-400, #cbed2e);
  padding: 6px 16px;
}

.program h2 {
  text-align: center;
  color: var(--zinc-950, #09090b);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  letter-spacing: -1.2px;
}

.program h4 {
  color: var(--zinc-500, #71717a);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.contactUs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contactLeft {
  padding: 30px 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.contactLeft h3 {
  color: var(--tolopea-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.88px;
}

.contactLeft i {
  font-size: 26px;
}

.contactLeft h1 {
  color: var(--zinc-950);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.2px;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 12px;
}

.contactLeft h2 {
  color: var(--zinc-950);
  font-size: 24px;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.contactLeft p {
  color: var(--zinc-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.contactRight {
  width: 588px;
  z-index: 10;
  border-radius: 32px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8px 48px 1px rgba(82, 80, 159, 0.16),
    0px 2px 4px 0px rgba(69, 66, 143, 0.04);
}

.f-d-c {
  flex-direction: column;
}

.f-d-r {
  flex-direction: row;
}

.contactRows {
  max-width: calc(100% - 96px) !important;
  margin: auto;
  display: flex;
}

.contactRight input,
textarea {
  display: flex;
  border-radius: 8px;
  background: var(--zinc-50);
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 24px;
}

.textArea {
  height: 120px;
}

.contactRight label {
  color: var(--zinc-950);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-bottom: 5px;
  letter-spacing: -0.48px;
}

.contactBottom {
  display: flex;
  flex-direction: row;
  max-width: calc(100% - 96px) !important;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 48px;
}

.contactRight button {
  border-radius: 24px;
  background: var(--tolopea-600);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.32) inset,
    0px 0px 0px 2px rgba(255, 255, 255, 0.24) inset;
  color: var(--zinc-50);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
  height: 44px;
  gap: 8px;
}

.frame {
  display: flex;
  gap: 24px;
  flex-direction: row;
  align-items: flex-start !important;
}

.frame i {
  width: 32px;
  height: 32px;
  color: var(--tolopea-600);
  margin: auto 0;
}

.frame h2 {
  margin: 0;
  padding: 0;
  color: var(--zinc-950);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.frame span {
  color: var(--zinc-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

#pattern {
  position: absolute;
  width: calc(100vw - 32px);
  max-width: 1200px;
  height: auto;
  z-index: 0;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 56px 0;
}

.contact h2 {
  color: var(--tolopea-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.88px;
}

.contact h1 {
  color: var(--zinc-950);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
}

.contact p {
  color: var(--zinc-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.contact button {
  border-radius: 24px;
  border: 1px solid var(--tolopea-600);
  color: var(--tolopea-600);
  background: var(--tolopea-50);
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  font-size: 24px;
}

.socialMedia {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}

.address {
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.address h3 {
  color: var(--zinc-950, #09090b);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

.address span {
  color: var(--zinc-600, #52525b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.address i {
  font-size: 32px;
  color: var(--tolopea-500);
}

.country {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 60px 0;
}

.country h1 {
  color: var(--zinc-950, #09090b);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}

.country p,
.country ul li {
  color: var(--zinc-600, #52525b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  list-style-type: decimal;
  margin: 0;
}

.country ul {
  padding: 0 30px;
  margin: 0;
}

.overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.overviewCard {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  flex: 1 0 0;
}

.overviewCard i {
  font-size: 32px;
  color: var(--tolopea-500);
}

.overviewCard h2 {
  color: var(--zinc-950, #09090b);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
  letter-spacing: -0.6px;
}

.overviewCard p {
  color: var(--zinc-600, #52525b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featuresCard {
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.featuresCard i {
  font-size: 24px;
  color: var(--tolopea-500);
}

.projectHero {
  display: flex;
  gap: 24px;
  animation: scroll 10s linear infinite;
  white-space: nowrap;
  /* İçerik satır atlamasını engellemek için */
  margin-top: 48px;
  scroll-behavior: smooth;
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(10%);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }

}

.projectHero img {
  width: 800px;
  height: 500px;
  border-radius: 24px;
}

.dubai {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.dubai span {
  border-radius: 24px;
  background: var(--fuego-400, #cbed2e);
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 8px;
}

.dubai h1 {
  color: var(--zinc-950, #09090b);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  margin: 16px 0;
}

.dubai h2 {
  color: var(--tolopea-600, #261eff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  margin: 0;
}

.dubai p {
  color: var(--zinc-500, #71717a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.detail {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 48px 0;
  gap: 24px;
}

.description {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.description h1 {
  color: var(--zinc-950, #09090b);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin: 0;
}

.description h2 {
  color: var(--zinc-950, #09090b);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.description p {
  color: var(--zinc-500, #71717a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.description img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.distances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.distancesCard {
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.distancesCard h3 {
  color: var(--zinc-950);
  font-size: 20px;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

.distancesCard i {
  font-size: 32;
  color: var(--tolopea-500);
}

.projectCard {
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.projectCard i {
  font-size: 24px;
  color: var(--tolopea-500);
}

.detailRight button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: var(--tolopea-600, #261eff);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.32) inset,
    0px 0px 0px 2px rgba(255, 255, 255, 0.24) inset;
  color: var(--zinc-50, #fafafa);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
  width: calc(100% - 48px);
  margin: 16px auto 24px auto;
}

.detailRight h1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0;
}

.detailRight p {
  color: var(--zinc-500, #71717a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  padding: 0;
  margin: 0;
}

.detailRight {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detailRightDiv {
  display: flex;
  width: 384px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
}

.detailRightDiv h1 {
  margin: 24px;
}

.featuredCard {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: calc(100% - 48px);
  margin: 0 auto 40px auto;
}

.featuredCard img {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%), url("https://images.unsplash.com/photo-1546412414-e1885259563a?auto=format&fit=crop&q=60&w=800&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8ZHViYWl8ZW58MHx8MHx8fDA%3D"), lightgray 50% / cover no-repeat;
  min-width: 80px;
  height: 95px;
  background-size: cover;
  background-position: center;
}

.featuredCard span {
  max-width: fit-content;
}

.featuredContent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featuredContent p {
  text-align: start;
}

.featuredContent h3 {
  padding: 0;
  margin: 0;
  color: var(--zinc-950, #09090B);
  font-family: 'Inter';
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}

.profileCardContent {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.profileCardContent label {
  color: var(--zinc-500, #71717A);
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

.profileCardContent h1 {
  color: var(--zinc-950, #09090B);
  font-family: 'Inter';
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.detailForm {
  display: flex;
  flex-direction: column;
  color: var(--zinc-950, #09090b);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
  grid-template-columns: 4px;
  width: calc(100% - 48px);
  margin: 24px auto 0 auto;
  gap: 8px;
}

.detailForm input {
  margin-bottom: 10px;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  flex: 1;
  border-radius: 8px;
  background: var(--zinc-50, #fafafa);
}

/* .featuredCard {
  display: flex;
  gap: 12px;
  margin: 0 auto;
  max-width: calc(100% - 48px) !important;
  min-width: calc(100% - 48px) !important;
  width: calc(100% - 24px) !important;
}
.featuredCard img {
  width: 80px;
  height: 95px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.featuredCard h3 {
  color: var(--zinc-950, #09090b);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
} */
.detailRightDiv a {
  color: var(--tolopea-600, #261eff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.42px;
  text-decoration: none;
}


.detailRightDiv span {
  color: var(--zinc-950);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.39px;
  border-radius: 24px;
  background: var(--fuego-400);
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
}


.topProperties {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.blogDetailHero h1 {
  color: var(--zinc-950);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.68px;
}

.blogDetailHero p {
  color: var(--zinc-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.articles {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--zinc-200, #e4e4e7);
  background: #fff;
  box-shadow: 0px 2px 16px -2px rgba(2, 2, 79, 0.08);
  gap: 16px;
  align-self: stretch;
  margin-bottom: 24px;
}

.articles i {
  font-size: 24px;
  color: var(--tolopea-500);
}

.articles a {
  color: var(--zinc-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
}


.addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 1200px) {
  .component {
    width: 95%;
  }
}

@media (max-width: 800px) {
  .addresses {
    grid-template-columns: 1fr;
  }

  .address {
    margin: 0 12px;
  }

  .socialMedia {
    width: 90%;
    margin: auto;
  }

  .component {
    width: 90%;
  }

  .navbar {
    display: none;
  }

  .navbar-mobile {
    display: flex;
    justify-content: space-between;
  }

  /* Sadece 500px altında hamburger menüyü göster */

  #hamburger-button {
    display: block;
    margin-right: 30px;
  }

  #mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 80px;
    width: 100vw;
    height: calc(100vh - 80px);
    right: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 30px 0;
    font-size: 3;
    background: #fafafa
  }

  #mobile-menu ul li a {
    font-size: 30px;
    color: var(--zinc-600);
  }

  #mobile-menu ul li {
    padding: 20px;
  }

  .programsCards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    overflow-x: hidden;
  }

  .contact h1,
  p,
  h2 {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }


  .contactUs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .citizenship {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 24px;
  }

  .citizenship img {
    width: 100%;
  }

  .country {
    grid-template-columns: 1fr;
  }

  .topProperties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  section {
    padding: 0px;
  }

  .detail {
    grid-template-columns: 1fr;
  }

  .description {
    width: 100%;
  }

  .detailRightDiv {
    width: 100%;
  }

  .dealCard {
    height: 300px;
  }

  #contactMessage {
    flex-direction: column;
    gap: 12px;
  }

  .blogDetailHero h1 {
    font-size: 30px;
  }

  .contact h1 {
    font-size: 32px;
  }
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  color: var(--tolopea-600);
  background-color: var(--tolopea-600);
  border: 1px solid var(--tolopea-600);
}

input[type="checkbox"]:checked {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

#mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .programsCards {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
  }

  .invesmentFrame {
    margin: auto;
    min-width: 100%;
  }

  .goldenVisa {
    flex-direction: column;
  }

  .invesmentButtons {
    flex: 1
  }

  .contactUs {
    display: flex;
    flex-direction: column;
  }

  .contactLeft {
    max-width: 588px;


  }

  .contactRight {
    width: 100%;
    max-height: fit-content;
  }

  .contactRows {
    max-width: calc(100% - 64px) !important;
  }

  .f-d-r {
    flex-direction: column;
    gap: 0px !important;
  }

  .visaProgramsCard {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

}

.breadCrumb {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.breadCrumb i{
  margin: auto 0;
}
.breadCrumb a {
  color: var(--zinc-500, #71717A);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.breadCrumb .last {
  color: var(--zinc-950, #09090B);
}