@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/*============================

==============================*/
.top-header{
	font-weight: 500;
	padding: 15px 0px;
	background-color: #1C54B0;
}
.top-header span{
	color: #fff;
	font-size: 1rem;
}
.top-header a{
	color: #fff;
	font-size: 1rem;
	margin-left: 15px;
	display: inline-block;
}

/*============================

==============================*/
.sections{
	padding: 50px 0px;
}
.viewbtn{
	color: #000;
	display: block;
	padding: 10px;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid #111;
}


/*============================

==============================*/
#home-slider{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 75vh;
	background-color: #111;
}
.demo-inner-content {
	position: relative;
	z-index: 2;
	margin: 100px auto;
	padding: 40px 0px;
	max-width: 800px;
	color: #fff;
	text-align: center;
}
.demo-inner-content h1{
	font-size: 3.5em;
	margin: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.demo-inner-content p{
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 10px;
}

/*============================

==============================*/
.products-items{
	background-color: #E7F1F2;
}
.products-items h2{
	color: #000;
	margin: 0px;
	font-size: 2.5rem;
	font-weight: 700;
}
.products-items p{
	color: #333;
	font-size: 1.2rem;
	line-height: 1.5;
}
.products-items .sort{
	margin-top:30px;
}
.products-items .sort .img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
.products-items .sort .img:after {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: '';
	border: 1px solid #000;
	z-index: -1;
	border-radius: 50%;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.products-items .sort .img:hover:after {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.4);
}
.products-items .sort a{
	font-size: 1.1rem;
	font-weight: 600;
	color: #111;
}

.img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}


/*============================

==============================*/
.product-feature{}
.product-feature h2{
	color: #000;
	margin: 0px;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}
.product-feature .img-hover{
	display: block;
}
.product-feature .img-hover img{
	display: block;
	width: 100%;
}
.product-feature .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.product-feature .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #d7d7d7;
	margin: 0 5px;
}
.product-feature .owl-dots button.owl-dot.active {
	background-color: #000;
}
.product-feature .owl-dots button.owl-dot:focus {
	outline: none;
}
/*============================

==============================*/
.home-section3{
	padding-top: 20px;
	padding-bottom: 50px;
}
.home-section3 h3{
	font-size: 2rem;
	color: #111;
	width: 80%;
	margin-top: 20px;
	font-weight: 700;
}
.home-section3 p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
}

.img-hover-zoom {
	overflow: hidden;
}
.img-hover-zoom img {
	transition: transform .5s ease;
}
.img-hover-zoom:hover img {
	transform: scale(1.1);
}


/*============================

==============================*/
.home-section4{
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
.home-section4 .wrap{
	background: rgba(0, 0, 0, .7);
}
.home-section4 h2{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.home-section4 small{
	color: #fff;
	display: block;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.home-section4 p{
	margin: 0px;
	color: #fff;
	line-height: 1.5;
	font-size: 1.2rem;
}
.home-section4 h6{
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}
.testimonials-section{}
.testimonials-section .owl-dots{
	text-align: center;
	margin-top: 10px;
}
.testimonials-section .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #d7d7d7;
	margin: 0 5px;
}
.testimonials-section .owl-dots button.owl-dot.active {
	background-color: #000;
}
.testimonials-section .owl-dots button.owl-dot:focus {
	outline: none;
}
/*============================

==============================*/
.home-section5{}
.home-section5 h2{
	font-size: 2rem;
	color: #111;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.home-section5 .wrap{
	padding: 30px 20px;
	text-align: center;
	border-radius: 15px;
	border: 2px solid #111;
}
.home-section5 .wrap h4{
	font-size: 1.2rem;
	color: #111;
	font-weight: 600;
	text-transform: uppercase;
}
.home-section5 .wrap p{
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333;
}
/*============================

==============================*/
.clr::after{
	clear: both;
	content: "";
	display: table;
	overflow: hidden;
}

/*============================

==============================*/
.follow-section{
	padding-bottom: 40px;
}
.follow-section .wrap{
	float: left;
	width: 33.333%;
	margin: 20px 0px;
	text-align: center;
}
.follow-section .wrap div{
	padding: 30px;
}
.follow-section .wrap div h4{
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	margin: 10px 0px;
	display: inline-block;
}
.follow-section .wrap div p{
	font-size: 1.1rem;
	line-height: 1.5;
	margin: 0px;
	color: #fff;
}


.Instagram-wrap{
	background-color: transparent;
  background-image: linear-gradient(160deg, #405DE6 0%, #E1306C 100%);
}
.Facebook-wrap{
	background-color: #4267B2;
}
.email-wrap{
	background-color: #000;
}
/*============================

==============================*/
.about-section1{
	text-align: center;
}
.about-section1 h2{
	font-size: 2.5rem;
	font-weight: 600;
	color: #000;
}
.about-section1 p{
	font-size: 1.5rem;
	color: #333;
	line-height: 1.5;
}

.about-section2{
	padding-bottom: 60px;
}
.about-section2 p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 15px 0px;
}

/*============================

==============================*/
.services-section{
	background-color: #eee;
}
.services-section .wrap{
	text-align: center;
	padding: 20px;
	background-color: #fff;
}
.services-section h4{
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
}
.services-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.services-section img{
	display: block;
	width: 100%;
}




/*============================

==============================*/
.products-title{
	padding: 0px 10px;
}
.products-title h2{
	font-size: 1.8rem;
	color: #000;
	font-weight: 600;
}

.clothing-section .img-hover{
	display: block;
}
.clothing-section .img-hover img{
	display: block;
	width: 100%;
}


.clothing-section .owl-dots{
	margin-top: 20px;
}
.clothing-section .owl-dots button.owl-dot {
	width: 20px;
	height: 3px;
	
	display: inline-block;
	background: #d7d7d7;
	margin: 0 5px;
}
.clothing-section .owl-dots button.owl-dot.active {
	background-color: #000;
}
.clothing-section .owl-dots button.owl-dot:focus {
	outline: none;
}


/*============================

==============================*/
.products{}
.products p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	text-align: center;
}
.products .wrap{
	margin: 15px 0px;
	position: relative;
}
.products .wrap .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.products .wrap .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.products .wrap:hover .image {
  opacity: 0.3;
}

.products .wrap:hover .middle {
  opacity: 1;
}

.products .wrap .text{
	display: block;
}




/*============================

==============================*/
.policy-section{}
.policy-section h4{
	margin: 15px 0px;
	color: #000;
	font-weight: 600;
}
.policy-section p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
}




/*============================

==============================*/






/*============================

==============================*/
.contact-section{
	padding-top: 50px;
	padding-bottom: 20px;
}
.contact-section h2{
	font-size: 2.3rem;
	color: #000;
	margin: 0px;
	font-weight: 700;
}
.contact-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	margin-bottom: 30px;
}
.contact-section .contact-line{
	width: 100%;
	height: 50px;
	z-index: 1;
	margin-top: -55px;
	position: relative;
	margin-bottom: 0px;
	background-color: #fff;
}
.contact-section h3{
	color: #000;
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 700;
}
.contact-section ul{
	margin-bottom: 15px;
}
.contact-section ul li{
	margin: 10px 0px;
	font-size: 1rem;
	color: #333;
}
.contact-section ul li a{
	color: #666;
	text-decoration: underline;
}
.contact-section .social-media li a{
	text-decoration: none;
	font-size: 1.3rem;
	color: #333;
}
.contact-section .wrap{
	padding: 30px;
	background-color: #E7F1F2;
}

.contact-map{
	padding: 10px;
}
/*============================

==============================*/
.footer-section{
	padding-top: 30px;
	background-color: #000;
}
.footer-section .footer-wrap{
	padding: 40px 0px;
}
.footer-section .footer-wrap h2{
	font-size: 2.3rem;
	color: #fff;
	margin-bottom: 15px;
}
.footer-section .footer-wrap h5{
	font-size: 1.2rem;
	color: #DDA632;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-section .footer-wrap ul{
	margin: 0px;
	padding: 0px;
}
.footer-section .footer-wrap ul li{
	font-size: 1.1rem;
	margin: 10px 0px;
	color: #fff;
}
.footer-section .footer-wrap ul li a{
	color: #fff;
}
.footer-section .footer-wrap a{
	color: #ccc;
	text-decoration: underline;
}

.find-store{
	color: #111!important;
	display: block;
	padding: 10px;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 500;
	border-radius: 3px;
	background-color: #fff;
	text-decoration: none!important;
}


.footer-section .copyright{
	font-size: 1rem;
	padding: 40px 0px;
	text-align: center;
	border-top: 1px solid #333;
}
.footer-section .copyright span{
	color: #fff;
}
.footer-section .copyright span a{
	color: #ccc;
}
/*============================

==============================*/

@media all and (max-width : 768px){
.sections{
	padding: 20px 0px;
}
/*============================

==============================*/
#home-slider{
	min-height: 80vh;
}
.demo-inner-content {
	position: relative;
	z-index: 2;
	margin: 70px auto;
	padding: 40px 0px;
	max-width: 100%;
	color: #fff;
	text-align: center;
}
.demo-inner-content h1{
	font-size: 3em;
	line-height: 1.1;
}
.demo-inner-content p{
	font-size: 1.3rem;
	margin-bottom: 0px;
	line-height: 1.3;
}
/*============================

==============================*/
.follow-section .wrap{
	float: none;
	width: 100%;
}
/*============================

==============================*/
.products-items h2{
	font-size: 2rem;
}
.product-feature h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	text-align: center;
}

.product-feature .btn_1{
	width: 100%;
	margin: 0px;
	text-align: center;

}
/*============================

==============================*/
.home-section3{
	padding: 20px 0px;
}
.home-section3 h3{
	width: 100%;
	text-align: center;
}
.home-section3 p{
	text-align: center;
}
/*============================

==============================*/
.about-section1 h2{
	font-size: 2rem;
}
.about-section1 p{
	font-size: 1.3rem;
}
.about-section2 p{
	text-align: center;
}
.about-section2{
	padding-bottom: 0px;
}

/*============================

==============================*/
.services-section img{
	margin-top: 20px;
}
.products-title h2{
	font-size: 1.8rem;
	text-align: center;
}
.products-title .btn_1{
	width: 100%;
	margin: 0px;
	text-align: center;

}
.clothing-section .owl-dots{
	text-align: center;
}
.clothing-section .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #d7d7d7;
}
/*============================

==============================*/
.contact-section .contact1{
	padding: 30px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #eee;
}
.contact-section .contact1 h2{
	font-size: 1.5rem;
	letter-spacing: -1px;
}
.contact-section article{
	padding: 10px 0px;
	text-align: center;
}
/*============================

==============================*/
.contact-section{
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact-section p{
	margin: 0px;
	margin-bottom: 10px;
}

/*============================

==============================*/



/*============================

==============================*/





.follow-section{
	padding-bottom: 20px;
}
/*============================

==============================*/
.footer-section{
	padding-top: 20px;
}
.footer-section .footer-wrap h2{
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
}
.footer-section .footer-wrap h5{
	margin: 25px 0px;
	padding-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 2px dotted #666;
}
.footer-section .copyright span{
	display: block;
}












}