@font-face {
  font-family: "CustomFont";
  src: url("MarkPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFontBold";
  src: url("MarkProBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CustomFontMedium";
  src: url("MarkProMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  /* Font Aileleri */
  --font-primary: "CustomFont", Arial, sans-serif;
  --font-primary-bold: "CustomFontBold", Arial, sans-serif;
  --font-primary-medium: "CustomFontMedium", Arial, sans-serif;

  /* Font Boyutları */
  --font-size-big-bold: 90px;
  --font-size-big-bold-2: 72px;
  --font-size-big-bold-3: 64px;
  --font-size-big-regular: 80px;
  --font-size-big-regular-2: 72px;

  --font-size-mid-bold: 40px;
  --font-size-mid-bold-2: 56px;
  --font-size-mid-medium: 40px;
  --font-size-mid-medium-2: 56px;
  --font-size-mid-medium-3: 32px;
  --font-size-mid-regular: 40px;
  --font-size-mid-regular-2: 32px;

  --font-size-small-bold: 24px;
  --font-size-small-bold-2: 20px;
  --font-size-small-medium-: 24px;
  --font-size-small-regular: 24px;
  --font-size-small-regular-2: 20px;

  --font-size-xsmall-bold: 18px;
  --font-size-xsmall-bold-2: 16px;
  --font-size-xsmall: 18px;
  --font-size-xxsmall: 10px;

  /* Renkler */
  --text-color-primary: #ec298f;
  --text-color-primary-light: #ffebf6;
  --text-color-light: #f6f7ff;
  --text-color-dark-1: #12131c;
  --text-color-dark-mid-2: #4d5176;
  --text-color-dark-mid: #5e617d;
  --text-color-dark-mid-3: #8b8fc0;
}
.footer_container {
  border-radius: 200px 200px 0 0;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* background-image: url("background-footer.png"); */
  background-color: var(--text-color-dark-1);
  color: #fff; /* Yazı rengi */
  font-family: "CustomFont", Arial, sans-serif;
  margin-top: auto;
  overflow: hidden;
}
.footer_top {
  aspect-ratio: 5216/1860;
  position: relative;
  margin-left: 5.5%;
  margin-bottom: 30px;
  padding-bottom: 10%;
  margin-top: 5.5%;
  width: 90%;
  background-size: 100% 80%;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-image: url("footer/bg.png");
  text-align: center; /* Metni ortala */
}

.footer_bottom {
  width: 100%;
  height: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-image: url("footer-bottom-bg.png");
  display: flex;
  flex-direction: column; /* Dikey düzen */
  align-items: center;
  justify-content: center;
}

.footer_bot_top {
  display: flex; /* Yatay düzen */
  justify-content: space-between; /* Üç alanı yatayda ayır */
  align-items: flex-start;
  width: 100%;
  max-width: 90vw;
  margin-bottom: 20px; /* Üst ve alt kısımlar arasında boşluk */
}

.footer_logo img {
  max-width: 150px; /* Logo boyutu */
}

/* Diğer footer stilleri aynen kalabilir */

.footer_menu h4,
.footer_contact h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
}

.footer_menu ul li {
  margin-bottom: 5px;
}

.footer_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.footer_menu ul li a:hover {
  text-decoration: underline;
}
.footer_contact {
  margin-top: 20px;
}
.footer_contact p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.footer_contact a {
  color: #fff;
  text-decoration: none;
}

.footer_credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  border-top: 1px solid #333; /* İnce bir üst çizgi */
  padding-top: 20px; /* Üst çizgiden boşluk */
  font-size: 0.8rem;
}

.footer_links a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.footer_links a:hover {
  text-decoration: underline;
}

.footer_social a {
  display: inline-block;
  margin-left: 10px;
}

.footer_social img {
  width: 20px;
  height: 20px;
}

.text-content-footer {
  padding-top: 10%;
  margin-left: 5%;
  flex: 1;
  margin-right: 20px;
  text-align: start;
}
.text-content-footer span {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}

.text-content-footer p {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
  color: #fff;
}

.contact-container {
  margin: 100px;
  display: flex;
  border-radius: 15px;
  justify-content: space-around;
}

.contact-info {
  width: 30%;
  padding: 40px;
  margin-right: 15%;
}

.contact-text {
  font-family: var(--font-primary);
  font-size: 36px;
  font-weight: 600;
  text-align: left;
}

.contact-info p {
  font-family: var(--font-primary);
  margin: 15px 0;
  line-height: 1.6;
  text-align: left;
}

.contact-details {
  margin-top: 20px;
}

.contact-details div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.contact-details div div {
  font-family: var(--font-primary);
  margin-left: 10px;
}
.contact-details i {
  font-family: var(--font-primary);
  font-size: 18px;
  margin-right: 10px;
}

.contact-form {
  font-family: var(--font-primary);
  width: 40%;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font-primary);
}

.contact-form textarea {
  resize: none;
  height: 100px;
  font-family: var(--font-primary);
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background-color: var(--text-color-primary);
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-family: var(--font-primary);
}
.svg-icons {
  color: white;
}

@media screen and (max-width: 940px) and (max-height: 940px) {
  .footer_container {
    border-radius: 100px 100px 0 0;
  }

  .text-content-footer span {
    font-size: 30px;
  }
  .text-content-footer p {
    font-size: 28px;
  }

  .contact-text {
    font-size: 25px;
  }
  .contact-form {
    width: 40%;
    height: 50vh;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 30vw;
    padding: 5px;
    height: 16px;
    font-size: 9px;
    margin: 7px 0;
  }

  .contact-form button {
    padding: 8px;
    font-size: 8px;
    width: 60%;
  }
  .contact-container {
    margin: 0px;
  }
  .contact-info {
    margin-right: 0%;
    padding-top: 20px;
  }
  .footer_logo img {
    max-width: 70px;
  }
  .footer_menu ul li a {
    font-size: 9px;
  }
  .footer_contact p {
    font-size: 7px;
  }
  .footer_bottom {
    border-radius: 50px 50px 0 0;
  }
  .footer_credits {
    font-size: 6px;
  }
  .navbar .marketplace-btn {
    width: 70px;
  }
}

@media screen and (max-width: 738px) and (max-height: 738px) {
  .footer_container {
    border-radius: 100px 100px 0 0;
  }

  .text-content-footer span {
    font-size: 25px;
  }
  .text-content-footer p {
    font-size: 23px;
  }

  .contact-text {
    font-size: 20px;
  }
  .contact-form {
    width: 40%;
    height: 60vh;
    margin-top: 0px;
    margin-right: 10px;
    padding: 0px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 30vw;
    padding: 5px;
    height: 16px;
    font-size: 9px;
    margin: 7px 0;
  }

  .contact-form button {
    padding: 8px;
    font-size: 8px;
    width: 60%;
  }
  .contact-container {
    margin: 0px;
  }
  .contact-info {
    margin-right: 0%;
    padding-top: 20px;
  }
  .footer_logo img {
    max-width: 70px;
  }
  .footer_menu ul li a {
    font-size: 9px;
  }
  .footer_contact p {
    font-size: 7px;
  }
  .footer_bottom {
    border-radius: 50px 50px 0 0;
  }
  .footer_credits {
    font-size: 6px;
  }
  .navbar .marketplace-btn {
    width: 70px;
  }
}
@media screen and (max-width: 440px) {
  .footer_top {
    background-size: 95% 90%;
  }

  .text-content-footer span {
    font-size: 14px;
  }
  .text-content-footer p {
    font-size: 13px;
  }
  .footer_container {
    border-radius: 50px 50px 0 0;
  }
  .contact-text {
    font-size: 15px;
  }
  .contact-form {
    width: 60%;
    height: 25vh;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 30vw;
    padding: 5px;
    height: 16px;
    font-size: 9px;
    margin: 7px 0;
  }

  .contact-form button {
    padding: 8px;
    font-size: 8px;
    width: 60%;
  }
  .contact-container {
    margin: 0px;
  }
  .contact-info {
    margin-right: 0%;
    padding-top: 20px;
  }
  .footer_logo img {
    max-width: 70px;
  }
  .footer_menu ul li a {
    font-size: 9px;
  }
  .footer_contact p {
    font-size: 7px;
  }
  .footer_bottom {
    border-radius: 50px 50px 0 0;
  }
  .footer_credits {
    font-size: 6px;
  }
  .navbar .marketplace-btn {
    width: 70px;
  }
}

@media screen and (max-width: 440px) {
  .contact-info p {
    font-size: 10px;
  }
  .contact-text {
    font-size: 13px;
  }
  .contact-details {
    font-size: 13px;
  }
  .footer_bot_top {
    height: 6vh;
  }
  .contact-form form {
    display: grid;
    justify-content: center;
  }
  .contact-form input,
  .contact-form textarea {
    width: 30vw;
    padding: 5px;
    height: 16px;
    font-size: 9px;
    margin: 7px 0;
  }
      .contact-form button {

        width: 100%;
    }
  .contact-form {
    width: 60%;
    height: 25vh;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0px;
  }
  .footer_menu ul {
    gap: 4px !important;
  }
  .footer_logo img {
    max-width: 50px;
    margin-top: 25px;
  }
  .btn {
    width: 50px;
    height: 24px;}
    .btn.download-app {

    width: 75px;}
}
@media screen and (max-width: 400px) and (max-height: 700) {
  .contact-form {
    width: 60%;
    height: 30vh;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0px;
  }
}
