.container {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.container-outer-grey {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container-grey {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f9f9f9;
}
.content-container {
  margin-bottom: 10rem;
}
.banner-img {
  width: 992px;
}
.title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
  position: relative;
  z-index: 1;
  color: black;
}
.title:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 2px;
  background: #3f85ce;
  content: "";
  display: inline-block;
  width: 95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 40px;
}
.title:before {
  position: absolute;
  left: 50%;
  bottom: 7px;
  height: 2px;
  background: #3f85ce;
  content: "";
  display: inline-block;
  width: 95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title span {
  font-weight: 900;
}
.section-title {
  font-family: Raleway;
  font-weight: 300;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ececec;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  color: #3f85ce;
}

.icon span {
  font-size: 3rem;
}

.icon-apartman {
  width: 90px;
  height: 90px;
}

.icon-apartman {
  width: 90px;
  height: 90px;
}

.icon-sabunike {
  width: 70px;
  height: 70px;
}

.icon:hover {
  background: #3f85ce;
  color: white;
}
.icon p:hover {
  background: white;
  border: 2px solid #f90;
}
.icon img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.icon-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 200px;
}

.icon-container strong {
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
  color: black;
}

.icon-container p {
  text-align: center;
}
.description-icon-container {
  display: grid;
  grid-template-columns: 90px 90px 90px;
  justify-content: space-between;
  margin-top: 20px;
}
.rezervacija-btn {
  width: 215px;
  height: 50px;
  background: #3f85ce;
}
.rezervacija-btn p {
  text-align: center;
  color: white;
  vertical-align: middle;
}
.container-sabunike {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.container-sabunike-content {
  display: flex;
  flex-direction: column;
}

.divider-line {
  display: inline-block;
  width: 96px;
  height: 2px;
  background: #3f85ce;
  margin: 0 0 15px 0;
}

/* SABUNIKE DESC */
.container-icon-sabunike {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 2%;
  row-gap: 1rem;
  justify-content: space-between;
}

.icon-sabunike-opis {
  grid-column-start: 1;
  grid-column-end: -1;
}

.icon-h {
  display: inline-flex;
  flex-direction: row;
  gap: 1rem;
}
.icon-h h6 {
  padding-top: 0.2em;
}

/* Sadržaji desc */
.container-sadrzaji {
  border: 10px solid #ececec;
  padding: 50px;
  font-size: 1.6em;
}
.container-sadrzaji-icons {
  display: grid;
  grid-template-columns: 17em 17em 17em;
  row-gap: 3rem;
  justify-content: space-between;
}
/* GALERIJA */
.container-galerija-black {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.container-galerija-nav {
  width: 100%;
  height: 6rem;
}
.container-galerija-content {
  position: relative;
}
.slide {
  display: none;
  background: url("/img/loading-gif2.gif") no-repeat;
  width: 100%;
  height: 633.45px;
  background-attachment: fixed;
  background-position: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #4c4d4e;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slide img {
  width: 100%;
  max-height: 800px;
}

.btn-side {
  display: inline-block;
  width: auto;
  min-width: 215px;
  padding: 0 3rem 0 1rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  border: none;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  background: #3f85ce;
  color: #ffffff;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.a-button {
  height: 50px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.a-button-text {
  display: inline-block;
  width: auto;
  min-width: 215px;
  padding: 0 3rem 0 1rem;
  text-align: center;

  line-height: 50px;
  font-weight: 700;
  border: none;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  background-color: #3f85ce;
  color: #ffffff;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.a-button-icon {
  width: 50px;
  background-color: #5093d3;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  font-size: 3rem;
  line-height: 5rem;
  height: 50px;
  color: white;
}

.btn-side span {
  width: 50px;
  background: #5093d3;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  font-size: 3rem;
  line-height: 5rem;
}
.container-znam {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-znam-item {
  padding: 1rem 6rem;
  text-align: center;
  display: none;
  /* display: inline-flex;
  flex-direction: column;
  justify-content: space-between; */
}
.sidebar {
  position: relative;
}
.bar-nav {
  position: absolute;
  right: -50px;
  top: 40px;
  background: #000000 url("/img/bar.png") no-repeat center center;
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.header-sidebar {
  z-index: 999;
}
.dialog-rez {
  padding: 0;
  max-width: 50rem;
  font-size: 1.6rem;
  z-index: 500;
  margin-left: auto;
  margin-right: auto;
}
.dialog-rez-title {
  background-color: #3f85ce;
  padding-left: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: white;
  border: none;
  min-height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.dialog-rez-content {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  font-size: 1.6rem;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #3f85ce;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
}

input[type="date"],
select {
  width: 100%;
  padding: 12px 20px;
  font-size: 1.6rem;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #3f85ce;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white;
}
textarea {
  resize: none;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.6rem;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #3f85ce;
  border-radius: 4px;
  box-sizing: border-box;
  height: 13rem;
  background-color: white;
}

.dialog-rez-content button {
  height: 42px;
  border-radius: 10px;
  border: none;
  margin-top: 15px;
  background-color: #4c4d4e;
  color: white;
  font-size: 1.6rem;
}

.invalidForm p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: red;
  display: none;
}
.container-sadrzaji-nav {
  display: grid;
  grid-template-columns: 20rem 20rem 20rem;
  margin: 1.5rem;
  gap: 1rem;
  justify-content: center;
}
.sadrzaji-nav-item p {
  margin: 1rem;
  text-align: center;
  font-weight: 600;
}
.sadrzaji-nav-item {
  border: 0.1rem solid #4c4d4e;
}
.sadrzaji-nav-item:hover {
  background-color: #5093d3;
  color: white;
  border: 0.1rem solid #5093d3;
  cursor: pointer;
}
.sadrzaji-nav-item-active {
  background-color: #5093d3;
  border: 0.1rem solid #5093d3;
  color: white;
}
.sadrzaji-item {
  display: none;
}
#sadrzaji-item-img {
  width: 100%;
}
/* POSJETITE */
.ps-nav-btn {
  padding: 5px;
  padding: 1.5rem 3rem;
  border: 1px solid #949699;
  border-radius: 0px;
  /* background: transparent; */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  /* cursor: pointer; */
}
.container-ps-nav-btn ul {
  list-style: none;
}

.ps-nav-item:hover {
  color: #ffffff;
  background-color: #3f85ce;
  border-color: #3f85ce;
  /* text-align: center;
  min-width: 20rem; */
}

/* .container-ps-nav {
  display: grid;
  grid-template-columns: 25rem 25rem 25rem;
  margin: 1.5rem;
  gap: 1rem;
  justify-content: center;
} */
.container-ps-nav {
  display: flex;
  margin: 1.5rem;
  gap: 1rem;
  justify-content: center;
}
.container-ps-nav-active {
  background-color: #5093d3;
  border: 0.1rem solid #5093d3;
  color: white;
}

.ps-nav-item {
  border: 1px solid #949699;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.ps-nav-item p {
  text-align: center;
  font-weight: 600;
  margin: 1rem;
}
.container-dojmovi {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  /* width: 100%; */
  color: #000000;
  margin-bottom: 2rem;
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid #3f85ce;
}
.dojmovi-title {
  font-weight: 700;
  color: #3f85ce;
}
.container-dojmovi i {
  display: block;
  margin-bottom: 1rem;
}
/* .wraper-dojmovi {
  padding-bottom: 2rem;
} */
.location-image-container {
  position: relative;
}
.location-image-icons-container {
  width: 100%;
  font-size: 10px;
  /* position: absolute;
  top: 20px; */
  display: grid;
  grid-template-columns: 100px 100px 100px 100px 100px 100px 100px;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 2rem 0;
}
.location-image-icons-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3f85ce;
  padding: 10px;
  /* min-height: 12rem; */
}
.location-image-icons-item p {
  font-size: 10px;
  /* margin-top: 5px;
  margin-bottom: 5px; */
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
.location-image-icons-item h5 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 700;
  color: white;
}
.container-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #4c4d4e;
  color: #5093d3;
  font-size: 1.6rem;
  gap: 2px;
}
.container-footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 350px;
  flex: 1;
  background-color: #212121;
}
.container-footer-left-item a {
  padding-left: 20px;
}

.container-footer-left-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-footer-right {
  width: 350px;
  font-size: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex: 1;
  justify-content: center;
  background-color: #212121;
}
.container-footer a {
  text-decoration: none;
  color: #dde4ee;
}

.container-footer ion-icon {
  text-decoration: none;
  color: #5093d3;
}

footer {
  background-color: #212121;
}
.wrapper-footer {
  padding: 30px 0;
}
#location_image {
  image-rendering: -webkit-optimize-contrast;
}
.connect-container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  right: 10px;
}

.connect-container img {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}
.loc-icons {
  visibility: hidden;
  position: absolute;
}
.location-image-icons-item-action {
  cursor: pointer;
}
