@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #3C3C3C;
	background: #ffffff;
}

figure {
	line-height: 0;
	margin: 0;
}

b,
strong {
	font-weight: 700 !important;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #FF4E00;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 135%;
	line-height: 150%;
}

.fix-width-640 {
	max-width: 640px;
	width: 100%;
}

.fix-width-665 {
	max-width: 665px;
	width: 100%;
}

.fix-width-675 {
	max-width: 675px;
	width: 100%;
}

.fix-width-725 {
	max-width: 725px;
	width: 100%;
}

.fix-width-835 {
	max-width: 835px;
	width: 100%;
}

.fix-width-935 {
	max-width: 935px;
	width: 100%;
}

.fix-width-1420 {
	max-width: 1420px;
	width: 100%;
}

.paragraph-small {
	font-size: 16px;
	line-height: 150%;
}

.paragraph-medium {
	font-size: 18px;
	line-height: 183.333%;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

/* main-title */
.main-title {
	font-family: 'Barlow', sans-serif;
	font-weight: 800;
	font-size: 110px;
	line-height: 125%;
	color: #3C3C3C;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.main-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a {
	text-decoration: none;
}

.main-title a:hover {
	color: #FF4E00;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 125%;
	color: #3C3C3C;
	margin-bottom: 20px;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #FF4E00;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 125%;
	color: #3C3C3C;
	margin-bottom: 20px;
}

.block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: #FF4E00;
}
/* block-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	padding: 20px 70px;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.btn-small {
	font-size: 18px;
	line-height: 110%;
	padding: 15px 25px;
}

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:focus,
.btn-simple-white:active {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #FF4E00 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white {
	color: #FF4E00 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:focus,
.btn-white:active {
	color: #FF4E00 !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #ffffff !important;
}

.btn-simple-black {
	color: #3C3C3C !important;
	background: transparent !important;
	border-color: #3C3C3C !important;
}

.btn-simple-black:focus,
.btn-simple-black:active {
	color: #3C3C3C !important;
	background: transparent !important;
	border-color: #3C3C3C !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: #ffffff !important;
	background: #3C3C3C !important;
	border-color: #3C3C3C !important;
}

.btn-black {
	color: #ffffff !important;
	background: #3C3C3C !important;
	border-color: #3C3C3C !important;
}

.btn-black:focus,
.btn-black:active {
	color: #ffffff !important;
	background: #3C3C3C !important;
	border-color: #3C3C3C !important;
}

.btn-black:active:focus,
.btn-black:hover {
	color: #3C3C3C !important;
	background: transparent !important;
	border-color: #3C3C3C !important;
}

.btn-simple-orange {
	color: #FF4E00 !important;
	background: #ffffff !important;
	border-color: #FF4E00 !important;
}

.btn-simple-orange:focus,
.btn-simple-orange:active {
	color: #FF4E00 !important;
	background: #ffffff !important;
	border-color: #FF4E00 !important;
}

.btn-simple-orange:active:focus,
.btn-simple-orange:hover {
	color: #ffffff !important;
	background: #FF4E00 !important;
	border-color: #FF4E00 !important;
}

.btn-orange {
	color: #ffffff !important;
	background: #FF4E00 !important;
	border-color: #FF4E00 !important;
}

.btn-orange:focus,
.btn-orange:active {
	color: #ffffff !important;
	background: #FF4E00 !important;
	border-color: #FF4E00 !important;
}

.btn-orange:active:focus,
.btn-orange:hover {
	color: #FF4E00 !important;
	background: transparent !important;
	border-color: #FF4E00 !important;
}
/* buttons */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding: 20px 0;
	background: #F5F5F5;
}

.header .h-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 25px 32px;
	background: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.header .h-content > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.header .h-language-login > ul {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -34px;
	padding: 0;
	list-style-type: none;
}

.header .h-language-login > ul > li {
	display: inline-flex;
	align-items: center;
	margin: 0 34px;
	padding: 0;
	list-style-type: none;
}

.header .h-language-login .btn-sign-in {
	padding: 14px 29px;
}

.header .h-language-dropdown .dropdown-toggle {
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	justify-content: space-between;
	font-size: 18px;
	line-height: 110%;
	color: #3C3C3C;
	width: 133px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .h-language-dropdown .dropdown-toggle:before {
	position: relative;
	content: "";
	width: 28px;
	height: 28px;
	margin-right: 12px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 30C23.732 30 30 23.732 30 16C30 8.26801 23.732 2 16 2C8.26801 2 2 8.26801 2 16C2 23.732 8.26801 30 16 30Z' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 16H30' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2C19.5018 5.83369 21.4918 10.8088 21.6 16C21.4918 21.1912 19.5018 26.1663 16 30C12.4982 26.1663 10.5081 21.1912 10.4 16C10.5081 10.8088 12.4982 5.83369 16 2Z' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.header .h-language-dropdown .dropdown-toggle:after {
	content: "\f107";
	font-family: "FontAwesome";
	border: none;
	color: #FF4E00;
	margin-left: 12px;
}

.header .h-language-dropdown .dropdown-menu {
	padding: 0;
	border-color: #FF4E00;
	margin-top: 64px !important;
	overflow: hidden;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .h-language-dropdown .dropdown-menu li {
	margin: 0;
}

.header .h-language-dropdown .dropdown-menu li > a {
	padding: 10px 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	color: #3C3C3C;
}

.header .h-language-dropdown .dropdown-menu li > a:hover {
	color: #ffffff;
	background: #FF4E00;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
	z-index: 9;
	overflow: hidden;
	background: #F5F5F5;
	padding-top: 72px;
	padding-bottom: 320px;
}

.banner-section .banner-back-image {
	position: absolute;
	right: 0;
	bottom: -65px;
	z-index: -1;
}

.banner-section .banner-description {
	position: relative;
	z-index: 9;
}

.banner-section .main-title {
	margin-bottom: 40px;
}

.banner-section .main-title span {
	display: block;
	font-weight: 600;
	font-size: 50px;
	line-height: 100%;
	text-transform: none;
	margin-top: 24px;
}

.banner-section .banner-buttons {
	margin: 30px -10px 0;
}

.banner-section .banner-buttons > * {
	margin: 10px;
}

.banner-section .banner-buttons .btn {
	padding-left: 35px;
	padding-right: 35px;
}

.banner-section .banner-buttons .btn-sign-in {
	max-width: 435px;
	width: 100%;
}

.banner-section .banner-buttons .btn-account {
	max-width: 318px;
	width: 100%;
}

/* banner */

/* turn-time-money */
.turn-time-money-section .turn-time-money-image {
	position: relative;
	z-index: 9;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 900px;
	min-height: 100%;
	padding: 30px 30px 0;
	overflow: hidden;
}

.turn-time-money-section .turn-time-money-image .time-money-back-side {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.turn-time-money-section .turn-time-money-image .time-money-back-side * {
	max-height: 100%;
}

.turn-time-money-section .turn-time-money-detail {
	position: relative;
	z-index: 9;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 143px 80px 30px;
}

.turn-time-money-section .turn-time-money-detail .section-title {
	margin-bottom: 35px;
}

.turn-time-money-section .turn-time-money-detail .money-detail *:last-child {
	margin-bottom: 0;
}
/* turn-time-money */

/* mobile-surveys */
.mobile-surveys-section {
	position: relative;
	z-index: 9;
	background: #F5F5F5;
	padding: 408px 0 208px;
}

.mobile-surveys-section .mobile-surveys-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: -348px;
	z-index: -1;
	height: 1126px;
}

.mobile-surveys-section .mobile-surveys-bg * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center top;
}

.mobile-surveys-section .mobile-surveys-button {
	margin-top: 90px;
}

.mobile-surveys-section .mobile-surveys-button .btn {
	padding-left: 35px;
	padding-right: 35px;
	max-width: 354px;
	width: 100%;
}
/* mobile-surveys */

/* instant-rewards */
.instant-rewards-section .instant-rewards-main-detail {
	padding: 30px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.instant-rewards-section .instant-rewards-detail .rewards-detail {
	position: relative;
	z-index: 9;
}

.instant-rewards-section .instant-rewards-detail .rewards-detail *:last-child {
	margin-bottom: 0;
}

.instant-rewards-section .instant-rewards-image {
	/* padding: 0 63px; */
	text-align: center;
}

.instant-rewards-section .instant-rewards-image * {
	width: 100%;
}
/* instant-rewards */

/* spare-time-section */

/* General spare-time-section styles */
.spare-time-section {
	background: #F5F5F5;
	padding-top: 54px;
	overflow: hidden;
}

	.spare-time-section .spare-time-description {
		padding-left: calc(50vw - 753px);
	}

	.spare-time-section .spare-time-image {
		position: relative;
		z-index: 9;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
	}

		.spare-time-section .spare-time-image .spare-time-back-shape {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: -1;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: flex-end;
			width: 100%;
			height: 100%;
		}

		.spare-time-section .spare-time-image .spare-time-back-shape {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: -1;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 100%;
		}

		/* Fix Image Overlapping Button */
		.spare-time-section .spare-time-image .spare-image {
			margin-bottom: -15px;
		}

	/* Section Title */
	.spare-time-section .section-title {
		margin-bottom: 30px;
	}

	.spare-time-section .spare-time-main-detail {
		padding: 67px 35px;
	}

	.spare-time-section .spare-time-detail .spare-detail p span {
		display: block;
	}

	.spare-time-section .spare-time-detail .spare-detail p {
		margin-bottom: 25px;
	}

	/* 📌 Desktop Join Button (No changes needed) */
	.spare-time-section .free-join-button.d-none.d-lg-block {
		margin-top: 45px;
	}

/* 📱 Mobile Join Button (Prevent Overlap) */
@media (max-width: 991px) {
	/* Ensure button is properly spaced below the image */
	.spare-time-section .free-join-button.d-block.d-md-none {
		position: relative !important;
		margin-top: 50px !important; /* Push button down */
		display: block !important;
		text-align: center;
	}

	/* Adjust image spacing to prevent overlap */
	.spare-time-section .spare-time-image .spare-image {
		margin-bottom: 30px !important; /* Ensure enough space for button */
	}
}


/* spare-time-section */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding: 88px 0 40px;
}

.footer:before {
	position: absolute;
	content: "";
	right: 450px;
	bottom: 0;
	width: 897px;
	height: 40px;
	background: url('/images/HomePage/footer-back-shape.webp') no-repeat;
	background-size: 100% 100%;
}

.f-top .f-blocks-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}

.f-top .f-blocks-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.f-top .f-block {
	margin-bottom: 40px;
}

.f-top .f-block .f-title {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	color: #3C3C3C;
	margin-bottom: 30px;
}

.f-top .f-block .f-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.f-top .f-block .f-title a {
	text-decoration: none;
}

.f-top .f-block .f-title a:hover {
	color: #FF4E00;
}

.f-top .f-block .f-detail {
	font-weight: 400;
	color: #3C3C3C;
}

.f-top .f-block .f-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-top .f-block .f-detail ul li {
	display: block;
	margin: 0 0 24px;
	padding: 0;
	list-style-type: none;
}

.f-top .f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-top .f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.f-top .f-block .f-detail ul li.active a,
.f-top .f-block .f-detail ul li.current-menu-item a,
.f-top .f-block .f-detail ul li.current-menu-parent a,
.f-top .f-block .f-detail ul li.current_page_parent a,
.f-top .f-block .f-detail ul li a.active,
.f-top .f-block .f-detail ul li a.current-menu-item,
.f-top .f-block .f-detail ul li a.current-menu-parent,
.f-top .f-block .f-detail ul li a.current_page_parent,
.f-top .f-block .f-detail ul li a:hover {
	color: #FF4E00;
}

.f-top .f-block.f-languages-block .f-detail ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.f-top .f-block.f-languages-block .f-detail ul li {
	flex: 0 0 auto;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.f-bottom {
	padding: 40px 0 30px;
}

.footer .f-copyright ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.footer .f-copyright ul li {
	display: inline-flex;
	align-items: flex-end;
	margin: 0 10px 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'Inter Tight', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #3C3C3C;
}

.footer .f-copyright ul li span {
	margin-left: 12px;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
