* {
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #282828;
}

/* header css */
.navbar {
	background-color: #282828;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 70px;
	z-index: 1000;
}
.fixed {
    position: fixed;
    top: 0;
}
.logo {
	width: 175px;
	margin-right: 1em;
}
nav {
	margin-left: auto;
}
.navbar__items {
	list-style: none;
	display: flex;
	flex-direction: row;
	width: auto;
}
.navbar__items a {
	text-decoration: none;
	color: #fafafa;
	margin-right: 4em;
}
.navbar__secondary {
	width: auto;
	display: flex;
}
.navbar__secondary a {
	text-decoration: none;
	color: #fafafa;
	margin: auto 5px 2px 0;
}
.search {
	margin-left: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	border: none;
	background-color: transparent;
	font-size: 39px;
	color: #fafafa;
}
.closebtn {
	display: none;
	font-size: 25px;
}
.cart-icon {
	margin-left: auto;
}
.cart-icon img {
	width: 31px;
}
.hamburger {
	display: none;
	font-size: 28px;
}
.hide {
	display: none;
}
#support-navigation {
    display: none;    
}
#support-nav-large {
    position: absolute;
    background-color: #282828;
    top: 46px;
    margin-left: -13px;
    z-index: -2;
    display: none;
}
.navbar__items__support__nav {
    margin-block-start: 1em;
    margin-block-end: 1em;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: auto;
}
.navbar__items__support__nav li {
    margin-top: 20px;
}

/* Main Content */
.mw-container {
	padding: 0 200px;
}
.mw-intro__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 0;
    position: relative;
    height: 539px;
    overflow: hidden;
}
.mw-intro__dim {
    width: 100%;
    height: 700px;
    position: absolute;
    opacity: 20%;
    background-color: black;
}
.mw-intro__sub-container {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    margin: 0;
    margin-left: 50%;
}
.mw-intro__header-1 {
    font-size: 65px;
    color: white;
    margin-bottom: -20px;
    margin-left: -3px;
}
.mw-intro__header-2 {
    color: white;
}
.mw-mid-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 75px;
    background-color: #f3f3f3;
    border: solid 2px black;
    margin-top: 5px;
}
.mw-mid-nav div {
    padding: 16px;
}
.mw-mid-nav a {
    font-size: 30px;
    text-decoration: none;
    color: black;
}
.mw-mid-nav a:hover {
    text-decoration: underline;
    color: orange;
}
.mw-section-1 {
    height: 100vh;
    min-height: 700px;
    width: 100%;
    background: url("../img/mowro.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-color: #006201;*/
}
/*.mw-section-1__image {
    width: 100%;
    position: absolute;
    z-index: -1;
}*/
.mw-section-1__wrap {
    height: 950px;
    width: 100%;
    padding-left: 55%;
    padding-right: 15%;
    text-align: left;
    color: white;
}
.mw-section-1__text-1 {
    padding-top: 226px;
    font-size: 81px;
    margin: 0px;
    z-index: 1;
}
.mw-section-1__text-2 {
/*    padding-right: 200px;*/    
    font-size: 19px;
    z-index: 1;
}
.mw-section-2 {
    display: flex;
    height: 750px;
    min-height: 650px;
    width: 100%;
}
.mw-section-2__left {
    height: 750px;
    min-height: 650px;
    width: 25%;
    text-align: center;
    color: black;
}
.mw-section-2__h1 {
    margin-top: 110px;
    font-size: 40px;
    font-weight: 600;
}
.mw-section-2__image-container-left {
    height:300px;
    width:100%;
    background-color: gray;
}
.mw-section-2__p {
    font-size: 20px;
    text-align: left;
    width: 235px;
    margin: auto;
    margin-top: 20px;

}
.mw-section-2__right {
    height: 750px;
    min-height: 650px;
    width: 75%;
    background: url("../img/805419.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mw-section-3 {
    display: flex;
/*    height: 750px;
    min-height: 650px;*/
    width: 100%;
}
.mw-section-3__left {
/*    height: 750px;
    min-height: 650px;*/
    width: 70%;
}
.mw-section-3__image {
    max-width: 100%;
    height: auto;
}
.mw-section-3__right {
/*    height: 750px;
    min-height: 650px;*/
    width: 30%;
    text-align: center;
}
.mw-section-3__h1 {
    margin-top: 110px;
    font-size: 40px;
    font-weight: 600;

}
.mw-section-3__p {
    font-size: 20px;
    text-align: left;
    width: 235px;
    margin: auto;
    margin-top: 20px;
}
.mw-section-4 {
    display: flex;
    height: 750px;
    min-height: 650px;
    width: 100%;
}
.mw-section-4__left {
    height: 750px;
    min-height: 650px;
    width: 50%;
}
.mw-section-4__image-container {
    width: 400px;
    margin: auto;
}
.mw-section-4__image-left {
    height: 100px;
    width: 100%;
    margin: auto;   
    margin-top: 50px;
}
.mw-section-4__h1 {
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    width: 475px;
    margin: auto;
    margin-top: 20px;
}
.mw-section-4__right {
    height: 750px;
    min-height: 650px;
    width: 50%;
    text-align: right;
}
.mw-section-4__image-right {
    max-width: 100%;
    height: 750px;
    padding-right: 50px;
}
.mw-section-5 {
    height: 700px;
    min-height: 650px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mw-section-5__video {
    width: 100%;
    height: auto;
    z-index: -1;
}
.video-div {
    height: 700px;
    min-height: 650px;
    width:100%;
}
.mw-section-5__wrap {
    height: 700px;
    min-height: 650px;
    width: 100%;
    padding-left: 55%;
    padding-right: 15%;
    text-align: left;
    color: white;
    position: absolute;
    bottom:30px;
}
.mw-section-5__text-1 {
    padding-top: 200px;
    font-size: 52px;
    margin: 0px;
}
.mw-section-5__text-2 {
    /*padding-right: 200px;*/
    font-size: 19px;
}
.mw-section-6 {
    height: 500px;
    min-height: 450px;

}
.mw-section-6__wrap {
    padding: 40px;
    height: 500px;
    min-height: 450px;
    width: 100%;
}
}
.mw-section-6__img {
    margin: auto;
    display: block;
    height: 380px;
    max-width: 100%;
}
.mw-section-7 {
    height: 950px;
    min-height: 700px;
    margin-bottom: 20px;

}
.mw-section-7__wrap {
    height: 950px;
    min-height: 700px;
    background-image: url("https://static.wixstatic.com/media/094a47_982ba6cc623c4010b0bb1a2792a50fb0~mv2.jpeg/v1/fill/w_800,h_534,al_c,q_85/environment%20friendly%202.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}
.mw-section-7__ribbon {
    position: absolute;
    right: 150px;
    height: 950px;
    min-height: 700px;
    width: 360px;
    background-color: #35c68b;

}
.mw-section-8 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 950px;
    min-height: 700px;
    padding-top: 35px;
}
.mw-section-8__product-sample {
    background-color: white;
    box-shadow: 3px 6px 10px 0px grey;
    width: 315px;
    height: 615px;
    padding: 20px;

}
.mw-section-8__product-image {
    width: 100%;

}
.mw-section-8__product-h1 {
    font-weight: 600;
    font-size: 22px;
    color: #eb9276;

}
.mw-section-8__product-p {
    line-height: 27px;
    margin-bottom: 25px;
}
.mw-section-8__product-line {
    border-bottom: solid 1px black;
}
.mw-section-9 {
    height: 700px;
    min-height: 550px;
    background-color: #f28f0c;
}

/* carousel ------------------ */
.mw-section-9__carousel {
    width: 100%;
    padding: 0px;
    height: 700px;
    min-height: 550px;

}
#myCarousel {
    width: 100%;
    padding: 0px;
    height: 700px;
    min-height: 550px;
}
.carousel-inner {
    height: 700px;
    position: relative;
    overflow: hidden;
    margin: auto;
    text-align: center;
    font-size: 35px;
    /* padding-top: 250px; */
    line-height: 700px;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.item-text {
    width: 700px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

/* old css start ---------- */
.mw-main {
    display: grid;
    grid-template-columns: 1fr;
    justify-self: center;
    margin: 0 auto 70px;
}
.mw-intro__vid {
    margin: 0;
    position: absolute;
    left: -59%;
    width: 257%;
    z-index: 0;
}
.mw-intro__logo {
    width: 89%;
    margin: 0 auto;
}
.mw-intro__h4 {
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0 20px;
}
.mw-buy {
	border: none;
    background-color: #ff821b;
	font-size: 16px;
	text-align: center;
	color:white;
	text-decoration: none;
	padding: 1em;
	width: 255px;
}
.mw-intro__p {
    margin-top: 30px !important;
}
.mw-vid, .mw-img {
    width: 100%;
    margin: 15px auto;
}
.mw-h1 {
    font-size: 30px;
    font-weight: 700;
    color: #FF821B;
    text-align: center;
    margin: 30px auto 0;
}
.mw-h3 {
    font-size: 18px;
    text-align: center;
    color: #282828;
    margin: 15px auto;
}
.mw-p {
    width: 90%;
    font-weight: 400;
    color: #282828;
    margin: 15px auto;
}
.mw-enjoy--black {
    color: #282828;
}
.mw-faq__ul {
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
}
.mw-faq__h2 {
    margin: 30px 0 5px;
}
.mw-less-margin {
    margin-top: 10px;
}

.mw-email-form {
    width: 52%;
    min-width: 450px;
    margin: auto;

}

.mw-contact-name {
    width: 40%;
    float: left;
}

.mw-contact-email {
    width: 40%;
    float: right;
}

.mw-contact-message {
    width: 100%;
    float: left;
}

.mw-contact-message textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.mw-contact-button {
    width: 120px;
    display: block;
    margin: auto;
    background-color: #282828;
    color: white;
}

.mw-contact-button-captcha {
    width: 100%;
    margin: auto;
    color: white;
    display: flex;
    justify-content: space-between;
}

.g-recaptcha {
    background-color: #282828;
    height: 40px;
    width: 105px;
    display: block;
}
.g-recaptcha:hover {
    background-color: white;
    color: #282828;
}

/* Footer Section */
footer {
	padding: 1em;
	background-color: #282828;
	color: #fafafa;
	text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
footer p {
    margin: 1em 1em 1em 3em;
}

/* Hover Interactions */
.navbar__items a:hover {
	text-decoration: underline;
}
.navbar__secondary a:hover {
	text-decoration: underline;
}
.learn-more:hover {
	text-decoration: underline;
}
.mw-buy:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Media Queries */
@media only screen and (min-width: 600px) {
    .mw-main {
        width: 600px;
        /* margin: 70px auto; */
    }
    .mw-intro__container, .mw-intro__dim {
        height: 750px;
    }
    .mw-p {
   	width: 90%;
    }
}

@media only screen and (min-width: 1024px) {
    .mw-email-form {
    width: 52%;
    }
    .mw-intro__container, .mw-intro__dim {
        height: 566px;
    }
    .mw-intro__vid {
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1440px) {
    .mw-grid__two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .mw-desktop-content__large {
        width: 1000px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mw-desktop-content__small {
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mw-main {
        width: 1423px;
    }
    .mw-intro__container, .mw-intro__dim{
        height: 736px;
    }
    .mw-intro__vid {
        bottom: -4em;
    }
    .mw-intro__sub-container {
        bottom: 60px;
        width: 100%;
    }
    .mw-intro__logo {
        width: 32%;
    }

    .mw-h1 {
        font-size: 65px;
        margin: 45px auto 0;
    }
    .mw-h3 {
        font-size: 35px;
        margin: 30px auto;
    }
    .mw-p {
        font-size: 18px;
        width: 486px;
    }
    .mw-vid, .mw-img {
        margin: 30px auto;
    }
}

@media only screen and (min-width: 1900px) {
    .mw-intro__container, .mw-intro__dim {
        height: 700px;
    }
}

@media only screen and (max-width: 1575px) {
    .mw-container {
		padding: 0 150px;
	}

    .navbar__items {
		flex-direction: column;
		position: fixed;
		justify-content: flex-start;
		top: -16px;
		right: -40px;
		background-color: #282828;
		width: 0px;
		transition: 0.5s;
		height: -webkit-fill-available;
		z-index: 3000;
		height: 100%;
		padding-left: 20px;
	}
	.navbar__items li {
		margin: 1em;
	}
	.closebtn {
		display: inline;
	}
	.hamburger {
		display: block;
		margin: auto 0 auto auto;
		background-color: #282828;
		border: none;
        color: #fafafa;
        margin-top: -6px;
    }
    .cart-icon {
		margin-left: 6rem;
		margin-bottom: -6px;
    }
    #support-navigation {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
    }
}

@media only screen and (max-width: 1425px) {
    .features-bgimage1 {
        background-position: -68%;
        background-size: 82%;    
    }
    .features-bgimage2 {
        background-position: 188%;
        background-size: 80%;
    }
    .features-bgimage3 {
        background-position: -93%;
        background-size: 80%;
    }
}

@media only screen and (max-width: 1317px) {
    .mw-container {
		padding: 0 70px;
	}
}

@media only screen and (max-width: 945px) {
    .mw-container {
		padding: 0 20px;
	}
	.mw-intro__sub-container {
		margin-left: 0px;
	}
    footer {
        flex-direction: column;
    }
    footer p {
        margin: .5em 0;
    }
}

@media only screen and (max-width: 415px) {
	.mw-container {
		padding: 0 20px;
	}
}
