/**
 * 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
 */


.home-wrap {
  padding-top: 0 !important;
}


.aslider-container {
  margin-bottom: 64px;
  position: relative;
  width: 100%;
}

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

.aslider .carousel-item {
  height: 480px;
  width: 100%; 
}

.aslider .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: 70% bottom;
  max-width: 100%;
  max-height: 100%;
}


.aslider .carousel-item .container {
  position: relative;
}

.aslider .caption {
  position: absolute;
  top: 40px;
  left:0;
  max-width: 500px;
  z-index: 2;
}

 
@media(max-width: 480px){
  .aslider .caption {
    left: 8px;
    max-width: 280px;
  }
} 

@media(max-width: 320px){
  .aslider .caption {
    left: 8px;
    max-width: 240px;
  }
}

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


/* .aslider_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("../aslider.gif") no-repeat left top;
  margin-top: -45px;
}

.aslider_nav:active {
  opacity: 1.0;
}

.aslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
} */

.caption {
  color: #fff;
}

.carousel-item .caption-title {
  line-height: 1.2;
  font-size: 50px;
  text-align: center;
  margin-bottom: 32px;
}

@media(max-width: 480px){
  .carousel-item .caption-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
} 
 


.carousel-item .caption-description {
  font-size: 18px;
  line-height: 1.5;
}

@media(max-width: 480px){
  .carousel-item .caption-description {
    font-size: 16px;
  }
} 


.carousel-item .caption-description li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
  text-shadow: 0 0 10px #000;
}

.carousel-item .caption-description li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}


@media (max-width: 991px) {
  .carousel-item .caption-description {
      display: block;
  }
}



.button-wrap  {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}


.slider-btn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 16px;
  background-color: #fff;
  transition: opacity 0.6s ease, color 0.6s ease, background-position 0.4s ease-out;
  border-radius: 4px;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  word-break: break-word;
  color: #000;
}

.slider-btn:hover {
  background-color: #f1f1f1;
}