@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
	scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
}

a{
    cursor: pointer;
}

button{
    cursor: pointer;
}

img{max-width: 100%;}

ul{
    margin-left: 0;
}

li{
    list-style: none;
}

.navbar{
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container{
    max-width: 1600px;
}

.navbar-brand
{
    margin-right: 0 !important;
}
.navbar .btn{
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 8px 15px 8px 15px;
    color: #71b85f;
    fill: #71b85f;
    font-size: 18px;
    font-weight: 400;
}

.navbar .btn:hover{
    background: #71b85f;
    color: #fff;
    border-color: #71b85f;
}

.navbar .dropdown-menu{
    background-color: #71b85f !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.navbar .dropdown-menu li a{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    padding: 10px 20px;
}

.navbar .dropdown-menu li a:hover{
background-color: #d6d6d6;
}

.bannerGreen{
    background-color: #71b85f;
    padding: 20px 0;
}
.bannerImg img{
    max-width: 100%;
}

.bannerGreen .carousel-caption{
    position: relative;
    color: #fff;
    text-align: left;
    left: 0;
}

.subtext {
    position: absolute;
    text-align: center;
    top: 0;
    left: -35px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    background-color: #FFEE58;
    width: 46px;
    height: 46px;
    line-height: 46px;
    box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10em;
}

.bannerGreen .carousel-caption h5{
    font-size: 30px;
}

.bannerGreen .carousel-caption h3{
    font-size: 59px;
    font-weight: bold;
}

.bannerGreen .btn.downApp{
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #fff;
    background-color: #71b85f;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 30px;
    margin-top: 50px;
}

.bannerGreen .btn.downApp:hover{
    color: #fff;
}

.bannerGreen .milestone{
    color: #231F20;
    margin-top: 40px;
}

.bannerGreen .milestone strong{
    color: #231F20;
    font-size: 24px;
    font-weight: bold;
}

.bannerGreen .btn.downApp span{
    white-space: no-wrap;
} 

.bannerGreen .btn.downApp svg{
    width: 40px;
}


.cardGreen{
    background-color: #71b85f;
    border-radius: 20px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    height: 100%;
}

.cardGreen .secondImg{
    margin: 10px 0 -19px 0;
}

.cardGreen .thirdImg{
    margin: 9px 0 -30px 0px;
}

.cardGreen .caption{
    
}

.cardGreen a.moreArrw{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #262628;
    line-height: 40px;
    margin-top: 10px;
}

a.moreArrw svg{
    width: 24px;
}

.mainHead{
    color: #231F20;
    font-weight: bold;
    font-size: 40px;
}

.foodPackage{
    background-color: rgb(239 250 190 / 35%);
    padding: 20px 40px;
    border-radius: 20px;
}

.foodPackage h4{
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
}


.bannerAdd{
    background-color: #71b85f;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.downloadApp{
    background-color: rgb(239 250 190);
    margin-top: 100px;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 0;
}

.downloadApp .mockup{
    margin: -30px 0;
}

footer{
    background-color: #231F20;
    padding: 50px 0;
    color: #fff;
    margin-top: 100px;
    margin-bottom: -40px;
}

footer a{
    color: #fff;
}

footer h5{
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: block;
}

a.social{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    color: #71b85f;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

a.social:hover{
    background-color: #71b85f;
    color: #fff;
}

ul.quicklinks li{
    margin-top: 5px;
}

ul.quicklinks a{
    text-decoration: none;
}

ul.quicklinks a:hover{
    color: #fff;
}

.copyright{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    color: #231F20;
}

.copyright a{
    color: #231F20;
    text-decoration: none;
}

.copyright a:hover{
    color: #231F20;
}

.top {
    --offset: 100px; /* control when the button appear */    
    position: sticky;
    bottom: 20px;   
    left: 100%;   
    margin-right: 10px; 
    place-self: end;
  
    width: 30px;
    aspect-ratio: 1;
    background: #71b85f;
    border-radius: 3px;
    font-size: 0;
    display: inline-block;
  }
  .top:before {
    content: "";
    position: absolute;
    inset: 36%;
    transform: translateY(20%) rotate(-45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  /*SideMenu start*/
  #sidebarMenu {
    position: fixed;
    right: 30px;
    top: 30px;
    border-radius: 10px;
    width: 500px;
    max-width: 85%;
    transform: translateX(550px);
    transition: transform 250ms ease-in-out;
    background: url(../images/sidemenu.png) no-repeat right bottom;
    background-size: auto 90%;
    background-color: #fff;
    padding: 60px 50px;
    z-index: 1000;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    padding: 10px 0;
}
.sidebarMenuInner li a{
    font-size: 25px;
    font-weight: 700;
    color: #231F20;
    fill: #231F20;
    text-decoration:none ;
}

#sidebarMenu a.social{
  color: #ED3825;
}

#sidebarMenu a.social:hover {
    background-color: #ED3825;
    color: #fff;
}

#sidebarMenu  .sidebarIconToggle{
    float: right;
    margin: -40px -20px 0 0;
    font-weight: bold;
    font-size: 18px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    cursor: pointer;
}

#openSidebarMenu.active ~ .sidebarIconToggle:after,
#openSidebarMenu:checked ~ .sidebarIconToggle:after {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1) !important;
}
.sidebarIconToggle:after {
    opacity: 0;
    top: 0;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "" !important;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
    z-index: 11;
  }
/*SIdemenu End*/

@media screen and (max-width: 992px) {
.downloadApp .mockup{
    max-width: 80%;
}
.mainHead{
    line-height: 40px;
}

.downloadApp{
margin-top: 50px;
}

.downloadApp .mockup{
    margin:  0 0;
}
.cardGreen{
    padding: 20px;
}

}
@media screen and (max-width: 600px) {
.bannerGreen .carousel-caption{
    text-align: center;
}

.subtext{
    left: 0;
}

.cardGreen{
    text-align: center;
    flex-direction: column;
}

.cardGreen img{
    max-width: 150px;
}
.cardGreen .thirdImg{
    margin:  10px 0 ;
}

.cardGreen .secondImg{
    margin:  10px 0 ;
}
.copyright{
    text-align: center;
}
.bannerGreen .milestone{
    justify-content: center;
}

.navbar .container{
    justify-content: center !important;
}

footer{
    padding-bottom: 30px;
}

.bannerGreen .btn.downApp{
    margin:  0 auto;
}

}