@import url('header.css');

:root {
	--va-first: #ec64f1;
	--va-second: #8853d6;
	--va-third: #eb834c;
	--va-muted: #736d76;
	/* Social */
	--fb: rgba(66,103,178,1);
	--tw: rgba(29,161,242,1);
	--li: rgba(0,119,181,1);
	--line: rgba(40,103,178,1);
	--yt: rgba(255,0,0,1);
	--wa: rgba(74,201,89,1);
	--git: #333;
	--ggl: radial-gradient(circle at 30% 107%, #4285F4 0%, #DB4437 5%, #F4B400 45%,#4285F4 60%,#0F9D58 90%);
	--ig: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

a {
	text-decoration: none; }
	a:hover {
		text-decoration: 4px underline; }

.great-vibes {
	font-family: 'Great Vibes', cursive; }
.poppins {
	font-family: 'Poppins', cursive; }


/* Sama sih */
.facebook-color {
	color: var(--bs-white);
	background-color: var(--fb); }
.twitter-color {
	color: var(--bs-white);
	background-color: var(--tw); }
.linkedin-color {
	color: var(--bs-white);
	background-color: var(--li); }
.instagram-color {
	color: var(--bs-white);
	background: var(--ig); }
.whatsapp-color {
	color: var(--bs-white);
	background-color: var(--wa); }
.line-color {
	color: var(--bs-white);
	background-color: var(--line); }
.youtube-color {
	color: var(--bs-white);
	background-color: var(--yt); }
.tiktok-color {
	background-color: #222;
	color: var(--bs-white);
	text-shadow: 2px 2px 0px #ff00e0; }
.google-color {
	background: var(--ggl);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }
.facebook-color:hover,
.twitter-color:hover,
.instagram-color:hover,
.whatsapp-color:hover,
.line-color:hover,
.youtube-color:hover,
.tiktok-color:hover,
.google-color:hover {
	opacity: .7;
	transition: all .2s;
	color: var(--bs-white) !important; }

.anti-nav {
	padding-top: 163px; }

.below-navbar {
	position: sticky !important;
		top: 150px; }

.floating-whatsapp {
	position: fixed;
		bottom: 3pc;
		right: 3pc;
	display: flex;
	background-color: var(--wa);
	color: var(--bs-white);
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(var(--bs-dark-rgb), .5);
	justify-content: center;
	transition: all .3s;
	height: 60px;
	z-index: 100;
	width: 60px; }
	.floating-whatsapp:hover {
		text-decoration: none;
		color: var(--wa);
		background-color: var(--bs-dark); }


.empty {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	width: 100%;
	color: var(--va-second);
	pointer-events: none;
	user-select: none; }

.coming-soon {
	display: block;
	height: 100vh;
	font-family: 'Poppins';
	font-size: 8em;
	font-weight: 1000;
	text-align: center;
	position: relative; }
	.coming-soon::after {
		background: linear-gradient(45deg, var(--va-first), var(--va-second), var(--va-third));
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		position: absolute;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		content: 'Coming Soon'; }

.pb-6 {
	padding-bottom: 10rem; }

.form-control:focus,
.form-select:focus {
	border-color: var(--va-second);
	box-shadow: 0 0 0 .25rem var(--va-second); }

.navbar-toggler:focus {
	box-shadow: unset !important; }

/* varrel */
.varrel-splash {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
		top: 0;
		left: 0;
	z-index: 1080;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	background-color: rgba(var(--bs-white-rgb), .95); }
	.varrel-splash::after {
		content: 'loading'; }

.varrel-navbar {
	flex-direction: column;
	justify-content: space-between; }
	.varrel-navbar .navbar-brand {
		display: flex;
		align-items: baseline;
		padding-top: 10px;
		margin: 0;
		flex-direction: row; }
		.varrel-navbar .navbar-brand > h1 {
			font-family: 'Great Vibes', cursive;
			font-size: 3em;
			text-transform: capitalize;
			margin: 0 .5pc 0 0; }
		.varrel-navbar .navbar-brand > span {
			color: var(--va-muted);
			font-weight: 250;
			font-family: 'Poppins', sans-serif; }

.varrel-navbar .navbar-nav {
	position: relative; }
	.varrel-navbar .navbar-nav .nav-link {
		font-family: 'Cinzel', sans-serif;
		padding: 1pc; }
		.varrel-navbar .navbar-nav .nav-link:hover {
			text-decoration: none !important; }

.varrel-banner {
	position: relative;
	height: 100vh; }
	.varrel-banner .owl-item {
		position: relative; }
		.varrel-banner .owl-item img {
			display: block;
			width: 100%;
			height: 100vh;
			transition: ease-in 1s;
			object-fit: cover; }
			.varrel-banner .owl-item.active img {
				opacity: 1; }
	.varrel-banner .owl-dots {
		border: 2px solid var(--bs-white);
		border-radius: 25px;
		display: flex;
		position: absolute;
			bottom: 1pc;
			right: 1pc;
		z-index: 5; }
		.varrel-banner .owl-dots .owl-dot {
			display: block;
			border-radius: 50%;
			height: 1pc;
			margin: 2px;
			width: 1pc;
			background-color: var(--bs-light); }
			.varrel-banner .owl-dots .owl-dot.active {
				background: linear-gradient(45deg, var(--va-first), var(--va-second)); }

.varrel-collection {
	position: relative; }
	.varrel-collection h1 {
		margin: 2pc 0 0 0;
		font-size: 3em;
		text-transform: capitalize; }

.varrel-collection_filter {
	background-color: var(--bs-white); }
	.varrel-collection_filter > form {
		margin: 0;
		position: relative; }
		.varrel-collection_filter > b {
			margin: 0 0 5px 0;
			display: inline-block;
			text-transform: capitalize;
			font-size: 14px;
			font-weight: 400; }
		.varrel-collection_filter > form > button[type=submit] {
			display: block;
			padding: 5px 0;
			margin: 1pc 0;
			width: 100%;
			font-family: 'Poppins', sans-serif;
			font-weight: 300;
			text-align: center;
			color: var(--bs-white);
			border: 1px solid var(--va-second);
			border-radius: 4px;
			transition: all .2s;
			text-transform: capitalize;
			position: relative;
				top: 0px;
			background: linear-gradient(45deg, var(--va-second), var(--va-second)); }
			.varrel-collection_filter > form > button[type=submit]:focus {
				box-shadow: 0 3px 10px rgba(var(--bs-dark-rgb), .35);
				top: -3px }

.varrel-collection_menu {
	padding: 1pc 0;
	background-color: var(--bs-white); }
	.varrel-collection_menu > ul {
		list-style: none;
		padding: 0; }
		.varrel-collection_menu > ul > li {
			position: relative;
			margin: 0; }
			.varrel-collection_menu > ul > li.active::after {
				display: block;
				box-shadow: 0 0 15px rgba(var(--bs-dark-rgb), .35);
				border-radius: 5px;
				position: absolute;
					top: 0;
					bottom: 0;
					left: -1pc;
				width: 95%;
				margin: auto;
				height: 80%;
				z-index: 3;
				background: linear-gradient(45deg, var(--va-first), var(--va-second));
				content: ''; }
			.varrel-collection_menu > ul > li > a {
				color: var(--va-second);
				display: block;
				font-family: 'Cinzel', sans-serif;
				padding: 1pc;
				position: relative;
				z-index: 5; }
				.varrel-collection_menu > ul > li.active > a {
					color: var(--bs-light); }

.varrel-collection_group {
	position: relative; }
	.varrel-collection_group > .title {
		display: flex;
		align-items: baseline;
		justify-content: space-between; }
		.varrel-collection_group > .title > h3 {
			color: var(--bs-dark);
			user-select: none;
			display: inline-block;
			position: relative;
			font-family: 'Cinzel', sans-serif;
			font-size: 3em;
			font-weight: 1000; }
			.varrel-collection_group > .title > h3::before {
				display: block;
				background: linear-gradient(45deg, var(--va-first), var(--va-second));
				mix-blend-mode: color-dodge;
				pointer-events: none;
				user-select: none;
				transform: rotate(21deg);
				position: absolute;
					bottom: 0;
					left: 0;
				width: 80%;
				height: 40%;
				content: ''; }
		.varrel-collection_group > .title > a {
			font-weight: 500;
			font-family: 'Poppins', sans-serif;
			white-space: nowrap;
			color: var(--va-second); }
			.varrel-collection_group > .title > a:hover {
				text-decoration: underline 3px; }

.varrel-collection_carousel {
	position: relative; }
	.varrel-collection_carousel .owl-nav > button {
		box-shadow: 0 0 10px rgba(var(--bs-dark-rgb), .35);
		color: var(--bs-dark);
		position: absolute;
			top: 140px;
		display: block;
		height: 45px !important;
		width: 45px !important;
		font-size: 2em !important;
		transition: ease .5s;
		background: linear-gradient(45deg, var(--va-first) 20%, var(--va-second) 50%, var(--bs-white) 30%) !important;
		background-size: 300% !important;
		background-position: top right !important;
		border-radius: 50%; }
		.varrel-collection_carousel .owl-nav > button.owl-prev {
			left: -5px; }
		.varrel-collection_carousel .owl-nav > button.owl-next {
			right: -5px; }
		.varrel-collection_carousel .owl-nav > button:hover {
			color: var(--bs-white);
			box-shadow: 0 0 20px rgba(var(--bs-white-rgb), 1);
			text-shadow: 0 0 15px rgba(var(--bs-white-rgb), 1);
			background-position: bottom left !important; }
		.varrel-collection_carousel .owl-nav > button.disabled,
		.varrel-collection_carousel .owl-nav > button.disabled:hover {
			color: var(--bs-gray);
			cursor: default;
			box-shadow: unset;
			text-shadow: unset;
			filter: brightness(90%);
			opacity: .7;
			background-position: top right !important; }

.varrel-collection_detail {
	position: relative; }
	.varrel-collection_detail .varrel-thumbs_carousel {
		position: relative; }
		.varrel-collection_detail .varrel-thumbs_carousel .owl-nav {
			display: flex;
			align-items: center;
			justify-content: space-between;
			position: absolute;
				bottom: .5pc;
				right: .5pc;
			width: 100px;
			height: 50px; }
			.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-prev,
			.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-next {
				display: block;
				height: 45px;
				width: 45px;
				color: var(--bs-dark);
				background-color: rgba(var(--bs-white-rgb), .5);
				text-shadow: 0 0 10px rgba(var(--bs-white-rgb), .5);
				border-radius: 5px;
				font-size: 2em;
				transition: all .3s; }
				.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-prev:hover,
				.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-next:hover {
					color: var(--va-second); }
				.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-prev.disabled,
				.varrel-collection_detail .varrel-thumbs_carousel .owl-nav .owl-next.disabled {
					pointer-events: none;
					opacity: 0; }
		.varrel-collection_detail .varrel-thumbs_carousel .item {
			position: relative; }
			.varrel-collection_detail .varrel-thumbs_carousel .item img {
				height: 480px;
				width: 100%;
				object-fit: cover; }
			.varrel-collection_detail .varrel-thumbs_carousel .item .overlay {
				padding: 0 2px 3px 0;
				position: absolute;
					bottom: .5pc;
					right: calc(100px + 1pc);
				/* z-index: 1020; */ }
				.varrel-collection_detail .varrel-thumbs_carousel .item .overlay > a {
					display: flex;
					align-items: center;
					justify-content: center;
					height: 45px;
					width: 45px;
					font-size: 1.4em;
					color: var(--bs-dark);
					border-radius: 5px;
					background: rgba(var(--bs-white-rgb), .75); }
	.varrel-collection_detail .title {
		position: relative; }
		.varrel-collection_detail .title > h2 {
			font-family: 'Cinzel', sans-serif;
			font-weight: 700; }
		.varrel-collection_detail .title > a {
			background: linear-gradient(45deg, var(--va-first) 20%, var(--va-second) 50%, var(--bs-white) 30%);
			background-size: 250%;
			display: block;
			padding: 1pc 0;
			border-radius: 2pc;
			text-align: center;
			font-family: 'Poppins', sans-serif;
			color: var(--bs-white);
			margin: 1pc 0; }
		.varrel-collection_detail .title > b {
			color: var(--va-third); }
			.varrel-collection_detail .title > b > b {
				font-weight: 500;
				color: var(--bs-gray); }

.varrel-collection_item {
	overflow: hidden;
	margin: .5pc .5pc 2pc .5pc;
	background-color: var(--bs-white); }
	.varrel-collection_carousel .varrel-collection_item {
		margin: 1pc; }
	.varrel-collection_item .image {
		z-index: 5;
		overflow: hidden;
		position: relative; }
		.varrel-collection_item .image::before {
			position: absolute;
				bottom: 0;
				left: -1pc;
			width: calc(100% + 2pc);
			transform: rotate(4deg);
			height: 2pc;
			mix-blend-mode: overlay;
			z-index: 4;
			background: linear-gradient(45deg, var(--va-first), var(--va-second));
			content: ''; }
		.varrel-collection_item .image::after {
			position: absolute;
				bottom: -1pc;
				left: -1pc;
			width: calc(100% + 2pc);
			transform: rotate(4deg);
			height: 2pc;
			z-index: 4;
			box-shadow: 0 -2px 10px rgba(var(--bs-dark-rgb), .5);
			background-color: var(--bs-white);
			content: ''; }
		.varrel-collection_item .image > img {
			display: block;
			pointer-events: none;
			width: 100%;
			height: 280px;
			object-fit: cover; }
		.varrel-collection_item .image > .overlay {
			display: flex;
			align-items: flex-start;
			justify-content: flex-end;
			padding: .5pc;
			position: absolute;
				top: 0;
				left: 0;
			width: 100%;
			height: 100%; }
			.varrel-collection_item .image > .overlay > a {
				align-items: center;
				justify-content: center;
				display: flex;
				border-radius: 10px;
				height: 45px;
				width: 45px;
				font-size: 1.4em;
				transition: all .3s;
				background-color: rgba(var(--bs-white-rgb), .75); }
				.varrel-collection_item .image > .overlay > a:hover {
					text-decoration: none;
					background-color: rgba(var(--bs-white-rgb), 1); }
				.varrel-collection_item .image > .overlay > a > i {
					background: linear-gradient(45deg, var(--va-first), var(--va-second));
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent; }
		.varrel-collection_item .image > i {
			background: linear-gradient(45deg, var(--va-first), var(--va-second));
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			-webkit-text-stroke: 1px var(--bs-white);
			font-size: 2.4em;
			position: absolute;
				top: .5pc;
				right: .5pc;
			z-index: 10; }
	.varrel-collection_item .title {
		position: relative;
		padding: .5pc 1pc 1pc 1pc; }
		.varrel-collection_item .title::before {
			display: block;
			position: absolute;
				bottom: 0;
			z-index: 0;
			font-family: 'Great Vibes', cursive;
			font-size: 3em;
			font-weight: 1000;
			user-select: none;
			pointer-events: none;
			mix-blend-mode: exclusion;
			color: rgba(var(--bs-dark-rgb), .25);
			content: var(--text); }
		.varrel-collection_item .title::after {
			display: block;
			position: absolute;
				bottom: .5pc;
				right: .5pc;
			height: 80%;
			width: 33%;
			pointer-events: none;
			border: 1px solid transparent;
			border-bottom-color: var(--va-second);
			border-right-color: var(--va-first);
			content: ''; }
		.varrel-collection_item .title > h4 {
			margin: 0;
			font-size: 1.3em;
			position: relative;
			z-index: 1;
			font-family: 'Poppins', sans-serif; }
			.varrel-collection_item .title > h4 > a {
				transition: all .2s;
				color: var(--bs-dark); }
				.varrel-collection_item .title > h4 > a:hover {
					color: var(--va-second);
					text-decoration: underline 4px; }
		.varrel-collection_item .title > span {
			font-family: monospace;
			color: var(--va-third); }
			.varrel-collection_item .title > span > b {
				font-weight: 300;
				color: var(--bs-gray); }

.varrel-blog {
	position: relative; }
	.varrel-blog h1 {
		margin: 2pc 0 0 0;
		font-size: 3em;
		text-transform: capitalize; }
.varrel-blog_detail {
	background-color: var(--bs-white);
	position: relative; }
.varrel-blog_item {
	display: flex;
	height: 240px;
	overflow-y: hidden;
	background-color: var(--bs-white); }
	.varrel-blog_item .image {
		flex: 240px 0 0; }
		.varrel-blog_detail .image > img {
			display: block;
			width: 100%; }
		.varrel-blog_item .image > img {
			display: block;
			object-fit: cover;
			height: 240px;
			width: 240px; }
	.varrel-blog_detail .title {
		padding: 1pc; }
	.varrel-blog_item .title {
		flex: calc(100% - 240px) 0 0;
		padding: 1pc;
		position: relative; }
		.varrel-blog_detail .title > span,
		.varrel-blog_item .title > span {
			display: inline-block;
			padding: 0 7px;
			border-radius: 3px;
			margin: 0 5px 0 0;
			font-size: 12px;
			color: var(--bs-white);
			background: var(--va-second) }
			.varrel-blog_detail .title > b,
			.varrel-blog_item .title > b {
				font-family: monospace;
				font-weight: normal;
				font-size: 12px; }
		.varrel-blog_detail .title > h2 {
			font-family: 'Poppins', sans-serif;
			font-size: 2em; }
		.varrel-blog_item .title > h3 {
			font-family: 'Poppins', sans-serif;
			font-size: 1.4em;
			margin: 0; }
			.varrel-blog_item .title > h3 > a {
				color: var(--bs-dark); }
		.varrel-blog_item .title > blockquote {
			width: 100%;
			border-radius: 5px;
			margin: .5pc 0;
			padding: .5pc;
			font-family: serif;
			font-size: 14px;
			background-color: rgba(var(--bs-dark-rgb), .05); }
	.varrel-blog_detail blockquote {
		margin: 1pc 2pc;
		padding: 1pc;
		border-radius: 5px;
		text-align: center;
		font-family: serif;
		background-color: rgba(var(--bs-dark-rgb), .05); }
		.varrel-blog_detail blockquote > i {
			margin: 0 3px; }
	.varrel-blog_detail .content {
		padding: 1pc 2pc; }

.varrel-testimony {
	position: relative; }
	.varrel-testimony > h3 {
		font-size: 4em; }
	.varrel-testimony > p {
		color: var(--bs-light);
		font-weight: 200;
		font-family: 'Poppins', sans-serif; }
		.varrel-testimony > p::after {
			height: 1px;
			background-color: var(--bs-white);
			width: 5%;
			margin: 0 3px;
			content: '';
			display: inline-block; }

.varrel-testimony_carousel {
	position: relative; }
	.varrel-testimony_carousel .owl-dots {
		position: absolute;
			bottom: -20px;
			right: 1pc;
		display: flex; }
		.varrel-testimony_carousel .owl-dots .owl-dot {
			display: block;
			height: 10px;
			width: 10px;
			border-radius: 15px;
			margin: 0 3px;
			transition: all .3s;
			background-color: var(--bs-light); }
			.varrel-testimony_carousel .owl-dots .owl-dot.active {
				width: 30px; }
	.varrel-testimony_carousel .outer {
		padding: 1pc;
		background: linear-gradient(45deg, var(--va-second), var(--va-first)); }
		.varrel-testimony_carousel .outer .inner {
			padding: 1pc;
			background-color: var(--bs-white); }
			.varrel-testimony_carousel .title {
				padding: 10px 0;
				display: flex; }
				.varrel-testimony_carousel .title > img {
					width: 60px;
					height: 60px;
					object-fit: cover;
					border-radius: 50%; }
				.varrel-testimony_carousel .title > div {
					padding: 0 1pc;
					display: flex;
					flex-direction: column; }
					.varrel-testimony_carousel .title > div > b {
						font-family: 'Poppins', sans-serif;
						font-size: 1.2em;
						font-weight: 500; }
						.varrel-testimony_carousel .title > div > span {
							font-family: 'Great Vibes';
							color: var(--va-third); }
			.varrel-testimony_carousel .rating {
				display: flex; }
				.varrel-testimony_carousel .rating > i {
					color: var(--va-third);
					font-size: 1.2em; }
			.varrel-testimony_carousel .message {
				background: linear-gradient(to right, rgba(var(--bs-dark-rgb), .01), rgba(var(--bs-dark-rgb), .03));
				color: var(--bs-dark);
				font-family: 'Poppins', sans-serif;
				font-size: 14px;
				margin: .5pc 0;
				padding: .7pc; }
				.varrel-testimony_carousel .message > p {
					width: auto;
					overflow-x: hidden;
					word-wrap: break-word; }

.varrel-social {
	position: relative; }
	.varrel-social > ul {
		padding: 0;
		list-style: none; }
		.varrel-social > ul > li {
			margin: 0 0 .7pc 0;
			padding: 10px;
			background-color: var(--bs-white);
			border-radius: 5px; }
			.varrel-social > ul > li > a {
				color: var(--bs-dark);
				display: flex;
				align-items: center;
				justify-content: flex-start; }
				.varrel-social > ul > li > a > i {
					display: flex;
					align-items: center;
					justify-content: center;
					flex: 40px 0 0;
					height: 40px;
					width: 40px;
					transition: all .3s;
					margin: 0 10px 0 0; }
					.varrel-social > ul > li > a > i.icon-image {
						background-image: var(--image);
						background-position: center;
						background-repeat: no-repeat;
						background-size: 70%; }
				.varrel-social > ul > li > a > span {
					font-family: 'Poppins', sans-serif;
					flex: calc(100% - 50px) 0 0; }
				.varrel-social > ul > li > a:hover {
					text-decoration: none; }
				.varrel-social > ul > li > a:hover > i {
					transform: scale(1.2,1.2); }

.varrel-contact_info {
	padding: 2pc 1pc;
	position: relative; }
	.varrel-contact_info > ul {
		padding: 0;
		list-style: none; }
		.varrel-contact_info > ul > li {
			margin: 0 0 1pc 0; }
			.varrel-contact_info > ul > li > span {
				font-family: 'Cinzel', sans-serif;
				font-size: 12px;
				display: block; }
			.varrel-contact_info > ul > li > a {
				color: var(--bs-dark);
				font-family: 'Poppins', sans-serif;
				display: inline-block; }
.varrel-contact_map {
	position: relative; }
	.varrel-contact_map > iframe {
		display: block;
		width: 100%;
		height: 240px;
		margin: 2pc 0; }
.varrel-contact_form {
	position: relative; }
	.varrel-contact_form > h2 {
		text-transform: capitalize;
		margin: 0 0 1pc 0;
		font-size: 3em;
		font-family: 'Great Vibes', cursive; }
	.varrel-contact_form > form {
		padding: 1pc;
		box-shadow: 0 0 25px rgba(var(--bs-dark-rgb), .15);
		background-color: var(--bs-white); }
		.varrel-contact_form .form-group {
			margin: 0 0 10px 0; }
			.varrel-contact_form .form-group > label {
				font-family: 'Cinzel', sans-serif; }
			.varrel-contact_form .form-group > input::-webkit-input-placeholder,
			.varrel-contact_form .form-group > textarea::-webkit-input-placeholder {
				color: var(--bs-light);
				text-transform: capitalize;
				font-size: 14px;
				font-family: 'Poppins', sans-serif; }
		.varrel-contact_form button {
			background-color: var(--bs-dark);
			border: 0 none ;
			color: var(--bs-white);
			font-family: 'Cinzel', sans-serif;
			margin: 1pc 0;
			display: inline-block;
			padding: 10px 2.5pc 10px 2pc;
			position: relative;
			border-radius: 25px; }
			.varrel-contact_form button > i {
				position: absolute;
					top: 15px;
					right: 10px; }


.varrel-getintouch {
	background: linear-gradient(45deg, var(--va-first), var(--va-second));
	position: relative; }
	.varrel-getintouch .image {
		position: relative; }
		.varrel-getintouch .image > img {
			display: block;
			position: relative;
				top: -8pc;
			width: 100%;
			height: 420px;
			object-fit: cover;
			border-radius: 1pc;
			box-shadow: rgb(0 0 0 / 40%) 0px 8px 16px 0px; }
	.varrel-getintouch .title {
		text-align: left; }
		.varrel-getintouch .title > h3 {
			font-family: 'Great Vibes', cursive;
			font-size: 3.5em;
			color: var(--bs-white); }
		.varrel-getintouch .title > p {
			text-align: left;
			color: rgba(var(--bs-white-rgb), .8);
			font-weight: 200;
			font-family: 'Poppins', sans-serif; }
		.varrel-getintouch .title > a {
			background-color: var(--bs-white);
			align-items: center;
			display: inline-flex;
			justify-content: space-between;
			transition: all .3s;
			padding: .3pc;
			border-radius: 2pc; }
			.varrel-getintouch .title > a:hover {
				background-color: var(--bs-light);
				text-decoration: none; }
			.varrel-getintouch .title > a > span {
				margin: 0 1pc;
				font-family: 'Poppins', sans-serif;
				color: var(--bs-dark); }
			.varrel-getintouch .title > a > i {
				color: var(--bs-light);
				display: block;
				border-radius: 50%;
				font-size: 1.5em;
				width: 3pc;
				text-align: center;
				line-height: 3pc;
				height: 3pc;
				background-color: var(--wa); }

.varrel-footer {
	background-color: var(--bs-light); }

.varrel-widget {
	position: relative; }
	.varrel-widget > h5 {
		font-family: 'Nunito', sans-serif;
		font-weight: 100;
		text-transform: capitalize; }
		.varrel-widget .contact-list {
			position: relative; }
			.varrel-widget .contact-list > span {
				font-family: 'Cinzel', sans-serif;
				font-size: 10px;
				font-weight: 600;
				margin: 10px 0 0 0;
				display: block; }
			.varrel-widget .contact-list > b {
				line-height: 1;
				font-family: 'Poppins', sans-serif;
				font-weight: 400; }

.varrel-copyright {
	align-items: center;
	display: flex;
	justify-content: space-between; }
	.varrel-copyright > p {
		margin: 0; }


@media screen and (max-width: 768px) {
	.anti-nav {
		padding-top: 107px; }
	.varrel-navbar {
		margin: 0 1pc;
		flex-direction: row;
		justify-content: space-between; }

	.varrel-collection_menu > ul > li.active::after {
		left: 10px; }

	.varrel-collection_group > .title {
		justify-content: center;
		flex-direction: column; }
		.varrel-collection_group > .title > h3 {
			font-size: 2.5em; }

	.varrel-collection_item {
		overflow: hidden;
		margin: .5pc 0; }

	.varrel-blog_item {
		height: unset;
		flex-direction: column; }
		.varrel-blog_item .image > img {
			width: 100%; }

	.varrel-getintouch .image > img {
		box-shadow: 3pc 5pc 0 0 rgba(var(--bs-white-rgb), .25); }
	.varrel-getintouch .title > h3 {
		font-size: 3em; }
	.varrel-getintouch .title > a {
		display: flex; }

	.varrel-copyright {
		flex-direction: column; }
}