@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fillhomebody {
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.fillhomeinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
  padding-bottom: 10px;
}

.fillhomeinner .title_2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 58px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin-bottom: 40px;
}

.sendfill_logo_div {
  margin-bottom: 30px;
}

.sendfill_logo_div,
.title_2_div {
  width: 100%;
}

.title_2_div .title_2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.sendfillbtn_group {
  width: calc(100% + 30px);
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: sticky;
  bottom: 0;
  background-color: rgb(255 255 255 / 70%);
  padding-bottom: 20px;
  margin-top: 20px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  margin-left: -15px;
  margin-right: -15px;
}

.sendfillbtn_group .btn {
  font-size: 26px;
  font-weight: 600;
  line-height: 78px;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(48.14deg, #0044FF 41.93%, #00B3FF 97.54%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.sendfillbtn_group .btn:not(:last-child) {
  margin-right: 20px;
}

.sendfillbtn_group .btn:hover {
  transition: 0.3s all ease-in-out;
}

.sendfillbtn_group .btn .icon {
  margin-right: 20px;
  display: flex;
}

.home-banner-img {
  max-width: 100%;
  max-height: 550px;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }

  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}

#outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes circle {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0);
  }
}

#white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }

  to {
    stroke-dasharray: 75px, 75px;
  }
}

#check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(1.09);
  }

  to {
    transform: scale(1);
  }
}

#check-group {
  animation: 0.32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

.download_link_inner {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 5px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.download_link_inner + .sendfillbtn_group {
  margin: 0;
}

.modal-body.lg-padding {
  padding: 32px 40px 40px 40px;
}

.header_div_done h2 {
  font-weight: 600;
}

button.btn.get-start {
  font-size: 18px;
  line-height: 21px;
  background: linear-gradient(48.14deg, #0044FF 41.93%, #00B3FF 97.54%) !important;
  border-radius: 100px;
  padding: 12px 29px;
  width: 100%;
  font-weight: 500;
  border: 0 !important;
}
.modal-body.lg-padding .sendfillbtn_group {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

button.btn.get-start img {
  margin-left: 5px;
}

@media only screen and (max-height: 930px) {
  .fillhomeinner .title_2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 35px;
  }

  .home-banner-img {
    max-height: 500px;
  }

  .sendfillbtn_group .btn {
    font-size: 22px;
    line-height: 72px;
  }
}
/*--- End (max-height: 930px) ---*/

@media only screen and (max-height: 799px) {

  .home-banner-img {
    max-height: 440px;
  }
}
/*--- End (max-height: 799px) ---*/

@media only screen and (max-width: 1023px) {
  .fillhomebody {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fillhomeinner .title_2 {
    font-size: 36px;
    line-height: 46px;
  }

  .sendfillbtn_group .btn {
    font-size: 20px;
  }
}
/*--- End (max-height: 1023px) ---*/

@media only screen and (max-width: 767px) {
  .sendfill_logo_div {
    margin-bottom: 10px;
  }

  .fillhomebody {
    padding: 0 15px;
  }

  .sendfill-logo {
    max-width: 170px;
    margin-bottom: 15px;
  }

  .fillhomeinner .title_2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .sendfillbtn_group {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-top: 10px;
    padding-top: 15px;
  }

  .sendfillbtn_group .btn {
    padding: 0 15px;
    font-size: 15px;
    line-height: 45px;
    width: 210px;
  }

  .sendfillbtn_group .btn .icon img {
    max-width: 20px;
    min-height: 20px;
  }

  .sendfillbtn_group .btn .icon {
    margin-right: 10px;
  }

  .sendfillbtn_group .btn:not(:last-child) {
    margin: 0 0 15px;
  }

  .modal-body.lg-padding {
    padding: 25px;
  }
}
/*--- End (max-height: 1023px) ---*/

@media only screen and (max-width: 370px) {
  .fillhomeinner .title_2 {
    font-size: 22px;
  }
}
/*--- End (max-height: 370px) ---*/