@font-face {
  font-family: "Platform";
  src: local("Platform Medium"), local("Platform-Medium"),
    url("fonts/Platform-Medium.woff2") format("woff2"),
    url("fonts/Platform-Medium.woff") format("woff"),
    url("fonts/Platform-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Platform-Regular";
  src: local("Platform Regular"), local("Platform-Regular"),
    url("fonts/Platform-Regular-Web.woff2") format("woff2"),
    url("fonts/Platform-Regular-Web.woff") format("woff"),
    url("fonts/Platform-Regular-Web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #f28a1a;
  color: #662d91;
  font-family: "Platform", sans-serif;
}
.container-fluid {
  margin-top: 40px;
}
.title-image {
  max-width: 97%;
  width: 1180px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}
p {
  font-size: 37px;
  line-height: 45px;
}
.logo {
  max-width: 100%;
  width: 136px;
}
.center {
  text-align: center;
}
.bg-mmps {
  background-color: #fee1c6;
  padding-top: 29px;
  /*padding-bottom: 69px;*/
}
.mmps-small {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}
.col img,
.col-md-8 img {
  max-width: 100%;
  height: auto;
}
.mmps-2dbc {
  width: 199px;
}
.klikom-na-link {
  width: 303px;
}
.mmps-2dbc-col {
  max-width: calc(199px + 24px);
}
.mmps-ili-col {
  padding-top: 36px;
  max-width: calc(50px + 24px);
}
.mmps-klik-col {
  /*max-width: calc(281px + 24px);*/
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mmps-klik-col:before {
  content: "";
  height: 29px;
  width: 61px;
  margin-right: 36px;
  background-image: url("img/strelica.png");
  background-size: 61px 29px;
  background-repeat: no-repeat;
}
.mmps-klik-col:after {
  content: "";
  margin-left: 20px;
  width: 79px;
  height: 80px;
  background-image: url("img/smiley2.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mmps-klik-col .strelica {
  height: 29px;
  width: 61px;
  margin-right: 36px;
}
.mmps-klik-col .smiley2 {
  margin-left: 20px;
  max-width: 79px;
}
.zasretnijadjetinjstva {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 458px;
  max-width: 100%;
}
.mmps-light-text {
  color: #fee1c6;
  font-size: 50px;
  line-height: 60px;
  font-family: "Platform-Regular", sans-serif;
  position: relative;
  margin-bottom: 90px;
}
img.smiley {
  width: 99px;
  position: relative;
  top: 25px;
}
.m2 p,
.mmps-kampanja {
  margin-bottom: 80px;
}
img.ajmorijeka {
  width: 290px;
}
p.ajmorijeka:after {
  content: "";
  width: 290px;
  height: 76px;
  background-image: url("img/ajmorijeka.png");
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  right: -60px;
}
p.smiley:after {
  content: "";
  width: 99px;
  height: 80px;
  background-image: url("img/smiley.png");
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ukupno-prikupljeno {
  font-family: "Platform-Regular", sans-serif;
  font-size: 100px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 56px;
}
a {
  color: unset !important;
}
.m-top {
  margin-top: 87px;
}
img.jednakeprilike {
  width: 352px;
  height: auto;
}
.jednakeprilike {
  position: relative;
}
.jednakeprilike:before {
  content: "";
  width: 352px;
  height: 77px;
  background-image: url("img/jednakeprilike.png");
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 35px;
  top: -140px;
}
.footer .row:first-child {
  border-top: 5px solid #662d91;
  padding-top: 51px;
  padding-bottom: 36px;
}
.right {
  text-align: right;
}
.footer.container-fluid {
  padding-left: 37px;
  padding-right: 37px;
  margin-top: 0px;
  font-size: 20px;
}
.footer .col-md-8:first-child {
  padding-left: 0;
}
.footer .col-md-4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 0;
}
.footer a {
  text-decoration: none;
}
.large-only {
  display: block;
}
.small-only {
  display: none;
}
@media (max-width: 1260px) {
  p.ajmorijeka:after {
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  p.ajmorijeka:after {
    width: 183px;
    height: 40px;
    right: 0px;
    top: -78px;
    bottom: unset;
  }
  p {
    font-size: 30px;
    line-height: 35px;
  }
  .large-only {
    display: none;
  }
  .small-only {
    display: block;
  }
  .container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
  .logo {
    max-width: 70px;
    margin-bottom: 40px;
  }
  .title-image {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .mmps-light-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .ukupno-prikupljeno {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .footer .col-md-4 {
    justify-content: center;
    gap: 20px;
  }
  p.smiley {
    position: relative;
  }
  p.smiley:after {
    width: 52px;
    height: 30px;
    right: 30px;
    bottom: -15px;
  }
  br.large {
    display: none;
  }
  .jednakeprilike:before {
    top: -83px;
    left: 0px;
    max-width: calc(100vw - 40px);
    width: 223px;
    height: 40px;
    background-position: left center;
  }
  .jednakeprilike.m-top {
    margin-top: 58px;
  }
  .footer .col-md-8:first-child {
    margin-bottom: 30px;
  }
  .footer .col-md-4 {
    /*justify-content: space-between !important;*/
    flex-direction: column;
    padding-left: 0px;
    order: -1;
    text-align: left;
    margin-bottom: 20px;
  }
  .mmps-2dbc-col,
  .mmps-ili-col,
  .mmps-klik-col {
    max-width: unset;
    min-width: 100%;
    text-align: center;
  }
  .mmps-klik-col a {
    max-width: calc(100% - 65px);
  }
  .klikom-na-link {
    width: 278px;
    height: auto;
  }
  /*.container-fluid {
    padding: 0;
  }*/
  .bg-mmps {
    padding-top: 49px;
    padding-bottom: 88px;
  }
  .mmps-klik-col {
    position: relative;
  }
  .mmps-klik-col:before {
    position: absolute;
    height: 20px;
    width: 42px;
    background-size: 42px 20px;
    margin: 0;
    left: 0px;
    bottom: 0px;
  }
  .mmps-klik-col:after {
    position: absolute;
    width: 56px;
    height: 32px;
    right: 25px;
    bottom: -55px;
    margin: 0;
  }
  .m2 p,
  .mmps-kampanja {
    margin-bottom: 60px;
  }
  .mmps-kampanja {
    min-width: 100vw;
    width: 100vw;
    margin-left: -15px;
  }
  .mmps-prikupljeno {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .mmps-prikupljeno .container-fluid {
    margin-top: 0;
    padding-top: 0;
  }
  .mmps-prikupljeno p {
    margin-bottom: 36px !important;
  }
}
