:root{
	--pink: #ed215d;
	--black: #2222;
	--font : 'Poppins', sans-serif;
}
html{
	scroll-behavior: smooth;
}
a.whatsapp{
	position: fixed;cursor: pointer;bottom: 22px;z-index: 1000;border: none;left: 30px;animation: pulse 0.8s infinite;
}
@keyframes pulse{
	from{
		transform: scale(1.0);
	}
	to{
		transform: scale(1.1);
	}
}
#movetotop{
	width: 40px;height: 40px;position: fixed;right: 2%;bottom: 3%;border-radius: 50%;border: none;background:#ed215d;color: #fff;cursor: pointer;z-index: 111;
}
a{
	text-decoration: none;
}
.containers{
	width: 70%;
	margin-left: 15%;
}
.header-call{
	text-align: right;
}
.header-call a{
	color: #fff;
	text-decoration: none;
	font-family: var(--font);
	font-weight: 400;
	font-size: 14px;
}
ul{
	margin: 0;
	padding: 0;
}
.header-call ul li{
	display: inline;
	color: #fff;
}
.header-call ul li:nth-child(1){
	margin-right: 15px;
}
.header-call ul li:nth-child(2){
	margin-right: 15px;
}
.header-call ul li:nth-child(3){
	margin-right: 15px;
}
li.nav-item{
	margin-right:5px;
}
li.nav-item a{
	color: #fff;
	text-transform: uppercase;
	font-family: var(--font);
	font-size: 0.8vw;
}
.dropdown-menu a.dropdown-item{
	color: #000;
}
.header-order-btn{
	display: flex;
	align-items: center;
}
.header-order-btn a{
	background: var(--pink);
	padding:5%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8vw;
}
.footer-newsletter{
	padding: 30px 0 30px 0;
	color: #fff;
	font-weight:600;
	font-size: 16px;
	text-transform: uppercase;
}
.footer-newsletter-btn{
	text-align: right;
}
.footer-newsletter-btn a{
	color: #fff;
	padding: 8px 30px 8px 30px;
	border: 1px dashed #fff;
}
.footer-links{
	padding: 50px 0 20px 0;
}
.footer-links h3{
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.footer-links ul{
	margin-top: 30px;
}
.footer-links ul li{
	margin-bottom: 15px;
}
.footer-links ul li a{
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.footer-links p{
	color: #fff;
	font-size: 14px;
	line-height:20px;
	font-family: var(--font);
	font-weight: 200;
	margin-top: 30px;
	text-align: justify;
}
input .newsletter{
	background: none;
	border: 1px solid #999;
}
.newsletter-cont ul{
	margin: 0;padding: 0;margin-top: 15px;
}
.newsletter-cont ul li{
	display: inline;
	color: #fff;
}
.newsletter-cont ul li:nth-child(1)
{
	margin-right: 10px;
	background: #393939;
	padding: 8px 13px 8px 13px;
}
.newsletter-cont ul li:nth-child(2)
{
	margin-right: 10px;
	background: #393939;
	padding:8px 12px 8px 12px;
}
.newsletter-cont ul li:nth-child(3)
{
	margin-right: 10px;
	background: #393939;
	padding: 8px 9px 8px 9px;
}
.newsletter-cont ul li:nth-child(4)
{
	background: #393939;
	padding: 8px 12px 8px 12px;
}
.footer-details{
	padding: 30px 0 30px 0;
}
.footer-details span{
	color: #999;
	font-size: 14px;
	font-family: var(--font);
	border: 1px dashed #999;
	padding: 8px;
	font-weight: 100;
	line-height: 20px;
}
.copyright{
	color: #fff;
}
.foot-logo img{
	width:80%
}
.glance_product a{
	position: relative;
	overflow: hidden;
display: inline-block;
transition: all 0.15s ease-in-out 0s;
}
.glance_product a:hover::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(255,255,255,.2);
	content: '';
	transition: transform  0.6s;
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-190%,0);
}
.glance_product a img{
	transition: opacity 0.35s,transform 0.35s;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	-ms-transition: opacity 0.35s,-ms-transform 0.35s;
	-moz-transition: opacity 0.35s,-moz-transform 0.35s;
}
.latest-arrival{
	position: relative;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.latest-arrival:before{
	  content: "\f06b";
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background: #d93d5e;
  position: absolute;
  left: -34px;
  top: -5px;
  font-family: FontAwesome;
  font-size: 18px;
}
.latest-arrival h4 a{
	text-transform: uppercase;
	font-size: 24px;
	font-family: var(--font);
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.latest-arrival h4 span{
	font-size: 14px;
	font-family: var(--font);
	margin-top: -7px;
}
.product{
	width:100%;
	height: auto;
	display: flex;
}
.product img{
	width:94%;
	margin: 10px;
}
button.slick-prev.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -50px;
	left:93%;
}
button.slick-next.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -50px;
	right:2%;
}
.your-class3 button.slick-prev.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top:50%;
	left:-50px;
}
.your-class3 button.slick-next.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top:50%;
	right:-50px;
}
.cat_details{
	width:94%;border: 1px solid #ebebeb;color:#ed215d;
	font-family: 'Poppins', sans-serif;text-align: center;
	padding:15px;text-transform: uppercase;
	margin-top: -10px;margin-left: 3%;
}
.blog_details_home{
	width: 80%;
	margin-left: 10%;
	border: 1px solid #ebebeb;color:#ed215d;
	font-family: 'Poppins', sans-serif;text-align: center;
	padding:30px;text-transform: uppercase;
	background: #fff;
	margin-top: -12%;z-index: 11;
	position: relative;
}
.blog_details_home p{
	color: #999;
	font-family: var(--font);
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	text-transform: lowercase;
	margin-top: 10px;
	margin-bottom: 0;
}
.slider-contents{
	width: 44%;margin-left:0%;position: absolute;top:40%;
}
.slider-contents2{
	width: 30%;margin-right:10%;position: absolute;top:30%;right: 0;
	background-color: rgba(0,0,0,.7);padding: 30px;
}
.slider-contents h1:nth-child(1) {
  color:#fff;
  background: #000;
  font-family: 'Fira Code', monospace;
  font-weight: 800;
  font-size:30px;
  margin: 0 0 0 25%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width:300px;
 animation: type 2s steps(40,end) forwards;
}

.slider-contents h1:nth-child(2) {
	opacity: 0;
  font-family: var(--font);
  margin: 0 0 0 25%;
  background:#fff;
  font-weight: 800;
  font-size: 120px;  
  width:750px;
  overflow: hidden;
    animation: shring-animation 2.2s steps(40,end) 2s forwards, blink .5s step-end infinite alternate;
}

@keyframes shring-animation {
  0% {
    background-position: 0 0;
    opacity: 0;
    width: 0;
  }
  1% {
    background-position: 0 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  50% {
    background-position: 150px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  100% {
    background-position:0px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
}

@keyframes type {
  0% {
    width: 0;
  }
  1%, 99%{
    border-right: 1px solid orange;
  }
  100%{
    border-right: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
h2.recommended-pro-headline{
	position: absolute;top:20%;left: 50%;transform: translateX(-50%);color: #fff;font-weight:600;
	font-family: var(--font);font-size:60px;background: #000;padding: 10px;
}
.product_inner span{
	content: " ";
	position: absolute;
	background: var(--pink);
	top: 20px;
	left:30px;
	padding:0 7px 2px 7px;
	color: #fff;
	font-weight: 600;
}
.product_inner_details{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
}
.enquire-now a{
	color: var(--pink);
}
.lat_arri_mar{
	position: relative;margin-top:40px;margin-bottom: 30px;
}
.second-cont{
	 padding-top: 40px;padding-bottom: 30px;
}
img.ad_ban{
	width: 100%;
}
.second-cont{
	 padding-top: 20px;padding-bottom: 20px;
}
.your-class3{
	width:100%;
}
.cat-cont{
	background:#fff;padding: 30px;
}
.last_second{
	margin-top:30px;margin-bottom:40px;
}
.pad_right_30{
	padding-right: 30px;
}
.header_details{
	margin-top: 50px;padding:9% 15% 6% 9%
}
.header_details h1{
	background: #000;
	color: #fff;
	padding: 5px;
	font-family: var(--font);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 65px;
	margin-bottom: 20px;
	width:auto;
}
.header_details span{
	background: var(--pink);
	padding: 4px 9px 6px 9px;
	border-radius: 15px;
	color: #fff;
	font-weight: 600;
}
.header_details a{
	color: #fff;
	font-weight: 600;
	font-family: var(--font);
	margin-left:10px;
}
.contact-form h3{
	text-transform: uppercase;
	font-family: var(--font);
	font-weight: 600;
	font-size: 36px;
}
.contact-form h2{
	text-transform: uppercase;
	font-family: var(--font);
	font-weight: 900;
	font-size: 22px;
}
.contact-form ul li{
	font-size: 16px;
	margin-top: 15px;margin-bottom: 15px;
}
.contact-form ul li i{
	font-size: 20px;
}
.header_bg{
	margin-top: -7%;
}
.contact-page-padding{
	padding:60px 0 60px 0;
}
.flex h3{
	font-size:50px;
}
.headline{	
	border: 1px solid grey;
	padding: 7px;
}
.mar_60{
	margin-top: 60px;margin-bottom: 60px;
}
.single-list-container{
	width: 90%;
	margin-left: 5%;
}
.side-row h4{
	font-size: 18px;font-family: 'Poppins', sans-serif;
	position: relative;
}
.side-row h4::before{
	content: "";
	height: 1px;
	width: 42px;
	border-bottom: 1px solid;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%);
}
.side-row p{
	font-size: 14px;font-family: 'Poppins', sans-serif;
	color: #979797;font-weight: 300;margin-top: 40px;line-height: 2;
}
.sliderCont{
	margin-top: -7%;
}


/* --------- Responsive ---------------*/

@media only screen and (max-width: 600px) {
	.single-list-container{
	width: 100%;
	margin-left: 0%;
}
 	.containers{
		width:100%;
		margin-left:0%;
	}
	li.nav-item a{
		color: #000;
		text-transform: uppercase;
		font-family: var(--font);
		font-size: 14px;
	}
	a.nav-link::hover{
		background:red;
	}
	.dropdown-menu a.dropdown-item{
		color: #000;
	}
	.footer-newsletter{
		padding: 10px;
		color: #fff;
		font-weight:600;
		font-size: 14px;
		text-transform: uppercase;
		overflow: hidden;
	}
	.footer-newsletter-btn{
		text-align:center;
		display: flex;
		align-items: center;
	}
	.footer-newsletter-btn a{
		color: #fff;
		padding: 8px;
		border: 1px dashed #fff;
	}
	.footer-links{
		padding: 20px 0 20px 0;
	}
	.footer-links h3{
		font-size: 18px;
		font-weight: 600;
		text-transform:uppercase;
		color: #fff;
	}
	.footer-links ul{
		margin-top:20px;
	}
	.footer-links ul li{
		margin-bottom: 15px;
	}
	.footer-links ul li a{
		color: #999;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
	}
	.footer-links p{
		color: #fff;
		font-size: 14px;
		line-height:20px;
		font-family: var(--font);
		font-weight: 200;
		margin-top:20px;
		text-align: justify;
	}
	.newsletter-cont{
		margin-top:20px;
	}
	.foot-logo img{
		width:60%;margin-left: 20%;
	}
	.mar-30{
		margin-top: 30px;
	}
	.mar-20{
		margin-top: 20px;
	}
	.lat_arri_mar{
		position: relative;margin-top:20px;margin-bottom:20px;
	}
	.second-cont{
		 padding-top: 10px;padding-bottom:20px;
	}
	.latest-arrival{
	position: relative;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.latest-arrival:before{
	  content: "\f06b";
  width: 38px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background: #d93d5e;
  position: absolute;
  left: -34px;
  top: -5px;
  font-family: FontAwesome;
  font-size: 18px;
}
.latest-arrival h4 a{
	text-transform: uppercase;
	font-size:18px;
	font-family: var(--font);
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.latest-arrival h4 span{
	font-size: 12px;
	font-family: var(--font);
	margin-top: -7px;
}
.product{
	width:100%;
	height: auto;
	display: flex;
}
.product img{
	width:94%;
	margin: 10px;
}
button.slick-prev.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -50px;
	left:80%;
}
button.slick-next.slick-arrow{
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -50px;
	right:4%;
}
img.ad_ban{
	width: 94%;
	margin-left: 3%;
}
h2.recommended-pro-headline{
	position: absolute;top:20%;left: 50%;transform: translateX(-50%);color: #fff;font-weight:600;
	font-family: var(--font);font-size:20px;background: #000;padding: 10px;
}
.your-class3{
	width:60%;
	margin-left: 20%;
}
.cat-cont{
	background:none;padding: 10px;margin-top: 10px;
}
.last_second{
	margin-top:20px;margin-bottom:20px;
}
.pad_right_30{
	padding-right: 15px;
}
.mar_20_resp{
	margin-top: 20px;margin-bottom: 20px;
}
.header_bg{
	margin-top:0%;
}
.header_details{
	margin-top: 50px;padding:8% 9% 10% 9%
}
.header_details h1{
	background: #000;
	color: #fff;
	padding: 5px;
	font-family: var(--font);
	text-transform: uppercase;
	font-weight: 900;
	font-size:38px;
	margin-bottom: 20px;
	text-align: center;
}
.contact-page-padding{
	padding:20px 0 20px 0;
}
.mar_bot_20{
	margin-top: 20px;
}
.copyright{
	font-size: 14px;
}
.flex h3{
	font-size:32px;
}
.mar_60{
	margin-top:0px;margin-bottom:0px;
}
}

@media only screen and (max-width: 1900px) {
	.sliderCont{
		margin-top: -10%;
	}
}