* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.font-atkinson-hyperlegible {
  font-family: "Atkinson Hyperlegible", sans-serif;
}
/* common styles */
.btn-primary {
  font-size: 20px;
  font-weight: 600;
  color: #f15b22;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 36px;
  border: none;
}
.container {
  width: 71.31%;
  margin: 0 auto;
}
#my_plans,
#call_now,
#footer {
  margin-top: 130px;
}

body #heading-1 {
  font-size: 75px;
  color: rgb(2, 26, 92);
  text-align: center;
  text-transform: uppercase;
}

/* hero section styles */
#hero_container {
  background: url("../images/banner/banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#hero_container #hero_content {
  /* max-width: 525px; */
  text-align: right;
  padding: 280px 230px 364px 845px;
}
#hero_container #hero_content h1 {
  font-size: 65px;
  font-weight: 700;
  /* color: #151414; */
  color: rgb(2, 26, 92);
  margin-bottom: 24px;
}
#hero_container #hero_content p {
  font-size: 16px;
  font-weight: 500;
  color: #444343;
  line-height: 24px;
  margin-bottom: 32px;
}
#hero_container #hero_content button {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f15b22;
  padding: 20px 25px;
  border-radius: 5px;
  border: none;
}

/*my failures style  */
#failures_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 87px;
  /* box-shadow: 0 0 25px 5px rgba(68, 67, 67, 0.1); */
}
#failures_container img {
  max-width: 569px;
  margin-top: 131px;
}
#failures_container .failures_section_content {
  max-width: 416px;
  margin-top: 370px;
}
#failures_container .failures_section_content h2 {
  font-size: 40px;
  font-weight: 700;
  /* color: #151414; */
  color: rgb(2, 26, 92);
  margin-bottom: 24px;
}
#failures_container .failures_section_content p {
  font-size: 16px;
  font-weight: 500;
  color: #444343;
  line-height: 26px;
  margin-bottom: 16px;
}
#failures_container .failures_section_content #list li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #444343;
  line-height: 26px;
}

#failures_container .failures_section_content #list li i {
  color: green;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* my plans styles */
#my_plans_container {
  /* background-color: rgba(68, 67, 67, 0.1); */
  box-shadow: 0 0 25px 5px rgba(68, 67, 67, 0.1);
  border-radius: 8px;
  padding: 10px;
  /* box-shadow: 0 0 40px 0 rgba(128, 128, 128, 0.821); */
}
#my_plans_container #cards_container {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
}
#my_plans_container #heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  /* color: #151414; */
  color: rgb(2, 26, 92);
}
#my_plans_container #cards_container .card {
  text-align: center;
  margin-top: 35px;
  /* box-shadow: 0 0 50px 0 #151414; */
  padding: 30px;
}
#my_plans_container #cards_container .card img {
  max-width: 92px;
  margin-bottom: 16px;
}
#my_plans_container #cards_container .card h3 {
  font-size: 30px;
  font-weight: 700;
  /* color: #151414; */
  color: rgb(2, 26, 92);
  margin-bottom: 16px;
}
#my_plans_container #cards_container .card p {
  font-size: 25px;
  font-weight: 500;
  color: #737272;
}

/* call section styles */
#call_container {
  background: linear-gradient(
      to left,
      rgba(241, 91, 34, 0),
      rgba(241, 91, 34, 1)
    ),
    url("../images/watch.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
#call_container #call_content {
  padding: 62px 617px 62px 75px;
}
#call_container #call_content h3 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

/* footer styles */
#footer {
  background-color: #151414;
}
#footer_section {
  padding: 130px 0;
}
#footer #footer_container {
  display: flex;
  justify-content: space-between;
}
#footer_section #media h3 {
  font-size: 45px;
  font-weight: 700;
  color: #f8f8f8;
  margin-bottom: 16px;
}
#footer_section #media p {
  font-size: 16px;
  font-weight: 500;
  color: #f8f8f8;
  line-height: 26px;
  margin-bottom: 24px;
}
#footer_section #media h4 {
  font-size: 16px;
  font-weight: 300;
  color: #f8f8f8;
  line-height: 26px;
  margin-bottom: 10px;
}
#footer_section #media #media_icons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  /* padding: 20px; */
}

/* new codes : according to figma design (footer icon)  */
#footer_section #media #media_icons i {
  background-color: white;
  border-radius: 50%;

  /* new codes : according to figma design (footer icon)  */
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* new codes : : according to figma design (footer icon)  ends */
}
#footer #footer_section #footer_form h3 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 31px;
}
#footer #footer_section #footer_form input[type="email"] {
  padding: 20px 158px 20px 20px;
  margin-bottom: 16px;
  border-radius: 5px;
  width: 325px;
}
