
footer {
  position: relative;
  overflow: hidden;
}

footer .footer-inner {
  position: relative;
  z-index: 2;
  background: var(--text-color);
}
/* footer .footer-decor {
  position: absolute;
  right: 0;
  bottom: 95%;
  z-index: -1;
} */
/* footer .footer-inner{
  background: var(--footer-gradient);
} */

footer .footer-top{
  padding: 50px 0 0;
}

footer .footer-title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  margin-bottom: 15px;
}

footer .footer-logo{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

footer .footer-logo img {
  width: 100%;
  margin: 0 auto;
}

footer .logo-row {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ffffff8a;
}

footer .footer-text {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #ECECEF;
}

footer .google-map {
  margin-bottom: 15px;
}

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 {
  width: 100%;
  margin-bottom: 15px;
  gap: 10px;
  display: flex;
  justify-content: center;
}

footer .footer-social-container .footer-top-social-link{
  padding: 7px;
  border-radius: 50%;
  background-color: var(--text-light);
  color: var(--text-color);
  border: 1px solid var(--title-color);
  transition: 0.3s ease-in;
}

footer .footer-social-container .footer-top-social-link:hover {
  transform: rotate(10deg);
}

footer .footer-social-container .footer-top-social-link svg {
  color:var(--text-color);
  width: 20px;
  height: 20px;
}

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: #fff;
  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{
  color: #fff;
}

footer .footer-center .footer-contact-container .footer-contact {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
/* 
footer .footer-center iframe{
  margin-bottom: 25px;
} */

footer .footer-certificates {
  gap: 10px;
}

footer iframe{
  margin-top: 20px;
  border-radius: 20px;
  filter: invert(90%) hue-rotate(180deg);
  border: 2px solid #fff;
}


/* footer bottom */

footer .footer-bottom {
  /* background-color:var(--text-color); */
  padding: 15px 0;
  border-top: 1px solid #fff;
}

footer .footer-bottom .copyright{
  font-size: 18px;
  color: #fff;
}