@charset "utf-8";
/* CSS Document */
/*
Theme Name: Spice Forest
Theme URL: http://www.Spice Forest./
Author: Sharaful Nizar
Author URL: https://www.behance.net/sharafulnizar

*/

/* reset style */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset, img {
    border: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

:focus {
    outline: none;
}
input, textarea {
	outline: 0;
}

/* text selection style */
::selection {
	background: #00AEEF; /* Safari */
	color: #FFF;
	}
::-moz-selection {
	background: #00AEEF; /* Firefox */
	color: #FFF;
}

/* links */
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #acd037;
	outline: none !important;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

a:hover {
	color: #FFF;
    text-decoration: none;
}

/* clear */
.clear {
    clear: both;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
	width: 100%;
}

h1 {
	font: 30px 'Montserrat', sans-serif;
	color: #262324;
	margin: 20px 0px;
}

h2 {
    font: bold 24px 'Montserrat', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}
h1 span, h2 span, h3 span{
	font-weight: 300;
}

h3 {
    font: bold 22px 'Montserrat', sans-serif;
	color: #231f20;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h4 {
    font: bold 16px 'Montserrat', sans-serif;
	color: #cdcdcd;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}
h5 {
   font: bold 14px 'Montserrat', sans-serif;
   color: #231F20;
   margin-bottom: 10px;
}
h6 {
   font: bold 16px 'Montserrat', sans-serif;
   color: #231F20;
}
footer h6{
	font: bold 18px 'Montserrat', sans-serif;
    color: #FFF;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
	float: left;
	width: 100%;
}

/* page setup */
body {
    background: #231f20;
    font: 13px/18px 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}
p {
	font: 300 13px/18px 'Montserrat', sans-serif;
	color: #cdcdcd;
	margin-bottom: 20px;
}
p strong{
	font: bold 16px 'Montserrat', sans-serif;
}
p span{
	font: 12px 'Montserrat', sans-serif;
	color: #231f20;
}
p a{
	color: #acd037;
}
p a:hover{
	color: #FFF;
}
.listing {
	margin: 0 0 10px 20px;
}
.listing li{
	font: 300 13px/18px 'Montserrat', sans-serif;
	color: #000;
}

figure{
	width: 100%;
	text-align: center;
}
figure img{
	max-width: 100%;
	margin-bottom: -4px;
}

.wrapper{
	width: 100%;
	float: left;
	overflow-x: hidden !important;
	background: #231f20;
}

/* Navigation */
.navbar-custom {
	padding: 4.5rem 0;
	box-shadow: none;
	background: transparent;
}

.navbar-custom .navbar-brand.logo-text {
	color: #fff;
}

.navbar-custom .navbar-nav {
	margin-top: 0;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	color: #fff;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #00c9db;
}

.navbar-custom.top-nav-collapse {
	padding: 1rem 0;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	background: #231f20;
}

.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
	color: #fff;
}

.navbar-custom.top-nav-collapse .nav-item .nav-link {
	color: #fff;
}

.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
	color: #acd037;
}

.navbar-custom .dropdown-item {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 84%;
}
/* end of navigation */

.navbar-custom {
	font: 400 0.75rem/2rem "Montserrat", sans-serif;
	transition: all 0.4s ease;
	text-transform: uppercase;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 113px;
	height: 34px;
	margin-bottom: 1px;
	-webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
	font: 400 2.375rem/1.5rem "Montserrat", sans-serif;
	color: #fff;
	letter-spacing: -0.5px;
	text-decoration: none;
}
.navbar-custom .nav-item .nav-link {
	padding: 0 0.75rem 0 0.75rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #acd037;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #4633af;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #4633af;
}

.navbar-custom .dropdown-item .item-text {
	font: 700 0.75rem/1.5rem "Montserrat", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #00c9db;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.25rem auto 0.25rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 1rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}

/*     Header    */
header {
  position: relative;
  width: 100%;
  min-height: auto;
  background: url(../img/header-bg.jpg) no-repeat bottom center #1c1c1c;
  background-size: cover;
}
header .header-content {
  text-align: center;
  position: relative;
}
header .header-content .header-content-inner {
  width: 100%;
  float: left;
  padding: 30% 0 10% 0;
  z-index: 1;
}
.right-nav{
	float: right !important;
}
ul.social-media{
	max-width: 125px;
	min-height: 20px;
	float: left;
	margin: 10px 10px 0 0;
}
ul.social-media li {
	float: left;
	list-style: none;
	margin: 0 5px;
}
ul.social-media li a {
	width: 21px;
	height: 21px;
	display: block;
	background: url(../img/social-media-icons.png) no-repeat;
	text-indent: -999px !important;
	overflow: hidden;
	font-size: 0px;
}
ul.social-media li a:hover{
	margin-top: -3px;
}
ul.social-media li a.fb {
	background-position: 0px 0px;
}
ul.social-media li a.twt {
	background-position: -28px 0px;
}
ul.social-media li a.insta {
	background-position: -56px 0px;
}
ul.social-media li a.in {
	background-position: -87px 0px;
}

.logo{
	position: absolute;
	width: 180px;
	display: block;
	left: 50%;
	top: 15px;
	margin-left: -90px;
}
.logo img{
	width: 100%;
}
.navbar-custom.top-nav-collapse .logo{
	width: 100px;
	top: 5px;
	margin-left: -50px;
}
.tagline img{
	max-width: 604px;
	width: 100%;
	margin-bottom: 60px;
}
.btns, .amazon-btn {
  font: bold 12px/18px 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 300px;
  background: #acd037;
  color: #000;
  padding: 15px 40px 13px 40px;
}
.btns:hover{
	color: #acd037;
	background: #000;
}
.amazon-btn{
	border: 1px #FFF solid;
	background: none;
	color: #FFF;
	padding: 12px 30px;
}
.amazon-btn:hover, .dark-btn{
	background: #000;
}
.amazon-btn img{
	width: 55px;
	margin: 0 0 -7px 5px;
}
.left-side-elements{
	position: absolute;
	left: 0;
	top: 14%;
	max-width: 22%;
}
.right-side-elements{
	position: absolute;
	max-width: 22%;
	right: 18px;
	bottom: 20px;
}
.left-side-elements img, .right-side-elements img{
	width: 100%;
}

.scroll-icon {
	position: absolute;
	bottom: 0;
	right: 50%;
	text-align: right;
	margin-right: -40px;
}
.scroll-icon .scroll-text {
	font: 10px 'Montserrat', sans-serif;
	color: #FFF;
	margin-top: 1.5rem;
	text-transform: uppercase;
}
.scroll-icon .end-top {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	top: -6px;
	right: -4px
}
.scroll-icon .mouse {
	height: 38px;
	width: 25px;
	border: 3px solid #FFF;
	border-radius: 12px;
	margin-left: 28px;
	display: block;
	text-align: center;
	z-index: 700;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite
}
.scroll-icon .end-top, .scroll-icon .mouse::before {
	background-color: #FFF;
	position: absolute;
	content: ""
}
.scroll-icon .mouse::before {
	display: block;
	height: 5px;
	width: 3px;
	top: 6px;
	left: 50%;
	margin-left: -1.5px;
	border-radius: 2px
}
@-webkit-keyframes vertical {
0%, 100%, 60%, 80% {
-webkit-transform:translateY(0)
}
20% {
-webkit-transform:translateY(-5px)
}
40% {
-webkit-transform:translateY(20px)
}
}
@keyframes vertical {
0%, 100%, 60%, 80% {
-webkit-transform:translateY(0)
}
20% {
-webkit-transform:translateY(-5px)
}
40% {
-webkit-transform:translateY(20px)
}
}

/*    Content Area    */
.about{
	position: relative;
	padding: 130px 0 50px 0;
}
.spice-recipe-box{
	position: relative;
}
.spice-recipe{
	position: relative;
	width: 90%;
	background: #1f1b1c;
	border: 1px #363636 solid;
	border-radius: 10px;
	padding: 10px 30px 10px 240px;
	margin: 130px auto 0 auto;
}
.spice-recipe figure{
	position: absolute;
	width: 255px;
	top: -45px;
	left: -35px;
}
.recipe-border{
	position: absolute;
	width: 100%;
	float: left;
	top: 50%;
	left: 0;
	border-bottom: 1px #363636 solid;
}

.spice-drawings-1{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12%;
}
.spice-drawings-2{
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 10%;
}
.spice-drawings-1 img, .spice-drawings-2 img{
	width: 100%;
}

/*   Products    */
.products{
	position: relative;
	width: 100%;
	float: left;
	padding: 120px 0 95px 0;
}
.products h2{
	margin-bottom: 30px;
}
.product-list{
	float: left;
	margin-top: 50px;
}
.product-list .product-item{
	position: relative;
	margin: 80px auto 0 auto;
	max-width: 300px;
}
.product-list .product-item figure{
	position: relative;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 15px rgba(0,0,0,.18);
	background: #1f1b1c;
	border: 1px #363636 solid;
	border-radius: 10px;
	padding: 0 20px;
}
.product-list .product-item figure img{
	margin: -50px 0 20px 0;
}
.product-list .product-item figure figcaption{
	font: bold 11px 'Montserrat', sans-serif;
	color: #FFF;
	padding: 15px;
	text-transform: uppercase;
	background: #272425;
	text-align: left;
	margin: 0 0 0 -20px;
	border-radius: 0 0 10px 10px;
}
.product-list .product-item figure p{
	font: 300 12px 'Montserrat', sans-serif;
	color: #FFF;
	padding: 15px;
	background: #00aeef;
	margin: 0;
	min-height: 100px;
}
.product-list .product-item figure a{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #272425;
	font: bold 18px 'Montserrat', sans-serif;
	color: #FFF;
	padding: 10px 13px;
	border-radius: 10px 0;
}
.product-list .product-item figure a:hover, .product-list .product-item:hover a{
	background: #acd037;
	color: #000;
}

.product-content h4{
	color: #231f20;
}
.product-content p{
	color: #000;
}
.burger-element{
	position: absolute;
	right: -250px;
	bottom: -200px;
	width: 321px;
}


/*     Details Lightboxes     */
.lightbox-basic {
	position: relative;
	max-width: 46.875rem;
	margin: 2.5rem auto;
	padding: 3rem 1rem;
	border-radius: 0.25rem;
	background-color: #2f2c3d;
	text-align: left;
}

.lightbox-basic img {
	display: block;
	margin-right: auto;
	margin-bottom: 3rem;
	margin-left: auto;
}

.lightbox-basic h3 {
	margin-bottom: 0.625rem;
}

.lightbox-basic hr {
	width: 3.75rem;
	height: 0.125rem;
	margin-top: 0.125rem;
	margin-bottom: 1.125rem;
	margin-left: 0;
	border: 0;
	background-color: #00c9db;
	text-align: left;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
}

.lightbox-basic table {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.lightbox-basic table tr {
	line-height: 1.75em;
}

.lightbox-basic table .icon-cell {
	width: 2rem;
	padding-right: 0.25rem;
	color: #00c9db;
	text-align: center;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	color: #00c9db;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f1f1f8;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
	color: #f1f1f8;
}

/*     Slider     */
.slider-2 {
	width: 100%;
	float: left;
	padding: 130px 0;
	background: #191919;
}
.slider-2 h2{
	margin-bottom: 50px;
}

.slider-2 .slider-container {
	position: relative;
}

.slider-2 .swiper-container {
	position: static;
	width: 90%;
	text-align: center;
}

.slider-2 .swiper-button-prev,
.slider-2 .swiper-button-next {
	top: 50%;
	width: 1.125rem;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-2 .swiper-button-prev {
	left: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-2 .swiper-button-next {
	right: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

/*     Footer     */
footer{
	position: relative;
	width: 100%;
	float: left;
	background: url(../img/footer-bg.jpg) no-repeat center bottom #000;
	padding: 80px 0px 12% 0;
	overflow: hidden;
}
.footer-logo{
	width: 110px;
	float: left;
	margin: -20px 25px 0 25px;
}
.footer-logo img{
	max-width: 100%;
}
.footer-info p{
	font: 300 12px/22px 'Montserrat', sans-serif;
	color: #FFF;
	padding: 8px;
}

.footer-contact-info{
	font: 300 13px 'Montserrat', sans-serif;
	color: #FFF;
}
.footer-contact-info .phone, .footer-contact-info .fax, .footer-contact-info .email, .footer-contact-info address{
	background: url(../img/footer-icons.png) no-repeat;
	padding: 2px 0 5px 30px;
	margin-bottom: 10px;
	color: #FFF;
}
.footer-contact-info .phone{
	background-position: 0px 0px;
}
.footer-contact-info .email{
	background-position: 0px -75px;
}
.footer-contact-info address{
	background-position: 0px -108px;
	line-height: 22px;
	margin-bottom: 0px;
}

/* scrollToTop button */
.scrollToTop {
	width: 50px;
	height: 70px;
	position: absolute;
	border-radius: 50px;
	bottom: -20px;
	left: 50%;
	margin-left: -25px;
	display: none;
	background: url(../img/backtop.png) 19px 25px no-repeat #acd037;
	text-indent: -9999px;
	z-index: 99 !important;
	outline: none !important;
}
.scrollToTop:hover {
	background: url(../img/backtop.png) 19px 20px no-repeat #FFF;
}



/*     Media Query     */
@media (min-width: 981px) {
header {
  min-height: 100%;
}
header .header-content {
  position: relative;
  padding: 0;
  height: 100vh;
}
header .header-content .header-content-inner {
  max-width: none;
  margin: 0;
  position: absolute;
}
}
@media (max-width: 980px) {
.logo {
    width: 120px;
    margin-left: -60px;
}
header {
  float: left;
  padding: 5% 0 15% 0 !important;
}
.navbar-custom {
    padding: 3.5rem 0;
}
.navbar-custom .nav-item .nav-link {
padding: 0 0.5rem 0 0.5rem;
}
.content-area{
	width: 100%;
	float: left;
}
	
	
}
@media (max-width: 768px) {
.navbar-custom{
	position: relative;
	background: url(../img/header-bg.jpg) no-repeat top center #1c1c1c;
	background-size: cover;
}
.navbar-custom .container{
	max-width: 100%;
	padding: 0 20px;
}
.navbar-custom .navbar-toggler {
    position: absolute;
	right: 20px;
	top: 62px;
}
.navbar-nav {
    margin-bottom: 30px;
}
.right-nav {
    width: 100%;
}
ul.social-media{
	float: right;
	margin-right: 50px;
}
header .header-content .header-content-inner {
    padding: 28% 0 15% 0;
}
.left-side-elements {
    top: 8%;
}
.about, .products {
    padding: 70px 0;
}
.spice-recipe {
	width: 100%;
    padding: 240px 30px 10px 30px;
}
.slider-2 {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
}
footer {
    padding: 80px 0px 18% 0;
	background-size: 150%;
}
.footer-contact-info{
	margin: 30px 0 0 40px;
}
}
@media (max-width: 580px) {
header .header-content .header-content-inner h1 {
  font: 24px/28px 'Montserrat', sans-serif;
  padding: 5% 0;
}
.btns, .amazon-btn{
  font: bold 10px 'Montserrat', sans-serif;
  padding: 10px 20px;
}
.amazon-btn img{
	width: 40px;
    margin: 0 0 -5px 5px;
}
.tagline{
	padding: 0 20px;
}
.tagline img {
    margin-bottom: 30px;
}
.footer-contact-info address{
	margin-top: 15px;
}
}
@media (max-width: 480px) {
.navbar-custom {
    padding: 2.8rem 0;
}
.amazon-btn{
  font: bold 9px 'Montserrat', sans-serif;
  padding: 10px;
}
.amazon-btn img{
    margin: 0 0 -5px 2px;
}
.navbar-custom .navbar-toggler {
    top: 50px;
}
.logo {
    width: 90px;
    margin-left: -45px;
}
ul.social-media {
    margin-right: 35px;
}
.left-side-elements {
    top: 2%;
}
.scroll-icon .mouse {
	height: 30px;
	width: 20px;
	border: 2px solid #FFF;
}
.scroll-icon .mouse::before {
	height: 4px;
	width: 2px;
}
.products {
    padding: 20px 0 50px 0;
}
.product-list .product-item{
	max-width: 250px;
}
.footer-info p{
	padding: 0px;
}

}
