.feature-feature {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 300px;
  align-items: flex-start;
  flex-direction: column;
}

.feature-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.feature-icon {
  height: 2.5em;
  object-fit: cover;
}
.feature-header {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media(max-width: 1600px) {
  .feature-feature {
    height: 58px;
    align-items: center;
  }
  .feature-heading {
    width: 266px;
    height: 54px;
    justify-content: center;
  }
  .feature-icon {
    width: 45px;
    height: 47px;
  }
  .feature-header {
    width: 142px;
    font-size: 16px;
    margin-right: 5px;
  }
}
@media(max-width: 767px) {
  .feature-feature {
    max-width: 100%;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-video {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-video1 {
  height: 100%;
}
.home-tint {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/back-1500h.png");
}
.home-content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
.home-navbar {
  width: 100%;
  height: 193px;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: 55px;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
}
.home-logo {
  width: 200px;
  height: auto;
}
.home-menu {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-center {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 2em;
  max-width: 600px;
  text-align: center;
  font-family: Karla;
  line-height: 27px;
}
.home-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-header {
  color: rgb(255, 255, 255);
  font-size: 85px;
  font-style: normal;
  text-align: center;
  font-family: Karla;
  font-weight: 700;
  line-height: 90px;
}
.home-header1 {
  color: rgb(255, 255, 255);
  font-size: 90px;
  font-style: normal;
  text-align: center;
  font-family: Karla;
  font-weight: 300;
  line-height: 90px;
}
.home-caption1 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  font-family: Karla;
  line-height: 27px;
}
.home-button {
  color: var(--dl-color-gray-black);
  width: 399px;
  height: 83px;
  font-size: 2.5em;
  font-family: Arial Black;
  background-color: #f7d247;
}
.home-image {
  width: 383px;
  height: 37px;
  object-fit: cover;
}
.home-feaures {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #ffffff;
  border-width: 1px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  background-color: #011c05;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-content1 {
  gap: 140px;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
@media(max-width: 1600px) {
  .home-navbar {
    height: 138px;
    padding-top: 29px;
    margin-bottom: 21px;
    padding-bottom: 28px;
    justify-content: center;
  }
  .home-logo {
    width: 180px;
    height: auto;
    margin-right: 0px;
  }
  .home-center {
    height: 363px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: 0px;
  }
  .home-caption {
    height: 47px;
    margin-top: 40px;
  }
  .home-heading {
    height: 50%;
  }
  .home-header {
    color: rgb(255, 255, 255);
    font-size: 75px;
    font-style: normal;
    font-family: Karla;
    font-weight: 700;
    line-height: 90px;
  }
  .home-header1 {
    font-size: 60px;
  }
  .home-button {
    color: var(--dl-color-gray-black);
    width: 374px;
    height: 73px;
    font-size: 1.6em;
    margin-bottom: -1em;
    padding-bottom: 0.5rem;
    background-color: #f7d247;
  }
  .home-image {
    width: 412px;
    height: 36px;
    margin-bottom: 53px;
  }
  .home-feaures {
    background-color: #011c05;
  }
  .home-content1 {
    justify-content: center;
  }
}
@media(max-width: 1200px) {
  .home-content {
    height: 709px;
  }
  .home-navbar {
    height: 113px;
    align-self: center;
    margin-top: var(--dl-space-space-unit);
    padding-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-logo {
    width: 162px;
    height: auto;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .home-center {
    height: 502px;
    margin-top: 0px;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Karla;
    line-height: 27px;
  }
  .home-text {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Karla;
    line-height: 27px;
  }
  .home-heading {
    height: 179px;
  }
  .home-header {
    color: rgb(255, 255, 255);
    font-size: 75px;
  }
  .home-header1 {
    color: rgb(255, 255, 255);
    font-size: 75px;
    font-style: normal;
    font-family: Karla;
    font-weight: 300;
    line-height: 90px;
  }
  .home-caption1 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Karla;
    line-height: 27px;
  }
  .home-button {
    color: #000000;
    width: 394px;
    height: 71px;
    font-size: 1.6em;
    background-color: #f7d247;
  }
  .home-image {
    margin-bottom: 69px;
  }
}
@media(max-width: 991px) {
  .home-navbar {
    height: 146px;
  }
  .home-caption {
    font-size: 5em;
  }
  .home-image {
    width: 50%;
    height: 42px;
  }
  .home-feaures {
    background-color: #011c05;
  }
  .home-content1 {
    gap: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 767px) {
  .home-main {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-navbar {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-menu {
    display: flex;
  }
  .home-mobile-menu {
    background-color: #397B53;
  }
  .home-center {
    margin-top: 65px;
    padding-bottom: 100px;
  }
  .home-caption {
    font-size: 16px;
    max-width: 80%;
    line-height: 24px;
  }
  .home-text {
    font-size: 16px;
    max-width: 80%;
    line-height: 24px;
  }
  .home-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .home-header {
    font-size: 60px;
    line-height: 40px;
  }
  .home-header1 {
    font-size: 50px;
    line-height: 40px;
  }
  .home-caption1 {
    font-size: 16px;
    max-width: 80%;
    line-height: 24px;
  }
  .home-feaures {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    background-color: #011c05;
  }
  .home-content1 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
.home-header {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-style: normal;
  font-family: Exo 2;
  font-weight: 700;
  line-height: 40px;
}
  .home-header1 {
    color: rgb(255, 255, 255);
  }
  .home-image {
    width: 383px;
    height: 37px;
  }
  .home-feaures {
    background-color: #011c05;
  }
}
