header {
  display: none; 
}
footer {
   display: none;
}
h1 {
	font-size: 40px;
	color: black;
}
h2 {
	font-size: 34px;
	color: black;
	font-weight: 700;
}
h6 {
    font-size: 15px;
}
.checkout-logo {
  display: none; 
}
.checkout-discount-section {
  display: none;
}
.shipping-method-wrapper {
    position: relative;
    display: none;
}
.qrcode {
  max-width: 240px;
}
.scale h1 span {
	color: #0657ae;
    font-weight: 700;
}
.scale h1 {
	font-weight: 700;
}
.scale p{
	font-size: 18px;
	color: black;
    font-weight: 500;
}
.hero-section{
	background-image: url("https://funel.educateharyana.com/storage/new.png");
}
.learn img{
	width: 5%;
	margin-right: 8px;
	transform: translateY(5px);
}
.learn {
	display: flex;
	align-items: baseline;
	padding: 10px 12px;
    margin-bottom: 20px;
    background: #f6f6ff;
	border-radius: 8px;
	border: 1px solid #00000038;
	background-image: linear-gradient(to right, #6610f2, #6f42c1);
}
.learn p{
	margin-bottom: 0;
	font-size: 18px;
    color: white;
}
.learn p span {
	font-weight: 700;
  color: #fcb800;
}
.events-cards img{
	width: 18%;
	margin-right: 10px;
}
.events-cards {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	background: #f6f6ff;
    padding: 10px 16px;
    border-radius: 8px;
	border: 1px solid #00000038;
}
.events-cards p{
	margin-bottom: 0;
	font-size: 18px;
    color: #0d6efd;
}
iframe {
    border: 0;
    width: 100%;
}
.location-p{
	font-size: 18px;
}
.location-p span {
	color: #0657ae;
    font-weight: 700;
}
.over span {
	color: #0657ae;
    font-weight: 700;
}
.over {
	font-size: 18px;
}
.what-you {
	font-size: 36px;
    font-weight: 600;
}
.event-btn {
	background-image: linear-gradient(to right, #6610f2, #6f42c1);
	color: white;
	text-decoration: none;
	padding: 25px 40px;
    font-size: 25px;
	font-weight: 700;
	border-radius: 10px;
	display: inline-block;
	animation: btn 1.1s infinite alternate ease-in-out;
}

@keyframes btn {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1.02);
	}
}
.grow-business {
	background-color: #f6f6ff;
}
.grow-business h2{
	font-size: 34px;
	font-weight: 700;
	color: black;
	max-width: 500px;
}
.business {
	font-size: 18px;
	color: black;
	font-weight: 700;
}
.build-section{
	background: #f6f6ff;
}

.build-card{
	background-color: white;
	border-radius: 40px;
}
.business-automation {
	background-color: #f6f6ff;
	border-radius: 40px;
}
.business-automation span{
	color: #0d6efd;
}
.build-card span{
	color: #0d6efd;
}
.zoom-p {
	font-size: 18px;
    color: black;
}
.zoom-p span {
  font-weight: 700; 
}
.meet {
	background-image: url("https://funel.educateharyana.com/storage/mildnew.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  margin-bottom: 70px;
}
.meet h2{
	color: white;
}
.meet p{
	font-size: 18px;
	color: white;
}
.if-we{
	background-image: url("https://mildnew.educateharyana.com/storage/new.png");
}
.if-we p{
	font-size: 18px;
	font-weight: 400;
}
.footer-position {
	background-image: linear-gradient(to top, #fff, #fcb800);
	border-radius: 10px;
    bottom: 0;
    width: 100%;
  z-index: 1000;
  height: 120px;
}
.why-choose-section .why-choose-cards:hover {
	transition: all 0.5s ease-in-out;
}
/* media query start */
@media (max-width:474.99px) {
	h1 {
		font-size: 34px;
	}
	 h2 {
		font-size: 28px !important;
	}
	.event-btn {
		padding: 15px 20px;
		font-size: 18px;
	}
	.events-cards {
		padding: 10px 8px;
	}
	.learn img {
		width: 8%;
	}
}
/* media query end */