/* ---------- HEADER ---------- */
@media (max-width: 1310px) {
    header {
        width: 95vw;
        margin: 0;
        padding-right: 0;
        padding-left: 70px;
    }
}

header #nav-toggle-button {
    color: #282828;
}

header nav ul li {
    color: #282828;
    font-weight: 400;
    font-size: 1.3em;
    /*letter-spacing: 0.6em;*/
}

header nav ul li:nth-child(6) {
    color: #7850e4;
}

/* ---------- FOOTER ---------- */
footer .improving {
    background-color: #7850e4;
}

footer .improving .improving-content h2 {
    color: #fff;
}

footer .improving .improving-content .button {
    background-color: #fff;
    color: #7850e4;
}

footer .improving .improving-content .button:hover{
      background-color:#39dfb4;
      color:#fff;
}

/* ---------- PRODUCT-NAV ---------- */
#product-nav {
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 50px;
    box-shadow: 0px 0px 17px 0px #ededed;
}

#product-nav #product-nav-content {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

@media (max-width: 850px) {
    #product-nav #product-nav-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 30px;
    }
}

#product-nav #product-nav-content .product {
    display: flex;
    flex-direction: column;
}

@media (max-width: 850px) {
    #product-nav #product-nav-content .product {
        align-items: center;
    }
}

#product-nav #product-nav-content .product img:hover {
    transform: translateY(-2px);
}

#product-nav #product-nav-content .product p {
    text-align: center;
}

/* ---------- MAIN ---------- */
#main {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(../img/background-shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#main #main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main #main-content p {
    margin-top: 30px;
}

#main #main-content img {
    margin-bottom: 30px;
    width: 72px;
}

#main #main-content #desc {
    text-align: center;
    width: 430px;
}

@media (max-width: 450px) {
    #main #main-content #desc {
        width: 95vw;
    }
}

#main #main-content #buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 530px) {
    #main #main-content #buttons {
        flex-direction: column;
    }
}

#main #main-content #buttons #readmore {
    border: 1px solid black;
    margin-right: 20px;
}

@media (max-width: 530px) {
    #main #main-content #buttons #readmore {
        margin-right: 0;
    }
}

#main #main-content #buttons #signup {
    background-color: #7850e4;
    color: #fff;
}

}
#nutshell {
    margin-top: 150px;
    margin-bottom: 100px;
}

#nutshell ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    #nutshell ul {
        grid-column-gap: 30px;
    }
}

#nutshell ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}

#nutshell ul li .sec {
    font-family: 'Hind', sans-serif;
    padding-left: 7px;
}

#nutshell #note {
    text-align: right;
    text-transform: uppercase;
}

/* ---------- FEATURES ---------- */
#features {
    padding: 50px 0px;
    box-shadow: 0px 0px 17px 0px #ededed;
}

#features #feature-content h2 {
    text-align: center;
}

#features #feature-content ul {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 850px) {
    #features #feature-content ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 30px;
    }
}

#features #feature-content ul li {
    text-transform: uppercase;
    margin-right: 25px;
    font-size: 1.8rem;
}

#features #feature-content ul li:last-of-type {
    margin-right: 0;
}

#features #feature-content ul li .check {
    font-family: 'Hind', sans-serif;
}

/* ---------- ABOUT ---------- */
#about {
    margin-top: 150px;
    margin-bottom: 200px;
}

#about #about-content h2,
#about #about-content p {
    margin-bottom: 30px;
}
.product p{
	text-align:center;
}
#productSlide .owl-next{
	font-size: 40px;
	position: absolute;
	right: 0px;
	top: 20%;
	line-height: 1;
	background:transparent!important;
	color:#000!important;
	z-index: 999;
	padding: 0 20px !important;
    outline:0;
}
#productSlide .owl-prev{
	font-size: 40px;
	position: absolute;
	left: 0px;
	background:transparent!important;
	top: 20%;
	line-height: 1;
	color:#000!important;
	z-index: 999;
	padding: 0 20px !important;
    outline:0;
}
#productSlide .disabled{
	display:none;
}
.product img{
	width: auto!important;
	margin: 0 auto;
}

/***** New Responsive CSS *****/
@media (max-width: 767px){
	#features #feature-content ul{
		display:inherit;
	}
	#features #feature-content ul li {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#about {
		margin-top: 50px;
		margin-bottom: 50px;
		padding:0 15px;
		    text-align: inherit;
	}
	#features {
		margin-top: 50px;
		padding:0 15px;
		    text-align: inherit;
	}
	#about p{
		text-align:inherit;
	}
	#main {
		margin-top: 50px;
		padding:0 15px;
		    text-align: inherit;
	}
	#main #main-content #desc{
		width:100%;
	}
	#main-content h1{
		text-align:center;
	}

}
