/* Bootstrap override */

html{
    font-size: 62.5%;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #59606b;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-40{
    padding-top: 40px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-25{
    padding-top: 25px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-90{
    padding-top: 90px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-150{
    padding-bottom: 150px;
}
.navbar-light{
    background-color: #fff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.16);
}
.navbar-light .navbar-nav .nav-link{
    color: #21242c;
    line-height: 1.714;
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 50px;
    animation-duration: 0.5s;
}
.navbar-brand{
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #08a045;
}
.buy-green{
    padding: 16px 60px;
    background-color: #08a045;
    border: 1px solid #08a045;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 25px;
    transition-duration: .6s;
}
.buy-blue{
    padding: 16px 60px;
    background-color: #0369d6;
    border: 1px solid #0369d6;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 25px;
    transition-duration: .6s;
}
.buy-green:hover{
    background-color: transparent;
    color: #08a045;
}
.buy-blue:hover{
    background-color: transparent;
    color: #0369d6;
}
.buy-now{
    padding-right: 30px;
}
.hero-bg{
    background: #e6e6e8;
    background: -webkit-linear-gradient(left, #e6e6e8 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #e6e6e8 0%, #ffffff 100%);
    background: linear-gradient(to right, #e6e6e8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e8', endColorstr='#ffffff', GradientType=1);
}
.first, .second{
    padding-top: 100px;
}
.title{
    font-size: 4.6rem;
    font-weight: 400;
    color: #21242c;
    line-height: 1.2;
    padding-top: 166px;
    padding-bottom: 25px;
}
.text-green{
    color: #08a045;
}
.subtitle{
    color: #8f97a5;
    font-weight: 400;
    padding-bottom: 58px;
}
.btn-more{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.17);
}
.signature p{
    padding-top: 150px;
    font-weight: 400;
    color: #8f97a5;
}
.signature img{
    margin-top: -20px;
}
.woman{
    z-index: -1;
}
.hero-decoration {
    margin-top: -67px;
    z-index: 10;
    background: url(../img/hero_decoration.svg);
    width: 100%;
    height: 71px;
}
.egg{
    z-index: 20;
    margin-top: -200px;
    position: absolute;
    background-repeat: no-repeat;
}
.no-egg{
   padding-top: 150px;
}
.section-heading{
    font-weight: 300;
    color: #21242c;
    font-size: 3.2rem;
    padding-bottom: 40px;
}
.section-tex{
    color: #8f97a5;
    font-weight: 400;
    font-size: 16px;
}
.benefits{
    padding-top: 50px;
}
.benefits-header{
    font-weight: 400;
    font-size: 1.8rem;
    color: #21242c;   
}
.benefits-header span{
    margin-right: 15px;
}
.fruits{
    top: -70px;
    position: absolute;
    left: 75px;
}
.card-deck{
    z-index: 20;
    padding-bottom: 130px;
    padding-top: 100px;
}
.card{
    border-radius: 4px;
    box-shadow: 0px 30px 38px 0px rgba(0, 0, 0, 0.1); 
}
.text-blue{
   color: #0369d6;
}
.border-blue{
    border-top: 4px solid #0369d6;
}

.border-green{
    border-top: 4px solid #08a045;
}
.price-list-decoration{
    background: url(../img/price-decoration.svg);
    z-index: 10;
    width: 100%;
    height: auto;
    padding-top: 30px;
    background-repeat: no-repeat;
}
.price-heading{
    font-weight: 300;
    color: #21242c;
    font-size: 2.4rem;
    padding-top: 44px;
    padding-bottom: 15px; 
}
.price{
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 45px;
}
.line{
    margin-top: 40px;
    background-color: #e3e6eb;
    margin-bottom: 45px;
}
.list-green{
    list-style-image: url(../img/check-green.png);
}
.list-blue{
    list-style-image: url(../img/check.png);
} 
.blue-item, .green-item{ 
    padding-bottom: 30px;
}
.green-text-bold{
    font-weight: 900;
    text-transform: uppercase;
    color: #08a045;
    font-size: 10px;
}
.item{
    padding: 10px;
    border-left: 3px solid #e3e6eb;
}
.img-person{
    margin-right: 22px;
    padding-bottom: 23px;
    margin-left: 25px;
}
.opinion{
    margin-left: 25px;
}
.name{
    font-weight: 400;
    color: #21242c;
    font-size: 1.8rem;
    margin-bottom: -1px;
}
.result{
    font-weight: 600;
    font-size: 1rem;
    color: #8f97a5;
}
.owl-carousel{
    padding-bottom: 130px;
}
.owl-prev, .owl-next{
    color: #08a045 !important;
    font-size: 50px !important;
}
.diet{
    padding-top: 140px;
}
.bord{
    border-top: 1px solid #e3e6eb;
}
.custm-heding{
    color: #21242c;
    font-weight: 400;
    font-size: 1.8rem;
    margin-left: 17px;
}
.avocado-list{
    list-style: none;
    margin-left: -40px;
}
.fa-circle{
    font-size: 1.2rem;
    color: #08a045;
    margin-right: 20px; 
}
.avocado-item{
    padding-bottom: 16px;
}
#accordion .card{
    box-shadow: none;
    border: none;
}
.card-header{
    background: none;
}
.oppen{
    color: #08a045;
    background: transparent;
    font-size: 1.5rem;
    text-decoration: none;
}
.img-girl{
    padding-top: 40px;
}
.card-header .collapsed{
    color: #21242c;
    font-size: 1.5rem;
    text-decoration: none;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.card-header .fa{
    margin-right: 15px;
    color: #08a045;
    font-size: 1.5rem;
    transition: .5s transform ease-in-out;
}
.card-header .collapsed .fa{
    transform: rotate(180deg);
}
#opinie{
    padding-top: 200px;
}
.food-menu{
    padding-bottom: 130px;
}
.bg-green{
    border-radius: 3px;
    background-color: rgb(8, 160, 69);
}
.food-menu-heading{
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding-left: 45px;
}
.food-menu-tekst{
    color: #feffff;
    font-size: 15px;
    padding-left: 45px;
    font-weight: 300;
    opacity: .6;
    padding-bottom: 45px;
    padding-top: 15px;
}
.food-menu-btn{
    border: 1px solid #fff;
    color: #08a045;
    font-size: 14px;
    font-weight: 500;
    padding: 25px 40px;
    border-radius: 31px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 20.16px 0.84px rgba(0, 0, 0, 0.16);
    transition-duration: .6s;
}
.food-menu-btn:hover{
    background-color: transparent;
    color: #fff;
}
.question{
    color: #21242c;
    font-size: 18px;
    font-weight: 400;
    padding-left: 23px;
    padding-top: 20px;
    border-left: 3px solid #08a045;
}
.answer{
    padding-left: 23px;
    padding-bottom: 20px;
    border-left: 3px solid #08a045;
}
footer{
    background-color: #21242c;
}
footer p{
    padding-top: 15px;
    padding-bottom: 15px;    
}

/* RWD */
.container-half.right{
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 543px) {
    .first{
        padding-top: 100px;
    }
    .title {
        font-size: 3.6rem;
        padding-top: 45px;
    }
    .signature p {
        padding-top: 100px;
    }
    .img-signature{
        padding-top: 20px;
    }
    .second img{
        padding-top: 30px;
    }
    .egg{
       display: none;
    }
    .no-egg {
        padding-top: 320px;
    }
    .mpb-100{
        padding-bottom: 100px;
    }
    .benefits{
        padding-bottom: 50px;
    }
    .fruits{
        top: -135px;
    }
    .bord{
        padding-bottom: 5px;
    }
    #opinie{
        padding-top: 110px;
    }
    .mtc, .food-menu, .right{
        text-align: center;
    }
    .food-menu-bay{
        padding-bottom: 40px;
    }
    .buy-now{
        padding-right: 0px;
    }
    .food-menu-tekst,  .food-menu-heading{
        padding-left: 0px;
    }
}
@media (max-width: 720px) {
    .container-half{
        max-width: 360px;
    }
    .title{
        font-size: 2.6rem;
        padding-top: 20px;
    }
    .signature p{
        padding-top: 20px
    }
    .img-signature{
        width: 75%;
    }
    .buy-green, .buy-blue{
        padding: 9px 44px;
    }
    .hero-decoration{
        margin-top: -33px;
    }
    .subtitle{
        padding-bottom: 20px;
    }
    .egg{
      display: none;
    }
    .no-egg{
        padding-top: 0px;
    }
    .end{
        justify-content: flex-end !important;
    }
    .food-menu-bay{
        padding-bottom: 40px;
    }
}
@media (max-width: 960px) {
    .container-half{
        max-width: 480px;
    }
    .title{
        font-size: 3.6rem;
        padding-top: 20px;
    }
    .signature p{
        padding-top: 20px
    }
    .img-signature{
        width: 75%;
    }
    .hero-decoration{
        margin-top: -10px;
    }
    .subtitle{
        padding-bottom: 20px;
    }
    .egg{
       display: none;
    }
    .no-egg{
        padding-top: 120px;
    }    
    .end{
        justify-content: flex-end !important;
    }
    .buy-green, .buy-blue{
        padding: 11px 50px;
    }
    .food-menu-bay{
        padding-bottom: 40px;
    }
}
@media (max-width: 1049px) {
    .container-half{
        max-width: 524px;
    }
    .egg{
        display: none;
    }
    .end{
        justify-content: flex-end !important;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 1.2rem;
    }
    .title{
        padding-top: 25px;
    }
    .mcenter{
        margin: 0 auto;
    }
    .subtitle{
        padding-bottom: 25px;
    }
    .signature p{
        padding-top: 20px
    }
}
@media (max-width: 1140px) {
    .container-half{
        max-width: 570px;
    }
    .end{
        justify-content: flex-end !important;
    }
    .title{
        padding-top: 45px;
    }
    .signature p{
        padding-top: 20px
    }
}
@media (max-width: 1599px) {
    .container-half{
        max-width: 570px;
    }
    .end{
        justify-content: flex-end !important;
    }
    .title{
        padding-top: 45px;
    }
    .signature p{
        padding-top: 20px
    }
}
@media (min-width: 1600px) {
    .container-half{
        max-width: 570px;
    }

}