/*
Theme Name: Wellness of Life
Theme URI: 
Author: Vedran
Author URI: http://example.com
Description: A responsive and modern agriculture & organic farm theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chamomilefirst
Tags: wine
*/


.header-padding {
     padding: 10px 0; 
}

.header__main--logo a img {
    width: 100%;
    height: 60px;
}
.custom-padding-logo {
     padding: 7px 0 7px 0;
}
.custom-blog-item-izvori {
     overflow: hidden;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
      transition: box-shadow 0.25s ease, transform 0.25s ease;
      height: 100%;
      background: #f0f0f0;
     border-top-left-radius: 25px;
     border-top-right-radius: 25px;
}
.breadcrumb-section {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-popular-content__description p {
    padding: 10px 0 20px;
}
.breadcrumb-section{
position:relative;
overflow:hidden;
}

.breadcrumb-section::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
pointer-events:none;
       background: linear-gradient(to bottom, rgba(10, 0, 0, 0.65) 0px, rgba(20, 0, 0, 0.45) 80px, rgba(40, 5, 5, 0.20) 160px, rgba(60, 15, 15, 0) 240px, rgba(60, 15, 15, 0.0) 320px, rgba(60, 15, 15, 0.0) 420px, rgb(60 15 15 / 0%) 100%);
}
.izvori-product {
    background: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.izvori-product:hover {
  background:linear-gradient(180deg,#f7f7f7,#f1eeee);

}
.izvori-product img{
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.27));
}
.category-item__image img {
    width: 300px;
    object-fit: contain;
    max-height: 340px;
    transition: all .3s cubic-bezier(.22, .61, .36, 1);
}
.category-item__meta {
      text-transform: uppercase;
    padding-top: 20px;
        color: #938683;
}
.category-item__title {
    margin-top: 10px;
}
.single-product {
  margin-bottom: 25px;
}
.single-product__info--tags {
    font-family: 'Josefin Sans';
    text-transform: uppercase;
}
.single-product__info--title {
    font-size: 28px;
    line-height: 1.2;
}
.breadcrumb-section > *{
position:relative;
z-index:2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-section {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

.custom-blog-item-izvori:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.custom-blog-item-padding {
     padding: 15px;
}
.blog-item-2__content--title {
    font-size: 25px;
    font-weight: 400;
    }
.custom-blog-izvori-margin {
    margin-bottom: 15px;
}

 .custom-title-margin {
     margin-bottom: 53px;
 }
 .about-item__top--title {
    font-size: 35px;
    bottom: 25px;
 }
 .about-item__top--image img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-radius: 25px;
}
.about-item__top--image {
    position: relative;
    overflow: hidden;
}
.about-item__top--image {
    position: relative;
    overflow: hidden;
}

.about-item__top--image img{
    display: block;
    width: 100%;
    height: auto;
}

/* premium soft gradient */
.about-item__top--image::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 40%,
        rgba(0,0,0,0.15) 70%,
        transparent 100%
    );
    pointer-events: none;
}
.about-item__top--title{
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.about-item__bottom--description {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 17px;
}
.about-col {
    width: 31%;
}
@media only screen and (max-width: 767px) {
    .about-col {
        width: 100%;
    }
}
.about-item__bottom {
    margin-top: 70px;
}
.about-item__bottom:before {
    top: -71px;
    width: 1px;
    height: 46px;
}
.category-wrapper {
    padding-bottom: 50px;
}
.booking-section {
    background-color: #ebebe8;
    background-position: top left;
    background-size: 52% auto;
    height: 780px;
}


.sparkling-bubbles {
  position: relative;
  height: 780px;
  width: 100%;
  min-height: 780px;
  overflow: hidden;
}

/* osnovni bubble */
.sparkling-bubbles .bubble {
  position: absolute;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
  will-change: transform;
}

.sparkling-bubbles .bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

/* hover efekt */
.sparkling-bubbles .bubble:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  z-index: 5;
}

.sparkling-bubbles .bubble:hover img {
  transform: scale(1.08);
}

/* raspored - kao pjenušac / mjehurići prema gore */
.bubble-1 {
  width: 210px;
  height: 210px;
  left: 4%;
  bottom: 60px;
  animation: float1 6s ease-in-out infinite;
}

.bubble-2 {
  width: 140px;
  height: 140px;
  left: 34%;
  bottom: 300px;
  animation: float2 7s ease-in-out infinite;
}

.bubble-3 {
  width: 250px;
  height: 250px;
  right: 8%;
  bottom: 70px;
  animation: float3 8s ease-in-out infinite;
}

.bubble-4 {
  width: 120px;
  height: 120px;
  left: 22%;
  top: 180px;
  animation: float4 6.5s ease-in-out infinite;
}

.bubble-5 {
  width: 180px;
  height: 180px;
  right: 24%;
  top: 130px;
  animation: float5 7.5s ease-in-out infinite;
}

.bubble-6 {
  width: 90px;
  height: 90px;
  right: 6%;
  top: 100px;
  animation: float6 5.8s ease-in-out infinite;
}

/* lagano lebdenje */
@keyframes float1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0, -18px); }
}

@keyframes float2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -14px); }
}

@keyframes float3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-8px, -20px); }
}

@keyframes float4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -12px); }
}

@keyframes float5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6px, -16px); }
}

@keyframes float6 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -10px); }
}

/* responsive */
@media (max-width: 991.98px) {
  .sparkling-bubbles {
    height: 620px;
    min-height: 620px;
  }

  .bubble-1 { width: 170px; height: 170px; }
  .bubble-2 { width: 115px; height: 115px; }
  .bubble-3 { width: 200px; height: 200px; }
  .bubble-4 { width: 95px; height: 95px; }
  .bubble-5 { width: 145px; height: 145px; }
  .bubble-6 { width: 70px; height: 70px; }
}

@media (max-width: 575.98px) {
     .sparkling-bubbles {
        height: 462px;
        min-height: 369px;
    }

  .bubble-1 { left: 2%; bottom: 40px; width: 130px; height: 130px; }
  .bubble-2 { left: 21%; bottom: 215px; width: 90px; height: 90px; }
  .bubble-3 { right: 0%; bottom: 105px; width: 150px; height: 150px; }
  .bubble-4 { left: 9%; top: 45px; width: 80px; height: 80px; }
  .bubble-5 { right: 14%; top: 75px; width: 110px; height: 110px; }
  .bubble-6 { right: 3%; top: 10px; width: 55px; height: 55px; }
}


.booking-section .col-lg-6:first-child{
    display: flex;
    align-items: flex-end;
}

.booking-content {
    max-width: 100%;
    margin-bottom: 55px;
}
.booking-content__title {
    color: #ffffff;
    font-family: Josefin Sans, sans-serif;
    font-size: 60px;
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1;
    padding-bottom: 38px;
}
.booking-content__description {
    color: #ffffff;
    font-family: Josefin Sans, sans-serif;
    font-size: 33px;
    font-weight: 300;
    /* font-style: italic; */
    line-height: 1;
}
.booking-section{
    position: relative;
}

.section-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.booking-section .container-fluid{
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .booking-section {
    background-size: 80% auto;
    height: 580px;
    }
    .booking-content {
    margin-bottom: 0px;
    margin-top: 230px;
}
.booking-content__text {
    padding-bottom: 0px;
}
.booking-content__title {
    color: #ffffff;
    font-family: Josefin Sans, sans-serif;
    font-size: 35px;
    font-weight: 400;
    /* font-style: italic; */
    line-height: 1;
    padding-bottom: 20px;
}
.booking-content__description {
    color: #ffffff;
    font-family: Josefin Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    /* font-style: italic; */
    line-height: 1;
}
}