/*

COLOR 1: #C21010
COLOR 2: #E64848
COLOR 3: #FFC38E
COLOR 4: #FFFDE3
COLOR 5: #CFE8A9

*/

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
  box-sizing: border-box;
  font-family: "Rubik";
}

*, *:before, *:after { box-sizing: inherit; margin: 0; padding: 0; outline: 0; }


/* HEADER.PHP */

.offcanvas-logo
{
	width:100px;
}



#offcanvas-mob
{
	border:0;
}

.offcanvas-body ul
{
	list-style-type: none;
    padding: 0;
}

.offcanvas-body li
{
	margin:20px 6px;
}

.nav-container-fluid
{
	height:90px;
	position:fixed;
	z-index:2;
	padding:0;
	background:white;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.nav-btn-mob
{
	background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
    border-radius: 14px;
    padding: 4px 20px;
    font-family: "Rubik";
    border: 1px solid #FFFDE3;
    color: white;
}

.nav-container
{
	width:100%;
	height:90px;
	display:flex;
	align-items:center;
	position:relative;
}

.nav-logo
{
	width:80px;
	margin-left:24px;
}

.nav-logo img
{
}

.nav-menu
{
	float: none;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.nav-menu a
{
	color:black;
	font-size:16px;
	text-decoration:none;
	margin:0 25px;
}

.nav-info
{
	margin-left:auto;
	margin-right:24px;
}

.nav-btn
{
    height: 50px;
    background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
    border-radius: 14px;
    padding: 0 25px;
    font-family:"Rubik";
    border:1px solid #FFFDE3;
    color:white;
}

.nav-mobile
{
	position:fixed;
	width:100%;
	height:50px;
	background:white;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	z-index:10;
}

.nav-logo-mob
{
	height: 100%;
    padding: 5px;
    display:flex;
}

.nav-logo-mob-logo
{
	width:100px;
}

.nav-mob-meni
{
	margin-left:auto;
	font-size:30px;
}

/* INDEX.PHP */

.main
{
	height:100vh;
}




.main-text
{
	position:relative;
}

.main-text-okvir
{
    position:absolute;
    top:27%;
}

.main-text h1 
{
    font-size: 80px;
}

.main-text h1 span
{
	box-shadow: inset 0px -2rem 0 0 #f8ded4;
    display: inline-block;
    text-indent: -2rem;
    padding-right: 1.5rem;
    margin-left: 2rem;
    color: #bc0713;
    font-weight: bold;
}

.btn-main-cta
{
    background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
    border-radius: 14px;
    font-family:"Rubik";
    border:1px solid #FFFDE3;
    color:white;
    font-size: 24px;
    padding:15px 40px;
    margin-top:10px;
}

.btn-main-cta:hover
{
    background: linear-gradient(65deg, #990808 0%, #ad3e3e 100%);
}

.main-art
{
	position:relative;
}

.main-art img
{
	position:absolute;
	top:22%;
	width:100%;
	object-fit:contain;
}

.custom-shape-divider-top-1662574846 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1662574846 svg {
    position: relative;
    display: block;
    width: calc(200% + 1.3px);
    height: 200px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1662574846 .shape-fill {
    fill: #FFC48F;
}

.o-nama
{
	position:relative;
	top:100px;
	width: 100%;
    position: relative;
    background-color: #f8ded4;
    border-radius: 16px;
    padding: 40px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.o-nama-info
{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 80px;
    position: relative;
}

.o-nama-ikonica
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
    fill:white;
}

.o-nama-ikonica i
{
	font-size: 36px;
    color: white;
}

.o-nama-broj
{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
    line-height: 34px;
    height: 34px;
    color: #232122;
    font-weight: 600;
    margin-bottom: 2px;
}

.o-nama-tekst
{
	font-size: 16px;
    color: #535051;
}

.naslov
{
	align-items: center;
    font-size: 32px;
    color: #232122;
    font-weight: 600;
}

.opis
{
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top:20px;
}

.ponuda
{
	margin-top:200px;
	text-align:center;
}

.ponuda-naslov
{
	font-size: 40px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    line-height: 50px;
}

.ponuda-naslov:before
{
	content:'';
    display: block;
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
    top: 0;
    margin:0 auto;
    margin-bottom:25px;
}
    
    
.firma-slika img
{
	width:100%;
	object-fit:cover;
	height:250px;
	max-height:250px;
	transition: .35s all linear;
}

.firma-okvir
{
    height:100%;
}

.firma-slika
{
	overflow:hidden;
	border-radius:20px;
}


.firma-slika img:hover
{
	transform: scale(1.1);
}

.firma-okvir
{
	border-radius:20px;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.firma-opis
{
	margin-top:20px;
}

.firma-opis h4
{
	font-size: 22px;
	font-weight:bold;
}

.firma-opis p
{
	margin-bottom: 10px;
	color:#C21010;
  	font-weight:bold;
}

a,a:hover
{
	text-decoration:none;
	color:inherit;
}




/* FIRMA.PHP */

.main-firma
{
	min-height:100vh;
}

.main-firma-slika
{
	display:flex;
	justify-content:center;
	padding-top:150px;
}

.main-firma-slika img
{
	width:200px;
	height:200px;
	border-radius: 20px;
	object-fit:cover;
}

.firma-naslov
{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	color:#2e2e2e;
}

.firma-naziv
{
	text-align:center;
	color:#cc2020;
	font-weight:bold;
}

.firma-opcije
{
    width: 100%;
}

.firma-opcije-div
{
	
}

.firma-opcije-okvir
{
	background-color: white;
    border-radius: 16px;
	padding:20px;
    /*box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;*/
}

.btn-firma-opcije
{
	font-size: 22px;
    border-radius: 14px;
    padding: 8px 25px;
    font-family: "Rubik";
    border: 1px solid #FFFDE3;
    color: white;
}

.btn-crveni
{
    background: linear-gradient(65deg, #C21010 0%, #E64848 100%);
}

.btn-braon
{
	background: linear-gradient(65deg, #ffc48f 0%, #d7a578 100%);
}

.btn-ljubicasti
{
	background: linear-gradient(65deg, #6020bf 0%, #a27ee0 100%);
}

.firma-opcije-ikonica
{
	display:flex;
	justify-content:center;
	font-size: 60px;
}

.firma-opcije-tekst
{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	
}

.firma-opcije-tekst h3
{
	font-size:30px;
}

.firma-opcije-tekst p
{
	font-size:18px;
	text-align:center;
}

.firma-opis-div p
{
	font-size: 18px;
    text-align: center;
}

.pitanja-okvir
{
	background-color: white;
    border: 1px solid #c61515;
    border-radius: 16px;
    margin-top: 20px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    position:relative;
}

.pitanja-btn
{
	min-height: 80px;
    padding: 20px 80px 20px 20px;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    width:100%;
    border:0;
    background-color:white;
    border-radius: 16px;
}

.pitanja-collapse-okvir
{
	border-radius: 16px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pitanja-collapse
{
	background-color:white;
	border-radius: 16px;
	padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pitanja-collaspe p:first-child
{
    padding: 20px 20px 0;
}

.pitanja-collapse p
{
    margin: 0 !important;
    color: #535051;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.pitanja-okvir span
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(65deg, #c41313 0%, #e44444 100%);
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
}

.pitanja-okvir span svg
{
	width: 24px;
    height: auto;
    fill: #fff;
    position: absolute;
    z-index: 2;
    transition: transform 0.5s ease;
}

.pitanja-okvir span svg:last-child {
    transform: rotate(-90deg);
}

.pitanja-okvir button[aria-expanded="true"] span svg:last-child {
    transform: rotate(0deg);
}

.pitanja-okvir span:before {
    content: '';
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(65deg, #2568b0 0%, #423baa 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border-radius: 12px;
}



/* PROIZVODI.PHP */

.proizvodi
{
    padding-top:150px;
    text-align:center;
}

.proizvod-opis-div
{
    display: flex;
    justify-content: space-evenly;
}

.proizvod-kolicina
{
    color:gray !important;
}


/* PROIZVOD.PHP */

.proizvod-slika
{
    border-radius:15px;
}

.proizvod-slika img
{
    object-fit:cover;
    border-radius:20px;
    width:100%;
}

.proizvod-info
{
    margin-left:3rem;
}

.proizvod-info h1
{
    text-align: left;
    margin-top: 20px;
    font-weight:bold;
}

.proizvod-info h2
{
    text-align: left;
    font-size: 22px;
    margin-top: 2rem;
    color: #ca1c1c;
    font-weight:bold;
}

.proizvod-info table
{
    width:100%;
}

.proizvod-info table td
{
    text-align:left;
    color:#5c6c75;
}

.dostupno
{
    color:#0aad0a !important;
}

.nije-dostupno
{
    color:darkred !important;
}




/* DODATNE KLASE */

.min-height-100vh
{
	min-height:100vh !important;
}




/* MEDIA QUERIES */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) 
{
	.firma-slika img
	{
		height:200px;
	}
	
	.main-text h1 
	{
        font-size: 70px;
    }
    
    .btn-main-cta 
    {
        padding: 10px 30px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px)
 {
	.nav-menu a 
	{
    	margin: 0 15px;
	}
	
	.main-text h1 
	{
        font-size: 55px;
    }
    .btn-main-cta 
    {
        padding: 10px 30px;
    }
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) 
{
	.main-text h1 
	{
	    font-size: 45px;
	}
	
	.firma-slika img 
	{
	    min-height: 200px;
	}
	
	.main-firma
	{
		min-height:auto;
	}
	
	.main-firma-slika
	{
		padding-top:150px;
	}
	
	.proizvodi
    {
        padding-top:100px;
    }
    .btn-main-cta
    {
        font-size: 20px;
        padding: 10px 30px;
    }
    
    .main-text-okvir 
    {
        top: 24%;
    }
    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)
{
	.o-nama-info
	{
		margin-top: 40px;
	}
	
	.main-text h1 
	{
    	font-size: 45px;
	}
	
	.btn-main-cta 
	{
	    font-size: 18px;
	    padding: 10px 25px;
	}
	
	.main-art img 
	{
	    position: absolute;
	    top: -18%;
	    height: 100%;
	    object-fit: contain;
	    left: 30%;
	    width:auto;
	}
	
	.firma-slika img 
	{
	    min-height: 200px;
	}
	
	.proizvod-info 
	{
        margin-left: 0rem;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) 
{
	.main-text h1 
	{
	    font-size: 30px;
	    text-align: center;
	}
	
	.btn-main-cta 
	{
        font-size: 14px;
        padding: 8px 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 140px;
    }
	
	.main-art img 
	{
	    position: absolute;
	    top: -25%;
	    height: 100%;
	    object-fit: contain;
	    width: 100%;
	    left:0;
	}
	
	.main-text h1 span
	 {
	    box-shadow: inset 0px -1rem 0 0 #f8ded4;
	    display: inline-block;
	    text-indent: -2rem;
	    padding-right: 0.5rem;
	    margin-left: 2rem;
	    color: #bc0713;
	    font-weight: bold;
	}
	
	.firma-slika img 
	{
	    min-height: 150px;
	}
	
	.firma-opis h4 
	{
	    font-size: 19px;
	    font-weight: bold;
	}
	
	.col-firma
	{
		padding: 0 15%;
	}
	
	.firma-opis p 
	{
    	font-size: 15px;
	}
	
	.main-text-okvir 
	{
        top: 24%;
        left: 20px;
        right: 20px;
        text-align:center;
	}
}

/* Galaxy FOLD */
@media (max-width: 360px)
{
	.firma-opis h4 
	{
	    font-size: 17px;
	    font-weight: bold;
	}
	
	.col-firma
	{
		padding: 0 10%;
	}
	
	.firma-opis p 
	{
    	font-size: 14px;
	}
	
	.main-text h1 
	{
        font-size: 26px;
    }
}

