@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.boldovano {
  color: #349fc3;
  font-weight: 500;
}

.boldovano-two {
  color: rgb(14, 150, 235);
}

.boldovano-prva {
  font-weight: 600;
}

.link {
  text-align: center;
}

.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #1f1f1f;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

section .logo {
  width: 240px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 15px;
}

.to-top:hover {
  text-decoration: none;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  box-shadow: 0px 0px 10px black;
  opacity: 1;
}

@media (min-width: 576px) {
  section .logo {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .to-top {
    background: white;
    position: fixed;
    right: 32px;
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
  section .logo {
    width: 400px;
  }
}
.header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 1px solid rgb(14, 150, 235);
  top: 20px;
  position: relative;
  cursor: pointer;
  width: 97%;
  margin-left: 4px;
}

.cura-color {
  background: linear-gradient(#0079bb 30%, #232176 70%);
  -webkit-background-clip: text;
  color: transparent;
}

.fa-plus {
  padding-left: 2px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: rgb(14, 150, 235);
  font-weight: 500;
  font-size: 20px;
  padding-right: 0px;
  text-align: center;
  text-decoration: none;
}

.navbar-collapse .collapse .show {
  position: relative;
  z-index: 4;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  transition: 0.3s;
}

.navbar .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar .navbar-brand .logo {
  margin-bottom: 20px;
  width: 170px;
}

.serbia img,
.english img {
  width: 15%;
  padding-right: 5px;
}

.serbia,
.english {
  color: rgb(14, 150, 235);
  font-weight: 500;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  border: none;
  border-radius: 20px;
  position: relative;
  -webkit-backdrop-filter: blur(100%);
          backdrop-filter: blur(100%);
  position: relative;
  z-index: 3;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler span {
  width: 28px;
  height: 3px;
  background: rgb(14, 150, 235);
  margin-bottom: 5px;
  display: block;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    flex-grow: 0;
  }
  .nav-bar {
    width: 97%;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: -88px;
    top: 58px;
  }
  .navbar {
    margin: 0 auto;
    justify-content: space-between;
  }
  .header-custom {
    display: flex;
  }
  .navbar .navbar-brand .logo {
    width: 90px;
    margin-top: 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding-left: 8px;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
  .serbia,
  .english {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: -72px;
    top: 66px;
  }
  .serbia,
  .english {
    font-size: 20px;
  }
  .serbia img,
  .english img {
    width: 27%;
    padding-right: 5px;
  }
  .navbar .navbar-brand .logo {
    width: 150px;
    margin-top: 0px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding-left: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: -59px;
    top: 79px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 19px;
  }
  .navbar {
    width: 97%;
  }
  .navbar .navbar-brand .logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding-right: 20px;
  }
}
.home-section {
  background: linear-gradient(90deg, rgb(9, 9, 121), rgba(14, 150, 235, 0.7), rgb(0, 212, 255)), url("/image/ruke.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding-top: 200px;
  box-shadow: inset 0px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.ssss {
  margin-top: 50px;
  margin-bottom: 323px;
}

.navbar-brand {
  padding: 0;
}

.crta {
  display: none;
  margin-right: 10px;
  padding-right: 2px;
  height: 36%;
  margin-top: 24px;
  background-color: white;
}

.glavni-p {
  font-size: 38px;
  text-align: center;
}

.glavni-link {
  text-decoration: none;
  color: white;
  padding: 13px;
  border: none;
  width: 120px;
  border-radius: 10px;
  font-size: 13px;
  background-color: rgb(14, 150, 235);
}

.glavni-link a {
  text-decoration: none;
}

.glavni-link:hover {
  background-color: white;
  transition: 0.2s ease-in-out;
  color: #000;
  text-decoration: none;
}

.home-section img {
  width: 100%;
  opacity: 0.8;
  border: solid 8px rgba(0, 0, 0, 0.5);
}

.home-section-p {
  font-size: 18px;
  margin: 0;
  text-align: center;
  padding-left: 0;
  margin-bottom: 15px;
}

.pocetna-ikonice {
  padding-top: 20px;
}

.pocetna-ikonice a {
  transition: transform 1.5s;
  width: 50px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  display: inline;
  padding-left: 0px;
}

.pocetna-ikonice a:hover {
  transform: rotate(360deg) scale(2);
}

.pocetna-ikonice a:nth-child(2) {
  padding-left: 7px;
}

@media (min-width: 576px) {
  .home-section {
    padding-top: 220px;
  }
  .home-section-p {
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
  }
  .glavni-p {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .pocetna-ikonice {
    padding-top: 0px;
  }
  .pocetna-ikonice a {
    padding-left: 20px;
  }
  .glavni-link {
    margin-left: 25px;
  }
  .glavni-p {
    margin-left: 25px;
    text-align: left;
  }
  .ssss {
    margin-top: 78px;
    margin-left: 50px;
    margin-bottom: 325px;
  }
  .home-section {
    padding-top: 158px;
  }
  .home-section-p {
    text-align: left;
    margin-left: 25px;
  }
  .crta {
    display: inline-block;
    margin-top: 20px;
    height: 95%;
  }
}
@media (min-width: 992px) {
  .glavni-p {
    font-size: 40px;
  }
  .home-section {
    padding-top: 270px;
  }
  .home-section-p {
    font-size: 30px;
    text-align: left;
  }
  .crta {
    margin-top: 20px;
    height: 95%;
  }
  .ssss {
    margin-top: 14px;
    margin-left: 63px;
    margin-bottom: 325px;
  }
}
@media (min-width: 1200px) {
  .glavni-p {
    font-size: 65px;
  }
  .home-section-p {
    font-size: 32px;
  }
  .glavni-link {
    font-size: 15px;
  }
  .celokupni-tekst {
    padding-top: 50px;
  }
  .crta {
    margin-top: 80px;
    height: 78%;
  }
}
@media (min-width: 1400px) {
  .ssss {
    margin-top: 50px;
    margin-bottom: 550px;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
}

.box div {
  position: absolute;
  background-color: transparent;
  font-size: 20px;
}

.fa-suitcase-medical {
  font-size: 30px;
}

.box div:nth-child(1) {
  top: 32%;
  left: 49%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 85%;
  left: 48%;
}

.box div:nth-child(3) {
  top: 30%;
  left: 19%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 77%;
  left: 73%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 73%;
  left: 22%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
  top: 38%;
  left: 86%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 57%;
  left: 90%;
  animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
  top: 22%;
  left: 6%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 53%;
  left: 3%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
  top: 22%;
  left: 75%;
  animation: animate 5s linear infinite;
}

@media (min-width: 576px) {
  .box div:nth-child(1) {
    top: 18%;
    left: 48%;
    animation: animate 10s linear infinite;
  }
  .box div:nth-child(4) {
    top: 27%;
    left: 87%;
  }
  .box div:nth-child(3) {
    top: 25%;
    left: 3%;
  }
}
@media (min-width: 768px) {
  .box div:nth-child(1) {
    top: 18%;
    left: 29%;
  }
  .box div:nth-child(3) {
    top: 30%;
    left: 48%;
  }
  .box div {
    font-size: 30px;
  }
  .box div:nth-child(4) {
    top: 44%;
    left: 62%;
    animation: none;
  }
  .box div:nth-child(6) {
    top: 32%;
    left: 85%;
  }
  .box div:nth-child(8) {
    top: 18%;
  }
  .box div:nth-child(10) {
    top: 17%;
  }
}
@media (min-width: 992px) {
  .box div {
    font-size: 35px;
  }
  .box div:nth-child(5) {
    left: 65%;
  }
}
@media (min-width: 1200px) {
  .box div {
    font-size: 45px;
  }
}
@keyframes animate {
  0% {
    transform: scale(0), translateY(0), rotate(0);
    opacity: 1;
  }
  100% {
    transform: scale(0), translateY(-90px), rotate(360deg);
    opacity: 0;
  }
}
.home-four-box {
  z-index: 1;
  margin-bottom: 50px;
}

.home-four-text h2 {
  font-size: 20px;
  padding-left: 15px;
  padding-top: 10px;
  margin-right: 15px;
}

.home-four-text .james-parkinson {
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  color: #000;
  font-weight: bold;
}

.home-four-text p {
  font-size: 15px;
  padding-left: 15px;
  margin-right: 15px;
}

.home-four-box img {
  width: 100%;
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.3);
  margin: 0;
  transition: opacity 0.3s ease;
  height: 280px;
  border-radius: 10px 10px 0px 0px;
}

.home-four-box img:hover,
.home-four-box img:active {
  opacity: 0.3;
}

.margina-four img {
  z-index: 15;
  position: relative;
}

.four-hover-text a {
  font-size: 25px;
  color: #349fc3;
  text-decoration: none;
  position: absolute;
  text-align: center;
  width: 95%;
  display: block;
  top: 20%;
  z-index: 15;
}

.home-four-text {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: white;
  height: 49%;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.kruzic {
  color: #349fc3;
}

.home-four-text a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 15px;
}

@media (min-width: 576px) {
  .link {
    font-size: 13px;
  }
  .home-four-text p {
    font-size: 15px;
  }
  .home-four-box {
    margin-bottom: 40px;
  }
  .four-hover-text a {
    font-size: 26px;
    top: 25%;
  }
  .home-four-text h2 {
    font-size: 20px;
  }
  .margina-four {
    margin: 0 auto;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .home-four-box img {
    height: 350px;
  }
  .home-four-text h2 {
    font-size: 23px;
  }
  .home-four-text p {
    font-size: 18px;
  }
  .four-hover-text a {
    top: 20%;
  }
}
@media (min-width: 992px) {
  .link {
    font-size: 16px;
  }
  .margina-four {
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
  }
  .home-four-text h2 {
    font-size: 15px;
  }
  .home-four-text p {
    font-size: 14px;
  }
  .four-hover-text a {
    top: 17%;
  }
  .home-four-box img {
    width: 100%;
    box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1200px) {
  .four-hover-text a {
    top: 18%;
  }
  .home-four-text h2 {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 10px;
    margin-right: 15px;
  }
}
.donacije {
  margin-bottom: 70px;
}

.heart-rate svg {
  width: 200px;
}

.donacije-text {
  text-align: center;
}

.donacije-text p {
  margin-bottom: 35px;
}

.donacije-text h2 {
  font-size: 25px;
}

.link {
  text-decoration: none;
  color: #000;
  padding: 13px;
  border: 1px solid #000;
  width: 120px;
  font-size: 13px;
  border-radius: 4px;
}

.aktivan {
  background-color: rgb(14, 150, 235);
  color: white;
  border: none;
}

.link:hover {
  background-color: rgb(14, 150, 235);
  color: white;
  text-decoration: none;
}

.donacije-heart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.donacije-heart {
  margin-top: 100px;
}

.heart {
  height: 50px;
  width: 50px;
  background: #f20044;
  position: relative;
  transform: rotate(-45deg);
  box-shadow: -10px 10px 90px #f20044;
  animation: heart 0.6s linear infinite;
}

@keyframes heart {
  0% {
    transform: rotate(-45deg) scale(1.07);
  }
  80% {
    transform: rotate(-45deg) scale(1);
  }
  100% {
    transform: rotate(-45deg) scale(0.8);
  }
}
.heart::before {
  content: " ";
  position: absolute;
  height: 50px;
  width: 50px;
  background: #f20044;
  top: -50%;
  border-radius: 50px;
  box-shadow: -10px -10px 90px #f20044;
}

.heart::after {
  content: " ";
  position: absolute;
  height: 50px;
  width: 50px;
  background: #f20044;
  right: -50%;
  border-radius: 50px;
  box-shadow: 10px 10px 90px #f20044;
}

.content {
  text-align: center;
}

.heart-rate svg {
  width: 200px;
}

.heart-rate {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  margin-top: 55px;
}

.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  animation: heartReatIn 1.7s linear infinite;
}

.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: -120%;
  animation: heartReatOut 1.7s linear infinite;
  background: rgb(255, 255, 255);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
}

@keyframes heartReatIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes heartReatOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
@media (min-width: 576px) {
  .donacije-heart {
    margin-top: 0px;
  }
  .donacije-text {
    text-align: left;
  }
  .donacije-text h2 {
    font-size: 20px;
  }
  .donacije-text p {
    font-size: 13px;
  }
  .donacije-text .donacija-link {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .donacije-text .donacija-link {
    font-size: 1rem;
  }
  .heart-rate svg {
    width: 300px;
  }
  .heart {
    height: 80px;
    width: 80px;
  }
  .heart::before {
    height: 80px;
    width: 80px;
  }
  .heart::after {
    height: 80px;
    width: 80px;
  }
  .donacije-text h2 {
    font-size: 30px;
  }
  .donacije-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .donacije-text h2 {
    font-size: 32px;
  }
  .donacije-text {
    margin-top: 15px;
  }
  .donacije-text p {
    font-size: 17px;
  }
}
footer {
  position: relative;
  width: 100%;
  background: rgb(14, 150, 235) 35%;
  padding: 20px 50px;
  flex-direction: column;
}

.icons {
  text-align: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding-left: 0;
}

.menu {
  text-align: center;
  padding-left: 0;
}

@media (min-width: 768px) {
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    padding-left: 0;
  }
  .icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.icons li {
  list-style: none;
}

.menu li {
  list-style: none;
}

.icons li a {
  font-size: 35px;
  color: white;
  margin-right: 10px;
  display: inline;
  transition: 0.5s;
}

footer .menu li a {
  font-size: 20px;
  color: white;
  margin: 0 10px;
  display: inline;
  transition: 0.5s;
  text-decoration: none;
}

footer .wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/image/wave.png");
  background-size: 1000px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animatewave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animatewave_2 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animatewave 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animatewave_2 3s linear infinite;
}

@keyframes animatewave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes animatewave_2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@media (max-width: 576px) {
  .icons li a {
    font-size: 30px;
  }
}
.info-section {
  margin-bottom: 150px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.kartica-info {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.kartica {
  background-color: RGBA(14, 150, 235, 0.7);
  padding: 0px 20px;
  margin: 0 10px;
  width: calc(33% - 20px);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.kartica .ikonica {
  font-size: 28px;
  background: rgba(14, 150, 235, 0.9);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s linear;
  cursor: pointer;
}

.kartica:hover .ikonica,
.kartica:active .ikonica {
  background: none;
  color: rgb(14, 150, 235) 35%;
  transform: scale(1.6);
}

.kartica a {
  color: white;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  max-height: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s linear;
}

.kartica:hover a,
.kartica:active a {
  max-height: 90px;
  opacity: 1;
}

@media (max-width: 800px) {
  .kartica-info {
    flex-direction: column;
  }
  .kartica {
    max-width: 300px;
    margin: 10px 0;
    width: 100%;
  }
}
.cura-nega-section-one {
  padding-top: 120px;
  padding-bottom: 150px;
}

@media (min-width: 768px) {
  .cura-nega-section-one {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .cura-nega-section-one {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.cura-info {
  padding-top: 120px;
  margin-bottom: 150px;
}

@media (min-width: 768px) {
  .cura-info {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .cura-info {
    padding-top: 150px;
    margin-bottom: 150px;
  }
}
.kontakt {
  padding-top: 170px;
  min-height: 100vh;
  margin-bottom: 150px;
}

.contactTitle h1 {
  position: relative;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 25px;
}

.contactTitle h1::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #888;
  top: 120%;
  left: 0;
}

.contactTitle h1::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  background-color: rgb(14, 150, 235);
  top: calc(120% - 1px);
  left: 0;
}

.contactTitle p {
  font-size: 17px;
  color: #888;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 22px;
}

.contactInfo {
  margin-bottom: 16px;
}

.iconGroup {
  display: flex;
  align-items: center;
  margin: 25px 0px;
}

.iconGroup .icon {
  width: 45px;
  height: 45px;
  border: 2px solid rgb(14, 150, 235);
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}

.iconGroup .icon i {
  font-size: 20px;
  color: rgb(14, 150, 235);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iconGroup .details span {
  display: block;
  color: #888;
  font-size: 18px;
}

.iconGroup .details span:nth-child(1) {
  text-transform: uppercase;
  color: #ccc;
}

.socialMedia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 52px 0px 20px;
  margin-bottom: 80px;
}

.socialMedia a {
  width: 35px;
  height: 35px;
  text-decoration: none;
  text-align: center;
  margin-right: 15px;
  border-radius: 5px;
  background-color: rgb(14, 150, 235);
  transition: 0.4s;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.socialMedia a i {
  color: white;
  font-size: 18px;
  line-height: 35px;
  border: 1px solid transparent;
  transition-delay: 0.4s;
}

.socialMedia a:hover {
  transform: translateY(-5px);
  background-color: #2e2e2e;
  color: rgb(14, 150, 235);
  border: 1px solid rgb(14, 150, 235);
}

.socialMedia a:hover i {
  color: rgb(14, 150, 235);
}

.messageForm {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.inputGroup {
  margin: 18px 0px;
  position: relative;
}

.messageForm input,
.messageForm textarea {
  width: 100%;
  font-size: 18px;
  padding: 2px 0px;
  background-color: white;
  color: #666;
  border: none;
  border-bottom: 2px solid #888;
  outline: none;
}

.messageForm textarea {
  resize: none;
  height: 170px;
}

.inputGroup button {
  padding: 8px 16px;
  font-size: 18px;
  background-color: rgb(14, 150, 235);
  color: #ddd;
  border: 1px solid transparent;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.inputGroup button:hover {
  background-color: white;
  color: rgb(14, 150, 235);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(14, 150, 235);
}

iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 576px) {
  .iconGroup .icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .iconGroup .icon {
    display: block;
  }
}
@media (min-width: 1200px) {
  .kontakt {
    padding-top: 220px;
  }
}
.cura-donacije {
  padding-top: 170px;
}

.donacije-jedan {
  text-align: center;
}

.donacije-jedan h2,
.donacije-dva h3,
.donacije-tri h3 {
  font-size: 23px;
}

.donacije-dva h3,
.donacije-dva p,
.donacije-tri,
.cura-donacije-text,
.cura-donacije-text p {
  text-align: center;
}

.cura-donacije-text,
.cura-donacije-text p {
  font-size: 16px;
  text-align: center;
}

.donacije-materijal {
  font-size: 16px;
}

.aleksandrija img {
  width: 100%;
}

.hero .carousel {
  margin: 0px auto 0;
}

.image-container .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s linear;
}

.image-container .image:hover img {
  transform: scale(1.03);
  cursor: pointer;
  box-shadow: 1px 1px 10px #000;
}

.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: white;
  z-index: 100;
  cursor: pointer;
}
@media (orientation: landscape) {
  .popup-image span {
    color: red;
  }
}

.popup-image img {
  position: absolute;
  top: 31%;
  left: 0%;
  right: 0%;
  border-radius: 5px;
  width: 577px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-22%, -5%) rotate(90deg);
}
@media (orientation: landscape) {
  .popup-image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 675px;
  }
}

.cura-donacije-text {
  margin-bottom: 15px;
}

.cura-donacije-two p {
  margin-bottom: 50px;
}

.donacije-materijal {
  margin-bottom: 80px;
}

.flipster {
  overflow-x: hidden;
}

.hero {
  width: 100%;
  margin-bottom: 300px;
  overflow: visible;
}

.hero .carousel {
  width: 300px;
  height: 100%;
}

.flipster__button svg {
  color: white;
  font-size: 5px;
}

@media (min-width: 576px) {
  .donacije-dva h3,
  .donacije-dva p,
  .donacije-tri,
  .cura-donacije-text,
  .cura-donacije-text p {
    text-align: left;
  }
  .donacije-jedan {
    text-align: left;
  }
  .popup-image img {
    width: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-10%, -5%) rotate(90deg);
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .popup-image img {
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .flipster {
    overflow-x: visible;
  }
  .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 750px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aleksandrija img {
    width: 100%;
    filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
  }
  .hero .carousel {
    margin: 100px auto 0;
  }
}
@media (min-width: 1200px) {
  .cura-donacije {
    padding-top: 220px;
    margin-bottom: 50px;
  }
}
.cura-karijera {
  padding-top: 170px;
  margin-bottom: 250px;
}

.cura-karijera h1 {
  font-size: 25px;
}

.volonter img {
  margin-top: 25px;
  width: 100%;
  filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.2));
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .cura-karijera h1 {
    font-size: 35px;
  }
  .cura-karijera {
    margin-bottom: 320px;
  }
  .cura-karijera p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cura-karijera h1 {
    font-size: 35px;
  }
  .cura-karijera p {
    font-size: 16px;
  }
}
.home-section-two h1 {
  text-align: center;
  font-size: 25px;
  color: #349fc3;
}

.home-section-two p {
  text-align: center;
}

.stefan-slika img {
  margin: 0px;
  display: block;
  box-shadow: 4px 0px 50px 2px #349fc3;
  width: 80%;
}

.home-section-two .opiscura {
  font-size: 15px;
}

.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #349fc3;
}

.circle .fa-solid {
  font-size: 10px;
  text-align: center;
  display: block;
  padding-top: 7px;
  color: white;
}

.line {
  width: 2px;
  height: 100px;
  background-color: #349fc3;
  margin: 0 12px;
}

@media (min-width: 768px) {
  .home-section-two .opiscura {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .home-section-two-text {
    text-align: left;
  }
  .home-section-two {
    margin-bottom: 150px;
  }
  .home-section-two .opiscura {
    font-size: 13px;
  }
  .circle {
    width: 46px;
    height: 46px;
  }
  .circle .fa-solid {
    font-size: 20px;
    padding-top: 15px;
  }
  .line {
    width: 2px;
    height: 100px;
    margin: 0 23px;
  }
  .home-section-two p {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: left;
  }
  .home-section-two h1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .home-section-two .opiscura {
    font-size: 8px;
  }
  .home-section-two p {
    font-size: 14px;
  }
}
.saradnja img {
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.saradnja {
  margin-bottom: 25px;
}

.saradnja {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .saradnja img {
    width: 100%;
  }
  .saradnja {
    margin-bottom: 80px;
  }
}
.poseban-nega {
  padding-top: 170px;
  padding-bottom: 150px;
}

.poseban-nega img {
  width: 80%;
}

.poseban-nega h1 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
}

.poseban-nega h2 {
  text-align: center;
  font-size: 23px;
  padding-bottom: 15px;
}

.poseban-nega h3 {
  text-align: center;
  font-size: 20px;
}

.poseban-nega h4,
h5 {
  font-size: 19px;
  text-align: center;
}

.poseban-nega p {
  font-size: 17px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .poseban-nega img {
    width: 60%;
  }
  .poseban-nega h4,
  h5 {
    font-size: 22px;
    text-align: center;
  }
  .poseban-nega h3 {
    text-align: center;
    font-size: 25px;
  }
  .poseban-nega p {
    font-size: 19px;
    padding-bottom: 0px;
  }
  .poseban-nega h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .poseban-nega {
    padding-top: 200px;
  }
  .poseban-nega h2 {
    font-size: 30px;
  }
  .poseban-nega h3 {
    font-size: 28px;
  }
}
.home-section-three {
  background: linear-gradient(90deg, rgb(9, 9, 121) 0%, rgb(14, 150, 235) 35%, rgb(0, 212, 255) 100%);
  box-shadow: inset 0px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.home-section-three img {
  display: block;
  margin: 0 auto;
}

.home-section-three {
  color: white;
}

.image-card img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.care-text {
  color: #349fc3;
  border-radius: 0px 0px 10px 10px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: white;
  padding-bottom: 60px;
}

.image-card {
  border-radius: 0px 0px 0px 0px;
}

.klik {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}

.klik:hover {
  color: #000;
}

.care-text h1 {
  font-size: 20px;
  text-align: center;
  color: #349fc3;
  padding-top: 15px;
  margin-top: 0px;
}

.care-text p {
  color: #212529;
  font-size: 15px;
  margin-bottom: 0px;
  text-align: center;
}

.care-text .link {
  border: 1px solid #000;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

@media (max-width: 576px) {
  .nega-responsive {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .care-text .link {
    position: absolute;
    bottom: 10px;
  }
  .care-text p,
  .care-text h1 {
    text-align: left;
  }
  .home-section-three img {
    width: 400px;
    display: block;
    margin: 0 auto;
    border-radius: 5px 0px 0px 5px;
  }
  .care-style {
    margin-bottom: 50px;
  }
  .nega-responsive {
    width: 100%;
  }
  .care-text .link {
    font-size: 15px;
    padding: 10px;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .care-text p {
    font-size: 17px;
  }
  .care-text h1 {
    padding-top: 22px;
    font-size: 28px;
  }
}/*# sourceMappingURL=main.css.map */