/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: basgeline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  src: url(../fonts/Montserrat-Regular.ttf);
  font-family: Montserrat;
}

@font-face {
  src: url(../fonts/Montserrat-Bold.ttf);
  font-family: MontserratBold;
}

@font-face {
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-family: MontserratSemiBold;
}

/* Home page */
body {
  font-family: Montserrat;
}

/* scroll fixed header */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* dropdown languageBar*/
.languageBar {
  display: flex;
  width: 100%;
  background-color: #353535;
  color: white;
  justify-content: flex-end;
  align-items: center;
}

.language {
  font-size: 0.75rem;
  border: none;
  background-color: #353535;
  color: white;
  padding: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
}

.dropdownButton {
  margin: auto;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  background-color: #353535;
  color: white;
  padding: 0;
}

.dropdownButton:hover {
  text-decoration: none;
  display: inline-block;
  opacity: 50%;
}

.dropdown:hover div {
  visibility: visible;
  opacity: 100%;
  transition: 1s;
}

.dropdownLink {
  background-color: #353535;
  padding: 1px;
  -webkit-box-shadow: 0px 12px 14px -4px rgba(112, 112, 112, 1);
  -moz-box-shadow: 0px 12px 14px -4px rgba(112, 112, 112, 1);
  box-shadow: 0px 12px 14px -4px rgba(112, 112, 112, 1);
  z-index: 1;
  visibility: hidden;
  position: absolute;
  opacity: 0%;
}

.styleLink {
  padding: 9px;
  text-align: center;
  color: inherit;
  display: block;
  text-decoration: none;
  margin: auto;
  font-size: 0.75rem;
}

.styleLink:hover {
  background-color: grey;
  color: white;
  text-decoration: none;
}

/*Logo bar*/
.logoBarGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.centerVH {
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.centerV {
  margin: auto;
  margin-left: 0rem;
  margin-right: 0rem;
}

.centerH {
  margin: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.logoBarGrid div i {
  color: #51AD0C;
  font-size: 2.3rem;
  padding-left: 1rem;
  opacity: 70%;
}

.centerTextAdressPhone {
  text-align: center;
  margin-left: 2rem;
  line-height: 25px;
  font-size: 1.3rem;
}

/*Nav bar*/

.navbarGrid {
  font-size: 1.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
  background-color: #353535;
  align-items: center;
  padding-left: 2rem;
  height: 4rem;
  opacity: 90%;
}

.navbarGrid div a {
  text-decoration: none;
  color: white;
}



.iconStyle {
  color: grey;
  font-size: 1.5rem;
  margin: 0.5rem;
}

.iconStyle1 {
  color: white;
  font-size: 1.5rem;
  margin-top: 0.15rem;
}



/* nav bar double drop down buttuon */
ul {
  margin:0 auto;
  position:relative;
  float:left;
}

ul li {
  display: inline;
  margin: 0;
  padding: 0;
  float:left;
  position: relative;
}

ul li a {
background-color:#353535;
padding:0.95rem;
color: white;
display: inline-block;
text-decoration: none;
}

ul li:hover>a{
  background-color: #5C5C5C;
  color: white;
  opacity: 90%;
}

.homeLink:hover{
  padding: 1rem;
  background-color: #5C5C5C;
  color: white;
  opacity: 90%;
  transition: 0.5s;
}


ul li:hover>ul {
  visibility: visible;
  opacity: 100%;
  transition: 1s;

}

ul ul,ul ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  opacity: 0%;
}


/* gornja margina za hover linkovanje */
ul ul {
  top:2.9rem;
}

/* leva margina da sekundarni dropdown */
ul ul li ul {
  top:0;
  left:11rem;
}

ul ul li a {
  width:11rem;
  color: white;
  float: left;
}


/*Slider*/
.backgroundImageCarousel1 {
  background-image: url("../images/Jabuka.jpg");
  background-color: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 33rem;
}

.backgroundImageCarousel2 {
  background-image: url("../images/zas2.jpg");
  width: 100%;
}

.backgroundImageCarousel3 {
  background-image: url("../images/cherry.jpg");
}

.backgroundImageCarousel4 {
  background-image: url("../images/17.jpg");
}

.backgroundImageCarousel5 {
  background-image: url("../images/šljive.jpg");
}

.slideText {
  font-family: MontserratSemiBold;
  font-size: 2rem;
  color: white;
  background-color: grey;
  display: inline-block;
  padding: 1rem;
  border-radius: 40%;
}

/* pictureBehind */
.pictureBehind {
  background-image: url("../images/backgroundImage.png");
  background-color: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  z-index: -1;
}

/* pictureText */
.buttonPictureText {
  height: 2rem;
  border-radius: 0.4rem;
  margin: 1rem;
  background-color: #AAD60B;
  border: none;
  color: white;
  font-family: MontserratBold;
  cursor: pointer;
}

.buttonPictureText:hover {
  opacity: 80%;
  transition: 0.5s;
}

/* poslovanje */
.workBarGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2rem 0;
  width: 100%;
  background-color: white;
}

.stylePoslovanje {
  padding: 2rem;
  font-size: 1.1rem;
}

.styleDržava {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  font-family: MontserratBold;
}

.footerBarGrid div {
  font-size: 0.8rem;
}


.footerBarGrid .styleKontakt {
  font-size: 1.3rem;
}

.styleKontakt {
  color: white;
  opacity: 90%;
}

.styleKontakt2 {
  font-size: 0.7rem;
  font-family: Montserrat;
  text-align: center;
  margin-top: 1rem;
}

/* footer */
.footerBarGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding: 1.4rem 0;
}



.hoverIcon a {
  color: inherit;
  font-size: 1.2rem;
}

.hoverIcon a:hover {
  text-decoration: none;
  opacity: 50%;
}

/* O NAMA */
.onamaBarGrid {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-column-gap: 3rem;
}

.styleLinkSideBar {
  text-decoration: none;
  color: #51AD0C;
}

.styleLinkSideBar:hover {
  text-decoration: none;
  color: black;
}

.onamaBarGrid div div a {
  text-decoration: none;
}

.onamaBarGrid div div a:hover {
  text-decoration: none;
  opacity: 80%;
}

.backgroundImageFacebook {
  background-image: url("../images/facebookpagebackground.png");
  background-color: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 7rem;
  margin-bottom:2rem;
}





/* SORTE SADNICA CSS */
.sortaBarGrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  margin: auto;
}

.sortaSadnicePicture {
  height: 10rem;
}

.sortaSadnicePictureLeaf {
  height: 4rem;
  margin-right: 1.5rem;
}

/* GALERIJA CSS */
.galleryBarGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 8rem;
  grid-gap: 1rem;
}

.galleryBarGrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
  grid-gap: 0.5rem;
}

.backgroundImageGallery1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
 margin-right: auto;
 display: block;
}

.galleryBarGridZasadi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 8rem;
  grid-gap: 1rem;
}




/* KONTAKT CSS */
.phoneStyle {
  width: 60%;
  margin: auto;
}
