:root {
    --primary: #2e338e;
    --secondary: #f56425;
    --light: #FFFFFF;
    --dark: #000000;
    --lightblue: #00adef;
    --yellow: #ffaf00;
}
/* #2d2e88 */
/* #F36E21 */
body{
    background-color: var(--light);
    color: var(--primary);
    line-height: 2;
}
body, h1, h2, h3, h4, h5, .h1,.h2,.h3,.h4,.h5, .tooltip{
    font-family: "Roboto", "Prompt", sans-serif;
}
h1, h2, h3, h4, h5{
    color: var(--primary);
}
.header img{
    max-width: 200px;
    padding: 0 0 10px;
}
.header img.logo-sm{
    max-width: 100px;
}
.header img.logo-xs{
    max-width: 60px;
}
.header img.bist-logo{
    max-width: 350px;
    position: absolute;
    z-index: 99;
    right: 8%;
}
.title{
    line-height: 1;
    text-align: center;
}
.title-xl{
    font-size: 8rem;
    font-weight: 500;
}
.title-plus{
    font-size: 12rem;
    color: var(--secondary);
}
.title-pro{
    font-size: 3rem;
    color: var(--secondary);
}
.bg-footer{
    background-color: var(--primary);
}
.footer img{
    max-width: 160px;
    width: 100%;
    height: auto;
    padding: 10px;
}
#google_translate_element .goog-te-combo{
    font-family: "Roboto", "Prompt", sans-serif;
}
#google_translate_element .goog-te-gadget, #google_translate_element .VIpgJd-ZVi9od-l4eHX-hSRGPd{
    font-family: "Roboto", "Prompt", sans-serif;
    color: var(--light);
    font-weight: 400;
}
#google_translate_element img{
    width: unset;
}
.btn-social{
    border-radius: 40px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.btn-social i{
    font-size: 1.2rem;
}

.tooltip-main-text{
    position: fixed;
    bottom: 50px;
    right: 135px;
    z-index: 9999;
    background: var(--light);
    width: 150px;
    height: 50px;
    color: var(--secondary);
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    /* box-shadow: var(--secondary) 2px 3px 3px 0px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tooltip-triangle:after, .tooltip-triangle:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
}
.tooltip-triangle-right:after, .tooltip-triangle-right:before {
    right: -15px;
}
.tooltip-triangle:before {
    bottom: 15px;
}
.tooltip-triangle:before {
    border-left: 21px solid var(--light) !important;
}
.bottom-buttons{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    background: var(--secondary);
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bottom-button .tooltip{
    font-size: 1rem;
    position: absolute !important;
    top: -20px !important;
    right: 85px;
    z-index: 3 !important;
    background: var(--light);
    width: 150px;
    height: 50px;
    color: var(--secondary);
    border-radius: 25px;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.bottom-buttons i{
    font-size: 26px;
}
.call {
    bottom: 110px;
    background: var(--yellow);
}
.line {
    bottom: 170px;
    background: #11c26d;
}
.messenger{
    bottom: 230px;
    background: #247cf0;
}

.hidden-buttons{
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.show-bottom-fixed-buttons{
    opacity: 1;
    height: auto;
}
.bg-left{
    background: linear-gradient(90deg, #FFEBE0 0%, var(--light) 100%);
}
.bg-right{
    background: linear-gradient(-90deg, #FFEBE0 0%, var(--light) 100%);
}
.bg-orange{
    background-color: var(--secondary);
}
.bg-blue{
    background-color: var(--primary);
}
.bg-light-orange{
    background-color: #FFEBE0;
}
.bg-lightblue{
    background-color: var(--lightblue);
}
.slogan{
    text-align: center;
    padding: 20px;
}
.text-orange {
    color: var(--secondary);
}
.text-yellow{
    color: var(--yellow);
}
p {
    line-height: 1.5rem;
}
.title-imuneup{
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
}
.solotion-text{
    padding: 20px;
    background-color: var(--lightblue);
    color: var(--light);
}
.powder-text{
    padding: 20px;
    background-color: var(--secondary);
    color: var(--light);
}
.blue-text{
    padding: 20px;
    background-color: var(--primary);
    color: var(--light);
    /* width: fit-content; */
}
.top-text{
    padding: 10px;
    background-color: var(--yellow);
    text-align: center;
    margin: 20px;
}
.top-text h3{
    margin-bottom: 0;
}
.text-lightblue{
    color: var(--lightblue);
}
/* li {
    line-height: 1.5;
} */
.badge-img{
    max-width: 120px;
    margin: 0 20px;
}
.icon-img{
    max-width: 100px;
    width: 100%;
    float: right;
}
.fruit-img{
    max-width: 100px;
    width: 100%;
}
.percent-img{
    max-width: 80px;
    width: 100%;
    position: relative;
    left: 20px;
    top: -5px;
    display: inline-block;
    z-index: 10;
}
.research-img{
    max-width: 370px;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 20px;
}
.icon-text{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
.topic{
    padding: 8px 30px;
    background-color: var(--secondary);
    color: var(--light);
    font-weight: 300;
    width: fit-content;
    border-radius: 25px;
}
.topic-blue{
    padding: 8px 20px 8px 50px;
    background-color: var(--primary);
    color: var(--light);
    font-weight: 300;
    width: fit-content;
    border-radius: 25px;
    position: relative;
    left: -20px;
    z-index: 9;
}
.topic-benefit{
    padding: 8px 40px;
    background-color: var(--primary);
    color: var(--light);
    font-weight: 400;
    width: fit-content;
    border-radius: 25px;
    margin: 0 auto 2rem;
}
.vitamin .icon-img, .benefit .icon-img{
    max-width: 70px;
}
.fa-quote-left, .fa-quote-right {
    font-size: 1.2rem;
    vertical-align: super;
}
.card-benefit{
    max-width: 250px;
    min-height: 175px;
    margin: auto;
    font-size: 1.25rem;
    line-height: 1.2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.border-orange{
    border: 5px solid var(--secondary);
}
.border-blue{
    border: 5px solid var(--primary);
}
.circle-orange{
    width: 60px;
    height: 60px;
    background-color: var(--secondary);
    border-radius: 50%;
    position: relative;
    top: 30px;
    z-index: 99;
    left: calc(50% - 1.7em);
}
.circle-blue{
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    position: relative;
    top: 30px;
    z-index: 99;
    left: calc(50% - 1.7em);
}
.circle1{
    width: 80px;
    height: 80px;
    background-color: #303092;
    border-radius: 50%;
    position: relative;
    top: 40px;
    z-index: 99;
    left: calc(50% - 1.7em);
}
.circle1 img{
    width: 60%;
    justify-content: center !important;
    top: 20%;
    position: relative;
    left: 20%;
}
.card-benefit .card-body{
    padding: 2rem;
}
.solution-img{
    max-width: 300px;
    width: 100%;
}
.powder-img{
    max-width: 350px;
    width: 100%;
}


@media (min-width: 1400px) {

}
@media (max-width: 1024px) {
    .title h2 {
        font-size: calc(1.2rem + .9vw);
    }
    .title h4 {
        font-size: calc(1rem + .3vw);
    }
}
@media (max-width: 991px) {
    .header img.bist-logo {
        max-width: 250px;
    }
    .header img {
        max-width: 180px;
    }
    .title-xl {
        font-size: 6rem;
    }
    .title-plus {
        font-size: 9rem;
    }
    .title-pro {
        font-size: 2.2rem;
    }
    .title h2 {
        font-size: calc(1.2rem + .6vw);
    }
    .title h4 {
        font-size: calc(0.9rem + .1vw);
    }
    .card-benefit{
        min-height: 215px;
    }
    .card-benefit .card-body{
        padding: 2rem 0.5rem 0;
    }
}
@media (max-width: 768px) {
    .header img {
        max-width: 140px;
    }
    .header img.logo-sm {
        max-width: 80px;
    }
    .header img.logo-xs {
        max-width: 40px;
    }
    .header img.bist-logo {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .header img.bist-logo{
        display: none;
    }
    .header img {
        padding: 10px 0;
    }
    .title-xl {
        font-size: 4rem;
    }
    .title-plus {
        font-size: 6rem;
    }
    .title-pro {
        font-size: 1.8rem;
    }
    .title{
        padding: 10px;
    }
    div.w-75{
        width: 100%!important;;
    }
    img.w-50{
        width: 75%!important;
    }
    .card-benefit{
        min-height: 160px;
    }
    .tooltip-main-text{
        right: 115px;
        bottom: 30px;
    }
    .bottom-buttons{
        right: 35px;
        bottom: 30px;
    }
    .messenger {
        bottom: 215px;
    }
    .call {
        bottom: 95px;
    }
    .line {
        bottom: 155px;
    }
    .badge-img{
        max-width: 100px;
    }
    .box-benefit{
        margin-top: -30px;
    }
    .badge-img{
        margin: 20px 10px 0;
    }
}
@media (max-width: 576px) {
    .card-benefit {
        min-height: unset;
    }
    .card-benefit .card-body {
        padding: 2rem 0.5rem 1rem;
    }
    .fruit-img {
        max-width: 90px;
    }
    .title-imuneup {
        font-size: 3rem;
    }
}
@media (max-width: 425px) {
    .header img {
        max-width: 120px;
    }
    .header img.logo-sm {
        max-width: 70px;
    }
    .title-xl {
        font-size: 3.5rem;
    }
    .title-plus {
        font-size: 4rem;
    }
    .title-pro {
        font-size: 1.3rem;
    }
    .title h2 {
        font-size: 1.2rem;
    }
    
}
@media (max-width: 375px) {
   
}