﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&family=Dancing+Script:wght@400;500;700&family=EB+Garamond&family=Edu+QLD+Beginner:wght@600&family=Edu+TAS+Beginner:wght@400;500&family=Mouse+Memoirs&family=Playfair+Display&family=Roboto:wght@300;400&family=Uchen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&family=Dancing+Script:wght@400;500;700&family=EB+Garamond&family=Edu+QLD+Beginner:wght@600&family=Edu+TAS+Beginner:wght@400;500&family=Mochiy+Pop+One&family=Mouse+Memoirs&family=Playfair+Display&family=Roboto:wght@300;400&family=Uchen&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&family=Dancing+Script:wght@400;500;700&family=EB+Garamond&family=Edu+QLD+Beginner:wght@600&family=Edu+TAS+Beginner:wght@400;500&family=Mochiy+Pop+One&family=Mouse+Memoirs&family=Playfair+Display&family=Roboto:wght@300;400&family=Square+Peg&family=Uchen&family=Yanone+Kaffeesatz&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive;
    background-color: aliceblue;
}

.header_index {
    width: 100%;
    height: 100vh;
    /*background: linear-gradient(57deg, #00c6a7, #035e1e);*/
    /*background-image: url('../images/photo.jpg');
    background-repeat:no-repeat;
    background-size:cover;*/
    background:#c7d5d2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}

.main_navbar{
    float:right;
}

#menu a {
    color: #fff;
    background: linear-gradient(57deg, #00c6a7, #035e1e);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}
    #menu a:hover {
        background: linear-gradient(57deg, #035e1e, #00c6a7);
        clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    }
/*marquee*/
#marquee {
    color: goldenrod;
}
    #marquee:hover {
        transform: rotate(-1deg);
    }
/*discound section header 
*/.dicount {
    opacity: 0.7;
    background-image: url('../images/discount.jpg');
    margin-top: 60px;
    background-repeat: no-repeat;
    width: 100%;
    height:100%;
  
}
    .dicount :hover {
        transform: rotate(-10deg);
    }

  .dicount h3 {
        color: #000000;
        text-align:justify;
        font-size:2rem; 
    }

    .dicount p {
        color: #e51717;
        font-size: 2rem;
        text-align: justify;
        font-family: ui-monospace;
        font-weight: 500;
    }
/*discound section header
*/
.left {
    width: 45%;
    height: auto;
}

.left img{
    width:80%;
    height:auto;
   /* position:relative;*/
}
.plant {
    color:#025e0d;
}
.planter{
    
}
.right {
    width: 55%;
    height: AUTO;
    font-size: 53px;
    font-weight: bold;
    margin-top: 0px;
    /*display:flex;*/
    display: inline-block;
}
    .right h3 {
        color: #fff;
        font-size: 50px;
        font-weight:bold;
        margin-top: 80px;
    }
    .right p {
        color: #fff;
        font-size: 20px;
        font-style: italic;
    }
/*Offers slider*/
#offer {
    background-image: url('../images/discount.jpe');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ofer_coupon{

}
#carousel {
    width:100%;
}
    #carousel img {
        width:100%;
        height: 700px;
    }

#looking_for {
    width: 100%;
}
/*----------plantcard section-----*/
#new_arrival {
    width: 100%;
    padding:50px;
}
#new_arrival img{
    width: 100%;
    height:300px;

}

.plantcard {
    width: 100%;
    height: 400px;
    box-shadow: 5px 5px 5px 5px rgba(235, 235, 235, 1.0);
}
    .plantcard:hover {

        transition: ease-in-out;
        transition-duration:1s,1s,1s,1s,1s,1s;
        opacity: 0.4;
        border: 2px groove #196902;
    }


.aboutus{
    font-weight: Bold;
    color: #196902;
    padding-bottom:35px;
    margin-top:40px;
}
.aboutus:hover {
    font-weight: Bold;
    color: goldenrod;
}

.plant-img{
    width:100%;
    height:auto;
}
.about-section {
    width: 100%;
    height: auto;
}
.services {
    height: auto;
    width: 100%;
    background-color: #d7eadd;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}
#subscribe_now {
    width: 100%;
    padding-top: 77px;
}
.subscribe_now {
    /*background-image: url('../images/pexels-lisa-1301856.jpg');*/
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/pexels-lisa-1301856.jpg');
    height: 400px;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
}
    .subscribe_now p {
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-family: 'Dancing Script', cursive;
        margin: -30px;
    }
    .subscribe_now h2 {
        margin-top:50px;
        color: #fff;
        text-align: center;
       /* text-emphasis-style:circle;*/
        text-transform: uppercase;
        font-size: 40px;
        font-family: 'Mochiy Pop One', sans-serif;
    }
    .subscribe_now a {
        margin-top: 50px;
        margin-left: 40%;
        background-color: #196902;
        color: #fff;
        font-size: 20px;
        font-weight: 200;
        font-family: 'Dancing Script', cursive;
    }
.mission {
    height: auto;
    width: 100%;
    background-color: #e9f3ed;
   
    box-sizing: border-box;
    margin-top: 5%;
    padding: 30px;
 
}
.blog{
    width:100%;
    height:auto;
}
.subscribe {
    width: 100%;
    height: auto;
}
#plant-gift {
    width: 100%;
    height: auto;  
}
#plant-gift img{
    width: 100%;
    height: 450px;
}

#iteam {
    align-items: center;
}
#cards {
    /*background-image: url('../images/blogback.jpg');
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;*/
   
    background-image: linear-gradient(360deg,#57bc90 ,#e9f3ed,#fff);
}

/*testimonial*/
.testimonial {
    width: 300px;
    height: 300px;
}
/* end testimonial*/
.foot-bg {
    background-image: url('../images/footer1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jump_downp {
    border: thin;
    border-radius: 1px;
    color: #000;
    float:right;
    font-size:large;
    margin-right:30px;
}
.jump_up {
    border: thin;
    color: black;
    border-radius: 1px;
    color: #fff;
    float: right;
    font-size: large;
}
.adjust_image {
    width: 432px;
    height: auto;
}
/*form about page*/
.about_background {
    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    background-image: url('../images/aboutbg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


/*for show  page*/
.shophead {
    background-image: url('../images/istockphoto-1165099864-612x612.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
#topnav_bar{
  
}

.shop-function {
}
#home{
    color:#000;
    text-decoration:none;
}
#home:hover{
    color:#196902;
}
/*deal of the day*/
.deal {
    background-color: #b12704;
     box-sizing: border-box;
     font-size:12px;
     color:#fff;
}
#deal:hover {
    background-color:#fff;
    color:#b12704;
}
.contact_img{
    width:100%;
    height:auto;
}
/*  for Contact page*/
/*slider*/
.contact-slider{
    height: 500px;
}
.topnav_bar_contact{
    position:absolute;
    margin-top:0px;
}
.contacthead {
    background-image: url('../images/contct bag.jpeg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
}


.adjust_discount {
    margin-top: 0px;
}
/*media*/
@media screen and (max-width: 425px) {
    .adjust_image {
        width: 177px;
        height: 69%;
    }

    .adjust_font {
        font-weight: bold;
        margin-top: -53px;
    }
    .right h3 {
        font-size: 32px;
    }
    .right p {
        font-size: 15px;
    }
    .adjust_button {
        margin-top: -81px;
    }
    .adjust_discount {
        margin-top: -110px;
    }
    .dicount {
        height: 53%;
    }
}
#toparea{
   width:100%;
   background-color:#000;
   text-align:center;
}
#toparea span{
    color:#ffD100;
    font-size:14px;
    font-weight:400;
    letter-spacing:0.1rem;
}
#headernav {
    background-color: #79a206;
}
#headimg{
    height:600px;
}
/*#bgcorls {
    background-image: url('../images/back.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}*/
#experience_section{
    width:100%;
    height:auto;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../images/Flower-garden.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}
    #experience_section h2 {
        color: goldenrod;
        padding: 60px;
        font-size: 45px;
    }
    #experience_section h2:hover {
        color: #196902;
    
    }
    #experience_section p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: justify;
    }
    #experience_section button {
        margin-left: 100px;
        margin-left: 400px;
    }
 
/*......................media query............................. */
@media screen and (max-width:425px) {
    #carousel img {
        height: 300px;
    }

    .subscribe_now a {
        margin-top: 34px;
        margin-left: 19%;
        font-size: 23px;
        font-weight: 400;
    }

    .subscribe_now p {
        margin: -30px;
    }

    #experience_section h2 {
        padding: 25px;
        font-size: 28px;
    }

    #experience_section p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

    #experience_section button {
        margin-top: 63px;
        margin-left: 106px;
    }

    #new_arrival img {
       
       width: 78%;
       height: 200px;

    }
}


   