
footer {
  overflow: hidden;
  position: relative;
}

footer .footer-inner{
  background: var(--bg-gradient-3);
}

footer .footer-top{
  padding: 50px 0 0;
}

footer .footer-title {
  color: var(--text-light);
  font-size: 25px;
  font-weight: 600;
}

footer .footer-logo{
  width: 100%;
  display: block;
}

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-bottom: 15px;
  gap: 28px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

footer .footer-social-container .footer-top-social-link{
  padding: 10px;
  border-radius: 10px;
  color: var(--text-light);
  border: 1px solid var(--text-light);
  transition: 0.3s ease-in;
}

footer .footer-social-container .footer-top-social-link:hover {
  background: var(--bg-gradient-2);
}

footer .footer-social-container .footer-top-social-link svg {
  color: var(--text-light);
  width: 30px;
  height: 30px;
}

footer .footer-center{
  padding: 75px 0;
}

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: 20px;
  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-bottom: 25px;
}

footer .footer-center-contact-col iframe {
  height: 225px;
}

footer .footer-center .certificates-content {
  height: 100%;
}

/* footer bottom */

footer .footer-bottom {
  background-color:var(--color);
  padding: 15px 0;
  border-top: 1px solid #fff;
}

footer .footer-bottom .copyright{
  font-size: 18px;
  color: #fff;
}