/* ============================== FOOTER LIJEVA STRANA ==============================*/
.sectionfooter .footer-lijevo{
    background: #000;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
}
.sectionfooter .footer-lijevo .footer-logoseciton{
    display: flex;
    flex-direction: column;
}
.sectionfooter .footer-lijevo .logofooter {
    width: 280px;
}
.footer-lijevo span {
    display: flex;
    color: #ffffffb9;
    font-family: 'Switzer-ExtralightItalic';
    font-size: 16px;
}
.footer-lijevo .footer-socialsection{
    display: flex;
    margin-top: auto;
}
.footer-lijevo ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 20px;
}
.footer-lijevo ul li{
    color: #ffffff48;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}
.footer-lijevo ul li:hover{
    color: #fffffff3;
    text-decoration: none;
    font-size: 20px;
}
@media (max-width: 991px){

    .sectionfooter .footer-lijevo, .footer-logoseciton{
        align-items: center;
    }
    .footer-logoseciton{
      padding-bottom: 20px;
    }

}
/* ============================== FOOTER DESNA STRANA ==============================*/
.footer-desno{
    display: flex;
    flex-direction: column;
    background: #f3f5f7;
    border-top: 1px solid #e7eaec;
}
.footer-dg-kategorije{
  background: rgb(237, 239, 241);
}
.footer-desno > .row{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.footer-desno .footer-desno-gore{
    flex: 1;
}
.footer-desno .footer-desno-gore h3{
  font-family: 'Switzer-Bold';
  color: #102355;
  margin-left: 25px;
}

.footer-desno .footer-desno-dole{
    background: #dfe0e2;
    display:flex;
    max-height: 45px;
    height: 45px;
    justify-content: center !important;
    align-items: center !important;
}
.footer-dg-col{
    padding: 30px 0 30px;
}
.footer-desno-dole span{
    color: #102355;
    font-size: 14px;
    font-family: 'Switzer-Light';
}
.footer-dg-col ul{
    margin-top: 15px;
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 7px;
}
.footer-dg-col ul li a{
    color: #102455b4;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Switzer-Regular';
}
.footer-dg-col .news-subtitle{
    font-size: 15px;
    margin-left: 30px;
}

.footer-dg-pretplata .input-wrapper {
  margin: 0 auto;
  width: 90%;
  height: 45px;
  border-radius: 100px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d0ddee;
}

.footer-dg-pretplata .icon {
  width: 30px;
  fill: #9bbbd6;
  margin-left: 8px;
  transition: all 0.3s;
}
.footer-dg-pretplata .footer-news-input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 15px;
  background-color: #fff;
  color: #102355;
  font-size: 16px;
  border: none;
}
.footer-dg-pretplata .footer-news-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px aliceblue inset;
  -webkit-text-fill-color: #ffffff;
}
.footer-dg-pretplata .Subscribe-btn {
  height: 100%;
  width: 100px;
  border: none;
  border-radius: 100px;
  color: rgb(247, 247, 247);
  cursor: pointer;
  background-color: #000000;
  font-weight: 500;
  font-size: 13px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.footer-dg-pretplata .arrow {
  /* display: none; */
  position: absolute;
  margin-right: 150px;
  transition: all 0.3s;
}
.footer-dg-pretplata .input-wrapper:active .icon {
  transform: scale(1.3);
}
.footer-dg-pretplata .Subscribe-btn:hover {
  color: #000000;
}
.footer-dg-pretplata .Subscribe-btn:hover .arrow {
  margin-right: 0;
  animation: jello-vertical 0.9s both;
  transform-origin: right;
  fill: #fff;
}

.footer-dg-pretplata .news-subtitle{
    font-family: 'Switzer-Light';
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.Subscribe-btn:active {
  transform: scale(0.9);
}

@media only screen and (max-width: 992px) {
  .footer-dg-linkovi, .footer-dg-kategorije{
    display: none;
  }
}