
footer {
  overflow: hidden;
  position: relative;
}

footer .footer-inner {
  background:url("../images/anasayfa-bg.png");
  background-size: cover;
  background-position: center;
  position:relative;
}
footer .footer-inner::before{
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}
footer .footer-top{
  padding: 50px 0;
  border-bottom: 1px solid var(--text-light);
}

footer .footer-menu{
  margin-bottom: 20px;
}

footer .footer-title {
  color: var(--text-light);
  font-size: 25px;
  font-weight: 600;
}

footer .footer-logo{
  width: 75%;
  display: block;
}

footer .footer-logo::after {
  content: "";
  width: 2px;
  height: 90px;
  background-color: var(--text-light);
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
}

footer .footer-text {
  color: var(--text-light);
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

footer .footer-kvkk-link {
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: italic;
  transition: 0.3s ease-in;
}

footer .footer-kvkk-link:hover{
  opacity: 0.5;
}

footer .footer-social-container {
  margin-top: 15px;
  gap: 22px;
}

footer .footer-social-container .footer-top-social-link{
  padding: 7px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

footer .footer-social-container .footer-top-social-link:hover {
  transform: rotate(15deg);
}

footer .footer-social-container .footer-top-social-link svg {
  color: #fff;
  width: 45px;
  height: 45px;
}

footer .footer-center{
  padding: 50px 0;
}

footer .footer-social-container .footer-top-social-link svg {
  color: var(--text-light);
  width: 35px;
  height: 35px;
}

footer .footer-social-container .footer-top-social-link.instagram {
  background: linear-gradient(87deg, #FBCE0E 0%, #FE6D27 27%, #EB217D 58%, #7C1CC7 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  padding: 7px;
}

footer .footer-social-container .footer-top-social-link.youtube {
  background-color: #f03;
  border-radius: 50%;
  padding: 7px;
}

footer .footer-social-container .footer-top-social-link.facebook {
  background-color: #0866ff;
  border-radius: 50%;
  padding: 7px;
}

footer .footer-editor {
  margin-top: 15px;
  gap: 10px;
}

footer .footer-editor .editor-icon {
  background: var(--primary-brown);
  border-radius: 50%;
  padding: 10px;
  color: #fff;
}

footer .footer-editor .editor-text{
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

footer .footer-editor .editor-text a{
  color: #fff;
}

footer .footer-center .footer-menu {
  margin-top: 25px;
}

footer .footer-center .footer-menu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .footer-center .footer-menu ul li a{
  color: var(--text-light);
  font-size: 18px;
  transition: 0.3s ease-in;
}

footer .footer-center .footer-menu ul li a:hover{
  opacity: 0.5;
}

footer .footer-center .footer-contact-container{
    margin-top: 25px;
}

footer .footer-center .footer-contact-container .footer-contact{
  color: var(--text-light);
  font-size: 18px;
  margin-bottom: 10px;
  gap: 10px;
}

footer .footer-center iframe{
  margin-top: 25px;
}

/* footer bottom */

footer .footer-bottom {
  background-color: var(--text-dark);
  padding: 10px 0;
}

footer .footer-bottom .copyright{
  font-size: 18px;
}