/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badaboutus-block {
    margin-bottom: 80px;
    position: relative;
}
.badaboutus-block .row{
    display: flex;
    align-items: center;
}
.badaboutus-img {
    padding: 0;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 30px;
    line-height: 20px;
    color:#181515;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform:capitalize;
}
.badaboutus-block .badaboutus-title {
    font-size: 35px;
    line-height: 46px;
    color: #181515;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    text-transform: capitalize;
    position: relative;
    padding-bottom: 5px;
}
.about-img-title {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 15px;
}
.about-link a {
    text-align: left;
}
.about-link a {
    color: #fff;
    text-decoration: underline;
}
.about-link a:hover{
    color: #fff;
    text-decoration: underline;
}
.about-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    width: 44%;
    background-color:rgba(0,0,0,0.5);
    color: #fff;
    overflow: hidden;
}
.img-content{
    display: flex;
}
.badaboutus-content-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: fit-content;
    width: 55%;
}
.img-content img {
    padding-right: 20px;
    margin-top: 15px;
}
.badaboutus-block .badaboutus-desc div {
    font-size: 18px;
    color: #000;
    line-height: 34px;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 500;
    margin-top: 15px;
}
.badaboutus-block .badaboutus-btn {
    color: #ffffff;
    padding: 5px;
    display: inline-block;
}
.badaboutus-block .badaboutus-btn:hover {
    border-color: #333333;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 6px 20px;
    display: inline-block;
    text-transform:capitalize;
    vertical-align: middle;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid var(--theme-custom-color);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-top: 20px;
    cursor: pointer;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.badaboutus-block .item {
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.badaboutus-content-wrapper .index {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    border: 2px solid #000;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 0 10px;
    margin: 30px 0;
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-desc{
    font-size: 16px;
    color: #636363;
    line-height: 33px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.badaboutus-content {
    text-align: left;
    box-shadow: 0px 12px 45.57px 3.43px rgba(0, 0, 0, 0.17);
    background: #fff;
    padding: 30px;
}

@media(max-width:1400px){
    .badaboutus-img::after{
        width: 315px;
        height: 366px;

    }
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
    .badaboutus-img::after{
        width: 265px;
        height: 306px;
    }
    .badaboutus-content-wrapper{
        right: 15px;
    }
    .about-img-title{
        font-size: 25px;
    }
}
@media(max-width: 1199px){
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 36px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 26px;
    }
    .badaboutus-block .badaboutus-desc div {
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 16px;
        line-height: 24px;
    }
    .badaboutus-content-wrapper{
        width: 60%;
    }
}
@media(max-width:1100px){
    .badaboutus-content{
        padding: 23px;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-title{
        width: 100%;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
    }
    .badaboutus-block .badaboutus-desc div {
        line-height: 26px;
        margin-bottom: 12px;
    }
    .badaboutus-img::after{
        left:-30px;
    }
    .badaboutus-content-wrapper{
        position: static;
        width: 100%;
    }
    .badaboutus-img {
        width: 100%;
        display: flex;
        margin-bottom: 30px;
    }
    .img-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .badaboutus-content{
        text-align: center;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-block .badaboutus-img {
        width: 100%;
        padding: 0 15px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 28px;
        line-height: 25px;
    }
    .badaboutus-content{
        text-align: center;
    }
    .about-img-content{
        left: 15px;
    }
    .about-img-content{
        padding: 18px 17px;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-subtitle{
        padding-bottom:5px;
        font-size: 20px;
    }
    .badaboutus-block .badaboutus-title{
        font-size: 25px;
        line-height: 30px;
    }
    .badaboutus-img::after{
        left:-40px;
        top:0;
        bottom: 0;
        margin: auto;
        width: 215px;
        height: 246px;
    }
    .badaboutus-block .badaboutus-img {
        padding: 0;
    }
    .badaboutus-block .badaboutus-desc div {
        font-size: 16px;
    }
    .badaboutus-desc{
        line-height: 25px;
    }
    .about-img-title{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .about-img-content{
        left: 0;
    }
}
@media(max-width:480px){
    .badaboutus-img::after{
        left:-20px;
        top:0;
        bottom: 0;
        margin: auto;
        width: 185px;
        height: 206px;
    }
    .about-img-title{
        font-size: 16px;
        line-height: 25px;
    }
    .about-img-content {
        padding: 8px 12px;
        width: 55%;
    }

}
@media(max-width:380px){
    .badaboutus-img::after{
        width: 155px;
        height: 176px;
    }
}