* {
	scrollbar-width: thin;
}
.btn-primary{
	background: var(--theme-btn-background);
    border: var(--theme-btn-border) !important;
    box-shadow: var(--theme-btn-shadow);
    border-radius: calc(var(--bs-border-radius) * 3);
    height: 50px;
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: fit-content;
    padding-left: 40px;
    padding-right: 40px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1024px) {
	.btn-primary{
		height: 45px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}
}
.btn-primary:focus,
.btn-primary:hover{
	background: var(--theme-btn-hover-background);
    border: var(--theme-btn-border) !important;
}
.btn-primary svg{
	display: flex;
	width: 24px;
	height: 24px;
	padding-left: 10px;
}
.oi-btn-primary-outline {
	padding: 14px 40px;
	border-radius: 12px;
	color: #98d0ff;
	background-color: transparent !important;
	border-color: #98d0ff;
	font-weight: 500;
	font-size: 16px;
	box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
	.oi-btn-primary-outline {
	padding: 10px 20px;
	border-radius:  var(--theme-btn-border) !important;
	font-size: 13px;
}
}
.oi-btn-primary-outline:hover,
.oi-btn-primary-outline:focus {
	color: #98d0ff;
	background-color: transparent !important;
	border-color: #98d0ff !important;
}

.oi-btn-link {
	padding: 14px 40px;
	border-radius: 0;
	color: #98d0ff;
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	border: 0 !important;
	box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
.oi-btn-link {
	padding: 10px 20px;
	font-size: 13px;
}
}
.oi-btn-link:hover,
.oi-btn-link:focus {
	color: #98d0ff;
	background-color: transparent;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: underline;
}

.oi-heading {
	font-size: 68px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width: 1024px) {
.oi-heading {
	font-size: 28px;
	line-height: 38px;
}
}
.oi-description {
	font-size: 20px;
	line-height: 30px;
}
@media screen and (max-width: 1024px) {
.oi-description {
	font-size: 16px;
	line-height: 26px;
}
}
.section-tag {
	background: linear-gradient(90deg, rgb(105, 51, 0) 0%, rgb(128, 30, 0) 32.88288288288289%, #000 54.054054054054056%, rgb(0, 105, 166) 100%);
	border-radius: 99px;
	opacity: 1;
	padding: 1px;
	width: fit-content;
}

.section-tag-body {
	background-color: #000;
	border-radius: 14px;
	opacity: 1;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2px 15px;
	text-align: center;
}

.theme-text-gradient {
	background: -webkit-linear-gradient(#b6e3ff, #2e57c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.oi-btn-primary {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
	place-content: center;
	width: min-content;
	height: min-content;
	padding: 14px 40px;
	text-decoration: none;
	position: relative;
	border: 0px !important;
	box-shadow: 0 0 5px -2px #000;
	border-radius: 12px;
}

.oi-btn-primary .btn-text-area {
	flex-flow: column;
	flex: none;
	place-content: center flex-start;
	display: flex;
	align-items: center;
	gap: 0;
	width: min-content;
	height: 26px;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.oi-btn-primary .btn-first-text {
	z-index: 1;
	flex: none;
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	outline: none;
	flex-shrink: 0;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.35s ease;
}

.oi-btn-primary .btn-second-text {
	opacity: 0;
	white-space: nowrap;
	z-index: 1;
	flex: none;
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	outline: none;
	flex-shrink: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.35s ease;
}
.oi-btn-primary:hover .shade-one{
	filter: blur(5px);
}
.oi-btn-primary:hover .btn-first-text {
	top: -50%;
	opacity: 0;
}

.oi-btn-primary:hover .btn-second-text {
	top: -50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}

.oi-btn-primary .shade-one {
	background: radial-gradient(50% 50%,#b6e3ff 55%,#2e57c5 100%	);
	border-radius: 100%;
	filter: blur(3px);
	transform: none;
	transform-origin: 50% 50% 0px;
	z-index: 0;
	flex: none;
	height: 47px;
	position: absolute;
	top: -4px;
	left: 9px;
	right: 9px;
	transition: all 0.35s ease;
}

.oi-btn-primary .shade-two {
	background-color: #b6e3ff;
	border-radius: 100%;
	filter: blur(7px);
	opacity: 0.6;
	will-change: transform;
	z-index: 2;
	flex: none;
	height: 6px;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	overflow: visible;
	transition: all 0.35s ease;
}

.oi-btn-primary .shade-three {
	background: linear-gradient(180deg,	#b5e8ff 0%,#5f90ef 100%);
	border-radius: 12px;
	opacity: 1;
	z-index: 1;
	flex: none;
	gap: 8px;
	position: absolute;
	inset: 0;
	overflow: visible;
	transition: all 0.35s ease;
}

.oi-btn-primary .shade-four {
	background: linear-gradient(180deg,	#252e7d 0%,#271f82 100%);
	border-radius: 12px;
	opacity: 1;
	z-index: 1;
	flex: none;
	gap: 8px;
	position: absolute;
	inset: 1px;
	overflow: visible;
	transition: all 0.35s ease;
}
.oi-btn-primary svg{
	margin-left: 15px;
}
.home-section.body-content-area{
	padding-bottom: 0;
}



/* body.page-template-front-page{
	background-color: #000 !important;
} */
/* ------------------ */


/* BUTTON START =================================================================================================== */


/* BUTTON END =================================================================================================== */

/* HEADER START =================================================================================================== */

.glow-top-left {
	box-shadow: 0 0 900px 70px #4852e0;
	width: 700px;
	height: 100px;
	position: absolute;
	top: -150px;
}
.global-header.fixed-header {
    position: fixed;
    padding: 0;
    top: 15px;
    max-width: 100%;
    width: 100%;
    z-index: 999999;
}
@media (max-width: 1024px) {
	.global-header.fixed-header {
    top: 5px;
}
}
.global-header.fixed-header .container {
    max-width: 1420px;
}
.global-header.fixed-header .global-header-body{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    background-color: rgba(0, 0, 0, 0.5);
}
.global-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px 10px 10px;
}
@media screen and (max-width: 1024px) {
	.global-header{
	padding: 5px 0 0 0;
}
.global-header .container{
	padding-left: 5px;
	padding-right: 5px;
}
}
.global-header .navbar {
	width: 100%;
	padding: 0;
}
.global-header .container{
	max-width: 1520px;
}
.global-header-body{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    background-color: #00023f;
    border-radius: calc(var(--bs-border-radius) * 3);
    border: 1px solid #322882;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 9;
}
.global-header.fixed-header .header-slogan{
	top: -22px;
}
.header-slogan{
	position: absolute;
    top: 61px;
    font-size: 11px;
    left: 22px;
	color: var(--oi-color-1);
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.header-slogan{
	display: none;
}
}
.global-header .header-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.global-header .navbar-brand{
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 1024px) {
.global-header .navbar-brand{
	margin-left: 10px;
	margin-right: 10px;
}
}
.global-header .navbar-nav{
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.global-header .navbar-nav{
	padding: 0px;
}
}

.global-header .header-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 5px;
}
.global-header .header-right .navbar-nav .nav-item{
	position: unset;
}
.global-header .navbar .navbar-brand svg{
	display: flex;
    width: auto;
    height: 40px;
}
.global-header .navbar .navbar-brand svg{
	display: flex;
    width: auto;
    height: 40px;
}
.global-header .navbar .navbar-brand svg #logo-icon {
	fill: #22b339;
}

.global-header .navbar .navbar-brand svg #logo-text {
	fill: var(--oi-color-1);
}


/* WEBSITE MENU DESKTOP --------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
	#website-menu .nav-item:not(:first-child){
	margin-left: 5px;
}
	#website-menu .nav-link svg {
		display: none;
	}

	#website-menu .nav-link {
		color: #fff;
		padding: 10px 18px !important;
		border-radius: 12px;
		border: 1px solid transparent !important;
		white-space: nowrap;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#website-menu .dropdown-menu .dropdown-item {
		color: var(--bs-body-color);
		padding: 12px 20px;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#website-menu .dropdown-menu .dropdown-item .menu-heading {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 6px;
		color: #b1cefa;
	}

	#website-menu .dropdown-menu .dropdown-item .menu-sub-heading {
		font-size: 13px;
		line-height: 13px;
		opacity: .5;
	}

	#website-menu .dropdown-menu {
		display: none;
		position: absolute;
		background-color: #010133;
		top: 100%;
		left: 0;
		flex-direction: column;
		align-items: flex-start;
		z-index: 99999;
		padding: 12px;
		min-width: 285px;
		border-radius: calc(var(--bs-border-radius) * 3);
		animation: growDown 300ms ease-in-out forwards;
		transform-origin: top center;
		overflow: hidden;
		border: 1px solid #5776d0;
		background: linear-gradient(180deg, #090961 25%, #010133 100%);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(93, 135, 255, 0.2);
	}

	#website-menu .nav-item:hover .nav-link {
		background: var(--theme-btn-background);
		border: var(--theme-btn-border) !important;
		box-shadow: var(--theme-btn-shadow);
	}

	#website-menu .nav-item:hover .dropdown-menu {
		display: block;
	}

	#website-menu .dropdown-menu .dropdown-item:hover {
		background-color: #191880;
		border-radius: calc(var(--bs-border-radius) * 2);
		transition: all 0.3s ease 0s;
	}

	#website-menu .dropdown-menu .dropdown-item:hover .menu-heading {
		color: #fff;
	}

	#website-menu .dropdown-menu .dropdown-item:hover .menu-sub-heading {
		opacity: 1;
	}
	#feature-menu .navbar-nav .nav-item{
		margin-left: 5px;
	}
}
/* WEBSITE MENU DESKTOP END --------------------------------------------------------------------------------------------------------- */
/* WEBSITE MENU MOBILE START --------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.navbar-toggler{
		    border: 0 !important;
    		background: transparent !important;
	}
	.navbar-toggler:focus{
		    border: 0 !important;
    		background: transparent !important;
	}

	#website-menu .nav-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
	}
	#website-menu .menu-heading{
		color: #b1cefa;
	}


	#website-menu {
		position: absolute;
		top: 100%;
		border: 1px solid #5776d0;
		background: linear-gradient(180deg, #090961 25%, #010133 100%);
		border-radius: 16px;
		width: 100%;
		animation: growDown 300ms ease-in-out forwards;
		transform-origin: top center;
		padding: 0px 15px;
	}

	#website-menu .dropdown-menu {
		margin: 0;
		padding: 10px 0 10px 25px;
		border: 0;
		background: linear-gradient( #000000, transparent);
		border-radius: 10px;
	}

	#website-menu .dropdown-menu .menu-sub-heading {
		display: none;
	}
	.navbar-toggler svg{
		color: #b1cefa;
		width: 24px;
		height: 24px;
	}
	#website-menu .navbar-nav{
		padding: 10px;
	}
}
/* WEBSITE MENU MOBILE END --------------------------------------------------------------------------------------------------------- */

/* FEATURE MENU DESKTOP START --------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
	
	#feature-menu .dropdown-menu .dropdown-item .menu-heading {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 6px;
		color: #b1cefa;
	}

	#feature-menu .dropdown-menu .dropdown-item .menu-sub-heading {
		font-size: 13px;
		line-height: 13px;
		opacity: .5;
	}

	#feature-menu .dropdown-menu {
		display: none;
		position: absolute;
		background-color: #010133;
		top: 100%;
		left: 0;
		flex-direction: column;
		align-items: flex-start;
		z-index: 99999;
		padding: 12px;
		min-width: 285px;
		border-radius: calc(var(--bs-border-radius) * 3);
		animation: growDown 300ms ease-in-out forwards;
		transform-origin: top center;
		overflow: hidden;
		border: 1px solid #5776d0;
		background: linear-gradient(180deg, #090961 25%, #010133 100%);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(93, 135, 255, 0.2);
	}

	#feature-menu .nav-item:hover .nav-link {
		background: var(--theme-btn-background);
		border: var(--theme-btn-border) !important;
		box-shadow: var(--theme-btn-shadow);
	}

	#feature-menu .nav-item:hover .dropdown-menu {
		display: block;
	}

	#feature-menu .dropdown-menu .dropdown-item:hover {
		background-color: #191880;
		border-radius: calc(var(--bs-border-radius) * 2);
		transition: all 0.3s ease 0s;
	}

	#feature-menu .dropdown-menu .dropdown-item:hover .menu-heading {
		color: #fff;
	}

	#feature-menu .dropdown-menu .dropdown-item:hover .menu-sub-heading {
		opacity: 1;
	}

	#feature-menu .navbar-nav {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	#feature-menu .navbar-nav .nav-link{
		color: #fff;
        padding: 10px 18px !important;
        border-radius: 12px;
        border: 1px solid transparent !important;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
	}

	#feature-menu .nav-whatsapp .nav-link {
		background-color: #111143;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #00ac61;
	}
	#feature-menu .nav-whatsapp .nav-link svg {
			width: 18px;
			height: 18px;
		}

	#feature-menu .dropdown-menu {
		right: 0;
		left: auto;
		margin-top: -4px;
	}
    #feature-menu .dropdown-menu .dropdown-item {
        color: var(--bs-body-color);
        padding: 12px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
	#feature-menu .nav-get-started .nav-link {
		display: flex;
		align-items: center;
		color: var(--oi-color-1);
		background-color: #111143;
	}

	#feature-menu .nav-login .nav-link {
		display: flex;
		align-items: center;
		background-color: #111143;
	}

	#feature-menu .nav-login .nav-link .btn-login {
		display: flex;
		align-items: center;
	}

	#feature-menu .nav-login .icon {
		margin-left: 5px;
	}

	#feature-menu .nav-account {
		display: flex;
		align-items: center;
	}

	#feature-menu .nav-account .dropdown-menu {
		right: 0;
		left: auto;
	}

	#feature-menu .nav-account .nav-link {
		padding: 0 !important;
		border-radius: 12px !important;
		min-width: 50px;
		max-width: 50px;
		min-height: 50px;
		max-height: 50px;
		background-color: #111143;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
		#feature-menu .nav-account .nav-link svg {
		width: 20px;
		height: 20px;
	}
	#feature-menu .nav-account .nav-link:hover {
		background: var(--theme-btn-background);
	}

	#feature-menu .navbar-toggler {
		border: 0 !important;
		background: transparent;
		color: var(--oi-color-1) !important;
	}
}


/* FEATURE MENU DESKTOP END --------------------------------------------------------------------------------------------------------- */

/* FEATURE MENU MOBILE START --------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#feature-menu .nav-get-started .nav-link {
		display: none;
	}

	#feature-menu .nav-login .icon {
		display: none;
	}
	#feature-menu .navbar-nav{
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	#feature-menu .nav-link{
		color: #fff;
        padding: 10px 18px !important;
        border-radius: 12px;
        border: 1px solid transparent !important;
        white-space: nowrap;
		background: #111143;
		margin-left: 5px;
		min-height: 50px;
		min-width: 50px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
	}
	#feature-menu .nav-whatsapp .nav-link {
        color: #00ac61;
    }
	#feature-menu .nav-item .dropdown-menu{
		position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        z-index: 99999;
        padding: 12px;
        min-width: 285px;
        border-radius: calc(var(--bs-border-radius) * 3);
        animation: growDown 300ms ease-in-out forwards;
        transform-origin: top center;
        overflow: hidden;
        border: 1px solid #5776d0;
        background: linear-gradient(180deg, #090961 25%, #010133 100%);
	}
	#feature-menu .dropdown-menu .dropdown-item {
        color: var(--bs-body-color);
        padding: 12px 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
	#feature-menu .dropdown-menu .dropdown-item .menu-heading {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 6px;
        color: #b1cefa;
    }
	#feature-menu .dropdown-menu .dropdown-item .menu-sub-heading {
        font-size: 13px;
        line-height: 13px;
        opacity: .5;
    }
}
/* FEATURE MENU MOBILE END --------------------------------------------------------------------------------------------------------- */



/* HEADER END =================================================================================================== */

/* SLIDER START =================================================================================================== */
.slider-effect {
	position: absolute;
	width: 100vw;
	height: 150vw;
	z-index: -1;
	background: #020024;
	background: linear-gradient(180deg, rgba(7, 9, 62, 1) 0%, rgba(9, 20, 113, 1) 15%, rgba(88, 67, 183, 1) 30%, rgba(3, 3, 45, 1) 78%, rgba(3, 3, 45, 0) 100%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-section .oi-slider-section {
	padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.home-section .oi-slider-section {
	padding-bottom: 0px;
}
}
.oi-slider-section .col-md-6 {
	display: flex;
	align-items: center;
}

.oi-slider-section .slider-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.oi-slider-section .slider-left {
	align-items: center;
}
}
.home-section .oi-slider-section .oi-heading {
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	.home-section .oi-slider-section .oi-heading {
	text-align: center;
}
}
.home-section .oi-slider-section .oi-heading .line-break {
	display: block;
}

.home-section .oi-slider-section .oi-description {
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
.home-section .oi-slider-section .oi-description {
	margin-bottom: 20px;
	text-align: center;
}
}
.home-section .oi-slider-section .oi-description .highlight {
	color: var(--themeGlobalPrimary);
}

.home-section .oi-slider-section .oi-btn-group {
	display: flex;
	align-items: center;
}

.home-section .oi-slider-section .oi-btn-group .btn-link {
	text-decoration: underline;
	color: var(--themeGlobalPrimary);
}

.home-section .oi-slider-section .slider-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.home-section .oi-slider-section .slider-right {
		margin-top: 25px;
}
}
.home-section .oi-slider-section .slider-right .genie {
	height: 450px;
	mix-blend-mode: lighten;
}
@media screen and (max-width: 1024px) {
	.home-section .oi-slider-section .slider-right .genie {
	height: 300px;
}
}

.home-section .oi-slider-section .slider-right .red-days {
	position: absolute;
	max-width: 16%;
	left: 18%;
	top: 19%;
}
@media screen and (max-width: 1024px) {
.home-section .oi-slider-section .slider-right .red-days {
	position: absolute;
	max-width: 25%;
	left: 15px;
}	
}
.home-section .oi-slider-section .slider-right .green-days {
	position: absolute;
	max-width: 16%;
	right: 16%;
	top: 19%;
}
@media screen and (max-width: 1024px) {
.home-section .oi-slider-section .slider-right .green-days {
	position: absolute;
	max-width: 25%;
	right: 15px;
}	
}
.home-section .oi-slider-section .slider-right .top-arrow {
	position: absolute;
	max-width: 45%;
	top: 15px;
}

/* SLIDER END =================================================================================================== */
/* POINT START =================================================================================================== */
.oi-point-section {
	position: relative;
	margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
	.oi-point-section {
	position: relative;
	margin-bottom: 40px;
}
}
.oi-point-section .section-heading {
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	letter-spacing: 8px;
	background: -webkit-linear-gradient(#fff, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
	.oi-point-section .section-heading {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
}

.oi-point-section .carousel .carousel-indicators {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	.oi-point-section .carousel .carousel-indicators {
	flex-wrap: wrap;
	gap: 5px;
}
}
.oi-point-section .carousel .carousel-indicators button {
	width: unset;
	height: auto;
	background-clip: unset;
	flex: 1;
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-indent: unset;
	padding: 20px 25px;
	border-radius: 12px;
	background-color: #23176b !important;
	border: 1px solid #23176b;
	transition: all 0.35s ease;
	border-radius: 24px;
}
@media screen and (max-width: 1024px) {
.oi-point-section .carousel .carousel-indicators button{
	padding: 4px 10px;
	border-radius: 10px;
	flex: unset;
	margin: 0 !important;
}
}
.oi-point-section .carousel .carousel-indicators button:hover {
	background-color: #35258d !important;
	border: 1px solid #35258d;
}

.oi-point-section .carousel .carousel-indicators button.active {
	background: var(--theme-btn-background);
    border: var(--theme-btn-border);
    box-shadow: var(--theme-btn-shadow);
}

.oi-point-section .carousel .carousel-indicators button .heading {
	font-size: 19px;
	font-weight: 500;
	color: #5da9f1;
	text-align: left;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.oi-point-section .carousel .carousel-indicators button .heading {
	font-size: 14px;
	font-weight: 400;
}
}
.oi-point-section .carousel .carousel-indicators button .description {
	font-size: 12px;
	color: #fff;
	text-align: left;
	max-width: 200px;
	font-weight: 300;
	margin-top: 5px;
}
@media screen and (max-width: 1024px) {
	.oi-point-section .carousel .carousel-indicators button .description {
		display: none;
	}
}
.point-box {
	padding: 10px 8px;
	background-color: #1a1a1a;
	border-radius: 30px;
	box-shadow: 0 -19px 70px #4f1ad666, 0 -.7961918735236395px 3.9809593676181976px #4f1ad605, 0 -2.414506143104518px 12.07253071552259px #4f1ad60d, 0 -6.382653521484461px 31.91326760742231px #4f1ad621, 0 -20px 100px #4f1ad666;
}
@media screen and (max-width: 1024px) {
	.point-box {
		border-radius: 10px;
		background-color: #000;
	}
}

/* .point-box:before{
	content: "";
  position: absolute;
  inset: 0;
  background: url("images/new-home/point-box-glow.png");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
  top: -8%;
} */
.point-box img {
	border-radius: calc(var(--bs-border-radius) * 2);
}

/* POINT END =================================================================================================== */

/* ACCURACY START =================================================================================================== */
.accuracy-effect {
	position: absolute;
	top: 0px;
	width: 100vw;
	height: 200px;
	background-color: #02032c;
	-webkit-box-shadow: 0 0 32px 32px #02032c;
	-moz-box-shadow: 0 0 32px 32px #02032c;
	box-shadow: 0 0 32px 32px #02032c;
	filter: blur(70px);
	z-index: -1;
	opacity: .5;
}

.accuracy-effect-bg {
	position: absolute;
	z-index: -1;
	filter: blur(135px);
	top: 233px;
	width: 120%;
	opacity: .5;
}

.accuracy-effect-bg img {
	width: 100%;
}

.oi-accuracy-section .effect-line {
	width: 80%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 5px 10px -5px #02032c;
	background: linear-gradient(to right,
			transparent,
			#7aed7d 50%,
			#7aed7d 50%,
			transparent);
	margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.oi-accuracy-section .effect-line {
	margin-bottom: 30px;
}
}
.oi-accuracy-section {
	margin-bottom: 100px;
	position: relative;
}
@media screen and (max-width: 1024px) {
.oi-accuracy-section {
	margin-bottom: 25px;
}
}
.oi-accuracy-section .sHeading {
	font-size: 68px;
	line-height: 88px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.oi-accuracy-section .sHeading {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 25px;
}
}
.oi-accuracy-section .sHeading .highlight {
	font-weight: 700 !important;
	position: relative;
	background: -webkit-linear-gradient(#c6ffcc, #05882c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.oi-accuracy-section .sHeading .equal {
	margin-right: 0px;
}
@media screen and (max-width: 1024px) {
	.oi-accuracy-section .sHeading .equal {
	display: block;
}
}
.oi-accuracy-section .sHeading .highlight .arrow {
	position: absolute;
	left: -138px;
	top: -56px;
	scale: .4;
}
@media screen and (max-width: 1024px) {
	.oi-accuracy-section .sHeading .highlight .arrow {
	left: -97px;
    top: -94px;
    scale: .4;
	display: none;
}
}
@media screen and (max-width: 1024px) {
.oi-accuracy-section .sHeading .theme-text-gradient{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.oi-accuracy-section .sHeading .plus-icon{
	display: flex;
	margin-top: -8px;
        margin-bottom: -8px;
}
}

.oi-accuracy-section .sHeading .bottom-line {
	position: relative;
}

.oi-accuracy-section .sHeading .bottom-line:after {
	position: absolute;
	content: "";
	background-image: url(images/option-chain-line.png);
	background-repeat: no-repeat;
	width: 94%;
	height: 25px;
	bottom: -27px;
	left: 0;
	background-size: contain;
	margin: 0 3%;
}
@media screen and (max-width: 1024px) {
	.oi-accuracy-section .sHeading .bottom-line:after {
display: none;
}
}
.oi-accuracy-section .sHeading .ai-img-star img {
	display: unset;
	width: 70px;
    margin-top: 8px;
}

.verfied-pnl-row .verfied-pnl-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 18px;
	background: linear-gradient(to bottom, rgba(134, 236, 145, 0.3), rgba(96, 255, 0, 0.3));
	border-radius: 24px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
	.verfied-pnl-row .verfied-pnl-box {
		margin-bottom: 10px;
		padding: 12px;
		border-radius: 12px;
	}
}
.verfied-pnl-box::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: inherit;

	background: linear-gradient(to bottom,
			rgba(134, 236, 145, 0.3),
			rgba(96, 255, 0, 0.3));
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}




.verfied-pnl-box .left-col {
	min-width: 70px;
	max-width: 70px;
	min-height: 70px;
	max-height: 70px;
	border-radius: 20px;
	background-color: #fff;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.verfied-pnl-box .left-col {
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 8px;
	margin-right: 10px;
}
}

.verfied-pnl-box .left-col img {
	width: 75px;
	height: 75px;
}
@media screen and (max-width: 1024px) {
.verfied-pnl-box .left-col img {
	width: 40px;
	height: 40px;
}
}
.verfied-pnl-box .right-col .heading {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.verfied-pnl-box .right-col .heading {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 5px;
}
}
.verfied-pnl-box .right-col .description {
	font-size: 17px;
	line-height: 19px;
	color: #8aee94;
}
@media screen and (max-width: 1024px) {
.verfied-pnl-box .right-col .description {
	font-size: 12px;
	line-height: 12px;
}
}
.verfied-pnl-row {
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.verfied-pnl-row {
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}
	.verfied-pnl-row .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
	
}
}
.oi-accuracy-section .lower-description {
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
.oi-accuracy-section .lower-description {
	margin-bottom: 20px;
	font-size: 13px;
line-height: 21px;
}
}
.oi-down-arrow {
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1b278f;
	background-color: #1d57b9;
}

.oi-down-arrow svg {
	display: flex;
	width: 22px;
	height: 22px;
}

/* ACCURACY END =================================================================================================== */

/* PREDICTS START =================================================================================================== */
.genie-circle-glow {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #0b1b6b;
	box-shadow: 0 0 250px 200px #0b1b6b;
	z-index: -1;
}

.oi-predicts-section {
	margin-bottom: 100px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.oi-predicts-section {
	margin-bottom: 50px;
}
}
.oi-predicts-section .left-line{
	position: absolute;
    width: 55%;
    z-index: -2;
	top: 17%;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.oi-predicts-section .left-line{
	display: none;
}
}
.oi-predicts-section .right-line{
	position: absolute;
    width: 55%;
    z-index: -2;
	top: 17%;
	right: 0;
}
@media screen and (max-width: 1024px) {
	.oi-predicts-section .right-line{
	display: none;
}
}
.oi-predicts-section .left-line svg,
.oi-predicts-section .right-line svg{
	width: 100%;
}
.oi-predicts-section .right-line svg{
	transform: scaleX(-1);
}

.oi-predicts-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.predicts-box {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 75px;
}

.oi-predicts-section .oi-heading {
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.oi-predicts-section .oi-heading {
	margin-bottom: -2px;
}
}
.oi-predicts-section .oi-description {
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 1024px) {
.oi-predicts-section .oi-description {
	margin-bottom: 25px;
}
}
.predicts-box .oi-genie-master {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
.predicts-box .oi-genie-master {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
.predicts-box .oi-genie-master img {
	height: 450px;
	width: auto;
	max-width: unset;
	mix-blend-mode: lighten;
}
@media screen and (max-width: 1024px) {
.predicts-box .oi-genie-master img {
	height: 200px;
}
}
.predicts-box .heading {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #7bb0f5;
	text-align: center;
	white-space: nowrap;
	transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1024px) {
	.predicts-box .heading {
	font-size: 16px;
	line-height: 22px;
}
}
.predicts-box .heading .word-break {
	display: block;
}

.predicts-box .description {
	font-size: 15px;
	font-weight: 300;
	color: #9ea1a9;
	text-align: center;
	max-width: 250px;
	width: max-content;
}
@media screen and (max-width: 1024px) {
.predicts-box .description {
	font-size: 10px;
	line-height: 15px;
	max-width: 120px;
	color: #fff;
}
}
.predicts-box-item:hover .heading{
	color: #8aee94;
}
.predicts-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.predicts-box-item.item-1 {
	right: 400px;
	top: 50px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-1 {
	right: unset;
	left: 0;
	top: 0px;
}
}
.predicts-box-item.item-2 {
	right: 500px;
	top: 250px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-2 {
	right: unset;
	left: 0;
	top: 120px;
}
}
.predicts-box-item.item-3 {
	right: 400px;
	top: 500px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-3 {
	right: unset;
	left: 0;
	top: 235px;
}
}
.predicts-box-item.item-4 {
	left: 400px;
	top: 50px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-4 {
	left: unset;
	right: 0;
	top: 0px;
}
}
.predicts-box-item.item-5 {
	left: 500px;
	top: 250px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-5 {
	left: unset;
	right: 0;
	top: 120px;
}
}
.predicts-box-item.item-6 {
	left: 400px;
	top: 500px;
}
@media screen and (max-width: 1024px) {
	.predicts-box-item.item-6 {
	left: unset;
	right: 0;
	top: 235px;
}
}
/* PREDICTS END =================================================================================================== */

/* PRICE START =================================================================================================== */
.oi-price-section {
	margin-bottom: 50px;
	position: relative;
}
@media (max-width: 1024px) {
	.oi-price-section {
	margin-bottom: 30px;
}
}
.oi-price-section .section-tag {
	margin-left: auto;
	margin-right: auto;
}

.oi-price-section .oi-heading {
	text-align: center;
	margin-bottom: 10px;
}

.oi-price-section .oi-description {
	text-align: center;
	margin-bottom: 60px;
}
@media (max-width: 1024px) {
	.oi-price-section .oi-description {
	margin-bottom: 30px;
}
}
.oi-price-section .p-card {
	border-radius: 22px;
}
@media (max-width: 1024px) {
.oi-price-section .p-card {
	margin-left: 20px;
	margin-right: 20px;
}
}
.oi-price-section .p-card-inner {
	border-radius: 18px;
	padding-top: 15px;
}

.oi-price-section .p-card-header {
	padding: 45px 30px 35px 45px;
	border-radius: 18px;
	min-height: 330px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-card-header {
	padding: 30px 30px 15px 45px;
	min-height: auto;
}
}
.p-card-header-body{
	position: relative;
	z-index: 2;
}
.oi-price-section .p-name {
	font-size: 38px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 35px;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-name {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
}
}
.oi-price-section .p-description {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	opacity: .6;
	margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-description {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 25px;
}
}
.oi-price-section .p-price {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-price {
	font-size: 30px;
	line-height: 30px;
}
}
.oi-price-section .p-price:before {
	position: absolute;
	content: "";
	top: -28px;
	left: -20px;
	right: 0;
	width: 109%;
	height: 1px;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-price:before {
	top: -10px;
}
}
.oi-price-section .p-price:after {
	position: absolute;
	content: "";
	bottom: -28px;
	left: -20px;
	right: 0;
	width: 109%;
	height: 1px;
}
@media screen and (max-width: 1024px) {
	.oi-price-section .p-price:after {
	bottom: -15px !important;
}
}
.oi-price-section .free .p-price:before {
	background-color: rgba(114, 129, 220, 0.5);
}
.oi-price-section .free .p-price:after {
	background-color: rgba(114, 129, 220, 0.5);
}
.oi-price-section .retailers .p-price:before {
	background-color: rgba(75, 197, 118, 0.5);
}
.oi-price-section .p-card.retailers .p-price:after{
	bottom: -16px;
	background-color: rgba(75, 197, 118, 0.5);
}
.oi-price-section .enterprise .p-price:before {
	background-color: rgba(161, 102, 252, 0.5);
}
.oi-price-section .enterprise .p-price:after {
	background-color: rgba(161, 102, 252, 0.5);
}
.oi-price-section .p-price .monthly {
	font-size: 18px;
}

.p-card-body {
	padding: 20px 45px 45px 45px;
}

.p-card-body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.p-card-body ul li {
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.p-card-body ul li {
	font-size: 16px;
	margin-bottom: 8px;
}
}
.p-card .p-card-header .circle-glow{
	position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
    top: -100px;
    right: -100px;
    opacity: .5;
}


.p-card.free {
	background: linear-gradient(to bottom, #162268, transparent);
}
.p-card.free .p-card-header {
	background: linear-gradient(to bottom, #354ac5, transparent);
}
.p-card.free .p-card-header .circle-glow{
    background-color: #b6c1ff;
    box-shadow: 0 0 100px 150px #b6c1ff;
}

.p-card.retailers {
	background: linear-gradient(to bottom, #00af3b, transparent);
}
.p-card.retailers .p-card-header {
	background: linear-gradient(to bottom, #15c14f, transparent);
}
.p-card.retailers .p-card-header .circle-glow{
    background-color: #5dfd92;
    box-shadow: 0 0 100px 150px #5dfd92;
}

.p-card.enterprise {
	background: linear-gradient(to bottom, #650aeb, transparent);
}
.p-card.enterprise .p-card-header {
	background: linear-gradient(to bottom, #7a21ff, transparent);
}
.p-card.enterprise .p-card-header .circle-glow{
    background-color: #d6bbff;
    box-shadow: 0 0 100px 150px #d6bbff;
}

.p-card .not-available{
	color: #423e57 !important;
}

.oi-price-section .custom-btn-wrap{
	display: flex;	
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
.oi-price-section .custom-btn-wrap .btn{
	width: 100%;
	max-width: 310px;
}
}
/* PRICE END =================================================================================================== */

/* TESTIMONIAL START =================================================================================================== */
.success-area .container {
	position: relative;
}

.success-area .svg-gradient {
	position: absolute;
	top: -30%;
	left: 17%;
	z-index: -1;
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #3a3ece 0%, #000000 100%);
	-webkit-mask: url(#blob-mask);
	mask: url(#blob-mask);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	opacity: .3;
}
@media screen and (max-width: 1024px) {
	.success-area .svg-gradient {
		top: -20%;
    	left: 0;
		display: none;
	}
}
.success-area .svg-gradient path {
	transform: scale(1.3);
}

/* NO USE */
.upper-testimonial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.testimonial-quote {
	margin-bottom: 20px;
}

.testimonial-quote svg {
	width: 100px;
	height: 100px;
	display: flex;
}

.testimonial-text {
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	max-width: 1100px;
	text-align: center;
	opacity: .7;
	margin-bottom: 40px;
}

.testimonial-user {
	display: flex;
	align-items: center;
}

.testimonial-star {
	margin-bottom: 40px;
}

.testimonial-star svg {
	color: #f5d051;
	width: 23px;
	height: 23px;
}

.testimonial-user .user-pic {
	min-width: 65px;
	max-width: 65px;
	min-height: 65px;
	max-height: 65px;
	border-radius: 16px;
	overflow: hidden;
	margin-right: 15px;
	background-color: var(--bs-body-color);
}

.testimonial-user .user-name {
	font-size: 18px;
	font-weight: 500;
}

.testimonial-user .user-designation {
	font-size: 17px;
	font-weight: 300;
	opacity: .7;
}

.oi-testimonial-section {
	margin-bottom: 150px;
}

.oi-testimonial-section .oi-heading {
	text-align: center;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
}

.oi-testimonial-section .oi-description {
	text-align: center;
	color: #9ffbaf;
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 100px;
}

/* TESTIMONIAL END =================================================================================================== */

/* WEBNAIR START =================================================================================================== */
.oi-webinar-section {
	margin-bottom: 150px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.oi-webinar-section {
	margin-bottom: 30px;
}
}
.oi-webinar-section .right-effect {
	position: absolute;
	right: -250px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-color: #2f0050;
	box-shadow: 0 0 250px 200px #2f0050;
	z-index: -1;
	top: 25%;
	opacity: .7;
}

.oi-webinar-section .left-effect {
	position: absolute;
	left: -250px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-color: #07105c;
	box-shadow: 0 0 250px 200px #07105c;
	z-index: -1;
	top: 25%;
	opacity: .7;
}

.oi-webinar-body .oi-heading {
	text-align: center;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.oi-webinar-body .oi-description {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 60px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	opacity: .7;
}
@media (max-width: 1024px) {
	.oi-webinar-body .oi-description {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
}
.oi-webinar-body .oi-description span {
display: block;
}
@media (max-width: 1024px) {
	.oi-webinar-body .oi-description span {
		display: unset;
	}
}
.webinar-content .heading {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.webinar-content .description {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.webinar-content .sub-heading {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.webinar-content ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.webinar-content ul li:not(:first-child) {
	margin-top: 5px;
}

.webinar-content ul li svg {
	color: #99ddf5;
}

.webinar-content .term {
	font-size: 12px;
	line-height: 20px;
	opacity: .6;
}

.webinar-form {
	padding-left: 75px;
}

.form-input {
	margin-bottom: 20px;
}

.form-input input {
	background-color: #0a0f4e !important;
	border: 2px solid #213f83 !important;
	color: #ffffff !important;
	border-radius: 12px;
	width: 100%;
	height: 55px;
	padding-left: 25px !important;
}

.form-btn {
	width: 100%;
	margin-bottom: 20px;
}

.form-btn .btn {
	color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	height: 55px;
	border-radius: 12px;
	border: 2px solid transparent;

	background:
		linear-gradient(135deg, #0b462c, #073b27) padding-box,
		linear-gradient(90deg, #00d2ff, #00ff24) border-box;

	box-shadow:
		0 4px 15px rgba(0, 0, 0, 0.5),
		inset 0 0 10px rgba(93, 135, 255, 0.2);
}

.form-text {
	opacity: .6;
	line-height: 24px;
}

.form-input input::-webkit-input-placeholder {
	color: #ffffff;
}

.form-input input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.form-input input:-ms-input-placeholder {
	color: #ffffff;
}
.oi-webinar-body .webinar-box{
	background-color: rgb(7 16 51 / 29%);
    border: 1px solid rgb(28 101 189 / 50%);
	padding: 50px 20px 50px 50px;
	border-radius: 40px;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	.oi-webinar-body .webinar-box{
		border-radius: 16px;
		padding: 20px;
		height: auto;
		margin-bottom: 10px;
	}
}
.oi-webinar-body .webinar-box .heading{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 30px;
	color: #cbf1ff;
}
@media screen and (max-width: 1024px) {
	.oi-webinar-body .webinar-box .heading{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}
}
.oi-webinar-body .webinar-box .description{
	opacity: .7;
}
.trend-list-group{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.trend-list{
	padding: 5px 13px;
	border-radius: 14px;
}
.trend-list-group .text-normal{
	color: #7278c9;
}
.trend-list-group .text-red{
	color: #f70b02;
}
.trend-list-group .text-blue{
	color: #00abee;
}
.trend-list-group .text-green{
	color: #00ac61;
}
.trend-list-group .text-gray{
	color: #6d7181;
}
.trend-list-group .text-orange{
	color: #f5680d;
}
.trend-list-group .text-violet{
	color: #74388f;
}
.trend-list-group .text-yellow{
	color: #cbb75d;
}
.trend-list-group .bg-normal{
	background-color: #0d144f;
}
.trend-list-group .bg-red{
	background-color: #340936;
}
.trend-list-group .bg-blue{
	background-color: #0d144e;
}
.trend-list-group .bg-green{
	background-color: #002733;
}
.trend-list-group .bg-gray{
	background-color: #262626;
}
.trend-list-group .bg-orange{
	background-color: #2b1900;
}
.trend-list-group .bg-violet{
	background-color: #310d50;
}
.trend-list-group .bg-yellow{
	background-color: #282900;
}
/* WEBNAIR END =================================================================================================== */

/* FAQ START =================================================================================================== */
.oi-faq-section .accuracy-effect-bg {
	position: absolute;
	z-index: -1;
	filter: blur(45px);
	top: -176px;
	width: 110%;
	opacity: 0.5;
}

.oi-faq-section .accuracy-effect-bg img {
	width: 100%;
}

.oi-faq-section {
	margin-bottom: 150px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.oi-faq-section{
		margin-bottom: 30px;
	}
.faq-left{
	margin-bottom: 25px;
	        display: flex;
        flex-direction: column;
        align-items: center;
}
.faq-left .btn{
	        width: 60%;
        display: flex;
        justify-content: center;
}
}

.faq-left .section-tag {
	margin-bottom: 10px;
}

.faq-left .oi-heading {
	margin-bottom: 20px;
	text-transform: unset;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.faq-left .oi-heading {
	text-align: center;
}
}
.faq-left .oi-heading span {
	display: block;
}
@media screen and (max-width: 1024px) {
	.faq-left .oi-heading span {
	display: unset;
}
}
.faq-left .oi-sub-heading {
	margin-bottom: 10px;
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
	.faq-left .oi-sub-heading {	
	font-size: 16px;
	text-align: center;
}
}
.faq-left .oi-description {
	margin-bottom: 10px;
	font-size: 14px;
	margin-bottom: 4px;
	opacity: .6;
}

.btn-contact {
	background: var(--theme-btn-background);
	border: var(--theme-btn-border) !important;
	box-shadow: var(--theme-btn-shadow);
	border-radius: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
}

.oi-faq-section .accordion .accordion-item {
	background-color: transparent !important;
	border-radius: 15px;
	border: 1px solid rgba(28 83 111 / 40%) !important;
	overflow: hidden;
}

.oi-faq-section .accordion-item:not(:first-child) {
	margin-top: 15px;
}

/* .oi-faq-section .accordion-item:not(:first-of-type) {
    border-top:rgba(16 122 176 / 50%) !important
} */
.oi-faq-section .accordion .accordion-button {
	background-color: transparent !important;
	box-shadow: none !important;
	position: relative;
	font-size: 20px;
	padding: 8px 40px 8px 30px;
	font-weight: 400;
}
@media screen and (max-width: 1025px) {
	.oi-faq-section .accordion .accordion-button {
	font-size: 16px;
	padding: 8px 40px 8px 15px;
	font-weight: 500;
}
}
.oi-faq-section .accordion .accordion-button:hover {
	color: var(--bs-body-color);
}

.oi-faq-section .accordion-button:not(.collapsed) {
	color: var(--bs-body-color);
}

.oi-faq-section .accordion-body {
	padding: 0 30px 30px 30px !important;
}
@media screen and (max-width: 1025px) {
	.oi-faq-section .accordion-body {
		padding: 0 30px 10px 30px !important;
		opacity: .8;
	}
}
.accordion-button:before {
	content: "";
	display: block;
	position: absolute;
	right: 25px;
	top: 20px;
	width: 1rem;
	height: 2px;
	background-color: var(--bs-body-color);
	margin-top: 3px;
	transition: transform .3s ease 0s;
}

.accordion-button:after {
	content: "";
	display: block;
	position: absolute;
	right: 25px;
	top: 20px;
	width: 1rem;
	height: 2px;
	background-color: var(--bs-body-color);
	margin-top: 3px;
	will-change: transform;
	transition: transform .3s ease 0s;
	transform: rotate(90deg);
}

/* .oi-faq-section .accordion .accordion-collapse.show .accordion-body {
	background-color: rgba(15, 97, 188, 0.2) !important;
}

.oi-faq-section .accordion .accordion-button:not(.collapsed) {
	background-color: rgba(15, 97, 188, 0.2) !important;
} */
.oi-tele-care{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
	.oi-tele-care{
	justify-content: center;
}
}
.oi-tele-care .tele-care-item{
	
	min-width: 45px;
	max-width: 45px;
	min-height: 45px;
	max-height: 45px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #07093e;
}
.oi-tele-care .tele-care-item:not(:first-child) {
	margin-left: -8px;
}
.oi-tele-care .tele-care-item img{
	width: 45px;
	height: 45px;
}
/* FAQ END =================================================================================================== */
/* AI START END =================================================================================================== */

.oi-start-section-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-items: center;
}

.oi-start-section .oi-icon img {
	width: 160px;
	height: auto;
	margin-bottom: 40px;
}

.oi-start-section .oi-heading {
	color: var(--bs-body-color);
	text-transform: unset;
	text-align: center;
	font-size: 53px;
	max-width: 800px;
	margin-bottom: 20px;
}

.oi-start-section .oi-description {
	font-size: 18px;
	margin-bottom: 50px;
}

.oi-start-section .oi-btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 50px;
}

.oi-start-section .oi-genie-image img {
	height: 300px;
	mix-blend-mode: lighten;
}

/* AI START END =================================================================================================== */

/* FOOTER START =================================================================================================== */
.footer-website-area {
	position: relative;
}

/* .footer-website-area .left-effect {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #792e2e;
	box-shadow: 0 0 500px 400px #792e2e;
	z-index: -1;
	opacity: .7;
}

.footer-website-area .right-effect {
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #1fe164;
	box-shadow: 0 0 500px 400px #1fe164;
	z-index: -1;
	opacity: .7;
}

.footer-website-area .circle-glow {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #0b195b;
	box-shadow: 0 0 500px 400px #0b195b;
	z-index: -3;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
} */

.footer-upper-area {
	padding: 60px 0 60px 50px;
}
@media (max-width: 1024px) {
	.footer-upper-area {
	padding: 0;
}
}
@media (min-width: 1025px) {
.footer-upper-area .col-md-6 {
	width: 46%;
}
.footer-upper-area .col-md-2 {
	width: 18%;
}
}



.footer-brand-wrap .footer-brand-logo{
	position: relative;
    font-size: 51px;
    line-height: 61px;
    font-weight: 700;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#5efa65, #2b7c73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
.footer-brand-wrap .footer-brand-logo{
	font-size: 40px;
	line-height: 42px;
}
}
.footer-brand-wrap .footer-brand-logo svg {
	width: 160px;
	display: flex;
}
.footer-brand-logo .genie{
	position: absolute;
    left: -60px;
    bottom: 40%;
    height: 472px;
    z-index: 9;
    mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
	.footer-brand-logo .genie{
        left: 242px;
        bottom: 420px;
        height: 86px;
}
}
.footer-brand-wrap .footer-brand-logo svg #logo-icon {
	fill: #00ec00;
}

.footer-brand-wrap .footer-brand-logo #logo-text {
	fill: #34fafe;
}

.footer-brand-paragraph {
	max-width: 350px;
}
@media (max-width: 1024px) {
	.footer-brand-paragraph {
	margin-bottom: 25px;
}
}
.footer-lower-area {
	padding: 30px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1024px) {
.footer-lower-area {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 35px;
	flex-direction: column;
	align-items: flex-start;
}
.copyright{
	margin-bottom: 10px;
	font-size: 14px;
}
}
.footer-website-area .footer-effect{
	position: absolute;
    width: 100vw;
    height: 600px;
    background-color: #08012d;
    box-shadow: 0 0 250px 200px #08012d;
    z-index: -2;
	bottom: 0;
    opacity: .5;
	left: 50%;
  	transform: translateX(-50%);
}
.footer-website-area .footer-glow{
	position: absolute;
    width: 800px;
    height: 1px;
    border-radius: 50%;
    background-color: #7a21ff;
    box-shadow: 0 0 250px 200px #7a21ff;
    z-index: -1;
	bottom: 0;
    opacity: .4;
	left: 50%;
  	transform: translateX(-50%);
}
.footer-website-area .effect-line{
	width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 10px -5px #000000;
    background: linear-gradient(to right, transparent, #4c3483 10%, #4c3483 90%, transparent);
	opacity: .5;
}
.footer-action-area{
	background-color: #130449;
	padding: 60px 60px 60px 300px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.footer-action-area{
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
}

.footer-action-area-body{
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 2;
}
@media (max-width: 1024px) {
	.footer-action-area-body{
	flex-direction: column;
	align-items: flex-start;
}
}
.footer-action-area .rectangular-glow{
	position: absolute;
    width: 900px;
    height: 100px;
    border-radius: 50%;
    background-color: #481177;
    box-shadow: 0 0 250px 200px #481177;
    z-index: 1;
    left: -13%;
    top: -150px;
    opacity: .9;
}
.footer-action-area .circle-glow{
	position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #7a21ff;
    box-shadow: 0 0 150px 100px #7a21ff;
    z-index: 1;
    right: -50px;
    bottom: -50px;
    opacity: .7;
}
.footer-action-area-left{
	margin-right: 50px;
}
.action-upper-part{
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.action-upper-part{
	font-size: 28px;
	margin-bottom: 15px;
}
}
.zoom-link{
	color: var(--oi-color-1);
}
.zoom-link:hover{
	color: var(--oi-color-1);
	text-decoration: underline;
}
.footer-action-area-left .participants-text{
	color: #ffffff;
}
@media (max-width: 1024px) {
.footer-action-area-left .participants-text{
	margin-bottom: 10px;
}
}
.footer-action-area-left .participants-text span{
	display: block;
}
.action-group{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.action-group{
	margin-bottom: 0px;
}
}
.action-group-item{
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 8px 15px;
	margin-bottom: 15px;
	cursor: pointer;
	white-space: nowrap;
	color: #d6a9ff;
}
.action-group-item:hover{
	background: rgba(255, 255, 255, 0.2);
}
.action-group-item .value-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	border-radius: 50%;
	margin-right: 12px;
}
.action-group-item svg{
	display: flex;
	width: 18px;
	height: 18px;
}
.action-group-item svg path{
	fill: #fff;
}
.footer-action-area-right .section-text{
	margin-top: -5px;
	font-size: 22px;
    line-height: 36px;
    color: #d4baff;
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	.footer-action-area-right .section-text{
	font-size: 16px;
	line-height: 24px;
}
}
.page-template-pricing .client-feedback-section{
	display: none;
}
.client-feedback-section{
	margin-top: 50px;
	margin-bottom: 100px;
}
@media (max-width: 1024px) {
	.client-feedback-section{
	margin-top: 25px;
	margin-bottom: 25px;
}
}
.client-feedback-section .lower-part{
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}
@media (max-width: 1024px) {
	.client-feedback-section .lower-part{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
}
}
.client-feedback-box{
	padding: 30px;
	border-radius: 30px;
    background: linear-gradient(to bottom, #08012d, transparent);
}
@media (max-width: 1024px) {
	.client-feedback-box{
	padding: 20px;
	border-radius: 20px;
}
}
.client-feedback-box .client-text{
	min-height: 170px;
}
@media (max-width: 1024px) {
	.client-feedback-box .client-text{
	min-height: auto;
	margin-bottom: 15px;
}
}
.client-feedback-box .client-info{
	display: flex;
	align-items: center;
}
.client-feedback-box .client-img{
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.client-feedback-box .client-img img{
	width: 50;
	height: 50;
	object-fit: contain;
}
.client-feedback-box .client-name{
	font-weight: 500;
}
.client-feedback-box .client-url{
	color: #8aee94;
}
.client-feedback-section .upper-part{
	margin-bottom: 80px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.client-feedback-section .upper-part{
	margin-bottom: 30px;
}
}
/* .client-feedback-section .upper-part .left-shade{
	position:absolute;
	width: 300px;
	height: 150px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #000000 , transparent);
}
.client-feedback-section .upper-part .right-shade{
	position: absolute;
	width: 300px;
	height: 150px;
	top: 0;
	right: 0;
	background: linear-gradient(to left, #000000, transparent);
} */
.client-feedback-section .upper-part .line-group{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
    left: 0;
    width: 100%;
	z-index: -1;
}
.client-feedback-section .upper-part .line-group .line{
	width: 100%;
	height: 1px;
	/* background-color: rgba(59, 57, 132, 0.7); */
	box-shadow: 0 5px 10px -5px #000000;
    background: linear-gradient(to right, transparent, #3b3984 10%, #3b3984 90%, transparent);
	margin-bottom: 10px;
	opacity: .8;
}
.client-feedback-section .middle-part{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.client-thumb-group{
	position: relative;
	width: 100%;
	height: 140px;
}
.client-thumb{
	min-width: 65px;
	max-width: 65px;
	min-height: 65px;
	max-height: 65px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #040e4c;
}
.client-thumb img{
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	border-radius: 50%;
	object-fit: cover;
}
.client-thumb-group > :nth-child(1) {
	position: absolute;
	top: -20px;
	left: 10%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(1) {
	left: 5%;
}
}
.client-thumb-group > :nth-child(2) {
	position: absolute;
	bottom: -20px;
	left: 20%;
}
.client-thumb-group > :nth-child(3) {
	position: absolute;
	top: 10px;
	left: 30%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(3) {
	left: 35%;
}
}
.client-thumb-group > :nth-child(4) {
	position: absolute;
	top: -30px;
	left: 40%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(4) {
	left: 63%;
}
}
.client-thumb-group > :nth-child(5) {
	position: absolute;
	bottom: -30px;
	left: 50%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(5) {
	left: 56%;
}
}
.client-thumb-group > :nth-child(6) {
	position: absolute;
	top: -30px;
	left: 60%
}
@media screen and (max-width: 1024px) {
.client-thumb-group > :nth-child(6) {
	display: none;
}	
}
.client-thumb-group > :nth-child(7) {
	position: absolute;
	top: 20px;
	left: 70%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(7) {
	display: none;
}
}
.client-thumb-group > :nth-child(8) {
	position: absolute;
	bottom: -30px;
	left: 80%;
}
@media screen and (max-width: 1024px) {
	.client-thumb-group > :nth-child(8) {
		display: none;
	}
}
/* FOOTER END =================================================================================================== */

/* INNER START =================================================================================================== */
.inner-circle-glow{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 100px;
    border-radius: 50%;
    background-color: #643caf;
    -webkit-box-shadow: 0 0 900px 700px rgba(100, 60, 175, 0.8);
-moz-box-shadow: 0 0 900px 700px rgba(100, 60, 175, 0.8);
box-shadow: 0 0 900px 700px rgba(100, 60, 175, 0.8);

    z-index: -1;
}
.inner-circle-glow.sm{
    box-shadow: 0 0 250px 200px #643caf !important;
}
.inner-circle-glow.md{
    box-shadow: 0 0 500px 400px #643caf !important;
}
.inner-circle-glow.lg{
    box-shadow: 0 0 700px 600px #643caf !important;
}
.inner-common-box{
	position: relative;
}

.g-recaptcha{
	border-radius: 12px;
	width: 300px;
	height: 74px;
	overflow: hidden;
	margin-top: -1px;
	margin-left: -1px;
}
.oi-no-effect{
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.oi-no-effect .btn-text-area{
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}


.upper-banner-area{
	margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
.upper-banner-area{
	margin-bottom: 25px;
}
}
/* INNER END =================================================================================================== */
/* HELP START =================================================================================================== */
.help-content-box {
    position: relative;
    margin-top: 50px;
    padding: 100px;
    border-radius: 40px;
}
@media screen and (max-width: 1024px) {
	.help-content-box {
    margin-top: 0px;
    padding: 20px;
    border-radius: 10px;
}
}
.predict .help-content-box {
    background-color: #061b38;
}
.show .help-content-box {
    background-color: #080c47;
}
.help .help-content-box {
    background-color: #011d23;
}

.help-content-box .sticky {
    position: sticky;
    top: 320px;
}
.help-content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 75%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    z-index: -1;
}
.predict .help-content-box::before {
    background-color: #00569f;
    box-shadow: 0 0 500px 400px rgba(0, 86, 159, 0.8);
}
.show .help-content-box::before {
    background-color: #633bae;
    box-shadow: 0 0 500px 400px rgba(99, 59, 174, 0.8);
}
.help .help-content-box::before {
    background-color: #0d723d;
    box-shadow: 0 0 500px 400px rgba(13, 114, 61, 0.8);
}
.help-action-group {
    display: flex;
    align-items: flex-start;
    margin-left: -100px;
}
@media screen and (max-width: 1024px) {
.help-action-group {
	display: none;
}
}
.help-action-group .left-col,
.help-action-group .right-col {
    position: relative;
}

.help-action-group .left-col .genie {
    margin-top: -230px;
    height: 450px;
    max-width: none;
	mix-blend-mode: lighten;
}

.help-action-group .left-col .feature-float-bg {
    position: absolute;
    top: -160px;
    left: 235px;
    width: 100%;
    max-width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-action-group .left-col .feature-float-bg img {
    width: 100%;
    height: auto;
    max-width: none;
}

.help-action-group .feature-float-text {
    position: absolute;
    top: 26px;
    left: 55px;
    font-size: 30px;
    font-weight: 500;
    color: #04157a;
    text-align: center;
    transform: rotate(-10deg);
    z-index: 2;
}
.help-menu-group {
    position: relative;
    top: -50px;
    margin-left: -55px;
    min-width: 300px;
    max-width: 300px;
}

.help-menu-group .help-menu-item {
    display: none;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: linear-gradient(#5efa65, #2b7c73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.help-menu-group .help-menu-item.current {
    display: block;
}
.help-text-group .help-text-item:not(:first-child) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
	.help-text-group .help-text-item:not(:first-child) {
    margin-top: 25px;
    padding-top: 25px;
}
}
.help-text-heading{
	display: none;
	font-size: 20px;
	font-weight: 500;
	background: -webkit-linear-gradient(#b6e3ff, #2e57c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
	.help-text-heading{
	display: block;
}
}
.help-text-group .help-text-item .help-text-paragraph {
    font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width: 1024px) {
	.help-text-group .help-text-item .help-text-paragraph {
    font-size: 16px;
	line-height: 26px;
}
}
.help-text-group .help-text-item .help-text-paragraph:not(:first-child) {
    padding-top: 10px;
}

.help-text-group .help-text-item .help-text-paragraph .img-wrap {
    margin-top: 20px;
    padding: 20px;
    background-color: #000;
    border-radius: 30px;
	min-height: 100px;
}
@media screen and (max-width: 1024px) {
	.help-text-group .help-text-item .help-text-paragraph .img-wrap {
    padding: 20px;
    border-radius: 15px;
	min-height: 0;
	}
}
.help-list-group{
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: 300;
}
.help-list-group li{
	display: flex;
}
.help-list-group li:not(:first-child) {
	margin-top: 10px;
}
.help-list-group li svg{
	color: #768eff;
	margin-right: 5px;
}
@media screen and (max-width: 1024px) {
	.help-list-group li svg{
	margin-top: 5px;
}
}
/* HELP END =================================================================================================== */
.term-box{
	position: relative;
    padding: 90px 100px;
    border-radius: 40px;
	background-color: #000000;
}
@media screen and (max-width: 1024px) {
	.term-box{
    padding: 20px;
    border-radius: 20px;
}
}
.oigenie-only-space{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 260px;
	line-height: 300px;
	font-weight: 500;
	margin-top: -75px;
	background: -webkit-linear-gradient(#17197b 0%, transparent 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
	.oigenie-only-space{
	display: none !important;
}
}
.word-flashing{
	color: #4ab38d;
	font-style: italic;
	padding-left: 7px;
}
@media (max-width: 1024px) {
	.word-flashing{
	text-align: center;
	padding-left: unset;
}
}
/* COMMUNITY START =================================================================================================== */
.page-template-community .client-feedback-section{
	display: none;
}
.community-page .banner-area-inner .content-body{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 80px;
}
@media screen and (max-width: 1024px) {
	.community-page .banner-area-inner .content-body{
	padding-left: 0px;
}
}
.community-page .banner-area-inner .content-body .superTitle {
	text-align: left;
}
.community-page .banner-area-inner .content-body .superSubTitle{
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 39px;
    font-weight: 200;
    line-height: 50px;
    margin-bottom: 31px;
}
@media (max-width: 1024px) {
	.community-page .banner-area-inner .content-body .superSubTitle{
	font-size: 16px;
    line-height: 24px;
	font-weight: 300;
	margin-bottom: 15px;
}
}
.community-page .banner-area-inner .content-body .custom-list-group{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
.community-page .banner-area-inner .content-body .custom-list-group li{
	color: var(--oi-color-1);
	font-size: 22px;
    line-height: 38px;
	display: flex;
	align-items: center;
}
@media (max-width: 1024px) {
	.community-page .banner-area-inner .content-body .custom-list-group li{
	font-size: 16px;
    line-height: 24px;
}
}
.community-page .banner-area-inner .content-body .custom-list-group li svg{
	display: flex;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	color: #4f64c4;
}
@media (max-width: 1024px) {
	.community-page .banner-area-inner .content-body .custom-list-group li svg{
	width: 18px;
	height: 18px;
}
}
.community-page .banner-area-inner .content-body .custom-description{
	text-align: left;
	font-size: 22px;
    line-height: 38px;
    width: 100%;
	color: var(--oi-color-1);
}
@media (max-width: 1024px) {
	.community-page .banner-area-inner .content-body .custom-description{
	font-size: 16px;
    line-height: 24px;
}
}
.community-card{
	padding: 100px;
	border-radius: 30px;
	background: linear-gradient(to bottom, #17197b, transparent);
}
@media (max-width: 1024px) {
	.community-card{
	padding: 20px !important;
	border-radius: 10px;
}
}
.community-item{
	display: flex;
	align-items: flex-start;
}
@media (max-width: 1024px) {
	.community-item{
	flex-direction: column;
}
}
.community-item .col-left{
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	margin-right: 18px;
	position: relative;
}
@media (max-width: 1024px) {
	.community-item .col-left{
	min-width: 45px;
	max-width: 45px;
	min-height: 45px;
	max-height: 45px;
	margin-bottom: 10px;
	border-radius: 8px;
}
}
.community-item.telegram .col-left{
	background: linear-gradient(to bottom right, #30b1e7, #8c4bfd);
}
.community-item.youtube .col-left{
	background: linear-gradient(to bottom right, #fe0000, #a00000);
}
.community-item.instagram .col-left{
	background: linear-gradient(to bottom right, #ffde7e, #ff7063, #c135bc, #6d49e7);
}
.community-item .col-left svg{
	width: 26px;
	height: 26px;
}
.community-item.telegram.member .col-left svg.lock{
	position: absolute;
    left: 0px;
    bottom: -5px;
    width: 20px;
    height: 20px;
}
.community-group .community-item:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 50px;
	margin-top: 50px;
}
@media (max-width: 1024px) {
	.community-group .community-item:not(:first-child) {
	padding-top: 25px;
	margin-top: 25px;
}
}
.community-name{
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 10px;
	background: -webkit-linear-gradient(#b6e3ff, #2e57c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
	.community-name{
	font-size: 26px;
	line-height: 30px;
}
	.community-name span{
	display: block;
}
}
.community-id{
	color: #a3d0ff;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	display: block;
}
@media (max-width: 1024px) {
	.community-id{
	font-size: 16px;
	line-height: 24px;
}
}
.community-id:hover{
	text-decoration: underline;
}
.community-qr{
	min-width: 125px;
	max-width: 125px;
	min-height: 125px;
	max-height: 125px;
	border-radius: 16px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 7px;
}
.community-description{
	font-size: 18px;
	line-height: 28px;
	color: #a3d0ff;
}
@media (max-width: 1024px) {
	.community-description{
	font-size: 16px;
	line-height: 24px;
}
}
/* COMMUNITY END =================================================================================================== */
.term-links{
	display: flex;
	flex-wrap: wrap;
	opacity: .7;
	margin-top: 7px;
}
@media (max-width: 1024px) {
	.term-links{
	margin-bottom: 20px;
}
}
.term-links a{
	padding: 0;
	margin: 0;
	color: #fff;
	margin-right: 5px;
	font-weight: 400;
	font-size: 12px;
}
.ps-article:not(:first-child){
	margin-top: 20px;
}
.term-links a:hover{
	text-decoration: underline;
}
.ps-article{
display: block;
}
.ps-article.payment{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.ps-article.payment .circle{
	min-width: 85px;
	max-width: 85px;
	min-height: 85px;
	max-height: 85px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #054400;
	margin-bottom: 20px;
}
.ps-article.payment .circle svg{
	width: 24px;
	height: 24px;
}
.ps-article.payment .heading{
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #4fef94;
	margin-bottom: 10px;
}
.ps-article.payment .description{
	font-size: 16px;
	color: #99d1ff;
	font-weight: 300;
}
.ps-article.custom-card .account-body{
	display: flex;
	padding: 20px 25px 20px 0px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	background: var(--theme-btn-background);
    border: 1px solid #2f3aae;
    box-shadow: var(--theme-btn-shadow);
}
.ps-article.custom-card .icon{
	min-width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ps-article.custom-card.app .icon img{
	width: 23px;
}
.ps-article.custom-card .icon img{
	width: 32px;
}
.ps-article.custom-card .heading{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: 400;
}
.ps-article.custom-card .description{
	font-size: 15px;
	line-height: 22px;
	color: #99d1ff;
	font-weight: 300;
}
.ps-article.custom-card .arrow{
	padding-left: 30px;
}
.ps-article.custom-card .arrow svg{
	width: 24px;
	height: 24px;
}

.ps-article.validate{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.ps-article.validate .heading{
	font-size: 20px;
	line-height: 20px;
	color: #ffcc00;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 400;
}
.ps-article.validate .description{
	font-size: 16px;
	line-height: 22px;
	color: #99d1ff;
	text-align: center;
	font-weight: 300;
}


/* 27-1-2026 */
.left-side-inner{
	padding-right: 50px;
}
@media (max-width: 1024px) {
	.left-side-inner{
	padding-right: 0px;
}
}
@media (min-width: 1025px) {
	.woocommerce-MyAccount-navigation-mobileMenu{
	display: none;
}
}
.woocommerce-MyAccount-navigation-mobileMenu{
	position: absolute;
	right: 20px;
	top: 0;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Mobile view only */
@media (max-width: 767px) {
  #woocommerce-MyAccount-navigation {
    display: none;
  }

  #woocommerce-MyAccount-navigation.active {
    display: block;
	position: absolute;
	z-index: 9;
	background-color: #000 !important;
  }
}
/* 30 January 2026 */
/* .page-template-front-page .book-a-demo-floating-wrapper{
	display: flex !important;
} */
.book-a-demo-floating-wrapper{
	z-index: 99999;
    display: flex;
    position: fixed;
    bottom: 100px;
    left: 10px;
}
.book-a-demo-floating-wrapper a {
    align-items: center;
    text-decoration: none;
    display: flex;
}
.book-a-demo-floating-wrapper .floating-image {
    border: 2px solid #000000;
    border-radius: 50%;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-right: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px #5d87ff;
}
.book-a-demo-floating-wrapper .floating-image img {
    width: 100%;
    height: 100%;
}
.book-a-demo-floating-wrapper a:hover .floating-image {
    box-shadow: 0 0 25px #44cf24;
}
.book-a-demo-floating-wrapper .floating-text {
    color: #fff;
	background: linear-gradient(to bottom right, #3b46d3, #00023f);
    border: 1px solid #5d87ff !important;
    /* box-shadow: var(--theme-btn-shadow); */
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.book-a-demo-floating-wrapper .floating-text:before {
    content: "";
    border-right: 8px solid #5d87ff;
    border-top: 8px solid #0000;
    border-bottom: 8px solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 8px);
    left: -8px;
}
.book-a-demo-floating-wrapper a:hover .floating-text{
    background: linear-gradient(to bottom right, #2933bb, #000000);
}


.join-free-webinar{
	z-index: 99999;
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 10px;
	background: linear-gradient(to bottom right, #030522, #000000);
	border: 1px solid #1845c3;
	border-radius: 12px;
	padding: 12px 20px;
	align-items: center;
}
.join-free-webinar:hover,
.join-free-webinar:focus{
	border-color: #5d87ff;
	background: linear-gradient(to bottom right, #121a91, #000000);
}
.join-free-webinar .w-icon svg{
	display: flex;
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-right: 10px;
	margin-top: 1px;
}
.join-free-webinar .w-icon svg path{
	fill: #00b2fd;
}
.join-free-webinar .w-text{
	font-size: 15px;
	line-height: 15px;
	color: #e8e443;
}

/* 3-2-2026 */

.introductory-price{
	font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: flex;
    color: #a3ffc2;
    text-decoration: line-through;
    position: absolute;
    top: -18px;
    left: 0;
}
.page-template-forgot-password .client-feedback-section{
	display: none;
}
/* 4-2-2026 */

.payment-successful-area{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 100px;
	border-radius: 30px;
	background: linear-gradient(to bottom, #12155c, transparent);;
}
.payment-successful-area .ps-article.payment .circle svg {
    width: 30px;
    height: 30px;
	fill: #86ffa2;
}
.payment-successful-area .ps-article.payment .heading {
    color: #fff;
}
.payment-successful-area .ps-article.custom-card .heading {
	font-weight: 500;
   background: -webkit-linear-gradient(#b6e3ff, #2e57c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.payment-successful-area .ps-article.custom-card .arrow svg {
    fill: #fff;
}
.payment-successful-area .ps-article.custom-card .account-body {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    background-image: linear-gradient(to bottom right, #000000, #000a52);
}
.payment-successful-area .ps-article.custom-card .account-body:hover {
    background-image: linear-gradient(to bottom right, #000000, #0d1e9b);
}
.payment-successful-area .ps-article.payment .description .p-name {
    color: #86ffa2;
}
.payment-successful-area .ps-article.custom-card .description {
    color: #a4adf6;
}
