@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	width: 100%;
}
/* For tablets: */
@media only screen and (min-width: 600px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
/* For desktop: */
@media only screen and (min-width: 1000px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

body{
	font-family: verdana, geneva, sans-serif;
	background-color: #1f232d;
}
.wrapper{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	overflow: auto;
	c
	
}
.topnav {
	overflow: hidden;
	background-color: rgba(41,41,41,1.00);
	
}
.topnav a {
	float: right;
	display: block;
	background-color: rgba(41,41,41,1.00);
	color: #f2f2f2;
	text-align: center;
	padding: 25px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	transition: 0.5s;
	color: rgba(167,127,128,1.00);
}
.topnav .icon {
	display: none;
}
.box1{
background-color: rgba(41,41,41,1.00);	

}
.Logo{
	float: left;
	height: 70px;
	width: 350px;
	background-color: rgba(41,41,41,1.00);	
	
	
}
h3{
	text-align: center;
	font-size: 30px;
	margin: 0;
	padding-top: 10px;
	
}
a{
	text-decoration: none;
}
.box2{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}
.plants{
	color: white;
	font-family: 'Fontdiner Swanky', cursive;
	text-align: center;
	animation: fade 1s ease-in 1s;
}
@keyframes fade{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 5;
	}
}


.products{
	width: 20%;
	margin: 15px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	padding-top: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25);
	transition: .4s;
	background: #f2f2f2;
}
.products:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.10);
	transform: translate(0px,-8px); 
}
img{
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
p{
	text-align: center;
	color: red;
	padding-top: 0 8px;
}
h6{
	font-size: 26px;
	text-align: center;
	color: #F0F0F0;
	margin: 0px;
}
button{
	text-align: center;
	color: #A24749;
	font-size: 24px;
	width: 100%;
	padding: 15px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	
}

.img1{
	border-radius: 10px;
}
.buy-1{
	background: #2183a2;
	
}
.buy-1:hover{
	color: black;
	background-color: red;
}
button:hover{
	color: #971114;
}

@media(max-width:1000px){
	.products{
		width: 45%;
	}
}
@media(max-width:750px){
	.products{
		width: 100%;
	}
}
.box-2{
	background-color: #302C2C;
	overflow: hidden;
}
.box3{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.footer{
background:#000;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:left;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.col-50{
  padding: 0 20px;
}

label {
  margin-bottom: 10px;
  display: block;
}
input[type=text] {
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}
span.price {
  float: right;
  color: grey;
}
.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}
input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.checkbtn{
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 80%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  left: 40px;
}
.checkbtn:hover {
  background-color: #45a049;
}
