html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  font-family: droid-sans, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


:root {
  --bs-primary: #8c2038;
  --bs-primary-rgb: 140, 32, 56;
}

.ff-young-serif {font-family: 'Young Serif' !important;}
.ff-droid-serif {font-family: droid-serif, serif !important;}

.fs-clamp { font-size: clamp(1rem, 4vw, 2.4rem); }
.fs-06_rem { font-size: 0.6rem !important }
.fw-600 {font-weight: 600 !important;}

.indental-button {background-color:  #8c2038 !important; border-color: #8c2038 !important; color: #fff !important; border-radius: 40px !important; transition: opacity 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, transform 0.3s; padding: 20px 45px; line-height: 1.25em;}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #70192d;
  --bs-btn-hover-border-color: #70192d;
  --bs-btn-active-bg: #5a1526;
  --bs-btn-active-border-color: #5a1526;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: #70192d;
  --bs-btn-active-border-color: #70192d;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

a {  color: #000000;}
a:hover {  color: #000000;}
a, .link {  text-decoration: none;}

footer .bi {
  vertical-align: middle;
  transition: transform 0.2s ease, color 0.2s ease;
}

footer .bi:hover {
  transform: scale(1.15);
  color: #e6d2c1;
}

.visible-true {
  visibility: visible !important;
}
.visible-false {
  visibility: hidden !important;
}

.width-20 { width: 30% !important}
.width-30 { width: 30% !important}
.width-40 { width: 30% !important}
.width-50 { width: 30% !important}
.width-90 { width: 90% !important}


/* BACKGROUND */
.bg-indental-blue {background-color: #13232e;}
.bg-indental-red {background-color: #8c2038 !important;}
.bg-indental-red a:hover {
  color: #e6d2c1 !important; /* svjetlija bež nijansa pri hoveru */
}
.bg-indental-2-1 {background-color: #b67262 !important;}
.bg-indental-2-2 {background-color: #e6d2c1 !important;}
.bg-indental-2-3 {background-color: #fffef2 !important;}
.gradient-tertirary-trasparent {
  background-image: linear-gradient(to left, rgba(248, 249, 250, 1), rgba(255, 0, 0, 0)) !important;
}
.bg-indental-gradient-3-2-1 {
  background: #fffef2 !important;
  background: linear-gradient(to bottom, #fffef2, #b67262) !important;
}
.bg-indental-gradient-3-2-2 {
  background: #fffef2 !important;
  background: linear-gradient(to bottom, #fffef2, #e6d2c1) !important;
}

.baka-se-smije .gradient-bg-tertiary {
  background-image: linear-gradient(to right, rgba(248, 249, 250, 1), rgba(250, 250, 250, 0));
  height: 885.58px;
  width: 30%;
  position: absolute;
  transform: translate(-3rem, -3rem);
  z-index: 2;
}


/* COLORS */
.indental-color { color: #8b2038 !important}
.indental-color_2_1 { color: #b67262 !important}
.indental-color_2_2 { color: #e6d2c1 !important}
.indental-color_2_3 { color: #fffef2 !important}
.indental_light_gray {color: #d3d3d3 !important}
.indental_platinum_gray {color: #e5e4e2 !important}
.indental_dark_gray {color: #a9a9a9 !important}
.indental_gray {color: #808080 !important;}
.color-fff { color: #fff !important;}
.pozadina-d0f0f3 {background: #d0f0f3;}
.text-white { color: #fff !important; }
.text-white-50 { color: rgba(255, 255, 255, .5) !important; }
.text-beige-color-indental { color: #e6d2c1;}
.bg-purple { background-color: #e20074; }
.bg-white { background-color: #fff;}
.redcolor-fabula { color: #8b1f37 !important;}
.background-fff { background-color: #fff !important }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bd-placeholder-img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;       /* popuni div, zadrži proporcije */
  object-position: center; /* centriraj sliku */
  display: block;          /* uklanja prazni prostor ispod slike */
}

.testimonials { height: 770px; min-height: 770px; max-height: 770px;}
.img-testimonial {
  border-radius: 50%;
  max-width: 130px;
  max-height: 130px;
}

.darken-overlay {
  width: 100%;
  height: inherit; /*calc(100vh - 70px);*/
  background-color: rgba(0, 0, 0, 0.4);
  /*backdrop-filter: blur(5px);*/
  z-index: 2;
}

/* FONTS */
.lead-1-75 { font-size: 1.75rem !important;}
.lead-1-5 { font-size: 1.5rem !important;}
.lead-1-2 { font-size: 1.2rem !important;}
.lead-1-1 { font-size: 1.1rem !important;}
.lead-1 { font-size: 1rem !important;}

.title-fabula {
  text-align: left;
  font-size: 65px;
  font-weight: 400;
  font-family: droid-serif, serif !important;
}

.fabula-sub-title {
  font-family: droid-serif, serif !important;
  text-align: center;
  font-size: 40px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* ANIMATIONS */
@keyframes fadeInUp {
  from {
    opacity:0;
    transform:translate3d(0,50%,0)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fadeInUp {animation: fadeInUp 1.75s 1;}
.fadeIn { animation: fadeIn 1.75s 1; }
.fadeIn-2 { animation: fadeIn 2s 1; }

/* Pulse button */
@keyframes pulse {
  0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);}
  70% {box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);}
  100% {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);}
}

.button-pulse {animation: pulse 2s infinite;}
/* End Puls button */

/* Scroll icon */
@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}




.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bg-toast-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.bg-toast-success {
  color: #0c3b25;
  background-color: #9fbdaf;
  border-color: #849c91;
}

/* NAVBAR */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar {transition: background .5s ease-in-out; }
  /*.navbar.open { background: rgba(0, 0, 0, 1) !important; }*/
  .navbar.open .navbar-toggler { background-color: #13232e; }
  .navbar.open .navbar-toggler-icon { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><line x1='5' y1='5' x2='25' y2='25' style='stroke:rgb(255, 255, 255,1);stroke-width:1' /><line x1='5' y1='25' x2='25' y2='5' style='stroke:rgb(255, 255, 255,1);stroke-width:1' /></svg>"); }
  /*.navbar.cover .navbar-toggler { background-color: transparent; }*/
  .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
  .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 19.98px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	/*background-color: transparent;*/
}
.navbar-light .navbar-nav .nav-link i {	color: #fff; font-size: 26px; margin-right: 10px; }
.navbar-light .navbar-nav .nav-link:hover {	color: #8c2038; }
.navbar-light .navbar-nav .nav-item::after {
  display: block;
  content: '';
  border-bottom: solid 4px #8c2038;
  transform: scaleX(0);
  transition: transform 450ms ease-in-out;
}
.navbar-light .navbar-nav .nav-item:hover::after { transform: scaleX(1); }

.navbar-brand {margin: auto !important}

.offcanvas-collapse {
    position: fixed;
    /*top: calc(-100% + 77px); /* Height of navbar */
    top: 91px;
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    /*background-color: #13232e;*/
    transition: transform .3s ease-in-out, visibility .5s ease-in-out, opacity .5s ease-in-out;
  }
 .navbar.open .offcanvas-collapse {
    visibility: visible;
    background: rgba(182,114,98,0.8);
    backdrop-filter: blur(20px);
    opacity: 1;
    /*transform: translateY(100%);*/
    z-index: 1000;
  }

.social-wrp {
  align-items: center;
  padding: 10px;
}
.social-wrp ul {  margin-bottom: 0px; padding-left:  0px;}
.social {  display: inline-block;}
.social li {  padding: 10px;}
.social a { color: #fff; font-size: 26px; }
.social a:hover { color: #8c2038; }
.iblock {  display: inline-block;}


/* IN DENTAL COVER */
.indental-hero-homepage {
  width: 100%;
  height: 600px;
  /*max-height: 600px;*/
  /*overflow: hidden;
  top: 0;
  left: 0;
  background-image: none;*/
  /*background-image: url(../img/in-dental-hero-homepage.jpg);*/
  /*background-position: 10% 0%;*/
  background-size: cover;
  background-repeat: no-repeat;
  /*text-align: center;*/
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;*/
  z-index: 2;
}

/*.indental-hero-homepage video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}*/

.indental-hero-homepage_pattern {
  background-image: url(../img/in-dental-hero-homepage-croatia.png) !important;
}

.indental-hero-homepage h5 {
  font-size: 1.5rem;
}

.hero-indental {
  max-height: 20vh;
}

.video-background {
  background-image: url(../img/in-dental-hero-homepage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px);
  /*max-height: calc(100vh - 70px);*/
  overflow: hidden;
  /*top: 0;
  left: 0;*/
  /*background-image: none;*/
  background-color: #fff;
  z-index: -2;
}

.video-background video {
  /*background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: -1;*/
  /*width: auto;
  min-width: 100vw;
  height: inherit;*/
  /*mora biti radi prikaza na mobitelima*/
  /*min-height: 100vh;*/
  /*position: absolute;*/
  /*top: 20%;*/
  /*transform: translate(-50%, 0%);*/
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.indental-hero-CTA {position: relative; top: 70px;} /*top: calc(50% - 30vh)*/
.indental-hero-CTA h1 { font-size: calc(2.3rem + 1vw); line-height: 1.2; }

/* SCROLL ICON */
.scroll {
  /*visibility: hidden;*/
  position: absolute;
  left: calc(50% - 1em);
  bottom: 2rem;
}

.scroll-icon {
  display: block;
  position: relative;
  height: 3em;
  width: 2em;
  border: .20em solid #fff;
  border-radius: 1em;
}

.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: .6em;
  height: 1.45em;
  width: .5em;
  margin-left: -.2em;
  border-radius: .4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  animation: scroll_1 2.75s ease-in-out infinite;
}


.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/*.baka_se_smije::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to left, rgba(248, 249, 250, 1), rgba(255, 0, 0, 1));
  z-index: 1;
}*/

.baka-se-smije {
  overflow: visible;
}

.baka-se-smije img {
  position: absolute;
  z-index: 0;
  height: 885.58px;
  transform: translate(-3rem, -3rem);
  border-radius: var(--bs-border-radius-lg) !important;
}

.baka-se-smije video {
    /*background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;*/
    position: absolute;
    z-index: 1;
    height: 885.58px;
    transform: translate(-3rem, -3rem);
}

footer { 
  font-weight: 300;
  line-height: 1.5;
}
footer li {  font-size: 16px;}
footer a:hover,footer a:focus {  color: #f71292 !important;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
  margin-bottom: 4rem;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 32rem;
}*/


/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

.icon-circle {
  background-color: #e6d2c1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #8c2038;
}

.element-scoll-up {
  /* priprema za animaciju */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease; /* koristi transition, ne animation */
  /*animation: animiraj-element 1s forwards;*/
}

/* Kad element uđe u viewport */
.element-scoll-up.animiraj {
  opacity: 1;
  transform: translateY(0);
}

.element-scoll-up.animiraj.delay {
  animation-delay: 0.5s;
}

/* Featurettes
------------------------- */

.featurette { min-height: 500px;}
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

.row-indental-form {max-width: 600px;}
.mv-type--disclaimer-small {
  color: #979ca5;
  font-size: .625rem;
  letter-spacing: .025em;
  line-height: 1rem;
  margin-bottom: .35rem;
}
.star-icon { color: #ff961f; vertical-align: top;}





.background-center {background-position: center center;}

.card-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px; /* visina na većim ekranima */
  max-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.pt-15 { padding-top: 15rem !important;}
.h-500 {
  height: 500px;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.pozadina-klinika {
  background-image: url('../img/InDental-clinica.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 55rem;
}
.pozadina-klinika .tekst-opis {
 max-width: 40rem;
 margin-top: 10rem;
 margin-left: 0 !important;
 text-align: left;
 /*background-color: rgba(255, 255, 255, 0.6);
 border-radius: 8px;
 padding: 10px;*/
}

.pozadina-klinika p {
  font-size: 1.5rem;
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);;
}

.pozadina-dijagnostika {
  background-image: url('../img/In Dental-dijagnostika.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 55rem;
}

.pozadina-dijagnostika p {
  font-size: 1.5rem;
}

.pozadina-dijagnostika .tekst-opis {
  max-width: 40rem;
  margin-top: 10rem;
  margin-left: 0 !important;
  text-align: right;
  float: right;
}

.pozadina-recepcija {
  background-image: url('../img/In Dental-recepcija.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 55rem;
}

.pozadina-recepcija.pozadina-recepcija-above {
  min-height: 0 !important;
}

.pozadina-recepcija p {
  font-size: 1.5rem;
}

.pozadina-recepcija .tekst-opis {
  max-width: 40rem;
  margin-top: 0;
  margin-left: 0 !important;
  text-align: right;
  float: right;
}

.preventivo_button {
  position: fixed;
  /*top: calc(45% + 55px);*/
  /*left: 0;
    right: 0;*/
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  /*padding: 5px 5px 5px 5px;
  display: block;
  z-index: 500;
  background-image: url('');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 33px;*/
  background-color: #b80 !important;
  /*cursor: auto;*/
  /*opacity: 0.8;*/
  color: #fff;
  /*text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;*/
}

.forma-chiama-subito {
  width: 50%;
}

.call_me_button_whatsapp {
  position: fixed;
  bottom: 3%;
  right: 1%;
  width: auto;
  height: auto;
  display: block;
  z-index: 1000;
  cursor: pointer;
  /*opacity: 0.8;*/
  color: #fff;
  text-align: center;
}

.bounce {
  display: inline-block;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.product-detalji-tekst p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2em;
}

.form-check {
  text-align: left !important;
}

.form-check-label {
  text-align: left !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  font-style: italic !important;
}


/*FLOATING VIDEO CONTAINER */
.floating-video-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 160px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  z-index: 9999;
  background: #000;
  transition: all 0.3s ease, opacity 0.4s;
  opacity: 1;
}

.floating-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  animation: slideIn 0.35s ease forwards;
}

@keyframes slideIn {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* Kontrole */
.video-controls {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

.floating-video-container:hover .video-controls,
.floating-video:hover .video-controls {
  opacity: 1;
}

.video-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

#videoContainer {
    transition: opacity 0.4s ease;
}

.control-btn {
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  /*padding: 6px;*/
  cursor: pointer;
  backdrop-filter: blur(4px);
  width: 35px;
  height: 35px;
}

.control-btn:hover {
  background: rgba(255,255,255,0.2);
}

.close-btn {
  /*position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  padding: 5px 7px;
  font-size: 14px;*/
  border-radius: 50%;
}

/* Prošireni (fullscreen) video */
.floating-video-container.fullscreen {
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  border-radius: 0;
  z-index: 99999;
}

.floating-video-container.fullscreen .floating-video {
  object-fit: contain;
}

/* Efekt zatvaranja */
.floating-video-container.fade-out {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

/* Mobilna prilagodba */
@media (max-width: 768px) {
  .floating-video-container {
    width: 113px;
    height: 200px;
    bottom: 10px;
    left: 10px;
  }

  .control-btn {
    font-size: 12px;
    width: 25px;
    height: 25px;
  }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .indental-hero-homepage {height: 1100px;}
    .scroll {visibility: visible;}
    .indental-button {margin-top: 0rem !important; margin-bottom: 0rem !important;}
    /*.indental-hero-CTA { position: absolute; display: inline-block; padding-left: 3em !important; top: 30%; left: 0; }*/
    /*.indental-hero-CTA {top: calc(50% - 40vh);}*/
    .indental-hero-CTA h1 { font-size: calc(1.425rem + 1.4vw); }
    .indental-hero-CTA h5 {font-size: 0.2rem;} /*position: absolute; top: 20vh; left: 0; margin-left: -5em; transform:  rotateZ(-90deg);}*/
    /*.indental-form-CTA {padding-right: 1rem !important; padding-left: 1rem !important;}*/
    .indental-hero-homepage h5 {font-size: 0.83rem;}
    /*.indental-hero-homepage { min-height: 95vh;}
    .video-background { min-height: 95vh; }*/
    .hero-indental { max-height: 15vh;}
    .indental-button {padding: 10px 35px; line-height: 1.25em;}

    .display-1 { font-size: 2rem;}
    .lead-1-75 { font-size: 1.5rem !important;}
    .lead-1-5 { font-size: 1.5rem !important;}
    .lead-1-2 { font-size: 1.2rem !important;}
    .lead-1 { font-size: 1rem !important;}

    .rmt-5 { margin-top: 3rem !important;}
    .rmt-3 { margin-top: 2rem !important;}
    .rmt-2 { margin-top: 1rem !important;}
    .rpx-3 {padding-left: 1rem; padding-right: 1rem}

    .card-cover {
      min-height: 150px; /* visina na manjim ekranima */
      max-height: 250px;
    }

    .card-cover h3 {
      font-size: 16px;
    }

    .testimonials { height: 530px; min-height: 530px; max-height: 530px; }
    .img-testimonial {
      width: 30%;
      max-width: 115px;
      max-height: 115px;
    }

    .baka-se-smije img {
      position: unset;
      transform: unset;
      width: 100%;
      height: auto;
    }

    .baka-se-smije video {
      position: unset;
      transform: unset;
      width: 100%;
      height: auto;
    }

    .baka-se-smije .gradient-bg-tertiary {
      /*visibility: hidden;*/
      display: none;
    }

    .indental-lab img {
      width: 100%;
      height: auto;
    }

    .pozadina-klinika .tekst-opis {
      max-width: unset;
      margin-top: unset;
      margin-left: unset !important;
      text-align: center;
      background-color: unset;
      border-radius: unset;
      padding: unset;
    }

    .pozadina-dijagnostika p {
      color: #fff !important;
    }
    .pozadina-dijagnostika .tekst-opis {
      max-width: unset;
      margin-top: unset;
      margin-left: unset !important;
      text-align: unset;
      float: unset;
    }

    .forma-chiama-subito {
      width: 100%;
    }
 }

@media only screen  and (max-width: 1080px) and (orientation: landscape) {
    /*.indental-hero-homepage { height: 120vh; }
    .video-background { height: 120vh; }*/
    .hero-indental { max-height: 50vh;}
 }

@media only screen and (max-height: 700px) {
  /*.indental-hero-CTA {top: calc(50% - 40vh);}*/
}

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-height: 1080px) and (min-width: 600px) and (max-width: 1200px) {
    .scroll {visibility: visible;}
    /*.indental-hero-homepage { height: 50vh; }
    .video-background { height: 50vh; }*/
 }

 @media only screen and (min-width: 1080px) and (max-width: 1200px)  and (orientation: landscape) {
    /*.indental-hero-homepage { height: 70vh; }
    .video-background { height: 70vh; }*/
 }

 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) and (max-width: 1200px) {
   
 }

 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 1080px) {

 }

 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
   
 }
 
 @media only screen and (min-width: 1200px) and (max-width: 1400px) and (orientation: landscape) {
    /*.indental-hero-homepage { height: 55vh; }
    .video-background { height: 55vh; }*/
 }

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
