@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #fcfcfc;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
  align-items: center;
}

.relative {
  position: relative;
}

.flex-col {
  flex-direction: column;
}

.font-normal {
  font-weight: 400 !important;
}

.gap-20 {
  gap: 20px;
}

.gap-97 {
  gap: 97px;
}
.padding-right {
  padding-right: 138px;
}

.padding-80{
padding-left: 80px;
padding-right: 80px;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-heading {
  margin-right: 4px;
  color: #010101;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.header-img {
  width: 36px;
  height: 34px;
}

.menu-img {
  width: 25px;
  height: 18px;
}

.hero-section {
  margin-top: 50px;
  /* margin-top: 97px; */
  gap: 10px;
}

.width {
  width: 553px;
}

.padding {
  padding-left: 60px;
  padding-right: 60px;
}
.margin-20{
margin-top: 20px;
}
.margin-24{
  margin-top: 24px;
  }
  .font-bold{
    font-weight: 700 !important;
  }
span {
  color: var(--darker-1, #009f81);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.hero-heading {
  color: #101010;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 16px;
}

.deception {
  color: #101010;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 60px;
}

.text-2xl {
  color: var(--darker-7, #000600);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.hero-play {
  width: 219px;
  height: 64px;
}

.hero-img {
  gap: 12px;
  margin-top: 24px;
}

.hero-goal {
  width: 70%;
  position: relative;
  z-index: 2;
}

.hero-edit-goal {
  width: 70%;
  position: absolute;
  top: 107px;
  left: 218px;
  z-index: 0;
}

footer {
  background: #f8f8f8;
  margin-top: 155px;
  padding-top: 28px;
  padding-bottom: 28px;
  /* padding-left: 120px;
  padding-right: 120px; */
}

.w-50 {
  width: 50%;
}

.footer-title {
  color: #7a7b7b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer {
  padding-bottom: 16px;
}
.border-bottem{
border-bottom: 1px solid #d3d3d3;
}

.footer-img {
  margin-top: 16px;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .padding-right {
    padding-right: 36px;
  }
  .hero-heading {
    font-size: 35px;
  }
  span {
    font-size: 35px;
  }
  .hero-edit-goal {
    top: 58px;
    left: 114px;
  }
  .deception {
    font-size: 20px;
  }
  .text-2xl {
    font-size: 24px;
  }
  .padding-80 {
    padding-left: 30px;
    padding-right: 25px;
}
}
@media (max-width: 767px) {
    .hero-section {
        flex-direction: column;
    }
    .w-100 {
        width: 100% !important ;
        text-align: center;
    }
    .padding-right {
        padding-right: 8px;
    }
    .hero-edit-goal {
       display: none;
    }
    .hero-goal {
        width: 100%;
    }
    footer{
        margin-top: 40px !important;
        padding: 24px;
    }
    .footer {
        display: flex;
        flex-direction: column;
    }
    .justify-between {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-title {
        margin-top: 1px;
        font-size: 16px;
    }
    .hero-heading {
        font-size: 36px !important;
    }
    span{
        font-size: 36px !important;
    }
    .deception {
        font-size: 16px;
        margin-bottom: 16px;
}
.text-2xl {
    font-size: 16px;
    text-align: center;
}
.hero-play {
    width: 40%;
}
.hero-img {
   display: flex;
   justify-content: center;
   margin-top: -10px;
}
.gap-97 {
    gap: 40px;
  }
  .header-img {
    width: 29px;
}
.header-heading {
    font-size: 29px;
}
.padding-80 {
   padding-left: 24px; 
  padding-right: 24px;
}
.terms-heading {
  font-size: 24px !important;
  padding-bottom: 56px !important;
  padding-top: 56px !important; 
}
.terms-deception {
font-size: 16px !important;
padding-left: 10px;
padding-right: 10px;
line-height: 24px !important; 
}
.privacy-title{
   font-size: 16px !important;
}
}
.hero-terms{
  background: var(--lighter-19, #CCECE6);
}
.terms-heading{
  color: var(--darker-1, #009F81);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; 
  padding-bottom: 81px;
  padding-top: 81px;
}
.terms-deception {
  color: #000;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 31px;
}
a{
  text-decoration: none !important;
  color: #7A7B7B !important;
}
.privacy-title{
   color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}
.link{
  color: blue !important;

}