/* #Fonts
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* #Primary
================================================== */
:root{
    --primary-color:#D03016;
    --second-color:#D0EFFF;
    --primary-white:#FAFFFC;
    --primary-black:#230F00;
    --color-gray:#DDDDDD;
    --bs-body-font-family:'Caprasimo';
    --bs-body-font-size: 1rem;
    --bs-body-color:#230F00;
}
.text-white{
    color: #FAFFFC !important;
}
h5,h4,h3,h2,h1,p,span,figure, small{ margin-bottom: 0;}

a{ text-decoration: none;}
.relativo{ position: relative;}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button-bevel;
}
:focus-visible{
    outline: none;
    outline-color: transparent;
}
:-internal-direct-focus {
    outline-color: transparent;
}
body{
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
}
.h1-headline{
    font-family: 'Caprasimo';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #230F00;
}
.h2-headline{
    font-family: 'Caprasimo';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #230F00;
}
.h5-headline{
    font-family: Kumbh Sans;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #230F00;
}
.mfont-headlime{
    color: #230F00;
    font-family: "Kumbh Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.xxl-font{
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 52px;
    color: #230F00;
}
.xl-font{
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #230F00;
}
.l-font{
    font-family: "Kumbh Sans";
    font-size: 24px;
    color: #230F00;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; 
    text-transform: uppercase;
}
.s-font{
    color: #230F00;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}
.m-font{
    font-family: "Kumbh Sans";
    font-size: 18px;
    color: #230F00;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-transform: uppercase;
}
.sr-font{
    color: #230F00;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.xs-font{
    color: #230F00;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    text-transform: uppercase;
}
.xsr-font{
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.red{color: var(--primary-color) !important;}
.bg-light-blue{ background-color: var(--second-color);}
.gap-10{gap: 10px;}
.gap-12{gap: 12px;}
.gap-24{gap: 24px;}
.gap-40{gap: 40px;}
.mt-12{margin-top: 12px;}
.mt-20{margin-top: 20px;}
.mt-40{margin-top: 40px;}
.mb-24{margin-bottom: 24px;}
.pt-8{padding-top: 8px;}
.pt-12{padding-top: 12px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pb-23{padding-bottom: 23px;}
.pb-35{padding-bottom: 35px;}
.pb-40{padding-bottom: 40px;}
.pb-49{padding-bottom: 49px;}
.w-90{width: 90%;}
.border-lb{border-radius: 0px 0px 20px 0px;}
/* #Header
================================================== */
.head-top{
    background-color: var(--primary-color);
}
.slider-top {
    background: var(--primary-color);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider-top::before, .slider-top::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    z-index: 2;
}
.slider-top::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.slider-top::before {
    left: 0;
    top: 0;
}
.slider-top .slide-track-top {
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(388px * 16);
    height: 50px;
    cursor: pointer;
}
.slider-top .slide-track-top:hover {
    animation-play-state: paused;
}
.slider-top .slide-top{
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    display: flex;
}
.slider-top .slide-top.low {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--primary-white);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.slider-top .slide-top.upper{
    color: var(--primary-white);
    text-align: center;
    font-family: "Kumbh Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 16));
    }
}
nav {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
nav.scroll-on {
    background: var(--primary-white);
}
.navbar.navbar-expand-lg{
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: var(--primary-white);
    height: 60px;
    padding: 0;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}
.navbar .container{
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand{
    padding: 0;
    margin: 0;
}
.navbar-brand img{
    max-width: 160.36px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link{
    margin-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0;
}
.navbar-expand-lg .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: end;
}
.btn-language{
    position: absolute;
    right: 33px;
}
.hover{
    transition: color .15s ease-in-out;
}
.navbar.sticky-top{
    top: 50px;
}
/* #Main
================================================== */

.banner-home{
    padding: 46px 0 35px 0;
}
.slider-infinite .slider {
    background: white;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider-infinite .slider::before, .slider-infinite .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 40px;
    position: absolute;
    width: auto;
    z-index: 2;
}
.slider-infinite .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider-infinite .slider::before {
    left: 0;
    top: 0;
}
.slider-infinite .slider .slide-track {
    animation: scroll-brands 40s linear infinite;
    display: flex;
    width: calc(116.667px * 15);
    gap: 40px;
}
.slider-infinite .slider .slide {
    height: 40px;
    width: auto;
}
.slider-infinite .slider .slide img{
    width: auto;
    height: 40px;
}
@keyframes scroll-brands {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-116.667px * 15));
   }
}
.spacing{
    padding-top: 70px;
    padding-bottom: 50px;
}
.savings .max-content{
    max-width: 297px;
}
.savings .p-savings{
    padding-top: 40px;
}
.savings .max-content .img img{
    width: 100%;
    object-fit: contain;
    height: 163px;
}
.savings .max-content .texts h5{
    padding-top: 16px;
    padding-bottom: 16px;
}
.savings .title{
    padding-bottom: 40px !important;
}
.our-impact{
    padding-top: 70px;
    padding-bottom: 112px;
}
.our-impact .stats h5{
    color: var(--primary-color);
    font-family: "Kumbh Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; 
    letter-spacing: -0.528px;
    text-transform: uppercase;
}
.our-impact .stats.second .p-rigth-16 h5{
    color: var(--primary-color);
    font-family: "Kumbh Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; 
    letter-spacing: -0.418px;
    text-transform: uppercase;
}
.our-impact .stats h5 span{
    display: block;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-color);
}
.our-impact .stats.second h5 > span{
    display: inline-block;
    text-transform: lowercase;
}
.our-impact .stats h5.up{
    margin-top: -3px;
}
.our-impact .stats p{
    color: var(--primary-black);
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}
.our-impact .stats small{
    color: var(--primary-black);
    font-family: "Kumbh Sans";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: block;
}
.our-impact .stats .second-p p{
    width: 86%;
}
.btn-red-outline a,.btn-red-outline button{
    padding: 16px 36px 18px;
    border-radius: 8px;
    border: 2px solid #D03016;
    background: #FAFFFC;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    cursor: pointer;
}
.btn-red-outline a > span,.btn-red-outline button > span{
    color: #D03016;
    text-align: center;
    font-family: "Kumbh Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-red-outline.revert a,.btn-red-outline.revert button{
    background: #D03016;
}
.btn-red-outline.revert a > span,.btn-red-outline.revert button > span{
    color: #FAFFFC;
}
.image-fixed{
    position: absolute;
    left: 0;
    max-width: 606px;
    width: 50%;
    height: 618px;
    border-radius: 0px 0px 30px 0px;
}
.image-fixed.people{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/home/our-impact.jpg);
    height: 618px;
}
.image-fixed-right{
    position: absolute;
    right: 0;
    max-width: 616px;
    width: 50%;
    border-radius: 0px 0px 0px 30px;
    top: 63%;
    transform: translateY(-50%);
}
.image-fixed-right.piece{
    position: absolute;
    right: 0;
    max-width: 709px;
    width: 50%;
    border-radius: 0px 0px 0px 30px;
    bottom: 0;
}
.image-fixed-right.laundry{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/home/laundry-happy.jpg);
    height: 426px;
}
.image-fixed-right.piece{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/home/home.png);
    height: 477px;
}
.image-fixed-right.discount{
    position: absolute;
    right: 0;
    max-width: 662px;
    width: 50%;
    border-radius: 0px 0px 0px 30px;
    transform: translateY(-50%);
    top: 50%;
}
.image-fixed-right.discount{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/home/discount.png);
    height: 378px;
}
.banner-color{
    padding-top: 94px;
    padding-bottom: 94px;
}
.product{
    padding-top: 70px;
}
.slider-products-infinite.bg-light-blue{
    margin-top: 76px;
}
.slider-products-infinite .slider {
    background: var(--second-color);
    height: 160px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
}
.slider-products-infinite .slider::before, .slider-products-infinite .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 160px;
    position: absolute;
    width: auto;
    z-index: 2;
}
.slider-products-infinite .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider-products-infinite .slider::before {
    left: 0;
    top: 0;
}
.slider-products-infinite .slider .slide-track {
    animation: scroll-products 30s linear infinite;
    display: flex;
    width: calc(130px * 16);
    gap: 30px;
    align-items: center;
}
.slider-products-infinite .slider .slide {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
}
.slider-products-infinite .slider .slide img{
    width: auto;
    height: 130px;
}
@keyframes scroll-products {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-130px * 16));
   }
}
.all-needs{
    padding-top: 70px;
    padding-bottom: 62px;
}
.all-needs .max-content {
    max-width: 297px;
}
.all-needs .content .texts{
    padding-top: 20px;
}
.all-needs .content .texts p{
    padding-top: 8px;
}
.all-needs .max-content .img img {
    width: 100%;
    object-fit: contain;
}
.banner-color.like {
    padding-top: 122px;
    padding-bottom: 122px;
}
.banner-text{
    padding-top: 67px;
    padding-bottom: 78px;
    margin-top: 70px;
}
.emblem{
    width: 100%;
    height: 112px;
    background-repeat: repeat-x;
    background-image: url(../img/main/bg-emblem.svg);
}
.product.discount{
    padding-top: 0;
    margin-top: 70px;
    margin-bottom: 92px;
}
.form-discount .form-label{
    color: var(--primary-black);
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: -0.132px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.form-discount .form-control{
    color: #787878;
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.132px;
    text-transform: uppercase;
    padding: 13px 10px 11px 17px;
    border-radius: 8px;
    border: 1px solid #230F00;
    height: 40px;
}
.form-discount .mb-3{
    margin-bottom: 24px !important;
}
.form-discount .form-control:focus {
    box-shadow: 0 0 0 2px rgb(0 0 0 / 25%);
}
.form-discount .field p {
    font-family: "Kumbh Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: var(--primary-color);
}
.btn-red-outline.btn-discount a,.btn-red-outline.btn-discount button {
    padding: 14px 20px 16px 20px;
}
.thankyou{
    padding-top: 50px;
    padding-bottom: 37px;
}
.modal_discount .modal-dialog{
    max-width: 612px;
}
.modal_discount .modal-content{
    display: initial;
    border-radius: 0px 0px 60px 0px;
    border: 0;
}
.modal_discount .modal-header{
    height: 238px;
    border-radius: 0;
    padding: 14px 19px;
}
.modal_discount .modal-header .btn-close{
    position: absolute;
    right: 24px;
    top: 18px;
    opacity: 1;
    color: #FFF;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0px 0px 60px 0px;
    --bs-btn-close-bg: none;
}
.modal_discount .modal-header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/main/popup.jpg);
    justify-content: center;
    align-items: center;
}
.modal_discount .modal-body{
    padding: 20px 53px 28px;
}
/* .modal-open{
    opacity: 0.5;
    background: #230F00;
} */
/* #Footer
================================================== */
footer{
    padding: 50px 0 30px;
}
.list-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media li > a svg{
    transition: opacity .15s ease-in-out;
    opacity: 1;
}
.copy p{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #D03016;
}
.second-row{
    padding-top: 50.49px;
    padding-bottom: 27px;
}

