@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
/* body {
  background-image: url(./stanovi-img/ponuda-staniva-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
} */

/* HEADER */
section h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-family: "Roboto", sans-serif;
  color: #003049;
}

/* header {
  height: 100vh;
  background-color: #67859f;

  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  position: relative;
} */

nav {
  background-color: #ffffff;
}

.hero-text {
  text-align: center;
  font-size: 1.2rem;
  color: white;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  nav {
    background-color: #ffffff;
    /* justify-content: space-between;
    align-items: center; */
  }
  .hero-text {
    font-size: 1.2rem;
  }
}
.hero-text p {
  margin: 1rem;
  font-style: italic;
}
.hero-text a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: 1.5px solid #fff;
  border-radius: 30px;
  margin-bottom: 2rem;
}
.hero-text a:hover {
  border: 3px solid white;
}

.hero-text i {
  display: block;
  margin-top: 2rem;
}
/* PROJECT-SUM */

.project-sum {
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  /* background-color: aqua; */
}

.project-sum-container {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.project-sum-title h2 {
  font-weight: 400;
  font-size: 2.4rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.project-sum-title p {
  font-size: 1.2rem;
  line-height: 1.8rem;

  padding: 1rem;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
}
.project-sum-icons-all {
  max-width: 1200px;
  /* background-color: antiquewhite; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-sum-icon {
  font-family: "Roboto", sans-serif;
  color: #003049;
  height: 220px;
  width: 220px;
  background-color: rgb(242, 242, 242);
  margin: 1rem;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  .project-sum-icons-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.project-sum-icon i {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
/* DIREKTNA PRODAJA */
.direktna-prodaja,
.security {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direktna-prodaja-container,
.security-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  /* background-color: #67859f; */
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  margin-bottom: 5rem;
}

.direktna-prodaja-text,
.security-text {
  flex: 1 1 50%;
  /* background-color: #67859f; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem;

  text-align: center;
}
.direktna-prodaja-text i,
.security-text i {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #003049;
}
.direktna-prodaja-text h3,
.security-text h3 {
  font-weight: 300;
}

.direktna-prodaja p,
.security p {
  font-size: 1.2rem;
  color: #003049;
  font-weight: 300;
  padding: 1rem;
  line-height: 1.4rem;
}

.direktna-prodaja-img,
.security-img {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  margin: 1rem;
  align-items: center;
  justify-content: center;
}
.direktna-prodaja-img img,
.security-img img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 969px) {
  .direktna-prodaja-container,
  .security-container {
    flex-direction: column;
  }
  .direktna-prodaja-img,
  .security-img {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .direktna-prodaja-text i,
  .security-text i {
    font-size: 3.8rem;
  }
  .direktna-prodaja p,
  .security p {
    font-size: 1.2rem;
  }
}

/* PROJECT DESCRIPTION */

.project-desc {
  height: auto;
  width: 100%;
  background-image: url(./ZB-fasada/fasada1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  filter: grayscale(50%);
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.project-desc-container {
  font-family: "Roboto", sans-serif;

  width: 100%;
  height: 80%;
  padding: 5rem;
  z-index: 2;
  border-radius: 3px;
  background: linear-gradient(50deg, #002f496e 12%, #002f49b3 77%);
  /* background-blend-mode: ; */
  box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-desc-text {
  font-family: "Roboto", sans-serif;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 4px;
}

.p-desc-text h3 {
  font-weight: 400;
  color: #f7f7f7;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.p-desc-text p {
  font-weight: 300;
  /* color: #fff; */
  padding: 0.2rem 0;
  color: #f6f6f6;
  /* background-color: #ffffff; */
  border-radius: 4px;
}
@media screen and (max-width: 700px) {
  .project-desc-container {
    padding: 0.5rem;
  }
  .p-desc-text {
    font-size: 1.1rem;
    padding: 1.5rem 0.5rem;
  }
  .p-desc-text h3 {
    font-weight: 400;
    font-size: 2rem;
  }
}

/* LOCATION MAP */

.location-map {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-pin {
  margin-bottom: 5rem;
  font-size: 1.2rem;
}
.location-pin iframe {
  display: inline;
}
.location-pin p {
  display: inline;
}
.location-map h3 {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.location-map-container {
  width: 100%;
  margin-bottom: 5rem;
}
iframe {
  width: 100%;
}
.u-blizini-lokacije {
  /* background-color: aliceblue; */
  margin-top: 3rem;
  width: 100%;
  display: flex;

  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.u-blizini-lokacije-container {
  /* background-color: aqua; */
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.u-blizini {
  background-color: rgb(242, 242, 242);
  border-radius: 2px;
  width: 250px;
  height: auto;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 1rem;
  color: #003049;
}
.u-blizini i {
  margin-right: 1rem;
}

/* FASADA GALLERY */

.fasada-mini-gallery {
  /* background-color: antiquewhite; */
  width: 100%;
  margin-bottom: 5rem;
}
.fasada-mini-gallery h3,
.home-mini-gallery h3 {
  font-weight: 400;
  margin-bottom: 5rem;
}

.fasada-mini-gallery-container {
  width: 100%;
  /* background-color: aquamarine; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.f-mini-gallery {
  width: 350px;
  height: 300px;
  background-color: #67859f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
.f-mini-gallery-img {
  width: 350px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 1rem; */
  overflow: hidden;
  transition: border 0.5s ease-in-out;
}
.f-mini-gallery-img img {
  width: auto;
  height: 100%;
  transition: scale 0.5s ease-in-out;
}

.f-mini-gallery-img img:hover {
  scale: 1.1;
}

/* MINI GALLERY */

.home-mini-gallery {
  /* background-color: antiquewhite; */
  width: 100%;
  margin-bottom: 5rem;
}
.home-mini-gallery-container {
  width: 100%;
  /* background-color: aquamarine; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mini-gallery {
  width: 350px;
  height: 300px;
  background-color: #67859f;
  border-radius: 2px;
  /* border-bottom: 3px solid #003049; */

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
.mini-gallery-img {
  width: 300px;
  height: 250px;
  border: 1px solid #67859f;
  /* border: 1px solid #003049; */
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  transition: border 0.5s ease-in-out;
  position: relative;
}
.mini-gallery-img a p {
  font-weight: 300;
  position: absolute;
  font-size: 1.4rem;
  padding: 2px;
  padding-right: 5px;
  color: #fff;
  background-color: #67859f;
  top: -15px;
  left: -5px;
}
.mini-gallery-img .mg-tip {
  font-weight: 300;
  position: absolute;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  bottom: 5px;
  left: 5px;
  transition: color 0.5s ease-in-out;
}
.mini-gallery-img img {
  width: 300px;
  height: auto;
  transition: scale 0.5s ease-in-out;
}

.mini-gallery-img:hover {
  border: 1px solid #fff;
  border: 1px solid #003049;
}
/* .mini-gallery-img:hover p {
  color: #003049;
} */
.mini-gallery-img img:hover {
  scale: 1.1;
}
