/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.home-title-container {
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
    position: relative;
    margin-bottom: 50px;
}
.home-title-box {
    display: flex;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #DF8585;
    border-radius: 12px;
    gap: 11px;
    width: 24%;
}

.home-title-h2{
    font-size: 18px;
    color: #DF8585;
}
.home-title-text{
    font-size: 14px;
}


.loader {
    aspect-ratio: 1;
    border: 15px solid white;
    border-radius: 50%;
    position: absolute;
    transform: rotate(45deg);
    right: 12%;
    top: 7%;
}
.loader::before {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    border: 5px solid #df8585;
    animation: l18 3s infinite linear;
}
@keyframes l18 {
    0%   {clip-path:polygon(50% 50%,0 0,0    0,0    0   ,0    0   ,0    0   )}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0   ,100% 0   ,100% 0   )}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    0   )}
}


.main_page_holiapp{
    display: flex;
    border-radius: 12px;
    border: 1px solid #4FB798;
    padding: 20px;
    max-height: 400px;
    height: 350px;
}
.main_page_holiapp_left{
    align-items: center;
    display: flex;
}

.main_page_holiapp_right{
    padding-left: 3rem !important;
    gap: 10px;
    display: grid;
}
.main_page_holiapp_title{
    font-size: 30px;
    font-weight: 600;
    color: #389f80;
    margin-bottom: 16px;
    line-height: 30px;
}
.main_page_holiapp_text {
    font-size: .9375rem;
    font-weight: 400;
}
.main_page_holiapp_btn{
    border: 1px solid #4FB798;
    border-radius: 12px;
    color: white;
    padding: 10px 20px 0px 20px;
    font-size: 18px;
    background-color:#4FB798;
    transition: 0.5s;
}
.main_page_holiapp_btn:hover{
    color: #4FB798;
    text-decoration: none;
    background-color:white;
}
.main_page_holiapp_mobile_ph{
    display: none;

}
.main_page_holiapp_ph{
    max-width: 100%;
    height: auto;
}


.main_page_contact-l{
    background-color:#B31F24;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
    color: #fff !important;
    padding: 50px;
    max-width: 49%;
}
.main_page_contact-r{
    background-color:#DF8585;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
    color: #fff !important;
    padding: 50px;
    max-width: 49%;
}

.main_page_contact{
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.main_page_contact-sec{
    display: flex;
}

.main_page_contact-title{
    font-size: 22px;
    color: inherit;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}
.main_page_contact-text{
    font-size: 30px;
    color: inherit;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
}
.main_page_contact-cont{
    font-size: 22px;
    font-weight: 400;
    opacity: .7;
    color: inherit;
    margin: 0px 0px 0px 10px;
}
.main_page_contact-a{
    text-decoration: none;
    color: white;
}
.main_page_contact-a:hover{
    text-decoration: none;
    color: white;

}
.main_page_contact-sec{
    justify-content: space-evenly;
}
.manufacturer-container{
    text-align: center;
    position: relative;
}
.glider-prev-mf, .glider-next-mf {
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-next-mf {
    right: -30px;
    left: auto;
    color: #DF8585;
}
.glider-prev-mf {
    left: -30px;
    color: #DF8585;
}

.main_page_holiapp {
    margin-bottom: 50px;
}
.glider-contain {
    margin-bottom: 50px!important;
}

@media only screen and (max-width: 576px){
    .main_page_holiapp_right{
        padding-left: 0px!important;
    }
    .bests-products-section-title .separator{
        display: none;
    }
    .mpb-info-mobile{
        flex-direction: column-reverse;
    }
    .mpb-info-mobile .col-md-2{
        padding-bottom: 30px;
        text-align-last: center;
    }
    .mpb-info-title-container .mpb-info-line{
        display: none;
    }

}
/*MainPageBlock Info*/

.mpb-info-layout{
    display: flex;
}
.mpb-info-title-container{
    display: flex;
    min-height: 45px;
    margin-bottom: 30px;
}
.mpb-info-title{
   margin-right: 5%;
    font-size: 30px;
    font-weight: 400;
    color: #222222;
}

.mpb-info-text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 24px;
    color:#adadad;
    padding-left: 0px!important;
}
.mpb-info-text strong{
    color: #222222;
}
.mpb-info-text-second{
    margin-left: 20px;
}

.mpb-info-title strong {
    color:#DF8585;
}
.mpb-info-line{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #E1E1E0;
    align-self: center;
}

@media only screen and (min-width: 768px){
    .loader {
        display: none!important;
    }
}

@media only screen and (max-width:768px){
    .home-title-box {
        display: none;
        width: 80%!important;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    .home-title-box.active {
        display: flex;
        opacity: 1;
    }
    button.glider-prev-mf, button.glider-next-mf{
        display: none;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1209px){
    .home-title-box{
        display:block;
        padding: 10px;
        text-align: center;
        place-content: center;

    }
}
@media only screen and (max-width: 992px){

    .main_page_holiapp{
        height: auto;
        max-height: max-content;
    }
    .main_page_holiapp_mobile_ph{
        display: block;
        max-width: 100%;
        height: auto;
    }
    .col-md-6.main_page_holiapp_left{
        display:none;
    }
    .main_page_holiapp_right{
        max-width: 100%;
        flex: 100%;
        justify-items: center;
        text-align: center;
    }
    .main_page_holiapp_btn{
        padding: 10px 20px 10px 20px;
    }
    .main_page_contact, .main_page_contact-sec{
        display: grid;
        justify-content: center;
    }
    .mpb-info-text-second{
        margin-left: 0px;
    }
    .mpb-info-layout{
        display: grid;
    }
}
@media only screen and (max-width: 1212px) {
    .main_page_contact-r ,.main_page_contact-l{
        max-width: 100%;
        padding: 30px;
    }


}