/**
* 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
*/
.tvadvance-block-wrapper {
    position: relative;
    /* padding-top: 50px; */
}
.tv-advance-block-image {
    margin: auto;
    display: inline-block;
    position: relative;
}
.tvadvance-block-image-contant-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tvadvance-block-content-count {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: 1.6px;
}
.tvadvance-block-content {
    text-align: center;
    padding: 18px 20px;
    margin: 7.5px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.40) 100%);
    border: 1px solid #e1e1e100;
    border-radius: 15px;
    /* filter: blur(2px); */
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.tvadvance-block-content-img {
    /*width: 20%;*/
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.tvadvance-block-content-img:before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #ffbe00;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.tvadvance-block-content-details {
    /*width: 80%;*/
    /*padding-left: 10px;*/
    text-align: center;
}
.tvadvance-block-content-title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.11;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-bolck-btn-link-wrapper {
    /*text-align: center;*/
    display: inline-block;
    margin-top: 50px;
}
.tvadvance-block-content-wrapper {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-top: 29px;
    margin: 0 -15px;
}
.tvcmsadvance-block {
    position: relative;
}
.tvcmsadvance-block-sub-title {
    position: absolute;
    left: 53%;
    transform: rotate(90deg);
    z-index: 0;
    top: -80px;
    opacity: 0.05;
}
.tvcmsadvance-block-sub-title h1 {
    font-size: 240px;
    font-weight: 800;
}
.tvadvance-block-desc p {
    margin-bottom: 20px;
    color: #363636;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.727;
    letter-spacing: 1.1px;
}
.tvadvance-block-desc p:not(:last-child) {
    margin-bottom: 30px;
    color: #363636;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 1.1px;
}
.tvadvance-block-content-box-wrapper {
    background-color: #F3A032;
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 0;
    padding: 30px;
    min-width: 204px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.tvadvance-block-content-box {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}
.tvadvance-block-project-count {
    display: block;
}
.lang-rtl .tvadvance-block-content-box-wrapper {
    right: 0;
    left: auto;
}
@media (min-width: 1200px) {
    .tvadvance-block-desc {
        /* padding-inline-end: 10%; */
    }
}
@media(max-width: 1600px) {
    .tvadvance-block-desc p,
    .tvadvance-block-desc p:not(:last-child) {
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvadvance-block-content-count {
        font-size: calc(20px + (30 - 20) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvadvance-block-content-title {
        font-size: calc(12px + (16 - 12) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media (max-width: 1199px) {
    .tvadvance-block-content {
        margin: 7.5px;
        padding: 15px 10px;
    }
}
@media (min-width: 992px) {
    .tvadvance-block-content-wrapper {
        padding-bottom: 53px;
    }
}
@media (max-width: 991px) {
    .tv-advance-block-image {
        text-align: center;
        margin: 30px 0;
    }
    .tv-advance-block-image img {
        max-width: 400px;
    }
    .tvcmsadvance-block-content {
        padding-bottom: 15px;
        text-align: center;
    }
    .tvadvance-block-content-wrapper {
        padding-top: 15px;
    }
    .tvadvance-block-content-wrapper {
        margin: 0;
        /*display: inline-block;*/
        flex-wrap: wrap;
        justify-content: center;
    }
    .tvadvance-block-content {
        padding: 12px 50px;
    }
}
@media(max-width : 767px) {
    .tvadvance-block-desc p:not(:last-child) {
        margin-bottom: 15px;
    }
    .tvadvance-block-content-wrapper {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .tvcmsadvance-block-content {
        padding: 0;
    }
    .tvadvance-block-desc p {
        margin-bottom: 10px;
    }
    .tv-advance-block-image img {
        max-width: 200px;
    }
    .tvadvance-block-wrapper {
        padding-top: 30px;
    }
}