body{
    font-family: poppins !important;
}
.navbar-light .navbar-toggler span.navbar-toggler-icon {
    filter: invert(10);
}
section.banner-topbg {
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding-top: 25px;
    position: relative;
}
section.banner-topbg:after {
    content: '';
    width: 220px;
    height: 220px;
    background-image: url(../img/patti.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -75px;
}
.header-nav-bg {
    justify-content: end;
    flex-direction: column;
    align-items: end;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    text-shadow: 2px 2px 4px  black;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #E52550;
}
.nav-d-custom {
    column-gap: 40px;
}
.banner-toptext {
    position: relative;
    display: block;
    height: 86vh;
    width: 100%;
}
.image-text {
    max-width: 573px;
    width: 100%;
    /* transform: translateY(50%); */
    left: 0;
    position: absolute;
    min-height: 245px;
    top: 38%;
}
.image-text h1 {
    font-family: Poppins;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 2px #0000004D;
    margin-bottom: 30px;
}
button.seemore-btn {
    background: #E52550;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 38px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    transition: 200ms ease-in 0s;
}
button.seemore-btn:hover {
    background: #76AF2C;
}
section.banner-topbg:after {
    content: '';
    width: 181px;
    height: 182px;
    background-image: url(../img/patti.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -65px;
    z-index: 999;
    background-repeat: no-repeat;
}

/* About section  */

section.about-section {
    min-height: 310px;
    padding-top: 80px;
}

.about-text {
    text-align: center;
}

.about-text h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
}

.about-text p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
}
section.about-section:before {
    content: '';
    background-image: url(../img/about-banner.png);
    width: 100%;
    height: 692px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}
section.about-section {
    min-height: 845px;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 90px;
    position: relative;
}
section.about-section:after {
    content: '';
    width: 130px;
    height: 130px;
    background-image: url(../img/3-1.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -75px;
    background-repeat: no-repeat;
}

/* Product-section */
section.product-section {
    position: relative;
    background:#ECECEC;

}
.tooltip-type {
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    display: none;
    position: absolute;
    z-index: 9;
    top: 78%;
}
section.product-section:before {
    content: '';
    width: 90px;
    height: 130px;
    background-image: url(../img/patti.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -75px;
    background-repeat: no-repeat;
    z-index: 9;
}
.tab-d-product .nav-link.active, .tab-d-product .nav-link:hover {
    background-color: unset;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    border-bottom: 4px solid #e52550;
    border-radius: 0;
}

.tab-d-product .nav-link {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
.img-product {
    position: relative;
    text-align: center;
}
.img-product h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
.img-product img.img-scale {
    position: absolute;
    left: 0;
    transform: scale(0);
    transition: 200ms ease-in 0s;
    z-index: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.img-product > img {
    position: relative;
    z-index: 1;
}
.img-product:hover img.img-scale {
    transform: scale(1);
}
.row.product-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-product h2 {
    margin-top: 12px;
}
.row.button-distribution {
    text-align: center;
}

/* Contact-section  */
section.contact-section {
    background-image: url(../img/contact-bg.png);
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
   z-index:0;
}


section.contact-section:before {
    content: '';
    width: 90px;
    height: 130px;
    background-image: url(../img/4-2.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -75px;
    background-repeat: no-repeat;
}
section.contact-section .about-text h1, section.contact-section .about-text p {
    color: #fff;
}
.about-form form input, .about-form form textarea {
    box-shadow: 3px 3px 4px 0px #FE5D634D inset;
    padding-left: 53px;
    position: relative;
}

.about-form form input {
    border-radius: 50px;
}

.about-form form textarea {
    border-radius: 20px;
}
.about-form form input::placeholder, .about-form form textarea::placeholder {
    color: #e52550;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

button.form-send {
    border: 2px solid #FE7F82;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 8px;
    background: #e52550;
    color: #fff;
    transition: 200ms ease-in 0s;
}

button.form-send:hover {
    background: #76AF2C;
}
.about-form label.form-label {
    position: relative;
}

.about-form label.form-label img {
    position: absolute;
    top: 25px;
    z-index: 9;
    left: 20px;
}
/* Footer  */
footer {
    background: #76AF2C;
    padding-top: 80px;
    padding-bottom: 0px;
}

.text-footer p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}
.row.footer-row-1 {
    justify-content: space-between;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 14px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.text-footer a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.row.follow-link {
    margin-top: 40px;
}
.socialbg {
    display: flex;
    column-gap: 12px;
}

.socialbg img {
    width: 20px;
}
.row.follow-link h6{
    font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #fff;
}
.footer-menu-2 {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
}

.footer-menu-2 ul {
    text-align: right;
}

.footer-menu-2 ul li {
    list-style: none;
}

.footer-menu-2 ul li a {
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
hr{
    color: #fff;
}
.copyright-left p, .copyright-right p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.copyright-right p {
    text-align: right;
}

.copyright-right p img {
    margin-left: 10px;
    width: 43px;
}

/* dtributors */
.banner-topbg-distributor {
    min-height: 82vh;
    background-image: url(../img/ditributors.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
button.seemore-btn:hover {
    background: #76AF2C;
}
.row.map-row {
    justify-content: center;
    padding: 65px 0;
}
.map-inner {
    position: relative;
}
.location{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}
.location img{
    margin-top: 20px;
    margin-right: 5px;
}
.brazil-location {
    position: absolute;
    top: 21%;
    right: 12%;
}
.maxico-location {
    position: absolute;
    bottom: 52%;
    left: 53%;
    right: auto;
    margin: 0 auto;
    display: block;
}
.eeuu-location {
    position: absolute;
    top: 5%;
    left: 35%;
}

.ecuador-location {
    position: absolute;
    left: 17%;
    top: 20%;
}
.tool-tip-d {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-top: 12px;
    box-shadow: 1px 2px 3px #f7f7f7;
    display: none;
    position: absolute;
    width: 235px;
    z-index:1;

}

.tool-tip-d h5 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.tool-tip-d p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2px;
}
.brazil-location:hover .tool-tip-d, .maxico-location:hover .tool-tip-d, .eeuu-location:hover .tool-tip-d, .ecuador-location:hover .tool-tip-d {
    display: block;
}
.cherie-app .img-product img.img-scale {

    bottom: 40px;
}
/* Ourhistory */


.origins-row h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    /* text-align: center; */
    position: relative;
}

.origins-row p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    text-align: left;
    color: #292929;
}

.origins-row h3:before {
    content: '';
    background-image: url(../img/head.png);
    background-size: 100%;
    width: 55px;
    height: 51px;
    position: absolute;
    left: -58px;
    top: -9px;
    background-repeat: no-repeat;
}
.banner-texthistory {
    position: relative;
    align-items: center;
    justify-content: center;
    height: 69vh;
    text-align: center;
    vertical-align: middle;
    display: flex;
}

.banner-texthistory p {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #00000040;
}
section.origins-section, .origins-section-2  {
    position: relative;
}
section.origins-section:after {
    content: '';
    width: 190px;
    height: 250px;
    background-image: url(../img/afterb.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 40px;
    background-position: bottom;
    bottom: 0;
    /* margin: 0 auto; */
}
section.origins-section-2:before {
    content: '';
    width: 190px;
    height: 250px;
    background-image: url(../img/afterb.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 40px;
    background-position: bottom;
    bottom: 0;
    /* margin: 0 auto; */
    transform: scaleX(-1);
}
.origins-section-2 .row.origins-row {
    flex-direction: row-reverse;
}

.origins-section-2 .origins, .origins-section-2 .origins p {
    text-align: right;
}

.origins-section-2 .origins h3:before {
    content: '';
    right: -56px;
    position: absolute;
    left: auto;
    transform: scaleX(-1);
}
.map-innernew img {
    width: 100%;
}
.map-innernew-mobile{
    display: none;
}
@media (max-width:1024px){
    /* .origins-section-2 .origins, .origins-section-2 .origins p{
        text-align: ;
    } */
    .origins-section-2 .origins h3:before{
        right: 0;
    }
   
    .origins-section-2 .origins h3 {
        padding-right: 55px;
    }
    
    .origins-row h3:before {
        left: 0;
    }
    
    .origins-row h3 {
        padding-left: 50px;
    }
}
@media (max-width:768px){
    .language-switcher {
        margin-top: 35px;
    }
    .image-text h1 {
        font-size: 50px;
    }
    .banner-topbg-distributor{
        background-position: center;
    }
}
@media (max-width:575px){
    .image-text h1 {
        font-size: 38px;
        line-height: normal;
        padding: 12px;
    }
    .button.seemore-btn{
        padding-left: 10px;
    }
    .footer-menu ul {
        justify-content: left;
        margin-top: 21px;
        column-gap: 0;
        flex-direction: column;
        text-align: left;
        align-items: baseline;
        padding-left: 0;
        row-gap: 8px;
    }
    
    .footer-menu ul li {
        /* text-align: left; */
        /* display: block; */
    }
    
    .footer-menu-2 {
        justify-content: flex-start;
        margin-top: 18px;
    }
    
    .footer-menu-2 ul {
        text-align: left;
        padding-left: 0;
    }
    .row.follow-link {
        margin-top: 0;
    }
    .copyright-right p {
        text-align: left;
    }
    section.about-section {
        min-height: 890px;
        padding-top: 80px;
        background-position: 66% 68%;
        padding-bottom: 90px;
        position: relative;
    }
    .row.product-row {
        row-gap: 25px;
    }
   .image-text {
    top: 30%;
}
    button.seemore-btn {
        margin-left: 10px;
    }
    .location img {
        margin-top: 8px;
        width: 14px;
    }
    .location {
        font-size: 12px;
    }
    .about-text h1 {
        font-size: 28px;
        line-height: 50px;
    }
    .origins-section-2 .origins, .origins-section-2 .origins p {
        text-align: left;
    }
    .origins-section-2 .origins h3:before {
  
        left: 0;
    }
    section.origins-section:after {
        content: '';
        width: 100px;
        height: 106px;
        right: 0;
        top: 0;
        bottom: 0;
    }
    section.origins-section-2:before {
        content: '';
        width: 74px;
        height: 86px;
        left: 0;
        top: -32px;
        bottom: 0;
    }
    .banner-texthistory p {
        font-size: 20px;
        line-height: 37px;
        text-shadow: 2px 2px 4px #000000;
    }
    .map-innernew{
        display: none;
    }
    .map-innernew-mobile{
        display: block;
        position: relative;
    }
    .map-innernew-mobile img{
        width: 100%;
    }
    .map-innernew-mobile:before {
        content: '';
        width: 120px;
        height: 140px;
        background-repeat: no-repeat;
        background-image: url(../img/mobilebottom-after.png);
        background-position: center;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .map-innernew-mobile:after {
        content: '';
        width: 91px;
        height: 70px;
        background-repeat: no-repeat;
        background-image: url(../img/mobiletop-after.png);
        background-position: center;
        background-size: 100%;
        right: 0;
        top: 0;
        position: absolute;
    }

}

.tab-d-product {
    align-items: center;
    justify-content: center;
    text-align:center;
}

.tab-d-product li {
    width: max-content;
    max-width: max-content;
    display: inline-flex;
}

/* Language css */
#content {
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }
  #content:not(.en) [data-lang=en],  #content:not(.es) [data-lang=es] {
    display: none;
  }
  #content.en [data-lang=en], #content.es [data-lang=es] {
    display: block;
  }
  
  h1 {
    font-family: "Playfair Display", "Noto Sans", Arial, sans-serif;
    font-weight: 900;
    font-size: var(--h1);
    line-height: calc(var(--h1) * 1.2);
  }
  
  h2 {
    font-size: var(--h2);
    line-height: calc(var(--h2) * 1.2);
  }
  
  h3 {
    font-size: var(--h3);
    line-height: calc(var(--h3) * 1.3);
  }
  
  h4 {
    font-size: var(--h4);
    line-height: calc(var(--h4) * 1.3);
  }
  
  h5 {
    font-size: var(--h5);
    line-height: calc(var(--h5) * 1.4);
  }
  
  h6 {
    font-size: var(--h6);
    line-height: calc(var(--h6) * 1.5);
  }
  
  .main-header {
    background-color: #3498DB;
    color: #FFFFFF;
    height: 56px;
    display: flex;
    padding: 0 2rem;
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
  }
  .main-header h1 {
    font-size: 1.25rem;
    line-height: 1.35;
    font-family: "Noto Sans", Arial, sans-serif;
  }
  .main-header .switch {
    margin-left: auto;
  }
  
  .switch {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .current {
    text-transform: uppercase;
    height: 42px;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-align: center;
    line-height: 42px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-out;
    border-radius: 3px;
    padding: 0 0.2em 0 0.7em;
  }
  .current span {
    display: inline-block;
    line-height: 1;
    padding: 0.7em 0.2em 0 0;
  }
  .current .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .current:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .options {
    position: relative;
    transition: all 0.36s ease-out;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
  .switch.show-options .options {
    display: block;
    z-index: 5;
  }
  .switch.anim-options .options {
    opacity: 1;
  }
  .switch.show-shadow .options {
    box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
  }
  
  .options-list {
    color: #313436;
    margin: 0;
    padding: 5px 11px;
    position: relative;
    z-index: 5;
    display: flex;
}
  .options-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 10px;
    transform: translateX(10px);
    transition: all 0.24s ease-out;
    transition-delay: 0.1s;
    opacity: 1;
    line-height: 1.3;
    white-space: nowrap;
    display: block !important;
  }
  .options-list li:last-child {
    border-bottom: none;
  }
  .options-list li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .options-list li:nth-child(2) {
    transition-delay: 0.15s;
  }
  .options-list li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .options-list li:nth-child(4) {
    transition-delay: 0.25s;
  }
  .options-list li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .options-list li.selected {
    color: #3498DB;
  }
  .switch.anim-options .options-list li {
    transform: translateX(0);
    opacity: 1;
  }
  
  #trans-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -80px;
    right: -80px;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-out;
    transform: scale(0.5);
    overflow: hidden;
  }
  #trans-circle svg {
    max-width: 100%;
    max-height: 100%;
  }
  
  .switch.anim-options #trans-circle {
    transform: scale(9);
  }
  td.red-colr {
    color: #e52550;
}
td.green-colr {
    color: #76af2c;
}
.table-d th, .table-d td {
    text-align: center;
}

.table-d th {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
}

.table-d td:first-child {
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
text-align: right;

}
section.fruit-availablity h1 {
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

section.fruit-availablity {
    padding: 80px 0;
    position: relative;
}
section.fruit-availablity:after {
    content: '';
    background-image: url(../img/3-1.png);
    background-size: 100%;
    width: 90px;
    height: 76px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -32px;
    z-index: 1;
}