@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);

a {
	color: #000;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}

html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom:10px;
	text-align: justify;
	margin-top: 0;

}

.bannersec{
	background: url('../images/green_image.png');
	padding: 60px 0;
	position: relative;
	background-size: cover;
}
.shape1{
	font-family: "Outfit",Sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border: 1px solid #fff;
  width: 50%;
  margin: auto;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);font-weight: 600;
}
.shape2{
	font-family: "Outfit",Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #000;width: 35%;
  margin: auto;
  text-align: center;
  border: 1px solid #fff;
  background: #EDDC01;background-image: linear-gradient(152deg,#FFB82B 55%,#FFFFFF 100%);
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.bannersec h1{
	text-align: center;
  color: #fff;
  margin: 20px 0;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
}
.bannersec h2{
color: #EDDC01;
  text-align: center;
  margin: 20px 0;
  font-weight: 900;
  font-size: 40px;
  width: 80%;
  margin: anchor-size;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 25px;
  -webkit-text-stroke-color: #EDDC01;
  stroke: #EDDC01;
  color: #FFFF02;
  text-transform: capitalize;
}
.bannersec::before{
content: '';
  background-color: #00000057;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bannersec iframe{
	margin-top: 40px;
  border-radius: 10px;
  width: 100%;
  height: 304px;
}
.info-section {
 margin-top: 40px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #111118;
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);background-color: #17161E;
  padding: 10px 10px 10px 10px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF7A;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / .11);
  margin-bottom: 10px;
}

.info-card h4 {
 margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 800;
}

.info-card p {
 margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.icon {
  width: 38px;
  height: 38px;
  background: #1f1f2a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #ffd88a, #ffc14d);
  color: #000 !important;
  font-weight: 700;
  font-size: 24px;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  text-decoration: none !important;
  animation: animatedgradient 8s ease-in-out infinite;
}

.old-price {
  text-decoration: line-through;
  font-weight: 600;
}

.new-price {
  background: #fff;
  color: #0a7a2f !important;
  padding: 7px 14px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 25px;
}

@keyframes animatedgradient {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% {
    background-position:0% 50%
  }
  10%,
  90% {
    transform:translate3d(-1px,0,0)
  }
  20%,
  80% {
    transform:translate3d(2px,0,0)
  }
  30%,
  50%,
  70% {
    transform:translate3d(-4px,0,0)
  }
  40%,
  60% {
    transform:translate3d(4px,0,0)
  }
}

.learn{
	padding: 40px 0 60px;
  background: #ffe3e3;
}
body{
	font-family: "Outfit",Sans-serif;
}
.learn h1{
	text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  color: #000;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}
.learn .card{
	padding: 15px 10px;
  border-radius: 10px;
  background: #1d1d1d;
  box-shadow: 0 10px 20px rgba(214, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.04);
}
.learn img{
border: 1px solid #fff;
  border-radius: 10px;
}

.learn h3{
	color: #fff;
  font-size: 23px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}





.designed{
	background: url('../images/green_image.png');
    background-size: auto;
  padding: 50px 0 40px;
  position: relative;
  background-size: cover;
}

.designed h1{
	text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}
.designed .card{
	padding: 15px 20px;
  border-radius: 10px;
  background: #1d1d1d;
  box-shadow: 0 10px 20px rgba(214, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.04);
  margin-bottom: 20px;
}

.designed h3{
	color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.designed a{
	margin-top: 20px;
}

.videos{
	padding: 50px 0 40px;
  background: #ffe3e3;
}
.videos h1{
	text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  color: #000;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}

.videos iframe{
	width: 100%;
  height: 197px;
  margin-bottom: 20px;
  padding: 8px;
  border: 2px solid #ffff02;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.26), 0 6px 6px rgba(0, 0, 0, 0.04);
}

.about{
	background: url('../images/green_image.png');
    background-size: auto;
  background-size: auto;
  padding: 50px 0 60px;
  position: relative;
  background-size: cover;
}
.about h1{
	text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}
.about p{
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}
.about ul li{
	color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  list-style: disclosure-closed;
}
.learnn{
	padding: 40px 0 60px;
  background: #030303;
}
.learnn .card{
	padding: 15px 10px;
  border-radius: 10px;
  background: #ffe3e3;
  box-shadow: 0 10px 20px rgba(214, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.04);
  border: 2px solid #7d0d01;
  height: 100%;
}

.learnn h2{
	color: #7d0d01;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 10px;
}
.learnn h3{
	color: #010101;
}

.learnn img{
	border: 1px solid #fff;
  border-radius: 10px;
  width: 100px;
  margin: auto;
  background: #030303;
}
.learnn h1{
	color: #fff;
}
.notforyou{
	background: url('../images/green_image.png');
    background-size: auto;
  background-size: auto;
  padding: 50px 0 40px;
  position: relative;
  background-size: cover;
}
.notforyou h1{
	text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}
.notforyou .card{
	padding: 15px 10px;
  border-radius: 10px;
  background: #1d1d1d;border: 2px dotted #fff;
  box-shadow: 0 10px 20px rgba(214, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.04);
  margin-bottom: 20px;
}

.notforyou h3{
	color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

.google{
	padding: 50px 0 60px;
  background: #ffe3e3;
}
.google h1{
	text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  font-family: "Outfit",Sans-serif;
}

.note{
	background: url('../images/green_image.png');
    background-size: auto;
  background-size: auto;
  background-size: auto;
  padding: 50px 0 40px;
  position: relative;
  background-size: cover;
}

.note p{
	font-size: 12px;
	color: #000;
	text-align: center;
}
.note h5{
	color: #000;
	font-size: 14px;
	text-align: center;
}
hr{
	border-top: 1px solid rgba(255, 255, 255, 0.61);
}

.copyright {
background: #000;
  padding: 10px 0;
  color: #fff;
  text-align: center;color: #fff;
  text-align: center;
  padding-bottom: 120px;

}.copyright p {
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.copyright p a{
	color: #fff !important;
}

.fixed{
	position: fixed;
  bottom: 0;
  width: 100%;
  background: black;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.fixed h4, .fixed h6{
	color: #fff;
}.no::before{
	content: '';
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bodyd::before{
	content: '';
  background-color: #00000057;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bodyd{position: relative;
	background:url('../images/green_image.png');background-size: cover;
	height: 100vh;
}
label{
	color: #fff;
}
.form-control{
	margin-bottom: 20px;
}

form{
	padding: 30px;
  background: #000;
  border-radius: 14px;
}

form .btn{
	background: #790b02;
  color: #fff;
  border:1px solid #790b02;
  transition: 0.5s ease;
}
form .btn:hover{
	background: #fff;
  color: #790b02;
  transition: 0.5s ease;
}




@media screen and (max-width: 1199px){
	.shape2{
		width:60%;
	}
	.info-card p, .info-card h4{
		font-size: 14px;
	}
	.learn h3{
		font-size: 20px;
	}
	.designed h3{
		font-size: 20px;
	}
	.about p{
		font-size: 18px;
	}
	.notforyou h3{
		font-size: 18px;
	}
}


@media screen and (max-width: 991px){
	.shape1{
		width: 64%;font-size: 22px;
	}
	.bannersec h1{
		font-size: 35px;
	}
	.bannersec h2{
		font-size: 30px;
	}
	.info-card{
		gap: 6px;
	}
	.cta-btn{
		font-size: 21px;
  padding: 11px 14px;
  border-radius: 14px;
	}
	.learn h1, .designed h1, .videos h1, .about h1, .learnn h1, .notforyou h1, .google h1{
		font-size: 37px;
	} 
	.designed h3 {
    font-size: 17px;
  }
    .about p, .about ul li{
    font-size: 16px;
  }

  .learnn h2{
  	font-size: 26px;
  }
    .learn h3 {
    font-size: 16px;
  }

  .learn .card {
  padding: 15px 7px;
}

 .notforyou h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}


@media screen and (max-width: 767px){
.bannersec{
	padding: 30px 0;
}
  .shape1 {
    width: 100%;
    font-size: 17px;
  }
    .bannersec h1 {
    font-size: 26px;
  }
    .bannersec h2 {
    font-size: 20px;
    width: 100%;
  }  .shape2 {
    width: 100%;
    font-size: 17px;
  }
  .bannersec iframe{
  	height: 184px;
  }.info-grid {
  grid-template-columns: repeat(1, 1fr);
}
  .info-card {
    gap: 22px;
  }.learn {
  padding: 22px 0 20px;

} .learn .card {
    padding: 15px 7px;
    margin-bottom: 20px;
  }  .learn h3 {
    font-size: 18px;
  }  .learn h1, .designed h1, .videos h1, .about h1, .learnn h1, .notforyou h1, .google h1 {
    font-size: 28px;
  }
  .designed{
  	padding: 30px 0 40px;
  }.designed a {
  margin-top: 5px;
}.videos {
  padding: 28px 0 12px;
  background: #ffe3e3;
}
.about{
	padding: 40px 0 30px;
}
.about img{
	margin-bottom: 20px;
}.about p, .about ul li {
    font-size: 16px;
    text-align: left;
  }
  .learnn .card{
  	height: auto;
  }  .learn h3 {
    font-size: 21px;
  }
  .notforyou{
  	padding: 30px 0 20px;
  }  .notforyou h3 {
    font-size: 18px;
    line-height: 1.4;
  }
 .note {
  padding: 37px 0 20px;
}
.copyright{
	margin-bottom: 55px;
}

}