* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

img {
	object-fit: cover;
}

html::-webkit-scrollbar {
	width: 10px;
}

html::-webkit-scrollbar-thumb {
	background: #dcd5ea;
}

html::-webkit-scrollbar-track {
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

body {
	/* background-attachment: fixed;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-x: hidden;
	font-size: 12px;
    color: #666;
    font-family: Verdana,Geneva,sans-serif;
    background: #3da4ff !important;
	background: url(./images/bgfac.svg) !important; */
	background-color: #1a3e0d;
	/* background-image: url(../images/bgfac.svg); */
}

html {
	width: 100vw;
	overflow-x: hidden;
	overflow-x: hidden;
}

.colorfulBand {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.colorfulBand div{
	height: 8px;
}
.purple{
	width: 11%;
	background-color: #9c27b0;
}
.lightBlue{
	width: 18%;
    background: #56AD1E;
}

.orange {
    width: 31%;
    background: #FF7800;
}

.yellow {
    width: 15%;
    background: #e6d443;
}

.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.colorfulBand>div.green {
    width: 12%;
    background: #45b794;
}

.searchBg {
	width: 100%;
}

footer img {
	height: 100%;
}

.loading {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 50px;
	/* background-color: rgba(0, 0, 0, 0.5); */
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #000;
	border-top-color: #fff;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}

.classTitle {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	height: 60px;
	text-transform: capitalize;
	font-weight: 600;
	color: #56540F;
	font-size: 22px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 10px;
}

.listBtn{
	width: 90%;
	max-width: 300px;
	margin: auto;
	height: 50px;
	background: #256fd2;
    border: 0;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 8px;
    font-size: 14px;
    margin: 25px 0;
    font-weight: 700;
	margin: 20px auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}

.listBtn img{
	display: none;
	margin-left: 10px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
}


header {
	width: 100%;
	height: 70px;
	background: #17340d top right repeat-x;
	background-size: auto 100%;
	z-index: 999999999999;
	background-position-x: 33%;
}

.header {
	width: 1530px;
	margin: auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	/* padding: 0px 20px; */
}

.left {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
}

.center {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 1;
	padding: 0px 30px;
}

.centerLi {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 0px 20px;
	cursor: pointer;
	height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 6px 21px;
    border-radius: 16px;
    /* background: rgba(0,0,0,.14);
    border: 3px solid rgba(0,0,0,.14); */
    transition: all .3s;
	margin-right: 10px;
	font-weight: 600;
}

.centerLi img{
	/* height: 100%; */
	margin-right: 10px;
}

.right {
	width: 10%;
	height: 100%;
	display: none;
	justify-content: flex-end;
	align-items: center;
}

.search,
.menu {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 8px;
	/* border: 2px solid #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.menu {
	margin-right: 20px;
	display: none;
	position: absolute;
	left: 8px;
}

.menu img {
	width: 30px;
	height: 30px;
}

.search img {
	width: 28px;
	height: 28px;
}

.left img {
	width: auto;
	height: 50px;
}




footer {
	width: 100%;
	margin: auto;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0 10px 0;
	margin-top: 20px;
    background-size: auto 100%;
    z-index: 500;
    background-position-x: 33%;
}

footer {
    position: relative;
    color: #fff;
    padding: 0.8rem 0;
	display: flex;
	justify-content: space-between;
}

footer a{
	color: #fff;
	margin-left: 15px;
}

.policy-page-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px 60px;
}

.policy-hero {
	padding: 20px 0 10px;
}

.policy-hero__inner {
	max-width: 980px;
	margin: 0 auto;
	background: linear-gradient(135deg, #214d11 0%, #2f6f18 100%);
	border-radius: 24px;
	padding: 40px 36px;
	color: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.policy-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.policy-hero__inner h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.policy-hero__inner p {
	font-size: 16px;
	line-height: 1.8;
	max-width: 760px;
}

.policy-content-wrap {
	max-width: 980px;
	margin: 24px auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.policy-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(33, 77, 17, 0.08);
}

.policy-card h2 {
	font-size: 24px;
	line-height: 1.3;
	color: #214d11;
	margin-bottom: 14px;
}

.policy-card p {
	font-size: 15px;
	line-height: 1.8;
	color: #36454f;
	margin-bottom: 12px;
}

.policy-card p:last-child {
	margin-bottom: 0;
}

.footerBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}

.cookie-consent {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 1000000;
	display: none;
	justify-content: center;
}

.cookie-consent.show {
	display: flex;
}

.cookie-consent__content {
	width: 100%;
	max-width: 720px;
	background: rgba(23, 52, 13, 0.96);
	color: #fff;
	border-radius: 16px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.cookie-consent__content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.cookie-consent__content button {
	border: 0;
	border-radius: 999px;
	padding: 12px 22px;
	background: #56AD1E;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.cookie-consent__content button:hover {
	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.cookie-consent {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.cookie-consent__content {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.cookie-consent__content button {
		width: 100%;
	}
}

.footerBox > div:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 8px;
}
 
 
.menuDiv{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 80px 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    backdrop-filter: blur(7.5756998062px);
    --webkit-backdrop-filter: blur(7.575699806213379px);
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 3s;
    -webkit-transition: all 3s;
    display: none;
}

.menuALertBox {
    width: 100%;
    position: relative;
}

.menuALertLi{
	width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: blue;
    margin-bottom: 20px;
    border-radius: 20px;
}


.searchBox {
	width: auto;
	height: 100%;
	padding-left: 20px;
	display: flex;
	align-items: center
}

.searchBox input {
	width: 220px;
    height: 40px;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: transparent;
    outline: none;
    border-right: none;
    padding: 0px 10px;
    color: #fff;
    background-color: #316f1c;
}

.searchBox p {
	width: 60px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #316f1c;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}

.searchBox p img {
	width: 24px;
	height: 24px;
	cursor: pointer
}


@media screen and (max-width:960px) {
	html {
		overflow-x: hidden;
	}

	.classTitle {
		width: 100%;
		height: 50px;
		font-size: 16px;
	}

	footer{
		padding: 10px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		font-size: 14px;
		font-weight: 600;
	}
	.policy-page-main {
		padding: 24px 14px 40px;
	}

	.policy-hero__inner {
		padding: 28px 20px;
		border-radius: 18px;
	}

	.policy-hero__inner h1 {
		font-size: 30px;
	}

	.policy-content-wrap {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.policy-card {
		padding: 22px 18px;
		border-radius: 16px;
	}

	.policy-card h2 {
		font-size: 20px;
	}

	.footerBox{
		flex-wrap: wrap;
		padding: 0;
	}
	footer a{
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 10px;
	}

	.footerBox  div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	 header{
		height: 60px;
	}

	.left img {
		position: absolute;
		width: auto;
		height: 50px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.header {
		width: 100%;
	}

	.right {
		display: flex;
	}

	.menu {
		display: flex;
	}

	.center {
		width: 100%;
		position: absolute;
		top: 60px;
		left: -100vw;
		height: 100vh;
		flex-wrap: wrap;
		align-content: flex-start;
		background-color: #18340f;
		z-index: 99999;
		transition: all 0.5s;
		padding: 0px;
	}

	.centerLi {
		width: 90%;
		margin: 10px auto 0;
		height: 50px;
		border-bottom: 1px dashed;
	}


	.right {
		display: flex
	}

	.searchBox input{
		width: 80%;
	}

	.searchBox {
		width: 100%;
		background-color: #18340f;
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 99999;
		align-content: flex-start;
		align-items: flex-start;
		padding-top: 50px;
		transition: all 0.5s;
		display: none
	}

	header {
		overflow-x: hidden
	}
}