:root{
    --primary:#ABBE60;
    --secondary:#856A00;
    --terninary:#7EA750F7;
    --dark:#1C3928;
    --accent:#A57400;
    --green:#6D9903;
    --black:#11110F;
    --light-black:#404040;
    --grey:#979797;
    --danger:#DB2A19;
    --grey-2:#707070;
    --grey-3:#ECECEC;
    --light-green:#F2F6E3;
    --green-2:#ABBE604A;
    --green-3:#F7FFE6;
    --green-4:#ABBE6094;
    --green-5:#ABBE6094;
    --green-6: #ABBE6085;
    --yellow: #FFFF8E;
    --violet: #A48300;
    --grey-4:#FFFFF8;
    --white:#FFFFFF;
    --h1:189px;
    --h2:68px;
    --h3:48px;
    --h4:36px;
    --h5:24px;
    --h6:20px;
    --p:18px;
    --caption:16px;
}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Pridi:wght@200;300;400;500;600;700&display=swap');
body{
    font-family: "Jost", sans-serif;
}
/** Topbar **/
.topbar{
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(to right, var(--light-green) 30%, var(--white) 30%);
}
.self-center{
    align-self: center;
}
.self-end{
    align-self: flex-end;
}
.topbar-flexbox{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: end;
}
.contact-info{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-left: 40px;
}
.contact-info .contact-icon img{
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.contact-info h5{
    font-size: var(--h6);
    color: var(--light-black);
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-info p{
    font-size: var(--h6);
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 0px;
}
/** Navbar **/
@media only screen and (min-width:800px) {
    .desktop-none{
        display: none !important;
    }
}
.navbar{
 background: var(--dark) !important;
}
.nav-link {
    color: var(--yellow) !important;
    font-size: var(--h6) !important;
    font-family: "Pridi", serif;
    letter-spacing: 0.48px;
    text-align: center;
    font-weight: 500;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
/** Banner **/
.banner {
    background: url('../assets/banner.png');
    padding-top:150px;
    padding-bottom: 150px;
    margin-top: -62px;
    background-size: 100% 100%;
}
.banner-content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.banner-content h6{
    font-size: var(--h3);
    color: var(--dark);
    font-family: "Pridi", serif;
    font-weight: 500;
}
.banner-content h1{
    font-size: var(--h1);
    color: var(--accent);
    font-weight: 600;
    margin-top: -30px;
  padding-left: 10px;
  padding-right: 10px;
}
h1,h2{
    font-family: "Pridi", serif;
}
.banner-content h2{
    font-size: var(--h2);
    color: var(--accent);
    font-weight: 500;
}
.banner-content h2 span{
    color: var(--dark);
}
.btn-primary{
    background: var(--dark) 0% 0% no-repeat padding-box !important;
    border: 1px solid var(--violet);
    border-radius: 10px;
    letter-spacing: 0.48px;
    color: var(--light-green);
    font-size: var(--h5);
    text-align: center;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/** Our Products **/
.our-products{
    padding-top:80px;
    padding-bottom: 80px;
    background: url('../assets/orders-bg.svg');
    background-size: cover;
}
.section-title{
    text-align: center;
}
.section-title .icon img{
    width: 62px;
    height: 62px;
}
.section-title h1{
    font-size: var(--h3);
    color: var(--secondary);
    letter-spacing: 1.44px;
    text-transform: uppercase;
    font-weight: 500;
}
.product-card{
    border: 2px solid var(--green-2);
  border-radius: 10px;
  margin-top: 30px;
  background: linear-gradient(to bottom,#F2F6E3,#FFFFFF);
    background-size: cover;
    padding: 30px;
    background-position: center;
    border-radius: 10px;
    margin-top:30px;
    position: relative;
}
.product-card::before{
    content: '';
    position: absolute;
    background-image: url('../assets/leafs_svg.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: -30px;
    top: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;
}
.product-card::after{
    content: '';
    position: absolute;
    background-image: url('../assets/cart_flower_bottom_bg.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0px;
    bottom: -10px;
    width: 180px;
    height: 180px;
}
.relative-position{
z-index:1;
    position: relative;
}
.product-content h1{
    font-size: var(--h4);
    color: var(--secondary);
    font-weight: 500;
}
.product-card .product-content p{
    font-size: var(--h5);
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0px;
    min-height: 160px;
}
.product-space-top{
    padding-top:30px;
}
/** Our stores **/
.our-stores{
    background: url('../assets/our-stores-bg.svg');
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: top;
}
.our-stores .section-title{
    text-align: left;
}
.store-location{
    padding-top:40px;
}
.store-location h4{
    font-size: var(--h4);
    color: var(--green);
    font-weight: 600;
    margin-bottom: 20px;
}
.store-location p{
    font-size: var(--h5);
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0px;
}
.store-seperator{
    border-bottom: 2px solid var(--green);
    padding-bottom: 40px;
}
/** Dieases **/
.diseases{
    background: url('../assets/dieases-bg.svg');
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
}
.diseases-block{
    text-align: center;
}
.diseases-block h4{
    font-size: var(--h4);
    color: var(--black);
    letter-spacing: 1.02px;
    margin-top:30px;
}
.diseases-block img{
    width: 280px;
    height: 280px;
}

/** Consultation **/
.consultation{
    padding-top:80px;
    padding-bottom: 80px;
    background: var(--grey-3);
}
.consultation-block{
    background-image: url('../assets/online-consultation-bg.svg');
    background-size: 100% 100%;
    padding: 60px;
    text-align: center;
}
.consultation-block h4{
    font-size: var(--h4);
    color: var(--secondary);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.consultation-block p{
    font-size: var(--h5);
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0px;
    min-height: 120px;
}
/** Footer **/
.footer{
    background: url('../assets/footer-bg.svg');
    padding-top:80px;
    padding-bottom: 80px;
    background-size: contain;
  background-color: #1C3928;
  background-repeat: repeat-x;
  background-position: bottom;
}
.footer-content h1 {
    font-size: 28px;
    color: var(--primary);
    font-weight: 400;
}
.footer-content p{
    font-size: var(--p);
    color: var(--grey-4);
    margin-top:20px;
    font-weight: 500;
}
.footer-content ul{
    list-style: none;
    padding-left: 0px !important;
}
.footer-content ul li a{
    font-size: var(--p);
    color: var(--grey-4);
    margin-top:20px;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
}