:root {
	--primary: #1c8f60;
	--primary1: #049b10;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Kdam Thmor Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #000;
}
p {
	font-family: "Outfit", sans-serif;
}
.mainHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.mainHeaderLogo {
	width: 100%;
	display: inline-block;
}
.mainHeaderLogo img {
	max-width: 100%;
}
.btn-primary {
	background-color: var(--primary1);
	border-color: var(--primary1);
	border-radius: 30px;
	font-size: clamp(14px, 0.8vw, 20px);
	padding: 12px 30px;
}
.btn-primary:hover {
	background-color: #02a863;
	border-color: #06ff98;
	box-shadow: 0px 6px 20px #06ff98;
}

.btn-outline-success {
	border-color: var(--primary);
	color: #fff;
}
.btn-outline-success:hover {
	background-color: #0a5637;
	border-color: #0a5637;
	box-shadow: 0px 0 10px #06ff98 inset;
}
.HeaderRightBtnBox {
	display: flex;
	gap: 10px;
}
.mainHeader .navbar-nav .nav-link {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-family: sans-serif;
	opacity: 0.7;
	font-size: clamp(16px, 0.9vw, 18px);
}
.mainHeader .navbar-nav .nav-link:hover {
	color: var(--primary);
	opacity: 1;
}
.mainHeader .btn {
	border-radius: 30px;
	font-size: clamp(14px, 0.8vw, 20px);
	padding: 8px 30px;
}
.bannerSection {
	width: 100%;
	height: 100vh;
	background-image: url(../images/bannner-bg.png);
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.bannerAnimatedGif {
	width: 100%;
	height: 100vh;
}
.bannerAnimatedGif img {
	width: 100%;
	height: 100vh;
	opacity: 0.1;
	mix-blend-mode: luminosity;
}
.bannerCntSection {
	width: 100%;
	position: absolute;
	top: 0;
	height: 120%;
	display: flex;
	align-items: center;
	color: #fff;
}
.bannerCnt h1 {
	font-size: clamp(36px, 3vw, 45px);
	margin-bottom: 15px;
}
.bannerCnt p {
	font-weight: 300;
	opacity: 0.7;
	line-height: 32px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-size: clamp(20px, 1.1vw, 25px);
	margin-bottom: 30px;
}
.bannerCntImg {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
	margin-left: -50px;

}
.bannerCntImg {
	text-align: right;
}
.bannerCntImg img {
	width: 100%;
	mix-blend-mode: screen;
	max-width: 450px;
	/* animation: flipRotation 5s linear infinite; */
}

@keyframes flipRotation {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

.lftBox2 {
	margin-top: 20px;
}
.lftBox2 .featureSectionBox_leftBoxLine {
	transform: rotateX(180deg);
}
.lftBox2 .featureSectionBox_leftBoxCnt h6 {
	margin-top: 20px;
}

.faqSection {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	color: #fff;
	/* min-height: 650px; */
	background-image: url(../images/faq_bg.jpg);
	background-size: 100% 100%;
}
.faqSection .accordion {
	background-color: transparent;
}
.faqSection .accordion-button {
	background-color: transparent;
	color: #fff;
	border: 0;
	outline: none;
	box-shadow: none;
	border-bottom: 1px #334840 solid;
	font-size: clamp(23px, 1.3vw, 30px);
}
.accordion-item {
	background-color: transparent;
	color: #fff;
	border: 0;
	font-family: "Outfit", sans-serif;
}

.mainFooterSec {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background-image: url(../images/footer-bg.jpg);
	background-size: 100% 100%;
}
.mainFooterRow {
	width: 100%;
	display: flex;
	color: #fff;
	gap: 5px;
}
.mainFooterBox {
	width: 100%;
}
.mainFooterBox ul {
	padding: 0;
	list-style: none;
	line-height: 30px;
}
.mainFooterBox li a {
	text-decoration: none;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: clamp(15px, 1vw, 20px);
	opacity: 0.7;
}
.mainFooterBox li a:hover {
	color: var(--primary);
}
.mainFooterBox .socSec li span {
	width: 25px;
	height: 25px;
	background-color: #666;
	border-radius: 30px;
	display: inline-block;
	align-items: center;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #fff !important;
}
.footerCopyright {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	color: #959595;
	padding-bottom: 0;
	border-top: 2px #002a19 solid;
	margin-top: 30px;
	font-size: 14px;
}
.fixed-header {
	background-color: #08783ecf;
	backdrop-filter: blur(10px);
}
.aboutTezonSection {
	width: 100%;
	display: inline-block;
	padding: 80px 0;
	background: #060905;
	background: linear-gradient(
		180deg,
		rgb(13 17 13 / 70%) 0%,
		rgb(8 9 12) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	position: relative;
}
.aboutTezonSection::before {
	opacity: 0.5;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70%;
	content: "";
	background-image: url(../images/aboutSecBg.png);
	background-size: cover;
}
.home_heading_section {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 10px 50px;
}
.home_heading_section h2 {
	font-size: clamp(33px, 2.2vw, 55px);
}
.home_heading_section p {
	color: #dadada;
	font-size: clamp(19px, 1.3vw, 25px);
}
.aboutTezonCnt {
	width: 100%;
	display: inline-block;
	height: 95%;
	padding: 30px 0;
}
.aboutTezonBox {
	width: 95%;
	height: 95%;
	display: inline-block;
	padding: 10px;
	background: #0b140b;
	background: linear-gradient(
		150deg,
		rgba(11, 20, 11, 1) 0%,
		rgba(24, 73, 25, 1) 50%,
		rgba(11, 20, 11, 1) 100%
	);
	border: solid 2px #003a22aa;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:hover {
	box-shadow: 0px 0 50px #06ff98 inset;
}
.aboutTezonBox p {
	z-index: 5;
	position: relative;
	color: #959595;
	padding: 0 20px;
	font-size: clamp(18px, 1.2vw, 25px);
}
.aboutTezonBox:before {
	content: "";
	position: absolute;
	width: 110px;
	height: 100px;
	right: -30px;
	top: -20px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.8;
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 100px;
	left: -30px;
	bottom: -20px;
	background-color: #06ff98;
	opacity: 0.8;
	filter: blur(30px);
	transition: 0.2s ease-in-out;
}
.aboutTezonBox:hover:before {
	transform: translateY(200px);
}
.aboutTezonBox:hover:after {
	transform: translateY(-200px);
}
.aboutTezonBoxIco {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.aboutTezonBoxIco img {
	max-width: 100%;
	height: 100px;
}
.aboutTezonBox h4 {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: clamp(25px, 1.8vw, 40px);
}
.aboutTezonBox p {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #d9d9d9;
}
.howWorkTezonGold {
	width: 100%;
	display: inline-block;
	background-image: url(../images/howWorkBg.png);
	background-size: cover;
	padding: 40px 0;
	padding-top: 0;
}

.howWorkTezonGoldbBox {
	width: 100%;
	display: inline-block;
	background-color: #01c97690;
	backdrop-filter: blur(30px);
	background-color: #0a372475;
	backdrop-filter: blur(11px);
	padding: 30px 0;
}
.howWeWorkRightBox {
	width: 95%;
	display: inline-block;
	padding: 10px;
	background: #10291f;
	border: solid 1px #3c3e3d;
	position: relative;
	border-radius: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
	transition: 0.2s ease-in-out;
}
.howWeWorkRightBox:hover {
	box-shadow: 0px 0 50px #06ff98 inset;
}
.howWeWorkRightBox p {
	z-index: 5;
	position: relative;
	font-size: clamp(18px, 1.2vw, 25px);
	color: #959595;
	padding: 0px 0;
}
.howWeWorkRightBox p a{
	color: #8ded95;
}
.howWeWorkRightBox h4 {
	color: #fff;
	padding-top: 10px;
	font-size: clamp(23px, 1.5vw, 33px);
}
.howWeWorkRightBox:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 90px;
	right: 10px;
	top: 30px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.5;
}
.howWeWorkRightBox:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 90px;
	bottom: -30px;
	left: 10px;
	background-color: #06ff98;
	filter: blur(30px);
	opacity: 0.5;
}
.howWeWorkRightBox_count {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: dashed 2px #fff;
	background-color: #27701f;
	position: absolute;
	border-radius: 50px;
	position: absolute;
	left: -30px;
	top: 65px;
}
.howWorkLftBx {
	margin-left: 40px;
}

.howWeWorkRightBox_count:before {
	width: 230px;
	position: absolute;
	content: "";
	left: -48px;
	height: 110px;
	top: 90px;
	background-image: url(../images/arow-pnmg.png);
	background-size: 34%;
	transform: rotate(25deg);
	background-repeat: no-repeat;
}
.howWorkLftBx .howWeWorkRightBox_count:before {
	left: -90px;
	top: 100px;
	transform: rotate(44deg);
}
.howWeWorkRightBox:last-child .howWeWorkRightBox_count:before {
	display: none;
}
.use_cases_section {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background-image: url(../images/use_case_bg.jpg);
	background-size: cover;
}
.use_cases_box {
	width: 100%;
	display: inline-block;
	background-image: url(../images/box_bg.png);
	background-size: 100% 100%;
	position: relative;
	padding: 40px;
	transition: 0.2s ease-in-out;
	margin-bottom: 20px;
}
.use_cases_box h4 {
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	font-size: clamp(28px, 2vw, 35px);
}
.accordion-body {
	font-size: clamp(17px, 1.2vw, 25px);
	opacity: 0.7;
}
.use_cases_box p {
	color: #fff;
	font-size: clamp(18px, 1.2vw, 25px);
}
.faqSection h6 {
	font-size: clamp(20px, 1.3vw, 25px);
}
.faqSection h3 {
	font-size: clamp(30px, 2vw, 55px);
}
.use_cases_box ul {
	padding: 0;
	list-style: none;
}
.use_cases_box li {
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-size: clamp(17px, 1.2vw, 25px);
	display: flex;
	align-items: center;
	gap: 10px;
}
.list_tick {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background-color: #1c8f60;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exchangeInfoSec {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background-image: url(../images/use_case_bg.jpg);
	background-size: cover;
}
.exchange_infoBox_sec {
	width: 100%;
	display: inline-block;
	padding: 20px;
	background-color: #01c97626;
	backdrop-filter: blur(40px);
	margin-top: 20px;
}
.exchange_infoBox {
	width: 100%;
	display: inline-block;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}
.exchange_infoBox h6 {
	font-size: clamp(22px, 1.3vw, 30px);
}
.exchange_infoBox_ico {
	width: 100%;
	min-height: 76px;
	display: inline-block;
	margin-bottom: 20px;
}
.exchangeInfoSec .home_heading_section {
	padding: 0;
}

.exchange_infoBox_sec_sub_head {
	width: 100%;
	display: inline-block;
	color: #fff;
	margin-bottom: 3px;
}
.exchange_infoBox_sec_sub_head h6 {
	font-size: clamp(25px, 1.5vw, 35px);
}
.exchange_infoBox_sec_sub_head span {
	width: 50px;
	height: 2px;
	background-color: #049b10;
	display: inline-block;
	margin-bottom: 20px;
}
.exchange_infoBox p {
	opacity: 0.7;
	font-size: clamp(18px, 1.1vw, 22px);
}
.mainFooterBox img {
	max-height: 120px;
}

.inner_page_banner {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	padding-top: 150px;
	text-align: center;
	color: #fff;
	background-image: url(../images/use_case_bg.jpg);
	background-size: 100% 100%;
}
.inner_page_banner a {
	text-decoration: none;
	color: #049b10;
}

.contactPageSections {
	width: 100%;
	display: inline-block;
	padding: 0px 0;
	background-image: url(../images/faq_bg.jpg);
	background-size: 100% 100%;
	min-height: 400px;
	margin-bottom: 50px;
}

.contactPagebox {
	width: 100%;
	display: inline-block;
	padding: 30px;
	background-color: #01c97614;
	backdrop-filter: blur(40px);
	margin-top: 20px;
	border: solid 1px #19371b;
	color: #fff;
	height: 95%;
	margin-bottom: 20px;
}
.contactPagebox h3 {
	font-size: clamp(32px, 2.1vw, 35px);
}
.contactPagebox p {
	font-size: 19px;
}
.contactPagebox label {
	font-family: sans-serif;
	font-size: clamp(18px, 1vw, 20px);
	opacity: 0.7;
}
.contactPagebox .form-control {
	background-color: transparent;
	color: #fff;
	border: solid 1px #19371b;
	outline: none;
	height: 45px;
	margin-top: 5px;
}
.contactPagebox input::placeholder,
.contactPagebox textarea::placeholder {
	color: #ccc !important;
	font-family: sans-serif;
	font-size: 14px;
	opacity: 0.5;
}
.contact_phn_dtl {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.contact_phn_dtl li {
	list-style: none;
	margin-bottom: 15px;
	font-size: clamp(20px, 1.3vw, 25px);
}
.contact_phn_dtl span {
	margin-right: 10px;
	color: #02a863;
}
.contactSocSec {
	width: 100%;
	display: flex;
	gap: 10px;
	padding: 0;
	border-bottom: 1px #e5e5e529 solid;
	padding-bottom: 40px;
}
.contactSocSec li {
	list-style: none;
}
.contactSocSec li span {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 12px;
	line-height: 25px;
	color: #fff !important;
	border: solid 1px #086334;
	font-size: 18px;
}
.contactSocSec li a {
	text-decoration: none;
}
.contactSocSec li span:hover {
	background-color: #049b10;
}
.cnt_right_adress p {
	margin-top: 15px;
	font-size: clamp(20px, 1.3vw, 25px);
	opacity: 0.7;
}
.cnt_right_adress strong {
	font-size: clamp(30px, 2vw, 40px);
}
.ftrLogoBx {
	grid-column: 1 / -1;
	text-align: center;
	margin-bottom: 60px;
}
.mainFooterBox img {
	margin-left: -50px;
}
.mainFooterBox h6 {
	font-size: clamp(20px, 1.1vw, 25px);
}
.scroll-container {
	justify-content: center;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.exchangeInfoSec .home_heading_section h4 {
	padding-top: 5px;
}
.fatLeftBx h2{
	font-size: 45px;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
	.bannerCnt p {
		line-height: 38px;
	}
	.btn-primary {
		padding: 19px 30px;
	}
}

@media (max-width: 1400px) {
	.container {
		max-width: 1450px;
	}
	.mainHeader .navbar-nav .nav-link {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 15px;
	}
	.mainHeader .btn {
		padding: 8px 15px;
	}
}

@media (max-width: 991px) {
	.bannerCntSection {
		margin-top: 110px;
	}
	.navbar-toggler {
		filter: invert();
	}
	.navbar-collapse {
		background-color: #086334;
		padding: 10px;
	}
	.mainHeaderLogo img {
		max-width: 150px;
	}
	.mainHeader .container {
		padding: 0;
	}
	.mainHeader .container-fluid {
		padding: 0;
	}
	.mainHeaderLogo {
		padding-left: 20px;
	}
	.navbar-toggler {
		margin-right: 20px;
	}
}
@media (max-width: 768px) {
	.howWorkanOtherSecBox {
		height: 85%;
		margin-bottom: 40px;
	}
	.mainFooterRow {
		flex-direction: column;
	}
	.mainFooterBox {
		margin-bottom: 40px;
	}
	.bannerCntImg img {
		max-width: 250px;
	}
	.bannerSection {
		height: auto;
	}
	.bannerAnimatedGif {
		height: auto;
		position: absolute;
	}
	.bannerCntSection {
		position: static;
		padding: 0 13px;
		margin-top: 90px;
	}
	.aboutTezonBox {
		margin-bottom: 20px;
	}
	.howWorkLftBx {
		margin-left: 0;
	}
	.howWeWorkRightBox_count:before {
		display: none;
	}
	.howWeWorkRightBox_count {
		display: none;
	}
	.howWeWorkRightBox {
		padding-left: 12px;
	}
	.mainFooterSec {
		background-size: cover;
	}
	.bannerCntImg {
		margin-top: 10px;
	}
	.bannerCnt h1 {
		font-size: 30px;
	}
	.bannerCnt p {
		font-size: 16px;
		line-height: 24px;
		margin-top: 0;
	}
	.howWorkTezonGold .container {
		padding: 0;
	}
	.howWorkTezonGoldbBox {
		padding: 15px;
	}
	.aboutTezonSection::before {
		bottom: -30px;
	}
	.exchangeInfoSec .home_heading_section {
		padding: 0 20px;
	}
	.home_heading_section {
		padding: 10px 0px;
	}
	.faqSection .fatLeftBx {
		padding: 0px 35px;
	}
	.exchange_infoBox {
		margin-bottom: 30px;
	}
	.mainFooterRow {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
	}
	.mainFooterSec .mainFooterBox ul {
		font-size: 12px;
	}
	.mainFooterSec {
		padding: 0px;
	}
	.bannerAnimatedGif img {
		display: none;
	}
	.aboutTezonSection {
		background: linear-gradient(
			180deg,
			rgb(0 0 0) 0%,
			rgb(8 9 12) 50%,
			rgba(0, 0, 0, 0) 100%
		);
	}
	.mainFooterSec {
		padding-bottom: 20px;
	}
	.aboutTezonBox p {
		font-size: 17px;
		line-height: 25px;
	}
	.bannerCntImg {
		text-align: center;
	}
	.mainFooterBox img {
		margin-left: 0;
	}
	.bannerCntImg{margin-left: 0;}
}
