/**
 * 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
 */
.homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

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

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

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

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

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

.homeslider_nav:active {
  opacity: 1.0;
}

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

.carousel-description p {
	margin: 0;
}
.carousel-description p+p {
	margin-top: 15px;
}

#home-slider .carousel .carousel-control-next,
#home-slider .carousel .carousel-control-prev {
	display: none;
}



#home-slider #banner-01 figure {
	border-radius: 34px;
	overflow: hidden;
}
#home-slider #banner-01 .carousel-text {
    width: 75%;
    padding: 0;
    justify-content: flex-start;
}
#home-slider #banner-01 .carousel-text > * {
	margin: 0;
	background: #fff;
    padding: 5px 25px 12px 20px;
	width: fit-content;
	line-height: 110%;
	border-radius: 0 0 25px 0;
	position: relative;
}
#home-slider #banner-01 .carousel-title {
    font-weight: 700;
    font-size: 44px;
}
#home-slider #banner-01 .carousel-description {
	font-size: 22px;
    width: 60%;
}
#home-slider #banner-01 .carousel-btn a {
    border-radius: 44px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 30px;
}
#home-slider #banner-01 .carousel-text > *:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -25px;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='25' height='25' fill='white'/><path d='M0,0 A25,25 0 0,1 25,25 L0,25 L0,0 Z' fill='black'/></mask></defs><rect width='25' height='25' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='25' height='25' fill='white'/><path d='M0,0 A25,25 0 0,1 25,25 L0,25 L0,0 Z' fill='black'/></mask></defs><rect width='25' height='25' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(-90deg);
}


#home-slider #banner-02 {
	background: #dee2e6;
}
#home-slider #banner-02 .carousel-desc {
	background: #dee2e6;
}
#home-slider #banner-02 figure {
    border-radius: 34px 0;
    overflow: hidden;
    margin: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
}
#home-slider #banner-02 .carousel-text {
    width: 75%;
    padding: 25px 0 0 25px;
    justify-content: flex-start;
}
#home-slider #banner-02 .carousel-text > * {
	margin: 0;
	background: #dee2e6;
    padding: 5px 25px 12px 20px;
	width: fit-content;
	line-height: 110%;
	border-radius: 0 0 25px 0;
	position: relative;
}
#home-slider #banner-02 .carousel-title {
    font-weight: 700;
    font-size: 44px;
	color: #0a3645;
}
#home-slider #banner-02 .carousel-description {
	font-size: 22px;
    width: 60%;
	color: #0a3645;
}
#home-slider #banner-02 .carousel-btn a {
    border-radius: 44px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 30px;
	background: #ff4f4c;
}
#home-slider #banner-02 .carousel-text > *:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -25px;
	background: #dee2e6;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='25' height='25' fill='white'/><path d='M0,0 A25,25 0 0,1 25,25 L0,25 L0,0 Z' fill='black'/></mask></defs><rect width='25' height='25' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='25' height='25' fill='white'/><path d='M0,0 A25,25 0 0,1 25,25 L0,25 L0,0 Z' fill='black'/></mask></defs><rect width='25' height='25' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(-90deg);
}


#home-slider #banner-03 figure {
	overflow: hidden;
}
#home-slider #banner-03 .carousel-text {
    background: #fff;
    width: 45%;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
	left: 0;
    right: 0;
}
#home-slider #banner-03 .carousel-text > * {
	margin: 0;
    padding: 5px 20px 12px 20px;
	line-height: 110%;
	position: relative;
}
#home-slider #banner-03 .carousel-title {
    font-weight: 700;
    font-size: 36px;
	text-transform: unset;
}
#home-slider #banner-03 .carousel-description {
	font-size: 20px;
}
#home-slider #banner-03 .carousel-btn a {
    border-radius: 44px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 30px;
}
#home-slider #banner-03 .carousel-text:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: -100px;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(-90deg);
}
#home-slider #banner-03 .carousel-text:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: -100px;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(90deg);
}


#home-slider #banner-04 figure {
	overflow: hidden;
}
#home-slider #banner-04 .carousel-text {
    background: #d9d6f5;
    width: 45%;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
	left: 0;
    right: 0;
}
#home-slider #banner-04 .carousel-text > * {
	margin: 0;
    padding: 5px 20px 12px 20px;
	line-height: 110%;
	position: relative;
}
#home-slider #banner-04 .carousel-title {
    font-weight: 700;
    font-size: 36px;
	text-transform: unset;
	color: #0a3645;
}
#home-slider #banner-04 .carousel-description {
	font-size: 20px;
	color: #0a3645;
}
#home-slider #banner-04 .carousel-btn a {
    border-radius: 44px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 30px;
	background: #614cff;
}
#home-slider #banner-04 .carousel-text:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: -100px;
	background: #d9d6f5;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(-90deg);
}
#home-slider #banner-04 .carousel-text:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: -100px;
	background: #d9d6f5;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><defs><mask id='cutout'><rect width='100' height='100' fill='white'/><path d='M0,0 A100,100 0 0,1 100,100 L0,100 L0,0 Z' fill='black'/></mask></defs><rect width='100' height='100' fill='white' mask='url(%23cutout)'/></svg>") no-repeat center;
	transform: rotate(90deg);
}


/*-------------------------------------------------------*/

@media screen and (max-width: 767px) {
	#home-slider #banner-01 .carousel-text,
	#home-slider #banner-02 .carousel-text,
    #home-slider #banner-03 .carousel-text,
    #home-slider #banner-04 .carousel-text	{
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0;
	}
	#home-slider #banner-01 .carousel-title,
	#home-slider #banner-02 .carousel-title,
	#home-slider #banner-03 .carousel-title,
	#home-slider #banner-04 .carousel-title	{
		font-size: 34px;
	}
	#home-slider #banner-01 .carousel-description,
	#home-slider #banner-02 .carousel-description,
	#home-slider #banner-03 .carousel-description,
	#home-slider #banner-04 .carousel-description {
		font-size: 20px;
		width: 100%;
		min-width: 100%;
	}
	#home-slider #banner-01 .carousel-btn a,
	#home-slider #banner-02 .carousel-btn a,
	#home-slider #banner-03 .carousel-btn a,
	#home-slider #banner-04 .carousel-btn a {
		font-size: 18px;
		padding: 15px 25px;
	}
}

@media screen and (max-width: 576px) {
	#home-slider #banner-01 .carousel-title,
	#home-slider #banner-02 .carousel-title,
	#home-slider #banner-03 .carousel-title,
	#home-slider #banner-04 .carousel-title	{
		font-size: 28px;
	}
	#home-slider #banner-01 .carousel-description,
	#home-slider #banner-02 .carousel-description,
	#home-slider #banner-03 .carousel-description,
	#home-slider #banner-04 .carousel-description	{
		font-size: 18px;
	}
	#home-slider #banner-01 .carousel-btn a,
	#home-slider #banner-02 .carousel-btn a,
	#home-slider #banner-03 .carousel-btn a,
	#home-slider #banner-05 .carousel-btn a	{
		font-size: 16px;
	}
}