

body
{
	height: 100vh;
	background-color: #000;
	position: relative;
}

.body-position
{
	position: absolute;
	top: 175px;
	right: 120px;
	width: 400px;
}

.body-position-1
{
	position: absolute;
	top: 220px;
	right: 110px;
	width: 400px;
	z-index: 777;
}

.navbar-brand
{
	color: #fff!important;
}

.nav-link
{
	color: #fff!important;
	padding: 10px 20px!important;
	margin: 0 10px;
	transition: 0.4s;
}

.nav-link:hover
{
	transform: translate(10px 0)!important;
	background-color: #fff2;
	transition: 0.4s;
	border-radius: 5px;
}

.dropdown
{
	position: relative;
}

.dropdown-menu
{
	background-color: #fff5;
	position: absolute;
	z-index: 999;
}

.dropdown-item
{
	transition: 0.4s;
}


.dropdown-item:hover
{
	transition: 0.4s;
	background-color: #0005;
	transform: translate(10px 0);
}

.dropdown-menu .active
{
	background-color: #0008;
	color: #fffa!important;
}

.dropdown-menu .active:hover
{
	color: #fff!important;
	background-color: #000b;

}

.btn
{
	transition: 0.4s;
	background-color: #f008;
	color: #fff8;
	border: none;
	outline: none;
}

.nav-btn:hover
{
	background-color: #f00;
	transform: translateX(10px);
	box-shadow: -10px 0 5px #f007;
	transition: 0.4s;
	color: #fff;
}

.header
{
	padding: 70px 0;
}

.header-rectangle
{
	width: 300px;
	height: 300px;
	background-color: rgba(254,220,90,1);
	border-radius: 50%;
	position: absolute;
	left: -150px;
}

.header-left
{
}

.header-title
{
	font-weight: 700;
	font-size: 70px;
}

.header-txt
{
	color: #fff5!important;
	font-weight: 600!important;
	line-height: 40px;
	font-size: 20px;
}


.header-right
{
	position: relative;
}

.header-form
{
	position: absolute;
	top: 50%!important;
	right: -328px!important;
	transform: translate(-150%, -50%);
	padding: 20px 20px!important;
	background-color: #fff!important;
	border-radius: 10px;
	z-index: 999;
	box-shadow: 0 20px 20px #000a;
}

@media (max-width: 800px)
{
	.header-form
	{
		position: absolute;
		right: -200px;
	}
}

.header-input
{
	padding: 20px 0;
	border: none;
	margin: 10px 0;
	outline: none;

}

.header-select
{
	padding: 20px 0;
	margin: 10px 0;
	border: none;
	outline: none;
}

.header-btn
{
	padding: 10px 0;
	border: none;
	outline: none;
	background-color: #f00b;
}

.header-btn:hover
{
	background-color: #f00;
	transform: translateX(10px);
	box-shadow: -10px 0 5px #f007;
	transition: 0.4s;
	color: #fff;
}

.video-title
{
	font-weight: 700;
	text-align: center;
}

.video-txt
{
	font-weight: 600;
	text-align: center;
	color: #fff9;
	letter-spacing: 1px;
	font-size: 20px
}

.lists
{
	padding: 30px 0;
}

.lists-list
{
	display: flex!important;
	justify-content: center;
}

.lists-link
{
	text-decoration: none;
	color: #fff9;
	margin: 20px 20px;
	text-align: center;
	border-radius: 10px;
	transition: 0.4s;
	padding: 15px 20px;
}

.lists-link:hover
{
	transform: translateX(10px);
	box-shadow: -10px 0 10px #fff9;
	transition: 0.4s;
	color: #fff;
}


.feature
{
	padding: 80px 0;
}


.feature .container
{
	display: flex!important;
	margin: 100px auto;
}

.feature-left
{
	position: relative;
}

.feature-gradient-img
{
	width: 250px;
	height: 250px;
	background-color: #000090;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	opacity: 50%;
	z-index: 99;
	transition: 0.4s;
}

.feature-left-link
{
	display: block;
	transition: 0.4s;
	border-radius: 50%;
}


.feature-left-link:hover .feature-img
{
	transform: scale(1.05);
	transition: 0.4s;
	z-index: 999;
	box-shadow: 10px 10px 10px #fff6;
	border-radius: 50%;
}

.feature-left-link:hover .feature-gradient-img
{
	transform: scale(1.1);
}
.feature-img
{
	position: absolute;
	transition: 0.4s;
}

.feature-right
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.feature-btn
{
	width: 200px;
	border: none;
	outline: none;
	padding: 10px 20px;
	color: #fff9;
	border-radius: 7px;
	margin-top: 100px;
	background-color: #000050;
	transition: 0.4s;
}

.feature-btn:hover
{
	transform: translateX(10px);
	box-shadow: -10px 0 2px #fff9;
	transition: 0.4s;
	color: #fff;
}

.feature-title
{
	color: #fff;
	font-weight: 700;
	margin: 10px 0;
}

.feature-txt
{
	color: #fff9;
	font-weight: 600;
}

/*======================
    easy section
======================*/

.easy
{
	min-height: 400px;
	/*background-color: #fff1;*/
	padding: 50px 0;
	text-align: center;
	margin-top: 20px;
}

.easy-title
{
	font-weight: 700;
	color: #fff;
	margin: 20px 0;
}

.easy-txt
{
	/*width: 570px;*/
	font-size: 18px;
	text-align: center;
	margin: 30px auto;
	color: #fff9;
}


.easy-link
{
	display: inline-block;
	/*background-color: #fff;*/
	margin: 10px 20px;
}

.easy-link1
{
	transform: translate(100px 0);

	display: inline-block;
	/*background-color: #fff;*/
	margin: 10px 20px;
}


.easy-link:hover .easy-img
{
	transform: rotate(5deg);
	transition: 0.4s;
}

.easy-link1:hover .easy-img1
{
	transform: rotate(-5deg);
	transition: 0.4s;
}

.easy-item
{
	width: 100%;
}

.easy-img
{
	width: 100%;
	transition: 0.4s;
	box-shadow: 0 0 20px #0005;
	border-radius: 30px;
}

.easy-img1
{
	width: 100%;
	transition: 0.4s;
	box-shadow: 0 0 20px #0005;
	border-radius: 30px;
}

.users
{
	min-height: 400px;
	padding: 70px 0;
	background-color: #fff1;
}

.users-title
{
	font-weight: 700;
	color: #fff;
	font-size: 55px;
	margin: 30px 0;
}

.users-txt
{
	color: #fff5;
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0;
}

.users-link
{
	display: block;
	text-decoration: none;
	color: #fff8;
	font-weight: 600;
	border-radius: 7px;
	width: 40%;
	text-align: center;
	padding: 15px 0px;
	background-color: #f009;
	transition: 0.4s;
}

.users-link:hover
{
	color: #fff;
	background-color: #f00;
	transition: 0.4s;
	transform: translate(10px, 0);
	box-shadow: -10px 0 5px #fff8;
}

.users-right
{
	position: relative;
}

.users-right-link
{
	display: block;
	border-radius: 50%;
	width: 600px;
	height: 600px;
}

@media (max-width: 1400px)
{
	.users-right-link
	{
		width: 470px;
		height: 470px;
		transform: translateX(-100px);
	}
}

@media (max-width: 1200px)
{
	.users-right-link
	{
		width: 350px;
		height: 350px;
		transform: translateX(-50px);
	}
}

.users-right-link:hover .users-right-img
{
	transform: scale(1.05);
	transition: 0.4s;
	box-shadow: 10px 10px 10px #fff;
	border-radius: 50%;
}

.users-right-img
{
	position: absolute;
	z-index: 999;
	top: -40px;
	left: 0px;
	width: inherit;
	transition: 0.4s;
}

.users-shadow
{
	width: 300px;
	height: 300px;
	background-color: #0005;
	box-shadow: 5px 5px 5px #0005;
	border-radius: 50%;
	position: absolute;
	top: 190px;
	right: 80px;
}

.ask
{
	padding: 100px 0;
}

.ask-title
{
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin: 20px 0;
}


.ask-txt
{
	font-weight: 600;
	color: #fff5;
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

.ask-list
{
	display: flex;
	justify-content: space-between;
}

.ask-item
{}

.ask-list-title
{
	font-weight: 600;
	color: #fff;
	margin: 30px 0;
}


.ask-list-txt
{
	font-weight: 600;
	color: #fff5;
}

.ask-links
{
	display: flex;
	justify-content: center;
}

.ask-link
{
	text-decoration: none;
	color: #fff5;
	text-align: center;
	padding: 10px 10px;
	transition: 0.4s;
	font-size: 20px;
}

.ask-link:hover
{
	color: #fffe;
	transition: 0.4s;
}

.ask-link:nth-child(2)
{
	color: rgb(120,55,49);
	transition: 0.4s;
}

.ask-link:nth-child(2):hover
{
	color: rgb(255,55,49);
	transition: 0.4s;
}


.footer
{
	position: relative;
	min-height: 510px;
	padding: 70px 0;
	background-color: #fff1;
}

.footer .container
{
	position: relative;
}

.footer-title
{
	font-weight: 700;
	color: #fff;
	margin-top: 100px;
}

.footer-btn
{
	position: absolute;
	right: 150px;
	top: 170px;
	width: 200px!important;
	height: 50px;
	text-decoration: none;
	color: #fff8;
	font-weight: 600;
	border-radius: 7px;
	/*width: 40%;*/
	text-align: center;
	background-color: #F04037;
	z-index: 999;
	box-shadow: 0 0 30px #000!important;
	transition: 0.4s;
}

.footer-btn:hover
{
	color: #fffe;
	transition: 0.4s;
	transform: translate(10px);
	box-shadow: -10px 0 5px #fff9;
	background-color: #f00;
}

.footer-gradient-img
{
	position: absolute;
	top: -20px;
	right: 0;
}

.footer-color
{
	position: absolute;
	bottom: 0;
}

.supfooter
{
	background-color: #000;
	min-height: 50px;
	padding: 30px 0;
}

.supfooter-brand
{
	font-weight: 700;
	color: #fff;
}

.supfooter-list
{
	margin-right: -70px;
}

.supfooter-item
{
	margin: 0 20px;
}

.supfooter-link
{
	display: block;
	color: #fffa;
	font-weight: 600;
	transition: 0.4s;

}

.supfooter-link:hover
{
	color: #fff;
	transition: 0.4s;
}

.supfooter-txt
{
	color: #fff6;
}
