@import url("../stylesheet/font.css");
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000;
}

a {
	text-decoration: none !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.bg-home {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(13, 13, 13, 0.2)), url("../bg/home.jpg");
	background-repeat: no-repeat;
	height: 100vh;
	background-size: cover;
	padding-top: 100px;
}

.bg-collection {
	background: linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0), rgb(0, 0, 0)), url("../bg/collection.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-news {
	background-color: #000;
}

.bg-news-col {
	background: linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgb(0, 0, 0)), url("../bg/news.png");
	background-repeat: no-repeat;
	background-position: right;
}

.bg-studio {
	background: linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.5), rgb(0, 0, 0)), url("../bg/studio.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

.search-box {
	width: 100%;
}

.search-box > input {
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
	font-size: 17px;
	height: 50px;
	background: none;
}

.search-box > input::placeholder{
	color:#6c757d;
}

.search-box > .button {
	position: absolute;
	height: 50px;
	top: 0;
	right: 0;
}

.search-box > .button > button {
	position: relative;
	float: left;
	height: 50px;
	width: 50px;
	background: none;
	border: none;
}

.font-family-assasin {
	font-family: assasin !important;
}

.navbar-toggler {
	border: none;
	background: transparent !important;
}

.navbar-toggler:focus {
	outline: none;
	background: transparent !important;
}

.navbar-toggler .icon-bar {
	background-color: #fff;
	transform: rotate(0deg) translate(0px, 0px);
	transition: ease all 0.2s;
	margin-left: auto;
	margin-right: 0;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 8px;
}

.icon-bar:nth-child(1) {
	width: 16px;
	transition: ease all 0.2s;
}

.icon-bar:nth-child(3) {
	width: 20px;
	transition: ease all 0.2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
	width: 16px;
	transition: ease all 0.2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
	width: 20px;
	transition: ease all 0.2s;
}

.navbar-toggler.active .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(8px, 9px);
	transition: ease all 0.2s;
	width: 28px;
}

.navbar-toggler.active .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all 0.2s;
}

.navbar-toggler.active .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
	transition: ease all 0.2s;
	width: 28px;
}

.navbar-expand-lg {
	z-index: 10;
}

.navbar-collapse {
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(13, 13, 13, 0.3)), url("../bg/home.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.grid-line {
	height: 100vh;
	border-right: 1px solid rgba(231, 231, 231, 0.082);
}

.border-secondary-nav {
	border-bottom: 1px solid rgba(231, 231, 231, 0.151);
}

ul.navbar-nav {
	position: absolute;
	top: 100px;
	width: 100%;
}

.show {
	visibility: visible;
	opacity: 1;
	z-index: 9;
}

.secondary-text-color {
	color: #c29545;
}

.circle {
	width: 50vw;
	height: 65vh;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-sizing: border-box;
}

.display-cus {
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.2;
}

.scroll-text-comp {
	width: 100%;
	height: 150px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(13, 13, 13, 0));
}

.wrapper-cus {
	position: fixed;
	background: #000;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.logo-cus {
	position: relative;
	left: 50%;
	top: 50%;
	margin: -75px 0px 0px -75px;
	width: 150px;
}

.loaded {
	visibility: hidden;
	opacity: 0;
	transition: 0.7s;
}

.border-top-text {
	border: 1px solid #c29545;
}

.btn-read-more {
	transition: 0.7s;
	border: 1px solid #c29545;
}

.btn-read-more:hover {
	color: #fff;
	background-color: #c29545 !important;
}

.carousel-cell-studio {
	width: 35%;
	margin: 0 12px;
	border-radius: 5px;
	text-align: center;
	/* counter-increment: carousel-cell; */
}

.carousel-cell-studio img {
	width: 100%;
	border-radius: 10px;
}

.carousel-cell-index-collection {
	width: 100%;
	margin: 0 20px;
	text-align: center;
}

.carousel-cell-index-collection img {
	width: 80%;
	object-fit: contain;
}

.carousel-cell-collection-split {
	width: 100%;
}

.carousel-cell-collection-split img {
	width: 100%;
	object-fit: contain;
}

.carousel-cell-collection {
	width: 100%;
}

.carousel-cell-collection:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.315), rgb(0, 0, 0));
}

.carousel-cell-collection img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.spacing {
	letter-spacing: 10px;
}

.overlay {
	position: relative
}

.overlay img {
	width: 100%;
	height: 226px;
	object-fit: cover;
}

.overlay-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
}

.overlay-text-secondary {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(194, 149, 69, 0.8);
	display: flex;
	align-items: center;
}

.overlay-text-cntn {
	position: absolute;
	width: 100%;
	padding: 30px;
	color: #000;
	text-align: center;
}

.overlay-text-cntn hr {
	border: 1px solid #000
}

.overlay-text-secondary .overlay-text-cntn {
	color: #ffff !important;
}

.overlay-text-secondary .overlay-text-cntn hr {
	border: 1px solid #fff !important
}

.scroll-animate {
	position: fixed;
	z-index: 2;
}

.scroll-animate-left {
	margin-top: 300px;
	margin-left: -200px;
}

.scroll-animate-right {
	right: -200px;
	left: auto;
}

.scroll-animate-center {
	bottom: -120px;
	right: 20%;
	/* animation: float 2s ease-in-out infinite; */
	opacity: 0;
	transition: 0.7s;
}

.blink {
	animation: blink-animation 2s infinite;
	-webkit-animation: blink-animation 2s infinite;
}

@keyframes blink-animation {
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blink-animation {
	to {
		opacity: 0;
	}
}

.flickity-button {
	background: transparent !important;
	color: #fff !important;
	outline: none !important;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.custom-pagination .page-link {
	color: #fff;
	outline: none;
	background-color: transparent !important;
}

.custom-pagination .page-item.active .page-link {
	background: #fff !important;
	color: #000;
	border-color: #fff;
}

.line-title-collection::before {
	content: "";
	position: absolute;
	top: 77px;
	left: 70px;
	width: 70px;
	height: 1px;
	background-color: #c29545;
}

.line-title-collection-mobile::before {
	content: "";
	position: absolute;
	top: 47px;
	left: 45px;
	width: 50px;
	height: 1px;
	background-color: #c29545;
}

.line-title-news::before {
	content: "";
	position: absolute;
	top: 77px;
	right: 50px;
	width: 70px;
	height: 1px;
	background-color: #c29545;
}

.line-title-news-mobile::before {
	content: "";
	position: absolute;
	top: 47px;
	right: 25px;
	width: 50px;
	height: 1px;
	background-color: #c29545;
}

.line-title-studio::before {
	content: "";
	position: absolute;
	bottom: 17px;
	left: 55px;
	width: 70px;
	height: 1px;
	background-color: #c29545;
}

.line-title-studio-mobile::before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 35px;
	width: 50px;
	height: 1px;
	background-color: #c29545;
}

iframe {
	border-radius: 20px;
}

.scrolled{
	background:rgba(0, 0, 0, 0.95) !important;
    transition: 0.7s;
}

.on-going-text {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

.on-going-text span {
	background: #000;
	padding: 0 20px;
}
