@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

footer {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #003049;
  height: auto;
  width: 100%;
  padding: 2rem 0;
  color: #f1f5f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
address {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer-container .f-c {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

address a {
  color: #b7cddc;
  text-decoration: none;
  line-height: 2;
}
address a:hover {
  color: #6f9ab9;
}

@media screen and (max-width: 992px) {
  .footer-container div {
    font-size: 1.1rem;
  }
}
footer .logo {
  background-image: url(./logo-ceo-beli.png);
  width: 7rem;
  height: 7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-container div .social-media-container {
  height: fit-content;
}
.social-media {
  margin-bottom: 1rem;
}
.social-media h3 {
  font-weight: lighter;
  margin-bottom: 1rem;
  text-align: center;
}

.social-media-container ul {
  position: relative;
  display: flex;
  padding: 0;
}

.social-media-container ul li {
  position: relative;
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
}
.social-media-container ul li a {
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.social-media-container ul li a .fa-brands {
  font-size: 1.6em;
  color: #6f9ab9;
}
.social-media-container ul li::before {
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.social-media-container ul li:hover::before {
  opacity: 1;
}
.social-media-container ul li:hover a {
  opacity: 0;
}

.social-media-container ul li:nth-child(1)::before {
  content: "\f16d";
  color: #fcfcfc;
  border-bottom: 2px solid #f70069;
}
.social-media-container ul li:nth-child(2)::before {
  content: "\f232";
  color: #fcfcfc;
  border-bottom: 2px solid #1eda49;
}

.social-media-container ul li:nth-child(3)::before {
  content: "\f409";
  color: #fcfcfc;
  border-bottom: 2px solid #6359a2;
}
.social-media-container ul li:hover::before {
  height: 100%;
}
.ponuda-s {
  font-weight: bold;
  font-size: 1.4rem;
}
.footer-stanovi ul li {
  list-style: none;
  text-align: center;
}
.footer-stanovi ul li a {
  text-decoration: none;
  color: #f1f5f8;
  line-height: 1.5;
}

.footer-stanovi ul li a:hover {
  color: #abd3ef;
}
