.container-fluid {
  padding: 72px 48px;
}

.container-main {
  background: linear-gradient(rgb(255 255 255) 0%, rgb(255 229 229) 100%);
}

.content-hero {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-hero p.mb-3 {
  max-width: 700px;
  font-size: larger;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #898989;
}

.hero-img {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-footer .row p {
  font-weight: 700;
  font-size: 20px;
}

.hero-footer .row img {
  width: 108px;
}

.img-fluid {
  margin-bottom: -125px;
}

.section-text.text-muted {
  font-size: 20px;
  font-weight: 400;
}

.section-tittle.h1.mb-4.font-weight-bold {
  font-size: 48px;
}

.border-bottom .container .row .col h3 {
  font-size: 40px;
}

.container-fluid.border-bottom {
  margin-top: -35px;
}

.hero-footer .row.justify-content-center.text-center {
  display: flex;
  flex-direction: column;
}

.section-header .row .col {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header .row .col .btn {
  color: #fff;
  background-color: #e53d6a;
  padding: 4px;
  border-radius: 15px;
  font-weight: 500;
}

p.mb-3 {
  max-width: 600px;
}

.section-header .row .col h1 {
  font-weight: 700;
}

.icon-section {
  width: 45px;
}
.icon-col {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.icon-col p {
  margin: 0px;
}

.col-flex {
  display: flex;
  justify-content: center;
  background-color: #00030600;
  margin: 20px 20px 20px 20px;
  border-radius: 25px;
  border: 1px solid #ff00002e;
  padding: 5px;
  box-shadow: 0px 22px 20px -20px rgba(0, 0, 0, 0.2);
}

.content-hero .h1 {
  font-size: 55px;
}

img.rounded-circle.shadow-1-strong {
  object-fit: cover;
}

.btn-rounded {
  border-radius: 30px;
  background-color: #e53f6a;
  color: white;
  font-weight: 500;
  border-color: unset;
}

.col-4.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 300px;
  text-align: center;
  justify-content: center;
  display: flex;
}

footer {
  width: 100%;
}

img.navbar-brand.d-inline-block.align-top {
  width: 128px;
}

.banner.header.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text span {
  font-weight: 600;
}

button.btn.btn-primary.btn-lg.btn-rounded.mt-3 {
  font-size: 25px;
}

.container-fluid.cta {
  background-image: linear-gradient(
    to right,
    rgb(242, 112, 156),
    rgb(255, 148, 114)
  );
}

.ul.mt-4 .li .text-ul {
  color: #ffffffbd;
}

.section-text.text-muted.mb-3.cta {
  color: white !important;
}

span.section.tittle-cta {
  color: #e53f6a;
}

.button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.2);
  transform: translate(0px, -10px) scale(1.2);
  background-color: #e53d6a;
  border: white;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  border: white;
}

button.btn.mt-4.btn-rounded.cta {
  padding: 15px 25px 15px 25px;
  width: 250px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}

.btn.cta .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: end;
}

img.img-fluid.section.px-5.mb-4.mb-lg-0.position-absolute {
  max-width: unset;
  width: 1200px !important;
}

.container-fluid.cta-section {
  padding: 0px 0px 140px 0px;
  overflow: hidden;
}

footer .container-fluid {
  padding: unset;
  padding-bottom: 10px;
}

footer a {
  color: white;
  font-weight: 600;
}
footer .container-fluid .row {
  margin: 0;
}

.row.footer-child .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.section .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  /* For mobile: */
}

/* mobile css */

@media only screen and (max-width: 600px) {
  [class*="col-"] {
    max-width: 100%;
    width: 100%;
  }
  .container-fluid {
    padding: 30px 10px 15px 10px;
  }
  .hero-footer .row img {
    width: 70px;
  }
  .border-bottom .container .row .col h3 {
    font-size: 20px;
    padding-top: 20px;
  }
  p.font-weight-bold.text-muted {
    font-size: 10px;
  }
  .w-50 {
    width: unset !important;
  }
  .img-fluid {
    margin-bottom: unset;
  }
  .container-fluid.border-bottom .container.text-center {
    margin: unset !important;
  }
  .container-fluid.border-bottom .container.text-center .row .col {
    flex-basis: max-content;
  }
  .col {
    flex-basis: unset;
  }
  .wrap-reverse .container .row.flex.mt-3 {
    flex-flow: wrap-reverse;
  }
  .cta .container .row .col img {
    display: none;
  }
  .container.testimonial .row.text-center {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .container-fluid.cta-section .container .row.flex .col {
    text-align: -webkit-center;
  }
  .container-fluid.cta-section .container .row.flex .col img {
    display: none;
  }
  .container-fluid.cta-section {
    padding: unset;
  }
  .footer .container-fluid .row .col {
    flex-basis: fit-content !important;
  }

  element.style {
    border-top: 1px solid white;
  }
  footer .container-fluid .row {
    margin: 0;
  }
  .row.footer-child {
    justify-content: center;
    text-align: center;
  }
  .row.footer-child .mt-4 {
    margin: unset !important;
  }
}
