footer {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}


footer .footer-decor {
  position: absolute;
  inset: 0;
  z-index: 1;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer .footer-inner {
  position: relative;
  z-index: 2;
}
/* 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 .row {
    --gutter-x: 5px;
}

footer .footer-title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

footer .logo-row{
  position: relative;
  margin-bottom: 35px;
}

footer .logo-row::before {
  position: absolute;
  content: "";
  left: 1%;
  width: 42%;
  height: 1px;
  background: var(--subtitle-color);
  top: 50%;
}

footer .logo-row::after {
  position: absolute;
  content: "";
  right: 1%;
  width: 42%;
  height: 1px;
  background: var(--subtitle-color);
  top: 50%;
}

footer .footer-logo{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

footer .footer-logo img {
  width: 180px;
  margin: 0 auto;
}

footer .footer-text {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

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;
  flex-wrap:wrap;
}

footer .footer-social-container .footer-top-social-link{
  padding: 7px;
  border-radius: 10px;
  background-color: var(--subtitle-color);
  color: var(--text-light);
  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: #fff;
  width: 30px;
  height: 30px;
}

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

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

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;
}

/* 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;
}

