html, body {
    min-height: 100%;
      }

        #navbar_upper_body{
            display: flex;
            height: 100px;
            border: 1px  black;
            border-radius: 5px;
            overflow: hidden;
        }
        #navbar_logo{
            display: flex;
            height: 100%;
            width: 30%;
           
        }
        #navbar_search{
           
            width: 40%;
            
        }
        #navbar_signin{
            width: 20%;
            display: flex;
        }
        #navbar_cart{
            
            width: 20%;
            display: flex;
        }


        #nn_logo{
            border-radius: 50%;
            height: 70%;
            margin-left: 2%;
            margin-top: 3%;
        }
        #logo_name{
            margin-left: 5%;
            margin-top: 7%;
            color: rgb(52, 124, 52);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
        }
        #logo_name2{
            margin-left: 2%;
            margin-top: 7%;
            color: rgb(228, 213, 129);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        #searchbar{
            width: 90%;
            height: 25px;
            margin-left: 5%;
            margin-top: 7%;
            border: 2px solid rgb(52, 124, 52);
            border-radius: 5px;
        }
        #login_logo{
            height: 50%;
            margin-top: 8.5%;
            margin-left: 15%;
        }
        #login_title{
            margin-top: 28%;
            margin-left: 2%;
            color:rgb(52, 124, 52);
            cursor: pointer;
        }
        #login_title:hover{
            color: rgb(228, 213, 129);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        a{
            text-decoration: none;
        }
        #cart_logo{
            height: 50%;
            margin-top: 8.5%;
            margin-left: 15%;
        }
        #cart_title{
            margin-top: 14%;
            margin-left: 2%;
            color:rgb(52, 124, 52);
            cursor: pointer;
        }

        #cart_title:hover{
            color: rgb(228, 213, 129);
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        #navbar_lower_body{
            height: 40px;
            border: 1px solid black;
            display: flex;
            justify-content: space-around;
            align-items: center; 
            border-radius: 5px;
            overflow: hidden;
        }
        #navbar_lower_body>a>h3{
            cursor: pointer;
            color:rgb(52, 124, 52) ;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        #navbar_lower_body>a>h3:hover{
            color: rgb(228, 213, 129);
            font-family: 'Courier New', Courier, monospace
           
        }
        * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
  margin-top: 2%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#heading_imported{
  text-align: center;
  color: rgb(221, 132, 14);
}
#imported_plants{
  display: flex;
  
  height: 250px;
  width: 100%;
  justify-content: space-between;
}
#imported_plants>div{
 
  height: 100%;
  width: 15%;
  cursor: pointer;
  
}
#imported_plants>div>img{
  height: 80%;
  width: 80%;
  margin-left: 8%;
  margin-top: 3%;
  border-radius: 50%;
}
#imported_plants>div>p{
  text-align: center;
  color: orangered;
  font-family:cursive;
  margin-top: -1%;
}
#view_more{
  border: 1px solid black;
  height: auto;
  width: 100px;
  margin: auto;
 text-align: center;
 padding: 5px 5px 5px 5px;
 border-radius: 5px;
 color: orangered;
 cursor: pointer;
 font-family:cursive;
}
#view_more:hover{
  background-color:black;
  color: white;
}
#home_grid{
 
  height: 700px;
  width: 100%;
  display: flex;
  margin-top: 5%;
}
#grid_1outer_part{
  
  height: 100%;
  width: 60%;
  
}

#grid_1outer_part>div{
  height: 45%;
  width: 90%;
  justify-content: space-evenly;
  margin-top: 2%;
  margin-left: 5%;
}
#grid_1outer_part>div>img{
  height: 100%;
  width: 100%;
  
}
#grid_2outer_part{

  height: 100%;
  width: 40%;
}
#grid_2outer_part>div{
  height: 30%;
  width: 100%;
  margin-top: 2%;
}
#grid_2outer_part>div>img{
  height: 100%;
  width: 100%;
}
#customerName{
  color: green;
  font-family: cursive;
  margin-top: 2%;
}