@charset "UTF-8";
@font-face {
  font-family: "Krona One";
  src: url("../../font/KronaOne-Regular.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../font/Montserrat-VariableFont_wght.ttf");
  font-weight: 200;
  font-style: normal;
}
footer {
  background-color: black;
  color: rgba(255, 255, 255, 0.6);
}
footer .container-fluid .btn {
  border: 2px solid #b0ca0b;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-top: 0px;
}
footer .container-fluid h5 {
  color: #b0ca0b;
  text-align: center;
  width: 100%;
}
footer .container-fluid ul {
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  padding: 0px;
}
footer .container-fluid ul li {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
footer .container-fluid ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 20px;
  font-size: 12px;
}
footer .container-fluid .footerİnner {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr repeat(2, 1fr);
  grid-gap: 30px 30px;
  padding: 0px 128px;
  padding-top: 50px;
}
footer .container-fluid .footerİnner .contact {
  text-align: center;
  display: grid;
  justify-items: end;
  text-align: end;
}
footer .container-fluid .footerİnner .contact .social {
  display: grid;
}
footer .container-fluid .footerİnner .contact .social ul {
  display: flex;
  gap: 10px;
}
footer .container-fluid .footerİnner .contact .social ul li i {
  font-size: 26px;
  line-height: 36px;
}
footer .footer-icon .images {
  position: relative;
}
footer .footer-icon .images img {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 0 20px;
  transform: translateX(-50%);
  left: 50%;
}
footer .footer-icon .images::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #b0ca0b;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-corp {
  display: flex;
  justify-content: space-between;
  padding: 0px 128px;
  padding-top: 20px;
  padding-bottom: 50px;
}
footer .footer-corp nav {
  display: flex;
  gap: 30px;
}
footer .footer-corp nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {
  footer .container-fluid h5 {
    font-size: 1rem;
  }
  footer .container-fluid ul li a {
    line-height: 0px;
  }
  footer .container-fluid .footerİnner {
    padding: 0px;
    padding-top: 50px;
    grid-gap: 30px 10px;
  }
  footer .footer-corp {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  footer .footer-corp nav a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  footer .container-fluid .btn {
    padding: 4px 10px;
    font-size: 12px;
  }
  footer .container-fluid .footerİnner {
    grid-template-columns: 1fr 1fr;
  }
  footer .container-fluid .footerİnner .contact {
    justify-items: start;
    text-align: start;
  }
  footer .footer-icon .images img {
    width: 120px;
  }
  footer .footer-corp nav {
    gap: 20px;
  }
  footer .footer-corp nav a {
    font-size: 12px;
  }
  footer .footer-corp img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer .footer-corp {
    display: block;
    text-align: center;
  }
  footer .footer-corp nav {
    justify-content: center;
  }
  footer .footer-corp img {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  footer .container-fluid .footerİnner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .container-fluid .footerİnner .contact {
    text-align: center;
    justify-items: center;
  }
  footer .container-fluid .footerİnner .contact .social ul {
    justify-content: center;
  }
  footer .footer-corp {
    display: block;
    text-align: center;
  }
  footer .footer-corp nav {
    justify-content: center;
  }
  footer .footer-corp img {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  footer .footer-corp {
    display: block;
    text-align: center;
  }
  footer .footer-corp nav {
    justify-content: center;
    display: grid;
  }
  footer .footer-corp img {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=footer.css.map */