html, body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.mebs-logo {
	max-height:70px;
	padding-right: 30px;
}
@media (max-width: 992px) {
	.mebs-logo {
		max-height:70px;
		position: absolute;
		left: calc(50% - 35px);
		top: 8px;
		padding: 0px;
		margin: 0px;
	}
}
.page-padder {
	padding-top: 120px;
	padding-bottom: 120px;
}
.counter {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  user-select: none;
}
.gradient-one {
  background-image: linear-gradient(135deg, #8736d5, #3fb4f2);
}
.gradient-two {
  background-image: linear-gradient(135deg, #3fb4f2, #57e1d8);
}
.highlighted-text {
  	position: relative;
	display: inline-block;
	padding: 4px 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 4px;
}
.nav-item {
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	margin-right: 10px;
}
.nav-item:hover {
	border-bottom: 2px solid #494949;
}
.first-page-spacer {
	padding-top:100px !important;
}
.first-page-table {
	min-height: calc(100vh - 150px);
}
.smartaudit-auditor {
	background-image: url("/imgs/smartaudit_auditor.jpg?t=2");
	width: 100%;
	background-position: middle; 
	background-repeat: no-repeat; 
	background-size: cover;
}
@media (max-width: 992px) {
	.page-height-navbar {
		min-height: 100vh;
		background-image: url("/imgs/welcome_bg4_mob.jpg?t=6");
		background-position: center bottom 25%;
		background-size: contain;
		background-repeat: no-repeat; 
	}
	.smartaudit-bg {
		min-height: 100vh;
		background-image: url("/imgs/smartaudit_bg.jpg?t=1");
		background-position: bottom right; 
		background-repeat: no-repeat; 
		background-size: 1000px;
		animation: bg-fadein 2s ease-out forwards;
	}
}
@media (min-width: 993px) {
	.page-height-navbar {
		min-height: 100vh;
		background-image: url("/imgs/welcome_bg4.jpg?t=4");
		width: 100%;
		background-position: bottom; 
		background-repeat: no-repeat; 
		background-size: cover;
		animation: bg-fadein 2s ease-out forwards;
	}
	.smartaudit-bg {
		min-height: 100vh;
		background-image: url("/imgs/smartaudit_bg.jpg?t=2");
		width: 100%;
		background-position: bottom right; 
		background-repeat: no-repeat; 
		background-size: cover;
		animation: bg-fadein 2s ease-out forwards;
	}
}
.contact-bg {
	background-image: url("https://mebs.world/imgs/contact_bg3.jpg");
	height: 100%;
	background-position: middle; 
	background-repeat: no-repeat; 
	background-size: cover;
}
@keyframes bg-fadein {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }  
}
.page-height {
	min-height: 100vh;
}
.first-page {
	padding-top: 100px;
	min-height: calc(100vh - 100px);
}
.bg-grey {
	background: #f6f6f6;
}
.bg-mediumgrey {
	background: #dcdcdd;
}
.bg-darkgrey {
	background: #1d1d1f;
}
.bg-footer {
	background: #0A0A0B;
}
.bg-violet {
	background: #5A189A;
	background: linear-gradient(180deg,rgba(90, 24, 154, 1) 6%, rgba(60, 9, 108, 1) 100%);
}
.bg-marketing {
	background: #ffffff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 20%, rgba(78, 158, 219, 1) 100%);
}
.profile-img {
	width: 180px;
	border-radius: 50%;
}
.contact-box {
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	background: #fff;
}
.success-box {
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	background: #b5e48c;	
}
.font-asterisk {
	position: relative;
	font-size: 10px;
	top: -4px;
}
.form-check-input:checked {
  background-color: #5a189a;
  border-color: #5a189a;
}
.welcome-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/welcome_img.jpg");
}
.success-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/success_img.jpg");
	min-height: 600px;
}
.crm-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/web_crm.jpg");
	min-height: 600px;
}
.smartaudit-img {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/smartaudit_promo.jpg");
	min-height: 700px;
}
.smartaudit-img2 {
	width: 100%;
	min-width: 440px;
	max-width: 500px;
	border-radius: 20px;
	background-image: url("https://mebs.world/imgs/smartaudit_benefits.jpg");
	min-height: 600px;
}
.hero-image {
	background-color: #cccccc;
	height: 100%; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.text-violet {
	color: #5a189a;
}
.text-light-violet {
	color: #cba9ef;
}
.partner-box {
	position: absolute;
	top: 400px;
	left: 60px;
	width: 440px;
	background: #000;
	border-radius: 10px;
}
.partner-box-inner {
	position: relative;
	height: 160px;
	color: #fff;
}
.partner-box-mobile {
	background: #000;
	border-radius: 10px;
	color: #fff;
	max-width: 600px;
}
.line-height {
	line-height: calc(1em + 4px);
}
.btn-frame {
	border: 4px solid white !important;
}
.newbadge-parent {
	height: 0px;
	width: 0px;
	position: relative;
	top: -48px;
	left: 100px;
}
.newbadge {
	background-color: #5A189A;
	padding: 2px 4px;
	border-radius: 4px;
	font-size: 10px;
	color: white;
	font-weight: 600;
}
.btn-mebs-dark {
	border: 1px solid #212529;
	background: #212529;
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-dark:hover {
	background: #343a40;
	color: white;
}
.btn-mebs-violet {
	border: 1px solid #7b2cbf;
	background: #7b2cbf;
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-violet:hover {
	background: #9d4edd;
	color: white;
}
.btn-mebs-outline {
	border: 1px solid #adb5bd;
	background: transparent;
	color: #212529;
	padding: 10px 30px;
	border-radius: 8px;
	cursor: pointer;
}
.btn-mebs-outline:hover {
	background: transparent;
	color: #212529;
	border: 1px solid #212529;
}
.mebs-card {
	width: 100%;
	max-width: 360px;
	border-radius: 20px;
	background: #fff;
}
.mebs-card2 {
	width: 280px;
	border-radius: 20px;
	background: #fff;
}
.mebs-card-topper {
	position: relative;
	top: -35px;
	height: 70px;
	width: 70px;
	left: 105px;
	background: #fff;
	border-radius: 50%;
}
.mebs-card-header-img {
	max-height: 60px;
}
.mebs-card-header-container {
	height: 70px;
}
.mebs-card-img {
	width: 100%;
	border-radius: 18px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.mebs-card-img2 {
	width: 100%;
	border-radius: 18px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.fade-in, .fade-in-up { opacity: 0; transition: opacity 0.6s ease-out, transform 0.6s ease-out; will-change: opacity, transform; }
.fade-in2, .fade-in-up2 { opacity: 0; transition: opacity 0.8s ease-out, transform 0.8s ease-out; will-change: opacity, transform; }
.fade-in3, .fade-in-up3 { opacity: 0; transition: opacity 1s ease-out, transform 1s ease-out; will-change: opacity, transform; }
.fade-in4, .fade-in-up4 { opacity: 0; transition: opacity 1.2s ease-out, transform 1.2s ease-out; will-change: opacity, transform; }
.fade-in5, .fade-in-up5 { opacity: 0; transition: opacity 1.4s ease-out, transform 1.4s ease-out; will-change: opacity, transform; }
.fade-in-up { transform: translateY(30px); }
.fade-in-up2 { transform: translateY(30px); }
.fade-in-up3 { transform: translateY(30px); }
.fade-in-up4 { transform: translateY(30px); }
.fade-in-up5 { transform: translateY(30px); }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }
.fade-in-up2.visible { opacity: 1; transform: translateY(0); }
.fade-in-up3.visible { opacity: 1; transform: translateY(0); }
.fade-in-up4.visible { opacity: 1; transform: translateY(0); }
.fade-in-up5.visible { opacity: 1; transform: translateY(0); }
.fade-in.visible { opacity: 1;}
.fade-in2.visible { opacity: 1;}
.fade-in3.visible { opacity: 1;}
.fade-in4.visible { opacity: 1;}
.fade-in5.visible { opacity: 1;}

.fade-in-result {
	opacity: 1;
	animation-name: fadeInOpacityResult;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacityResult {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 991.98px) {
	.navbar {
		min-height: 80px;
	}

	.navbar-toggler {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
	}

	.navbar-toggler:focus {
		outline: none !important;
		box-shadow: none !important;
	}

	.navbar-collapse {
		overflow: hidden;
		transition: max-height 0.4s ease, opacity 0.4s ease;
		max-height: 0;
		opacity: 0;
		position: absolute;
		top: 80px; /* a navbar magassága */
		left: 0;
		width: 100%;
		padding-left: 20px;
		padding-bottom: 20px;
		background: #ffffff;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 62%, rgba(224, 224, 224, 1) 100%);
		z-index: 1;
	}

	.navbar-collapse.show {
		max-height: 500px;
		opacity: 1;
	}

	.hamburger {
		width: 30px;
		height: 24px;
		position: relative;
		display: inline-block;
		cursor: pointer;
	}

	.hamburger span {
		position: absolute;
		height: 3px;
		width: 100%;
		background: black !important;
		color: black !important;
		left: 0;
		border-radius: 2px;
		transition: all 0.4s ease;
	}

	.hamburger span:nth-child(1) { top: 0; }
	.hamburger span:nth-child(2) { top: 10px; }
	.hamburger span:nth-child(3) { top: 20px; }

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 10px;
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: 10px;
	}
}

.shadow-transition {
  transition: box-shadow 0.6s ease-in-out;
  box-shadow: none;
}

.shadow-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.general-link {
  background-image: linear-gradient(to right, #5a189a 0%, #5a189a 100%);
  background-position: 0 100%;
  background-size: 0% 100%;
  background-repeat: no-repeat;

  color: #5a189a;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: background-size 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.general-link:hover {
  background-size: 100% 100%;
  color: white;
}
.general-link-basic {
	color: #5a189a;
	text-decoration: none;
}
.general-link-basic:hover {
	text-decoration: underline;
}
.general-link-footer {
	color: #fff;
	text-decoration: none;
}
.general-link-footer:hover {
	text-decoration: underline;
}
