* {
  margin: 0;
  scroll-behavior: smooth;

  /* background-color: #393e46; */
}

#header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: black;
  justify-content: space-between;
}

.logoImg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.logoImg img {
  max-width: 100px;
  max-height: 90px;
  object-fit: contain;
  padding: 1rem;
}

.logo h1 {
  color: #fe8700;
}

.links {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: end;
  font-size: 20px;
}

.links li {
  padding: 0 1rem;
  color: #f2f2f2;
  text-decoration: none;
  transition: 0.3s ease-out;
  text-decoration: none;
  list-style: none;
}

.links li p {
  border-bottom: 1px solid #fe8700;
}

.links li p:hover {
  cursor: pointer;
  color: #cac0b3;
}

/* ////////////////////////////////////////// */

#hero {
  background-image: url("images/belt7.jpg");
  background-position: center;
  background-size: cover;
  height: 110vh;
}

#hero img {
  mix-blend-mode: lighten;
  height: 60vh;
  object-fit: contain;
}

.location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}

.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.headline h1 {
  color: #f2f2f2;
  font-size: 2.2rem;
  font-size: 60px;
}

.location h3 {
  color: #f2f2f2;
  font-size: 40px;
}

.location h3 i {
  color: #fe8700;
  font-size: 1.5rem;
  font-size: 50px;
}

.overlayMain {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
}

/* //////////////////////////////////// */

.service {
  background: url("images/main.jpg");
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.naslov {
  color: #f96d00;
}

.service h1 {
  display: flex;
  text-align: center;
  justify-content: center;
}

.text {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  justify-content: space-around;
}

.lorem p {
  color: #fff;
}

.lorem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.lorem i {
  font-size: 6rem;
  padding: 2rem;
}

.lorem h2 {
  font-size: 6rem;
  color: #f96d00;
}

.lorem,
.fit h1 {
  color: #fff;
}

.fit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.fit p {
  color: #fff;
}

.overlayMain {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
}

.templateWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.template {
  border: 3px solid #f96d00;
  background-color: #393e46;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 21px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 21px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 21px 1px rgba(0, 0, 0, 0.75);
}

.clanarina {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-around;
  padding: 20px 0;
}

.template h1 {
  padding-top: 10px;
  color: #fff;
  font-size: 2.2rem;
}

.template h3 {
  font-size: 1rem;
  color: #fff;
}

.info {
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.info h1 {
  color: #f96d00;
  padding: 5px 0;
}

.info h2 {
  color: #fff;
  padding: 5px 0;
}

.info i {
  color: #f96d00;
}

.text p {
  font-size: 20px;
  text-align: justify;
  padding: 0 10px;
}

/* ///////////////////////////////////////////// */

.main {
  background-image: url("images/belt16.jpg");
  max-width: 100%;
  max-height: 100%;
  background-position: center;
  background-size: cover;
  margin: auto;
}

.wrapper {
  display: flex;
  flex-direction: row;
}

.wrapper .picture {
  padding: 10px;
}

.gallery {
  display: flex;
  flex-direction: column;
  place-content: stretch center;
  box-sizing: border-box;
  width: 100%;
}

.picture img {
  width: 100%;
  height: 100%;
}

.lazy {
  filter: blur(20px);
}

.Fmarker h1 {
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 10px;
}

.Fmarker p {
  color: #ff0000;
  padding: 0 5px;
}

/* /////////////////////////////////////////////////////////////// */

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* ////////////////////////////////////////////////////////////// */

.footer {
  width: 100%;
  background-color: #222831;
  padding: 10px 0;
}

.borderLine {
  border: 3px solid #393e46;
  margin-bottom: 10px;
}

.footerWrapper {
  display: flex;
  color: #fff;
}

.contact,
.map,
.social {
  flex: 1;
}

.contact ul {
  list-style: none;
}

.contact li {
  padding: 0.5rem 0;
}

.contact li a {
  text-decoration: none;
  color: #f96d00;
  transition: ease 0.2s all;
  padding-left: 1rem;
  font-size: 18px;
}

.contact li a:hover {
  color: #cac0b3;
}

.contact p {
  color: #f96d00;
  font-size: 18px;
}

.kontakt {
  list-style: circle;
  margin: 0 1rem;
}

.map iframe {
  width: 90%;
  height: 100%;
}

/* /////////////////////////////////////////////////////// */
