
/* =================================
------------------------------------
  INSTYLR | Fashion HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

.section-title {
	margin-bottom: 110px;
}

.section-title span {
	color: #ff006c;
	font-size: 12px;
	text-transform: uppercase;
}

.section-title h2 {
	padding-top: 15px;
	line-height: 1.4;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*---------------------
  Commom elements
-----------------------*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 29px;
	height: 29px;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	margin-right: 8px;
	position: relative;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
	position: absolute;
	content: "";
	top: 7px;
	left: 7px;
	border-top: 5px solid transparent;
	border-left: 9px solid #fff;
	border-bottom: 5px solid transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	border-color: #ff006c;
	color: #ff006c;
}

.owl-carousel .owl-nav button.owl-prev:hover:after,
.owl-carousel .owl-nav button.owl-next:hover:after {
	border-left: 9px solid #ff006c;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 8px;
}

.owl-carousel .owl-nav button.owl-prev:after {
	margin-right: 8px;
	border-left: 0;
	border-right: 9px solid #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover:after {
	border-left: 0;
	border-right: 9px solid #ff006c;
}

.social-links a {
	color: #fff;
	margin-left: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a:hover {
	color: #ff006c;
}

/*------------------
  Hero Section
---------------------*/

.hero-section {
	position: relative;
}

.hs-item {
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0px 145px;
	overflow: hidden;
}

.hs-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
	text-shadow: 1px 1px #000000;
}

.hs-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hs-item .next-hs {
	position: absolute;
	width: 302px;
	height: 471px;
	right: -55px;
	border: 20px solid #fff;
	border-right: none;
	opacity: 0;
}

.hs-item .nest-hs-btn {
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	font-size: 18px;
	padding: 8px 33px;
	margin-top: -21px;
	background: #ff006c;
}

.owl-item.active .hs-item h2,
.owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .next-hs {
	opacity: 1;
	right: 0;
	-webkit-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-social-warp {
	position: absolute;
	left: 0;
	background: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	padding: 54px 83px;
	padding-left: 2px;
	bottom: -135px;
	z-index: 9;
}

.hero-social-warp p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #081624;
	opacity: 0.5;
	text-transform: uppercase;
	padding-right: 10px;
	font-family: "Playfair Display", serif;
}

.hero-social-warp .hero-social-links {
	display: inline-block;
}

.hero-social-warp .hero-social-links a {
	color: #000;
	margin-left: 35px;
	font-size: 17px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-social-warp .hero-social-links a:hover {
	color: #ff006c;
}

.hero-social-warp .hero-social-links a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.hero-slider .owl-dots {
	position: absolute;
	right: 210px;
	bottom: 34px;
}

.hero-slider .owl-dots .owl-dot {
	width: 33px;
	height: 3px;
	background: #fff;
	margin-right: 7px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #ff006c;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-nav {
	position: absolute;
	right: 130px;
	bottom: 25px;
}

.hero-slider .owl-nav button.owl-prev {
	margin-right: 8px;
}

/*------------------
  Portfolio Section
---------------------*/

.portfolio-item {
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.portfolio-item img {
	min-width: 100%;
}

.portfolio-item h4 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	margin-top: -14px;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.portfolio-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	border: 0px solid #000;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-item:hover:after {
	opacity: 1;
	border: 15px solid #000;
}

.portfolio-item:hover h4 {
	top: 50%;
	opacity: 1;
}

.backtotop {
	position: relative;
	border-bottom: 3px solid #e3e3e3;
	margin-bottom: 30px;
}

.backtotop .up-btn {
	position: absolute;
	width: 62px;
	height: 62px;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	text-align: center;
	color: #71767b;
	font-size: 16px;
	display: block;
	padding-top: 16px;
	border-radius: 50%;
	border: 3px solid #e3e3e3;
	background: #fff;
	cursor: pointer;
}

/*----------------
  Other Pages
------------------
==================*/

.page-top-section {
	position: relative;
	height: 474px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 295px;
}

.page-top-section h2 {
	font-size: 72px;
	color: #fff;
}

.page-top-section .hero-social-warp {
	bottom: -236px;
}

.page-warp {
	padding-top: 144px;
	padding-bottom: 144px;
}

/* ----------------
  Portfolio page
---------------------*/

.portfolio-page {
	padding: 53px 66px;
}

.portfolio-cata {
	list-style: none;
	margin-bottom: 90px;
}

.portfolio-cata li {
	display: inline-block;
}

.portfolio-cata li a {
	display: block;
	font-size: 24px;
	color: #71767b;
	font-family: "Helvetica 65 Medium", sans-serif;
	margin-right: 55px;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio-cata li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	right: 0;
	bottom: 0;
	background: #ff006c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio-cata li a:hover {
	color: #081624;
}

.portfolio-cata li a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.portfolio-cata li.active a {
	color: #081624;
}

.portfolio-cata li.active a:after {
	width: 100%;
	left: 0;
	right: auto;
}

.portfolio-big-img {
	margin-bottom: 22px;
}

.portfolio-slider {
	text-align: center;
}

.portfolio-slider .owl-controls {
	padding-top: 86px;
	display: inline-block;
}

.portfolio-slider .owl-nav {
	display: inline-block;
}

.portfolio-slider .owl-nav button.owl-prev,
.portfolio-slider .owl-nav button.owl-next {
	border: 3px solid #000000;
}

.portfolio-slider .owl-nav button.owl-prev:after,
.portfolio-slider .owl-nav button.owl-next:after {
	border-left: 9px solid #000000;
}

.portfolio-slider .owl-nav button.owl-prev:hover,
.portfolio-slider .owl-nav button.owl-next:hover {
	border-color: #ff006c;
	color: #ff006c;
}

.portfolio-slider .owl-nav button.owl-prev:hover:after,
.portfolio-slider .owl-nav button.owl-next:hover:after {
	border-left: 9px solid #ff006c;
}

.portfolio-slider .owl-nav button.owl-prev:after {
	border-left: 0;
	border-right: 9px solid #000000;
}

.portfolio-slider .owl-nav button.owl-prev:hover:after {
	border-left: 0;
	border-right: 9px solid #ff006c;
}

.portfolio-slider .owl-dots {
	float: left;
	margin-right: 11px;
}

.portfolio-slider .owl-dots .owl-dot {
	width: 33px;
	height: 3px;
	background: #000;
	margin-right: 7px;
}

.portfolio-slider .owl-dots .owl-dot.active {
	background: #ff006c;
}

.portfolio-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1750px) {
	.hs-item .next-hs {
		width: 210px;
		height: 250px;
		border: 10px solid #fff;
	}
	.hs-item h2 {
		font-size: 100px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hs-item h2 {
		font-size: 90px;
	}
	.hs-item .next-hs {
		display: none;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.social-links a:first-child {
		margin-left: 0;
	}
	.hero-social-warp {
		padding: 30px 60px;
		padding-left: 2px;
		bottom: -87px;
		z-index: 9;
	}
	.hs-item {
		padding: 0px 85px;
		height: 800px;
	}
	.hs-item h2 {
		font-size: 65px;
	}
	.hs-item .next-hs {
		display: none;
	}
	.intro-text {
		padding-top: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.page-top-section .hero-social-warp {
		bottom: -165px;
	}
	.milestone-item {
		margin-bottom: 30px;
	}
	.portfolio-page {
		padding: 58px 86px;
	}
	.contact-page .map {
		margin-top: 50px;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.social-links a:first-child {
		margin-left: 0;
	}
	.hero-slider .owl-dots {
		right: 100px;
	}
	.hero-slider .owl-nav {
		right: 15px;
	}
	.hs-item {
		padding: 250px 15px;
		height: auto;
	}
	.hs-item h2 {
		font-size: 50px;
	}
	.hs-item .next-hs {
		display: none;
	}
	.hero-social-warp {
		position: relative;
		left: 0;
		background: #fff;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		padding: 50px 15px 35px;
		bottom: 0;
		z-index: 9;
		text-align: center;
		background: #f8f9fb;
	}
	.hero-social-warp p {
		padding-bottom: 15px;
	}
	.hero-social-warp .hero-social-links {
		padding: 0 10px;
	}
	.hero-social-warp .hero-social-links a:first-child {
		margin-left: 0;
	}
	.hero-social-warp .hero-social-links a i {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.intro-text {
		padding-top: 50px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.page-top-section {
		position: relative;
		height: 474px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-bottom: 120px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.page-top-section h2 {
		font-size: 50px;
	}
	.page-top-section .hero-social-warp {
		position: absolute;
		left: 0;
		padding: 50px 15px 35px;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	.portfolio-page {
		padding: 58px 15px;
	}
	.portfolio-cata li a {
		font-size: 18px;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item h2,
	.page-top-section h2 {
		font-size: 40px;
	}
}
