@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400&display=swap");

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: "EB Garamond", serif;
}

.nav-main {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 5px;
}
.ul-main {
	display: flex;
	text-transform: uppercase;
	align-items: center;
}
.left-nav {
	display: flex;
}
.right-nav {
	display: flex;
}

.left-nav li:last-child{
	margin-right: 40px;
}
.right-nav li:first-child{
	margin-left: 40px;
}

.ul-main li {
	margin: 0 15px;
	position: relative;

}
.ul-main li a {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.ul-main li ul.sub{
	background-color: white;
	width: 250px;
	position: absolute;
	padding: 0px;
	margin-left: 0px;
	z-index: 2;
	top: 0;
	margin-top: 50px;
	display: none;
}
.ul-main li ul.sub li{
	padding-left: 5px;
	width: 100% !important;
	max-width: none;
	text-align: left;
}
.ul-main li ul.sub li:first-child{
	margin-top: 10px;
}
.ul-main li ul.sub li:last-child{
	padding-bottom: 10px;
}
.ul-main li ul.sub li a{
	width: 100%;
	display: inline-block;
}

.nav-btn {
	display: none;
}

/* hero-section */
.hero-section {
	background: url(../images/hero-img.png);
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* proizvodi */
.proizvodi-section {
    padding-top: 20px;
	width: 1400px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.content-text-proizvodi {
	text-align: center;
}
.content-text-proizvodi h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 400;
}
.content-text-proizvodi p {
	font-size: 20px;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 10px;
}
.proizvodi-show {
	margin-top: 80px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	width: 100%;
	border-bottom: solid 1px black;
	padding-bottom: 20px;
}
.proizvodi-show .block-proizvoda:last-child{
	/*margin-right: 0px;*/
}
.venoBalm-img {
    width: 350px;
}
.alpine-proizvod-img {
    width: 350px;
}
.alpen-proizvod-img {
    width: 200px;
}

.block-proizvoda {
	display: flex;
	flex-direction: column;
	margin-right: 100px;
}
.block-proizvoda p {
	text-align: center;
	margin-top: 50px;
	font-size: 42px;
}
.line-proizvodi {
	border-top: 1px solid #000;
	width: 80%;
	margin-top: 20px;
}

/* info proizvodi */
.proizvodi-click {
    color: #000;
}
.proizvodi-click:hover {
    color: #4c7d3d;
}
.info-proizvodi {
	width: 1400px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	flex-direction: column;
}
.alpinebalm-block-proizvodi,
.venobalm-block-proizvodi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 20px 0;
}
.info-content-block {
	width: 600px;
}

.info-content-block h3 {
	font-size: 44px;
}
.info-content-block p {
	font-size: 18px;
	margin: 20px 0;
	margin-bottom: 40px;
}
.readmore-btn {
	background-color: #4c7d3d;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 15px 20px;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.3s ease;
	font-size: 16px;
}
.readmore-btn:hover {
	opacity: 0.8;
}
.info-content-block:nth-child(1) {
	padding: 20px;
}
.center-img {
	display: flex;
	justify-content: center;
}

/* alpsko bilje sektion */
.alpsko-blije-section {
	background-image: url(../images/bgalpskobilje.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.alpskobilje-content {
	width: 1400px;
	margin: 0px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
.block-alpskobilje h3.mobile{
		display: none;
	}
.block-alpskobilje h3 {
	border-left: 4px solid #000;
	font-size: 52px;
	padding-left: 50px;
	margin-top: 100px;
}
.block-alpskobilje {
	display: flex;
	flex-direction: column;
}
.block-alpskobilje p {
	margin: 10px 0;
	width: 350px;
	font-weight: 400;
	font-size: 18px;
}
.alpskobilje-web-img {
	width: 640px;
	height: 430px;
}
.transparent-img {
	width: 300px;
}
.read-more-desing {
	position: absolute;
	bottom: 0;
	left: 10;
	right: 10;
}

/* iskustva sektion */
.iskustva-main {
	background-color: #f1f1f1;
	padding: 20px 0;
}
.iskustva-main2 {
	background-color: #fff;
	padding: 20px 0;
}
.iskustva-section {
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	gap: 80px;
	position: relative;
}
.left-arrow {
	position: absolute;
	left: -50px;
	cursor: pointer;
}
.right-arrow {
	cursor: pointer;
	position: absolute;
	right: -50px;
}
.iskustva-content-text {
	width: 600px;
}
.iskustva-content-text h2 {
	font-size: 34px;
}
.iskustva-content-text p {
	font-size: 18px;
	margin: 15px 0;
	padding-left: 40px;
}
.text-content-iskustva {
	margin: 50px 0;
	max-width: 550px;
	position: relative;
}
.quote {
	position: absolute;
	font-size: 60px;
	font-style: italic;
	top: -30px;
	left: 0;
}
.quote-2 {
	position: absolute;
	font-size: 60px;
	font-style: italic;
	bottom: -30px;
	right: 0;
}

/* o nama section */
.onama-section {
	width: 1400px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.block-onama-content {
	width: 500px;
}
.block-onama-img {
	width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.block-onama-content h2 {
	font-size: 60px;
}
.block-onama-content p {
	font-size: 22px;
	margin: 20px 0;
	margin-bottom: 30px;
	width: 500px;
}
.block-onama-img img {
	margin: 0 10px;
}

/* footer */
.footer-section {
	background-color: #2e2e2e;
	padding: 100px 0;
}

.footer-content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.footer-content img {
	width: 194px;
	margin: 0 auto;
}
.ul-main-footer {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.ul-main-footer li {
	margin: 0 20px;
}
.ul-main-footer li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.copy-right {
	display: flex;
	justify-content: center;
}
.copy-right li a {
	color: #fff;
	font-size: 14px;
}
.copy-right li {
	border-right: 1px solid #fff;
	padding: 0 20px;
}
.copy-right li:last-child {
	border: none;
}

.social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.social-links li a {
	color: #fff;
	font-size: 18px;
}
.social-links li {
	padding: 0 5px;
}
.social-links li:last-child {
	border: none;
}

/* iskustva hero */
.iskustva-hero {
	background: url(../images/iskustva-hero.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.iskustva-title {
	background-color: #4c7d3d;
	width: 430px;
	padding: 20px;
	text-transform: uppercase;
	font-size: 32px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 100px;
}
/* Teams of use */
.container {
	width: 1400px;
	margin: 0 auto;
}

.terms-of-use {
	background-color: #fafaf9;
	padding: 50px 0;
}

.terms-of-use h1 {
	font-size: 60px;
	margin-bottom: 30px;
}

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

.paragraph {
	width: 100%;
	margin-bottom: 24px;
}

.paragraph h3 {
	font-size: 24px;
	margin-bottom: 24px;
}

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

/* iskustva hero */
.alpinebalm-hero {
	background: url(../images/Germany_Mountains.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-ledja-kicma {
	background: url(../images/bol/ledja-kicma-main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-vrat-i-ramena {
	background: url(../images/bol/vrat-i-ramena-main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-prekomerna-ativnost {
	background: url(../images/bol/prekomerna-aktivnost-main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-bolne-i-umorne-noge {
	background: url(../images/bol/bolne-i-umorne-noge-main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-prosirene-vene {
	background: url(../images/bol/prosirene-vene-main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.bol-bol-u-zlgobovima {
	/*background: url(../images/bol/bol-u-zlgobovima-main.png);*/
	background: url(../images/bol/bol-u-zlgobovima-main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.venobalm-hero {
	background: url(../images/veno-balm/main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.alpinebalm-title {
	background-color: #4c7d3d;
	width: 430px;
	padding: 20px;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 100px;
}
.alpinebalm-title h3 {
	font-weight: 100;
}
.left-alpine-main {
	max-width: 600px;
}
.left-alpine-main p {
	font-size: 18px;
	margin-top: 20px;
}
.left-alpine-main h3 {
	font-size: 30px;
	font-weight: 100;
}
.main-alpinebalm-hero {
	margin: 20px 0;
}
.main-alpinebalm-hero .container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
}
.right-alpine-main img {
	width: 700px;
}

/* video section */
.video-section {
	background: url(../images/bgmountainestransparent.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	margin: 100px 0;
	margin-bottom: 0;
}
.video-section h1 {
	font-size: 48px;
	font-weight: 100;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	padding-top: 100px;
}
.videos-section {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

/* pomaze kod sekicja */
.pomazekod-section,
.karakteristikeo-section {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-pomazekod,
.content-karakteristikeo {
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
}
.left-pomazekod,
.left-karakteristikeo {
	width: 500px;
	font-size: 18px;
}
.left-pomazekod li {
	list-style: disc;
}
.left-pomazekod ul {
	margin-top: 40px;
}
.left-pomazekod h3,
.left-karakteristikeo h3 {
	font-size: 34px;
	font-weight: 100;
}
.right-pomazekod {
	background: url(../images/boloviuledjima.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}
.right-pomazekod-venobalm-1 {
	background: url(../images/veno-balm/veno-balm-2.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}
.left-pomazekod p {
	margin-top: 20px;
}

/* osnovne karakteristike section */
.right-karakteristikeo {
	background: url(../images/osnovnekarakteristike.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}
.right-alpine-balm-first-section {
	background: url(../images/alpine-balm-first-secion.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	height: 700px;
	width: 50%;
}
.veno-balm-first-section {
	background: url(../images/veno-balm-first-section.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 700px;
	width: 50%;
}
.right-karakteristike-venobalm {
	background: url(../images/veno-balm/veno-balm-3.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}
.left-karakteristikeo p {
	margin-top: 40px;
}

/* svojstva content */
.svojstva-section {
	padding: 50px 0;
	background-color: #f1f1f1;
}

.svojstva-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-svojstva {
	width: 600px;
	font-size: 18px;
}
.content-svojstva h3 {
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 40px;
}

/* upotreba */
.right-upotreba-img {
	background: url(../images/upotrebaimg.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}

.right-venobalm-img {
	background: url(../images/veno-balm/veno-balm-5.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 50%;
}

.brosura-content {
	display: flex;
	margin-top: 20px;
	gap: 30px;
}
.look-brosura h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

/* upozorenja section */
.upozorenja-section {
	background: url(../images/overlayupozorenja.png);
	height: 730px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.upozorenja-section .container {
	display: flex;
	justify-content: center;
}
.upozorenja-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.upozorenja-content {
	width: 500px;
}
.upozorenja-img {
	width: 50%;
	height: 500px;
}
.upozorenja-content h3 {
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 20px;
}
.upozorenja-content p {
	font-size: 18px;
	margin-bottom: 25px;
}

/* informacije */
.informacije-proizvod-section {
	padding: 100px 0;
	background-color: #f1f1f1;
}
.informacije-proizvod-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-informacije {
	width: 500px;
}
.content-informacije h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
.content-informacije p {
	font-size: 18px;
}
/* specifikacija pakovanja */
.specifikacija-pakovanja-section {
	margin: 100px 0;
}
.specifikacija-pakovanja-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.specifikacija-block h3 {
	font-size: 32px;
	font-weight: 100;
}
.one-row {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	width: 400px;
	font-size: 18px;
}
.images-specifikacije {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 40px;
}
.images-specifikacije img {
	/*width: 50px;*/
	/*margin-right: 10px;*/
}

/* kontakt */
.kontakt-info {
	margin: 30px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.left {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.left ul li {
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 0;
}

.left .ul-1 {
	padding-left: 20px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

.left .ul-2 {
	margin-top: 10px;
	margin-right: 20px;
}

.left .ul-2 img {
	margin-right: 20px;
}

.right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kontakt-main{
	background: url(../images/kontakt-main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 700px;
	position: relative;
}

.kontakt-form {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fafafa;
}

.kontakt-info .left {
	width: 50%;
	display: flex;
	justify-content: center;
}

.kontakt-info .left h3 {
	font-size: 34px;
	text-align: left;
	margin: 50px 0;
}

.kontakt-info .left form {
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
}

.kontakt-info .left form label {
	width: 500px;
	font-size: 18px;
	text-align: left;
	margin: 10px 0;
}

.kontakt-info .left form input {
	width: 500px;
	height: 30px;
}

.kontakt-info .left form textarea {
	width: 500px;
	margin-bottom: 50px;
	resize: vertical;
}

.kontakt-info .left form button {
	width: 160px;
	font-size: 18px;
	padding: 15px 30px;
	border-radius: 30px;
	border: none;
	color: white;
	background-color: #82b415;
}

.kontakt-info .right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.kontakt-info .right p {
	font-size: 18px;
	width: 300px;
}

.kontakt-info .right p:nth-child(1) {
	margin-bottom: 50px;
}

/* o nama section */
.onama-hero-section {
    background: url(../images/hero-onama-bg.png);
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-onama-div {
    background-color: #fff;
    width: 600px;
    text-align: center;
    padding: 20px;
}
.title-onama-div h2 {
    font-size: 34px;
}
.title-onama-div p {
    font-size: 18px;
    margin-top: 10px;
}
.right-filozofija {
    background: url(../images/filozofijabg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    width: 50%;
}
.left-snagaprirode-img {
    background: url(../images/snaga-prirode-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 50%;
}
.right-nemacki-img {
    background: url(../images/nemacki-kvalitet-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    width: 50%;
}
.block-onama-img2  {
	padding-top: 40px;
    /*width: 300px;*/
	width: 100%;
}
.block-onama-img2 img{
    /*width: 50px;*/
	max-width: 100%;
    align-items: center;
}