footer {
  padding-top: 106px;
  position: relative;
  z-index: 2;
}
footer::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url("/themes/custom/ozelbankacilik/img/footer.svg");
}
footer .footer {
  padding-block: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
footer .footer:last-of-type {
  border-bottom: none;
}
footer .footer span {
  color: #B9955C;
  font-size: 18px;
  font-weight: 400;
  font-family: "Gotham Narrow Book", sans-serif;
}
footer .footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  padding-top: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
footer .footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: "Gotham Narrow", sans-serif;
  position: relative;
  transition: 0.3s ease-in;
}
footer .footer ul li a:hover {
  color: rgb(152, 123, 78);
  transition: all 0.3sease;
}
footer .footer-down {
  background-color: #181818;
  margin-top: 106px;
  padding: 42px 0;
}
footer .footer-down p {
  color: #FFFFFF;
  font-family: "Gotham Narrow xlight", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-box {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.footer-box-content span {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 48px;
}
.footer-box-content p {
  display: block;
  color: #B9955C;
  font-size: 23px;
  font-weight: 300;
  font-family: "Gotham Narrow Extra Light", sans-serif;
}
.footer-box-content a {
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 34px;
  font-weight: 400;
  display: inline-block;
  color: #FFFFFF;
  margin-top: 16px;
}
.footer-box-bottom {
  border-radius: 0.5rem;
  background: #0F0F0F;
  padding: 24px;
  margin-top: 56px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  float: right;
}
.footer-box-bottom span {
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 31px;
  font-weight: 325;
  color: #FFFFFF;
  max-width: 113px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .footer-box-bottom span {
    font-size: 28px;
    max-width: 140px;
  }
}
.footer-box-bottom p {
  font-family: "Gotham Narrow Light", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  color: #FFFFFF;
}

.social {
  display: flex;
  justify-content: start;
  gap: 18px;
  align-items: center;
  flex-direction: row;
  margin-top: 18px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-up {
  background-color: #222222;
  position: relative;
  z-index: 2;
}

div#block-ozelbankacilik-whatsapphatti-2 {
  display: none;
}

div#block-ozelbankacilik-whatsapphatti {
  display: block;
}

@media (max-width: 992px) {
  footer {
    padding-top: 32px;
  }
  footer div#block-ozelbankacilik-whatsapphatti-2 {
    display: block;
  }
  footer div#block-ozelbankacilik-whatsapphatti {
    display: none;
  }
  footer .footer ul {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer-box span {
    font-size: 24px;
  }
  footer .footer-box p {
    font-size: 18px;
  }
  footer .footer-box a {
    margin-top: 8x;
    font-size: 25px;
  }
  footer .footer-down {
    margin-top: 40px;
  }
  .footer-box-bottom img {
    display: none;
  }
  .footer-box-bottom span {
    font-size: 23px;
  }
  .footer-box-bottom p {
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
  }
  .footer-box-bottom .social li a img {
    display: block;
  }
}

/*# sourceMappingURL=footer.css.map */
