/**

* 2007-2021 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-2021 PrestaShop SA

*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

*  International Registered Trademark & Property of PrestaShop SA

*/

.badofferbanner-block {

    width: 100%;

    min-height: 100vh;

    position: relative;

    background-color: rgb(247, 247, 247);

    background-size: cover;

    background-position: center bottom;

    background-repeat: no-repeat;

    display: flex;

    align-items: center;

    justify-content: center;

}

.badofferbanner-content-wrapper {

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

    width: 100%;

}



.badofferbanner-content-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.badofferbanner-img-inner {

    overflow: hidden;

}



.badofferbanner-img-inner img {

    width: 100%;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}



.badofferbanner-content-box:hover .badofferbanner-img-inner img {

    width: 100%;

    transform: scale(1.01);

    -webkit-transform: scale(1.01);

    -o-transform: scale(1.01);

    -ms-transform: scale(1.01);

    -moz-transform: scale(1.01);

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}



.badofferbanner-content-inner .badofferbanner-content h4 {

    color: #febe02;

    font-weight: 500;

    font-size: 30px;

    position: relative;

    margin-bottom: 20px;

    padding-bottom: 30px;

}



.badofferbanner-content-inner .badofferbanner-content h4:after {

    position: absolute;

    content: "";

    width: 130px;

    height: 2px;

    background-color: #000000;

    bottom: 0;

    left: 0;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}



.badofferbanner-content-box:hover .badofferbanner-content-inner .badofferbanner-content h4:after {

    width: 100px;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}



.badofferbanner-content-inner .badofferbanner-content {

    text-align: left;

}



.badofferbanner-content-inner .badofferbanner-content h2 {

    color: #000000;

    font-weight: 700;

    font-size: 51px;

    width: 80%;

    line-height: 80px;

    margin-bottom: 15px;

}



.badofferbanner-content-inner .badofferbanner-content a {

    color: #000000;

    font-size: 16px;

    background-color: #febe02;

    padding: 11px 35px;

    font-weight: 400;

    text-transform: uppercase;

    display: inline-block;

    vertical-align: middle;

}



.badofferbanner-content-inner .badofferbanner-content a:hover {

    color: #febe02;

    background-color: #000000;

}



.badofferbanner-content-wrapper a img {

    width: 100%;

}

#badsearch-offer-banner-block {

    display: block;

}

.badofferbanner-content-wrapper h1 {

    font-family: "Poppins", sans-serif;

    font-size: 45px;

    font-weight: 700;

    color: rgb(13, 17, 54);

    margin-bottom: 15px;

    text-align: center;

    line-height: normal;

}

.badofferbanner-content-wrapper p {

    font-size: 15px;

    font-weight: 400;

    color: rgb(119, 121, 140);

    margin-bottom: 60px;

    text-align: center;

}

@media(max-width: 1300px) {

    .badofferbanner-content-inner .badofferbanner-content h2 {

        width: 100%;

    }

}



@media(max-width: 991px) {

    .badofferbanner-content-inner .badofferbanner-content h2 {

        line-height: 50px;

        margin-bottom: 20px;

        font-size: 36px;

    }

}



@media(max-width: 767px) {

    .badofferbanner-content-box {

        display: block;

    }

    .badofferbanner-content-inner .badofferbanner-content {

        text-align: center;

    }

    .badofferbanner-content-inner {

        margin-bottom: 50px;

    }

    .badofferbanner-content-inner .badofferbanner-content h4 {

        font-size: 28px;

        margin-bottom: 10px;

        padding-bottom: 20px;

    }

    .badofferbanner-content-inner .badofferbanner-content h4:after {

        bottom: 0;

        left: 0;

        right: 0;

        margin: 0 auto;

    }

    .badofferbanner-content-inner .badofferbanner-content h2 {

        line-height: 50px;

        margin-bottom: 10px;

        font-size: 32px;

    }

}



@media(max-width: 575px) {

    .badofferbanner-content-inner .badofferbanner-content h2 {

        line-height: 30px;

        margin-bottom: 20px;

        font-size: 26px;

    }

    .badofferbanner-content-inner .badofferbanner-content h4 {

        margin-bottom: 15px;

    }

}
@media(min-width: 992px) and (max-width: 1199px){
    .badofferbanner-block{
        min-height: 70vh;
    }
}
@media(max-width: 991px){
    .badofferbanner-block {
        min-height: auto;
        padding: 80px 15px;
    }
}
@media(max-width: 575px){
    .badofferbanner-content-wrapper h1 {
        font-size: 36px;
    }
}