@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700,800&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

.nav-text {
  font-size: 15px;
  color: white;
  line-height: 1.4;
}

.navbar-dark {
  background-color: black !important;
}

.navbar-nav > li {
  padding-left: 1em;
  padding-right: 1em;
}

.navbar-brand {
  font-size: 18px;
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 26px;
  }
}

.btn-action-huge {
  -webkit-appearance: none;
  box-shadow: 0px 20px 76px rgb(214 164 74 / 71%);
  border-bottom: 7px solid #d6a44a;
  background: rgba(255, 202, 105, 1);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: rgba(var(--bs-dark-rgb), 1);
  line-height: 1 !important;
  padding: 24px 40px;
}

.btn-action-huge:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 20px 76px rgb(214 164 74 / 71%);
  border-bottom: 5px solid #d6a44a !important;
}

.text-huge-header {
  font-size: 26px;
  font-weight: 800;
}

.text-huge-btn {
  font-size: 22px;
  font-weight: 800;
}

@media (min-width: 992px) {
  .text-huge-header {
    font-size: 51px;
    font-weight: 800;
  }
}

#intro {
  background-image: url("../images/bg.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 992px) {
  #intro {
    margin-top: -58.59px;
  }
}

.text-grey {
  color: #333333;
}

.header-text {
  font-size: 24px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .header-text {
    font-size: 38px;
  }
}

.subheader-text {
  font-size: 18px;
}

@media (min-width: 992px) {
  .subheader-text {
    font-size: 24px;
  }
}

.feature-card {
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  border: unset;
}

.feature-card-title {
  font-size: 18px;
  font-weight: 900;
}

.feature-card-text {
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .feature-card-title {
    font-size: 24px;
  }

  .feature-card-text {
    font-size: 18px;
  }
}

.feature-card-icon {
  position: relative;
  top: calc(-12px - (40px / 2));
  width: 64px;
  height: 64px;
  background: #f4f4f4;
  margin: 0 auto;
  margin-bottom: -10px;
}

.dark-section {
  background-color: #222222;
}

.text-yellow {
  color: rgba(255, 202, 105, 1);
}

.card-number {
  font-weight: 900;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0px;
}

@media (min-width: 992px) {
  .card-number {
    font-size: 70px;
  }
}

.card-text {
  font-size: 15px;
}

.pricing1 h1,
.pricing1 h2,
.pricing1 h3,
.pricing1 h4,
.pricing1 h5,
.pricing1 h6 {
  color: #3e4555;
}

.pricing1 .font-weight-medium {
  font-weight: 500;
}

.pricing1 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}

.pricing1 .font-14 {
  font-size: 14px;
}

.pricing1 h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing1 .on-hover {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.pricing1 .on-hover:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}

.pricing1 .btn-danger-gradiant {
  -webkit-appearance: none;
  background: #ff8e4d;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#ff8e4d),
    to(rgba(255, 202, 105, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    #ff8e4d 0%,
    rgba(255, 202, 105, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    #ff8e4d 0%,
    rgba(255, 202, 105, 1) 100%
  );
  background: linear-gradient(45deg, #ff8e4d 0%, rgba(255, 202, 105, 1) 100%);
}

.pricing1 .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}

.pricing1 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.pricing1 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.pricing1 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.pricing1 .onoffswitch-inner::before,
.pricing1 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing1 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #ffffff;
}

.pricing1 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}

.pricing1 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.pricing1
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}

.pricing1
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-switch {
  right: 0px;
}

.pricing1 .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}

.pricing1 .badge-inverse {
  background-color: #3e4555;
}

.pricing1 .display-5 {
  font-size: 3rem;
  color: #263238;
}

.pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}

.pricing1 .pricing .yearly {
  display: none;
}

.fs-20 {
  font-size: 20px;
}

.fs-messenger {
  font-size: 18px;
}

@media (min-width: 992px) {
  .fs-messenger {
    font-size: 24px;
  }
}

.text-whatsapp {
  color: #00ffb8;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-style: wavy;
  text-decoration-skip-ink: none;
}

.text-whatsapp:hover {
  color: #2cdd9b;
}

.image-shadow {
  box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
}

.button-call {
  -webkit-appearance: none;
  border: unset;
  background: -moz-linear-gradient(
    top,
    #ffd523 0%,
    rgba(255, 202, 105, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffd523),
    color-stop(100%, rgba(255, 202, 105, 1))
  );
  background: -webkit-linear-gradient(
    top,
    #ffd523 0%,
    rgba(255, 202, 105, 1) 100%
  );
  background: -o-linear-gradient(top, #ffd523 0%, rgba(255, 202, 105, 1) 100%);
  background: -ms-linear-gradient(top, #ffd523 0%, rgba(255, 202, 105, 1) 100%);
  background: linear-gradient(
    to bottom,
    #ffd523 0%,
    rgba(255, 202, 105, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD523',endColorstr='rgba(255,202,105,1)',GradientType=0);
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #222222;
  padding: 20px 44px;
}

.button-call:hover {
  color: black;
}

.input-phone {
  border-color: rgba(204, 204, 204, 1);
  background-color: rgba(255, 255, 255, 0.17);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: rgba(170, 170, 170, 1);
  height: 58px;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 0 10px 0 29px;
  width: 90%;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.input-phone::placeholder {
  color: rgba(170, 170, 170, 1);
  font-weight: 500;
  font-size: 14px;
}

.text-small {
  color: rgba(170, 170, 170, 1);
  font-size: 12px;
}

.qa-item-question {
  text-decoration: none;
}

@media (max-width: 992px) {
  .call-header {
    padding-top: 2em;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .call-text {
    padding-top: 1em;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .call-button {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }
}

.spoiler-icon {
  width: 14px;
  height: 14px;
  background-color: transparent;
  margin-left: auto;
  align-self: center;
  display: inline-block;
}

.spoiler-icon::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 14px;
  transition: transform 300ms;
}

.spoiler-icon::after {
  transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 14px;
  transition: transform 300ms;
}

.spoiler-trigger:hover > span {
  border-bottom-style: solid;
}
.spoiler-block {
  display: none;
}

@media (min-width: 992px) {
  .w-75-desktop-only {
    width: 75%;
  }
}


  @media (max-width: 992px) {
    .text-center-only-mobile {
      text-align: center!important;
    }
  }