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

body {
  font-family: "Open 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));
}

.fs-young-serif { font-family: 'Young Serif' !important;}
.fs-clamp { font-size: clamp(1rem, 4vw, 2.4rem); }
.indental-button { background-color:  #8a6427 !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;}

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

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

/* BACKGROUND */
.bg-indental-blue { background-color: #13232e;}
.gradient-tertirary-trasparent {
  background-image: linear-gradient(to left, rgba(248, 249, 250, 1), rgba(255, 0, 0, 0));
}
 .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: #b70 !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; }
.bg-purple { background-color: #e20074; }
.bg-white { background-color: #fff;}

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

.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.3);
  /*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;}

@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: #8a6427; font-size: 26px; margin-right: 10px; }
.navbar-light .navbar-nav .nav-link:hover {	color: #8a6427; }
.navbar-light .navbar-nav .nav-item::after {
  display: block;
  content: '';
  border-bottom: solid 4px #8a6427;
  transform: scaleX(0);
  transition: transform 450ms ease-in-out;
}
.navbar-light .navbar-nav .nav-item:hover::after { transform: scaleX(1); }

.offcanvas-collapse {
    position: fixed;
    /*top: calc(-100% + 77px); /* Height of navbar */
    top: 70px;
    /*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(19,35,46,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: #8a6427; }
.iblock {  display: inline-block;}


/* IN DENTAL COVER */
.indental-hero-homepage {
  height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  /*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;*/
}

/*.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 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: 10%;} /*top: calc(50% - 30vh)*/
.indental-hero-CTA h1 { font-size: calc(1.525rem + 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 */


/* 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 {margin-bottom: var(--bs-gutter-y);}
.star-icon { color: #ff961f; vertical-align: top;}





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

.card-cover {
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-size: cover;
}

.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;
}

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

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .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% - 30vh);}
    .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;}
    .rpx-3 {padding-left: 1rem; padding-right: 1rem}

    .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;
  }
}
