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

.navbar-fixed-top {
  height: 72px !important;
}

.container {
  max-width: 1000px;
  /* padding-right: 30px;
  padding-left: 30px; */
}

@media screen and (max-width: 767px) {
  .anchor {
    height: 1px;
    position: relative;
    top: -80px;
  }
}

.services-section {
  background: #FFFFFF;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .services-section {
    margin-top: 0px;
  }
}

.services-content {
  padding-top: 50px;
}

.btn-action {
  text-transform: unset;
}

.btn-action-header {
  border-radius: 15px;
  line-height: 2;
  font-weight: 600;
  font-size: 14px;
}

.navbar-nav.mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}

.form-input {
  width: 100%;
  font-weight: 400;
  color: #495057;
  border: 0px solid #fff;
  border-radius: 15px;
  background: #F9F9F9;
  font-size: 16px;
  padding: 15px !important;
  margin-bottom: 20px;
}

#btn-register {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  font-weight: 600;
}

.register-row {
  text-align: left;
}

.logo-color {
  background-color: #39BDF7 !important;
}

.dn {
  display: none !important;
}

.green {
  color: green !important;
}


.item-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}



.main-msg {
  border-radius: 80px 220px 80px 30px;
  background: #FC0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px 50px;
}


@media screen and (max-width: 767px) {
  .main-msg {
    border-radius: 30px;
    background: #FC0;
    padding-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
}

.main-msg-right {
  border-right: 4px dashed #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-msg-right {
    border-right: unset;
    border-bottom: 4px dashed #fff;
    text-align: left;
  }
}

#myshops-lady {
  height: 500px;
  /* margin-right: -30px; */
  margin-left: -173px;
  margin-top: 70px;
  margin-bottom: -141px;
  position: relative;
}


@media screen and (max-width: 767px) {
  #myshops-lady {
    display: none;
    /* height: unset;
    width: 100%;
    margin-right: unset;
    margin-left: unset;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative; */
  }
}

.main-msg-logo {
  text-align: center;
  padding: 40px;

}

@media screen and (max-width: 767px) {
  .main-msg-logo {
    display: none;
  }
}

.main-msg-right-title-row {
  padding: 0px 50px 30px 0px;
}

@media screen and (max-width: 767px) {
  .main-msg-right-title-row {
    padding: 30px;
    padding-bottom: 0px;
  }
}

.main-msg-right-title {
  font-size: 41px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .main-msg-right-title {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 500;
    padding-bottom: 10px;
  }
}

.main-msg-right-sub-title {
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .main-msg-right-sub-title {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.main-msg-right-text {
  margin-bottom: 5px;
  font-size: 18px;
  margin-right: 75px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {

  .main-msg-right-text {
    margin-right: 5px;
    font-size: 20px;
  }

  .main-msg-right-text-benefit {
    display: none;
  }
}

.download-row-lg {
  /* display: block; */
  padding-top: 24px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .download-row-lg {
    display: none;
  }
}

.download-row-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .download-row-sm {
    display: block;
    margin-top: 37%;
  }
}

.main-msg-right-text-container-lg {
  /* display: block; */
}

@media screen and (max-width: 767px) {
  .main-msg-right-text-container-lg {
    display: none;
  }
}

.main-msg-right-text-container-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-msg-right-text-container-sm {
    display: block;
    padding: 30px;
  }
}


.text-strong {
  font-weight: 700;
}

.main-msg-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-msg-left {
    text-align: left;
    /* display: none; */
    background-image: url('/assets/images/myshops_lady_bags.png');
    /* background-image: url('/public/assets/images/myshops_lady.png'); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 300px;
    height: 500px;
  }
}

#card-ellipse-top {
  width: 40px;
  position: relative;
  left: -37px;
  top: -20px;
}

#card-ellipse-bottom {
  width: 40px;
  position: relative;
  left: -37px;
  top: 118px;
}

#card-ellipse-right {
  display: none;
}

#card-ellipse-left {
  display: none;
}

#ellipse-row {
  display: none;
}

@media screen and (max-width: 767px) {
  #card-ellipse-top {
    display: none;
  }

  #card-ellipse-bottom {
    display: none;
  }

  #ellipse-row {
    display: flex;
  }

  #card-ellipse-right {
    display: unset;
    width: 22px;
    position: relative;
    right: 11px;
    bottom: -15px;
  }

  #card-ellipse-left {
    display: unset;
    width: 22px;
    position: relative;
    left: 12px;
    bottom: -15px;
  }
}

.coupon-download-container {
  text-align: right;
}

#coupon-download {
  margin-top: auto;
  word-break: break-all;
  position: sticky;
  bottom: 50px;
  background: transparent;
  z-index: 100;
  margin-right: 0px;
}

.benefits {
  border-radius: 80px;
  background: #EBEBEB;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .benefits {
    border-radius: 30px;
    background: unset;
    margin-top: 0px;
  }
}

.benefits-tab-container {
  /* padding-left: 40px; */
  margin-right: 20px;

}

@media screen and (max-width: 767px) {
  .benefits-tab-container {
    padding: 15px;
    /* padding-top: 140px;
    padding-bottom: 40px; */
  }
}

@media screen and (max-width: 767px) {
  .benefits-copons-col {
    display: none;
  }
}


.benefit-item {
  text-align: left;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .benefit-item {
    padding: 0px 15px;
  }

  .benefit-item-container {
    border-radius: 30px;
    background: #EBEBEB;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 50px;
  }
}

.benefit-item h1 {
  color: #FF1D84;
  font-size: 22px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FF1D84;
}

@media screen and (max-width: 767px) {
  .benefit-item h1 {
    margin-top: 15px;
  }
}

.benefit-item p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.benefit-highlight {
  color: #FF1D84;
}

.coupon-card-container {
  margin-top: -140px;
  margin-bottom: -120px;
}

.coupon-card {
  width: 300px;
  padding-top: 0px;
}

.coupon-card-sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .coupon-card-sm {
    display: flex;
    width: 100%;
    margin-top: -50px;
  }
}

.benefits-left {
  padding: 20px;
}

.benefits-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.video-play {
  color: white;
  border-radius: 15px;
  background: #39BDF7;
}

.how-it-works {
  margin-top: 150px;
  display: none;
}

.how-it-works-right {
  text-align: left;
  /* position: absolute; */
  top: 25%;
}

.how-it-works-left {
  text-align: left;
}

.how-it-works-title {
  color: #FF1D84;
  font-size: 40px;
  font-weight: 500;
}

.how-it-works-row {
  padding-top: 20px;
}

.how-it-works-img {
  max-width: 80%;
}

.questions {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .questions {
    margin-top: 50px;
  }
}

.question-title {
  font-weight: 500;
}

.questions-title {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 500;
}

.question-container {
  border-radius: 15px;
  background: #EBEBEB;
  padding: 10px;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.question {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .question {
    font-size: 20px;
  }
}

.question-icon {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.answer {
  padding: 10px 0px;
  font-size: 18px !important;
  line-height: 24px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .answer {
    padding: 10px 0px;
    font-size: 16px !important;
    line-height: 22px;
  }
}

.businesses {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .businesses {
    margin-top: 50px;
  }
}


.businesses-right {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .businesses-right {
    text-align: center;
  }
}

.businesses-right-container {
  position: absolute;
  top: 25%;
}

@media screen and (max-width: 767px) {
  .businesses-right-container {
    position: unset;
    top: unset;
  }
}

.businesses-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .businesses-left {
    text-align: center;
  }
}

.businesses-title {
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 500px;
}

.businesses-independent {
  font-weight: 500;
  font-size: 59px;
  margin-bottom: 15px;
}

.businesses-servises {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 15px;
}

.businesses-shops {
  font-weight: 500;
  font-size: 39px;
}

.businesses-sub-title {
  font-size: 22px;
  padding-bottom: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .businesses-sub-title {
    font-size: 18px;
  }
}

.businesses-whatsapp {
  background: #25D366;
  color: white;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  max-width: 304px;
  border-radius: 5px;
}

.businesses-whatsapp-text {
  font-size: 18px;
  font-weight: 600;
  padding: 7px 0px;
}

.businesses-whatsapp a {
  color: white;
}

@media screen and (max-width: 767px) {
  .businesses-whatsapp {
    margin-right: auto;
    margin-left: auto;
  }
}

.businesses-img {
  max-width: 80%;
  padding-top: 22px;
}

.download-logo {
  width: 160px;
  padding-bottom: 5px;
}

/* @media screen and (max-width: 767px) {

  .download-logo {
    width: 100px;
  }
} */

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  /* width: 50%; */
}

.cursor-pointer {
  cursor: pointer;
}

.footer {
  background-color: #fff !important;
  padding-top: 100px !important;
}

.subscribe {
  margin-right: 10px;
  margin-left: 10px;
}

.subscribe-title {
  font-size: 40px !important;
  font-weight: 500 !important;
  margin-top: 100px !important;
}

.subscribe-text {
  font-size: 18px !important;
}


.back-to-top i {
  left: unset;
}

.text-right-important {
  text-align: left !important;
}


@media screen and (max-width: 767px) {
  .cta-sub {
    padding-top: 0px;
  }
}

.footer-menu li {
  text-transform: unset !important;
}

.flag-menu {
  margin-left: 2px;
  height: 16px;
  vertical-align: middle;
  border-radius: 5px;
}

.nav-item {
  display: inline-flex;
  align-items: center;
}