* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Georgia Bold";
  src: url("/fonts/Georgia-Bold.woff2") format("woff2"),
    url("/fonts/Georgia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("/fonts/Georgia.woff2") format("woff2"),
    url("/fonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.wrapper {
  overflow: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 27px 50px;
  align-items: center;
}

.nav img {
  height: 63px;
}

.nav a {
  color: #002e3b;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.sec-one {
  background-color: #004d6d;
}

.sec-one h1 {
  color: #5abe83;
  text-align: center;
  font-family: Georgia;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 11.7px;
  padding: 15px 0px;
}

.sec-one h1 br {
  display: none;
}

.hero {
  background-color: #5abe83;
}

.hero h4 {
  color: #004d6d;
  text-align: center;
  font-family: Georgia;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 99px;
  letter-spacing: -1px;
  max-width: 982px;
  margin: 0px auto;
  padding-top: 66px;
}

.hero h4 span {
  font-family: Times;
  font-size: 104px;
  letter-spacing: -10.4px;
}

.hero h4 span span {
  letter-spacing: 0px;
}

.color-one {
  background: linear-gradient(to top, #004d6d, rgba(0, 77, 109, 0));

}

.hero p {
  color: #fff;
  text-align: center;
  font-family: Georgia;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.34px;
  padding-bottom: 78px;
  padding-top: 37px;
  /* height: 158px; */
}

.hero p span {
  color: #fff;
  font-family: Times;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.hero p span span {
  letter-spacing: 0px;
}

.sec-two {
  padding: 0 16px;
}

.sec-two p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  max-width: 1055px;
  margin: 0px auto;
  padding-top: 58px;
}

.sec-two h4 {
  color: #33806f;
  text-align: center;
  font-family: Georgia;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 51px;
  margin-bottom: 34px;
}

.sec-two-card {
  display: grid;
  gap: 58px;
  max-width: 811px;
  margin: 0px auto;
  grid-template-columns: 6fr 6fr;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.color {
  background-color: rgba(67, 222, 149, 0.2);
  width: 245px;
  height: 246px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img1 {
  height: 166px;
}

.img2 {
  height: 138px;
}

.card h4 {
  color: #33806f;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.29px;
  font-family: Arial;
  margin-top: 10px;
}

.card h4 a {
  color: #33806f;
  font-weight: 700;
  text-decoration-line: underline;
}

hr {
  max-width: 1028px;
  height: 3px;
  color: #d2d1d4;
  margin-top: 40px;
  margin-bottom: 51px;
}

.sec-three {
  margin-bottom: 52px;
  padding: 0px 16px;
}

.sec-three p {
  color: #002E3B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 701px;
  margin: 0px auto;
  padding-bottom: 30px;
}

.sec-three h4 {
  color: #33806F;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec-three h4 a {
  color: #33806F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.sec-three-btn {
  max-width: 769px;
  margin: 6px auto 42px auto;
  display: flex;
  gap: 84px;

}

.btn {
  color: #002E3B;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #43DE95;
  border: none;
  border-radius: 6px;
  width: 342px;
  height: 69px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.btn:hover {
  background-color: #92e8c0;
  color: #035a72;
}

.sec-four {
  background-color: #004D6D;
  padding: 18px 16px;
}

.sec-four p {
  color: #43DE95;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 45px;

  max-width: 1306px;
  margin: 0px auto;
  width: 100%;
}

.sec-four p a {
  color: #43DE95;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sec-five {
  max-width: 1306px;
  margin: 31px auto 0px auto;
  position: relative;
}

.sec-five h4 {
  color: #002E3B;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}

.sec-five p {
  color: #002E3B;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}

.last-sec {
  display: flex;
  padding-bottom: 65px;
  padding-left: 60px;
}

.home-img {
  position: absolute;
  bottom: 12px;
  left: -60px;
}

.home-img img {
  height: 55px;
}