:root {
  --c-PrimaryTint2: #f3f9f5;
  --c-PrimaryTint: #8ec3a1;
  --c-Base: #0d0e0d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
html,
body,
span {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    #020f00 -58.7%,
    #040f00 -11.54%,
    #001400 177.07%
  );
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-Base);
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #515151;
}

h2 {
  color: white;
}

.img {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  width: 1280px;
  position: absolute;
  bottom: 0%;
}
.midTextCont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 58px 20px 0;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 1;
}

.txtLine1 {
  color: var(--c-PrimaryTint);
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.027px;
  margin-bottom: 16px;
}

.txtLine2 {
  color: var(--c-PrimaryTint);
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.12px;
  margin-bottom: 16px;
  background: var(
    --styles-text,
    linear-gradient(
      93deg,
      #1e8744 5.93%,
      #2ab05a 38.69%,
      #81ffaf 61.2%,
      #007f2e 85.96%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txtLine3 {
  color: var(--c-PrimaryTint2);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.035px;
}

.imgM {
  display: none;
}

/* Mobile Styles */

@media (max-width: 495px) {
  .midTextCont {
    padding: 10% 20px 0;
    text-align: center;
    justify-content: flex-start;
  }
  .txtLine1 {
    line-height: 22px;
    letter-spacing: 0.02px;
    word-wrap: break-word;
    font-size: 14px;
    width: 60%;
    font-weight: 600;
    font-style: normal;
  }
  .txtLine2 {
    line-height: 32px;
    font-weight: 600;
    word-wrap: break-word;
    font-size: 28px;
    width: 90%;
  }
  .txtLine3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.04px;
    word-wrap: break-word;
    width: 90%;
  }

  .img {
    display: none;
  }
  .imgM {
    max-width: 495px;
    display: flex;
    bottom: 0%;
    overflow: hidden;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .header {
    top: 0%;
    z-index: 1;
  }
}
@media (min-width: 496px) and (max-width: 850px) {
  /*  tablet styles */
  .midTextCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 58px 20px 0;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .imgM {
    display: none;
  }
  .img {
    display: flex;
    position: absolute;
    bottom: 2%;
    overflow: hidden;
    height: auto;

    height: auto;
    width: 194%;
  }
  .header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #515151;
    top: 0%;
    z-index: 1;
  }
  .txtLine2 {
    line-height: 32px;
    font-weight: 600;
    word-wrap: break-word;
    font-size: 28px;
    width: 90%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
