* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

body {
    background: linear-gradient(90deg, #094f64 20%, #74db71 100%);
    font-family: 'Georgia, serif';
    /*
	background-color:#fff;
    width: 100%;
    height: 100%;
    background-position: center; /* Center the image */
    /*background-repeat: no-repeat; /* Do not repeat the image */
    /*background-size: cover; /* Resize the background image to cover the entire container *
    background: radial-gradient(circle, #8e1c9b 0%, rgba(18, 128, 231, 0.8) 100%);
	background-image: url("../img/background.jpg");
    */
}

/* navigation area start*/
.logo{
	background-image:url(img/background.jpg);
}
.navbar a{
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
}

.navbar .collapse .navbar-nav .active{
    color: #fff;
}
.navbar .collapse .navbar-nav a:hover{
    color: #fff;
}

.header-button{
    border: 1px solid #cdd1d9;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    color: #5f687b;
    padding: 10px 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.header-button:hover{
    background-color: #16DF7E;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
/* navigation area end*/

/* header area start */

.hero-h1{
    color: #000;
	font-size: 40px
}
.hero-h2{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.hero-button, .hero-button:hover{
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    padding: 10px 25px;
    margin-right: 15px;
    color: white;
    background-color: #16DF7E;
    border: 1px solid #16DF7E;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.hero-button2{
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    padding: 10px 25px;
    background: none;
    color: #fff;
    width: 140px;
    height: 36px;
    background-color: #16DF7E;
    border: 1px solid #16DF7E;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    /*border: none;*/
    display: inline-flex;
    align-items: center;
}
.watch-btn{
    font-size: 25px;
    margin-right: 5px;
    color:#fff;
}
.hero-button2:hover{
    background-color: rgb(85, 218, 96);
    color: #0d1411;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(16, 88, 9, 0.04) 0px 10px 10px -5px;
}

/* header area end */

/* card area start */

.icon{
    color: #16df7e;
    font-size: 30px;
}
.description{
    line-height: 24px;
    font-size: 15px;
}
.title{
    font-weight: 600;
    font-size: 20px;
}
.card-box:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

/* card area end */

/* about area start */

.about-h3{
    font-weight: 700;
    font-size: 32px;
    color: #000;
}
.about-icon{
    color: #16DF7E;
    font-size: 17px;
}

/* product  area start */
.section-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
    position: relative;
    z-index: 2;
    text-align: center;
}

.products {
    /*background: radial-gradient(circle, #113805 0%, rgba(18, 231, 54, 0.8) 100%);*/
    background: radial-gradient(circle, #094f64 0%, #74db71 100%);    
}

/* product  area end */

/* ============ contact section start here ============ */
.team{
    width: 100%;
    color: #fff;
    background: linear-gradient(90deg, #74db71 20%, #094f64 100%);
}

.contact {
    background: radial-gradient(circle, #094f64 0%, #74db71 100%);
}
/* ============ contact section end here ============ */


/* ============ Footer section start here ============ */
#footer {
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #094f64 20%, #74db71 100%);
    box-shadow: 0 -1px 5px #586abb;
    /* border: 2px solid var(--dark); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* font-weight: bold; */
    z-index: 1;
    color: #fff;
    border-top: 4px solid #fff;
    font-family: 'Georgia, serif';
    font-size: 10px;
}

#h4Footer {
    font-size: 18px;
    font-weight: bold;
}

#footerh6 {
    font-size: 15px;
}
/* ============ Footer section end here ============ */
