.Footer {
  padding: 80px 0px 20px 0px;
  background-image: url("/assets/images/footer/bg.png");

  position: relative;
  margin-top: 100px;
}
.Footer .smiles-container {
  max-width: 500px;
  margin: -51px auto 0px auto;
  display: block;
}
.Footer .smiles-text {
  fill: #75438e;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 2px;
}

.Footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    79deg,
    #6a6aff44 0%,
    #c248a841 54%,
    #fe488e4d 100%
  );
  opacity: 0.85; /* adjust as needed */
  z-index: 0;
}

.Footer > * {
  position: relative;
  z-index: 1;
}
.Footer .footer-logo-wrapper {
  position: absolute;
  width: 550px;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);

  padding: 10px 20px 0px 20px;
  z-index: 10;
}
.Footer .footer-logo-wrapper img {
  width: 100%;
  height: 100%;
}
.Footer .app-ing-wrapper {
  width: 140px;
  height: 45px;

  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.Footer .app-ing-wrapper img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.Footer .fisrt_col {
  padding: 0px 40px;
}

.Footer .logo_holder {
  width: 150px;
  margin: 0px auto 10px;
}

.Footer .tag_line {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
  text-align: center;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer .col_div {
}
.Footer .col_div .footer_section_title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
}

.Footer .col_div .nav .first_nav_div {
  margin-right: 41px;
}

.Footer .col_div .nav .first_nav_div .nav-item {
}

.Footer .col_div .nav .first_nav_div .nav-item .nav-link {
  padding: 0px;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 10px;
}

.Footer .col_div .footer_info_div {
  margin-bottom: 15px;
}

.Footer .col_div .footer_info_div .no_div {
}

.Footer .col_div .footer_info_div .icon_text {
  font-size: 14px;
  color: #3e3e3e;
  margin-right: 8px;
}

.Footer .col_div .footer_info_div .bold_text {
  padding: 0px;
  font-size: 15px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .footer_info_div .info_text {
  padding: 0px;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0px;
}

.Footer .col_div .icons_holder {
  margin-top: 10px;
}

.Footer .col_div .icons_holder .icon_div {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  /* background: #202020; */
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer .col_div .icons_holder .icon_div .icon_class {
  font-size: 15px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.Footer .col_div .app_imgs_holder .img_holder {
  width: 108px;
  height: auto;
  margin: 15px 0px;
}

.Footer .col_div .app_imgs_holder .img_holder .app_img {
  width: 100%;
  height: 100%;
}

.Footer .custom_row {
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
}

.Footer .footer_text_div .footer_text {
  text-align: center;
  color: #202020;
  font-weight: 500;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top: 20px;
}

.Footer .footer_text_div .footer_text a {
  color: #202020 !important;
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .col_div .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 11px !important;
  }

  .Footer .col_div .footer_section_title {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .Footer .col_div .nav .first_nav_div {
    margin-right: 22px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Footer .col_div {
    margin-bottom: 12px;
  }

  .Footer .col_div .footer_info_div .info_text,
  .Footer .col_div .nav .first_nav_div .nav-item .nav-link {
    font-size: 13px;
  }

  .Footer .footer_text_div .footer_text {
    font-size: 12px;
  }

  .Footer .logo_holder {
    width: 160px;
  }

  .Footer .col_div .icons_holder {
    display: flex;
  }

  .Footer .col_div .icons_holder .icon_div {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .Footer .col_div .icons_holder .icon_div .icon_class {
    font-size: 13px;
  }

  .Footer .custom_row {
    justify-content: center;
  }

  .Footer {
    padding: 30px 0px 20px 0px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Footer .fisrt_col {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px 10px;
  }

  .Footer .logo_holder {
    width: 120px;
  }
  .Footer .app-ing-wrapper {
    width: 122px;
    height: 35px;
  }
  .Footer .app-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .Footer .footer-logo-wrapper {
    width: 310px;
    top: -31px;
  }
  .Footer .smiles-text {
    font-size: 22px;
  }
  .Footer .smiles-container {
    margin: -35px auto 0px auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Footer .fisrt_col {
    width: 100%;
    margin: 0 auto 30px;
  }
  .Footer .app-ing-wrapper {
    width: 122px;
    height: 35px;
  }
  .Footer .app-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .Footer .footer-logo-wrapper {
    width: 400px;
    top: -37px;
  }
  .Footer .smiles-text {
    font-size: 20px;
  }
  .Footer .smiles-container {
    margin: -38px auto 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Footer .fisrt_col {
    width: 70%;
    margin: 0 auto 30px;
  }
  .Footer .app-ing-wrapper {
    width: 122px;
    height: 35px;
  }
  .Footer .app-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .Footer .footer-logo-wrapper {
    width: 443px;
    top: -41px;
  }
  .Footer .smiles-text {
    font-size: 22px;
  }
  .Footer .smiles-container {
    margin: -30px auto 0px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Footer .fisrt_col {
    padding: 0px 10px;
  }

  .Footer .col_div .nav {
    justify-content: space-between;
  }
  .Footer .footer-logo-wrapper {
    width: 464px;
    top: -42px;
  }
  .Footer .smiles-text {
    font-size: 25px;
  }
  .Footer .smiles-container {
    margin: -71px auto 0px auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Footer .col_div .nav {
    justify-content: space-between;
  }
}
