/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Info
17. News
18. Banner 2
19. Banner
20. Home Numbers
21. Home Icons
22. EU Footer
23. Footer
24. About Page
25. Team Page
26. Page Info
27. Table Page
28. Volontiranje Page
29. Page Donate
30. Projects Page
31. Contact Page
32. Blood Donate Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 81.25em) {
  /*1300px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #ed1c24;  color: #fff; }  
::selection { background-color: #ed1c24; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 110rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 500;line-height:1.6; font-family: 'Manrope',serif;}
.title h1, .title h2{ font-size: 3.2rem; }
h3{
  line-height: 1.7;
  font-weight: 500;
}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
  .article-page .title h1, .title-sm h1{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4.5rem; }
  .article-page .title h1, .title-sm h1{
    font-size: 3.6rem;
  }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;

	font-weight: 600;
  border-radius: 10rem;
  font-size: 1.6rem;
  padding: 1.3rem 4.3rem;
}
.btn-primary{
  background-color: transparent;
  border:1px solid #000;
  color: #000;
}
.btn-primary:hover{
  background-color: #000;
  color: #fff;
}
.btn-secondary {
	background-color: #ed1c24;
	color: #fff;
 
}
.btn-donate{
	background-image: url(images/plus-white.png);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 2.6rem;
  padding: 1rem 2.6rem;
  padding-left: 6rem;

}
.btn-secondary:hover{
  background-color: #000;
}
.btn-white{
  border:1px solid #fff;
  color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #ed1c24;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  border-radius: 10rem;
  outline: none;
  background-color: #ffffff;

}
select{
  appearance: none;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.8rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #ed1c24;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f9f9f9;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination-controls{
  	margin-top: 5rem;
}
.pagination-controls, .page-numbers {
	display: flex;
flex-wrap: wrap;
	width: auto;
	gap: 1rem;
	align-items: center;
}
.pagination-controls .pagination-btn,.pagination-controls  .page-numbers button{
 padding: 0.5rem 2rem;

}
.pagination-controls  .page-numbers button.page-btn.active{
  color: #fff;
  background-color: #be1118;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  cursor: pointer;

  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #be1118;

}
.custom-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2rem

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-1rem) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(1rem) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(11rem);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: flex;
  align-items: center;
  gap:1rem
}
.header-logo img{
  display: block;
  width: 7.7rem;
  height: auto;
}
.header-logo span{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}

nav li a:hover, nav li.current_page_item a{
  color: #be1118;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-btn{
  margin-left: auto;
  display: none;
}
.mobile-btn{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-btn{
    display: inline-block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .header-btn{
    margin-left: 3rem;
  }
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 33rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem 1.6rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  background-color: #efefef;
}

.intro-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 5rem 2rem;
}
.intro-image{
  width: 100%;
}
.intro-image img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.intro-inner{
  width: 100%;
}
.intro-inner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .intro-text{
    width: 50%;
    padding: 0;
  }
  .intro-image{
    width: 50%;
  }
  .intro-inner{
    max-width: 50rem;
  }
}
/* ================================================================================== 
16. Info
===================================================================================== */
.info-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.info-box{
  width: 100%;
  border-radius: 2rem;
  background-color: #ed1c24;
  padding: 2.1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 3rem;
}
.info-box:last-child{
  margin-bottom: 0;
}
.info-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon img{
  display: block;
  width: 100%;
  height: auto;
  width: 4rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.info-text{
  width: calc(100% - 5rem);
}
.info-text h3{
  font-size: 1.8rem;
  opacity: 0.5;
  margin-bottom: 0;
}
.info-text p{
  margin: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .info-icon img{
    width: 5rem;
    height: 4rem;
  }
  .info-text{
    width: calc(100% - 7rem);
}

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .info-box{
    width: 31.3%;
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .info-box{
    padding: 4rem;
  }
  .info-wrapper{
    margin-top: -5rem;
  }
  .info-pages .info-wrapper{
    margin-top: 0;
  }

}
/* ================================================================================== 
17. News
===================================================================================== */
.news-slider{
  overflow: hidden;
}
.news-slider .swiper-slide{
  height: auto;
}
.news-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.news-text .custom-arrows{
  margin-top: 5rem;
}
.news-text .btn{
  margin-top: 3rem;
  align-self: flex-start;
}
.news-image{
  position: relative;
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.news-image:hover img{
  transform: scale(1.05);
}
.date {
	position: absolute;
	top: 2rem;
	right: 3rem;
	border-radius: 1rem;
	background-color: rgba(237, 28, 36,.64);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	padding: 1rem 2rem;
}
.news-box{
  background-color: #f9f9f9;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.news-box h3{
  font-size: 1.8rem;
  padding: 0 2rem;
}
.btn-arrow{
  font-size: 1.6rem;
  font-weight: 600;
  color: #ed1c24;
  display: inline-block;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  padding-right: 5rem;
}
.news-box .btn-arrow{
  margin-top: auto;
  padding-left: 2rem;
  align-self: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-slider{
    max-width: 70rem;
    width: 100%;
    overflow: hidden;
  }
  .news-text{
    width: calc(100% - 75rem);
    margin-bottom: 0;
  }
  .news-text .custom-arrows{
    margin-top: auto;
  }

}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .news-slider{
    max-width: 98rem;
  }
  .news-text{
    width: calc(100% - 107rem);
  }
  .news-box h3{
    font-size: 2.1rem;
  }
}
/*----------*/

.news-wrapper .news-box{
  width: 100%;
  margin-bottom: 3rem;
}
.news-wrapper .news-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .news-wrapper .news-box{
    width: 48.5%;
  }
  .news-wrapper .news-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .news-wrapper .news-box{
    width: 31.3%;
  }
}
/*---------*/
.article-text a{
  text-decoration: underline;
}
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  max-width: 70rem;
  height: auto;
}
/* ================================================================================== 
18. Banner 2
===================================================================================== */
.banner2{
  background-color: #ed1c24;
  padding: 5rem;
}
.banner2 h2{
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
}
.banner2-text{
  text-align: center;
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .banner2-text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .banner2 .title{
    margin: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .banner2 h2{
    font-size: 3rem;
  }
}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 5rem 0;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.banner-text{
  max-width: 100rem;
  width: 100%;
  text-align: center;
}
.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
    padding: 10rem 0;
  }
    .banner-text{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap:10rem;
    text-align: left;
  }
}
/* ================================================================================== 
20. Home Numbers
===================================================================================== */
.home-numbers{
  padding: 5rem 0;
}
.home-numbers-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.numbers-box{
  width: 100%;
  padding: 0  1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.numbers-box span {
	font-size: 4rem;
	color: #ed1c24;
	display: block;
	font-weight: 400;
  line-height: 1.3;

}
.numbers-box  p{
  margin-bottom: 0;
  font-size: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .numbers-box{
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .numbers-box span{
    font-size: 6rem;
  }
  .numbers-box{
      width: 33.333%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .numbers-box{
  width: 16.6%;
  }
  .home-numbers-wrapper{
    justify-content: space-between;
  }


}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .numbers-box span{
    font-size: 8rem;
  }
}
/* ================================================================================== 
21. Home Icons
===================================================================================== */

.home-icons-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ed1c24;
  color: #fff;
  padding: 5rem 3rem;
  text-align: center;
}


.home-icons-box img{
  width: 7rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
.home-icons-box h3{
  margin-bottom: 0;
  font-weight: 600;
}
.home-icons-box:nth-child(2n+2), .home-icons-box:nth-child(5){
  background-color: #be1118;
}
.home-icons-box:nth-child(3n+3){
  background-color: #8c090f;
}
.home-icons-box:nth-child(4){
  background-color: #ed1c24;
}
.home-icons-box:hover{
  background-color: #000;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .home-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-icons-box{
    width: 50%;
  }
  .home-icons-box:last-child{
    width: 100%;
}
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-icons-box{
    width: 20%;
  }
  .home-icons-box:last-child{
    width: 20%;
  }
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-icons-box img{
    width: 10rem;
    height: 8rem;
  }
}
/* ================================================================================== 
22. EU Footer
===================================================================================== */
.eu-content{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
}
.eu-content img{


}
.eu-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:3rem;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
    margin-bottom: 5rem;
  
}
.eu-box img{
  width: 100%;
  height: auto;
  display: block;
}
.eu-box{
  width: 48.5%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .eu-box{
  width: 31.3%;
}
}
/* ================================================================================== 
23. Footer
===================================================================================== */
footer{
  background-color: #efefef;
  font-size: 1.6rem;
}

.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  font-weight: 600;
}
.copyright{
  background-color: #ed1c24;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-text{
    width: 30rem;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 20rem;
  }
  .footer-text{
    width: 40rem;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-wrappers .about-wrapper:nth-child(2n+2){
    margin-top: 5rem;
  }
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-text{
    width: 48%;
  }
  .about-image{
    width: 48%;
  }
  .about-wrappers .about-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrappers .about-wrapper:nth-child(2n+2){
    margin-top: 10rem;
  }
}
/*----------*/

/* ================================================================================== 
25. Team Page
===================================================================================== */
.team-wrapper article {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e7e7e7;
	padding: 1.6rem 0;
}
.team-wrapper-first{
  color: #ed1c24;
}
.team-wrapper article h3{
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.team-wrapper article h2{
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.team-page h2{
  margin-top: 3rem;
}
.team-wrapper article div:first-child h3{
  font-weight: 600;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .team-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .team-wrapper article {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .team-wrapper article div{
    width: 33.333%;
  }
  .team-wrapper article div:first-child{
    width: 28%;
  }
  .team-wrapper article div:last-child{
    width: 26%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .team-wrapper article div:last-child{
    width: 20%;
  }
}
/* ================================================================================== 
26. Page Info
===================================================================================== */
.text{
  margin-top: 5rem;
}
.text-a a{
  text-decoration: underline;
}
.docs-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-wrapper ul li{
  border-bottom: 1px solid #ccc;
  transition: all .4s ease-in-out;
}
.docs-wrapper a {
	display: inline-block;
	padding: 0.6rem;
	padding-left: 4rem;
	background-image: url(images/doc.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2rem;
}
.docs-wrapper li:hover{
  background-color: #f9f9f9;
}
.tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tabs a {
  padding: 0.8rem 1.7rem;
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 0.5rem;
  font-weight: 600;
}
.tabs a:hover,
.tabs a.active-tab {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 3rem;
}
.tabs-container.active-tab {
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .tabs a {
    display: inline-block;
  }
  .tabs{
    flex-direction: row;
  }
}
/* ================================================================================== 
27. Table Page
===================================================================================== */
.table-container {
  margin: 2rem 0;
  font-size: 1.6rem;
}
.controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.controls label {
  margin-right: 1rem;
  font-weight: bold;
}
.controls select{
  width: 7rem;
}



/* Tablica */
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrapper thead {
  background-color: #ed1c24;
  color: #fff;
  cursor: pointer;
}
.table-wrapper thead th {
  padding: 1rem;
  text-align: left;
  user-select: none;
}

.table-wrapper thead th {
  padding: 1rem;
  text-align: left;
  user-select: none;
  position: relative;
  padding-right: 2rem;
}
.table-wrapper thead th:first-child{
  padding-right: 4rem;
}
.table-wrapper thead th:last-child{
  padding-right: 4rem;
}
.table-wrapper thead th::after {
	content: " ▲▼";
	font-size: 0.8em;
	position: absolute;
	right: 1rem;
	color: #fff;
	line-height: 0;
	top: 50%;
	transform: translateY(-50%);
}
.table-wrapper thead th:last-child:after{
  content: none;
}
.table-wrapper thead th:last-child{
  text-align: center;
  padding-right: 1rem;
}
thead th.sort-asc::after {
  content: " ▲▼";
}

.table-wrapper thead th.sort-desc::after {
  content: " ▲▼";
}
.table-wrapper tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table-wrapper tbody td {
  padding: 1rem;
}
.table-wrapper button.pdf-btn {
	background-color: #ed1c24;
	color: #fff;
	border: none;
	padding: 5px 2.1rem;
	cursor: pointer;
	border-radius: 10rem;
	font-weight: 700;
}
.table-wrapper button.pdf-btn:hover {
  opacity: 0.8;
}
.table-wrapper tbody td:last-child{
  text-align: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .controls div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:1rem
  }
}
@media screen and (max-width: 480px) {
  .table-wrapper table, .table-wrapper thead, .table-wrapper tbody, .table-wrapper th, .table-wrapper td, .table-wrapper tr {
    display: block;
  }

  .table-wrapper thead tr {
    display: none; /* hide headers */
  }

  .table-wrapper tbody tr {
    margin-bottom: 15px;
    border: 1px solid transparent;
    padding: 10px;
  }

  .table-wrapper tbody td {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    text-align: right;
  }

  .table-wrapper tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #ed1c24;
    margin-right: 3rem;
  }
  .table-wrapper tbody td:last-child{
    text-align: right;
  }
}
/* ================================================================================== 
28. Volontiranje Page
===================================================================================== */
.bg{
 background-color: #f9f9f9;
}
.text-center-lg{
  max-width: 120rem;
  margin-bottom: 0;
}
.text-box .btn{
  margin-top: 3rem;
}
.text-center-lg .btn{
  margin-top: 3rem;
}
/* ================================================================================== 
29. Page Donate
===================================================================================== */
.text-center-img img{
  max-width: 30rem;
  height: auto;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  margin-top: 3rem;
}
.text-center-img {
  margin-bottom: 5rem;
}
/* ================================================================================== 
30. Projects Page
===================================================================================== */
.projects-page .news-image img{
  object-fit: contain;
}
/* ================================================================================== 
31. Contact Page
===================================================================================== */
.form-wrapper {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
	padding: 5rem 3rem;
	position: relative;
	margin-top: 5rem;
	border: 1px solid #e7e7e7;
	border-radius: 2rem;
}

.form-wrapper::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -4rem;
	transform: translateX(-50%);
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background-image: url(images/send-mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.4rem;
}
.form-wrapper .btn{
  width: auto;
  transition: all.4s ease-in-out;
}
.contact-text{
  margin-bottom: 0;
}
.contact-info .info-wrapper{
  margin-top: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .form-wrapper{
    padding: 5rem;

  }
  .form-wrapper::before{
    top: -5rem;
    width: 10rem;
    height: 10rem;
    background-size: 3rem;

  }
}
/* ================================================================================== 
32. Blood Donate Page
===================================================================================== */


.table-pages table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1.6rem;
}

.table-pages thead {
  background: #ed1c24;
  color: #fff;
}

.table-pages th,
.table-pages td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}

.table-pages tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.table-pages tbody tr:hover {
  background: #ffecec;
}

/* -------- Responsive stil -------- */
@media (max-width: 768px) {
  .table-pages table,
  .table-pages thead,
  .table-pages tbody,
  .table-pages th,
  .table-pages td,
  .table-pages tr {
    display: block;
    width: 100%;
  }

  .table-pages thead {
    display: none; /* makni zaglavlje na mobitelu */
  }

  .table-pages tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    background: #fff;
  }

  .table-pages td {
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .table-pages td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: bold;
    color: #ed1c24;
    white-space: nowrap;
  }
}