*{
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
}
p, h1, h2, h3, h4, h5, h6{
	cursor: default;
	margin: 0px;
	color: whitesmoke;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

body{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	overflow-x: hidden;
	background-color: #1f2029;
	max-width: 100%;
}

a{
	cursor: pointer;
	color: #5eab16;
	text-decoration: none;
}
header {
	font-size: 20px;
	z-index: 100;
	background-color: #15161c;
}
header a:hover {
	color: #5eab16;
}

header a {
	color: whitesmoke;
	display: inline-block; /* Added */
	position: relative; /* Added */
}

header a::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute; /* Added */
	left: 0; /* Corrected */
	bottom: 0; /* Corrected */
	background-color: #5eab16;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease;
}
header a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

header li {
	list-style: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0px 7px;
}

.no-anim::after{
	content: none;
}

button{
	outline: none;
	border: none;
}

footer{
	min-height: 150px;
	width: 100%;
	background-color: #15161c;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
}

.section-index{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 30px 0px;
}

.hero{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.hero-slika{
	height: 100vh;
	width: 100%;
}
/* MOJ
.fs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 200px;
	width: auto;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
}*/
/*Portfolio fs*/
.fs{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: 100%;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}
.fs-hero{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	padding-left: 40px;
}
.kolona{
	display: flex;
	align-items: center;
	margin: 0 1%;
	box-sizing: border-box;
	background-color: green;
	text-align: center;
	background-color: #1f2029;
	border: 3px solid #5eab16;
	border-radius: 30px;
	height: 710px;
}
.kolona-levo{
	display: flex;
	align-items: center;
	margin: 0 1%;
	box-sizing: border-box;
	background-color: green;
	text-align: center;
	background-color: #1f2029;
	border: 3px solid #5eab16;
	border-radius: 30px;
}
.kolona-desno{
	display: flex;
	align-items: center;
	margin: 0 1%;
	box-sizing: border-box;
	background-color: green;
	text-align: center;
	background-color: #1f2029;
	border: 3px solid #5eab16;
	border-radius: 30px;
	width: 480px;
}
.kolona1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0%;
	width: 90%;
	height: 100%;
	text-align: center;
}
.futer{
	background-color: #15161c;
}
.bc-belo{
	background-color: #15161c;
}
.bc-sivo{
	background-color: #1f2029;
}
.inline{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 200px;
	margin-top: 15px;
}
.inline2{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.inline-h{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.scrollToTop{
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.scrollToTop img{
	height: 25px;
}
#logo{cursor: pointer;}


.bold{
	font-weight: 600;
}
.zoom{
	display: inline-block;
	transform: scale(1.0);
    transition: transform 0.3s ease;
}
.zoom:hover{
	transform: scale(1.05);
}
.shadow{
	filter: drop-shadow(3px 3px 3px black);
}
.u-zeleno:hover{
	color: #5eab16;
}
.zeleno{
	color: #5eab16;
}
.gold{
	color: gold;
}
.gold a{
	color: gold;
}
.no-prikaz{
	display: none;
}




.drzim-inline-h{
	display: inline;
	
}
@media (min-width: 880px) and (max-width: 10000px){
.tel{
	display: none;
}.header-tel{
	display: none;
}

p{
	font-size: 20px;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 25px;
}

header{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 80px !important;
	width: 60% !important;
	color: black;
	padding: 10px 60px;
	margin: 20px;
	border: 3px solid #5eab16;
	border-radius: 30px;
	z-index: 10;
	font-weight: 520;
	position: fixed;
}

header img{
	width: auto;
	height: 65px;
	filter: drop-shadow(3px 3px 3px);
}

.kolona1{
	width: 60%;
}
.kolona{
	width: 65%;
}
.fs{
	margin: 20px 0;
}
.fs-hero{
	width: 70%;
	padding: 30px 100px;
}

.sidebar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 15px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 25px;
	border: 3px solid #5eab16;
	padding: 3px;
	padding-right: 15px;
	z-index: 100;
	transform: translateY(-50%);
	font-weight: 600;
}
.sidebar a{
	color: whitesmoke;
	cursor: pointer;
}

.sidebar a:hover{
	color: #5eab16;
}
.sidebar ul{
	list-style: none;
	margin-left: -30px;
}
.kolona{
	position: relative;
	min-width: 50%;
	min-height: 100%;
}
.btn2{  
	display: flex;
	justify-content: center;
	align-items: center;
  border-radius: 4px;
  height: 43px;
  width: 120px;
  font-size: 18	px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition : all 200ms linear;
  transition: all 200ms linear;
  padding: 0 5px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  background-color: #5eab16;
  color: #000000;
  margin-top: 0px;
  cursor: pointer;
}
.btn2:hover{  
  background-color: #000000;
  color: #5eab16;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
.paketi{
	width: 80%; 
	height: 100%; 
	display: flex; 
	flex-direction: row;
	align-items: center; 
	justify-content: space-around;
}
.paket{
	border: 2px solid gold; 
	border-radius: 30px; 
	padding: 10px;
	background-color: black;
	margin: 0px 10px;
	margin-bottom: 20px;
}


/*  CONIC   */

.conic {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  position: relative;
  z-index: 0;
  width: 70px;
  height: auto;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
}
.conic::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 200%;
  height: 200%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #5eab16, transparent 45%);
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}

.conic::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #1f2029;
  border-radius: 5px;
}
.conic2-tel {
	display: none;
}
.conic2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  position: relative;
  z-index: 0;
  width: 95px;
  height: auto;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
}
.conic2::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 200%;
  height: 280%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #5eab16, transparent 45%);
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.conic2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #1f2029;
  border-radius: 5px;
  padding: 2px;
}
.conic2:hover::after{
	background-color: #214102;
	border: 0px solid #1f2029;
}
.conic2 a{
	color: #5eab16;
}
.conic3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  position: relative;
  z-index: 0;
  width: 150px;
  height: auto;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  font-size: 22px;
}
.conic3::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 200%;
  height: 360%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #5eab16, transparent 45%);
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.conic3::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #1f2029;
  border-radius: 5px;
  padding: 2px;

}
.conic3:hover::after{
	background-color: #214102;
	border: 0px solid #1f2029;
}
.conic3 a{
	color: #5eab16;
}
/*  KRAJ CONIC  */


}

.cena{
	border: 3px solid gold;
	border-radius: 30px;
	padding: 10px;
	background-color: black;
}
.cena:hover{
	background-color: gold;
	border: 3px solid black;
	outline: 1px solid gold;
}
.cena h2{
	color: gold;
	font-size: 23px;
}
.cena:hover h2{
	color: black;
}
.kal{
	border: 3px solid #5eab16;
	border-radius: 30px;
	padding: 10px;
	background-color: black;
}
.kal:hover{
	background-color: #5eab16;
	border: 3px solid black;
	outline: 1px solid #5eab16;
}
.kal:hover a{
	color: black;
}

/*	TELEFON	*/
@media (max-width: 879px){
p{
	font-size: 16px;
}
header{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 55px;
	width: 75%;
	color: whitesmoke;
	padding: 1px 20px;
	padding-top: 12px;
	margin: 20px;
	border: 3px solid #5eab16;
	border-radius: 25px;
	z-index: 10;
	transition: height 0.5s ease;
	overflow: hidden;
	position: fixed;
}
header img{
	width: auto;
	height: 38px;
	filter: drop-shadow(2px 2px 3px);
}
header ul{
	width: 200px;
}
.header-tel{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 92%;
	position: absolute;
}
.fs{
		padding: 0;
		margin: 0;
}
.hero-slika{
	min-width: 550px;
}

.kolona-levo{
	width: 85%;
}

.none{
	display: none;
}
#meni{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-tel{
	display: none;
	flex-direction: column;
	width: 100%;
	padding: 0;
	height: 100%;
	margin-top: 10px;
	overflow: hidden;
  transition: height 0.5s ease;
}
.sidebar-tel ul{
	padding: 0px;
	margin: 0;
}
.font15{
	font-size: 15px;
}


.btn2{  
  border-radius: 4px;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition : all 200ms linear;
  transition: all 200ms linear;
  padding: 0 15px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  background-color: #5eab16;
  color: #000000;
  margin-top: 0px;
  cursor: pointer;
}
.btn2:hover{  
  background-color: #000000;
  color: #5eab16;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
.paketi{
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center; 
	justify-content: space-around;
}
.paket {
		background-color: black;
    border: 2px solid gold;
    border-radius: 30px;
    padding: 1px;
    width: 30%;
    min-width: 100px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.paket h3{
	font-size: 17px;
}


/*  CONIC  */
.conic-tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  position: relative;
  z-index: 0;
  width: 40px;
  height: 40px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px;
}
.conic-tel::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 200%;
  height: 200%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #5eab16, transparent 45%);
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.conic-tel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #1f2029;
  border-radius: 7px;
}

.conic2-tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
  position: relative;
  z-index: 0;
  width: 99px;
  height: 26px;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
}
.conic2-tel::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 200%;
  height: 285%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #5eab16, transparent 45%);
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.conic2-tel::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: #1f2029;
  border-radius: 5px;
  padding: 2px;
}
.conic2-tel:hover::after{
	background-color: #00290b;
	border: 0px solid #1f2029;
}
.conic2-tel a{
	color: #5eab16;
}



#meni{

}
}