body,
html {
  font-family: "Raleway";
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .custom-container {
  max-width: 79.8125rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.all-main h1 {
  font-weight: 800;
  font-size: 4.6875rem;
}

.all-main h1 span {
  font-weight: 500;
  font-size: 4rem;
}
/* hero-section start */
.hero-section {
  background-image: url(/staticfiles/images/home-hero-bg.webp);
  padding: 2.75rem 0 18.125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.generic-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.generic-content-hero {
  text-align: center;
}

.hero-main-div h1 {
  color: #fe5c6b;
  margin-bottom: 2rem;
}

.hero-main-div h1 span {
  color: #86dbdc;
  display: block;
}

.generic-heading p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #525252;
  margin-bottom: 2rem;
  line-height: 2.125rem;
}

.hero-para {
  max-width: 53%;
  margin: 0 auto;
}

.btn-all a {
  font-weight: 700;
  font-size: 1.125rem;
}

.generic-main .hero-btn {
  box-shadow: 0px 20px 25px -5px #fe5c6b33;
}

.generic-main .hero-btn a {
  color: #fff;
  background: #fe5c6b;
  padding: 0.9375rem 2.8125rem;
  border-radius: 3.125rem;
  display: inline-block;
}
/* hero-section end */

/* feature-cards start */
.boxes-section {
  padding: 3rem 0;
  background-color: #fff;
}

.feature-card-main {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.feature-card-main .feature-card {
  display: flex;
  padding: 1.5rem;
  align-items: center;
  gap: 1rem;
  box-shadow: 0px 10px 15px -3px #fee08033;
  border-radius: 1.5rem;
  width: 30%;
  color: #ffffff;
}

.feature-card.yellow-card {
  background-color: #ffdd6e;
}

.feature-card.blue-card {
  background-color: #86dbdc;
}

.feature-card.pink-card {
  background-color: #fe5c6b;
}

.feature-card-main .feature-card-content h5 {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.feature-card-main .feature-card-content span {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4063rem;
}

.feature-card-main .feature-image {
  padding: 0.9375rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 2px 4px -2px #0000001a;
}
/* feature-cards end */

/* stem-skills start */
.stem-skills {
  padding: 5rem 0;
}

.generic-heading h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1.75rem;
}

.generic-col-main {
  display: flex;
  gap: 6.25rem;
  align-items: center;
}

.generic-col-left {
  width: 45%;
}

.generic-col-right {
  width: 55%;
}

.generic-lists ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  margin-bottom: 2.75rem;
}

.generic-lists ul li {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #0f172b;
  display: flex;
  align-items: center;
}

.generic-lists ul li::before {
  content: "";
  display: inline-block;
  width: 2.3125rem;
  height: 2.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.75rem;
  background-image: url(/staticfiles/images/check-list.svg);
}

.shop-now-btn {
  display: inline-block;
  background-color: #ff9b63;
  box-shadow: 0px 10px 15px -3px #ff9b6345;
  border-radius: 3.125rem;
}

.shop-now-btn img {
  width: 1.25rem;
  height: 1.25rem;
}
.shop-now-btn a {
  display: inline-flex;
  font-weight: 700;
  font-size: 1rem;
  gap: 0.5rem;
  align-items: center;
  line-height: 1.5rem;
  color: #fff;
  padding: 1rem 2.25rem;
}
/* stem-skills end */

/* parents-love start */
.parents-love-section {
  background-image: url(/staticfiles/images/parents-love-bg.webp);
  padding: 6.25rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.generic-col-main .irregular-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}

.generic-col-main .irregular-card h4 {
  position: absolute;
  bottom: 7.475rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  color: #000000;
  text-align: center;
  max-width: 60%;
}

.parents-love-main .generic-col-main {
  gap: 2.125rem;
  justify-content: space-between;
}

.parents-love-main .generic-heading {
  max-width: 56%;
  text-align: center;
}

.parents-love-main .generic-heading h2 {
  margin-bottom: 2.375rem;
}
/* parents-love end */

/* every-stage start */
.generic-col-main.every-stage-main {
  flex-direction: row-reverse;
}
/* every-stage end */

/* gift-occasion-section start */
.gift-occasion-section {
  background-image: url(/staticfiles/images/gift-occasion.webp);
  padding: 31.25rem 0 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
}

/* destination-section start */
/* .destination-section {
  background-image: url(/staticfiles/images/destination-bg.webp);
} */

.gift-occasion-main .generic-heading h3 {
  font-weight: 800;
  font-size: 3.375rem;
  line-height: 100%;
  color: #ffffff;
}

.gift-occasion-main .generic-heading h3 span {
  display: block;
  color: #ffdd6e;
}

.gift-occasion-main h3::before {
  content: "";
  position: absolute;
  top: -3.25rem;
  left: -3.125rem;
  width: 120px;
  height: 80px;
  background-image: url(/staticfiles/images/yuppies-vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.gift-occasion-main .generic-heading {
  position: relative;
  max-width: 55%;
  margin-bottom: 1.5625rem;
}

.btn-all.blue-btn {
  background-color: #86dbdc;
}
/* gift-occasion-section end */

/* Build Something start */
.build-something-section {
  background-image: url(/staticfiles/images/build-something.webp);
  padding: 8.125rem 0 3.125rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.build-something-main {
  max-width: 46%;
  text-align: center;
}

.build-something-main h2 {
  color: #fe5c6b;
}

.build-something-main img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0px 8px 10px -6px #0000001a;
}

.rocket-image {
  background: white;
  padding: 0.875rem 1rem;
  border-radius: 3.125rem;
  margin-bottom: 1.5rem;
  box-shadow: 0px 8px 10px -6px #0000001a;
  box-shadow: 0px 20px 25px -5px #0000001a;
}

.rocket-image img {
  width: 3rem;
  height: 3rem;
}
/* Build Something end */
