html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #222;
  background: #fafafa;
}
#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
#header {
  display: flex;
  width: 100%;
  height: auto;
}
#hero {
  display: flex;
  width: 100%;
  height: 500px;
  justify-content: center;
  background: linear-gradient(135deg, #3f8cda, #71c7cb, #fdf4e3);
}
#hero-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin-inline: auto;
  justify-content: center;
}
#hero-text {
  display: flex;
  flex-direction: column;
  width: 700px;
  height: auto;
}
#hero-text-large {
  display: flex;
  width: 100%;
  height: auto;
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /*text-shadow: offset-x offset-y blur-radius color;*/
  padding-top: 100px;
}
#hero-text-small {
  display: flex;
  width: 100%;
  height: 150px;
  font-size: 24px;
  color: white;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
#hero-img {
  display: flex;
  width: 800px;
  height: 500px;
  align-items: flex-end;
}
#hero-button-wrap {
  display: flex;
  width: 500;
  height: 200px;
}
.hero-button {
  height: 50px;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-right: 20px;
  border: 0;
  border-radius: 8px;
  background-color: #3fa7a0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}
.hero-button:hover {
  background-color: #f28627;
  cursor: pointer;
}
#body-section01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  background-color: #fef4e3;
  justify-content: center;
  align-items: center;
}
#body-section01-heading-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}
#body-section01-heading {
  display: flex;
  width: 280px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #0a3b68;
  justify-content: center;
  align-items: center;
}
.body-heading-line {
  display: flex;
  width: 500px;
  height: 2px;
  background-color: #ba8e3c;
  opacity: 0.2;
}
#body-section01-icon-wrap {
  display: flex;
  flex-direction: row;
  width: 1340px;
  height: auto;
  gap: 25px;
  justify-content: center;
}
.body-section01-icon {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}
.body-heading-icon-img {
  display: flex;
  width: 274px;
  height: 168px;
  justify-content: center;
  overflow: hidden;
}
.body-section01-icon-text {
  display: flex;
  width: 250px;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  color: #0a3b68;
  justify-content: center;
  align-items: center;
}
.body-section01-icon-text-small {
  display: flex;
  width: 225px;
  height: auto;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #696969;
  justify-content: center;
  text-align: center;
}
#body-section02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  background: linear-gradient(225deg, #3f8cda, #71c7cb);
  justify-content: center;
  align-items: center;
}
#body-section02-heading-wrap {
  display: flex;
  flex-direction: row;
  width: 1300px;
  height: auto;
  align-items: center;
  justify-content: left;
}
#body-section02-heading {
  display: flex;
  width: 300px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.body-heading-line02 {
  display: flex;
  width: 1000px;
  height: 2px;
  background-color: white;
  opacity: 0.4;
}
#body-section2-text-wrap {
  display: flex;
  flex-direction: row;
  width: 1300px;
  height: auto;
  align-items: center;
}
#body-section2-text-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#body-section02-text {
  display: flex;
  width: 700px;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: white;
  align-items: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
#stats-wrapper {
  display: flex;
  flex-direction: column;
  width: 600px;
  height: auto;
  justify-content: right;
}
#stats-inner-wrapper {
  display: flex;
  flex-direction: row;
  width: 600px;
  height: auto;
  justify-content: right;
}
#stats01 {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 160px;
  background: linear-gradient(to top, #5ba367, #7dbd74);
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 0px 10px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}
#stats02 {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 160px;
  background: linear-gradient(to top, #075592, #076eaa);
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 0px 10px 20px 20px;
  margin-left: 25px;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}
#stats-references {
  display: flex;
  width: 600px;
  height: 6px;
  font-size: 10px;
  color: white;
  margin-top: 6px;
  padding-left: 60px;
}
#body-section03 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  background-color: #fef4e3;
  justify-content: center;
  align-items: center;
}
#body-section03-heading-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}
#body-section03-heading {
  display: flex;
  width: 400px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #0a3b68;
  justify-content: center;
  align-items: center;
}
.body-heading03-line {
  display: flex;
  width: 500px;
  height: 2px;
  background-color: #ba8e3c;
  opacity: 0.2;
}
#body-section03-icon-wrap {
  display: flex;
  flex-direction: row;
  width: 1340px;
  height: auto;
  gap: 25px;
  justify-content: center;
}
.body-section03-icon {
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 200px;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}
.body-heading-icon-img {
  display: flex;
  width: 274px;
  height: 168px;
  justify-content: center;
  overflow: hidden;
}
.body-section03-icon-text {
  display: flex;
  width: 250px;
  height: auto;
  font-size: 21px;
  font-weight: bold;
  color: #0a3b68;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.body-section03-icon-text-small {
  display: flex;
  width: 225px;
  height: auto;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #696969;
  justify-content: center;
  text-align: center;
}
