@font-face {
  font-family: Poppins;
  font-weight: 300;
  src: url("fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: Poppins;
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins;
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: Poppins;
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins;
  font-weight: 800;
  src: url("fonts/Poppins-ExtraBold.ttf");
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
:root {
  scroll-behavior: auto !important;
}

html,
body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #fafafa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html > .content,
body > .content {
  flex: 1;
}

h1,
.h1 {
  color: #000000;
  font-weight: 800;
  letter-spacing: 4.9px;
  line-height: 34.62px;
  text-transform: uppercase;
  font-size: 34.62px;
  margin-bottom: 1.5rem;
}

h2,
.h2 {
  font-size: 34.62px;
  font-weight: 700;
  line-height: 34.62px;
  letter-spacing: 0.6px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}

a {
  color: #54786a;
  text-decoration: none;
}
a:hover {
  color: #336;
}

.color-green {
  color: rgb(103, 152, 132) !important;
}

.bg-section-green {
  background-color: rgb(239, 244, 242);
}

.no-wrap {
  white-space: nowrap;
}

.form-label.required:after {
  content: "*";
}

.nav-tabs.left-tabs {
  border-bottom: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .nav-tabs.left-tabs {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.nav-tabs.left-tabs .nav-item {
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .nav-tabs.left-tabs .nav-item {
    margin-right: 1.5rem;
    border-bottom: 0;
  }
}
.nav-tabs.left-tabs .nav-item .nav-link {
  color: #000;
  border: 0;
  position: relative;
}
.nav-tabs.left-tabs .nav-item .nav-link:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(147, 255, 190);
  border-radius: 3px;
  transform: scaleX(0) translateZ(0);
  transform-origin: bottom center;
  border: 0 !important;
}
.nav-tabs.left-tabs .nav-item .nav-link:hover, .nav-tabs.left-tabs .nav-item .nav-link.active {
  isolation: unset;
  background-color: transparent;
}
.nav-tabs.left-tabs .nav-item .nav-link:hover:after, .nav-tabs.left-tabs .nav-item .nav-link.active:after {
  transform: scaleX(1) translateZ(0);
}

.navbar .navbar-brand img {
  width: 377px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand img {
    width: 215px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    margin-top: 1rem;
  }
}
.navbar .dropdown-divider {
  margin: 0;
}
.navbar .dropdown-menu {
  padding: 0;
}
.navbar .nav-item:not(:last-of-type) {
  margin-right: 1.5rem;
}
.navbar .nav-item .nav-link {
  padding: 12px;
  font-size: 20px;
  position: relative;
  color: #000000;
}
.navbar .nav-item .nav-link.dropdown-toggle {
  display: flex;
  flex-direction: row-reverse;
}
.navbar .nav-item .nav-link.dropdown-toggle:before {
  content: url("../img/icons/chevron-down.svg");
  display: block;
  height: 10px;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.navbar .nav-item .nav-link.dropdown-item:active, .navbar .nav-item .nav-link.dropdown-item.active {
  background-color: #eeeeee;
}
.navbar .nav-item .nav-link.dropdown-item:hover {
  background-color: #dddddd;
}
.navbar .nav-item .nav-link.dropdown-item.border-top-radius {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.navbar .nav-item .nav-link.dropdown-item.border-bottom-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar .nav-item .nav-link:not(.dropdown-item):after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(147, 255, 190);
  border-radius: 3px;
  transform: scaleX(0) translateZ(0);
  transform-origin: bottom center;
  border: 0 !important;
}
.navbar .nav-item .nav-link:not(.dropdown-item):hover:after, .navbar .nav-item .nav-link:not(.dropdown-item).active:after {
  transform: scaleX(1) translateZ(0);
}

footer h3 {
  margin-bottom: 20px;
}
footer ul {
  padding-left: 1rem;
  list-style: none;
}
footer ul .footer-link-item {
  margin-bottom: 1rem;
}
footer ul .footer-link-item > a {
  padding: 12px;
  font-size: 18px;
  color: rgb(103, 152, 132);
  position: relative;
}
footer ul .footer-link-item > a:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(147, 255, 190);
  border-radius: 3px;
  transform: scaleX(0) translateZ(0);
  transform-origin: bottom center;
  border: 0 !important;
}
footer ul .footer-link-item > a:hover:after {
  transform: scaleX(1) translateZ(0);
}
footer .social-icons > a {
  margin-right: 1rem;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  backdrop-filter: blur(3px);
  background-color: rgba(221, 221, 221, 0.5);
  z-index: 1;
  justify-content: center;
  align-items: center;
}
#loader.active {
  display: flex;
}
#loader img {
  height: 120px;
  animation: breathing 3s ease-out infinite normal;
}

.btn {
  border: 0;
  border-radius: 10px;
  padding: 15px 40px;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
}
.btn.disabled {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.btn.btn-primary {
  background-color: rgb(147, 255, 190);
}
.btn.btn-secondary {
  background-color: #DDDDDD;
}
.btn.btn-secondary:hover {
  background-color: #c4c4c4 !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #60ff9f !important;
  color: #000000 !important;
}

select.form-select:active, select.form-select:hover, select.form-select:focus {
  outline: none;
  box-shadow: none;
}

input.form-control:active, input.form-control:hover, input.form-control:focus {
  outline: none;
  box-shadow: none;
}

select {
  background-color: #ffffff;
  border: 0 !important;
  border-radius: 5px;
  padding: 7px 20px;
  min-height: 59px;
  font-size: 18px;
}

input.form-control:not([type=file]) {
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  padding: 7px 20px;
  min-height: 59px;
  font-size: 18px;
}
input.form-control:not([type=file]):focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.language-switch-holder {
  position: relative;
}
.language-switch-holder .selected-language {
  cursor: pointer;
  position: relative;
  border: 1px solid #AAAAAA;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.language-switch-holder .selected-language:after {
  content: url("../img/icons/chevron-down.svg");
  display: block;
  height: 10px;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.language-switch-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: 150%;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  background-color: #ffffff;
}
.language-switch-holder ul.active {
  display: block;
}
.language-switch-holder ul li.active > a {
  background-color: #eeeeee;
}
.language-switch-holder ul li > a {
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: inherit;
}
.language-switch-holder ul li > a:hover {
  background-color: #DDDDDD;
}
.language-switch-holder [data-language] {
  display: flex;
  align-items: center;
}
.language-switch-holder [data-language] img {
  width: 25px;
  margin-right: 0.5rem;
  border-radius: 50%;
}

.product-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 24px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .product-card {
    max-width: 380px;
    margin: 0 auto;
  }
}
.product-card.current-plan {
  border: 2px solid rgb(149, 157, 165);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}
.product-card.current-plan:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 2px solid rgb(149, 157, 165);
  color: rgb(149, 157, 165);
  border-radius: 5px;
  font-size: 16px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 24px;
}
.product-card.disabled > * {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .product-card:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.product-card .product-card-body {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.product-card .product-card-body .product-card-description {
  flex-grow: 1;
  flex-shrink: 0;
}
.product-card .product-card-body .product-card-price > div {
  display: flex;
  justify-content: space-between;
}
.product-card .product-card-body .product-card-price > div.final-price {
  display: flex;
  flex-direction: column;
}
.product-card .product-card-body .product-card-price > div.final-price > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-card .product-card-body .product-card-price > div.final-price > div:last-of-type span:last-of-type {
  color: rgb(84, 120, 106);
  font-weight: 700;
}
.product-card .product-card-body .product-card-price.discounted > div.proration > span:last-of-type {
  font-weight: 700;
}
.product-card .product-card-image img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

.checkout-product-price > div {
  display: flex;
  justify-content: space-between;
}
.checkout-product-price > div.proration > span:last-of-type {
  font-weight: 700;
}
.checkout-product-price > div.final-price {
  display: flex;
  flex-direction: column;
}
.checkout-product-price > div.final-price > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-product-price > div.final-price > div:last-of-type span:last-of-type {
  color: rgb(84, 120, 106);
  font-weight: 700;
}

.icon {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  width: 20px;
  height: 20px;
  background-color: #000000;
  display: inline-block;
}
.icon.icon-pencil {
  -webkit-mask-image: url(../img/icons/pencil.svg);
  mask-image: url(../img/icons/pencil.svg);
}
.icon.icon-trash {
  -webkit-mask-image: url(../img/icons/trash.svg);
  mask-image: url(../img/icons/trash.svg);
}
.icon.icon-three-dots {
  -webkit-mask-image: url(../img/icons/three_dots.svg);
  mask-image: url(../img/icons/three_dots.svg);
}
.icon.icon-person-card {
  -webkit-mask-image: url(../img/icons/person-card.svg);
  mask-image: url(../img/icons/person-card.svg);
}
.icon.icon-image {
  -webkit-mask-image: url(../img/icons/image.svg);
  mask-image: url(../img/icons/image.svg);
}
.icon.icon-creditcard {
  -webkit-mask-image: url(../img/icons/creditcard.svg);
  mask-image: url(../img/icons/creditcard.svg);
}
.icon.icon-qrcode {
  -webkit-mask-image: url(../img/icons/qrcode.svg);
  mask-image: url(../img/icons/qrcode.svg);
}
.icon.icon-eye {
  -webkit-mask-image: url(../img/icons/eye.svg);
  mask-image: url(../img/icons/eye.svg);
}
.icon.icon-translate {
  -webkit-mask-image: url(../img/icons/translate.svg);
  mask-image: url(../img/icons/translate.svg);
}

.radio-btn-wrapper {
  display: inline-flex;
  gap: 1rem;
}
.radio-btn-wrapper .radio-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border: 1px solid rgb(147, 255, 190);
  border-radius: 10px;
  padding: 15px 40px;
  margin-bottom: 1rem;
  color: #000000;
}
.radio-btn-wrapper .radio-btn .radio-btn-flag {
  height: 20px;
  margin-right: 0.5rem;
}
.radio-btn-wrapper .radio-btn.active {
  background-color: rgb(147, 255, 190);
}

.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

.accordion-button {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-button:not(.collapsed) {
  background-color: rgb(147, 255, 190);
  color: inherit;
}
.accordion-button:focus {
  box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
