* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gray: #c8ccd2;
  --white: #fff;
  --blue-400: #0a9bf0;
  --black-400: #292929;
  --red-300: #e11d48;
  --green-600: #017737;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Box Shadows */

.shadow_blue25 {
  box-shadow: 0px 4px 20px 0px rgba(10, 155, 240, 0.25);
}

.shadow_red25 {
  box-shadow: 0px 4px 20px 0px rgba(225, 29, 72, 0.25);
}

.shadow_green25 {
  box-shadow: 0px 4px 20px 0px rgba(1, 119, 55, 0.25);
}

/* Colors */

.textblue_400 {
  color: var(--blue-400);
}
.textred_300 {
  color: var(--red-300);
}
.textgreen_600 {
  color: var(--green-600);
}

/* Divider */

.divider {
  width: 100%;
  height: 40px;
}

/* Borders */

.border_bottom {
  border-bottom: 1px solid var(--gray);
}

.border_top {
  border-top: 1px solid var(--gray);
}

/* Margin */

.mt_5 {
  margin-top: 50px;
}

/* Hero  */

.hero {
  padding: 20px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 1600px;
  position: relative;
}

.container {
  width: 95%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  margin-top: 26%;
}

.hero_imgdesk {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: absolute;
  isolation: isolate;
  z-index: -1;
}

.hero_imgdmobile {
  display: none;
}

.hero_content {
  border-radius: 40px;
  background: var(--white);
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  z-index: 99;
  margin-bottom: 25px;
}

.hero_content h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

.hero_content p {
  margin: 20px 0;
  font-size: 1.5rem;
  color: var(--black-400);
  font-weight: 400;
  line-height: normal;
}

.h_img {
  position: absolute;
  object-fit: contain;
  isolation: isolate;
  z-index: -1;
}

.h_imgl {
  left: 0;
  top: 80vh;
  max-width: 80%;
}

.h_imgr {
  right: 5%;
  top: 80vh;
}

.h_imgbl {
  left: 0;
  bottom: 10vh;
}

.h_imgbr {
  bottom: 13px;
  right: 0;
}

.bb_mob,
.spark_img {
  display: none;
}

.downfooter{
  width: 100%;
  /* background-color: #f79532; */
  }
  .downfooter p{
    text-align: center;
    padding-bottom: 30px;
    /* margin-top: 20px; */
    font-size: 16px;
    
  }
  .downfooter p a{
    color: #2a4857;
    text-decoration: none;
    list-style: none;
  }

@media screen and (max-width: 1300px) {
  .hero_imgdesk {
    height: 75vh;
  }
  .container {
    margin-top: 48vh;
  }
}

@media screen and (max-width: 800px) {
  .hero_imgdesk,
  .h_imgl,
  .h_imgr {
    display: none;
  }
  .hero {
    padding: 0;
  }
  .hero_imgdmobile {
    display: flex;
    width: 100%;
    object-fit: contain;
  }
  .container {
    margin-top: -18%;
    width: 100%;
    transform: unset;
  }
  .hero_content {
    width: 90%;
  }
  .hero_content p {
    font-size: 1.4rem;
  }
  .h_img {
    display: none;
  }
  .bb_mob {
    display: flex;
  }
  .bb_mobr {
    transform: translateY(-100px);
  }
  .bb_mob {
    object-fit: contain;
    z-index: -1;
    isolation: isolate;
  }

  .bb_cloud_mb1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -120px;
    left: -20px;
  }
  .bb_cloud_mb2 {
    width: 300px;
    position: absolute;
    height: 300px;
    bottom: 48px;
    right: -42px;
  }
  .bb_btmcloud_mb2 {
    width: 300px;
    position: absolute;
    object-fit: unset;
    bottom: -120px;
    right: 0;
    z-index: 1;
  }
  .hc_middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
  }
  .spark_img {
    display: flex;
    width: 270px;
  }
  .mt-100px {
    margin-top: 100px;
  }
  .mb_202 {
    margin-bottom: 202px;
  }
  .hc_mddltop {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
