html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Playfair Display', serif;
	font-family: 'Lato', sans-serif;
}

body::-webkit-scrollbar {
	display: none;
}

body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

section {
	width: 100%;
	height: 100%;
	position: relative;
}

.arrow {
	display: inline-block;
	width: 5em;
	height: 5em;
	z-index: 10;
	position: absolute;
}

.arrow span {
	width: 5em;
	height: 5em;
	display: inline-block;
}

.arrow.prev {
	position: absolute;
	left: 2%;
	top: 48%;
}

.arrow.next {
	position: absolute;
	right: 2%;
	top: 48%;
}

.arrow.prev span {
	background: url('../images/prev.svg') 50% 50% no-repeat;
}

.arrow.next span {
	background: url('../images/next.svg') 50% 50% no-repeat;
}

.lb-number {
	display:  none !important;
}

/*--HEADER--------------------------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(12, 17, 26, 0.7);
	border-bottom: 3px #CD7F32 solid;
	z-index: 3;
	padding: 0;
}

header .holder {
	padding: 0 1em;
	display: flex;
	justify-content: space-between;
}

header .logo {
	width: 25%
}

header .holder nav {
	width: 60%;
}

header .holder nav ul {
	margin: 0;
	padding: 0 3em;
	display: flex;
	justify-content: space-between;
}

header .holder nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .holder nav ul li a {
	color: #fff;
	font-size: 1em;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.8px;
}

header .holder nav ul li a:hover, header .holder nav ul li a:focus, header .holder nav ul li a:active {
	color: #CD7F32;
}

header .socials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	width: 35%
}

header .socials a {
	margin: 0 1em;
}

/*--INTRO----------------------------------------------------------------------------------*/

section#intro {
	left: 0;
	top: 0;
	background: url('../images/intro_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	display: flex;
}

section#intro .left-col {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

section#intro .right-col {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

section#intro h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	padding-top: 0.5em;
	font-size: 2em;
}

section#intro .left-col h2 {
	color: #fff;
}

section#intro .right-col h2 {
	color: #152031;
}

section#intro h2 span {
	color: #CD7F32;
	margin: 0 0.1em;
}


/*--SINGER---------------------------------------------------------------------------------*/

section#singer {
	background: url('../images/singer_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}

section#singer .claim {
	position: absolute;
	left: 10%;
	bottom: 15%;
	max-width: 40%;
}


section#singer .songs {
	position: absolute;
	right: 20%;
	bottom: 35%;
	max-width: 40%;
}

section#singer .songs h2 {
	color: #CD7F32;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

section#singer .songs ul {
	margin: 0;
	padding: 0;
}

section#singer .songs ul li {
	list-style: none;
	padding: 1em 0;
	border-bottom: 1px #707070 solid;
}

section#singer .songs ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.85em;
	display: flex;
}

section#singer .songs ul li a img {
	vertical-align: middle;
	margin-right: 1em;
}

section#singer .songs ul li a span {
	position: relative;
	top: 0.8em;
}

/*--ACTOR----------------------------------------------------------------------------------*/

section#actor {
	background: url('../images/actor_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
}

section#actor .claim {
	position: absolute;
	right: 10%;
	bottom: 15%;
	max-width: 40%;
}

/*--GALLERY--------------------------------------------------------------------------------*/

section#gallery {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #172031;
}

section#gallery .title-holder {
	position: absolute;
	right: -13.2em;
	top: 50%;
	transform: rotate(270deg);
	z-index: 2;
}

section#gallery .title-holder h2 {
	color: #172031;
	font-size: 3.6em;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: rgba(23, 32, 49, 0.11);
	padding: 0.25em 0.35em;
	position: relative;
	right: -0.75em;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

section#gallery .title-holder h2 span {
	color: #CD7F32;
}

section#gallery .content {
	max-width: 900px;
	padding: 3em 8em;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

section#gallery .content a {
	height: 120px;
	display: inline-block;
	margin: 0.5em;
}

section#gallery .content img {
	max-width: 100%;
	height: 120px;
	vertical-align: top;
}

/*--HIGHLIGHTS-----------------------------------------------------------------------------*/

section#highlights {
	max-width: 1460px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

section#highlights .bio {
	width: 47%;
	height: 100%;
}

section#highlights .bio .photo {
	width: 100%;
	height: 55%;
	padding: 0;
	background:  url('../images/bio_2.jpg') 50% 50% no-repeat;
	background-size: cover;
	display: flex;
}

section#highlights .bio .photo .title-holder {
	width: 100%;
	padding: 0 3em;
	margin-top: auto;
}

section#highlights .bio .photo h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 3.5em;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	background-color: rgba(255,255,255,0.7);
	padding: 0.25em 0.5em;
	text-align: center;
}

section#highlights .bio .text-holder {
	display: flex;
	padding: 2em 3em;
}

section#highlights .bio .text {
	width: 100%;
	border-top: 2px #CD7F32 solid;
	padding: 2em;
	display: flex;
}

section#highlights .bio .text p {
	margin: 0;
}

section#highlights .bio .text .left-col {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	color: #3E3E3E;
	line-height: 2.5em;
	letter-spacing: 1.8px;
}

section#highlights .bio .text .right-col {
	width: 50%;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: end;
	color: #3E3E3E;
	line-height: 2.5em;
	letter-spacing: 1.8px;
}

section#highlights .bio .text .right-col h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.75em;
	margin: 0;
}

section#highlights .data {
	width: 50%;
}

section#highlights .data h2 {
	font-size: 2.5em;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	text-align: center;
}

section#highlights .data h2 span {
	color: #CD7F32;
}

section#highlights .data .cols {
	display: flex;
	background:  url('../images/highlights.jpg') 50% 50% no-repeat;
	background-size: 100% auto;
	justify-content: space-between;
}

section#highlights .data .cols > div {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(247, 247, 247, 0.8);
}

section#highlights .data .cols > div > div {
	padding: 2em 2em 0.5em 2em;
}

section#highlights .data .cols > div > div h3 {
	font-size: 1.5em;
	line-height: 1;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0.75em 0;
}

section#highlights .data .cols > div > div p {
	margin: 0 0 1.5em 0;
}


/*--CONTACTS-------------------------------------------------------------------------------*/

section#contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #172031;
}

section#contact .content {
	padding: 3em;
	display: flex;
}

section#contact .slider-holder {
	width: 40%;
}

section#contact .slider-holder .slider {
	max-width: 480px;
	max-height: 640px;
	margin: 0 auto;
}

section#contact .slider img {
	width: 100%;
	height: auto;
}

section#contact .text {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#contact .text > div {
	padding: 0 20%;
}

section#contact .text > div h2 {
	font-size: 3.800em;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	line-height: 1;
	margin: 0 0 0.5em 0;
}

section#contact .text > div h2 strong {
	font-size: 1.368em;
	font-weight: 400;
}

section#contact .text > div p {
	font-size: 1.600em;
	padding-left: 0.15em;
	font-family: 'Playfair Display', serif;
}

section#contact .text > div p a {
	text-decoration: none;
	color: #172031;
}

section#contact .text > div p a img {
	margin-right: 0.5em;
	position: relative;
	top: 0.2em;
}

section#contact .text > div .socials {
	padding: 1.5em 0 0 0.15em;
}

section#contact .text > div .socials a {
	margin-left: 2em;
}

section#contact .text > div .socials a:first-child {
	margin-left: 0;
}

@media (min-width: 1920px) {

	section#gallery .content {
		max-width: 1400px;
	}

	section#gallery .content a {
		height: 180px;
		display: inline-block;
		margin: 0.5em;
	}

	section#gallery .content img {
		height: 180px;
	}
}
	section#highlights {
		min-height: 125%;
	}

/*--MOBILE----------------------------------------------------*/

@media (max-width: 1024px) {


	header nav {
		display: none;
	}

	section#intro .left-col {
		justify-content: start;
		padding-top: 7em;
	}

	section#intro .right-col {
		justify-content: start;
		padding-top: 7em;
	}

	section#singer {
		background-position: 67% 50%;
	}

	section#singer .claim {
		left: auto;
		right: 5%;
	}

	.arrow {
		border-radius: 5em;
		background-color: rgba(0,0,0,0.15);
	}

	section#actor .claim {
		width: 70%;
		max-width: 100%;
	}

	section#gallery .content {
		max-width: 1240px;
		padding: 3em 1em 3em 3em;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	section#gallery .content a {
		height: 112px;
		display: inline-block;
		margin: 0.5em;
	}

	section#gallery .content a:nth-child(12) {
		width: 78px;
		overflow: hidden;
	}

	section#gallery .content img {
		max-width: 100%;
		height: 112px;
		vertical-align: top;
	}

	section#highlights {
		padding: 0;
		flex-wrap: wrap;
	}

	section#highlights .bio {
		width: 100%;
		height: 42%;
	}

	section#highlights .bio .photo {
		height: 70%;
	}

	section#highlights .data {
		width: 100%;
		height: 48%;
	}

	section#contact .content {
		flex-wrap: wrap;
	}

	section#contact .text {
		width: 100%;
		order: 1;
		margin-bottom: 6em;
	}

	section#contact .slider-holder {
		margin: 0 auto;
		width: 80%;
		order: 2;
	}

	section#singer .songs {
		position: absolute;
		right: 20%;
		bottom: 35%;
		width: 30%;
	}

	section#highlights {
		height: 150%;
	}

}

.slick-arrow[aria-disabled="true"]{
	opacity: 0;
}