:root{
	--primary-color: #1c1b1b;
	--secondary-color: #e1204c;
	--third-color: #ffffff;
	--fourth-color: #d5ae9c;
	--fifth-color: #e2c083;
	--sixth-color: #b5b097;
	--dark-color: #212121;
	--light-color: #F1F0E8;
	--dark-svg-color: #BFC3C9;
	--light-svg-color:#CDCDCD;
	--container-padding: 0px 5rem;
	--main-font: 'Poppins', sans-serif;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
button:focus{
	outline: none;
}
h1,h2,h3,h4,h5,h6,p,li,div{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-family: var(--main-font);
}

body{
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

li{
	list-style-type: none;
	text-decoration: none;
}

.mt-100{
	margin-top: 100px;
}

.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}

.header{
	height: 120px;
	width: 100%;
	overflow: hidden;
	z-index: 100;
	position: relative;
	background-color: #1c1b1b;
}

.main-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: var(--container-padding);
}

.logo-img{
	height: 40px;
}

.nav-btn{
	background: var(--third-color);
	padding: 12px 24px;
	transition: .3s;
}

.nav-btn:hover{
	transform: translate(-5px, 0);
	box-shadow: 5px 0px 0px var(--secondary-color);
}
.nav-btn p{
	color: var(--primary-color);
	
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.see-more{
	background-color: var(--secondary-color);
	padding: 6px 12px;
	margin-top: 6px;
	display: flex;
	transition: .3s;
}

.see-more a{
	transition: .3s;
}
.see-more:hover{
	transform: translate(-5px, 0);
	box-shadow: 5px 0px 0px var(--third-color);
}

.see-more p{
	color: white;
	font-size: 16px !important;
	text-align: center;
	font-weight: 400;
	text-wrap: nowrap;
	margin: 0 !important;
	padding: 0 !important;
}

.main-menu{
	display: flex;
}

.main-menu li{
	margin-right: 35px;
	font-size: 16px;
	
	font-weight: 600;
	text-transform: uppercase;
	color: var(--secondary-color);
	position: relative;
	transition: color .3s;
}

.main-menu li:after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--primary-color);
	transition: .3s;
}

.main-menu li:hover:after{
	width: 100%;
}

.main-menu li:hover{
	color: var(--third-color);
}
.left-bar{
	top: 0;
	left: 0;
	height: 100%;
	position: fixed;
	width: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	z-index: 99;
}

.right-bar{
	top: 0;
	right: 0;
	height: 100%;
	position: fixed;
	width: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	z-index: 99;
}

.right-bar p{
	transform: rotate(90deg);
	white-space: nowrap;
	text-transform: uppercase;
	color: var(--secondary-color);
	
	letter-spacing: 3.9px;
	font-weight: 400;
	font-size: 0.933em;
}

.social-media-icons{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.social-media-icons svg{
	width: 20px;
	height: 20px;
	fill: var(--primary-color);
	margin: 10px 0;
	transition: fill .3s;
}
.social-media-icons a{
	width: 2.5em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2.5em;
	margin: 5px 0;
}
.social-media-icons a::before{
	content: '';
	transition: transform 0.75s cubic-bezier(0.19,1,0.22,1),opacity 0.6s cubic-bezier(0.19,1,0.22,1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	transform: scale3d(0.1,0.1,0.1);
	opacity: 0;
	background-color: #d8c4be;
}

.social-media-icons a:hover::before{
	opacity: 1;
    	transform: scale3d(1,1,1);
}
.social-media-icons a:hover svg{
	fill: white;
}

.home-slider{
	width: 100%;
	height: calc(100vh - 120px);
	position: relative;
}

.slider-item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: opacity .4s;
}

.slider-item:after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #1118;
	z-index: -1;
}
.slider-item.item-1{
	background-image: url(/img/mid_ages_showcase.png);
	background-position: 100%;
}
.slider-item.item-2{
	background-image: url(/img/bow_showcase.png);
	background-position: 100%;
}
.slider-item.item-3{
	background-image: url(/img/ballin_trash_showcase.png);
	background-position: 100%;
}

.slider-item.active{
	opacity: 1;
	z-index: 2;
}

.slider-item-content{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding:0 12rem;
}

.slider-item-content h6{
	color: white;
	font-weight: 300;
	
	text-shadow: -1px 1px 3px #1115;
	transform: translateY(50%);
	opacity: 0;
	text-align: left;
	transition: .6s .2s;
	line-height: 100%;
	font-size: 4rem;
}

.slider-sub-text{
	text-shadow: -1px 1px 5px #1119;
}

.slider-item.active .slider-item-content h6{
	transform: translateY(0);
	opacity: 1;
}

.slider-item p{
	font-size: 22px;
	color: white;
	line-height: 160%;
	margin-top: 10px;
	text-align: left;
	width: 60%;
	transform: translateY(50%);
	opacity: 0;
	transition: .6s .5s;
}

.slider-item h6{
	font-weight: 600;
	text-shadow: -2px 2px 5px #1119;
}
.slider-item.active p{
	transform: translateY(0);
	opacity: 1;
}

.slider-nav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 20%;
	height: 1px;
	background: #fff9;
	display: flex;
	align-items: center;
	z-index: 5;
}

.slider-nav a{
	display: flex;
	align-items: center;
}

.nav-span{
	position: absolute;
	width: 33.333%;
	background: #fff;
	height: 3px;
	opacity: 0;
	transition: opacity .2s;
	cursor: pointer;
}

.span-1{
	left: 0;
}

.span-2{
	left: 33.333%;
}

.span-3{
	right: 0;
}

.nav-span.active{
	opacity: 1;
}

.nav-span:hover {
	opacity: 1;
}

.about{
	padding: var(--container-padding);
	overflow: hidden;
}
.about-top-row{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10%;
}

.about-top-text-box{
	width: 50%;
	margin-right: 10%;
}

.about-top-text-box p{
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .5em;
	
	position: relative;
	white-space: nowrap;
}

.about-top-text-box p:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 13em;
	background: #a1787e;
}
.about-top-text-box h1{
	
	color: var(--secondary-color);
	font-size: 3.1rem;
	line-height: 3.2rem;
	margin-top: 10px;
	padding-right: 30%;
}
.about-row{
	width: 100%;
}
.about-bot-row{
	height: 700px;
	display: flex;
}
.about-bot{
	height: 100%;
	position: relative;
}
.about-bg{
	position: absolute;
	background-color: var(--primary-color);
	height: 70%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -2;
}

.about-bot-left{
	display: flex;
	width: 40%;
	justify-content: flex-end;
}

.about-bot-left img{
	width: 40%;
	height: 50%;
	object-fit: cover;	
}

.about-slider{
	width: 65%;
	position: relative;
	overflow: hidden;
}
.about-slider-container{
	display: flex;
	width: 100%;
	height: 100%;
}
.about-slider img{
	object-position: top center;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.about-slider-buttons{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.about-slider-buttons div{
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1A2041;
	transition: .3s;
	cursor: pointer;
}

.about-slider-buttons div:hover{
	background-color: rgb(18, 23, 54);
}
.about-slider-buttons svg{
	fill: white;
	height: 20px;
	width: 20px;
}
#aboutNextBtn svg{
	transform: rotate(180deg);
}

.about-bot-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 60%;
}

.privacy ul a:hover{
	color: var(--secondary-color);
}


.privacy .about-bot-row{
	height: unset;
}
.privacy .about-bot-right{
	width: 100%;
	align-items: center;
	height: unset;
	padding: 100px 0;
	margin: 100px 0;
}
.privacy .about-bg{
	height: 100%;
}

.privacy .about-bot-mid-text h2{
	color: var(--secondary-color)
}
.privacy .about-bot-mid-text h3{
	color: var(--third-color)
}

.privacy .about-bot-mid-text p{
	margin: 10px 0 40px 0;
}

.privacy .about-bot-mid-text ul{
	color: var(--third-color);
	font-weight: 300;
	margin-left: 40px;
	margin-bottom: 30px;
}

.privacy .about-bot-mid-text a{
	color: inherit;
}

.privacy .about-bot-mid-text li{
	list-style-type: disc !important;
}

.privacy .about-bot-mid-text p::before{
	content: "";
	height: 0px;
	width: 50px;
	background-color: var(--secondary-color);
	display: block;
	margin-bottom: 10px;
}

.about-bot-mid-text{
	width: 80%;
}

.about-bot-mid-text p{
	
	color: white;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2em;
	margin: 40px 0;
}

.about-bot-mid-text p::before{
	content: "";
	height: 1px;
	width: 50px;
	background-color: var(--secondary-color);
	display: block;
	margin-bottom: 10px;
}

.about-bot-mid-btn{
	background-color: transparent;
	padding: 10px 40px;
	color: white;
	margin-top: 20px;
	border: 1px solid white;
	
	transition: .3s;
	cursor: pointer;
}

.about-bot-mid-btn:hover{
	box-shadow: -2px 2px 0 #fff;
	transform: translate(2px,-2px);
}

.sec3{
	padding: 0 20% 150px 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	overflow: hidden;
}

.sec3-row.row-1{
	text-align: center;
}

.sec3-row.row-1 p{
	text-transform: uppercase;
	color: var(--secondary-color);
	font-size: 0.867em;
	line-height: 1.5em;
	letter-spacing: 6.5px;
	margin-bottom: 20px;
}

.sec3-row.row-1 h1{
	font-size: 3rem;
	padding: 0;
}

.sec3-row.row-2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 60px 0;
}

.no-mt{
	margin-top: 0 !important;
}

.mb-20{
	margin-bottom: 20px !important;
}

.sec3-img-container{
	margin-right: 30px;
	position: relative;
}
.sec3-img-container:nth-of-type(odd){
	max-height: 500px;
}
.sec3-img-container:nth-of-type(even){
	max-height: 400px;
}

.sec3-img-container img{
	max-height: 100%;
	width: 100%;
	object-fit: cover;
}


.sec3-img-container:last-of-type{
	margin-right: 0;
}

.sec3-row.row-3{
	display: flex;
	flex-wrap: wrap;
}
.sec3-row.row-4{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec3-row.row-4 img{
	height: 100px;
	width: 250px;
}
.sec3-row.row-4 a{
	width: 100%;
}

.sec3-img-hover{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding:12px;
	color: white;
	opacity: 0;
	transition: opacity .4s;
}

.sec3-img-container:nth-of-type(odd) .sec3-img-hover{
	background-color: rgba(216,196,190,0.95);
}
.sec3-img-container:nth-of-type(even) .sec3-img-hover{
	background-color: #70816bd5;
}
.sec3-img-container:hover .sec3-img-hover{
	opacity: 1;
}
.hover-num{
	
	font-size: 2.3em;
}
.hover-text::after{
	content: "";
	height: 1px;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	background-color: #fff5;
}
.hover-text{
	
	font-size: .9em;
	position: relative;
	margin-top: 20px;
	padding-right: 10%;
}
.sec3 .num{
	color: var(--secondary-color);
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1em;
}

.sec3 .text{
	
	font-size: 1.4em;
	font-weight: 500;
	margin-left: 10px;
	line-height: 1em;
}
.sec3-col-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.sec3-col-bot p{
	
	line-height: 1.3rem;
	font-size: .9rem;
}
.sec3-col{
	padding-right: 40px;
	max-width: 33%;
}

.sec3-col:nth-of-type(3n){
	padding-right: 0;
}
.sec3-col:nth-of-type(n+4){
	margin-top: 30px;
}

/* products */ 

.gallery{
	background-color: #1A2041;
	margin: 150px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: var(--container-padding);
	padding-top: 50px;
	padding-bottom: 50px;
	overflow-x: hidden;

}
.products{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}
.products-big-row.row-1{
	height: 800px;
	width: 100%;
	padding:80px 160px;
}

.products-left{
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: white;
	
}

.products-sub-text{
	letter-spacing: 5px;
	font-size: 13px;
}
.products-left h1{
	margin: 10px 0 50px 0;
	font-size: 2.7rem;
}

.products-left .text{
	padding: 0 25%;
	line-height: 1.6rem;
	margin-bottom: 50px;
}

.products-button{
	border:1px solid white;
	padding:15px 40px;
	font-size: 13px;
	cursor: pointer;
	transition: .3s !important;
}
.products-button:hover{
	padding: 15px 50px;
	background-color:  #A1787E;
	border-color: #A1787E;
}
.products-button.btn-2{
	display: none;
	color: white;
	
	margin-top: 50px;
}
.products-right{
	width: 60%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.products-gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.products-gallery-row{
	display: flex;
	max-width: 100%;
}

.products-img-container{
	width: 30%;
	padding: 1%;
}

.products-img-container img{
	object-fit: cover;
	width: 100%;
	max-height: 100%;
}

.gallery-more-items{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content:flex-end;
	padding:0 50px;
}
.gallery-more-items .gallery-sec{
	margin-top: 50px;
	grid-template-columns: repeat(5,  minmax(200px, 400px));
	grid-template-rows: repeat(1, minmax(200px, 300px));
	
}
.gallery-sec{
	display: grid;
	grid-template-columns: repeat(3, minmax(200px, 400px));
	grid-template-rows: repeat(2, minmax(200px, 300px));
	grid-gap: 30px;
}
.gallery-sec.sec-2,.gallery-sec.sec-3{
	display: none ;
}

.gallery-item{
	cursor: pointer;
	transition: .3s;
	position: relative;
}
.gallery-item:after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #1115;
	transition: opacity .3s;
}
.gallery-item:before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-image: url(/img/icons/full-screen.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10%;
	transition: opacity .5s;
	z-index: 2;
}

.gallery-item:hover{
	transform: scale(1.03);
}
.gallery-item:hover:after{
	opacity: 1;
}
.gallery-item:hover::before{
	opacity: 1;
}

.gallery-item,.gallery-item img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}


/* map */
.map-container{
	width: 100%;
	padding: var(--container-padding);
	margin-top: 130px;
}

#map{
	height: 400px;
	width: 100%;
}


.map-heading{
	text-align: center;
	margin-bottom: 80px;
}

.map-heading p{
	text-transform: uppercase;
	letter-spacing: 5px;
	
	color: #A1787E;
	margin-bottom: 10px;
}

.map-heading h1{
	font-size: 2.6rem;
	color: #1A2041;
}

.footer{
	background-color: var(--secondary-color);
	border-bottom: 8px solid var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	padding: 60px 100px;
	overflow: hidden;
}

.footer-col{
	width: 25%;
	height: 100%;
}

.footer-col-container{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding-left: 20%;
}

.footer-col h5{
	color: white;
	
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.footer-col p, .footer-col li{
	color: white;
	font-size: 15px;
}

.footer-col.col-1 p{
	padding-right: 50%;
	line-height: 1.5rem;
}

.footer-menu li{
	margin-bottom: 10px;
}

.footer-col.col-3 p{
	margin-bottom: 10px;
	transition: .3s;
}

.footer-col.col-4 svg{
	height:20px;
	width:20px;
	fill: white;
	margin-right: 10px;
}
.phone-sec,.mail-sec{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.bordered-button{
	border: 1px solid var(--primary-color);
	padding: 10px 20px;
	max-width: 150px;
	text-align: center;
	margin-top: 10px;
	
	text-transform: uppercase;
	font-size: 13px;
	transition: .3s;
	box-shadow: 2px 2px 0 white;
	color: white;
	background-color: var(--primary-color);
	transform: translate(-2px,-2px);
}

.bordered-button:hover{
	transform: translate(0,0);
	box-shadow: none;
}
.footer-col a:hover li,
.footer-col a:hover p
{
	color: var(--primary-color);
}

.copyright{
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	left: 50%;
	transform: translateX(-50%);
	
}

.copyright p{
	color: #fff9;
}

.copyright span{
	color: #fff;
}

.copyright span:hover{
	color: var(--primary-color);
}

.back-to-top{
	position: absolute;
	bottom: 0px;
	opacity: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

.back-to-top.active{
	bottom: 30px;
	opacity: 1;
}

.back-to-top svg{
	height: 20px;
	width: 20px;
	fill: white;
	transform: rotate(90deg);
}

.mobile-menu{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 120px);
	background-color: var(--secondary-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 99;
	transform: translateY(-100%);
	transition: .5s;
}
.mobile-menu.active{
	transform: translateY(0);
}
.mobile-menu li{
	color: #fff;
	
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.mobile-menu-icon{
	display: none;
	justify-content: flex-end;
	align-items: center;
	height: 50px;
	width: 50px;
	position: relative;
	cursor: pointer;
}

.mobile-menu-icon span{
	width: 80%;
	height: 4px;
	background-color: var(--secondary-color);
	right: 0;
	transition: .4s;
}

.mobile-menu-icon.active span{
	background-color: transparent;
}

.mobile-menu-icon.active span:after{
	transform: translateX(-6px) translateY(6px) rotate(45deg);
}
.mobile-menu-icon.active span::before{
	transform: translateX(-6px) translateY(0px) rotate(-45deg);
}
.mobile-menu-icon span:after{
	content: "";
	width: 80%;
	height: 4px;
	background-color: var(--secondary-color);
	position: absolute;
	bottom: 12px;
	right: 0;
	transform-origin: right;
	transition: .4s;
}
.mobile-menu-icon span::before{
	content: "";
	width: 80%;
	height: 4px;
	background-color: var(--secondary-color);
	position: absolute;
	top: 12px;
	right: 0;
	transform-origin:right;
	transition: .4s;
}
@media only screen and (max-width: 1500px){
	.slider-item-content h6{
		font-size: 5rem !important;
	}
	.slider-item.item-1 h6{
		line-height: 5rem;
	}
	.slider-item p{
		font-size: 18px;
		line-height: 33px;
	}
	.about-slider{
		width: 80%;
	}
}

@media only screen and (max-width: 1400px){
	.products{
		flex-direction: column;
	}
	.gallery-sec{
		grid-template-columns: repeat(3, minmax(100px, 300px)) !important;
		grid-template-rows: repeat(2, minmax(100px, 300px)) !important;
	}
	.products-right{
		width: 100%;
	}
	.products-left{
		width: 80%;
		margin-bottom: 50px;
	}
	.about-bot-mid-text{
		width: 60%;
	}
	.about-bot-left{
		display: none;
	}
	.about-bot-right{
		width: 100%;
	}
	.about-slider{
		width: 100%;
	}
	.about-bot-mid-text{
		width: 100%;
		margin-left: 0;
		padding: 50px;
	}
}
@media only screen and (max-width: 1300px){
	.footer-col-container h5{
		font-size: 1.2rem;
	}
	.footer-col-container p{
		font-size: 13px;
	}
	.footer-col.col-1 p{
		padding-right: 30%;
	}
	.about-top-text-box h1{
		padding-right: 0;
	}
	.sec3-row.row-1 h1{
		padding: 0;
	}
	.products-img-container img{
		height: 100%;
		width: 100%;
	}
	.products-big-row.row-1{
		padding: 80px 140px;
		flex-direction: column;
		height: unset;
	}
	.products-left .text{
		padding: 0;
	}
	.about-bot-top-text{
		display: none;
	}
	.products-right{
		width: 100%;
	}
	.products-left{
		margin-bottom: 50px;
	}
}


@media only screen and (max-width: 1200px){
	
	.sec3-img-container img{
		max-height: 250px;
	}
}

@media only screen and (max-width: 1100px){
	.right-bar,.left-bar{
		display: none;
	}
	.main-menu{
		display: none;
	}
	.mobile-menu-icon{
		display: flex;
	}
	:root{
		--container-padding: 0;
	}
	.header{
		padding: 0 5%;
	}
	.sec3{
		padding: 0 10%;
	}
	.products-big-row.row-1{
		padding: 80px 40px;
	}
}

@media only screen and (max-width: 900px){
	
	.footer-col-container:first-of-type{
		padding: 15% 0 0 0;
	}
	.slider-item.item-1 h6{
		line-height: 3.2rem;
	}
	.slider-item h6{
		font-size: 3.4rem !important;
	}
	.slider-item-content{
		padding: 0 6rem;
	}
	.about-bg{
		height: 80%;
	}
}

@media only screen and (max-width: 800px){
	.about-bg{
		height: 100%;
	}
}

@media only screen and (max-width: 700px){
	.logo-img{
		height: 40px;
	}
	.sec3-row.row-4{
		flex-direction: column;
	}
	.slider-item-content{
		padding: 0 3rem;
	}
	.about-top-text-box p{
		font-size: 12px;
		letter-spacing: .2em;
	}
	.about-top-text-box h1{
		font-size: 2rem;
		line-height: 1.5rem;
	}
	.about-top-text-box{
		width: 70%;
	}
	.slider-item p{
		font-size: 14px;
		line-height: 20px;
		width: 80%;
	}
	.slider-item h6{
		font-size: 2rem !important;
		margin-bottom: 20px;
	}
	.slider-item.item-1 h6{
		font-size: 3rem !important;
		line-height: 2.7rem;
	}
	.about-bot-row{
		flex-direction: column;
		height: unset;
		margin-top: 60px;
	}
	.about-bot-mid-text > p{
		font-size: 14px;
	}
	.sec3-col{
		max-width: unset;
	}
	.about-bot-mid-btn{
		border-color: var(--secondary-color);
	}
	.about-bot-mid-btn p{
		color: var(--secondary-color);
		font-size: 14px;
	}
	.sec3-row.row-1{
		padding: 0 10px;
	}
	.about-bot-mid-text{
		width: 100%;
		margin-left: 0;
		padding: 5%;
	}
	.sec3-row.row-1 h1{
		font-size: 2rem !important;
		line-height: 2rem;
	}
	.sec3-row.row-3{
		flex-direction: column;
		justify-content: center;
		padding: 0 7%;
	}
	.sec3-col{
		margin-top: 50px;
		padding-right: 0;
	}
	.sec3-row.row-2{
		flex-wrap: wrap;
	}
	.sec3{
		padding: 0;
	}
	.sec3-img-container{
		margin: 5px;
	}
	.products-left h1{
		font-size: 2rem !important;
		line-height: 2rem;
	}
	.products-left{
		width: 100%;
	}
	.products-left .text{
		font-size: 13px;
	}
	.products-gallery-row{
		flex-direction: column;
	}
	.footer{
		height: unset;
		flex-direction: column;
		margin-top: 60px;
	}
	.footer-col{
		width: 100%;
	}
	.footer-col-container{
		align-items: center;
	}
	.footer-col.col-1 p{
		padding-right: 0;
		text-align: center;
	}
	.sec3-row.row-1 p{
		font-size: 12px;
		letter-spacing: 4px;
	}
	.nav-btn{
		display: none;
	}
	.nav-yol-btn{
		display: none;
	}
	.gallery-sec{
		grid-template-columns: repeat(1, minmax(100px, 300px)) !important;
		grid-template-rows: repeat(auto, minmax(100px, 300px)) !important;
	}
	#galleryMore{
		display: none;
	}
	#galleryMore2{
		display: block;
	}
}

@media only screen and (max-width: 400px){
	.logo-img{
		height: 30px;
	}
}
	


/* Lightbox */

.lightbox{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111d;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
}

.lightbox.active{
	display: flex;
}

.lightbox-container{
	height: 80%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lightbox-container img{
	height: 100%;
	object-fit: cover;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#nextBtn, #prevBtn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

#nextBtn:hover svg, #prevBtn:hover svg{
	fill: var(--fourth-color);
}
#nextBtn svg, #prevBtn svg{
	fill: var(--primary-color);
	height: 40px;
	width: 40px;
	transition: fill .2s;
}

#nextBtn{
	right: 50px;
}

#prevBtn{
	left: 50px;
}

#prevBtn svg{
	transform-origin: center;
	transform: rotate(180deg);
}
