/*
[Table of contents]

1. Common
      - Defaults
      - Text
      - Background Canvas
      - Cursor and Trigers
      - Buttons
      - Space
2. Frame
      - App Markup
      - Menu Button
      - Menu
      - Frame after 768px
      - Frame after 550px
4. Content
      - Backgrounds
      - Titles
      - Slider Project
      - Slider Project after 992px
      - Slider Project after 768px
      - Slider Navigation
      - Slider Navigation  after 768px
      - Slider Navigation  after 590px
      - Scroll Hint
      - Slider Arrows
      - Video
      - Team
      - Testimonials
      - Blog Pagination
      - Contact
      - Contact after 768px
      - Quote
      - Footer
      - Footer after 768px
4. Portfolio
      - Filter
      - Work item
      - Sizes
      - Grid
      - Grid after 992px
      - Grid after 768px
5. Custom
      - Swiper
      - Mapbox
      - Fancybox
	  - Smooth Scrollbar
	  
6. Form Validation

7. Success Submit

/* Common
==================================== */

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Defaults */

*,
*:after,
*:before {
	box-sizing: border-box;
}

*:focus {
	outline: inherit;
}

.container {
	position: relative;
}

body {
	background-color: #141414;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Josefin Sans', sans-serif;
}

.mvj-text {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: rgba(215, 215, 215, 0.8);
}

.mvj-text a {
	text-decoration: underline;
	color: red;
}

.mvj-text a:hover {
	color: red;
	text-decoration: underline;
}

.mvj-text .mvj-color-text {
	color: red;
}

.mvj-text.mvj-simple-text {
	line-height: 16px;
	margin: 0;
}

.mvj-text-center {
	text-align: center;
}

a,
a:hover {
	color: red;
	text-decoration: none;
}

/* Text */

.mvj-h1,
.mvj-h2,
.mvj-h3,
.mvj-h4,
.mvj-h5,
.mvj-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	padding: 0;
	color: #e6e6e6;
	font-weight: 800;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.mvj-h1,
h1 {
	font-size: 72px;
	line-height: 84px;
	font-weight: 900;
}

.mvj-h2,
h2 {
	font-size: 48px;
	line-height: 66px;
	font-weight: 900;
}

.mvj-h3,
h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
}

.mvj-h4,
h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
}

.mvj-h6,
h6 {
	font-size: 14px;
}

.mvj-border-text {
	letter-spacing: 0;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-webkit-text-stroke-color: #e6e6e6;
	-moz-text-stroke-color: #e6e6e6;
	color: transparent !important;
}

.mvj-label {
	color: #e6e6e6;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
	padding-top: 3px;
}

.mvj-img {
	max-width: 100%;
	/* A imagem não ultrapassa o tamanho do contêiner */
	height: auto;
	/* Mantém a proporção da imagem */
	display: block;
	/* Garante que a imagem se comporte corretamente em layouts */
	margin: 0 auto;
	/* Centraliza a imagem, se necessário */
}

/* After 992px */

@media (max-width: 992px) {
	.mvj-text-right {
		text-align: left !important;
	}

	.mvj-text-right .mvj-subtitle {
		padding-right: 40px;
	}

	.mvj-text-right .mvj-subtitle:before {
		left: 0;
		right: auto;
	}
}

/* After 768px */

@media (max-width: 768px) {

	.mvj-h1,
	h1 {
		font-size: 38px;
		line-height: 52px;
	}

	.mvj-h1 .mvj-border-text,
	h1 .mvj-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}

	.mvj-h2,
	h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.mvj-h2 .mvj-border-text,
	h2 .mvj-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}

	.mvj-h3,
	h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.mvj-h3 .mvj-border-text,
	h3 .mvj-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}

	.mvj-h4,
	h4 {
		font-size: 20px;
		line-height: 22px;
	}

	.mvj-h4 .mvj-border-text,
	h4 .mvj-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}

	.mvj-label,
	.mvj-subtitle {
		font-size: 10px;
	}
}

.mvj-text-right {
	text-align: right;
}

/* Background Canvas */

.mvj-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.2;
}

/* Cursor and Trigers */

.mvj-magic-cursor {
	position: absolute;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 999999999999999;
}

.mvj-ball {
	position: fixed;
	display: block;
	left: 0;
	top: -1px;
	width: 40px;
	height: 40px;
	border: 1px solid #e1e1e100;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0.5;
}

.mvj-ball svg {
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.mvj-magnetic-link {
	width: 100px;
	height: 100px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
}

/* Buttons */

.mvj-btn,
.mvj-btn-text {
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-decoration: none;
	height: 55px;
	margin-right: 10px;
	line-height: 55px;
	padding: 0 40px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #e1e1e1;
	border: solid 2px #e1e1e1;
	background-color: transparent;
	transition: 0.4s ease-in-out;
	outline: none !important;
}

.mvj-btn:hover,
.mvj-btn-text:hover {
	color: red;
}

.mvj-btn-text {
	border-color: transparent;
	padding: 0 20px;
}

.mvj-link {
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #e1e1e1;
	transition: 0.4s ease-in-out;
}

.mvj-link:hover {
	color: red;
}

/* Space */

.mvj-p-100-100 {
	padding-top: 100px;
	margin-bottom: 100px;
}

.mvj-p-100-0 {
	padding-top: 100px;
}

.mvj-p-140-0 {
	padding-top: 140px;
}

.mvj-p-0-100 {
	padding-bottom: 100px;
}

.mvj-p-0-40 {
	padding-bottom: 40px;
}

.mvj-mb-100 {
	margin-bottom: 100px;
}

.mvj-mb-60 {
	margin-bottom: 90px;
}

.mvj-mb-40 {
	margin-bottom: 40px;
}

.mvj-mb-30 {
	margin-bottom: 30px;
}

.mvj-mb-20 {
	margin-bottom: 20px;
}

.mvj-mb-10 {
	margin-bottom: 10px;
}

.mvj-mb-5 {
	margin-bottom: 5px;
}

.mvj-mt-100 {
	margin-top: 100px;
}

.mvj-mt-60 {
	margin-top: 60px;
}

/* Frame
==================================== */

/* App Markup */

.mvj-app {
	position: relative;
	overflow: hidden;
}

.mvj-app .mvj-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #0a0a0a;
	opacity: 0;
	pointer-events: none;
	z-index: 99999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1.2);
	transition: 1s ease-in-out;
}

.mvj-app .mvj-preloader .mvj-preloader-content {
	text-align: center;
}

.mvj-app .mvj-preloader .mvj-preloader-content .mvj-logo {
	width: 120px;
}

.mvj-app .mvj-preloader .mvj-preloader-content .mvj-loader-bar {
	margin-bottom: 20px;
	height: 5px;
	border-radius: 1px;
	position: relative;
	overflow: hidden;
	width: 200px;
	background-color: #141414;
}

.mvj-app .mvj-preloader .mvj-preloader-content .mvj-loader-bar .mvj-loader {
	height: 100%;
	width: 0;
	background-color: red;
	transition-timing-function: ease-in;
}

.mvj-app .mvj-preloader.mvj-active {
	transform: scale(1);
	pointer-events: all;
	opacity: 1;
}

.mvj-app .mvj-top-panel {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	width: 100%;
}

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
	.mvj-app .mvj-top-panel {
		background-color: #141414;
	}

	.mvj-app .mvj-top-panel .mvj-logo-frame .mvj-logo {
		width: 100px !important;
	}

	.mvj-app .mvj-preloader .mvj-preloader-content .mvj-logo {
		width: 100px;
	}
}

.mvj-app .mvj-top-panel .mvj-logo-frame {
	background-color: #141414;
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40px;
	height: 100px;
}

.mvj-app .mvj-top-panel .mvj-logo-frame .mvj-logo {
	width: 150px;
}

/* Menu Button */

.mvj-menu-button-frame {
	padding-left: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #141414;
}

.mvj-menu-button-frame .mvj-label {
	color: #e1e1e1;
}

.mvj-menu-button-frame .mvj-menu-btn {
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease-in-out;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger {
	display: flex;
	justify-content: center;
	padding-top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span,
.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:after,
.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:before {
	content: "";
	display: block;
	width: 19px;
	height: 0.177em;
	border-radius: 3px;
	background: #e1e1e1;
	transition: 0.3s ease-in-out;
	backface-visibility: hidden;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span {
	position: relative;
	margin: 7px 0 0;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:after,
.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:before {
	position: absolute;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:before {
	top: -7px;
}

.mvj-menu-button-frame .mvj-menu-btn .mvj-burger span:after {
	top: 7px;
}

.mvj-menu-button-frame .mvj-menu-btn.mvj-active .mvj-burger span {
	transform: rotate(45deg);
}

.mvj-menu-button-frame .mvj-menu-btn.mvj-active .mvj-burger span:before {
	transform: translate(0px, 7px) rotate(-90deg);
}

.mvj-menu-button-frame .mvj-menu-btn.mvj-active .mvj-burger span:after {
	transform: translate(0px, -7px) rotate(-90deg);
}

/* Menu */

.mvj-menu {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 98;
	top: 0;
	right: 0;
	background-color: #0a0a0a;
	transform: translateX(100%);
	transition: 0.3s ease-in-out;
	transition-delay: 0.2s;
}

.mvj-menu nav {
	opacity: 0;
	display: flex;
	align-items: center;
	height: 100vh;
	transform: translateX(100%) scale(0.8);
	transition: 0.6s ease-in-out;
	transition-delay: 0.1s;
}

.mvj-menu nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.mvj-menu nav ul .menu-item {
	list-style-type: none;
	margin-bottom: 20px;
}

.mvj-menu nav ul .menu-item:last-child {
	margin-bottom: 0;
}

.mvj-menu nav ul .menu-item a {
	color: #e6e6e6;
	font-size: 34px;
	display: inline-block;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 900;
}

.mvj-menu nav ul .menu-item.current-menu-item a {
	color: red;
}

.mvj-menu nav ul .menu-item .sub-menu {
	padding-left: 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

.mvj-menu nav ul .menu-item .sub-menu a {
	color: #e6e6e6;
	transition: 0.3s ease-in-out;
}

.mvj-menu nav ul .menu-item .sub-menu a:hover {
	color: rgba(215, 215, 215, 0.8) !important;
}

.mvj-menu nav ul .menu-item .sub-menu.mvj-active {
	max-height: 300px;
}

.mvj-menu nav ul .menu-item .sub-menu .menu-item a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
	color: rgba(195, 195, 195, 0.5);
}

.mvj-menu nav ul .menu-item .sub-menu .menu-item:first-child {
	margin-top: 20px;
}

.mvj-menu nav ul .menu-item.menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.mvj-menu nav ul .menu-item.menu-item-has-children:after {
	color: rgba(195, 195, 195, 0.5);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 15px;
	right: 0;
	transition: 0.3s ease-in-out;
}

.mvj-menu nav ul .menu-item.menu-item-has-children.mvj-active:after {
	transform: rotate(180deg);
}

.mvj-menu .mvj-info-box-frame {
	padding: 40px;
	position: absolute;
	width: 500%;
	background-color: #141414;
	height: 100vh;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateX(200%);
	transition: 0.6s ease-in-out;
	transition-delay: 0.05s;
}

.mvj-menu .mvj-info-box-frame .mvj-info-box .mvj-label {
	color: rgba(195, 195, 195, 0.5);
}

.mvj-menu.mvj-active {
	transform: translateX(0);
	transition: 0.3s ease-out;
	transition-delay: 0s;
}

.mvj-menu.mvj-active .mvj-info-box-frame {
	opacity: 1;
	transform: translateX(0);
	transition: 0.5s ease-out;
}

.mvj-menu.mvj-active nav {
	opacity: 1;
	transform: translateX(0) scale(1);
	transition: 0.5s ease-out;
	transition-delay: 0s;
}

.mvj-menu.mvj-menu-half {
	width: 40vw;
	min-width: 550px;
	padding: 0 100px;
}

.mvj-menu.mvj-menu-half.mvj-active nav {
	transition: 0.4s ease-out;
}

/* Frame after 768px */

@media (max-width: 768px) {
	.mvj-menu {
		padding: 0 30px;
	}

	.mvj-menu nav ul .menu-item a {
		font-size: 22px;
	}

	.mvj-menu nav ul .menu-item.menu-item-has-children:after {
		top: 7px;
		font-size: 12px;
	}

	.mvj-menu .mvj-info-box-frame {
		display: none;
	}
}

/* Frame after 550px */

@media (max-width: 550px) {
	.mvj-menu.mvj-menu-half {
		width: 100%;
		min-width: 0px;
	}
}

html.is-animating body,
html.is-rendering body {
	pointer-events: none;
}

html.is-animating body .mvj-ball,
html.is-rendering body .mvj-ball {
	background-color: transparent !important;
	opacity: 1 !important;
}

html.is-animating body .mvj-ball svg,
html.is-rendering body .mvj-ball svg {
	opacity: 1;
}

html.is-animating body .mvj-ball svg path,
html.is-rendering body .mvj-ball svg path {
	fill: red;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.transition-fade {
	transition: 0.6s;
	opacity: 1;
	transform: scale(1);
	filter: none;
	transition: 0.6s;
}

.transition-fade .mvj-loading-curtain {
	transform: translateX(-100%);
	transition: 1s;
}

html.is-animating .transition-fade {
	opacity: 0;
	transition-delay: 0.4s;
	transform: scale(1.1);
}

html.is-animating .transition-fade .mvj-loading-curtain {
	transform: translateX(0);
	transition: 1s;
}

.mvj-curtain,
.mvj-loading-curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #141414;
	z-index: 1;
}

/* Content
==================================== */

/* Backgrounds */

.mvj-head-bg {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	height: 550px;
	width: 100%;
}

.mvj-head-bg img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

.mvj-head-bg .mvj-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 555px;
	background-image: linear-gradient(0deg, #141414 1%, rgba(20, 20, 20, 0.85) 100%, rgba(20, 20, 20, 0.8) 100%);
}

.mvj-head-bg.mvj-head-bottom {
	height: 300px;
	top: auto;
	bottom: 0;
}

.mvj-head-bg.mvj-head-bottom img {
	height: 300px;
}

.mvj-head-bg.mvj-head-bottom .mvj-bg-overlay {
	height: 300px;
	transform: rotate(180deg);
}

/* Titles */

.mvj-title-center {
	max-width: 100%;
	text-align: center;
}

.mvj-subtitle {
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(215, 215, 215, 0.8);
	letter-spacing: 2px;
	padding-left: 40px;
}

.mvj-subtitle:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: red;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
}

.mvj-title-center {
	max-width: 100%;
	text-align: center;
}

.mvj-title-center .mvj-subtitle {
	padding-left: 0;
	padding-top: 20px;
}

.mvj-title-center .mvj-subtitle:before {
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.mvj-title-center form {
	margin-left: auto;
	margin-right: auto;
}

.mvj-title-center form .mvj-label {
	width: 100%;
	text-align: left !important;
}

.mvj-numbering {
	text-align: center;
	margin-bottom: 40px;
}

.mvj-numbering .mvj-subtitle {
	padding-left: 0;
	padding-top: 40px;
}

.mvj-numbering .mvj-subtitle:before {
	top: 20px;
	left: 50%;
	margin-left: -15px;
}

.mvj-numbering .mvj-border-text {
	line-height: 55px;
	font-size: 72px;
	font-weight: 900;
	opacity: 0.1;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Slider project */

.mvj-project-slider-item {
	width: 100vw;
	min-height: 100%;
	height: 100vh;
}

.mvj-project-slider-item .mvj-project-frame {
	width: 100%;
	height: 100%;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame .mvj-project-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame .mvj-project-cover.mvj-position-center {
	object-position: center;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame .mvj-project-cover.mvj-position-left {
	object-position: left;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame .mvj-project-cover.mvj-position-right {
	object-position: right;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.45);
	width: 100%;
	height: 100%;
}

.mvj-project-slider-item .mvj-project-frame .mvj-cover-overlay.mvj-gradient-overlay {
	background-image: linear-gradient(269deg, rgba(20, 20, 20, 0) 70%, rgba(20, 20, 20, 0.4) 80%, #141414 100%);
}

.mvj-project-slider-item .mvj-project-frame.mvj-project-half {
	width: 100%;
	height: 100%;
}

.mvj-project-slider-item .mvj-project-frame.mvj-project-half .mvj-cover-frame {
	float: right;
	width: 60%;
	height: 100%;
	position: relative;
}

.mvj-project-slider-item .mvj-main-title-frame {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.mvj-project-slider-item .mvj-main-title-frame .mvj-main-title {
	width: 100%;
}

.mvj-project-slider-item .mvj-main-title-frame .mvj-main-title h1 {
	text-shadow: 0 0 40px rgba(13, 13, 13, 0.5);
}

/* Slider Project after 992px */

@media (max-width: 992px) {
	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame .mvj-main-title h1 {
		font-size: 54px;
		line-height: 60px;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame {
		width: 100%;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-cover-frame .mvj-project-cover {
		object-position: center !important;
	}
}

/* Slider Project after 768px */

@media (max-width: 768px) {
	.mvj-project-slider-item .mvj-project-frame .mvj-cover-overlay.mvj-gradient-overlay {
		background-color: rgba(20, 20, 20, 0.45);
		background-image: none;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame .mvj-main-title {
		margin-left: -15px;
		padding: 40px;
		background-color: #141414;
		width: 100%;
		max-width: 430px;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame .mvj-main-title h1 {
		position: relative;
		overflow: hidden;
		font-size: 32px;
		line-height: 38px;
		font-weight: 900;
		letter-spacing: -1px;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame .mvj-main-title .mvj-mb-20 {
		margin-bottom: 10px;
	}

	.mvj-project-slider-item .mvj-project-frame .mvj-main-title-frame .mvj-main-title .mvj-mb-30 {
		margin-bottom: 15px;
	}

	.mvj-project-slider-item .mvj-project-frame.mvj-project-half .mvj-cover-frame {
		width: 100%;
		height: 60%;
	}
}

/* Slider Navigation */

.mvj-slider-pagination-frame {
	height: 100vh;
	position: absolute;
	z-index: 9;
	top: 0;
	width: 100px;
	padding: 40px;
	right: 0;
	display: flex;
	align-items: center;
	background-color: #141414;
}

.mvj-slider-pagination-frame .mvj-slider-pagination {
	margin-bottom: 60px;
	width: 20px;
	display: flex;
	flex-direction: column;
}

.mvj-slider-pagination-frame .mvj-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	margin-left: auto !important;
	margin-bottom: 20px !important;
	border-radius: 2px;
	height: 3px;
	opacity: 1 !important;
	background-color: #e1e1e1;
	transition: 0.3s ease-in-out;
}

.mvj-slider-pagination-frame .mvj-slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mvj-slider-pagination-frame .mvj-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	background-color: red;
}

.mvj-slider-nav-panel {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100vw;
}

.mvj-slider-progress-bar-frame {
	display: flex;
	align-items: center;
	height: 100px;
	width: 25vw;
}

.mvj-slider-progress-bar-frame .mvj-slider-progress-bar {
	display: flex;
	height: 3px;
	width: 100%;
}

.mvj-slider-progress-bar-frame .mvj-slider-progress-bar .mvj-progress {
	position: relative;
	height: 3px;
	border-radius: 3px;
	background: rgba(225, 225, 225, 0.1);
	width: 100%;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mvj-slider-progress-bar-frame .mvj-slider-progress-bar .mvj-progress:after {
	position: absolute;
	top: 0;
	left: 0;
	background: red;
	border-radius: 3px;
	height: 100%;
	width: 0;
	content: "";
}

.mvj-slider-progress-bar-frame .mvj-slider-progress-bar.active .mvj-progress {
	opacity: 1;
}

.mvj-slider-progress-bar-frame .mvj-slider-progress-bar.animate .mvj-progress:after {
	transition: width linear;
	transition-delay: unset;
	width: 100%;
	transition-duration: 10s;
}

.mvj-slider-arrows {
	position: absolute;
	top: 0;
	padding: 0 20px 0 20px;
	right: 0;
	background-color: #141414;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mvj-slider-arrows .mvj-label {
	margin-right: 20px;
	color: #e1e1e1;
}

.mvj-slider-arrows .mvj-button-next,
.mvj-slider-arrows .mvj-button-prev {
	width: 60px;
	cursor: pointer;
}

.mvj-slider-arrows .mvj-button-next span,
.mvj-slider-arrows .mvj-button-prev span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.mvj-slider-arrows .mvj-button-next span i,
.mvj-slider-arrows .mvj-button-prev span i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #e1e1e1;
}

/* Slider Navigation after 768px */

@media (max-width: 768px) {

	.mvj-slider-pagination-frame,
	.mvj-slider-progress-bar-frame {
		display: none;
	}

	.mvj-slider-arrows {
		padding: 0 20px;
	}

	.mvj-slider-arrows .mvj-label {
		display: none;
	}
}

/* Slider Navigation after 590px */

@media (max-width: 590px) {
	.mvj-slider-nav-panel {
		height: 80px;
	}

	.mvj-slider-pagination-frame,
	.mvj-slider-progress-bar-frame {
		display: none;
	}

	.mvj-slider-arrows {
		background-color: transparent !important;
		padding: 0;
		justify-content: flex-start;
		left: 20px;
	}

	.mvj-slider-arrows .mvj-label {
		display: none;
	}

	.mvj-slider-arrows .mvj-button-next,
	.mvj-slider-arrows .mvj-button-prev {
		height: 80px;
	}

	.mvj-project-slider-item .mvj-main-title {
		padding-bottom: 80px !important;
	}
}

/* Scroll Hint */

.mvj-scroll-hint-frame {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mvj-scroll-hint-frame .mvj-label {
	width: 100%;
	text-align: center;
	color: #e1e1e1;
}

.mvj-scroll-hint-frame .mvj-scroll-hint {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
}

.mvj-scroll-hint-frame .mvj-scroll-hint span {
	display: block;
	position: relative;
	width: 22px;
	height: 35px;
	border-radius: 15px;
	border: solid 2px #e1e1e1;
}

.mvj-scroll-hint-frame .mvj-scroll-hint span:after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #e1e1e1;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 45%;
	animation: mouse 1s ease-in-out infinite;
}

@keyframes mouse {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}

/* Slider Arrows */

.mvj-arrows {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mvj-arrows .mvj-sl-nav {
	margin-left: auto;
	margin-right: auto;
}

.mvj-arrows .mvj-sl-nav .mvj-next,
.mvj-arrows .mvj-sl-nav .mvj-prev {
	cursor: pointer;
	transition: 0.3s;
	width: 60px;
	color: #e6e6e6;
}

.mvj-arrows .mvj-sl-nav .mvj-next.swiper-button-disabled,
.mvj-arrows .mvj-sl-nav .mvj-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.mvj-arrows .mvj-label {
	color: rgba(215, 215, 215, 0.8);
}

/* Video */

.mvj-about-video .mvj-video-cover-frame {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}

.mvj-about-video .mvj-video-cover-frame .mvj-video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.mvj-about-video .mvj-video-cover-frame .mvj-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.45);
	width: 100%;
	height: 100%;
}

.mvj-about-video .mvj-video-cover-frame .mvj-play-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border: solid 2px #e1e1e1;
	border-radius: 50%;
	box-shadow: inset 0 0 40px rgba(13, 13, 13, 0.5), 0 0 40px rgba(13, 13, 13, 0.5);
}

.mvj-about-video .mvj-video-cover-frame .mvj-play-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
}

.mvj-about-video .mvj-video-cover-frame .mvj-play-button a i {
	transform: translateX(3px);
	font-size: 22px;
	color: #e1e1e1;
	text-shadow: 0 0 40px rgba(13, 13, 13, 0.5);
}

/* Team */

.mvj-team-member {
	width: 100%;
}

.mvj-team-member .mvj-member-photo-frame {
	position: relative;
	overflow: hidden;
	padding-bottom: 140%;
	margin-bottom: 20px;
}

.mvj-team-member .mvj-member-photo-frame img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: top;
	top: 0;
	left: 0;
}

.mvj-team-member .mvj-member-photo-frame .mvj-photo-overlay {
	opacity: 0.5;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.45);
	width: 100%;
	height: 100%;
}

/* Testimonials */

.mvj-reviewer {
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.mvj-star-rate {
	margin-top: 20px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.mvj-star-rate li {
	list-style-type: none;
	margin-right: 5px;
}

.mvj-star-rate li i {
	color: red;
	font-size: 14px;
}

.mvj-star-rate li.mvj-empty i {
	color: #e6e6e6;
	opacity: 0.1;
}

/* Blog Pagination */

.mvj-pagination {
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	z-index: 9999;
	position: relative;
	margin-top: 100px;
}

.mvj-pagination li {
	list-style-type: none;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.mvj-pagination li.mvj-active {
	background-color: red;
}

.mvj-pagination li.mvj-active a {
	color: #141414;
}

.mvj-pagination li a {
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: rgba(215, 215, 215, 0.8);
	transition: 0.4s ease-in-out;
}

.mvj-pagination li a:hover {
	color: #e6e6e6;
}

/* Contact */

.mvj-form label {
	margin-bottom: 10px;
}

.mvj-form input,
.mvj-form textarea {
	border: solid 2px #e6e6e6;
	width: 100%;
	color: #e6e6e6;
	background-color: transparent;
	padding-left: 20px;
	margin-bottom: 5px;
	transition: 0.4s ease-in-out;
	border-radius: 2px;
}

.mvj-form input::placeholder,
.mvj-form textarea::placeholder {
	opacity: 0.8;
	height: 100%;
	font-weight: 300;
}

.mvj-form input:focus,
.mvj-form textarea:focus {
	border-color: red;
}

.mvj-form input {
	height: 55px;
}

.mvj-form textarea {
	padding-top: 15px;
}

.mvj-form.mvj-form-subscribe {
	width: 100%;
	position: relative;
	max-width: 500px;
}

.mvj-form.mvj-form-subscribe div input {
	margin-bottom: 0;
	width: 100%;
}

.mvj-form.mvj-form-subscribe button {
	position: absolute;
	bottom: 0;
	right: -10px;
	margin-left: 30px;
	align-self: flex-end;
}

/* Contact after 768 */

@media (max-width: 768px) {
	.mvj-contact-hint {
		padding-top: 40px;
	}
}

/* Quote */

blockquote {
	margin: 40px 0;
	color: #e6e6e6;
	font-size: 1rem;
	background: #0a0a0a;
	padding: 30px 40px 30px 50px;
	font-style: italic;
	position: relative;
}

blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: 0.3;
	color: #e6e6e6;
	top: 13px;
	left: 13px;
}

blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: 0.3;
	color: #e6e6e6;
	bottom: 13px;
	right: 13px;
	transform: rotate(180deg);
}

/* Footer */

.mvj-footer {
	position: relative;
	z-index: 9;
}

.mvj-footer .mvj-footer-copy {
	padding: 40px 0;
	background-color: #0a0a0a;
	color: rgba(215, 215, 215, 0.8);
}

.mvj-footer .mvj-footer-copy .container {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.mvj-footer .mvj-footer-copy .container .mvj-social {
	margin: 0;
	padding: 0;
	display: flex;
}

.mvj-footer .mvj-footer-copy .container .mvj-social li {
	list-style-type: none;
	margin: 0 15px;
	transition: 0.4s ease-in-out;
}

.mvj-footer .mvj-footer-copy .container .mvj-social li a {
	color: rgba(215, 215, 215, 0.8);
}

.mvj-footer .mvj-footer-copy .container .mvj-social li a:hover {
	color: #e6e6e6;
}

/* Footer after 768 */

@media (max-width: 768px) {
	.mvj-footer {
		text-align: center;
	}

	.mvj-footer .mvj-footer-copy {
		padding-bottom: 20px;
	}

	.mvj-footer .mvj-footer-copy .container {
		flex-direction: column;
		justify-content: center;
	}

	.mvj-footer .mvj-footer-copy .container .mvj-social {
		justify-content: center;
		margin-bottom: 20px;
	}

	.mvj-footer .mvj-footer-copy .container div {
		margin-bottom: 20px;
	}
}

/* Portfolio
==================================== */

/* Filter */

.mvj-filter {
	text-align: center;
}

.mvj-filter .mvj-card-category {
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #e1e1e1;
	transition: 0.4s ease-in-out;
}

.mvj-filter .mvj-card-category.mvj-current {
	color: red;
}

/* Work Item */

.mvj-card-item.mvj-shift {
	margin-top: 100px;
}

.mvj-card-item .mvj-card-cover-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: calc(63% + 8px);
}

.mvj-card-item .mvj-card-cover-frame .mvj-badge {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	color: rgba(215, 215, 215, 0.8);
	background-color: #141414;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.mvj-card-item .mvj-card-cover-frame img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.mvj-card-item .mvj-card-cover-frame .mvj-cover-overlay {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.45);
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: 0.4s ease-in-out;
}

.mvj-card-item .mvj-card-cover-frame .mvj-hover-links {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 3;
	background-color: #0a0a0a;
	transition: 0.4s ease-in-out;
}

.mvj-card-item .mvj-card-cover-frame .mvj-hover-links .mvj-more i,
.mvj-card-item .mvj-card-cover-frame .mvj-hover-links .mvj-zoom i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #e1e1e1;
}

.mvj-card-item .mvj-card-cover-frame:hover .mvj-hover-links {
	opacity: 1;
}

.mvj-card-item .mvj-card-cover-frame:hover .mvj-cover-overlay {
	opacity: 0.1;
}

/* Sizes */

.mvj-masonry-grid-item-50 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: calc(63% + 8px);
}

.mvj-masonry-grid-item-50.mvj-masonry-grid-item-h-x-2 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: calc(126% + 36px);
}

.mvj-masonry-grid-item-33 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: calc(63% + 8px);
}

.mvj-masonry-grid-item-33.mvj-masonry-grid-item-h-x-2 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: calc(126% + 36px);
}

.mvj-without-descr .mvj-masonry-grid-item-50 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: 63%;
}

.mvj-without-descr .mvj-masonry-grid-item-50.mvj-masonry-grid-item-h-x-2 .mvj-card-item .mvj-card-cover-frame {
	padding-bottom: 141%;
}

/* Grid */

.mvj-portfolio-frame {
	position: relative;
	overflow: hidden;
}

.mvj-masonry-grid {
	margin: -30px;
	position: relative;
	overflow: hidden;
	min-height: 100vh !important;
}

.mvj-masonry-grid:after {
	content: '';
	display: block;
	clear: both;
}

.mvj-grid-sizer,
.mvj-masonry-grid-item {
	width: 25%;
}

.mvj-3-col .mvj-grid-sizer,
.mvj-3-col .mvj-masonry-grid-item {
	width: 33.333%;
}

.mvj-masonry-grid-item {
	float: left;
	padding: 30px;
	overflow: hidden;
}

.mvj-masonry-grid-item-33 {
	width: 33%;
}

.mvj-masonry-grid-item-50 {
	width: 50%;
}

.mvj-masonry-grid-item-100 {
	width: 100%;
}

/* Grid after 992px */

@media (max-width: 992px) {

	.mvj-3-col .mvj-grid-sizer,
	.mvj-3-col .mvj-masonry-grid-item {
		width: 50%;
	}

	.mvj-masonry-grid-item-33 {
		width: 50%;
	}

	.mvj-masonry-grid-item-50 {
		width: 100%;
	}

	.mvj-masonry-grid-item-100 {
		width: 100%;
	}
}

/* Grid after 768px */

@media (max-width: 768px) {

	.mvj-3-col .mvj-grid-sizer,
	.mvj-3-col .mvj-masonry-grid-item {
		width: 100%;
	}

	.mvj-masonry-grid-item-33 {
		width: 100%;
	}

	.mvj-masonry-grid-item-50 {
		width: 100%;
	}

	.mvj-masonry-grid-item-100 {
		width: 100%;
	}

	.mvj-filter {
		text-align: center;
		display: flex;
		flex-direction: column;
	}

	.mvj-filter .mvj-card-category {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.mvj-filter .mvj-card-category.mvj-current {
		color: red;
	}
}

/* Custom
==================================== */

/* Swiper */

.swiper-slide {
	position: relative;
}

/* Mapbox */

.mvj-map-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 50%;
}

.mvj-map-frame .mvj-map {
	margin-top: -4%;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mvj-map-frame .mvj-map.mvj-active {
	pointer-events: all;
}

.mvj-map-frame:hover .mvj-lock {
	opacity: 1;
}

.mapboxgl-marker:after {
	position: absolute;
	content: 'Mireya';
	letter-spacing: 2px;
	transform: translateX(-30%) translateY(10px);
	display: block;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10px;
	padding: 1px 10px;
	white-space: nowrap;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.mapboxgl-marker svg {
	transform: scale(1.2);
	animation: marker 1s infinite ease-in-out;
}

.mapboxgl-marker svg g {
	fill: red;
}

.mapboxgl-marker svg circle {
	fill: #141414;
}

.mapboxgl-marker svg ellipse {
	fill: #000;
}

/* Em telas menores, mova o botão para a direita */
@media(max-width: 700px) {
    .whatsapp-btn {
        left: auto!important; /* Remove a posição esquerda */
        right: 40px!important; /* Move para a direita */
            position: fixed;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 9999;
    animation: pulse 2s infinite;
    }
}

@media(min-width: 700px) {
/* Estilos do botão principal */
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 9999;
    animation: pulse 2s infinite;
}
    
}

/* Efeito hover */
.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    background-color: #128C7E;
}

/* Animação de pulsar */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Ícone do WhatsApp */
.whatsapp-btn i {
    color: white;
    font-size: 32px;
    transition: transform 0.3s ease;
}

/* Efeito de clique */
.whatsapp-btn:active {
    transform: scale(0.9);
}

/* Efeito de onda adicional */
.whatsapp-btn::before,
.whatsapp-btn::after {
    content: '';
    position: absolute;
    border: 2px solid #25D366;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: onda 1.5s infinite;
    opacity: 0;
}

.whatsapp-btn::after {
    animation-delay: 0.5s;
}

@keyframes onda {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes marker {
	0% {
		transform: scale(1.2) translateY(0);
	}

	50% {
		transform: scale(1.2) translateY(-10px);
	}

	0% {
		transform: scale(1.2) translateY(0);
	}
}

.mvj-lock {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(215, 215, 215, 0.8);
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	transition: .4s ease-in-out;
}

.mvj-lock:hover {
	color: #e6e6e6;
}

/* Fancybox */

.fancybox-container {
	width: 100vw;
	height: 100vh;
}

.fancybox-container .fancybox-bg {
	background: #0a0a0a;
}

.fancybox-slide--video {
	width: 100%;
	display: flex;
	justify-content: center;
}

.fancybox-slide--video .fancybox-content {
	margin-top: 100px !important;
	width: 80% !important;
	background-color: transparent;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 13px;
	color: #e1e1e1;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-toolbar {
	background: #141414;
	display: flex;
	width: 100vw;
	justify-content: flex-end;
	align-items: center;
	height: 100px;
	z-index: 999999;
	padding: 0 30px;
	transition: 0.4s ease-in-out;
}

.fancybox-toolbar .fancybox-button {
	background: transparent;
	color: #e6e6e6;
	padding: 9px;
}

.fancybox-toolbar .fancybox-button:hover {
	color: #e6e6e6;
}

.fancybox-slide--image {
	padding: 130px 0 60px;
}

.fancybox-navigation .fancybox-button {
	background-color: transparent;
	margin: 0 15px;
}

.fancybox-infobar {
	top: 5px;
	left: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
	z-index: 9999999999999;
	height: 95px;
	width: 100px;
	display: flex;
	opacity: 1;
	justify-content: center;
	align-items: center;
}

.fancybox-progress {
	background: red;
	z-index: 999999999999999999;
}

.fancybox-thumbs {
	background-color: #0a0a0a;
}

.fancybox-thumbs__list a:before {
	border-color: red;
	transition: 0.4s ease-in-out;
}

.fancybox-button[disabled] {
	transform: scale(0);
	pointer-events: none;
	transition: 0.4s ease-in-out;
}

@media (max-width: 768px) {
	.fancybox-slide--video .fancybox-content {
		width: 100% !important;
	}

	.fancybox-container {
		margin: 0;
		width: 100%;
		height: 100%;
	}

	.fancybox-toolbar {
		width: 100%;
	}

	.fancybox-navigation .fancybox-button {
		bottom: -10px;
		top: auto;
	}
}

/* Smooth Scrollbar */

.scrollbar-track {
	width: 5px !important;
	background-color: #0a0a0a !important;
}

.scrollbar-track .scrollbar-thumb {
	background-color: red !important;
	opacity: 1 !important;
	width: 5px !important;
}

.mvj-content-frame {
	width: 100% !important;
	height: 100vh !important;
	position: inherit !important;
	overflow: hidden !important;
}

/* Form  Validation
==================================== */

.parsley-errors-list {
	font-size: 10px !important;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid red;
	background-color: red;
	color: white;
	padding: 2px 0 0 3px !important;
	margin: 10px 0 10px 0 !important;
	list-style-type: none;
	opacity: 0;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-errors-list:before {
	content: '';
	display: block;
	margin-top: -9px;
	pointer-events: none;
	position: absolute;
	border-bottom: solid 6px red;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}

/* Success Submit
==================================== */

#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 190px;
	margin-top: -85px;
	margin-left: -150px;
	text-align: center;
}

#success h4 {
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}

#success small {
	color: white;
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}

	100% {
		stroke-dashoffset: 0
	}
}

@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}

	100% {
		stroke-dashoffset: 0
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}

	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}

	100% {
		stroke-dashoffset: 480
	}
}

@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}

	100% {
		stroke-dashoffset: 480
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}

	100% {
		stroke-dashoffset: 480
	}
}

.inlinesvg .svg svg {
	display: inline
}

.icon-order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon-order-success svg circle {
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards
}