

:root{
  /*=======Main theme colors=======*/
  --first-color: #0e2431;
  --second-color: #e3007e;
  --third-color: #777;

  /*=======Hover colors=======*/
  --hover-color: #614fd0;

  /*=======Background colors=======*/
  --body-bg-color: #fefefe;
  --card-bg-color: #fff;
  --modal-bg-color: #fff;
  --bg-transparent-color: rgba(0, 0, 0, 0.1);
  --transparent-color-01: rgba(0, 0, 0, 0.1);
  --transparent-color-02: rgba(106, 89, 209, 0.1);
  --line-color: #d7d7d7;

  /*=======Color Filter=======*/
  --color-filter: invert(1);

  /*=======Box shadow=======*/
  --box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);

  /*=======Font size=======*/
  --small-font-size: 0.9em;
  --normal-font-size: 1em;

  /*=======Scroll bar colors=======*/
  --scroll-bar-color: #c5cadf;
  --scroll-thumb-color: #70768a;
  --scroll-thumb-hover-color: #454f6b;
}





*{
    margin:0;
    padding:0;
    box-sizing:border-box;
	font-family: 'poppins', sans-serif;
}

.container1{
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent), url(slike/Untitled-20.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;

}

.container2{
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent), url(slike/Untitled-20eng.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;
    
}

.container3{
    width:100%;
    height:100vh;
    background-color: #e3007e);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent);
}

.container5{
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent), url(slike/omeni_eng.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;

}

.container4{
    width:100%;
    height:170vh;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent), url(slike/podloga.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;
 
}

.container6{
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent), url(slike/Untitled-20.jpg);
	background-size: cover;
	background-position: center;
	padding: 0 8%;
	position:relative;

}



.pozadina{
    width:100%;
    height:100vh;
    background: #f3dfe7;
	background-size: cover;
	background-position: top;
	padding: 0 8%;
	position:relative;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent);
}

.pozadina2{
    width:100%;
    height:105vh;
    background: #a7aaac;
	background-size: cover;
	background-position: top;
	padding: 0 8%;
	position:relative;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent);
}

.pozadina3{
    width:100%;
    background-image:linear-gradient(rgba(0,0,0,0.3),transparent);
    background: #dabac1;
	background-size: cover;


}
.pozadina10{
    width:100%;
    
    background: #dabac1;
	background-size: cover;


}

.t1 {
  background-color: #e3007e;
  color: white;
  border-radius: 10px;
  width: 70%;
  text-align: justify;
  padding: 20px 20px;
  line-height: 1.3;
}

.t2 {
  background-color: #e3007e;
  color: white;
  border-radius: 5px;
  width: 15%;
  text-align: justify;
  padding: 5px 5px;
  line-height: 1.3;
  height: fit-content;
 
}

.t6 {
 background: linear-gradient( transparent 10%, #e3007e);
  color: #e3007e;
  border-radius: 5px;
  width: 60%;
  text-align: justify;
  padding: 5px 5px;
  line-height: 1.3;
  height: fit-content;
 
}

.image img{
  width: 500px ; 
  height: 500px;
  display: block; 
  margin: 0px auto;
 
}

.image2 img{
  width: 700px ; 
  height: 350px;
  display: block; 
  margin: 0px auto;
 
}

.image3 img{
  width: 400px ; 
  height: 400px;
  display: block; 
  margin: 0px auto;
 
}

.image4 img{
  width: 500px;
  height: 320px;
 
}

.kontakt{
  width: 30%;
  height: 6vh;
  padding: 5px 5px;;
 border-radius: 10px;
}



nav{
    display:flex;
    width:100%;
    align-items: center;
	flex-wrap: right;
	padding: 5px 0;

}

nav ul{
    flex: 1;
    text-align: wrap;
	padding-right: 30px;

}

nav ul li{
    display: inline-block;
    list-style: none;
	margin: 10px 50px;

}

nav ul li a{
    color: #fff;
    text-decoration: none;
	position: relative;
}

nav ul li a::after{
    content: '';
    width: 0%;
	height: 3px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background: #e3007e;
	transition:width 0.3s;
}

nav ul li a:hover::after{
    width: 50%;
	
}


.jezik{
    color: #fff;
    cursor: pointer;
	margin-top: 100px;
	position: absolute;
	left: 9%;
	top:8%;

}

.logo img{
    
	text-align: left;
	width: 50px;
  margin: 10px 0px 10px 0px;
  
	}
	


.logo2{
    width:80px;
    cursor: pointer;

	margin-top: 40px;


}


.slika{
	width:33%; 

	display: block;
	margin: 0px auto;
	
	
	}

.logo3 img{
	width:100px; 
	display: block;
	margin: 0px auto;
	
	}

.cart-icon{
    width:30px;
    cursor: pointer;

}

.text-box{
    color:#fff;
    position: absolute;
	bottom: 8%;
	line-height: 1.2;
}


.text-box5{
    color:#fff;
    position: relative;
	bottom: 8%;
	line-height: 1.2;
	
	
	
}





ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: noborder;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  height:100px;

  
}

li {
  border:noborder;
  margin:0.5em;
  padding:0.5em
}
















.text-box p{
    font-size:40px;
    font-weight: 600;
	line-height: 0.3;
	
}

.text-box h2{
    font-size:50px;
    line-height: 30px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(slike/background_fuksija.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
	line-height: 1.4;
}



.text-box1 h1{
    font-size:80px;
	text-align: left;
    line-height: 130px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	background: url(slike/background_fuksija.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
	line-height: 1.4;
}


.text-box3 h1{
    font-size:50px;
    line-height: 130px;
	margin-left: -10px;
	color: transparent;
	-webkit-text-stroke: 1px #e3007e;
	background: url(slike/back.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
	line-height: 1.4;

	
}



.text-box h3{
    font-size:20px;
    font-weight: 500;

}
.text-box2{
    font-size:15px;
	color: #fff; 
	margin-left:8px;

}
.row{
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
	

}

.row2{
    display: flex;
    align-items: center;
	flex-wrap: wrap;

	flex-direction: row;
	justify-content: center;
	

	

}

.text-box a{
    color: #fff;
	background-color: #e3007e;
    text-decoration: none;
	padding: 5px 10px;
	margin-right: 20px;
	margin-top: 10px;
	border: 2px solid #fff; 
	display: flex;
	align-items: center;
	border-radius: 10px;

}

.text-box a span{
    font-size: 20px;
    line-height: 15px;
	margin-left: 5px;

}

.social-icons{
    position: absolute;
	right: 5%;
	top:8%;
}



.social-icons img{
    width: 30px;
	display: block;
	margin: 25px 5px;

}
 
 




a{
  text-decoration: none;
}

li{
  list-style: none;
}







/*=======Services section=======*/
.services .container .content{
  width: 100%;
   
}

.services-description h3{
  font-size: 2em;
  margin-bottom: 50px;

}

.service-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  max-width: 100%;
  margin: 0 auto;
  gap: 20px;
 
}

.service-card{
  background: var(--card-bg-color);
  border-bottom: 3px solid var(--second-color);
  padding: 50px;
  border-radius: 6px;
  box-shadow: var(--box-shadow);
 
}

.service-card > i{
  color: var(--second-color);
  font-size: 3em;
  margin-bottom: 30px;
  
}

.service-card h3{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  
   
}

.service-card .learn-more-btn{
  color: var(--third-color);
  cursor: pointer;
  transition: .3s ease;
}

.service-card .learn-more-btn i{
  transition: .3s ease;
}

.service-card:hover .learn-more-btn i{
  transform: translateX(10px);
}


.service-modal{
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 110vh;
  top: 0;
  left: 0;
  background: var(--bg-transparent-color);
  backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
 
}

.service-modal.active{
  visibility: visible;
  opacity: 1;
  
}

.service-modal-body{
  position: relative;
  background: var(--modal-bg-color);
  max-width: 1000px;
  height: 600px;
  margin: 20px;
  padding: 40px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  transform: translateY(-50px);
  transition: .5s ease;
 
 
}

.service-modal.active .service-modal-body{
  transform: translateY(0);
    
}

.service-modal-body .modal-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;


}

.service-modal-body h3{
  font-size: 1.5em;
     
}

.service-modal-body h4{
  font-size: 1.3em;
  font-weight: 600;
  margin: 15px 0 10px;

}

.service-modal-body ul li{
  margin-top: 15px;
  
}

.service-modal-body ul li i{
  color: var(--second-color);

}


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

.container{
  position: relative;
  flex-direction: row;
  display: block;
  justify-content: center;
  align-items: center;
  
   
}

.ikone {
  width: 70px;
  height: 70px;
 
  margin-bottom: 0px;
  margin-top: 0px;
}

.ikone2 {
  width: 80px;
  height: 60px;
 
  margin-bottom: 0px;
  margin-top: 0px;
}



/*=======Index hover button=======*/
.button:active, .button.active{
    background-color:#e3007e;
    border-color:#fff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.3), 0 1px rgba(255,255,255,.09);

}
.button:hover{
    transform:scale(1.2);
    background-color:#f3dfe7;
    background-image:linear-gradient(to bottom, #ccc #555);
    border-color:#e3007e;
	color: #e3007e; 
}
/*=======Index hover button=======*/







/*=======Footer=======*/

footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--second-color);
  width: 100%;
  margin-top: 50px;
  padding: 3rem 2rem;
  color: #777;
  background-color: #fff;
}

footer a{
  color: #e3007e;
}

.footer-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;

}

.footer-container .about h2{
  font-size: 3em;
  font-weight: 600;
  background: linear-gradient(to top, transparent 0%, #e3007e 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .8;
}

.footer-container .about p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-bottom: 30px;
}

.footer-container .info,
.footer-container .follow{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-container .info h3,
.footer-container .follow h3{
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-container .info ul,
.footer-container .follow ul{
  display: flex;
}

.footer-container .info a{
  margin: 20px;
}

.footer-container .follow a{
  font-size: 1.5em;
  margin: 20px;
}

.footer-copyright p{
  font-size: var(--normal-font-size);
  font-weight: 300;
  margin-top: 50px;
}











@media only screen and (max-width: 1310px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}
.container4{
   
    height:200vh;
   
 
}

}



@media screen and (max-width: 1150px){
/*=======Footer=======*/
  footer .footer-container{
    flex-direction: column;
  }

  .footer-container .about, .footer-container .info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-container .info ul{
    align-items: center;
    flex-direction: column;
  }

  .footer-container .info ul li{
    margin: 5px 0;
  }

  .footer-container .hr{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0 22px;
  }
  
   
}


@media only screen and (max-width: 1144px) {
  .text-box1 h1{
    font-size:40px;
   
	line-height: 1.5;
}
.image4 img{
  width: 440px;
  height: 270px;
 
}

.kontakt{
  width: 40%;

 
}
.container4{
   
    height:210vh;
   
 
}

}



@keyframes back{
	100%{
	    background-position: 2000px 0;
     }
}

/*=======Media query max-width 930px=======*/
@media screen and (max-width: 930px){

.container4{
   
    height:290vh;
   
 
}


.t2 {
  width: 30%;
 
}


}



/*=======Media query max-width 850px=======*/
@media screen and (max-width: 850px){
.container4{
   
    height:320vh;
   
 
}


}



/*=======Media query max-width 800px=======*/
@media screen and (max-width: 800px){



.image2 img{
  width: 350px ; 
  height: 175px;
 
 
}

.container4{
   
    height:340vh;
   
 
}
}







/*=======Media query max-width 705px=======*/
@media screen and (max-width: 705px){


.image img{
  width: 400px ; 
  height: 400px;

}

.image4 img{
  width: 370px;
  height: 230px;
 
}

.t2 {
  width: 55%;
 
}
.container4{
   
    height:340vh;
   
 
}

}



/*=======Media query max-width 600px=======*/
@media screen and (max-width: 600px){


.image img{
  width: 400px ; 
  height: 400px;

 
}

.image4 img{
  width: 300px;
  height: 195px;
 
}

.kontakt{
  width: 50%;
}


.t2 {
  width: 60%;
 
}

.container4{
   
    height:400vh;
   
 
}

}



/*=======Media query max-width 550px=======*/
@media screen and (max-width: 550px){


.image img{
  width: 300px ; 
  height: 300px;

 
}

.image3 img{
  width: 250px ; 
  height: 250px;
  display: block; 
  margin: 0px auto;
 
}

.image4 img{
  width: 280px;
  height: 180px;
 
}

.kontakt{
  width: 60%;
}
.container4{
    height:600vh;
   
}

}

/*=======Media query max-width 400px=======*/
@media screen and (max-width: 400px){


.image3 img{
  width: 200px ; 
  height: 200px;

}

.image2 img{
  width: 175px ; 
  height: 88px;
 
 
}

.image4 img{
  width: 200px;
  height: 130px;
 
}

}










/*======= Card section CSS =======*/
.main-container{
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.main-container .card-container{
    display: grid;
  
}

.card{
    perspective: 1000px;
}

.card-body{
    position: relative;
    background: #fff;
    width: 350px;
    height: fit-content;
    box-shadow: 0 5px 25px rgb(0, 0, 0);
    transform-style: preserve-3d;
	
}

.card-images{
    width: 100%;
    display: grid;
    place-items: center;
    transform-style: preserve-3d;
}

.card-images .card-bg{
    z-index: 0;
    position: absolute;
	padding-top: 35px;
	
    width: 180%;
   place-items: center;
}

.card-images .card-figure{
    z-index: 1;
    width: 65%;
    transition: transform .4s ease-out;
	place-items: center;
}

.card-body:hover .card-figure{
    border: 15px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 5px 25px rgb(0, 0, 0);
	place-items: center;
}



.card-body:hover .glass-bg-02{
    background: #black;
    backdrop-filter: blur(3px);
}


.
/*======= Media queries (max-width: 1210px) =======*/
@media screen and (max-width: 1210px) {
    .main-container .card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    section {
        margin: 100px 0;
    }
}

/*======= Media queries (max-width: 825px) =======*/
@media screen and (max-width: 825px) {
    .main-container .card-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*======= Media queries (max-width: 450px) =======*/
@media screen and (max-width: 450px) {
    .main-container .card-container {
        margin: 0 20px;
    }
    
    .card-body {
        width: 100%;
    }
}



/*======= Video =======*/
.s1margina {
  margin: 10px 10px;
}


/*======= Foto =======*/

body{
    margin:20px;
    padding:0;
    text-align:center;
}
.containergallery{
    display:grid;
	margin: 0px 10px 0px 10px;
    grid-template-columns: repeat(6,1fr);
    grid-auto-rows:100px 300px;
    grid-gap:10px;
    grid-auto-flow: dense;
	text-align:center;
}

.gallery-item{
    width:100%;
    height:100%;
    position:relative;
}

.gallery-item .image{
    width:100%;
    height:100%;
    overflow:hidden;
}

.gallery-item .image img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position:50% 50%;
    cursor:pointer;
    transition:.5s ease-in-out;
}
.gallery-item:hover .image img{
    transform:scale(1.5);
}

.gallery-item .text{
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#e3007e;
    font-size: 25px;
    pointer-events:none;
    z-index:4;
    transition: .3s ease-in-out;
    -webkit-backdrop-filter: blur(5px) saturate(1.8);
    backdrop-filter: blur(5px) saturate(1.8);
}

.gallery-item .slika{
    height: 10px;
	width: 10px;
    
}

.gallery-item:hover .text{
    opacity:1;
    animation: move-down .3s linear;
    padding:1em;
    width:100%;
	
}

.w-1{
    grid-column: span 1;
}
.w-2{
    grid-column: span 2;
}
.w-3{
    grid-column: span 3;
}
.w-4{
    grid-column: span 4;
}
.w-5{
    grid-column: span 5;
}
.w-6{
    grid-column: span 6;
}

.h-1{
    grid-row: span 1;
}
.h-2{
    grid-row: span 2;
}
.h-3{
    grid-row: span 3;
}
.h-4{
    grid-row: span 4;
}
.h-5{
    grid-row: span 5;
}
.h-6{
    grid-row: span 6;
}




@media screen and (max-width:500px){
    .containergallery{
        grid-template-columns: repeat(1,1fr);
    }
    .w-1,.w-2,.w-3,.w-4,.w-5,.w-6{
        grid-column:span 1;
    }
}


@keyframes move-down{

    0%{
        top:10%;
    }
    50%{
        top:35%;
    }
    100%{
        top:50%;
    }
}



/*==========Scroll To Top CSS Start==========*/
.scroll-to-top {
    width: 100px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}

.scroll-to-top.show {
    bottom: 20px !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
    animation: move 1s linear infinite alternate;
}

@keyframes move {
    from {
        transform: translate(0, 10px);
    }

    to {
        transform: translate(0, -10px);
    }
}

.scroll-to-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
    animation: none;
}

.scroll-to-top.car-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.scroll-to-top:before,
.scroll-to-top:after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.scroll-to-top:hover:before,
.scroll-to-top:hover:after,
.scroll-to-top.car-run:before,
.scroll-to-top.car-run:after {
    opacity: 1;
}

.scroll-to-top:before,
.scroll-to-top.car-run:before {
    top: -1px;
    left: 0px;
    width: 75px;
    height: 115px;
    background: url('../images/scroll-top-car-light.png') no-repeat 0 0;
}

/*==========Scroll To Top CSS End==========*/



/*==========Cookies==========*/
#modalbox{
	
	position: absolute;
	top: 930px;
	left: 50%;

	margin-bottom: 10 px;
	transform: translate(-50%, -50%);
	width: 10%;
	width: 230px;
	height: 200px;
	text-align: center;
	padding: 20px 10px;
	font-size: 10px;
	font-weight: 500;
	background: white;	
	border-radius: 8px;
	display: none;
}

.cookies{
	width: 50%;
	margin-bottom: 15px;
	
}

#modalboxbutton{
	
	background: #e3007e;	
	color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 500;
	width: 40%;
	border: 0;
	outline: 0;
	margin-top: 30px;
	cursor: pointer;
	box-shadow: 0 10px 15px rgba(0 0 0 0.2);
	
}

.close-button{
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	
}




/*==========Cookies==========*/