body {
  background-color: #f8f9fa;
  font-family: "Sofia Pro";
  margin: 0px;
}
body > div {
  background-image: url(https://wytbox.com/img/bg_1.png);
  background-size: 90% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  /* background-color: #cb2030; */
  color: white;
  /* height: 70px;
  width: 100%; */
}

.header a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 12px 24px;
  color: white;
}

.header_logo {
  width: 100%;
  padding: 0px 24px;

  h1 {
    margin: 0;
  }
}
.header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;

  span {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
}

.homepage {
  /* display: flex;
  justify-content: space-between; */

  .wel_msg {
    /* display: flex;
    position: relative; */
    padding-bottom: 24px;

    .wel_msg_content {
      width: 45%;
      /* background-color: #cb2030; */
      color: white;
      padding: 24px 15% 0px 24px;
      margin: 10px 24px;
      border-radius: 15px;
      font-size: 20px;
      align-content: center;
      line-height: 1.8rem;
    }

    img {
      width: 40%;
      position: absolute;
      top: 25%;
      left: 52%;
      height: 250px;
    }
  }

  .abt_platform {
    .abt_platform_content {
      padding: 0px 24px;
      border-radius: 24px;
    }
  }
}

/* About Us Start */
.about_us {
  margin: 24px 0px 0px;
  padding: 24px;
  border-top: 2px solid #cb2030;
}
.about_us h2 {
  margin: 24px 0px;
  text-align: center;
  color: #051441;
}
.about_us_text {
  font-size: 18px;
  width: 100%;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 0px;
  color: #051441;
  border-bottom: 2px solid;
  line-height: 1.5rem;
}
.about_us_content {
  display: flex;
  gap: 48px;
  padding: 24px;
}
.punching_lines {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 48px;
  row-gap: 40px;
  /* margin: 24px; */
  padding: 40px 48px;
  /* border-radius: 20px; */
  background-color: #cb2030;

  .punching_lines_text {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 28px 40px;
    background-color: #faf7f3;
    border-radius: 24px;
    text-align: center;
    align-content: center;
    line-height: 1.5rem;
  }
}
svg {
  fill: #cb2030;
  margin: -10px 0px;
}

.punching_lines_text:hover {
  transform: translateY(-10px);
  background-color: #fff;
  color: #0c1844;
  font-weight: bold;
}
/* About Us Ends */

/* stories Start */
.stories {
  margin: 24px 24px 36px 24px;
}

.stories_title {
  color: #cb2030;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #cb2030;
}
.stories_content_grid {
  width: 75%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 48px;
}

.stories_content_grid_title {
  margin-top: 24px;
}
.stories_content_grid_title_icon {
  margin-top: 24px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 36px;
  line-height: 80px;
  border-radius: 100%;
  display: inline-block;
  background-image: linear-gradient(-27deg, #f9a6a8 0%, #cb2f31 100%);
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
}

.stories_content_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.stories_content_card {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
  border-radius: 10px;
}

.stories_content_title {
  color: #fff;
  background-color: #0c1844;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 10px;
}

.stories_content_text_highlight {
  color: #fff;
  background-color: #e66567;
  padding: 3px 6px;
  border-radius: 5px;
}
/* .stories_content_cards{
    width: 90%;
} */
.stories_content_text {
  /* width: 75%; */
  color: #0c1844;
  font-size: 18px;
  line-height: 1.5rem;
}

/* Stories End */

/* Resources Starts */
.resources {
  text-align: center;
  align-content: center;
  margin: 48px 0px;
  border-top: 2px solid #cb2030;
}
.resources_title_text {
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  padding: 12px 0 24px 0;
  color: #0c1844;
  line-height: 1.5rem;
}
.resources_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 12px 24px;
  grid-template-rows: auto;
}
/* .resources_content .grid_column {
  grid-column: span 2;
} */
.resources_content_card {
  background-color: #f8f9fa;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 0 auto;
}
.resources_content_card .number {
  font-size: 48px;
}
.resources_content_card .num_one {
  color: #cb2030;
  box-shadow: 0px 0px 30px 10px rgba(255, 23, 23, 0.4);
  border-radius: 50%;
  background-color: rgba(255, 23, 23, 0.3);
}
.resources_content_card .num_two {
  color: #ff8901;
  box-shadow: 0px 1px 33px 10px rgba(255, 155, 18, 0.4);
  border-radius: 50%;
  background-color: rgba(255, 155, 18, 0.3);
}
.resources_content_card .num_three {
  color: #57b22a;
  box-shadow: 0px 0px 30px 10px rgba(87, 178, 42, 0.4);
  border-radius: 50%;
  background-color: rgba(87, 178, 42, 0.3);
}

.resources_title {
  color: #cb2030;
}

.resources_content_title {
  color: #0c1844;
}
.resources_text {
  color: #0c1844;
  font-size: 18px;
  line-height: 1.5rem;
}

/* Resources Ends */

/* Community Starts */

.community {
  text-align: center;
  margin: 48px 0px;
  color: #fff;
  background-color: #cb2030;
}
.community_title {
  margin: 0px;
  padding: 48px 0px 24px 0px;
}

.community_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 48px 60px 0px 60px;
  padding-bottom: 48px;
}
.community_card {
  padding: 24px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  position: relative;
  background-color: #fff;
}

.community_card_circle_yellow,
.community_card_circle_blue,
.community_card_circle_green {
  height: 48px;
  width: 48px;
  position: absolute;
  border-radius: 50%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.community_card_circle_yellow {
  background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
}
.community_card_circle_green {
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
}
.community_card_circle_blue {
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.community_card_title {
  color: #0c1844;
}

.community_card_text {
  font-size: 18px;
  line-height: 1.5rem;
  color: #0c1844;
}

/* Community Ends */

/* JOb Section Starts */

.job_section {
  margin: 24px;
}

.job_section_title {
  color: #0c1844;
  text-align: center;
  margin: 48px 0px 0px 0px;
}
.job_section_subtitle {
  color: #cb2030;
  text-align: center;
  padding-bottom: 24px;
}
.image_and_content {
  display: flex;
  gap: 48px;
}

.job_section_image {
  width: 40%;
}

.job_section_cards {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
.job_section_card {
  padding: 24px;
  background-color: #f8f9fa;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.job_section_card_title {
  color: #0c1844;
}

.job_section_card_text {
  color: #0c1844;
  font-size: 18px;
  line-height: 1.5rem;
}

/* JOb Section Ends */

/* Founder Background Starts */

.founder {
  margin: 48px auto;
  width: 75%;
  border-top: 2px solid #cb2030;
}

.founder_title {
  color: #0c1844;
  text-align: center;
}
.founder_image_content {
  display: flex;
  gap: 48px;
}
.founder_image {
  width: 40%;
}
.founder_content {
  width: 60%;
}
.founder_content_text {
  font-size: 18px;
  line-height: 1.5rem;
}

/*Founder Background Starts */

/* Footer Start*/

footer {
  display: block;
  background-color: #eee;
  padding: 24px 0px;
  margin-top: 48px;
}

.contact_us {
  width: 50%;
  text-align: center;
  margin: 40px auto;
}

.contact_us h2 {
  padding-bottom: 20px;
  color: #051441;
}

.contact_us p {
  font-size: 18px;
  font-weight: 400;
  color: #6a7c92;
  line-height: 1.5rem;
}

.contact_us p a {
  color: #abc270;
}

.contact_us p a:hover {
  color: #cb2030;
}

.social-media {
  text-align: center;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.social-media p {
  margin: 0px;
  line-height: 0px;
}

.social-media a img,
a svg {
  height: 24px;
  width: 24px;
}

/* footer End */

/* Mobile View */

@media screen and (max-width: 600px) {
  body > div {
    background-size: 100% 100%;
    height: calc(100vh + 100px);
  }

  .homepage {
    .wel_msg {
      .wel_msg_content {
        font-size: 16px;
        width: 75%;
        padding: 12px;
        line-height: 1.7rem;
      }
    }
  }

  .about_us_text {
    padding: 12px;
    font-size: 16px;
    width: fit-content;
  }
  .about_us_content {
    gap: 24px;
  }

  .stories_content_grid_title {
    text-align: center;
    margin-top: 0px;
  }
  .stories_content_title {
    margin: 24px auto 0px;
  }

  .stories_content_grid {
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas:
      "second"
      "first";
  }
  .stories_content_cards {
    grid-area: first;
  }
  .stories_content_grid_title {
    grid-area: second;
  }
  .stories_content_card {
    padding: 12px 24px;
  }
  .stories_content_text {
    text-align: justify;
  }
  .stories_content_cards{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .punching_lines {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    padding: 24px;
    .punching_lines_text {
      padding: 24px;
      font-size: 16px;
    }
  }

  .resources_content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .community_cards {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 48px;
  }
  .image_and_content {
    flex-direction: column;
  }

  .job_section_image {
    width: 100%;
  }

  .job_section_cards {
    width: 100%;
  }
  .job_section_card_text {
    font-size: 16px;
  }

  .founder_image_content {
    flex-direction: column;
  }
  .founder_image {
    width: 100%;
  }
  .founder_content {
    width: 100%;
  }

  .contact_us {
    width: 80%;
  }
}
