/**
* 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.
*/
.badinstareel-block {
    padding: 80px 0;
    background-color: #1C1B18;
    margin-bottom: 80px;
}
.badinstareel-item {
    position: relative;
}
.badinstareel-content-box-inner {
    padding: 0;
}
img.rells_icon {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 20px;
    width: 25px !important;
    height: 25px;
    color: #FFF;
}
.badinstareel-item .badinstareel-item-img-wrapper {
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.badinstareel-item-video-wrapper {
    position: relative;
    margin: 5px 15px;
}
.badinstareel-item-content {
    padding-left: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.badinstareel-item-title {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 6px;
    color: #DFDFDF;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin: 0;
}
.badinstareel-wrapper {
    padding: 0;
}
.badinstareel-item-sub-title {
    font-size: 16px;
    font-weight: 600;
    padding-top: 7px;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.play-video {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
@media(max-width: 1200px){
    .badinstareel-block {
        padding: 50px 0;
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badinstareel-block {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}