/* HEADER */

/* container */ 

.header-wrapper {
position: relative;
background-color: #1A1A1A;
padding-top: 120px;
padding-bottom: 120px;
overflow: hidden;
}

/* header background */

.header-wrapper:before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 50%;
background: #141414;
}
.header-wrapper:after {   
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0px;
height: 110px;
width: 1px;
background-color: #ffffff;
border: 0;
}

/* title */ 

.header-title {
position: relative;
z-index: 2;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #E5E5E5;
font-size: 24px;
line-height: 1.2em;
text-align: center;
margin-bottom: 0;
}

/* dot */

.header-dot {
color: #be1622;
font-size: 24px; 
font-weight: 600;
line-height: 0px;
} 


/* SCROLLSPY */

.scrollspy {
position: -webkit-sticky;
position: sticky;
top: 50%;
transform: translateY(-50%);
flex-direction: column;
align-items: center;
}
.nav-link.active .red-dot-scrollspy {
width: 60px;
}
.red-dot-scrollspy {
display: block;
width: 15px;
height: 1px;
background-color: #E5E5E5; 
transition: 1s;
}

/* red number */

.red-number {	
display: block;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #E5E5E5;
font-size: 13px;
line-height: 1.2em;
margin-right: 10px;
}

/* boostrap */

#scrollspy .nav {
flex-direction: column;
}
.nav-tabs {
border-bottom: unset!important;
}
.nav-tabs .nav-link {
border: unset!important;
border-top-left-radius: unset!important;
border-top-right-radius: unset!important; 
}
.nav-link.active {
color: unset!important;
background-color: unset!important;
border-color: unset!important;
}
.nav-tabs .nav-item {
margin-bottom: 8px!important;
}
.nav-link {
display: flex!important;
align-items: center;
padding: 5px 0px!important;
width: 65px;
}


/* CONTAINER WRAPPER*/

/* container */

.container-wrapper {
background-color: #F9F9F9;
padding-top:60px;
padding-bottom: 104px;
overflow: hidden;
}


/* CONTAINER BLOCK */

/* container c-right */

.c-right {
background-color: #ECECEC;
position: relative;
}

/* container gallery */

.c-right .container-gallery {
order: 2!important;
}

/* indicators */

.carousel-control-next, 
.carousel-control-prev {
opacity: 1!important;
z-index: 2;
width: 44px!important;
height: 44px;
top: inherit!important;
bottom: -59px!important;
transform: translateX(-50%);
}
.carousel-control-prev {
	left: calc(50% - 44px)!important;
}
.carousel-control-next {
	left: calc(50% + 44px)!important;
}

.carousel-control-next:before,
.carousel-control-prev:before {
content: "";
width: 0px;
height: 0px;
}
.carousel-control-prev:before {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #1A1A1A;
}
.carousel-control-next:before {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #1A1A1A;
}


/* container info */

.container-info {
position: relative;
}
/*.container-info:after {
content: "F";
position: absolute;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
color: #ececec;
font-size: 330px;
line-height: 1.2em;
left: 0px;
top: 0px;
}*/

/* title */

.container-title {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #1A1A1A;
font-size: 24px;
line-height: 1.2em;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
/*.container-title:after {
content: "";
position: absolute;    
left: 2px;   
bottom: -20px;
width: 60px;
height: 1px;
background: #be1622;
z-index: 999;
}*/

/* container dot */

.container-dot {
color: #be1622;
font-size: 24px; 
font-weight: 600;
line-height: 0px;
}

/* text */

.container-text {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #696969;
font-size: 13px;
line-height: 1.7em;
margin-bottom: 0;
letter-spacing: 0.02em;
margin-bottom: 30px;
}

/* text design */

.container-text span {
display: block;
}


/* gallery */ 

.prod-gallery-container {
width: 100%;
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}
.c-left .prod-gallery-container {
margin-left: auto;
}

/* carousel */

.carousel-inner {
z-index: 1
}

/* images */ 

.container-image {
width: 100%;
height: calc(100vh - 178px);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


/* RED LINE */

/* container */

.red-line {
width: 100%;
display: flex;
justify-content: center;
}

/* line */

.red-line-span {
display: block; 
width: 90px;
height: 1px;
background-color: #be1622;
margin-bottom: 90px;
}
.d-left {
transform: rotate(30deg);
}
.d-right {
transform: rotate(-30deg);
}


/* SIDE PAGE TITLE */

.side-page-title {
margin: 0;
color: #be1622;
position: sticky;
top: 50%;
transform: translateY(-50%) rotate(270deg);
}


/* SECONDARY CONTENT */

.secondary-content {
position: fixed;
z-index: 3;
}


/* PAGES PREVIEW */ 

/* container */

.preview-wrapper {
	background-color: #141414;	
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.preview-wrapper:before {   
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	height: 110px;
	width: 1px;
	background-color: #ffffff;
	border: 0;
}
.preview-wrapper:after {   
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	height: 110px;
	width: 1px;
	background-color: #ffffff;
	border: 0;
}

.preview-block {
	overflow: hidden;
	background-color: #1A1A1A;
	display: flex;
}
.preview-prev {
	margin-bottom: 15px;
}
.preview-next {
	margin-top: 15px;
}


/* indicators */

.preview-icon.next, 
.preview-icon.prev {
position: relative;
}

.preview-icon.next:before,
.preview-icon.prev:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: "";
width: 0px;
height: 0px;
}
.preview-icon.prev:before {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #E5E5E5;
padding-left: 15px;
}
.preview-icon.next:before {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #E5E5E5;
padding-right: 15px;
}

/* icons */

.preview-icon {
display: block;
height: 88px;
width: 24px;
}

/* texto */

.preview-title {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #E5E5E5;
font-size: 12px;
letter-spacing: 0.05em;
margin-bottom: 0;
width: calc(100% - 24px);
height: 88px;
line-height: 88px;
padding-left: 20px;
padding-right: 20px;
}
.preview-prev .preview-title {
text-align: right;
}



