@font-face {
  font-family: Gilroy-Bold;
  src: url("../gilroy/Gilroy-Bold.ttf");
}

@font-face {
  font-family: Gilroy-Light;
  src: url("../gilroy/Gilroy-Light.ttf");
}

@font-face {
  font-family: Gilroy-Medium;
  src: url("../gilroy/Gilroy-Medium.ttf");
}

@font-face {
  font-family: Gilroy-Regular;
  src: url("../gilroy/Gilroy-Regular.ttf");
}

@font-face {
  font-family: Gilroy-SemiBold;
  src: url("../gilroy/Gilroy-SemiBold.ttf");
}

html {
  scroll-behavior: smooth;
}

.key_stats_r {
  h3 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  span {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
  }
}

.title {
  font-family: Gilroy-Regular;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.how_it_works {
  h4 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
  }

  h3 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 120px;
  }

  p {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 20px;
  }
}

.why_choose_us {
  h4 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    /* color: #333333; */
  }

  h5 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  h6 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 24px;
  }

  p {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
  }
}

.help_value {
  h6 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-style: ☞;
    font-size: 18px;
  }

  p {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
}

.offerings {
  h6 {
    text-align: center;
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 14px;
    margin-top: 30px;
  }
}

.image_holder {
  position: relative;
}

/* .image_holder::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #314961;
}
.image_holder:last-child::after {
  display: none;
} */
.consult_r {
  h3 {
    font-family: Gilroy-SemiBold;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
  }

  p {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #333333;
    margin-top: 20px;
  }

  .myimg {
    width: 60%;
    height: auto;
    right: 0;
    bottom: 0;
  }
}

.themeBtn {
  display: flex;
  background-color: #285ff5;
  font-family: Gilroy-Medium;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  align-items: center;
  gap: 15px;
  padding: 13px 20px;
}

.question {
  font-family: Gilroy-SemiBold;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}

.banner h1 {
  white-space: nowrap;
  font-family: Gilroy-Bold;
  font-weight: 400;
  font-size: 48px;
  line-height: 110.00000000000001%;
}

.rightSideImg img {
  position: absolute;
  max-width: 900px;
  height: 536px;
  top: 70px;
  right: 100px;
}

.showAfter991 {
  display: none;
}
.text_part {
  color: #fff;
  h3 {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    word-spacing: 4px;
  }
  p {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 14px;
  }
  a {
    padding: 15px 30px;
    background-color: #1e354d;
    display: inline-block;
    width: 350px;
    margin-bottom: 10px;
  }
  .tele {
    width: auto;
  }
  .custom_border {
    border-bottom: 1px solid #fff;
  }
}

.form_div {
  box-shadow: 0px 0px 60px 0px #00000026;
  background-color: #ffffff;
  padding: 0px 20px 20px;
  h4 {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 0.67px solid #e1e1e6;
    padding: 20px 0;
  }
  label {
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 10px;
    display: block;
    padding-bottom: 5px;
  }
  input {
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px;
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  button {
    width: 100%;
    background-color: #285ff5;
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px;
  }
}
.footer_image {
  width: 320px;
  height: auto;
  inset: 0;
  margin: auto;
  left: 161px;
  top: 117px;
}
@media (max-width: 1440px) {
  .mainBanner {
    padding-inline: 40px;
    padding-top: 50px;

    .certiLogo {
      width: 200px;
      bottom: -20px;
    }
  }

  .rightSideImg img {
    right: 40px;
    top: 50px;
    max-width: 575px;
    height: auto;
    object-fit: cover;
  }

  .banner h1 {
    font-size: 38px;
    line-height: 93%;
  }

  .mainBannerInner {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .showAfter991 {
    display: flex;
    width: fit-content;
    font-family: Gilroy-Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
  }

  .dnoneAfter991 {
    display: none;
  }

  .rightSideImg img {
    position: unset;
    max-width: 100%;
    max-height: 245px;
    object-fit: cover;
    height: 100%;
    margin: 25px 0;
  }

  .mainBannerInner {
    height: fit-content;
  }

  .banner h1 {
    font-family: Gilroy-Bold;
    font-weight: 400;
    font-size: 22px;
    margin-top: 12px;
    line-height: 110.00000000000001%;
  }

  .mainBanner {
    padding: 40px 20px 60px;

    .tmLogo {
      max-width: 150px;
    }

    p {
      font-family: Gilroy-Regular;
      font-weight: 400;
      font-size: 16px;
      line-height: 120%;
      margin: 20px 0 0;
    }
  }
}

@media (max-width: 1024px) {
  .how_it_works h3 {
    font-size: 28px; /* change to whatever you want */
  }
}

@media (max-width: 768px) {
  .help_value {
    p {
      font-family: Gilroy-Medium;
      font-weight: 400;
      font-size: 14px;
      text-align: justify;
      padding: 10px;
    }
  }
  .title {
    font-size: 25px;
  }
  .why_choose_us {
    h5 {
      font-size: 25px;
    }
    h4 {
      font-size: 25px;
    }
  }
  .mainBanner {
    .certiLogo {
      width: 300px;
      bottom: -33px;
    }
  }
  .text_part {
    a {
      padding: 15px 30px;
      background-color: #1e354d;
      display: inline-block;
      width: auto;
      margin-bottom: 10px;
    }
    .tele {
      width: 100%;
    }
  }
  .consult_r {
    h3 {
      font-family: Gilroy-SemiBold;
      font-weight: 400;
      font-size: 30px;
      color: #333333;
    }
  }
}
