/**
* 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;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tv-advance-block-image {
    margin: auto;
    display: inline-block;
    position: relative;
}
.tvadvance-block-content-count {
    margin-bottom: 10px;
    color: #C1A479;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: 1.6px;
}
.tvadvance-block-content {
    text-align: center;
    padding: 9px 23px;
    margin: 7.5px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #fff;
}
.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: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 1px;
}
.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: 37px;
    margin: 0 -15px;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    background-color: #f4f4f4;
    padding: 100px 0;
}
.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 {
    font-weight: 400;
    color: #686868;
    font-size: 22px;
    font-family: Josefin Sans;
    line-height: 1.72;
    letter-spacing: 1.1px;
}
.tvadvance-block-desc p:not(:last-child) {
    margin-bottom: 44px;
}
.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;
}
.tv-advance-block-image2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}
.tv-advance-block-image img {
    border-radius: 10px;
}
.tvadvance-bolck-icon {
    display: inline-block;
    position: absolute;
    left: auto;
    bottom: -17%;
    right: 0;
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
.lang-rtl .tvadvance-bolck-icon {
    left: 0;
    right: auto;
}
.lang-rtl .tv-advance-block-image2 {
    right: 0;
    left: auto;
}
@keyframes bounce {
    0% {
        transform: translateY(-5px)
    }
    50% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(-5px)
    }
}
@media (max-width: 1500px) {
    .tvadvance-block-desc p {
        font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvadvance-block-desc p:not(:last-child) {
        margin-bottom: calc(14px + (35 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvadvance-block-content-wrapper {
        padding-top: calc(12px + (30 - 12) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media (min-width: 992px) {
    .tvcmsadvance-block-content {
        align-self: center;
        padding-inline-start: 39px;
    }
}
@media (max-width:991px) {
    .tvadvance-bolck-icon img {
        max-width: 100px;
    }
    .tv-advance-block-image {
        text-align: center;
        margin-bottom: 30px;
    }
    .tvcmsadvance-block-content {
        padding: 0 30px;
        text-align: center;
    }
    .tvadvance-block-content-wrapper {
        justify-content: center;
    }
    .tv-advance-block-image2 {
        display: none;
    }
}
@media (max-width:991px) and (min-width: 450px){
.tv-advance-block-image img {
    max-width: 400px;
}
}
@media (max-width: 767px) {
    .tvadvance-block-content-count {
        font-size: 25px;
        margin-bottom: 0;
    }
    .tvadvance-block-content-title {
        font-size: 18px;
    }
}
@media (max-width:575px) {
    .tvcmsadvance-block-content {
        padding: 0 15px;
    }
    .tvadvance-block-desc p:not(:last-child) {
        margin-bottom: 20px;
    }
    .tvadvance-block-content-wrapper {
        margin: -7.5px;
    }
    .tvadvance-block-content {
        margin: 7.5px;
        padding: 15px 12px;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tvadvance-block-content-count {
        font-size: 25px;
    }
    .tvadvance-bolck-icon{
        display: none;
    }
}