/**
* 2007-2024 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-2024 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 {
    position: relative;
    padding: 80px 0;
}
.badaboutus-img{
    text-align: center;
    padding: 0;
    position: relative;
}
.badaboutus-img img {
    height: auto;
    max-width: 100%;
}
.badaboutus-block .badaboutus-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 32px;
}
.badaboutus-block .badaboutus-title::before {
    content: ' ';
    background-image: url(../img/Sep.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0;
}
.badaboutus-block-contant {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.badabout-first-section {
    text-align: left;
    width: 90%;
    margin: auto;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 60px;
    font-weight: 700;
    color: var(--theme-custom-color);
    line-height: 60px;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
}
.badaboutus-subtitle span {
    font-size: 33px;
    color: #181818;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
}
.badaboutus-block .badaboutus-title {
    font-size: 28px;
    padding: 2px 0 10px;
}
.badaboutus-block .badaboutus-desc{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 8px;
}
.badaboutus-block .badaboutus-desc.desc-2{
    margin-bottom: 15px;
}
.badaboutus-block .badaboutus-desc.desc-3{
    margin-bottom: 30px;
}
.badaboutus-block-btn {
    text-align: left;
}
.badaboutus-block .badaboutus-btn {
    background: -webkit-linear-gradient( 90deg, rgb(38,145,197) 0%, rgb(68,181,235) 100%);
    padding: 10px 24px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
}
.badaboutus-block .badaboutus-btn:hover {
    color: var(--theme-custom-color);
    background: #fff;
    border-color: var(--theme-custom-color);
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #333333;
    color: #ffffff;
}
.badaboutus-block .item {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.badaboutus-block .prod-name-price{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: 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;
}
.badabout-second-block ul {
    text-align: center;
    margin: 0;
    position: relative;
}
.badabout-second-block ul li {
    padding-top: 72px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    color: #000;
}
.badabout-second-block ul li::before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    top: -66%;
    left: 0;
    right: 0;
}
.badabout-second-block ul li:nth-child(1):before{
    background-image: url(../img/1.png);
}
.badabout-second-block ul li:nth-child(2):before{
    background-image: url(../img/2.png);
}
.badabout-second-block ul li:nth-child(3):before{
    background-image: url(../img/3.png);
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .content-wrapper .name{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #111111;
    font-weight: 500;
}
.badaboutus-content-wrapper .content-wrapper .price{
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-custom-color);
    text-align: right;
}
.badaboutus-content-wrapper .content-wrapper .attributes {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #777777;
    border: 1px solid #e3e3e3;
    width: 70%;
    padding: 0 15px;
}
.badaboutus-content-wrapper img {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1868px){
    .badabout-second-block ul li {
        font-size: 20px;
    }
}
@media(max-width: 1650px){
    .badabout-second-block ul li {
        font-size: 18px;
    }
    .badaboutus-block {
        margin: 0 0 100px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 16px;
    }
}
@media(max-width: 1444px){
    .badaboutus-block {
        margin: 0 0 80px;
    }
    .badaboutus-block .badaboutus-btn {
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    .badaboutus-block {
        margin: 0 0 45px;
    }
    .badaboutus-block .badaboutus-desc {
        line-height: 22px;
        -webkit-line-clamp: 4;
    }
    .badaboutus-block .badaboutus-desc.desc-3 {
        margin-bottom: 20px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 50px;     
    }
    .badaboutus-subtitle span {
        font-size: 30px;
    }
    .badaboutus-desc.bad-aboutus-second-desc {
        display: none;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 34px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .badabout-second-block ul li {
        font-size: 12px;
        padding-top: 35px;
        letter-spacing: 0;
    }
    .badaboutus-block {
        margin: 0 0 30px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 40px;
    }
    .badaboutus-subtitle span {
        font-size: 24px;
    }
    .badabout-first-section{
        width: 100%;
    }
    .badaboutus-block .badaboutus-btn{
        padding: 8px 18px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 13px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .badaboutus-subtitle{
        line-height: 50px;
    }
    .badaboutus-content-wrapper{
        padding: 0;
    }
    .badaboutus-block-contant {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        flex-direction: column;
    }
    .badaboutus-content-wrapper{
        width: 100%;
        order: 1
    }
    .badaboutus-block .badaboutus-img {
        text-align: center;
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 8px 14px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 40px;
        padding: 8px 0;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 26px;
        line-height: 26px;
    }
}
@media(max-width: 480px){
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height: 22px;
    }
}
@media(max-width: 475px){
    .badaboutus-block .badaboutus-subtitle {
        font-size: 30px;
        line-height: 40px;
    }
    .badaboutus-subtitle span {
        font-size: 20px;
    }
    .badaboutus-subtitle-block {
        margin-top: -50px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        padding: 2px 0;
    }
}
@media(max-width: 375px){
    .badaboutus-block .badaboutus-title {
        font-size: 24px;
    }
    .badaboutus-block .badaboutus-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
}