* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	scroll-behavior: smooth;
	font-family: "General Sans";
	background-color: #e8e8e8 !important;
}
body{
  max-width: 1440px;
  margin: 0 auto;
}
body a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-size: 14px;
}

body a:hover {
	text-decoration: none !important;
	color: #000 !important;
}

body ul,
body li {
	list-style-type: none;
	padding: 0px !important;
	margin: 0px !important;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

body p {
	padding: 0px;
	margin: 0px;
}

:root {
	--heading-text_color: #000000;
	--primary_color: #ffffff;
	--text-color: #6b6b6b;
}

.but {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 27px;
	margin: 0 3px 0;
	text-decoration: none;
	transition: all 0.35s;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--primary_color);
	color: #131822;
}

.button_hover {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.button_hover span {
	display: block;
	position: relative;
	z-index: 10;
	color: #131822;
	transition: color 0.35s;
}


.button_hover:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
	color: #fff;
}


@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.button_hover::before,
.button_hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background: #353535;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	z-index: 1;
}


.button_hover:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}


.button_hover::after {
	transform: translate3d(0, -100%, 0);
}

.button_hover:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}

.invest_but {
	background-color: var(--primary_color);
	padding: 9px 33px 9px 10px !important;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 180px;
	width: 100%;
}

.invest_but img {
	max-width: 45px;
	vertical-align: middle;
}

.button_hover:hover img {
	filter: invert(1);
	position: relative;
	z-index: 10;
}

.referal_section .button_hover::before,
.referal_section .button_hover::after {
	background: #e0e1e5;
}

.referal_section .button_hover:hover span {
	color: var(--heading-text_color);
}

.referal_section .button_hover:hover img {
	filter: invert(0);
}


/*---------------webkit-scrollbar PART START---------*/
::-webkit-scrollbar {
	width: 11px;
	height: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #222222;
}

::-webkit-scrollbar-thumb {
	background: #b5b5b5;
	border-radius: 3px;
	border: 3px solid #b5b5b5;
}

/*****=======TRANSATOR PART START=======******/
.skiptranslate {
	display: none !important;
}

.skiptranslate iframe {
	visibility: hidden !important;
}

.lang_selct {
	display: flex;
	align-items: center;
	background: no-repeat;
	padding: 0px;
	border-radius: 50px;
	position: relative;
	transition: 0.7s;
	max-width: 105px;
	border: none;
	position: relative;
	top: 0px;
	left: -9px;
}

.lang_selct:hover {
	filter: drop-shadow(2px 2px 3px black);
	transition: 0.6s;
}

.lang_selct img {
	max-width: 18px !important;
	margin: 0px 20px 0px 0px;
}

.lang_selct select {
	width: 100%;
	max-width: 44px;
	background: transparent;
	border: none;
	letter-spacing: 2px;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	color: #4e4e4e;
	text-transform: uppercase;
}

.lang_selct select option {
	font-size: 11px;
	font-weight: 400;
	background: #676665;
	color: #dfdfdf;
	max-width: 100px;
	position: relative;
	left: -50px;
}

/******=======  TRANSATOR PART END  =======******/

/******=======  TOP PART SATRT  =======******/
.progress-wrap {
	background: #827767;
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgb(143 143 143 / 30%);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	content: '\2191';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #e8e8e8;
	stroke-width: 4px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/******=======  TOP PART END  =======******/

/******=======  STICKY_HEADER PART START  =======******/
header.header-area {
	top: 0;
	width: 100%;
	margin:auto;
	z-index: 99;
	transition: 0.7s;
}

header.header-area.sticky {
    position: fixed;
    transition: 0.7s;
    background: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    z-index: 2222;
    filter: drop-shadow(2px 4px 6px #464646);
    border-radius: 15px;
    margin: 5px auto 0px;
	max-width: 1440px;
	margin-left: -6px !important;
}

.header-area.sticky .nav-logo {
	display: block !important;
	max-width: 150px;
}

.header-area.sticky .navbar-brand {
	display: none !important;
}
.header-area.sticky  .nav-logo {
	margin-right: 20px;
}
.header-area.sticky .but {
	background-color: #dfdfdf !important;
}
.header-area.sticky .nav-link{
	color: var(--heading-text_color) !important;
}

/******=======  STICKY_HEADER PART END  =======******/

/******=======  BANNER PART SATRT  =======******/
.banner_section .navbar-expand-lg .navbar-collapse {
	justify-content: end;
}

.header-area .nav-logo {
	display: none;
}

.nav-link {
	font-size: 15px;
	font-weight: 400;
    color: #ffff;
	margin: 0px 4px;
}

.top_but {
	display: flex;
	align-items: center;
}

.banner_section .but1 {
	color: var(--heading-text_color) !important;
	background-color: var(--primary_color);
	font-size: 15px;
	font-weight: 400;
}

.banner_section {
    background: url(../images/hero_bg.png) center center no-repeat;
    background-size: cover; 
    position: relative;
    z-index: 1;
    border-radius: 15px;
    margin: 6px;
}


.banner_section::before {
	content: "";
	position: absolute;
	background: linear-gradient(45deg, #00000073, transparent);
	height: 100%;
	width: 100%;
	inset: 0px;
	z-index: -1;
	border-radius: inherit
}

.banner_head {
	padding: 30px 0px 200px;
}

.banner_head .head {
	padding-top: 50px;
}

.banner_head .head h2 {
	font-size: 45px;
	font-weight: 500;
	color: var(--primary_color);
	line-height: 53px;
	letter-spacing: 1px;
}

.banner_head .head p {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	padding: 8px 0px 20px;
	/* text-shadow: 0px 0px 3px #000000a6;  */
	width: 85%;
}

.cart_footer {
	background: var(--primary_color);
	padding: 15px;
	padding-top: 0px;
	border-radius: 0px 0px 5px 5px;
}

.cart_footer h3 {
	font-size: 16px;
	font-weight: 300;
	color: #bababa;
	line-height: 25px;
}

.cart_footer h3:last-child {
	font-weight: 400;
}

.cart_part {
	max-width: 235px;
	width: 100%;
	margin-left: auto;
	outline: 6px solid #807a74;
	border-radius: 10px;
	margin: 10px 10px 10px auto;
}

.cart-head {
    background: #676463;
	padding: 20px;
}

.cart-head img {
	width: 50px !important;
}

.cart-head h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary_color);
	padding: 20px 0px 0px;
}

.cart-head h5 {
    background: #20b489;
	padding: 5px 16px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}

.cart_section {
	margin-top: -45px;
}

.cart_section .owl-dots {
	display: none;
}

.cart_body {
	background: #fff;
	padding: 20px;
}

.cart_body h5 {
    font-size: 30px;
    font-weight: 500;
    color: var(--heading-text_color);

}
.trans_bg .cart_body h5 {
	    font-size: 35px;
    font-weight: 600;
    color: var(--heading-text_color);
    display: flex;
    align-items: start;
    gap: 10px;
}
.cart_body h5 small {
	font-size: 11px;
	font-weight: 400;
	position: relative;
	top: -7px;
}

.cart_body h5 span {
	float: right;
	font-weight: 400;
	color: #d7d7d7;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 22px;
}

.cart_body .progress {
	margin: 28px 0px 0px !important;
}

.cart_table .progress-bar,
.checkout_table .progress-bar {
	background-color: #20b489 !important;
}
.loyalty-progress-container {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    overflow: hidden;
    margin: 6px 0;
}

.loyalty-progress {
    height: 10px;
    background: #00ff9d;
    border-radius: 6px;
}

/******=======  BANNER PART END  =======******/

/******=======  STAT PART SATRT  =======******/
.bg-light {
	background: #e8e8e8 !important
}

.stat_group {
	gap: 50px;
	background: var(--primary_color);
	max-width: fit-content;
	margin: auto;
	padding: 20px 22px;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(20, 20, 20, 0.06);
}

.stat_group {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 30px;
}

.stat_group .h4 {
	font-size: 25px !important;
	font-weight: 600;
	color: var(--heading-text_color);
}

.stat_item .small {
	color: var(--text-color) !important;
	font-size: 14px !important;
	font-weight: 400;
	padding: 2px 0px 0px;
}

.section-title {
	font-size: 40px;
	font-weight: 500;
	color: var(--heading-text_color) !important;
	margin-bottom: 40px;
}

/******=======  STAT PART END  =======******/

/******=======  PLAN PART SATRT  =======******/

.plan_section {
	padding: 50px 0px 0px;
}

.result-box .but:hover {
	background-color: var(--primary_color) !important;
	color: var(--heading-text_color) !important;
}

.result-box .but:hover img {
	filter: invert(0);
	transform: translateX(15px);
}

.result-box .but,
.result-box .but img {
	transition: all 0.5s ease-in;
}

.plan_group {
	margin: auto;
	text-align: center;
}
.plan_item1{
	max-width: 401px !important;
	width: 100%;
	padding: 12px 20px !important;
}
.plan_item {
	max-width: 290px;
    width: 100%;
    gap: 25px;
    padding: 16px;
    background: var(--primary_color) !important;
    border-radius: 20px;
    display: flex !important;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.plan_group {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.plan_head {
    font-size: 65px;
	font-weight: 600;
	color: #353535;
    margin: 0px 0px 45px;
	display: flex;
	align-items: start;
}
.plan_head span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 17px;
    margin-top: 15px;
    text-align: start;
    line-height: 31px;
}

.plan_head small {
	font-size: 25px;
	margin: 23px 5px 0px;
}

.plan_item:hover h2,
.plan_item:hover p span,
.plan_item:hover h3 {
	color: var(--primary_color) !important;
}

.plan_item:hover p {
	color: #ffffffc7 !important;
}

.plan_item P {
	font-size: 14px;
	font-weight: 400;
	color: var(--text-color);
	padding: 7px 0px;
	text-align: start !important;
}
.plan_item1  p{
	line-height: 22px;
}
.plan_item h3 {
	font-size: 18px;
    font-weight: 400;
    color: var(--heading-text_color);
    padding: 15px 0px 5px;
    text-transform: capitalize;
    text-align: start;
    line-height: 27px;
}

.plan_item P span {
	color: var(--heading-text_color);
	font-weight: 600;
	font-size: 15px;
	display: block;
}

/******=======  PLAN PART END  =======******/



/******=======  HOW PART SATRT  =======******/

.howTo_section {
	padding: 50px 0px;
	background: #f5f5f5;
}

.how_group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	place-items: center;
	margin: 30px 0px;
}

.how_item {
	padding: 10px;
	/* border-right: 1px solid #000000; */
	position: relative;
}

.how_item::before {
	content: "";
	position: absolute;
	height: 188px;
	width: 1px;
	background: #0000008a;
	transform: rotate(360deg);
	right: -22px;
	top: 0px;
	bottom: 0px;
}

.how_item:nth-child(3)::before {
	display: none;
}

.how_item h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--heading-text_color);
	padding: 10px 0px;
	display: flex;
	align-items: center;
}

.how_item p {
	font-size: 13px;
	font-weight: 400;
	width: 90%;
	margin-left: auto;
	text-align: justify;
}

.how_img_box {
	background: url(../images/how_box_img.png);
	background-size: 100% 100%;
	padding: 30px;
	width: 100%;
	height: 108%;
}

.how_img_box .invest_but {
	position: relative;
	top: 34px;
	width: 70%;
}

.how_img_box h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary_color);
	line-height: 25px;
	position: relative;
	top: -16px;
}

/******=======  HOW PART END  =======******/

/******=======  AARN PART SATRT  =======******/

.Aarn_section {
	padding: 50px 0px;
	background: #e8e8e8;
}

.aarn_step_part {
	width: 100%;
	margin: auto;
	padding: 20px;
	border-radius: 15px;
	background: #1f2225;
}

.aarn_text_part h2 {
	font-size: 40px;
	font-weight: 600;
	color: var(--primary_color);
	margin: 30px 0px 40px;
}

.aarn_text_part .invest_but {
	padding: 9px 35px 9px 10px !important;
	margin-top: 25px !important;
}

.content li {
	padding: 18px 0px !important;
	display: inline-flex;
	align-items: start;
	gap: 10px;
}

.content h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary_color);
	line-height: 28px;
}

.content h3 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #e8e8e8d1;
	line-height: 20px;
	padding: 5px 0px 0px;
}

/******=======  AARN PART END  =======******/

/******=======  REFERAL PART SATRT  =======******/

.referal_section {
    padding: 50px 0 330px;
    background: url(../images/ref_bg.png) no-repeat;
	 background-size: cover; ;
}

.ref_group {
	max-width: 625px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	place-items: center;
	background: linear-gradient(70deg, #8e8076c7, #9b7965bd);
	padding: 20px;
	border-radius: 10px;
}

.head_text h3 {
	font-size: 35px;
	font-weight: 600;
	color: var(--primary_color);
}

.head_text p {
	font-size: 13px;
	font-weight: 400;
	color: #ffffffc7;
	padding: 4px 0px 0px;
	width: 85%;
}

.ref_levels ul {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	margin-bottom: 20px !important;
}

.ref_levels h3 {
	font-size: 30px;
	font-weight: 700;
	color: var(--heading-text_color);
	padding: 3px 0px;
}

.ref_levels {
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 15px;
}

.ref_levels h3 span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #1f222587;
	padding: 5px 0px 0px;
}

.ref_group .invest_but span {
	color: var(--primary_color);
}

.ref_group .invest_but {
	background: #353535;
	padding: 7px 55px 9px 10px !important;
	max-width: 227px;
	margin: auto;
	width: 100%;
}

.ref_group .invest_but img {
	filter: invert(1);
}

/******=======  REFERAL PART END  =======******/

/******=======  PAYMENT PART SATRT  =======******/

.payment_section {
	padding: 50px 0px;
	background-color: #e8e8e8;
}
  .payment_section {
  background-color: #e8e8e8;
}

.pay_sec {
    background-color: #0f172a;
    border-radius: 20px;
    max-width: 365px;
    padding: 20px !important;
    width: 100%;
    margin: auto;
}

.payment_section .section-title {
	font-weight: 500;
    font-size: 30px;
    color: var(--primary_color) !important;
	margin-bottom: 36px !important;
}
.pay_item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pay_item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.3);
}

.pay_icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.pay_item h5 {
  font-size: 1rem;
  margin-bottom: 2px;
  color: #fff;
}

.pay_item small {
  color: #38bdf8;
  font-weight: 500;
}
.item {
    background: url(../images/testi_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    max-width: 290px;
    width: 100%;
    margin: auto;
}

.item .qutotes {
  max-width: 60px;
  margin-bottom: 20px;
}

.item p {
    font-size: 14px;
    color: #353535;
    line-height: 24px;
    text-align: justify;
    margin: 38px 0px 57px;
}
.test_part {
	margin-top: 25px !important;
}
.test_img {
  max-width: 80px;
}

.arrow_img {
  max-width: 45px;
}

.item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/******=======  PAYMENT PART END  =======******/

/******=======  INVEST PART SATRT  =======******/
.invest_section {
    background: url(../images/invest_bg.png) !important;
    background-size: 100% 100% !important;
    padding: 50px 0px 135px;
}

.invest_text_content {
	max-width: 355px;
	width: 100%;
	padding: 30px;
	color: var(--primary_color);
	line-height: 25px;
	background: #958d8575;
	border-radius: 10px;
}

.invest_text_content h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--primary_color);
	margin-bottom: 30px;
}

.invest_text_content .invest_but {}

/******=======  INVEST PART END  =======******/



/******=======  FOOTER PART START  =======******/
footer {
	background: #161922;
	padding: 50px 0px 25px;
}

.foot_logo {}

.foot_logo img {}

.footer_link {}

.footer_link h3 {
	font-size: 16px;
	font-weight: 600;
	color: #dfdfdf;
	padding: 0px 0px 15px 0px;
	letter-spacing: 0.6px;
}

.footer_link .link {
	font-size: 14px;
	font-weight: 300;
	color: #dddbdb;
	display: block;
	padding: 4px 0px 0px;
	transition: 0.5s;
	width: fit-content;
}

.footer_link .link:hover,
.footer_link .link1 {
	color: #ffff !important;
	transition: 0.8s;
}

.footer_link .link1 {
	font-size: 13px;
	font-weight: 300;
	color: #dddbdb;
}

.social_icon {
	display: flex;
	justify-content: center;
}

.social_icon i {
	background: transparent;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin: 0px 3px;
	transition: 0.6s;
	color: #fff;
	border: 1px solid #ffffff21;
	border-radius: 50%;
}

.social_icon i:hover {
	transition: 0.6s;
	transform: translateY(-8px) scale(1.2) rotate(360deg);
	background: #fff;
	color: #000;
}

.copy_foot {
	padding: 15px 0px 0px;
	margin: 50px 0px 0px;
	border-top: 1px solid #92949830;
}

.copy_foot p {
	font-size: 13px;
	font-weight: 300;
	color: #dddbdb;
}

/******=======  FOOTER PART START  =======******/

/******=======  RESPONSIVE PART SATRT  =======******/
@media (max-width: 2049px) {
  body {
    max-width: 100% !important;
    margin: 0 !important;
  }
  header.header-area.sticky{
	max-width: 100% !important;
  }
}

@media (max-width:1199px) {
	.banner_section {
		background-size: 112% 100%;
		background-position: left;
	}
	.banner_section,
	.bg-light,
	.cal_section,
	.howTo_section,
	.Aarn_section,
	.referal_section,
	.payment_section,
	.invest_section,
	.trans_bg {
		overflow: hidden !important;
	}

	.item {
		padding: 16px;
		background: url(../images/testi_bg.png);
		background-size: 100% 100%;
		max-width: 284px;
		width: 100%;
		border-radius: 15px;
		margin: auto;
		margin-right: 20px;
	}

	.payment_section {
		overflow: hidden;
	}

	.owl-dots {
		display: none !important;
	}

	.test_part {
		margin: auto;
	}

	.how_img_box .invest_but {
		width: 80%;
	}
	.aarn_text_part h2{
		margin: 30px 0px 0px;
	}
	.content li {
    	padding: 14px 0px !important;
	}

}

@media (max-width:991px) {
	.container {
		max-width: 98% !important;
	}

	/* new style */
	.plan_group {
		flex-wrap: wrap;
	}
		.card_group{
			gap: 13px;
		}
	/* new style */
	.navbar-toggler {
		padding: 0px;
		font-size: 0px;
		line-height: 1;
		background: linear-gradient(70deg, #8e8076c7, #9b7965bd);
		width: 40px;
		height: 26px;
		border: 1px solid #000;
		outline: 2px solid #fff;
		backdrop-filter: blur(4px);
		box-shadow: unset !important;
		border-radius: 3px;
	}

	.navbar-toggler:hover {
		transition: 0.5s;
		background: #8e8076c7;
	}

	.navbar-toggler i {
		font-size: 16px;
		color: #fff;
	}

	.banner_head .head {
		text-align: center;
	}

	.banner_head .head h2 {
		max-width: 95%;
		margin: auto;
	}

	.banner_head {
		text-align: center;
	}

	.banner_head .head p {
		margin: 10px auto;
		width: 65%;
	}

	.invest_but {
		margin: auto;
	}

	.stat_group {
		padding: 20px 20px;
	}

	.plan_item h3 {
		font-size: 17px;
	}

	.plan_head span {
		font-size: 15px;
	}

	.plan_item P {
		font-size: 13px;
		text-align: center !important;
	}


	.plan_item {
		padding: 12px;
	}

	.result-box button img {
		margin-right: 65px;
	}

	.plan_tab {
		bottom: 40px;
	}

	.form-range {
		margin-top: 20px;
	}

	.how_group {
		grid-template-columns: repeat(2, 1fr);
	}

	.how_item:nth-child(3)::before {
		display: block;
	}

	.how_item {
		text-align: center;
	}

	.how_item h3 {
		justify-content: center;
	}

	.how_item p {
		text-align: center;
		width: 100%;
	}

	.aarn_text_part {
		text-align: center;
	}

	.content li {
		padding: 18px 0px !important;
		display: inline-flex;
		align-items: start;
		gap: 10px;
		text-align: start;
		justify-content: center;
		width: 85%;
	}

	.Aarn_section .invest_but {
		margin: 10px auto 0px !important;
	}

	.referal_section {
		padding: 150px 0px;
	}

	.ref_group {
		place-self: center;
	}

	.owl-theme .owl-dots .owl-dot {
		display: none !important;
	}

	.item {
		margin: auto;
	}

	.invest_text_content {
		max-width: 460px;
		margin: auto;
		text-align: center;
	}

	.howTo_section {
		overflow: hidden;
	}

	.navbar-collapse {
		text-align: center;
	}

	.top_but {
		margin: 10px 0px 0px;
		justify-content: center;
	}
}

@media (max-width:767px) {
	.stat_group {
		flex-wrap: wrap;
	}

	/* new style */
	.plan_item {
		max-width: 255px;
	}

	.card_item {
		padding: 15px;
	}

	.card_group {
		gap: 10px;
        max-height: unset;
        grid-template-columns: 1fr;
		/* max-height: 724px; */
	}

	.trans_details .card_item1 {
		padding: 20px;
	}

	/* new style */
	.plan_container {
		padding-bottom: 146px;
	}

	.result-box button img {
		margin-right: 120px;
	}

	.how_img_box .invest_but {
		width: 100%;
		font-size: 14px;
	}

	.ref_group {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.referal_section {
		padding: 80px 0px;
	}

	.head_text p {
		margin: auto;
	}

	.pay_sec {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0px;
		width: 100%;
		flex-wrap: wrap;
		gap: 30px;
		max-width: 375px;
        margin: auto;
	}
	.item{
		max-width: 366px;
	}
	.content_part .title {
		text-align: center;
	}

	.content_part {
		max-width: 280px;
	}

	.foot_logo {
		text-align: center;
		margin: 0px auto 30px;
		max-width: 200px;
	}

	.footer_link {
		text-align: center;
	}

	.footer_link .link {
		margin: auto;
	}

	.copy_foot {
		margin: 25px 0px 0px;
	}

	.copy_foot p {
		text-align: center;
		padding: 0px 0px 16px;
	}

	.social_icon {
		display: none;
	}

	.container {
		max-width: 100%;
	}

	.trans_deatils .tab-content {
		overflow-x: scroll;
	}

	.trans_deatils .tab-pane {
		width: 100%;
		min-width: 700px;
	}
}


@media (max-width:576px) {
	.container {
		max-width: 100% !important;
	}

	.navbar-brand {
		max-width: 120px !important;
		width: 100%;
	}

	/* new style */
	.trans_bg .nav-tabs .nav-link {
		font-size: 14px !important;
	}

	.card_group {
		grid-template-columns: 1fr;
	}
	.trans_bg .cart_part{
		max-width: 265px;
	}
	.taps_group3 .card_item{
		padding: 15px;
	}
	.card_empty{
		width: 280px;
	}
	/* new style */
	.top_but {
		justify-content: center;
	}

	.banner_head .head h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.banner_head .head p {
		font-size: 13px;
		margin: 10px auto 0px;
		padding: 8px 0px 0px;
		width: 85%;
	}

	.banner_head .head {
		padding-top: 20px;
	}

	.invest_but {
		padding: 6px 37px 6px 10px !important;
		margin: auto;
		width: 154px;
	}

	.but {
		font-size: 13px;
	}

	.invest_but img {
		max-width: 33px;
		margin-right: 15px;
	}

	.banner_section {
		background-size: cover;
		background-position: center;
	}

	.section-title {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.stat_group .h4 {
		font-size: 20px !important;
	}

	.stat_group {
		padding: 10px;
		gap: 10px;
	}

	.stat_group .p-3 {
		padding: .8rem !important;
	}

	.stat_item .small {
		font-size: 13px !important;
	}

	.plan_item {
		text-align: center;
	}

	.plan_head {
		justify-content: center;
		margin: 30px 0px;
	}

	.plan_container {
		margin: 0px;
	}

	.plan_item {
		max-width: 285px;
		margin: auto;
	}

	.plan_group {
		text-align: center;
	}

	.range-labels {
		font-size: 14px;
	}

	.form-range {
		margin-top: 15px;
	}

	.result-box p {
		font-size: 17px;
	}

	.result-box h2 {
		font-size: 20px;
	}

	.result-box button img {
		margin-right: 52px;
		max-width: 40px;
	}

	.result-box p {
		font-size: 14px;
	}

	.result_profits h3 {
		font-size: 16px;
	}

	.result_profits li {
		padding: 5px 0px 0px !important;
	}

	.result-box {
		padding: 13px;
	}

	.result-box button {
		margin: 10px 0px !important;
	}

	.plan_container .nav-tabs .nav-link {
		font-size: 14px !important;
	}

	.plan_tab h3 {
		font-size: 15px;
	}

	.calc-card .form-label {
		font-size: 15px;
	}


	.py-5 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.nav-link {
		font-size: 14px;
		color: #fff !important;
	}

	.how_group {
		grid-template-columns: 1fr;
		gap: 35px;
		margin: 30px 0px 0px;
	}

	.how_img_box {
		background-size: cover;
		padding: 24px;
		width: 100%;
		height: 100%;
		border-radius: 20px;
	}

	.how_img_box .invest_but {
		position: relative;
		top: 9px;
		width: 58% !important;
		margin: auto;
	}

	.how_img_box h3 {
		text-align: center;
	}

	.how_item img {
		max-width: 55px;
	}

	.how_item h3 {
		font-size: 16px;
	}

	.aarn_text_part h2 {
		font-size: 28px;
		margin: 15px 0px 30px;
	}

	.aarn_step_part {
		padding: 15px;
	}

	.content li {
		padding: 0px 0px 13px !important;
	}

	content img {
		max-width: 45px;
	}

	.content h3 {
		font-size: 16px;
	}

	.content h3 span {
		line-height: 19px;
		font-size: 12px;
	}

	.head_text h3 {
		font-size: 25px;
	}

	.head_text p {
		font-size: 12px;
	}

	.ref_levels h3 {
		font-size: 20px;
	}

	.ref_levels h3 span {
		font-size: 13px;
		padding: 1px 0px 0px;
	}

	.ref_levels ul {
		margin-bottom: 5px !important;
	}

	.ref_levels {
		padding: 13px;
	}

	.referal_section {
		background-size: cover;
		background-position: center;
		padding: 50px 0px;
	}

	.item {
		margin: 20px auto 0px;
	}

	.item .qutotes {
		max-width: 60px;
		margin: 0px 0px 25px;
	}

	.invest_text_content h3 {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	/***** transcation section ********/
	.featured_projects {
		background: #f9fafc;
		position: relative;
		}

		.filter_tabs {
		gap: 1rem;
		}

		.filter_btn {
		background: transparent;
		border: 2px solid #ccc;
		color: #333;
		padding: 8px 20px;
		border-radius: 30px;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
		}

		.filter_btn.active,
		.filter_btn:hover {
		background: var(--primary-color);
		color: #fff;
		border-color: var(--primary-color);
		}

		.project_item {
		position: relative;
		height: 360px;
		background-size: cover;
		background-position: center;
		border-radius: 20px;
		overflow: hidden;
		transition: transform 0.4s ease, box-shadow 0.4s ease;
		}

		.project_item:hover {
		transform: translateY(-8px);
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
		}

		.project_item .overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
		}

		.project_content {
		position: absolute;
		bottom: 20px;
		left: 20px;
		right: 20px;
		color: #fff;
		z-index: 2;
		}

		.project_content h3 {
		font-size: 1.3rem;
		font-weight: 700;
		margin-top: 10px;
		}

		.project_content p {
		margin: 0;
		opacity: 0.9;
		}

		.project_content .top_info {
		font-size: 0.9rem;
		}

		.flag img {
		width: 30px;
		border-radius: 50%;
		}

		.apr {
		background: rgba(255, 255, 255, 0.15);
		padding: 5px 10px;
		border-radius: 6px;
		font-weight: 600;
		}

		.progress {
		height: 8px;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 6px;
		overflow: hidden;
		}

		.progress-bar {
		height: 8px;
		background: var(--primary-color);
		}

		.progress_label {
		font-size: 0.85rem;
		opacity: 0.9;
		margin-top: 6px;
		}















	.trans_bg .head2 p {
		width: 100%;
		font-size: 12px;
	}

	.trans_deatils .nav-link {
		width: 100%;
		max-width: 100%;
		margin: 5px 0px;
		padding: 8px 14px;
	}

	.trans_deatils .nav-link h4 {
		font-size: 15px;
	}

	.trans_deatils .nav-link h4 span {
		font-size: 12px;
	}

	.trans_deatils .trans_head {
		padding: 0px 0px 10px 0px;
		margin: 22px 0px 12px;
	}

	.trans_deatils .trans_head li {
		font-size: 12px;
	}

	.trans_deatils .trans_data h3,
	.trans_deatils .trans_data h4 {
		font-size: 12px;
	}

	footer {
		padding: 35px 0px 25px;
	}

	.foot_logo img {
		max-width: 130px;
	}

	.footer_link h3 {
		font-size: 12px;
		padding: 0px 0px 6px 0px;
	}

	.footer_link .link {
		font-size: 11px;
		padding: 2px 0px 0px !important;
	}

	.copy_foot {
		margin: 15px 0px 0px;
	}

	.copy_foot p {
		font-size: 10px;
		padding: 0px 0px 10px;
	}

	.footer_link .link1 {
		font-size: 10px;
	}

	.referal_section,
	.invest_section,
	.cal_section,
	.payment_section,
	.Aarn_section,
	.howTo_section,
	.trans_bg {
		padding: 35px 0px;
		background-size: cover !important;
		background-position: center !important;
	}

	.plan_section {
		background-size: cover;
		padding: 35px 0px 0px;
	}
}

/******=======  INVEST PART END  =======******/

.banner_section .col-lg-6 {
  padding-top: 120px !important;
}