html, body{
	margin:0;
	min-height:100%;
	height:100%;
	width:100%;
	font-family: 'Poppins', sans-serif;
    background-color:#FFFDFD;
}

h1{
	font-family: 'Poppins', sans-serif;
	font-weight:800;
	margin:0;
	padding:0;
	font-size:1rem;
}

h2{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-align:center;
	font-size:1.5rem;
    margin:0;
	width:fit-content;
	color:inherit;
}

h3{
	font-weight:800;
}

h4{
	font-weight:700;
	font-size:1.1rem;
}

.ekran{
    position:relative;
    width:100%;
    min-height:100%;
    height:fit-content;
    overflow:hidden;
	color:black;
}

.header {
    position:fixed;
    width:100%;
    height:3rem;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color:black;
	background-color:#f4f4f4;
	z-index:2;
}

.mobile-menu{
    position:relative;
    width:30px;
    height:30px;
    margin:10px auto;
    text-decoration:none;
    color:inherit;
    filter:brightness(0);
}

.mobile-menu img{
    position:relative;
    width:100%;
    height:100%;
    object-fit:contain;
}

.mobile-exit{
    position:absolute;
    top:10px;
    right:15px;
    text-decoration:none;
    color:inherit;
    font-size:26px;
    display:none;
}

.items{
    position:relative;
    width:96%;
    max-width:1700px;
    height:100%;
    left:-100%;
    padding:0% 2%;
    display:flex;
    flex-wrap:wrap;
	justify-content:center;
	background-color:#f4f4f4;
    transition:all .2s;
}

.items > div{
    width:100%;
    display:block;
}

.items > div > .logo{
    position:relative;
    margin-left:-48px;
    max-height:3rem;
    aspect-ratio:1/1;
    display:none;
}

.logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.items > div > div{
    display:block;
    margin:10px 5px;
    height:fit-content;
    text-align:center;
}

.header-link{
    width:fit-content;
    position:relative;
    color:inherit;
    text-decoration:none;
    font-weight:400;
    padding:7px;
}

.header-link:hover{
    border-bottom:1px solid black;
}

.lang-cont{
    position:absolute;
    top:4rem;
    right:10px;
    margin:20px 0;
    z-index:1;
}

.lang-cont > a > img{
    position:relative;
    height:20px;
    display:inline-block;
    margin:0 5px;
}

.prvi-dod{
    height:100vh;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 9s infinite;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}
.slide:nth-child(2) {
  animation-delay: 3s;
}
.slide:nth-child(3) {
  animation-delay: 6s;
}

@keyframes fade {
  0% { opacity: 0; }
  8% { opacity: 1; }
  33% { opacity: 1; }
  41% { opacity: 0; }
  100% { opacity: 0; }
}


.prvi-cont{
    position:absolute;
    top:calc(50% - 130px);
    width:calc(100% - 100px);
    height:fit-content;
    margin:0 auto;
    padding:50px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    background-color:rgba(00,00,00,0.4);
    color:black;
}

.naslov{
    position:relative;
    width:70%;
    height:fit-content;
    display:block;
    color:white;
    z-index:1;
}

.naslov h2{
    max-width:100%;
    margin:0 auto;
    font-size:28px;
    font-weight:700;
    text-align:center;
}
.naslov > p{
    width:96%;
    margin:2% auto;
    font-size:14px;
    font-weight:500;
    text-align:center;
}

.naslov a{
    position:relative;
    width:fit-content;
    display:block;
    margin:15px auto 0 auto;
    padding:7px 30px;
    color:#5f5f5f;
    font-weight:500;
    font-size:12px;
    border:3px solid white;
    text-decoration:none;
    background-color:#f4f4f4;
    border-radius:30px;
    transition:all .2s;
}

.naslov a:hover{
    color:#5f5f5f;
    background-color:#f4f4f4;
}

.fixed{
    overflow:hidden;
    background-color:white;
}

.pocetna-podnaslovi{
    position:relative;
    width:100%;
}

.pocetna-podnaslovi > div{
    position:relative;
    width:calc(100% - 30px);
    padding:5px 15px;
    margin:30px auto;
    border-radius:100px;
}

.pocetna-podnaslovi p{
    position:relative;
    width:80%;
    margin:0 auto;
    text-align:center;
    font-size:16px;
}

.sportcamp-pocetna{
    position:relative;
    width:90%;
    margin:30px auto;
    background-color:#c4e0ff;
    border-radius:100px;
    padding:30px 0;
}

.sportcamp-pocetna h3{
    text-align:center;
    font-size:18px;
    font-weight:400;
}

.sportcamp-pocetna a{
    width:fit-content;
    display:block;
    margin:0 auto;
    text-decoration:none;
    color:inherit;
    border-radius:20px;
    background-color:#f4f4f4;
    padding:7px 10px;
    font-size:16px;
}

.selector{
    position:relative;
    width:100%;
    height:50%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.selector-pojed{
    position:relative;
    width:440px;
    height:fit-content;
    margin:10px 40px;
    padding:10px;
    background-color:#e9e9e9;
    color:black;
    cursor:pointer;
    transform:scale(1);
    transition:all .2s;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-content:center;
    text-transform:uppercase;
}

.selector-pojed:hover{
    transform:scale(1.05);
}

.selector-pojed img{
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    object-fit:contain;
}

.selector-pojed h3{
    width:100%;
    margin:20px 0 30px 0;
    text-align:center;
    font-size:26px;
    font-weight:700;

}

.selector-pojed a{
    position:relative;
    padding:7px 30px;
    background-color:#5E8BBE;
    border-radius:30px;
}

.instagram{
    position:relative;
    width:100%;
    background-color:#F2F8FF;
    padding:50px 0;
}

.instagram h2{
    position:relative;
    margin:30px auto;
    font-size:35px;
    font-weight:400;
}

.instagram p{
    position:relative;
    margin:50px auto;
    text-align:center;
    cursor:pointer;
    font-size:22px;
    font-weight:400;
}

.instagram-pojed{
    position:relative;
    width:90%;
    margin:30px auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.instagram-pojed > div{
    position:relative;
    width:49%;
    aspect-ratio:3/4;
    margin:5px 0;
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;
}

.instagram-pojed img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.sport-naslov{
    background-image:url('/img/cetvrta.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    height:50vh;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}

.sport-naslov h1{
    position:relative;
    width:100%;
    margin:0;
    color:white;
    font-size:80px;
    text-align:center;
    font-weight:600;
}

.sport-naslov p{
    position:relative;
    width:100%;
    margin:0;
    color:inherit;
    font-size:20px;
    text-align:center;
}

.sport-selector{
    position:relative;
    width:100%;
    height:200px;
    padding:20px 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-content:center;
}

.sport-selector > a{
    position:relative;
    width:200px;
    height:fit-content;
    margin:10px 50px;
    padding:10px 0;
    text-align:center;
    font-size:22px;
    background-color:#D9D9D9;
    border-radius:30px;
    cursor:pointer;
/*     transition:all .2s; */
}

.sport-selector > a:hover{
    background-color:#C4E0FF;
}

.sport-selector-active{
    background-color:#C4E0FF !important;
}

.kunst-naslov{
    background-image:url('/img/kunst-naslov.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    height:50vh;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}

.kunst-naslov h1{
    position:relative;
    width:100%;
    margin:0;
    color:inherit;
    font-size:50px;
    text-align:center;
    font-weight:600;
}

.kunst-vrtic{
    position:relative;
    width:80% !important;
    aspect-ratio:1/1;
    margin:20px auto;

    background-image:url('/img/kunst-vrtic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.kunst-vrtic > div{
    position:relative;
    width:90%;
    height:90%;
    margin:5%;
    background-color:rgba(200,200,200,0.4);
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}

.kunst-vrtic h2{
    position:relative;
    width:100%;
    text-align:center;
    font-size:40px;
    font-weight:500;
}

.ponuda-cont{
    position:relative;
    width:100%;
    height:100%;
    color:black;
}

.ponuda{
    width:100%;
    height:100%;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.ponuda > div{
    position:relative;
    width:90%;
    height:fit-content;
}

.povecanje-emblem{
    max-width:60% !important;
}

.objasnjenje{
    height:fit-content;
    padding:10px;
    margin:20px;
    display:block;
    background-color:#F4F4F4;
    border-radius:20px;
    transition:all .1s;
}

.objasnjenje > img{
    height:80px;
    width:80px;
    object-fit:contain;
}

.objasnjenje > h3{
    margin-top:0;
    font-size:20px;
    font-weight:500;
}

.objasnjenje > p{
    width:96%;
    padding:0 2%;
    font-size:12px;
}

.naruci{
    display:inline-block;
    margin:0px 0px;
    padding:3px 15px;
    font-size:12px;
    font-weight:400;
    color:inherit;
    background-color:#D9D9D9;
    text-decoration:none;
    border-radius:30px;
}

.tablica-dod{
    min-height:fit-content;
    height:fit-content !important;
}

.tablica-cont{
    position:relative;
    width:96%;
    max-width:1700px;
    height:100%;
    margin:0 auto 5% auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-items:center;
}

.tablica-cont > h2{
    position:relative;
    width:100%;
    font-size:26px;
    font-weight:800;
    margin:10% 0 0 0;
}

.tablica-cont > h3{
    position:relative;
    width:100%;
    font-size:24px;
    font-weight:700;
    text-align:center;
    margin:1% 0 1% 0;
}

.legenda{
    position:relative;
    width:78%;
    max-width:1700px;
    margin:2% 0 2% 0;
    font-size:14px;
    display:none;
}

.legenda > div{
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}

.legenda > div > div{
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:8px;
}

.legenda span{
    line-height:30px;
}

.tablica-izbornik{
    position:relative;
    width:100%;
    margin-bottom:5%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.tablica-izbornik > a{
    position:relative;
    min-width:50px;
    margin:0 20px;
    padding:10px;
    border-bottom:3px solid #263040;
    color:#263040;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    transition:all .1s;
}

.tablica-izbornik > a:hover{
    background-color:#263040;
    color:white;
    border-bottom:3px solid #89afc7;
}

.tablica-insert{
    position:relative;
    width:100%;
    height:100%;
}

.tablica-odabir{
    position:relative;
    width:calc(46% - 5px);
    height:fit-content;
    margin:0 2%;
    border-radius:20px;
    border:1px solid #263040;
    cursor:pointer;
    display:inline-block;
    font-weight:700;
    font-size:16px;
    transition:all .1s;
}

.tablica-odabir:hover{
    color:white;
    background-color:#0e3147;
    cursor:pointer;
}

.tablica-odabir > a{
    position:relative;
    width:100%;
    text-align:center;
    display:inline-block;
    color:inherit;
    text-decoration:none;
    margin:70px 0;
}

.tablica{
    position:relative;
    width:100%;
    height:fit-content;
    border-spacing:0;
    margin:0 auto;
}

.tablica th{
    text-align:center;
    border-radius:10px;
    font-size:12px;
}

.tablica td {
/*     width:20%; */
    font-weight:700;
}

.tablica .vrijeme{
    height:fit-content;
    padding-top:5px;
    font-size:10px;
    text-align:center;
    font-weight:700;
    background-color:white;
}

.zeleni{
    background-color:#60ce80;
}

.kaki{
    background-color:#ffcb85;
}

.ljubicasti{
    background-color:#c39fc3;
}

.crveni{
    background-color:#ea998e;
}

.tamnocrveni{
    background-color:#7C444F;
}

.smedi{
    background-color:#b07d5b;
}

.tamnozeleni{
    background-color:#428f58;
}

.narancasti{
    background-color:#ff953e;
}

.tamnokaki{
    background-color:#e6b87a;
}

.sivkasti{
    background-color:#698076;
}

td span{
    display:inline-block;
    width:100%;
    line-height:50px;
    transition:all .2s;
    color:white;
    border-radius:10px;
    text-align:center;
    font-size:10px;
/*     cursor:pointer; */
}

/*td span:hover{
    box-shadow: 0 4px 8px 0 #263040;
}*/

.podijeljeni{
    display:inline-block;
    width:49% !important;
}

.plavi{
    background-color:#154360;
}

.tablica .srijeda{
    width:50px;
    max-width:50px !important;
}

.tablica .razdjelnik{
    display:inline-block;
    width:2%;
}

.rezeviranje{
    position:absolute;
    width:500px;
    min-height:60%;
    color:#263040;
    background-color:white;
    border:2px solid #154360;
    border-radius:20px;
    transform:scale(0);
    transition:all .2s;
}

.loader {
  margin:5% auto 0 auto;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index:2;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sport-pojed{
    position:relative;
    width:100%;
    height:fit-content;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
}

.sport-pojed h1{
    position:relative;
    width:100%;
    margin:100px 0;
    font-size:45px;
    font-weight:700;
    text-align:center;
}

.sport-pojed > .sport-pojed-img{
    position:relative;
    width:80%;
    aspect-ratio:1/1;
    background-color:#f4f4f4;
    border-radius:20px;
    overflow:hidden;
}

.sport-pojed img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.sport-pojed video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.sport-pojed p{
    position:relative;
    width:80%;
    font-size:22px;
}

.sport-pojed > .sport-pojed-naruci{
    position:relative;
    width:100%;
    margin:100px 0;
}

.sport-pojed a{
    position:relative;
    width:fit-content;
    display:block;
    padding:10px 40px;
    margin: 0 auto;
    border-radius:50px;
    text-decoration:none;
    background-color:#c4e0ff;
    color:inherit;
    font-size:18px;
}

.team-cont{
    position:relative;
    width:90%;
    margin:5rem auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
}

.team-cont h2{
    width:100%;
}

.osobna{
    position:relative;
    width:90%;
    margin:20px auto;
}

.osobna-slika{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
/*     background-color:#f4f4f4; */
    border-radius:30px;
    overflow:hidden;
}

.osobna img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.osobna h3{
    font-size:18px;
    margin-bottom:0;
}

.osobna p{
    margin:0;
    font-size:15px;
}

.footer-cont{
    position:relative;
    height:fit-content;
    min-height:20%;
    width:100%;
    padding:2% 0 0 0;
    background-color:#e9e9e9;
    color:black;
}

.footer{
    position:relative;
    width:96%;
    max-width:1500px;
    height:fit-content;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
}

.odjeljak{
    margin-top:10%;
}

.odjeljak > p{
    margin:0;
}

.footer-podnaslov{
	position:relative;
	margin:1.2rem 0 0 0 !important;
	padding:0;
	font-weight:700;
}

.footer-link{
    color: inherit;
    display:block;
	margin:0.5rem 0 1rem 0;
}

.footer-sdrz{
	margin:0.2rem 0 1rem 0 !important;
}

.copyright{
    position:relative;
    width:100%;
    margin:50px 0 20px 0;
    text-align:center;
}

.copyright > p{
    position:relative;
    display:inline-block;
    width:fit-content;
    margin:0 10px;
}

.copyright a{
    color:inherit;
}

/*#######################################################################################################################################################################################################################*/
/*DESKTOP*/


@media (min-width:961px)  {

    .header{
        position:relative;
        top:0;
        height:4rem;
        width:100%;
    }

    .items{
        left:0;
    }

    .items > div{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-evenly;
        align-items:center;
        justify-content:center;
        width:fit-content;
    }

    .items > div > div{
        max-width:fit-content;
        margin:0 25px;
    }

    .mobile-menu{
        display:none;
    }

    .mobile-exit{
        display:none;
    }

    .logo{
        display:block !important;
    }

    .lang-cont{
        right:50px;
    }

    .prvi-dod{
        height:100vh;
    }

    .pocetna-podnaslovi{
        padding:50px 0;
    }

    .pocetna-podnaslovi > div{
        width:calc(80% - 200px);
        padding: 30px 100px;
    }

    .pocetna-podnaslovi p{
        width:70%;
        font-size:20px;
    }

    .selector{
        height:700px;
    }

    .selector-pojed{
        width:450px;
        height:470px;
    }

    .selector-pojed h3{
        font-size:40px;
    }

    .naslov{
        width:45%;
    }

    .naslov > h2{
        width:100%;
        font-size:60px;
    }

    .naslov p{
        width:90%;
        font-size:20px;
    }

    .naslov a{
        font-size:18px;
    }

    .sportcamp-pocetna{
        width:70%;
        margin:0 auto;
    }

    .sportcamp-pocetna h3{
        font-size:30px;
    }

    .sportcamp-pocetna a{
        padding:7px 30px;
        font-size:18px;
    }

    .fixed{
        height:100%;
    }

    .instagram h2{
        margin:40px auto;
        font-size:40px;
    }

    .instagram p{
        font-size:22px;
    }

    .instagram-pojed{
        width:60%;
    }

    .instagram-pojed > div{
        width:33%;
        margin:5px 0;
        border-radius:20px;
    }

    .sport-naslov{
        height:400px;
    }

    .sport-naslov h1{
        font-size:140px;
    }

    .sport-selector{
        padding:0;
    }

    .sport-selector > a{
        font-size:22px;
        margin:0 50px;
    }

    .kunst-naslov{
        height:400px;
    }

    .kunst-naslov h1{
        font-size:140px;
    }

    .kunst-vrtic{
        width:50% !important;
        margin:0 auto;
    }

    .ponuda > div{
        width:17%;
        height:fit-content;
        margin-bottom:100px;
    }

    .objasnjenje > img{
        height:140px;
        width:140px;
        margin:30px 0;
        object-fit:contain;
    }

    .objasnjenje > h3{
        margin-top:0;
        font-size:30px;
    }

    .objasnjenje > p{
        width:80%;
        min-height:180px;
        height:fit-content;
        padding:0 10%;
        font-size:17px;
    }

    .naruci{
        display:inline-block;
        margin:5px 0px;
        padding:7px 30px;
        font-size:16px;
    }

    .tablica-dod{
        height:fit-content;
    }

    .tablica-cont > h2{
        font-size:40px;
        margin:2% 0 0% 0;
    }

    .tablica-cont > h3{
        font-size:30px;
        margin:10px 0 1% 0;
    }

    .legenda{
        font-size:16px;
    }

    .tablica-izbornik{
        margin-bottom:2%;
    }

    .tablica-izbornik > a{
        min-width:70px;
        font-size:16px;
    }

    .tablica-odabir{
        width:calc(40% - 5px);
        font-size:30px;
        margin:0 5%;
    }

    .tablica-odabir > a{
        margin:200px 0;
    }

    .tablica{
        width:80%;
        border-spacing:20px 0;
    }

    .tablica th{
        border-radius:20px;
        font-size:25px;
    }

    .tablica .vrijeme{
        height:30px;
        padding-top:20px;
        font-size:20px;
    }

    td span{
        width:100%;
        line-height:150px;
        border-radius:20px;
        font-size:20px;
    }

    .sport-pojed h1{
        font-size:40px;
        margin:4.1rem 0 50px 0;
    }

    .sport-pojed > .sport-pojed-img{
        width:27%;
    }

    .sport-pojed p{
        width:30%;
        font-size:19px;
    }

    .sport-pojed a{
        font-size:24px;
    }

    .team-cont > h2{
        font-size:50px;
        margin:2% 0 4% 0;
    }

    .osobna{
        width:19%;
        margin:50px 0;
    }

    .osobna h3{
        font-size:24px;
    }

    .osobna p{
        font-size:18px;
    }

    .animacija-osobna{
        display:flex;
    }

    .footer{
        justify-content:space-between;
        text-align:left;
    }

    .odjeljak{
        margin-top:0;
    }

}
