* {
  padding: 0;
  margin: 0;
}

#root {
  --clr-white: #ffffff;
  --clr-green: #16a34a;
  --clr-orange: #f97316;
  --clr-red: #8b0000;
  --clr-black: #000000;
  --clr-dark-white: #d1d5db;
  --clr-light-grey: #4b5563;
  --clr-light-green: #dcfce7;
  --fs-64: 6.4rem;
  --fs-40: 4rem;
  --fs-24: 2.4rem;
  --fs-20: 2.4rem;
  --fs-16: 1.6rem;
  --fs-14: 1.4rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  /* margin-left: 24px;
  margin-right: 24px; */
}

.main-container {
  /* width: 1400px; */
  display: block;
}

.section-header {
  height: 70px;
}

.header-row {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 10px;
  justify-content: space-between;
}

.header {
  /* padding-left: 2.4rem;
  padding-right: 2.4rem; */
}

.logo-container {
  display: flex;
  gap: 1rem;
}

/* .burger-header {
  gap: 100px;
} */
/* .burger-menu,
a {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
}
/* .burger-menu:last-child {
  background-color: #8b0000;
} */
/* .burger-menu,
a:hover {
  font-weight: bold;
  font-size: 1.8rem;
  color: #f97316;
}  */

.burger-menu,
ul {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.burger-menu,
a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  flex-shrink: 0;
}

.burger-menu,
a:hover {
  color: #f97316;
  /* font-size: 1.7rem; */
  font-weight: bold;
}

.red-bg {
  background-color: #8b0000;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #ffffff;
}

.cast-logo {
  width: 50px;
  height: 50px;
}

.cast {
  color: #16a34a;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 12px;
  margin-right: 60rem; */
}

.menu {
  color: #16a34a;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: space-between;
  margin-left: 1200px;
  font-size: 25px;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.section-home {
  background-image: linear-gradient(90deg,
      #166534 0%,
      #57c785 100%,
      #16a34a 99%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
}

.section-home>*+* {
  padding-top: 3.2rem;
}

.space-y-24>*+* {
  padding-top: 2.4rem;
}

.home-text-big {
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: bold;
}

.home-text-small {
  color: #ffff;
  font-size: 2rem;
}

.home {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 24px 80px 24px; */
  /* margin-top: 32px; */
}

.home-btn-light {
  color: #16a34a;
  background-color: #dcfce7;
  /* padding: 5px;
  padding-left: 10px;
  padding-right: 10px; */
  padding: 1.4rem 2.4rem;
  border-radius: 6px;
  /* font-weight: bold; */
  border: transparent;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 1.5rem;
  margin-right: 16px;
  cursor: pointer;
}

.home-btn-orange {
  background-color: #f97316;
  color: #ffffff;
  border: transparent;
  /* padding: 5px;
  padding-left: 10px;
  padding-right: 10px; */
  /* font-weight: bold; */
  font-size: 1.5rem;
  padding: 1.4rem 2.4rem;
  border-radius: 6px;
  cursor: pointer;
}

.section-mission {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}

.mission-text-big {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

/* .margin-l-r {
  margin: 0 2.4rem;
} */

.orange-bar {
  height: 4px;
  display: block;
  background-color: #f97316;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.orange-bar-program {
  height: 4px;
  margin: 0 44.5vw;
  display: block;
  background-color: #f97316;
}

.mission-text-small {
  padding: 12px 24px 48px 24px;
  text-align: center;
  color: #4b5563;
  font-size: 1.7rem;
}

.services {
  /* flex: 0 0 33.33%;
  max-width: 33.33%; */
  border-radius: #000000;
  text-align: center;
  /* padding: 0 24px 64px 24px; */
  /* width: 600px; */
  height: auto;
  margin: 0 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;

  /* justify-content: space-between; */
}

.services-row {
  /* border: 2px solid black; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  /* align-items: center; */
  /* display: flex;
  justify-content: center; */
  text-align: center;
  /* margin-right: 50px; */
}

.service-text {
  color: #4b5563;
  margin-top: 0.8rem;
  width: 245px;
}

.service-text-bld {
  margin-bottom: 0.8rem;
}

.service-icon {
  color: #008000;
  /* background-color: #dcfce7;
  padding: 5px; */
  border-radius: 100%;
  margin-bottom: 1rem;
  font-size: 25px;
  text-align: center;

  background-color: #dcfce7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-programs {
  background-color: aliceblue;
  margin-top: 60px;
  padding: 6.4rem 2.4rem;
}

.programs-text {
  font-size: 2.5rem;
  margin-bottom: 1.6rem;
  /* margin-top: 6.4rem; */
}

.programs-text-row {
  text-align: center;
  margin-bottom: 4.8rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.programs-row-content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2.4rem;

  /* margin-right: 100px; */

  background-color: #ffffff;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.programs-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-left: 24px;
  margin-right: 24px;
}

.programs-row-content-bld {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
}

.programs-row-content-text {
  margin-bottom: 1.7rem;
  color: #4b5563;
}

.programs-row-content-link,
a {
  text-decoration: none;
  color: #16a34a;
}

.programs-row-content-link {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.arrow {
  color: #16a34a;
  margin-left: 10px;
  font-size: 15px;
}

.section-subscribe {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.subscribe-row {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  margin-top: 64px;
  /* margin-bottom: 64px; */
}

.subscribe-row-light-content {
  width: 300px;
  margin-right: 200px;
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.subscribe-row-light-content-bld {
  margin-bottom: 24px;
}

.subscribe-row-light-content-semibld {
  margin-bottom: 18px;
}

.subscribe-row-light-content-text {
  color: #4b5563;
  font-size: 14px;
}

.subscribe-row-green {
  background-color: #dcfce7;
  width: 300px;
  height: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 20px;
}

.subscribe-row-green-bld {
  margin-top: 20px;
  margin-bottom: 16px;
}

.subscribe-row-green-text {
  margin-bottom: 24px;
  color: #4b5563;
}

.full-name {
  color: #4b5563;
  margin-bottom: 20px;
}

.email {
  color: #4b5563;
  margin-bottom: 20px;
}

.subscription-text {
  margin-bottom: 10px;
}

.text-area,
input {
  width: 270px;
  height: 40px;
  border-radius: 6px;
  border: #4b5563;
  border: 1px solid #d1d5db;
}

.subscribe-btn {
  background-color: #f97316;
  color: #ffffff;
  border: transparent;
  border-radius: 6px;
  /* padding: 5px; */
  width: 270px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-footer {
  background-color: #008000;
  margin-top: 60px;
  color: #ffffff;
}

.footer {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 70px;
  /* align-items: center;*/
  justify-content: center;
}

.footer-row-cast,
.footer-row-links,
.footer-contact {
  width: 300px;
  margin-right: 100px;
  margin-top: 48px;
  /* border: 2px solid black; */
  padding: 10px;
}

.links * {
  line-height: 2.6;
  color: #dcfce7;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.foooter-cast,
h4 {
  margin-bottom: 16px;
}

.footer-text {
  margin-bottom: 16px;
  color: #dcfce7;
  line-height: 2;
  display: flex;
}

.cast-icons {
  display: flex;
}

.fb-icon,
.tw-icon,
.in-icon {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.footer-content {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-content-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9f0e148;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright {
  margin-right: 20px;
}

.location,
.contact,
.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-icon,
.call-icon,
.mail-icon {
  margin-right: 10px;
  cursor: pointer;
}