/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.multiple-slider-wrapper {
	padding-top: 50px;
}

.multiple-slider-inner {
	padding: 114px 0;
	position: relative;

}

.multiple-slider-inner .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.multiple-slider-inner .bg-img:before {
	content: '';
	/* background-color: rgba(0,0,0,0.5); */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.multiple-slider-inner .bg-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.multiple-slider-inner .bg-img img.img404 {
	object-fit: contain;
}

.multiple-slider-wrapper .owl-carousel .owl-item .nav-btn {
    display: flex;
    gap: 16px;
    margin-top: 36px;
	display: none;
}

.multiple-slider-wrapper .owl-carousel .owl-item .nav-btn > div {
	background-color: #fff!important;
	border-radius: 50%;
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   	cursor: pointer;
}

.multiple-slider-wrapper .owl-carousel .owl-item .nav-btn > div.disabled {
	background-color: transparent !important;
    border: 1px solid #fff;
}

.multiple-slider-wrapper .owl-carousel .owl-item .nav-btn > div.disabled svg > path {
	fill:  #fff;
}

.multiple-slider-wrapper .owl-carousel .owl-nav {
	display: none;
}










.multiple-slider-wrapper .container {
	position: relative;
}

.multiple-slider-wrapper .owl-carousel .owl-item * {
	color: #fff;
}

.multiple-slider-wrapper .owl-carousel .owl-item .sl-title {
	font-size: 36px;
	max-width: 200px;
    line-height: 1;
	margin-bottom: 22px;
    text-transform: uppercase;
}

.multiple-slider-wrapper .owl-carousel .owl-item .slider-item-inner {
	max-width: 403px;
    margin-left: 206px;
}

.multiple-slider-wrapper .hl-left {
	position: absolute;
    border-left: 6px solid #fff;
    height: 100px;
    left: 24px;
    top: -24px;
    display: none;
}

.multiple-slider-wrapper .hl-right {
	position: absolute;
    border-left: 6px solid #fff;
    height: 100px;
    right: 24px;
    bottom: -24px;
    display: none;
}

.multiple-slider-wrapper .owl-carousel .owl-item p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
}



@media(max-width: 767px) {
	.multiple-slider-wrapper .hl-left,
	.multiple-slider-wrapper .hl-right {
		display: none;
	}

	.multiple-slider-wrapper .owl-carousel .owl-item .slider-item-inner {
	    margin-left: 0;
	}

	.multiple-slider-wrapper .owl-carousel .owl-nav {
		padding-left: 0;
	}
}
