/* Diora Kimya Main Stylesheet */
/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	/*font-family: 'Fira Sans', sans-serif;*/
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	background-color:#ffffff;
	margin-top:97px;
}
h2 {
	font-size:40px;
	font-weight:700;
	color:#aecd6e;
}
.invert {
	filter:invert(1);
}
.text-justify {
	text-align:justify;
}
.brandon-medium-italic {
	font-style:italic;
}
.content {
	min-height:calc(100vh - 407px);
}
.sub-heading {
	font-size:18px;
	font-weight:400;
	color:#000000;
	margin-bottom:30px;
}
.btn-big {
	padding:16px 48px;
	font-size: 1.5em;
	font-weight: bold;
}
.btn-green {
	border:none;
	color:#ffffff;
	background-color:#aecd6e;
}
.btn-green:hover,
.btn-green:focus {
	border:none;
	color:#ffffff;
	background-color:#9dbc5d;
}
.main-menu {
	font-size:18px;
	background-color:rgba(0,0,0,.75);
	padding:25px 0 0 0 !important;
}
.navbar-toggler {
	border: none;
	margin-bottom: 15px;
	margin-top: -13px;
}
.navbar-toggler-icon {
	filter:invert(1);
}
.navbar {
	transition:all ease-in-out .25s;
}
.lightNavbar {
	filter:invert(1);
	transition:all ease-in-out .25s;
}
.main-menu .navbar-brand {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}
.main-menu-links {
	font-weight:400;
	margin-top:25px;
}
.main-menu-links .nav-item {
	margin:auto 15px;
}
.main-menu-links .nav-link {
	position:relative;
	color:rgba(255,255,255,1);
	/*padding:10px 25px !important;*/

}
.main-menu-links .nav-link::before {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	width:0%;
	height:2px;
	background-color:#ffffff;
	transform:translateX(-50%);
	transition:all ease-in-out .2s;
}
.main-menu-links .nav-link:hover:before {
	width:100%;
}
.main-menu-links .nav-link.active {
	color:#aecd6e;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.products-menu {
	position:fixed;
	left:0;
	top:97px;
	width:100%;
	margin:0;
	border-radius:0;
	background-color:rgba(0,0,0,.75);
	padding:30px;
	border:none;
}
.products-menu-heading {
	display:inline-block;
	margin-bottom:5px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	border-bottom:2px solid #ffffff;
	text-decoration:none;
}
.products-menu-heading:hover {
	color:#ffffff;
}
.products-menu-links {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
	font-weight:600;
}
.products-menu-links li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:4px 0;
}
.products-menu-links li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.main-menu-social-link-text {
	display:none;
}
.carousel-top {
	background-color:#f5f5f5;
	height:100vh;
}
.carousel-top .carousel-item {
	position:relative;
	min-height:100vh;
}
.slide-img-full {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.slide-text {
	position:absolute;
	right:10%;
	top:50%;
	z-index:2;
	transform:translateY(-50%);
	display:inline-block;
	border:2px solid #ffffff;
	background-color:rgba(0,0,0,.7);
	text-align:center;
	text-decoration:none;
	min-width:19%;
}
.slide-text-1 {
	font-size:2.2em;
	color:#ffffff;
	padding:25px;
}
.slide-text-2 {
	font-size:1.3em;
	color:#000000;
	background-color:#ffffff;
	padding:15px;
	width:100%;
}
.carousel-top .carousel-control-next-icon,
.carousel-top .carousel-control-prev-icon {
	/*background-color: #aecd6e;*/
    background-size: 60%;
    width:8rem;
    height:8rem;
}
.carousel-top .carousel-indicators [data-bs-target] {
	width:16px;
	height:16px;
	border:none;
	border-radius:50%;
	background-color:#f0f0f0;
}
.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
	z-index:3;
}
.carousel-top .carousel-indicators .active {
	background-color:#aecd6e;
}
.carousel-middle .carousel-item .container {
	position:relative;
}
.carousel-middle .carousel-item .container::after {
	content:'';
	display:block;
	position:absolute;
	left:20px;
	top:10px;
	width:calc(100% - 40px);
	height:calc(100% - 20px);
	border:2px solid #aecd6e;
}
.carousel-middle a {
	position:relative;
	z-index:2;
}
.wall-image {
	position:relative;
}
.wall-image img {
	display:block;
	width:100%;
	height:50vh;
	object-fit:cover;
}
.carousel-boxes .carousel-control-next-icon,
.carousel-boxes .carousel-control-prev-icon {
	filter:invert(1);
}
img.wall-image-logo {
	display:block;
	width:85%;
	height:auto;
	position:absolute;
	left:52%;
	top:50%;
	transform:translate(-50%,-50%);
	filter:brightness(0);
}
.wall-image-caption {
	position:absolute;
	left:50%;
	bottom:30px;
	transform:translateX(-50%);
	text-align:center;
	color:#ffffff;
	background-color:rgba(0,0,0,.8);
	padding:15px 25px;
	border-radius:4px;
	font-size:20px;
}
.product-boxes {
	padding-top:50px;
	padding-bottom:50px;
}
.product-box {
	text-align:center;
	margin-bottom:80px;
}
.product-box-link {
	display:block;
	padding:5px;
	border:none !important;
	border-style:solid;
	background-color:transparent;
}
.product-box.black {
	border-top:8px solid #55575b;
	border-bottom:8px solid #55575b;
}
.product-box.orange {
	border-top:8px solid #f1bc7c;
	border-bottom:8px solid #f1bc7c;
}
.product-box.green {
	border-top:8px solid #aec9b8;
	border-bottom:8px solid #aec9b8;
}
.product-box-link .carousel-item {
	min-height:auto;
}
.product-box-link .carousel-indicators {
	bottom:-100px;
}
.product-box-link .carousel-indicators button {
	background-color:transparent;
	width:72px;
	height:72px;
	text-indent:0;
	opacity:1;
	border:1px solid #aecd6e;
}
.product-box-link .carousel-indicators button.active {
	box-shadow:0 0 0 2px #aecd6e;	
}
.product-box-img {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.product-box-thumb {
	width:72px;
	height:72px;
}
.product-box-heading {
	font-size:18px;
	font-weight:500;
	color:#cf9f2d;
	margin-bottom:10px;
}
.product-box-text {
	font-size: 24px;
	font-weight: 700;
	color:#6c6c6c;
	margin-bottom:10px;
}
.product-box:hover .product-box-link {
	border-color:#9dbc5d;
}
.product-box:hover .product-box-text {
	color:#2a2a2a;
}
.product-boxed {
	transform:scale(.7); /* View Hack */
	margin-top:-50px;
	margin-bottom:-50px;
}
.product-boxed h3 {
	font-size:36px;
	margin:50px auto;
	text-align:center;
	text-decoration:underline;
	padding-top:180px;
}
.product-details {
	font-size:28px;
	line-height:1.2em;
	padding:50px;
}
.product-details-heading {
	margin-bottom:30px;
	font-weight:bold;
}
.product-footnote {
	font-size: 1em;
	opacity: .5;
	margin-bottom:5px;
	font-weight: bold;
}
.product-specs {
	display:flex;
	text-align:center;
	margin-bottom:30px;
	font-size: 24px;
	font-weight: 700;
}
.product-spec {
	padding:5px;
	font-size:.825em;
	border:1px solid #e0e0e0;
	flex:1;
}
.product-spec + .product-spec {
	border-left:none;
}
.product-spec-heading {
	font-weight:600;
	color:#cf9f2d;
	margin-bottom:5px;
}
.product-spec-value {}
.content-menu {
	text-align:center;
	padding:50px 0;
	font-size:24px;
	font-weight:900;
	display:none;
}
.content-menu a {
	margin:15px auto;
	display:block;
	padding:32px 16px;
	text-decoration:none;
	color:#c6c6c6;
	max-width:640px;
	border-radius:8px;
}
.content-menu a:hover {
	color:#ffffff;
	background-color:#aecd6e;
}
.nature-care {
	padding-top:50px;
	padding-bottom:50px;
}
.nature-care-items {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.nature-care-item {
	flex:1;
	margin:30px;
	text-align:center;
}
.nature-care-item-img {
	display:block;
	width:100%;
	height:100%;
	max-width:120px;
	object-fit:contain;
	margin:15px auto;
}
.nature-care-item-text {
	font-size:1.5em;
	font-weight:600;
	color:#5f5f5f;
	min-height:108px;
}
.stats {
	text-align: center;
    background:url(../images/background.jpg) center center no-repeat;
    background-size:cover;
    padding-top: 50px;
    padding-bottom: 20px;
    text-shadow: 2px 2px rgb(0 0 0 / 10%);
    margin-top:50px;
    filter: hue-rotate(-30deg);
}
.stat {
	color:#ffffff;
	margin-bottom:30px;
}
.stat-value {
	font-size:64px;
	font-weight:700;
	line-height:64px;
}
.stat-text {
	font-size:2em;
	font-weight:400;
}
.stat-footnote {
	font-size:1em;
	font-weight:600;
	opacity:.75;
}
.reference-item {
	margin-bottom:30px;
}
.reference-item img {
	display: block;
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 10%);
    background-color: white;
    transform:scale(.75);
    transition:all ease-in-out .2s;
}
.reference-item img:hover {
	transform:scale(.9,.9);
	box-shadow: 0 10px 20px -5px rgb(0 50 0 / 20%);
}
.brands h2.text-black {
	font-weight:900;
	font-size:20px;
	text-align:center;
}
footer {
	padding-top:25px;
	padding-bottom:25px;
	/*background-color:#000000;*/
	/*border-top:1px solid #aecd6e;*/
	background:url(../images/background.jpg) center center no-repeat;
    background-size:cover;
    background:rgba(0,0,0,.8);
}
.copyright {
	font-size:16px;
	font-weight:bold;
	/*font-style:italic;*/
	margin-bottom:30px;
}
.logo-footer {
	display:block;
	margin-bottom:10px;
}
.copyright p {
	color:#ffffff;
}
.copyright a {
	color:#ffffff;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
.footer-links {
	margin-bottom:30px;
}
.footer-link {
	display:block;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	/*color:#5f7d8b;*/
	color:#ffffff;
}
.footer-link:hover {
	color:#aecd6e;
}
.footer-social {
	margin-bottom:30px;
}
.footer-social-link {
	display:block;
	font-size:16px;
	font-weight:600;
	/*color:#5f7d8b;*/
	color:#ffffff;
	margin-bottom:5px;
	text-decoration:none;
}
.footer-social-link:hover {
	color:#aecd6e;
}
.about {
	padding-top:100px;
	padding-bottom:100px;
	background:url(../images/about-background.jpg) center center no-repeat;
	background-size:cover;
	min-height:calc(100vh - 407px);
	font-weight:bold;
}
.about h3 {
	font-size:32px;
	font-weight:600;
	color:#aecd6e;
}
.dealer-item {
	margin-bottom:30px;
}
.dealer-item-link {
	display:block;
	padding:15px;
	background-color:#ffffff;
	border-radius:8px;
	margin-bottom:5px;
}
.dealer-item-img {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}
.resellers .dealer-item-img {
	max-width:300px;
	margin:auto;
}
.dealer-name {
	font-weight:bold;
	margin-top:15px;
}
.contact {
	padding-top:100px;
	padding-bottom:100px;
}
.contact-information a {
	color:#aecd6e;
	text-decoration:none;
}
.contact-table {
	margin-bottom:30px;
}
.contact-table tr td {
	padding:15px;
	text-align:left;
	vertical-align:top;
}
.contact-table tr td {
	font-size:.825em;
	color:#9a9a9a;
}
.contact-table tr td:last-child {
	font-size:1.25em;
	color:#000000;
}
.contact input[type="text"],
.contact select,
.contact textarea {
	display: block;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    background-color: #ebf0f1;
    padding: 15px;
    border-radius: 8px;
}
.product-content {}
.product-content h1 {
	text-align:center;
	font-size:4em;
	font-weight:900;
}
.products {
	padding-top:50px;
	padding-bottom:100px;
}
.product-main,
.product-details {
	padding-top:50px;
	padding-bottom:50px;
}
.product-main-img {
	display:block;
	max-width:100%;
}
.product-main h2 {
	margin:15px auto;
	color:#000000;
	font-weight:900;
	text-align:center;
}
.bottom-color-bar {
	width:100%;
	height:4px;
	margin:15px auto;
}

/* Breakpoints */

/* Large */
@media (max-width:1199px) {}

/* Medium */
@media (max-width:991px) {
	body {
		margin-top:86px;
	}
	.main-menu-social-link-text {
		display:inline-block;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu.products-menu {
		max-height:100%;
		overflow-y:auto;
	}
}
@media (min-width: 992px) {
	.navbar-collapse {
		height:72px;
	}
	.lightNavbar .navbar-collapse {
	    visibility: hidden;
	    height: 40px;
	    transition:all ease-in-out .25s;
	}
}

/* Small */
@media (max-width:767px) {
	.wall-image-caption {
		font-size:16px;
		top:75%;
	}
}

/* X-Small */
@media (max-width:575px) {
	.hashtag,
	.stat-value {
		font-size:48px;
	}
	.slide-text {
		width:70%;
		right:15%;
	}
	.slide-text-1 {
		padding:15px;
		font-size:1.5em;
	}
	.slide-text-2 {
		font-size:1em;
	}
}