@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(https://zlatanovbreg.rs/stanovi-img/ponuda-staniva-background.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  font-weight: 300;
}
.garaza {
  /* background-color: rgb(249, 216, 172); */

  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.garaza-container {
  /* background-color: azure; */

  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.garaza-1,
.garaza-2 {
  /* background-color: rgb(207, 182, 152); */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.garaza-title {
  width: 100%;
  height: 100px;
  /* background-color: antiquewhite; */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.garaza-title h2 {
  margin-left: 5px;
  font-weight: 300;
}
.line {
  width: 215px;
  height: 3px;
  background-color: #003049;
  margin: 0.2rem 0;
  transition: width 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.line i {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 2rem;
}

.garaza-title:hover .line {
  width: 350px;
}

.garaza-img {
  width: 500px;
  height: 450px;
  /* background-color: aqua; */
  margin: 1rem;
}
.g1-img1 {
  background-image: url(https://zlatanovbreg.rs/garaza-img/garaza-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.g1-img2 {
  background-image: url(https://zlatanovbreg.rs/garaza-img/garazni-sistem.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.g2-img1 {
  background-image: url(https://zlatanovbreg.rs/garaza-img/garaza-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.g1-img2::after {
  content: "Parking mesta su projektovana u skladu sa srpskim standardom SRPS U.S4.234. U okviru podzemne garaže primenjeni su najsavremeniji parking sistemi WORH. Prostor za smeštaj jednog vozila iznosi 2.5x5.0m";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  text-align: center;
}

.supermarket {
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.supermarket h2 {
  margin-bottom: 1rem;
  font-weight: 400;
}

.garaza-desc {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 790px) {
  .g1-img1,
  .g1-img2,
  .g2-img1 {
    height: 350px;
  }
  .garaza-desc {
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
  }
  .g1-img2::after {
    top: -40px;
    font-size: 1rem;
    margin: 1rem 1.1rem;
  }
  .p-br {
    font-size: 2rem;
  }
}

.parking-mesta {
  /* background-color: antiquewhite; */
  width: 300px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.2rem;
  color: #003049;
  margin: 1rem;
}
.park-m,
.park-povrsina {
  height: 50%;
  width: 150px;
  background-color: rgba(230, 230, 230, 0.438);
  background-color: #89abc979;
  color: #003049;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ukupno-park-m,
.ukupno-park-povrsina {
  height: 50%;
  width: 300px;
  background-color: #67859fb8;
  background-color: rgba(230, 230, 230, 0.438);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #003049;
}
.ukupno-park-povrsina {
  background-color: #89abc979;
  height: 100%;
}
.p-br {
  font-size: 2.4rem;
}
.p-br-i {
  font-size: 3.2rem;
  font-weight: bold;
}
