* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	max-height: 100vh;
	max-width: 100vw;
	overflow: hidden;
}

body {
	/* background-image: url('../images/bg.jpg'); */
	background-image: url('../img/redirect/bg.jpg');
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.rocket-cont {
	height: 32vw;
	position: absolute;
	left: 112px;
	top: 208px;
	max-height: 700px;
}

.rocket-img {
	height: 100%;
}

.smoke {
	height: 100%;
	position: absolute;
	left: 0px;
	top: .7vw;
}

.left {
	height: 100vh;
}

.side-img {
	height: 100%;
	object-fit: contain;
}

.arrow {
	margin-left: 14px;
	margin-right: 14px;
}

/* ------------------Right Text Panel------------------ */
.right {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15vw;
	margin-right: 20px;
	/* margin-top: 12vh;
	margin-left: 12vw;
	margin-right: 20px */
}

.subheader {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #000000;
	opacity: 0.7;
}

h1 {
	font-family: 'Poppins', sans-serif !important;
	font-style: normal !important;
	font-weight: 800 !important;
	font-size: 4.78vw !important;
	line-height: 4.39vw !important;
	text-transform: uppercase !important;
	background: linear-gradient(90.34deg, #0025DF 1.64%, #94A3FF 100.37%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	opacity: 0.9;
}

.sub-heading {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 155%;
	color: #081e57;
	opacity: 0.9;
	max-width: 700px;

	margin-top: 50px;
	margin-bottom: 80px;
}

.moretext {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 155%;
	color: #081e57;
	opacity: 0.9;
	max-width: 700px;
	margin-bottom: 4rem;
}

.primary {
	font-family: 'Poppins', sans-serif !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: center !important;
	color: #FFFFFF !important;
	height: 54px !important;
	background: linear-gradient(180deg, #7391FF 0%, #2A41F3 100%) !important;
	border-radius: 5px !important;
	border: none !important;
}

.btn-container {
	height: 54px !important;
	background: linear-gradient(180deg, #7391FF 0%, #2A41F3 100%) !important;
	box-shadow: 0px 9px 19px rgba(53, 97, 209, 0.42) !important;
}

.secondary {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 18px;
	color: #425ae7;
	width: 250px;
	height: 54px;
	background: #ffffff;
	border: 2px solid #425ae7;
	border-radius: 5px;
}

.a2b {
	/* position: fixed;
	top: 20px;
	right: 1rem; */
	position: fixed;
	top: 45px;
	right: 150px;
	height: 42px;
}

@media (max-height: 500px) and (min-width: 768px) {
	.rocket-cont {
		height: 25vw !important;
		position: absolute;
		left: 112px;
		top: 208px;
		max-height: 700px;
	}

	.sub-heading {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-height: 600px) and (min-height: 500px) and (min-width: 768px) {
	.rocket-cont {
		height: 28vw !important;
		position: absolute;
		left: 112px;
		top: 208px;
		max-height: 700px;
	}

	.sub-heading {
		margin-top: 25px;
		margin-bottom: 40px;
	}
}

@media (max-height: 700px) and (min-height: 600px) and (min-width: 768px) {
	.rocket-cont {
		height: 22vw !important;
		position: absolute;
		left: 112px;
		top: 208px;
		max-height: 700px;
	}

	.sub-heading {
		margin-top: 25px;
		margin-bottom: 40px;
	}
}

/* --------------------------------Less Than 1004px ---------------------------------*/

@media (max-width: 1004px) {

	.secondary {
		margin-left: 10px !important;
	}
}

/* --------------------------------Less Than 978px ---------------------------------*/

@media (max-width: 978px) {

	.a2b {
		position: fixed;
		top: 40px;
		right: 50px;
		height: 42px;
	}

	.secondary {
		margin-left: 0px !important;
		display: block;
		margin-top: 10px !important;
	}

	.moretext, .subheader, .secondary, .primary {
		font-size: 14px !important;

	}

	.rocket-cont {
		height: 40vw;
		position: absolute;
		left: 50px;
		top: 200px;
	}

}

/* --------------------------------Less Than 768px ---------------------------------*/

@media (max-width: 768px) {

	body {
		background-image: url('../img/redirect/mobile-bg.jpg') !important;
		background-position: initial !important;
	}

	.a2b {
		position: fixed;
		top: 20px;
		left: 20px;
		height: 42px;
	}

	h1 {
		font-size: 38px !important;
		line-height: 38px !important;
	}

	.secondary {
		margin-left: 0px !important;
		display: block;
		margin-top: 10px !important;
	}

	.subheader, .secondary, .primary {
		font-size: 14px !important;

	}

	.my-t-5 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.sub-heading {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 155%;
		color: #081e57;
		opacity: 0.9;
		max-width: 700px;
	}

	.rocket-cont {
		height: 40vw;
		position: absolute;
		left: 50px;
		top: 200px;
	}

	.main {
		display: flex;
		flex-direction: column-reverse !important;
	}

	.right {
		min-height: 50vh;
		margin-top: 12vh;
		margin-left: 5vw;
		margin-right: 20px
	}

	.aiva {
		/* width: 100vw;
	  object-fit: cover;
	  object-position: 0px 150%;
	  height: auto; */
		width: 100vw;
		object-fit: cover;
		object-position: 0px 150%;
		height: 600px;

	}

	.rocket-cont {
		height: 32vh;
		position: absolute;
		left: 60px;
		top: 495px;
	}

	.left {
		margin-top: 40px;
	}
}

@media (max-width: 376px) and (max-height: 668px) {
	.right {
		min-height: 60vh;
	}

	.rocket-cont {
		height: 29vh;
		position: absolute;
		left: 60px;
		top: 462px;
	}
}