/*----------------------------------------- Theme Header ------------------------------------*/
/*  Author Name : Foxburg.
    Author URI: https://foxburg.net.
    Website Name : starvisionsolutions
    Theme URI: https://starvisionsolutions.in
    Deployed date: 24-Oct-2024.
    Version: 1.0.
 */
/*----------------------------------------- Theme Header ------------------------------------*/


:root {
	--blue: #29abe2;
	--saffron: #f4c430;
	--green: #408738;
	--gray: #888888;
	--black: #000000;
	--white: #ffffff;
}
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;	
	font-family: 'Poppins', sans-serif;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
/******************* Google Fonts ******************/

.font-1{
	font-family: 'Poppins', sans-serif;
}
.font-2{
	font-family: 'Darker Grotesque', sans-serif;
}
/******************* Colours ******************/

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #000;
}
.bg-black-2{
	background-color: #171717;
}
.bg-gray {
	background-color: #eaeaea;
}

.bg-theme {
	background-color: #EB622F;
}

.theme {
	color: #29abe2 !important;
}

/***************** opacity ******************/

.opacity-1 {
	opacity: .1;
}

.opacity-2 {
	opacity: .2;
}

.opacity-3 {
	opacity: .3;
}

.opacity-4 {
	opacity: .4;
}

.opacity-5 {
	opacity: .5;
}

.opacity-6 {
	opacity: .6;
}

.opacity-7 {
	opacity: .7;
}

.opacity-8 {
	opacity: .8;
}

.opacity-9 {
	opacity: .9;
}

/************* Width & Height ***************/

.w-10 {
	width: 10%;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

.w-full {
	width: 100% !important;
}

.w-screen {
	width: 100vw;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.h-min {
	height: min-content;
}

.h-auto {
	height: auto !important;
}

.h-fit {
	height: fit-content;
}

.w-80-h-80 {
	width: 80px !important;
	height: 80px !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: start !important;
}

/*********** Z-index ***********/

.z-100 {
	z-index: 100;
}

.z-50 {
	z-index: 50;
}
.z-2{
	z-index: 2;
}
.z-1{
	z-index: 1;
}
.z--1{
	z-index: -1 !important;
}

/* Padding */
.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.py-8 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.py-10 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-4 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.px-6 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.px-8 {
	padding-left: 8rem;
	padding-right: 8rem;
}

.px-10 {
	padding-left: 10rem;
	padding-right: 10rem;
}

.padding-5 {
	padding: 5px !important;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}
.mr-20{
	margin-right: 20px;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-200 {
	margin-bottom: 200px;
}
.b-100{
	bottom: -100px;
}
.hidden {
	display: none !important;
}

h6 {
	color: #000;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500 !important;
	letter-spacing: -0.68px;
	margin: 0 !important;
}

h5 {
	color: #000;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 58px !important;
	/* 176.471% */
	letter-spacing: -0.68px;
	padding-bottom: 12px;
	margin-bottom: 0 !important;
}

h4 {
	color: #000;
	font-size: 34px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 44px !important;
	letter-spacing: -0.88px;
	padding-bottom: 24px;
}

p {
	color: #637080;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 34px !important;
	margin-bottom: 0 !important;
}

.section-padding-top {
	padding-top: 80px;
}

.section-padding-bottom {
	padding-bottom: 80px;
}
.navbar-light .navbar-toggler{
	width: 20%;
    color: rgba(0, 0, 0, 0);
    border: none;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(img/burger_menu.svg) !important;
}

.navbar-toggler:hover {
	background: transparent !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}


header {
	position: fixed;
	width: 100%;
	z-index: 100;
}

.navbar-brand img {
	scale: 0.8;
}

.header-active {
	background-color: #29abe2 !important;
	/* background-image: url(img/Noise-&-Texture.webp); */
}

.nav-item {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding-left: 60px;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.99) !important;
}

.nav-item:hover .nav-link-border {
	width: 30%;
	border: 1px solid #fff;
}

.navbar-nav {
	background: transparent;
}

.bg-blue {
	background: radial-gradient(56.3% 56.3% at 50% 61.21%, #29abe2 0%, rgba(88, 171, 255, 0.214) 100%) !important;
	background-color: #29abe2 !important;
	/* background-image: url(img/Noise-&-Texture.webp) !important; */
}

.bg-white {
	background-color: #fff !important;
}

.bg-dull {
	background-color: #171717 !important;
}

.bg-rd-gd {
	background: radial-gradient(56.3% 56.3% at 50% 61.21%, #29abe219 0%, rgba(88, 172, 255, 0.00) 100%);
}

.bg-rd-gd-1 {
	background: radial-gradient(56.3% 56.3% at 50% 61.21%, #29abe225 0%, rgba(88, 172, 255, 0.00) 100%);
}

.position-re {
	position: relative !important;
}

.white-clr {
	color: #fff !important;
}

.black-clr {
	color: #000 !important;
}

.blue-clr {
	color: #29abe2 !important;
}

.grey-clr {
	color: #5C5C5C !important;
}




/************* Home Start *************/


.hero-sec {
	height: 100vh;
}

.hero-sec-content {
	width: 50%;
}

.hero-sec-content-wrap {
	height: 100%;
}
.hero-sec h2 {
	color: #FFF;
	font-size: 58px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -2px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.hero-sec p {
    color: #FFF;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 50px;
    padding-bottom: 30px;
    width: 80%;
}

.hero-sec-button {
	color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    border-radius: 20px !important;
    border: 1px solid #FFF;
    width: fit-content;
    background-color: transparent;
    padding: 12px 12px 12px 28px;
}

.hero-sec button:hover {
	background: #fff !important;
	color: #29abe2;
}
.hero-sec button:hover img {
	background: #29abe2;
}

.hero-img-1 {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 50%;
}

.hero-sec .hero-img-1 img {
	max-width: 100%;
	max-height: 100%;
}

.hero-sec-button img {
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.30);
	padding: 12px;
	margin-left: 18px;
}

.thankyou p{
    width: auto !important;
	text-align: center;
}

.product-ser-sec{
	background-color: #ebf9ff !important;
}

button .rounded-circle {
	background: #fff;
	padding: 15px;
	margin-right: 20px;
	border: 1px solid #D9D9D9;
}

button {
	width: 450px;
	padding: 20px;
	border-radius: 85px !important;
	border: 1px solid rgba(8, 91, 232, 0.20);
	background: #fff;
	transition: 300ms;
}

button h5 {
	font-weight: 700 !important;
	color: #000 !important;
	line-height: 34px !important;
	text-align: start;
}

button svg {
	fill: #666666;
	height: 40px;
	width: 40px;
}

button img {
	height: 50px;
	width: 50px;
}

button:hover {
	background: linear-gradient(111deg, #29abe2 10%, #c692ff 90%);
	filter: drop-shadow(5px -10px 40px rgba(49, 118, 238, 0.16));
	border-color: #67caf5;
}

button:hover .rounded-circle {
	border: 1px solid #fff;
}

button:hover h5 {
	color: #fff !important;
}

button:hover svg {
	fill: #29abe2;
}

button h5 {
	padding: 0;
	margin: 0;
}

footer {
	position: relative;
	z-index: 1;
	background: #fff;
}

footer a {
	color: #000 !important;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 500 !important;
	letter-spacing: -0.68px;
	margin: 0;
	text-decoration: none;
}

footer p {
	color: #000;
	font-size: 18px !important;
	padding-right: 10px;
}

footer h5 {
	padding-left: 10px !important;
	font-weight: 700 !important;
}

.footer-sec{
	width: 33%;
}

.contact-form-field{
	width: 70%;
}

.contact-card h5{
	color: #29abe2;
}

.contact-card form button{
	margin-top: 24px;
	border: 1px solid#29abe2;
	color: #29abe2;
}
.contact-card .hero-sec-button img{
	background: #29abe2;
}

.contact-card input,
.contact-card select {
	border: 0;
	border-radius: 30px;
	padding: 20px;
	outline: 0;
	font-family: 'Darker Grotesque';
	font-size: 22px;
	font-weight: 600;
	padding: 26px 40px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #29aae228;
}

.contact-card input:focus-visible {
	background-color: #29aae262 !important;
}

form h6 {
	font-weight: 500 !important;
	letter-spacing: 1 !important;
}

.accordion-card-sec h5 {
	padding-bottom: 50px;
}

.accordion-button,
.accordion-body {

	color: #000 !important;
	font-family: 'Poppins';
	font-size: 18px !important;
	font-weight: 600 !important;
	border: 0;
	box-shadow: none !important;
	background-color: transparent !important;
}
.accordion-item:hover{
	border: 1px solid #29abe2 !important;
}

.accordion-button:hover {
	filter: none !important;
	background: none;
}

.accordion-button::after {
	background-image: url(img/MaterialSymbolsAddCircleRounded.svg) !important;
	width: 26px !important;
	height: 26px !important;
	background-size: 26px !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(img/MdiMinusCircle.svg) !important;
}

.accordion-item {
	border: 1px solid #0000000c !important;
	border-radius: 22px !important;
	padding: 20px !important;
	padding: 8px 20px !important;
	background-color: #fff !important;
}

.accordion-body {
	font-weight: 400 !important;
	color: #c4c4c4 !important;
}


.aboutus-card {
	padding: 60px;
	background-color: #fff;
	border-radius: 70px;
	border: 1px solid rgba(8, 90, 232, 0.10);
}


.aboutus-card p {
	color: #000;
}

.cotact-form-card-sec button:hover {
	background: #29abe2;
	border-color: #29abe2;
	color: white;
}

.border-white {
	border-color: #fff !important;
}

.border-none {
	border: none !important;
}

.reveal {
	/* position: relative; */
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.hero-img-1 img {
	animation: fadeIn 1500ms;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		margin-bottom: -150px;
	}

	100% {
		opacity: 1;
		margin-bottom: 0px;
	}
}

