/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 35px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  text-decoration: none;
  margin-left: 5px;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}


/** Auto Layout */
/**@media (min-width: 2560px) {

  #footer {
    .footer-top {
      max-width: 85% !important;
    }
    .footer-about a span {
      font-size: 48px !important;
    }
    .footer-contact p {
      font-size: 24px !important;
    }
    .footer-links a {
      font-size: 24px !important;
      line-height: 3.5rem !important;
    }
    .footer-top p {
      font-size: 24px !important;
    }
    .copyright p {
      font-size: 24px !important;
    }
  }

  .scroll-top {
    padding: 40px !important;
  }
  .scroll-top i {
    height: 48px !important;
    width: 48px !important;
  }
}
*/

/*@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .footer-top {
    max-width: 90% !important;
  }
  .footer-about a span {
    font-size: 24px !important;
  }
  .footer-contact p {
    font-size: 14px !important;
  }
  .footer-links a {
    font-size: 11px !important;
    line-height: 2.5rem !important;
  }
  .footer-top p {
    font-size: 14px !important;
  }
  .copyright p {
    font-size: 10px !important;
  }
  }

  .scroll-top {
  padding: 40px !important;
  }
  .scroll-top i {
  height: 48px !important;
  width: 48px !important;
  }
}
*/


/** MEDIA SIZE CSS **/
/* Mobil cihazlar (320px - 480px) */
@media only screen and (min-width: 320px) {

  @media only screen and (min-width: 320px) and (max-width: 768px) {

  }

  @media only screen and (min-width: 769px) {

  }

  @media only screen and (min-width: 320px) and (max-width: 480px) {

  }

  /* iPad'ler ve Tabletler (481px - 768px) */
  @media only screen and (min-width: 481px) and (max-width: 768px) {

  }

  /* Küçük ekranlar ve laptoplar (769px - 1024px) */
  @media only screen and (min-width: 769px) and (max-width: 1024px) {

    @media only screen and (min-width: 769px) and (max-width: 800px) {

    }

  }

  /* Masaüstü ve büyük ekranlar (1025px - 1200px) */
  @media only screen and (min-width: 1025px) and (max-width: 1200px) {

  }

  /* Ekstra büyük ekranlar ve TV (1201px ve üstü) */
  @media only screen and (min-width: 1440px) {
  
  }

}
