@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ramaraja&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
nav .logo img{
    width: 100px;
    height: 100px;
}
nav{
    width: 100%;
    margin-top: 10px;
      
}
.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    /* padding: 0 100px; */
    font-weight: bold;
    
    
}
.logo a{
    padding-top: 20px;
    color: white;
    text-decoration: none;
}
nav ul{
    float: right;
    /* margin-right: 20px; */
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
    text-decoration: none;font-family: 'Poppins', sans-serif;
}
/* .menus{
    display: flex;
} */

.menus  li a.active{
    transition: .5s;
    background-color: green;
    color: white !important;
    
}
.menus  li a:hover{
    background-color: #e96828c7;
    /* color: white; */
    text-decoration: none;
    color: White !important;
    border-bottom: 2px solid green;  
}
.menus button a{
    color: white;
    text-decoration: none;
}
.menus  button a:hover{
    /* background-color: #1b9bff; */
    /* color: white; */
    text-decoration: none;
    color: white;
    border-bottom: 2px solid red;
}
.order-now a{
    background-color: green;
    color: white;
}
.order-now a:hover{
    background-color: #28ae28;
    color: white !important;
}
.checkbtn{
    font-size: 30px;
    color: #e96828;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}


/* header section start  */
.header-banner{
    text-transform: capitalize;
    margin-top: 50px;
}
.header-contents{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-contents h1{
    font-size: 60px;
    color: #629d28;
    font-weight: 700;
}
.header-contents h3{
    font-size: 35px;
    color: #e96828;
}
.header-contents p{
    width: 500px;
    color: #999999;
    font-size: 18px;
}
.header-image{
    text-align: center;
    justify-content: center;
}
.header-image img{
    width: 80%;
}




/* header section end  */


/* about start  */
.about-us{
    text-transform: capitalize;
    /* margin-top: 100px; */
    /* height: 300px; */

}

.about-image{
    display: flex;
    text-align: center;
    justify-content: center;
    height: 300px;
}
.about-image img {
    width: 80%;
    height: 100%;
}
.about-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us .button {
    margin-top: 10px;
}
.about-us .button a{
    padding: 10px;
    background-color: green;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.about-us .button a:hover{
    background-color: #28ae28;
}


.about-content button a{
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.about-content h1{
    color: #629d28;
    color: #629d28;
    font-size: 30px;
    font-weight: 700;
}
.about-content p{
    width: 500px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
.about-content .button {
    margin-top: 10px;
}
.about-content .button a{
    padding: 10px;
    background-color: green;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.about-content .button a:hover{
    background-color: #28ae28;
}




/* about end  */

/* sipup section start  */
.sipup h1 {
    color: #629d28;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.sipup p{
    text-align: center;
    padding-bottom: 10px;
}
.special-products-row .sipup {
    margin-top: 15px !important;
}
.special-products-row .sipup a {
    background-color: green;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px !important;
}
/* sipup section end */

/* special products start  */
.special-product{
    text-transform: capitalize;
    margin-top: 40px;
    /* margin-bottom: 30px; */
    /* margin-bottom: 100px; */
}
.special-product h1{
    color: #629d28;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.special-products-row{
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.special-products-row .spec-image{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    height: 300px;
}
.special-products-row .spec-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.special-products-row .button a{
    background-color: green;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}
.special-products-row .button a:hover {
    background-color: #28ae28;
}
.button{
    /* display: flex;
    flex-direction: column;
    /* width: 100%; */
    /* align-items: center;
    margin-top: 20px;  */
}
.special-products-row h2{
    color: #629d28;
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
}
.special-product p{
    color: #999999;
    font-size: 16px;
}
/* .special-product img{
    width: 255px;
    height: 210px;
} */


/* special products end  */

/* health is wealth  */
.health-wealth{
    /* margin-bottom: 50px; */
    text-transform: capitalize;
}




/* product slider  */
.slider-card {
    text-transform: capitalize;
    text-align: center;
}
.card img{
    width: 100%;
    height: 200px;
}
.slider-card{
    background-color: #dddddd;
    padding: 50px;
    /* height: 480px; */
}
.product-details h1{
    color: #629d28;
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
}
.product-details p{
    color: #999999;
}


/* content banner start  */
.content-banner{
    height: 300px;
    margin-bottom: 50px;
    background-image: url(./imgs/background-image-2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
}
.content-banner h1{
    color: #9aef47;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Ramaraja', serif;
    letter-spacing: 3px;
    margin: 0px 120px -10px  120px;
}
.content-banner p{
    color: white;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 100px;
}


/* gallery style start  */
.portfolio-menu{
    text-align: center;
    
}
.underline{
    height: 3px;
    width: 200px;
    background-color: orangered;
    margin-bottom: 40px;
}
.portfolio-menu ul{
    display: inline-block;
    
    
}
.portfolio-menu ul li{
    display: inline-block;
    border: 1px solid orange;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
}
.portfolio-menu ul li:hover,.active{
    transition: .5s;
    background-color: #28ae28;
    color: white !important;
}
.portfolio-item{
    width: 100%;
    margin-left: 50px;
}
.portfolio-item .item{
    max-width: 200px;
    max-height: 200px;
    float: left;    
    margin: 0px 30px 10px 0px;

}
.portfolio-item .item img{
    width: 100%;
    height: 100%;
}


/* contact us  */
.contact-container{
    background-color: rgb(244 255 241);
    padding: 30px;
    border-radius: 20px;
}
.input{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
}

.input_label {
    color: #8597a3;
    position: absolute;
    top: 20px;
}

.input_field{
    border: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 14px;
    line-height: 35px;
    width: 350px;
    outline: 0;
    border-bottom-color: #a9a9a9;
    color: #665856;
}
.input_label{
    margin-bottom: 10px;
    color: #544e4e;
}
.contact-form h1{
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    color: #629d28;
    font-size: 30px;
}
.contact-form{
    margin: 50px 0px;
}
.contact-form .touch h2{
    text-transform: capitalize;
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
}
.contact-form .touch p{
    font-size: 17px;
    color: gray;
    text-transform: capitalize;
    padding-right: 80px;
}
.map{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.map iframe{
    width: 100%;
    height: 100%;
}


/* button CSS */
.button-4 {
  appearance: none;
  background-color: green;
  border-radius: 6px;
  border-color: transparent;
  /* box-shadow: rgba(27, 31, 35, .1) 0 1px 0; */
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 30px;
}

.button-4:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-4:hover {
  background-color: #28ae28;
}

.button-4:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-4:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-4:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}



/* footer  */
.footer-section{
    background-color: black;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-menus{
    
}
.footer-menus ul li{
    font-size: 17px;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
}
.footer-menus ul li a{
    text-decoration: none;
    color: white;
    font-size: 13px;
}
.copyright{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.copyright p{
    text-align: center;
    color: white;
    font-size: 13px;
    text-transform: capitalize;
}
.copyright a{
    color: rgb(172 172 215);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.social-media h4{
    font-size: 13px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.social-icons img{
    width: 25px;
    margin-right: 5px;
}










@media (max-width: 1200px) {

    .header-contents h1 {
        font-size: 40px;
    }
    .header-contents h3 {
        font-size: 25px;
    }
    .header-contents p {
        font-size: 15px;
    }
    .header-image img {
        width: 70%;
    }
    .about-content h1 {
        font-size: 25px;
    }
    .about-content p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .about-content .button a{
        font-size: 13px;
        padding: 6px;
    }
    .about-image {
        height: 250px;
    }
    .special-product h1 {
        margin-bottom: 10px;
    }
    .content-banner h1 {
        color: #9aef47;
        font-size: 25px;
    }
    .content-banner p {
        font-size: 15px;
    }
    .content-banner {
        height: 180px;
        margin-bottom: 20px;
    }
    .portfolio-menu {
        height: 100px;
    }
    .input_field{
        width: 250px;
    }
}


@media (max-width:992px){

    .logo {
        padding-right: 0;
        padding-left: 30px;
        }
        nav ul li a{
            font-size: 15px;
        }
}



@media (max-width:768px){
    nav{
        text-decoration: none;
    }
    .logo {
    font-size: 30px;
    padding-left: 40px;
    }
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 20px;
    }
    nav ul li a{
        font-size: 20px;
        color: white;
    }
    a:hover,a.active{
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul{
        left: 0;
    }
}






















