@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Condiment&family=Noto+Serif+Kannada:wght@100..900&family=Rubik+Pixels&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Lato', sans-serif; */
    scroll-behavior: smooth !important;
}

body{
    width: 100vw;
    overflow-x: hidden !important;
}

.main-navbar{
    width: 95vw;
    z-index: 99;
    position: fixed;
    top: 10px;
    background: #d7f6ab !important;
    padding: 10px 0;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%) !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* 
.navbar-brand{
    font-family:"Noto Serif Kannada";
} */

.hero{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding-inline: 10%;
    /* background: url('../images/plant-herb.jpg')  center bottom/cover; */
    user-select: none !important;
    background-size: contain;
}
.hero-content{
    width: 100%;
    user-select: none !important;
    user-select: none !important;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column;
    color: rgb(227, 211, 211);  
    letter-spacing: .5rem;  
}

.hero-content h1{
    padding-top: 1rem;
    padding-top: 5rem !important;
    font-family:"Noto Serif Kannada";
    font-size: 10rem;
    user-select: none !important;
    mix-blend-mode: exclusion;
}

.hero-content h3{
    mix-blend-mode: exclusion;
    user-select: none !important;
    mix-blend-mode: exclusion;
}
.herb-image-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: absolute;
    left: 48%;
    top: 46%;
    transform: translate(-50%, -50%);
}
.herb-image{
    width:300px;
    user-select: none;
    animation: up-down 2s ease-in-out infinite;
    rotate: 15deg;
}   
.leaf-img{
    z-index: -1;
    width: 800px;
    animation: up-down 2s ease-in-out infinite;
    position: absolute;
    right: -25%;
    rotate: 20deg;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    user-select: none;
}
.leaf-img:last-child{
    z-index: -1;
    left: -25%;
    rotate: 200deg;
}

@keyframes up-down{
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(-10px);
    }
}

/* About-us */

.about-us{
    height: 100vh;
    background-color: rgb(233, 255, 208);
    padding: 30px;
}

.herbal-img{
    border-radius: 40px;
    width: 30% !important;
}




/* TABLET */
/* 
@media screen and (max-width: 768px) {
    .leaf-img{
        display: none !important;
    }
} */





/* MOBILE */



@media screen and (max-width:960px){
    body,html{
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    .hero{
        /* flex-direction: column !important; */
        width: 100vw !important;
        /* height: 100vh !important; */
        position: relative;
        overflow: hidden !important;
        
        padding: 0 !important;
        width: 100vw !important;
        margin-top: 0 !important;
    }
    .main-navbar{
        width: 100vw !important;
        left: 0 !important;
        top: 0px;
        background: hsl(121, 100%, 88%) !important;
        opacity: .8 !important;
        border-radius: 0px !important;
        transform: translateX(0%) !important;
        justify-content: space-between !important ;
        backdrop-filter: blur(10px);
    }

    .leaf-img {
        display: none !important;
        width: 70vw;
        right: -25vw;
    }

    .leaf-img:last-child {
        left: -25vw;
    }
    .navbar-brand{
        font-size: 1rem !important;
        font-weight: 800;
    }
    .hero-content h1,.hero-content h3{
        font-size: 2rem !important;
        color: white !important;
        font-weight: 800;
        mix-blend-mode: normal !important ;
    }
    


    .hero-content h1{
        font-size: 3rem !important;
    }
 .hero  .btn-outline-dark{
     border-color: white !important;
     font-weight: 800;
     background-color: rgb(255, 255, 255);
     color: black;
    }

    .hero  .btn-outline-dark:focus{
        background-color: rgb(226, 224, 224) !important;
        color: black;
    }
   
    .hero{
        width: 100vw !important;
        height: 100vh;
        margin: 0 !important;
        position: relative;
        display: flex !important;
        justify-content: center !important;
        align-items: center;

        background: url('../images/bg-hero.jpg') center center/cover ;
    }
    
  
    .herb-image{
        position: absolute;
        bottom: 0;
        rotate: 0deg;
        display: none;
        transform: translate(-50%, 0%);
    }
  
    .hero-content h3{
        width: fit-content;
        text-align: center;
        font-size: .9rem !important;
        letter-spacing: 5px;
        font-weight: 600;
        padding: 15px;
        line-height: 20px;
        text-shadow:1px 1px 5px black ;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

    .benifits-head{
        padding: 0px !important;
    }
    .benifits-card-container{
        flex-direction: column !important;
    }
}
