#menu-header-menu a[href="https://app.testomat.io/users/sign_in"] {
	display: none;
}

#header {
	top: 12px;
}

#header.hidden {
	display: block;
}

#header.sticky-styled {
	box-shadow: none;
	background: transparent;
}

.admin-bar #header {
	top: 32px;
}

#header:not(.sticky-styled) .header-inner {
	box-shadow: 0px 1px 3px 0px #090A281A;
}

.header-inner {
	backdrop-filter: blur(25px);
	box-shadow: 0px 1px 10px 0px #090A281A;
	border-radius: 12px;
	border: 1px solid #E5E5E5;
	background: #FFFFFFD9;
	padding: 0 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.2s;
}

.megamenu-wrapper {
	position: relative;
	top: -5px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-top: 0;
	transition: all 0.4s;
}

.megamenu-icon-wrapper {
	flex: 0 0 auto;
}

.megamenu-wrapper.active {
	max-height: 100vh;
	opacity: 1;
	padding-top: 32px;
}

.megamenu-general-items-wrapper {
	display: flex;
	column-gap: 24px;
	flex-wrap: wrap;
}

.menu-item, .login-item {
	position: relative;
}

.side-menu {
	gap: 12px;
	align-items: center;
}

.general-menu-wrapper .menu-item a, .login-item {
	padding: 20px 16px;
	margin: 0 4px;
}

.start-item {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #4F46E5;
	background-color: #6366F1;
	padding: 9px 16px;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0px #1C1A381A;
	transition: all 0.2s;
}

.start-item:hover {
	background-color: #4F46E5;
	transition: all 0.2s;
}

.integrations-menu-wrapper {
	margin-bottom: 16px;
}

.integrations-menu-wrapper .megamenu-general-items-wrapper {
	column-gap: 21px;
}

.integrations-menu-wrapper .megamenu-item {
	flex: 0 0 calc((100% - 96px) / 5);
	box-sizing: border-box;
}

.mega-menu-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #262626;
}

.megamenu-item {
	display: flex;
	align-items: flex-start;
	column-gap: 12px;
	padding: 6px 0 6px 8px;
	margin-bottom: 8px;
	flex: 0 0 calc(25% - 18px);
	box-sizing: border-box;
}

.megamenu-item-title {
	color: #404040;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}

.megamenu-item-subtitle {
	color: #A1A1A1;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}

.menu-group-wrapper {
	gap: 32px;
	margin-bottom: 30px; 
}

.features-menu-wrapper {
	flex: 0 0 calc(80% - 16px);
}

.whatsnew-menu-wrapper {
	flex: 0 0 calc(20% - 16px);
	position: relative;
}

.whatsnew-menu-wrapper:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: -20px;
	border-left: 1px solid #E5E5E5;
}

.more-btn.menu-item:after {
	content: '';
}

.more-btn .megamenu-item-title {
	position: relative;
	color: #4F46E5;
	padding-right: 20px;
}

.more-btn .megamenu-item-title:after {
	content: url(../img/icons/more-menu-arrow.svg);
	position: absolute;
	right: 0;
	bottom: 0; 
	height: 18px;
}

.general-menu-wrapper .menu-item a.features-hover {
	position: relative;
	padding-right: 40px;
}

.features-hover:after {
	content: url(../img/icons/down-chevron.svg);
	position: absolute;
	top: calc(50% - 12px);
	right: 12px;
	height: 24px;
}

.integrations-menu-wrapper .megamenu-item {
	align-items: center;
}

.integrations-menu-wrapper .megamenu-item:not(.more-btn) img {
	mix-blend-mode: Luminosity;
}

.video-cover-wrapper {
	position: relative;
}

.video-cover-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-cover-wrapper svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

header .video-title {
	margin-top: 8px;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.close-wrapper {
	position: fixed;
	top: 24px;
	right: 24px;
	cursor: pointer;
}



@media (min-width: 1024px) {
	.mob-features-menu-wrapper, .mob-buttons-wrapper {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	
	#menu-video-popup .close-wrapper:hover svg path:first-of-type {
		fill-opacity: 0.15;
	}
	
	.general-menu-wrapper .menu-item:hover > a:before, .general-menu-wrapper .menu-item > a.active:before, .login-item:hover:before {
		content: '';
		position: absolute;
		left: 0;
		top: calc(50% - 18px);
		width: 100%;
		height: 36px;
		background-color: #0A0A0A08;
		border-radius: 8px;
		z-index: -1;
	}
	
	.megamenu-wrapper .megamenu-item:hover:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #0A0A0A08;
		border-radius: 8px;
		z-index: -1;
	}
	
	.video-cover-wrapper:hover:after {
		
	}
	
	.video-cover-wrapper svg {
		transition: all 0.4s linear;
	}
	
	.video-cover-wrapper:hover svg {
		width: 72px;
		height: auto;
	}
	
	.video-cover-wrapper:hover g path:first-child {
		fill: #4F46E5;
	}
	
	.megamenu-wrapper .ai.megamenu-item:hover:before {
		background-color: #F5F3FF;
	}
}

@media (max-width: 1023px) {
	
	#header {
		top: 0;
	}
	
	#wpfront-scroll-top-container {
		max-width: 54px;
	}
	
	#header .custom-logo {
		width: 135px;
		height: auto;
	}
	
	#headerMenuWrapper.opened {
		padding-bottom: 100px;
		padding-top: 10px;
		top: 60px;
	}
	
	#header.sticky-styled.bg-white {
		backdrop-filter: none;
		background: #fff;
		box-shadow: none;
	}
	
	#header, #header.sticky-styled {
		background: #FFFFFFD9;
	}
	
	#header.sticky-styled {
		backdrop-filter: blur(25px);
		box-shadow: 0px 1px 8px 0px #090A280D;
	}
	
	.admin-bar #header {
		top: 46px;
	}
	
	.admin-bar #header.sticky-styled {
		top: 0;
	}
	
	#header:not(.sticky-styled) .header-inner {
		box-shadow: none;
	}
	.header-inner {
		box-shadow: none;
		border-radius: 0;
		border: none;
		backdrop-filter: none;
		background: transparent;
		padding: 12px 0;
		font-weight: 700;
		font-size: 18px;
		line-height: 28px;
		color: #262626;
	}
	
	#welcome_section {
		padding-top: 72px;
	}
	
	.general-menu-wrapper {
		padding: 0 1.5rem;
	}
	
	.general-menu-wrapper .menu-item a {
		width: 100%;
		padding: 14px 0;
		margin: 0;
	}
	
	.megamenu-item {
		align-items: center;
	}
	
	#headerMenuWrapper {
		overflow: auto;
	}
	
	.mob-features-menu-wrapper {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.4s ease, opacity 0.4s ease;
	}
	
	.show-submenu .mob-features-menu-wrapper {
		max-height: 1000px;
		opacity: 1;
	}
	
	.megamenu-wrapper.active {
		display: none;
	}
	
	.show-submenu .features-hover:after {
		transform: rotate(180deg);
	}
	
	#menu-features {
		border-bottom: 1px solid #E5E5E5;
	}
	
	.features-hover:after {
		right: 30px;
	}
	
	.mob-buttons-wrapper {
		gap: 16px;
	}
	
	.login-item {
		border: 1px solid #D4D4D4;
		border-radius: 8px;
		margin: 0;
	}
	
	.start-item, .login-item {
		box-shadow: 0px 5px 10px 0px #1C1A381A;
		padding: 10px;
		text-align: center;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
	}
}











