
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Poppins',sans-serif;
  background:#fffdf8;
  color:#172554;
  line-height:1.6;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.navbar{
  padding:20px 0;
  background:white;
  border-bottom:1px solid #eee;
  position:sticky;
  top:0;
  z-index:100;
}

.nav-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  display:flex;
  gap:12px;
  align-items:center;
}

.logo img{
  width:254px;
}

.logo h1{
  font-size:28px;
}

.logo p{
  font-size:12px;
  color:#666;
}
.flag img{
	width:22px;
	border-radius:4px;
	position: relative;
    top: 1px;
    margin-right: 10px;
}
.shield img{
	width:19px;
	position: relative;
    top: 3px;
    margin-right:5px;
}
.safe{
	color:#3454f5;
}
.journey{
	color:#3454f5;
}
.journey{
	background:url(assets/icon-2.png) no-repeat 22% 105%;
	background-size: 287px;
    display: inline-block;
    height: 99px;
    width: 290px;
    padding-left: 14px;
}
.milestone{
	background: url(assets/icon-2.png) no-repeat 6% 98%;
    background-size: 167px;
    display: inline-block;
    height: 68px;
    width: 261px;
}
.forr{
	background: url(assets/icon-2.png) no-repeat 18% 93%;
    background-size: 63px;
    display: inline-block;
    height: 69px;
    width: 62px;
}
nav{
  display:flex;
  gap:24px;
}

nav a{
  text-decoration:none;
  color:#172554;
  font-weight:500;
  border-bottom: 2px solid #fff;
  padding: 8px 0;
}
nav a:hover{
	color:#999;
}
nav a i{
	font-size:19px;
	margin-right:8px;
}
nav a.active{
	color: #3454f5;
    border-bottom: 2px solid #3454f5;
    padding: 8px 0;
}
.btn-primary{
  background:#3454f5;
  color:white;
  padding:12px 22px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
}

.btn-secondary{
  border:2px solid #3454f5;
  color:#3454f5;
  padding:12px 22px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
}

.hero{
  padding:80px 0;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

.tag{
  background:#fff1d6;
  padding:10px 18px;
  border-radius:30px;
  display:inline-block;
  margin-bottom:25px;
}

.hero h2{
  font-size:64px;
  line-height:1.3;
  margin-bottom:25px;
}

.hero p{
  color:#4b5563;
  margin-bottom:30px;
  font-size:18px;
}

.hero-buttons{
  display:flex;
  gap:15px;
  margin-bottom:25px;
}

.hero-image img{
  width:100%;
}

.categories{
  padding:70px 0;
}

.categories h3,
.profile h3,
.parents h3{
  text-align:center;
  font-size:42px;
  margin-bottom:50px;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.card{
  background:white;
  border-radius:24px;
  padding:30px;
  text-align:center;
  border:1px solid #ececec;
}

.card img{
  width:72px;
  margin-bottom:20px;
}

.profile{
  padding:70px 0;
}

.profile-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.profile-left ul{
  margin-top:25px;
}

.profile-left li{
  list-style:none;
  margin-bottom:12px;
}
.profile-left li i{
	margin-right:10px;
	color:#26a001;
	font-size: 20px;
    position: relative;
    top: 1px;
}
.profile-card{
  background:white;
  border-radius:24px;
  padding:35px;
  border:1px solid #ececec;
}

.profile-header{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:30px;
}

.profile-header img{
  width:80px;
  border-radius:100px;
}
.indiaflag{
	float: right;
    position: relative;
    right: -115px;
}
.indiaflag img{
	border-radius:6px;
	width:60px;
}
.milestones{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.mini-card{
  background:#f9fafb;
  padding:20px;
  border-radius:18px;
  text-align:center;
}

.mini-card img{
  width:40px;
  margin-bottom:10px;
  float:left;
}
.mini-card span{
	width: 100%;
    display: inline-block;
	text-align:left;
}
.inspired{
	color:#3454f5;
}
.parents{
  padding:70px 0;
}

.parent-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.parent-grid img{
  width:100%;
}

.features{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.features img{
	width: 28px;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.popup-box #subscribe{background:#3454f5;color:#fff; font-weight:700;padding:15px 30px 15px 30px;margin:10px;border:none;cursor:pointer;border-radius:100px;}
.popup-box input {
  width: 100%;
  height: 45px;
  background-color: #fef3e1;
  border:1px solid #fadcaa;
  color:#222;
  padding-left: 15px;
  outline: none;
  font-weight: 400;
  position: relative;
  border-radius:100px;
  font-size:15px;
  margin-bottom:10px;
  margin-top:15px;
}
.wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  background:rgba(0,0,0,0.8);
  z-index:999;
}
.popup-box {
  width: 600px;
  padding: 30px;
  background:#fefdfb;
  transform: translate(-50%, -50%) scale(.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 10px rgba(254,243, 221, .9);
  border-radius: 20px;
  text-align: center;

}
.popup-box h2 {
  color: ##172554;
}
.popup-box h3 {
  color: #888;
}
.popup-box .close-button {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 1000px;
  background: #3454f5;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 190%;
  padding: 3px;
  text-align: center;
}
.popup-box .close-button:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.transform-in, .transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.transform-out {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
.howitworks {
    padding: 40px 0 80px;
}
.howitworks h3 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
}
.banner_howitworks img{
	width:100%;
}
footer{
  background:#3454f5;
  color:white;
  padding:50px 0 20px;
}

.footer-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}

.newsletter{
  display:flex;
  gap:10px;
}

.newsletter input{
  padding:14px;
  width:300px;
  border:none;
  border-radius:50px;
}

.newsletter button{
  padding:14px 22px;
  border:none;
  border-radius:50px;
  background:white;
  color:#3454f5;
  font-weight:700;
  cursor: pointer;
}

.copyright{
  text-align:center;
  margin-top:40px;
  opacity:0.8;
}

@media(max-width:900px){

  nav{
    display:none;
  }

  .hero-grid,
  .profile-grid,
  .parent-grid,
  .footer-flex{
    grid-template-columns:1fr;
    display:grid;
  }

  .category-grid{
    grid-template-columns:1fr 1fr;
  }

  .hero h2{
    font-size:42px;
  }

}
