body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
    -ms-overflow-style: none; 
}
h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, label, div {
    font-family: 'Titillium Web', sans-serif;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type=checkbox] {
      width: 18px;
      height: 18px;
}
.form-check-label {
    margin-top: 3px;
    margin-left: 3px;
}
.bg-image-big, .custom-card .bg-image-small {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -3;
}

.bg-overlay.bg-black, .bg-overlay.bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    background-color: #000;
    z-index: -2;
}
.borders {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 5px solid #ccc;
    transition: .3s;
    z-index: -1;
}
.bg-overlay.bg-blue {
    opacity: .9;
    background-color: #001949;
    transition: .3s;
}
.entry-title {
    font-size: 72px;
    color: white;
    font-weight: 800;
}

.entry-subtitle {
    color: white;
}

.custom-card {
    min-height: 250px;
    height: 50vh;
    position: relative;
    width: 100%;
    padding: 20px;
}
.custom-card .bg-image-small {
    filter: grayscale(1);
    transition: .3s;
}
.custom-card:hover .bg-image-small {
    filter: grayscale(.3);
}

.custom-card p {
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-top: 20px;
    line-height: 18px;
    transition: .3s;
}

.custom-card a {
    color: white;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    transition: .3s;
}

.custom-card a:hover, .custom-card a:hover p{
    color: #61ce70;
    text-decoration: none;
}

.custom-card a img {
    margin-bottom: 20px;
}
.custom-card:hover .bg-overlay.bg-blue {
    opacity: .6;
    background-color: #001949;
}

.custom-card:hover .borders {
        filter: drop-shadow(0px 5px 1px #000);
}

.form-group.required label:after {
  content:"*";
  color:red;
}
.slika img:first-child {
    margin-left: 26%;
    transform: translateX(-30%);
}

footer {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.custom-card-par {
    background: linear-gradient(90deg, #001949 0%, #001949 50%, #61ce70 50%, #61ce70 100%);
    background-size: 200%;
    transition: .3s;
    padding: 0 25px;

}

.custom-card-par:hover {
    background-position: top right;
}

.custom-card-par a {
    font-size: 50px;
    font-weight: bold;
    color: white;
    transition: .3s;
}

.custom-card-par .borders{
    z-index: 0;
}
.custom-card-par a{
    z-index: 10;
}
.custom-card-par:hover .borders{
    border-color: #001949;
}
.custom-card-par .number {
    font-size: 130px;
    opacity: .5;
    position: relative;
    top: 60px;
}

.custom-card-par:hover a {
    color: #001949;
    text-decoration: none;
    cursor: pointer;
}

.logos {
    max-width: 120px;
    width: 120px;
    margin-left: 0!important;
    transform: translateX(0)!important;
    margin-top: 30px;
}
