/* SITE CSS */
body {
  font-family: "Poppins" !important;
}
a {
  color: unset;
  text-decoration: unset;
}
.margin-unset {
  margin: unset;
}
.padding-left-right-12 {
  padding: 0px 12px;
}
.footer-social:hover {
  color: #ffb800;
  text-decoration: underline;
}
.footer-social:focus {
  color: #ffb800;
}
.footer-social a:hover {
  color: unset;
}
/* SITE CSS */

/* FONT CSS */
.font-white {
  color: #ffffff;
}
.font-blue {
  color: #189aa7;
}
.font-pacifico {
  font-family: "Pacifico" !important;
}
/* FONT CSS */

/* NAVBAR CSS */
.navbar {
  background-color: #04284294 !important;
  /* opacity: 58% !important; */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.navbar-brand {
  padding: 0px 0px;
}
.navbar-logo {
  height: 40px !important;
  text-align: center;
  color: #ffffff !important;
  opacity: 100% !important;
}
.logo-text-container {
  padding: 0px 12px 0px 0px;
}
.logo-text {
  font-family: "Pacifico" !important;
  color: #ffffff !important;
  font-size: 16px;
  padding: unset;
}
.logo-text-second {
  /* font-family: 'Poppins' !important; */
  color: #ffffff !important;
  font-size: 14px;
  padding: unset;
}
.nav-link {
  color: #ffffff;
}
.nav-link:focus,
.nav-link:hover {
  color: #ffb800;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #ffb800;
}
.navbar-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #189aa7;
  font-weight: 700;
}
.navbar-button:hover {
  background-color: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
.navbar-toggler {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* NAVBAR CSS */

/* INDEX CSS */
.fullscreen-image {
  min-height: 600px;
  /* height: min(100dvh, 400px); */
  height: 100dvh;
  background-image: url("/assets/jpeg/landing-page-image.jpg");
  background-size: cover;
  background-position: center center;
}
.welcome-heading {
  width: 80%;
  background-color: #21c4d3cc;
  font-family: "Pacifico" !important;
  color: #ffffff !important;
  font-size: 32px;
  padding: 30px 10px;
  margin-top: 80px;
  margin-top: max(40vh, 80px);
  /* margin-top: calc(100dvh / 2.5); */
  border-radius: 20px;
}
.welcome-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #189aa7;
  font-weight: 700;
  font-size: 32px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  margin-top: max(20vh, 20px);
  margin-bottom: 20px;
  margin-bottom: max(20vh, 20px);
}
.welcome-button:hover {
  background-color: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
.container-icon-section {
  background-color: #21c4d3;
  padding: 30px 0px 14px 0px;
}
.icon-section-card-icon {
  height: 60px !important;
  text-align: center;
}
.icon-text-container {
  margin-top: 10px;
  color: #ffffff;
}
.slika-kartica-pogodnosti-plaze {
  background-image: url("/assets/png/plaze.png");
  background-size: cover;
  background-position: center center;
}
.slika-kartica-pogodnosti-apartmani {
  background-image: url("/assets/jpg/2.jpg");
  background-size: cover;
  background-position: center center;
}
.slika-kartica-pogodnosti-pecenjara {
  background-image: url("/assets/png/riba.png");
  background-size: cover;
  background-position: center center;
}
.slika-kartica-pogodnosti-parking {
  background-image: url("/assets/png/bicikl.png");
  background-size: cover;
  background-position: center center;
}
.slika-kartica-pogodnosti-tusevi {
  background-image: url("/assets/png/Untitled_design_3.png");
  background-size: cover;
  background-position: center center;
}
.slika-kartica-pogodnosti-otok {
  background-image: url("/assets/jpg/savvas-kalimeris-o114vBzekbA-unsplash.jpg");
  background-size: cover;
  background-position: center center;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.border-radius-left-40 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.border-radius-right-40 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.border-radius-top-left-40 {
  border-top-left-radius: 40px;
}
.border-radius-bottom-left-40 {
  border-bottom-left-radius: 40px;
}
.border-radius-top-right-40 {
  border-top-right-radius: 40px;
}
.border-radius-bottom-right-40 {
  border-bottom-right-radius: 40px;
}
.tekst-kartica-pogodnosti {
  background-color: #189aa7;
  color: #ffffff;
  padding: 70px 70px;
}
.kartica-col-pading-left {
  padding-right: unset !important;
}
.kartica-col-pading-right {
  padding-left: unset !important;
}
.katica-lijeva-linija-centra-left {
  margin-right: 24px !important;
}
.katica-lijeva-linija-centra-right {
  margin-left: -24px !important;
}
.katica-desna-linija-centra-left {
  margin-right: -24px !important;
}
.katica-desna-linija-centra-right {
  margin-left: 24px !important;
}
.kartica-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #189aa7;
  font-weight: 700;
  padding: 5px;
  border-radius: 10px;
}
.kartica-button:hover {
  background-color: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
.banner-container {
  background-image: url("/assets/jpg/veronica-reverse-kCJA7R4N7GU-unsplash.jpg");
  background-size: cover;
  background-position: center center;
}
.banner-shade {
  background-color: #189aa78c;
  height: 100%;
  color: #ffffff;
  padding: 70px 70px;
}
.card-social {
  background-color: #21c4d3;
}
.social-ribbon {
  background-image: url("/assets/png/2.png");
  background-size: contain;
  background-position: center center;
  height: 50px;
}
.social-text {
  color: #ffffff;
}
.social-img-bacground {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 5px;
}
.footer {
  background-color: #189aa7;
}
.container-postcard-form {
  background-color: #ffffff;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}
.postcard-form-text {
  padding: 100px 0px;
  color: #189aa7;
  font-size: 24px;
  border-right: 3px solid #21c4d380;
  height: 100%;
}
.postcard-form-text-mobile {
  padding: 10px 0px;
  color: #189aa7;
  font-size: 24px;
  border-bottom: 3px solid #21c4d380;
  height: 100%;
}
.form-post-stamp {
  margin-left: auto;
  margin-right: 0px;
  background-image: url("/assets/svg/post-stamp-svgrepo-com.svg");
  background-size: cover;
  background-position: center center;
  padding: 12px;
  height: 80px;
  width: 80px;
}
.form-post-logo {
  background-color: #ffffff;
  height: 55px;
}
.form-post-stamp-button {
  margin-top: 130px;
}
.form-button {
  background-color: #189aa7;
  border-color: #189aa7;
  color: #ffffff;
  border-radius: 10px;
}
.form-button:hover {
  background-color: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}
.info-text {
  color: #ffffff;
  font-size: 12px !important;
}
.social-text {
  color: #ffffff;
  font-size: 12px !important;
}
.navi-text {
  color: #ffffff;
  font-size: 12px !important;
}
.footer-tekst {
  color: #ffffff;
}
.footer-container {
  padding: 80px 0px 10px 0px;
}
/* INDEX CSS */

/* APARTMENT SHARED CSS */
.apartment-wlcome-screen {
  height: 100dvh;
  background-image: url("/assets/png/spava2.png");
  background-size: cover;
  background-position: center center;
}
.welcome-icon-padding-container {
  padding-top: calc(100dvh - (((100dvh / 2) + 380px)));
}

.apartment-wlcome-screen-mobile {
  height: 100dvh;
  background-image: url("/assets/png/spava.png");
  background-size: cover;
  background-position: center center;
}
.apartmani-padding-welcome {
  padding-top: calc((100dvh / 2) - 290px);
  padding-left: 150px;
  padding-right: 200px;
  padding-bottom: 40px;
}
.apartmani-welcome-text-mobile {
  background-color: #21c4d3cc;
  padding: 20px 10px;
  border-radius: 20px;
}
.apartmani-padding-welcome-mobile {
  padding: 70px 12px 12px 12px;
}
.apartment-welcome-icon {
  height: 130px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 5px;
}
.apartment-welcome-icon-top {
  background-color: #ffffff;
  padding-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.apartment-welcome-icon-bottom {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
}
.apartment-selection-container {
  background-image: url("/assets/jpg/hrvatska-otok-pasman.jpeg");
  background-size: cover;
  background-position: center center;
}
.apartment-selection-shade {
  background-color: #0000008c;
  height: 100%;
  color: #ffffff;
  padding: 30px 12px;
}
.apartman-selection-button {
  cursor: pointer;
  text-align: center;
  padding: 15px 10px;
  font-size: 24px;
}
.apartman-selection-button:hover {
  background-color: #ffb800;
  border-radius: 20px;
}

.apartman-selection-button.active {
  background-color: #21c4d3;
  border-radius: 20px;
}
.apartman-selection-button-active {
  background-color: #21c4d3;
  border-radius: 20px;
}
.apartment-where-text-container {
  background-color: #189aa7;
  color: #ffffff;
  padding: 30px 30px 30px 70px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.apartment-where-image {
  background-image: url("/assets/jpeg/apartment-where-image.jpg");
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.apartment-info-text-container {
  background-color: #189aa7;
  color: #ffffff;
  padding: 30px 30px 30px 70px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.apartment-info-icon {
  height: 126px;
  background-color: #21c4d3;
  border-radius: 20px;
  padding: 10px 5px;
}
.apartment-info-contact-container {
  background-color: #189aa7;
  border-radius: 20px;
  padding: 15px 10px;
}
.carousel-item img {
  object-fit: contain;
  object-position: center;
  height: 500px;
  overflow: hidden;
}
.image_sleep {
  height: 100dvh;
  background-image: url("/assets/png/spava.png");
  background-size: cover;
  background-position: center center;
}
.image-beach-row1-left {
  height: 400px;
  background-image: url("/assets/plaza-polaca/igraliste.jpg");
  background-size: cover;
  background-position: center center;
}
.image-beach-row1-right {
  height: 400px;
  background-image: url("/assets/plaza-polaca/plicak.jpg");
  background-size: cover;
  background-position: center center;
}
.image-beach-row2-left {
  height: 400px;
  background-image: url("/assets/plaza-polaca/hlad.jpg");
  background-size: cover;
  background-position: center center;
}
.image-beach-row2-right {
  height: 400px;
  background-image: url("/assets/plaza-polaca/suncobrani.jpg");
  background-size: cover;
  background-position: center center;
}
/* APARTMENT SHARED CSS */

/* APARTMENT 1 CSS */
.apartment-1-info-image {
  background-image: url("/assets/apartman1/1.jpg");
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.image-apartment1-row1-left {
  height: 400px;
  background-image: url("/assets/apartman1/12.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row1-right {
  height: 400px;
  background-image: url("/assets/apartman1/1.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row2-left {
  height: 400px;
  background-image: url("/assets/apartman1/13.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row2-right {
  height: 400px;
  background-image: url("/assets/apartman1/14.jpg");
  background-size: cover;
  background-position: center center;
}

.image-apartment1-row3-left {
  height: 400px;
  background-image: url("/assets/apartman1/5.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row3-right {
  height: 400px;
  background-image: url("/assets/apartman1/6.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row4-left {
  height: 400px;
  background-image: url("/assets/apartman1/7.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row4-right {
  height: 400px;
  background-image: url("/assets/apartman1/8.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row5-left {
  height: 400px;
  background-image: url("/assets/apartman1/9.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row5-right {
  height: 400px;
  background-image: url("/assets/apartman1/10.jpg");
  background-size: cover;
  background-position: center center;
}

.image-apartment1-row6-left {
  height: 400px;
  background-image: url("/assets/apartman1/3.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment1-row6-right {
  height: 400px;
  background-image: url("/assets/apartman1/4.jpg");
  background-size: cover;
  background-position: center center;
}
/* APARTMENT 1 CSS */

/* APARTMENT 2 CSS */
.apartment-2-info-image {
  background-image: url("/assets/apartman2/1-novo.jpg");
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.image-apartment2-row1-left {
  height: 400px;
  background-image: url("/assets/apartman2/3-novo.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment2-row1-right {
  height: 400px;
  background-image: url("/assets/apartman2/1-novo.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment2-row2-left {
  height: 400px;
  background-image: url("/assets/apartman2/4.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment2-row2-right {
  height: 400px;
  background-image: url("/assets/apartman2/6.jpg");
  background-size: cover;
  background-position: center center;
}
/* APARTMENT 2 CSS */

/* APARTMENT 3 CSS */
.apartment-3-info-image {
  background-image: url("/assets/apartman3/3.jpg");
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.image-apartment3-row1-left {
  height: 400px;
  background-image: url("/assets/apartman3/2.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment3-row1-right {
  height: 400px;
  background-image: url("/assets/apartman3/1.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment3-row2-left {
  height: 400px;
  background-image: url("/assets/apartman3/4.jpg");
  background-size: cover;
  background-position: center center;
}
.image-apartment3-row2-right {
  height: 400px;
  background-image: url("/assets/apartman3/5.jpg");
  background-size: cover;
  background-position: center center;
}
/* APARTMENT 3 CSS */

/* HOW TO FIND CSS */
.how-to-find-wllcome-screen {
  height: 100dvh;
  background-image: url("/assets/jpeg/how-to-find-wllcome.jpg");
  background-size: cover;
  background-position: center center;
}
.how-to-find-wllcome-screen-shade {
  background-color: #189aa78c;
  height: 100%;
}
.how-to-find-wllcome-screen-padding-wllcome {
  padding-top: calc((100dvh / 2) - 140px);
}
.how-to-find-wllcome-icon {
  height: 130px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 5px;
}
.how-to-find-link {
  font-size: 20px;
}
.how-to-find-link:hover {
  color: #ffb800;
  text-decoration: underline;
}
.how-to-find-link:focus {
  color: #ffb800;
}
.how-to-find-link a:hover {
  color: unset;
}
.how-to-welcome-font-size {
  font-size: 128px;
}
/* HOW TO FIND CSS */

/* WHY TO VISIT CSS */
.zastoposjetiti-slika-kartica-pogodnosti-plaze {
  background-image: url("/assets/png/plaze.png");
  background-size: cover;
  background-position: center center;
}
.zastoposjetiti-slika-kartica-pogodnosti-most {
  background-image: url("/assets/png/bicikl.png");
  background-size: cover;
  background-position: center center;
}
.zastoposjetiti-slika-kartica-pogodnosti-bastina {
  background-image: url("/assets/png/kulturnabastina.png");
  background-size: cover;
  background-position: center center;
}
.zastoposjetiti-slika-kartica-pogodnosti-biciklizam {
  background-image: url("/assets/png/biciklizam.png");
  background-size: cover;
  background-position: center center;
}
.zastoposjetiti-slika-kartica-pogodnosti-dogadaji {
  background-image: url("/assets/png/dogadaji.png");
  background-size: cover;
  background-position: center center;
}
.zastoposjetiti-slika-kartica-pogodnosti-gurmani {
  background-image: url("/assets/png/gurmani.png");
  background-size: cover;
  background-position: center center;
}
/* WHY TO VISIT CSS */

@media screen and (max-width: 576px) {
  .welcome-heading {
    margin-top: 80px;
    margin-top: calc(100dvh / 5);
  }
  .logo-text-container {
    position: absolute;
    left: 70px;
    top: 3px;
  }
  .row {
    --bs-gutter-x: unset;
  }
  .apartment-welcome-icon {
    margin: 12px;
  }
  .apartment-info-row {
    padding: 0px 12px;
  }
  .apartment-1-info-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .apartment-info-text-container {
    padding: 30px 30px 30px 30px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .apartment-where-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: unset;
    border-bottom-left-radius: unset;
  }
  .apartment-where-text-container {
    padding: 30px 30px 30px 30px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .how-to-find-welcome-icon {
    height: 150px;
  }
  .how-to-welcome-font-size {
    font-size: 64px;
  }
}
@media screen and (max-width: 992px) {
  .apartment-info-row {
    padding: 0px 12px;
  }
  .how-to-welcome-font-size {
    font-size: 96px;
  }
}
