/*!
Theme Name: Dobar Sajt
Theme URI: https://dobarsajt.com
Author: DobarSajt team
Author URI: https://dobarsajt.com
Description: DobarSajt starter template.
Version: 1.0
*/

:root {
    --black: #24223e;
	--blue: #4289FF;
	--green: #00b884;
	--greendark: #007A58;
	--red: #fd7171;
    --gray: #F8F8FC;
    --text: #35335C;
    --border: #ceceea;
}

body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    background: var(--gray);
    color: var(--text)
}

h1, h2, h3, h4, h5, h6 {
    color: var(--black)
}

a, a:hover, a:visited {
	text-decoration: none;
	color: var(--blue)
}

/* Text Classes */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 9500;
}

.text-black {
    color: var(--black)!important;
}

.text-green {
    color: var(--green)!important;
}

.text-red {
    color: var(--red)!important;
}

.text-blue {
    color: var(--blue)!important;
}

/* Background Classes */
.bg-green-opacity-10 {
	background: rgba(0, 184, 132, 0.05)
}

.bg-green {
	background: var(--green);
}

.bg-red-opacity-10 {
	background: rgba(253, 113, 113, 0.05)
}

.bg-red {
	background: var(--red);
}

.bg-blue-opacity-10 {
	background: rgba(66, 137, 255, 0.05);
}

.bg-blue {
	background: var(--blue);
}

/* Buttons */
.btn-main {
	box-shadow: 0 -3px 0 0 rgba(0, 122, 88, 0.5) inset;
} 
.button-arrow {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: var(--greendark)
}

/* Navigation */
nav.navbar {
    border-bottom: 1px solid var(--border);
}

.btn-gradient {
    background: rgb(69,196,249);
    background: linear-gradient(60deg, rgba(69,196,249,1) 0%, rgba(125,9,255,1) 50%, rgba(255,11,229,1) 100%);
}

.brand-gradient {
    background: linear-gradient(60deg, #45c4f9, #7d09ff 50%, #ff0be5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Reklama */
ul.promo-list {
		list-style-type: none;
		padding-left: 2rem;
	}
	
	ul.promo-list li {
		margin-bottom: 0.75rem;
		position: relative;
	}
	
	ul.promo-list li::before {
		content: "\F269";
		font-family: "Bootstrap-icons";
		color: var(--green);
		position: absolute;
		top: 0px;
		left: -2rem;
	}

/* Animations */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

/* Sajt Single Page */
.navigacija {
	font-size: 0.9rem;
}

.navigacija ol li a {
	color: var(--black)!important;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: rgba(36, 34, 62, 0.42);
}

.logo-sajta img {
	width: 75px;
	height: inherit;
	border: 2px solid var(--green);
	border-radius: 50%;
}

.detalji-sajta a, .detalji-sajta a:hover {
	color: var(--blue);
}

a.social-icon, a:hover.social-icon {
	border: 1px solid #ceceea;
	color: #8D8DCE;
}