.w-wrapper {
	/* display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5; */
	overflow: hidden;
}

.w-menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.w-menu ul li {
	display: inline-block;
}

.w-menu-top {
	padding: 5px 20px;
	/* border-bottom: 1px solid #5b2f9b; */
}

.w-menu-top ul li a {
	color: #fff;
	text-decoration: none;
	font-size: .875rem;
	margin: 0 10px;
	display: inline-block;
}

.w-menu-top ul li a:hover {
	text-decoration: underline;
}

.w-menu-top ul li:last-of-type a {
	font-weight: bold;
}

.w-nav.fixed .w-menu-bottom ul li:last-of-type a {
	background: #ffc008;
	color: #000;
	border-color: #ffc008;
}

.w-menu-bottom {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 30px 20px;
}

.w-menu-bottom ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	margin: 0 10px;
	display: inline-block;
}

.w-menu-bottom ul li:last-of-type a {
	border: 1px solid #ccc;
	padding: 5px 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: .875rem;
	transition: .3s;
}

.w-menu-bottom ul li:last-of-type a:hover {
	background: #fff;
	border-color: #999;
	color: #393f4e;
}

.w-top {
	background: url(../website/img/hero-bg.webp) no-repeat center center;
	background-size: cover;
	height: 80vh;
	position: relative;
}

.w-hero {
	/* display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; */
	padding-top: 140px;
}

.w-nav {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: transparent;
	transition: .8s;
	height: 100px;
}

.w-nav.fixed {
	background: rgb(49, 60, 89)
}

.w-hero-left {
	width: 50%;
	display: inline-block;
	padding: 0 20px;
	;
}

.w-hero-right {
	width: 45%;
	display: inline-block;
	padding: 0 20px;
	;
	text-align: center;
	min-height: 200px;
	position: relative;
	z-index: 3;
	;
}

.w-wave {
	background: url(../website/img/hero-wave.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	min-height: 170px;
	width: 110% !important;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.w-fbf-presentation {
	position: relative;
	z-index: 3;
	background: #fff;
}

.w-hero-right img {
	max-width: 100%;
	max-height: 70vh;

}

.w-hero-left h1 {
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.w-hero-left h1 span {
	opacity: .7;
}

.w-hero-left h2 {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
	opacity: .7;
}

.w-logo {
	position: absolute;
	left: 20px;
	top: 10px;
}

.w-logo img {
	max-height: 50px;
	margin-top: 20px;
}

.w-fbf-presentation {
	padding-top: 80px;
}

.w-fbf-stats {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 130px;
}

.w-fbf-stats .w-fbf-card {
	display: inline-block;
	text-align: center;
	width: 33%;
	vertical-align: top;
}

.w-fbf-stats .w-fbf-card img {
	max-width: 100px;
}

.w-fbf-stats .w-fbf-card .q-card-bottom-line-1 {
	font-size: 1.5rem;
	font-weight: 100;
}

.w-features,
.w-functionalities {
	max-width: 80%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w-features-left,
.w-functionalities-right {
	width: 50%;
	display: inline-block;
}

.w-features-left img,
.w-functionalities-right img {
	max-width: 100%;
}

.w-features-right,
.w-functionalities-left {
	width: 48%;
	display: inline-block;
}

.w-features-right .w-features-line {
	margin-bottom: 50px;
}

.w-features-right .w-features-line h3 {
	font-size: 2rem;
}

.w-features-right .w-features-line h5 {
	font-size: 1rem;
	line-height: 1.5;
	opacity: .6;
	font-weight: 300;
}

.w-functionlities-line {
	margin-bottom: 40px;
}

.w-functionlities-line h3 {
	font-size: 1.5rem;
}

.w-functionlities-line h5 {
	font-size: 1rem;
	line-height: 1.5;
	opacity: .5;
	font-weight: 300;
}

/* .w-issues:before {
	background: url(../website/img/wave-2.svg) no-repeat center center;
    background-size: cover;
	position: absolute;
    top: -64px;
    left: 0;
    z-index: 3;
    min-height: 170px;
    width: 110% !important;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    transform: rotate(0deg);
    content: '';
}

.w-issues:after {
	background: url(../website/img/wave-2.svg) no-repeat center center;
    background-size: cover;
	position: absolute;
    bottom: -64px;
    left: 0;
    z-index: 3;
    min-height: 170px;
    width: 110% !important;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    transform: rotate(180deg);
    content: '';
} */

.w-issues {
	background: linear-gradient(to bottom, #313C59, #161C2D);
	color: #fff;
	padding: 193px 0 100px 0;
	position: relative;
	text-align: center;
}


.w-issues-line-1 h2,
.w-issues-line-2 h2 {
	font-weight: 300;
}

.w-issues-line-1 p {
	font-weight: 100;
	opacity: .5;
}

.w-issues-line-1 a.btn,
.w-issues-line-2 .btn,
.q-faq-cta .btn {
	background: #ffc008;
	color: #000;
	padding: 10px 30px;
	;
}

.w-issues-line-1 a.btn i,
.w-issues-line-2 .btn i {
	margin-right: 10px;
}

.w-issues-line-2 .input-group {
	max-width: 400px;
	margin: 20px auto 0 auto;
}

.w-issues-line-2 .input-group .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #999;
	font-size: .875rem;
	height: 38px;
	padding-top: 7px;
	background: transparent;
	border-right: 0px;

}

.w-issues-line-2 .input-group .form-control {
	background: transparent;
	color: #fff;
	border-left: 0px
}


.w-issues-line-2 .btn {
	display: inline-block;
	background: #ffc008;
	color: #000;
	margin-top: 20px;
}

.separator {
	display: inline-block;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 5px;
	font-weight: 100;
	position: relative;
	margin: 100px 0 90px 0;
}

.separator:before {
	width: 200px;
	height: 1px;
	background: #ccc;
	content: '';
	position: absolute;
	left: -200px;
	top: 18px;
}

.separator:after {
	width: 200px;
	height: 1px;
	background: #ccc;
	content: '';
	position: absolute;
	right: -200px;
	top: 18px;
}

.w-prices {
	padding: 100px 0;
	text-align: center;
	background: #f5f7fa;
}

.w-price-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	gap: 2rem;
}

.w-price-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 40px 20px;
	margin: 50px 0;
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

/* .w-price-item-2 {
	
}
 */
.w-price-name {
	color: red;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.w-price-value {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.w-price-value .w-prince-large {
	font-size: 3rem;
	font-weight: bold;
}

.w-price-item ul {
	margin: 0 0 0 0;
	padding: 0;
}

.w-price-item ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	color: #333;
}

.w-price-item ul li:last-of-type {
	border-bottom: 0;
}

.w-faq {
	padding: 100px 0;
	background: #f5f7fa;
	position: relative
}

.w-faq:after {
	width: 100%;
	height: 80px;
	background: url(../website/img/wave-3.png) no-repeat center center;
	background-size: cover;
	content: '';
	position: absolute;
	bottom: -80px;
	left: 0;
}

.w-faq-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.w-faq-inner .w-faq-line {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}

.w-faq-inner .w-faq-line h3 {
	font-size: 1rem;
	line-height: 1;
	padding: 15px 40px 15px 20px;
	position: relative;
}

.w-faq-inner .w-faq-line p {
	display: none;
}

.w-faq-inner .w-faq-line h3:hover {
	cursor: pointer;

}

.w-faq-inner .w-faq-line h3::after {
	content: "\f078";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding-left: 10px;
	/* Adjust as needed */
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.5rem;
	transition: .3s;
}

.w-faq-inner .w-faq-line.open h3::after {
	content: "\f078";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	display: inline-block;
	/* Required for transform to work */
	transform: rotate(180deg);
	right: 10px;
}

.w-faq-content {
	padding: 0 20px 20px 20px;
	font-weight: 200;
}

.w-faq-inner h2.w-faq-title {
	text-align: center;
	font-weight: 300;
	margin: 0 0 70px 0;
}

.q-faq-cta {
	text-align: center;
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}

.q-faq-cta h2 {
	font-weight: 300;
}

.q-faq-cta p {
	font-weight: 200;
}

.w-footer {
	text-align: center;
	margin: 0px 0;
	padding-top: 100px;
	background: #161C2D;
}

.w-footer img {
	width: 110%;
	margin-top: -80px;
}

.w-footer-content {
	color: #000;
	padding: 50px 0;
}

.w-footer-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	gap: 2rem;
}

.w-footer-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.w-footer-emvelope {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	gap: 2rem;
	background: #fff;
	max-width: 1000px;
	padding: 50px;
	border-radius: 10px;
}

.w-footer-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.w-footer-item.w-footer-left {
	position: relative;
}

.w-footer-left .bg-img.state-initial {
	background: url(../website/img/w-img-4.png) no-repeat center center;
	background-size: 70%;
	width: 100%;
	height: 100%;
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.w-footer-left .bg-img.state-sent {
	background-image: url(../img/animated-check.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: .3s;
	width: 100%;
	height: 100%;
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#contact-form button {
	background: #ffc008;
    color: #000;
	padding: 10px 30px;
    border-radius: 5px;
    font-size: .875rem;
    transition: .3s;
	border: 0;
	margin-top: 20px;
}

.requestsent form {
	display: none;
}

.sent-info {
	display: none;
}

.requestsent .sent-info {
	display: block;
}

.requestsent .sent-info i {
	font-size: 2rem;
	margin-top: 15px;
	color: #05a805;
}

.requestsent .sent-info p {
	margin-top: 25px;
	color: #05a805
}

.w-footer-right {
	text-align: left;
}

.w-footer label {
	padding: 0;
	position: relative;
	bottom: auto;
	left: auto;
	text-align: left;
	opacity: .6;
}

.w-footer input,
.w-footer textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px !important;
}

.w-footer input[type="submit"] {
	width: 100%;
	background: #ffc008;
	color: #000;
	border-color: #ffc008;
	margin-top: 30px;
}

.w-footer-credentials {
	border-top: 1px solid #ccc;
	max-width: 1000px;
	margin: 20px auto;
	min-height: 70px;
	padding-top: 30px;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: .875rem;
	opacity: .7;
}

.w-footer-credentials a {
	color: #999;
	transition: .3s;
}

.w-footer-credentials a:hover {
	color: #fff
}

.w-menu-mobile .w-menu-icon,
.w-menu-mobile .w-menu-bottom {
	display: none;
}

.w-mobile-functionalities {
	display: none;
}

@media (max-width: 1023px) {
	.w-menu-desktop {
		display: none;
	}
	
	.w-menu-mobile .w-menu-icon {
		display: block;
		position: absolute;
		right: 2rem;
		top: 1.35rem;
		font-size: 2rem;
		color: #fff;
		z-index: 10;
	}
	
	.w-menu-mobile .w-menu-icon .fa-times,
	.w-menu-mobile .w-menu-bottom {
		display: none;
	}
	
	.w-hero .w-hero-left,
	.w-hero .w-hero-right {
		width: 100%;
	}
	
	.open-mobile-menu .w-menu-bottom {
		width: 100vw;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
		background: rgb(49, 60, 89);
	}
	
	.w-menu-mobile .w-menu-icon .fa-times {
		font-size: 2.7rem;
	}
	
	.open-mobile-menu .w-menu-bottom ul {
		text-align: center;
		margin-top: 2rem;
	}

	.open-mobile-menu .w-menu-bottom ul li {
		display: block;
		margin: 20px 0;
	}

	.w-hero-left h1 {
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.w-top {
		height: 120vh;
	}

	.w-fbf-stats .w-fbf-card {
		width: 100%;
		margin-bottom: 4rem;
	}

	.w-wave {
		bottom: -2px;
	}

	.w-fbf-stats {
		padding-bottom: 2rem;
		border: 0;
	}

	.w-features-right .w-features-line h3 {
		font-size: 1.5rem;
	}

	.w-features,
	.w-functionalities {
		max-width: 100%;
		display: inline-block;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.w-mobile-functionalities {
		width: 100%;
		padding-bottom: 2rem;
		text-align: center;
		display: block;
	}

	.w-mobile-functionalities img {
		max-width: 80%;
	}

	.w-features-left,
	.w-features-right,
	.w-functionalities-left {
		width: calc(100% - 40px);
		margin: 0 auto;
		display: block;
	}

	.w-functionalities-right {
		display: none;
	}
	.w-price-wrapper {
		display: block;
		width: calc(100% - 40px);
	}
	.w-price-item {
		display: block;
		flex: none;
	}

	.w-issues,
	.w-faq,
	.w-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.w-footer-emvelope  {
		display: block;
	}
	
	.w-footer-emvelope .w-footer-left {
		height: 25vh;
	}
	
	.w-footer-left .bg-img {
		background-size: cover;	
	}
	
	.w-footer-emvelope .w-footer-left,
	.w-footer-emvelope .w-footer-right{
		display: block;
		width: 100%;
	}
 }