/* Slider*/

.banner-title {
  color: white;
  font-size: 4em;
  position: absolute;
  top: 0px;
  width: 425px;
  background-color: #e8462a;
  padding: 0.3em;
  height: 100%;
}

.banner-subtitle {
  font-size: 0.5em;
  margin-top: 1em;
}

a .banner-bubble:hover {
  background-color: #f0cbc4;
}

.banner-bubble {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 100px;
  text-align: center;
  padding: 1.2em;
  font-size: 1.1em;
  color: #e8462a;
  top: 10px;
  right: 10px;
  position: absolute;
}

.banner-bubble-content {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-bubble-title {
  font-weight: 600 !important;
}

.banner-bubble-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

#banner-slider-carousel .owl-item {
  margin-right: 2px;
  margin-left: 2px;
  background-color: #e8462a;
}

#banner-slider-carousel .owl-nav .owl-prev {
  display: none !important;
}

#banner-slider-carousel .owl-nav .owl-next {
  bottom: 47px;
  right: 5px;
}

#banner-slider-carousel .owl-nav .owl-next:hover {
  background: none !important;
}

#banner-slider-carousel .owl-nav .owl-next span {
  background-image: url('/media/wysiwyg/codazon/custom/arrow_small.svg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
  right: -5px !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: white;
}

#banner-slider-carousel .owl-nav .owl-next span:hover {
  background-color: #f0cbc4;
}

.carousel-container .owl-carousel .owl-nav [class*="owl-"]::before {
  display: none !important;
}

#banner-slider-carousel .image-container {
  height: 350px;
  margin-left: 425px;
}

#banner-slider-carousel {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .banner-title {
    width: 100%;
    font-weight: 300;
    font-size: 30px;
    position: relative;
  }

  #banner-slider-carousel .image-container {
    margin-left: 0;
    position: relative;
  }

  #banner-slider-carousel .banner-bubble {
    top: 195px;
    right: 5px;
    height: 150px;
    width: 150px;
    padding: 1em;
  }

  #banner-slider-carousel .banner-bubble-title {
    font-size: 14px;
  }

  #banner-slider-carousel .banner-bubble-text {
    font-size: 10px;
  }

  #banner-slider-carousel .owl-next {
    display: none;
  }

}
