/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
.cphomeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.cphomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.cphomeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.cphomeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.cphomeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.cphomeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../cphomeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.cphomeslider_nav:active {
  opacity: 1.0;
}

.cphomeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.carousel {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 50px 0px;
}
.carousel.slide {
  background-color: #000000;
}

.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding-inline-start: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;  
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
}
.carousel-indicators .active {
  width: 35px;
  height: 12px;  
  background-color: #6bb42f;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.carousel .carousel-item figure{
  margin: 0px;
}
.carousel .carousel-item figure a {
  display: inline-block;
  width: 100%;
}
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  margin-inline-start: 0;
}
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  margin-inline-start: 0;
}
.carousel .carousel-item {
  height: 100%;
}
.carousel .carousel-item .caption {
  position: absolute;
  display: flex;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
}
.carousel .carousel-item .caption .slide-text {
  position: relative;
  top: 0;
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-item .caption .slide-text .slidertext1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 500;
  color: #ffffff;
  margin-block-end: 40px;
}
.carousel .carousel-item .caption .slide-text .slidertext2 {
  font-family: "Great Vibes";
  font-size: 90px;
  line-height: 100px;
  margin: 10px 0px;
  color: #ffffff;
}
.carousel .carousel-item .caption .slide-text .slidertext3{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}
.carousel .carousel-item .caption .slide-text .sliderbutton {
  width: auto;
  margin-top: 0px;
  padding: 11px 40px 11px;
}

@media (max-width: 1449px){
  .carousel .carousel-item .caption .slide-text .slidertext2{
    font-size: 75px;
    line-height: 85px;
  }
}

@media (max-width: 1199px) {
  .carousel .carousel-item .caption .slide-text .slidertext1 {
    font-size: 60px;
    line-height: 65px;
  }
  .carousel .carousel-item .caption .slide-text .slidertext3{ font-size: 14px; font-weight: 400;}
  .carousel .carousel-item .caption .slide-text .slidertext2 {font-size: 60px; line-height: 70px;}
}

@media (max-width: 991px) {
  .carousel .carousel-item .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .carousel .carousel-item .caption .slide-text .slidertext1 {
    font-size: 45px;
    line-height: 50px;
    margin-block-end: 30px;
  }
  .carousel {margin: 30px 0px;}
  .carousel {margin: 30px 0px;}
  .carousel .carousel-item .caption .slide-text .slidertext2 {
    font-size: 50px;
    line-height: 60px;
  }
} 


@media (max-width: 767px) {
  .carousel .carousel-item .caption .slide-text .sliderbutton {margin-top: 5px; padding: 8px 30px 8px;}
  .carousel .carousel-item .caption .slide-text .slidertext1 {font-size: 28px; line-height: 38px; margin-block-end: 10px;}
  .carousel .carousel-item .caption .slide-text .slidertext2 {font-size: 35px; line-height: 45px; margin: 5px 0px;}
  .carousel .carousel-item .caption .slide-text .slidertext3{ display: none;}
}

@media (max-width: 480px) {
  .carousel .carousel-item .caption .slide-text .slidertext1 {
    font-size: 22px;
    line-height: 32px;
    margin-block-end: 0px;
  }
  .carousel .carousel-item .caption .slide-text .sliderbutton{
    padding: 0px;
    color: #6bb42f;
    text-decoration: underline;
    background: none; 
  }
  .carousel .carousel-item .caption .slide-text .slidertext2 {
    font-size: 30px;
    line-height: 40px;
    margin: 5px 0px;
  }
}