/* src/styles/index.scss */
body {
  background: #F3F4FD;
  font-family: "Gilroy", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
button {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  outline: 0;
}
a {
  text-decoration: none;
}
h1 {
  margin: 0;
  padding: 0;
}
.share-facebook {
  background: rgba(24, 115, 235, 0.25) !important;
}
.share-twitter {
  background: rgba(29, 160, 242, 0.25) !important;
}
.share-copy {
  background: rgba(17, 50, 81, 0.25) !important;
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1434px;
  }
}
.form-check {
  display: flex;
  align-items: center;
}
.btn {
  font-size: 1rem;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding: 9px 20px;
  transition: 0.3s background ease, 0.3s color ease;
}
.btn path {
  transition: 0.3s fill ease;
}
.btn-square {
  padding: 12px;
}
.btn-primary {
  background: rgba(255, 110, 127, 0.1);
  color: #FF6E7F;
}
.btn-primary:hover,
.btn-primary:focus {
  background: rgba(255, 110, 127, 0.75) !important;
  color: #000;
}
.btn-primary:hover path,
.btn-primary:focus path {
  fill: #000;
}
.btn-primary path {
  transition: 0.3s fill ease;
}
.btn-blue {
  background: #2E6FF5;
}
.btn-blue:hover {
  border: 1px solid #2E6FF5 !important;
  color: #000 !important;
}
.btn-blue:hover path {
  fill: #000;
}
.btn-success {
  background: rgba(49, 224, 114, 0.1);
  color: #fff;
}
.btn-light {
  background: #fff;
  border-radius: 8px;
  width: max-content;
  margin: 0 auto;
  color: #B3B8C3;
  padding: 19px 26px;
}
.btn-primary-outline-hover {
  transition:
          0.5s background ease,
          0.5s border ease,
          0.5s color ease;
  border: 1px solid transparent !important;
}
.btn-primary-outline-hover:hover {
  border: 1px solid #FF6E7F !important;
  background: transparent !important;
  color: #000 !important;
}
.hero {
  height: 100vh;
  width: 100%;
  position: relative;
}
.hero-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .container-xxl {
  position: relative;
}
.hero-top {
  width: 100%;
  border-bottom: 1px solid #e1e1ec;
  padding: 1rem 2rem;
}
.hero-image {
  position: absolute;
  left: calc(60% - 350.5px);
  bottom: 0;
  width: 531px;
  height: 531px;
  z-index: 5;
  pointer-events: none;
}
.hero-logo-image {
  position: absolute;
  z-index: -1;
  right: 200px;
  top: calc(50% - 210.5px);
  width: 372px;
  height: 421px;
}
.hero-discount {
  display: flex;
  align-items: center;
  background: #fff;
  width: max-content;
  padding: 5px 6px;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 25px;
  margin-bottom: 18.8px;
}
.hero-discount strong {
  font-weight: 600;
  margin-left: 5px;
}
.hero-discount-box {
  background: #FF6E7F;
  border-radius: 48px;
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 14px;
}
.hero-subtitle {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.hero-title {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.hero-title::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 45px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  content: "";
}
.hero-description {
  max-width: 520px;
  line-height: 30px;
  font-size: 16.6px;
  color: #fff;
  font-weight: 400;
  margin-top: 56px;
}
.hero-description strong {
  font-weight: 700;
}
.hero-small {
  height: 263px;
  display: flex;
  background: rgb(255, 110, 127);
  align-items: center;
  justify-content: flex-start;
}
.hero-small .hero-title::before {
  display: none;
}
.hero-small .hero-description {
  margin-top: 26px;
}
.hero-small .hero-background-image {
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
}
.hero-blog {
  background: transparent;
  height: 624px;
  position: relative;
  padding: 50px;
  overflow: hidden;
}
.hero-blog-content {
  max-width: 482px;
  margin-left: auto;
  padding-right: 43.5px;
  height: 500px;
  overflow-y: auto;
}
.hero-blog-content .hero-title {
  max-width: 470px;
  margin-left: auto;
}
.hero-blog .hero-title {
  font-size: 28px;
}
.hero-blog .hero-title::before {
  display: none;
}
.hero-blog .hero-description {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.hero-blog-tag {
  position: absolute;
  left: 30px;
  background: #FF6E7F;
  top: 30px;
  font-weight: 600;
  border-radius: 18.5px;
  color: #fff;
  text-transform: uppercase;
  filter: drop-shadow(0 0 59px #FF6E7F);
}
.hero-blog-tag:hover {
  background: #FF6E7F;
  color: #fff;
}
.hero-blog ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.hero-blog ::-webkit-scrollbar {
  width: 5px !important;
}
.hero-blog ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.hero-blog ::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
}
.hero-hosting {
  text-align: center;
  height: 650px;
  margin-bottom: 440px;
  padding-top: 28rem;
  background: rgba(255, 110, 127, 0.9);
}
.hero-hosting .product-cards {
  margin: 0 !important;
}
.hero-hosting .product-card-icon {
  color: #fff;
}
.hero-hosting .hero-title {
  font-weight: 500;
}
.hero-hosting .hero-title span {
  font-weight: 700;
}
.hero-hosting .hero-description {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  max-width: 740px;
  margin-bottom: 2rem;
}
.hero-hosting .hero-background-image {
  z-index: 0;
  opacity: 0.5;
}
.hero-seo .hero-title {
  font-size: 65px;
}
.hero-seo .hero-description {
  font-size: 22px;
  max-width: 650px;
}
@media only screen and (max-width: 991px) {
  .hero-image,
  .hero-logo-image {
    display: none;
  }
  .swiper-hero .swiper-slide::before {
    width: 100% !important;
  }
  .swiper-hero .swiper-slide::after {
    display: none;
  }
  .hero-blog {
    padding: 32px;
  }
  .hero-blog-content {
    margin-top: 4rem;
  }
  .hero-hosting {
    height: max-content !important;
    margin-bottom: 50px !important;
    padding-top:0rem;
  }
  .hero-hosting .hero-title {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 1400px) {
  .hero-image {
    left: calc(71% - 265.5px) !important;
  }
}
.swiper-pagination-bullet {
  background: #fff !important;
  width: 12px !important;
  height: 8px !important;
  border-radius: 4px !important;
  transition: 0.3s width ease, 0.3s opacity ease;
}
.swiper-pagination-bullet-active {
  width: 24px !important;
}
.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.swiper-hero {
  height: 540px;
}
.swiper-hero .swiper-slide::before {
  position: absolute;
  left: 0;
  width: 60%;
  height: 100%;
  top: 0;
  background: #FF6E7F;
  content: "";
  z-index: -1;
}
.swiper-hero .swiper-slide::after {
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 0.1;
  content: "";
  z-index: -1;
}
.swiper-hero .swiper-slide .swiper-pagination-bullet {
  background: #fff !important;
  width: 12px !important;
  height: 8px !important;
  border-radius: 4px !important;
  transition: 0.3s width ease, 0.3s opacity ease;
}
.swiper-hero .swiper-slide .swiper-pagination-bullet-active {
  width: 24px !important;
}
.swiper-hero .swiper-slide .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.swiper-hero .swiper-slide .swiper-hero {
  height: 700px;
}
.swiper-hero .swiper-slide .swiper-hero .swiper-slide::before {
  position: absolute;
  left: 0;
  width: 60%;
  height: 100%;
  top: 0;
  background: #FF6E7F;
  content: "";
  z-index: -1;
}
.swiper-hero .swiper-slide .swiper-hero .swiper-slide::after {
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
  top: 0;
  background: #fff;
  opacity: 0.1;
  content: "";
  z-index: -1;
}
.swiper-services {
  width: 55%;
  position: unset !important;
  margin-right: 0 !important;
  right: 0;
}
.swiper-services .swiper-slide {
  width: 40% !important;
}
.swiper-services .swiper-pagination {
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2.5px;
}
.swiper-services .swiper-pagination-progressbar-fill {
  border-radius: 2.5px;
  background: #fff !important;
}
.swiper-services .swiper-button-prev,
.swiper-services .swiper-button-next {
  left: 0;
  top: 0;
  position: relative;
  color: #fff;
  width: 100.78px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-services .swiper-button-prev::after,
.swiper-services .swiper-button-next::after {
  font-size: 12px;
  font-weight: 600;
}
.swiper-services .swiper-button-next {
  background: #fff;
  color: #FF6E7F;
}
.swiper-action {
  display: flex;
  position: absolute;
  max-width: 380px;
  padding-top: 2rem;
  bottom: 60px;
  gap: 28px;
  width: 100%;
  z-index: 10;
}
.swiper-action-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.swiper-services {
  display: flex;
  justify-content: space-between;
}
.swiper-services .swiper-pagination {
  position: relative;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2.5px;
}
.swiper-services .swiper-pagination-progressbar-fill {
  border-radius: 2.5px;
  background: #fff !important;
}
.swiper-services .swiper-button-prev,
.swiper-services .swiper-button-next {
  left: 0;
  top: 0;
  position: relative;
  color: #fff;
  width: 84.82px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-services .swiper-button-prev::after,
.swiper-services .swiper-button-next::after {
  font-size: 12px;
  font-weight: 600;
}
.swiper-services .swiper-button-next {
  background: #fff;
  color: #FF6E7F;
}
.swiper-customers {
  position: unset !important;
  margin-top: 3rem;
}
.swiper-customers::before {
  position: absolute;
  left: 50px;
  bottom: 40%;
  transform: translateY(-50%);
  width: calc(100% - 100px);
  content: "";
  height: 1px;
  background: #FF9A97;
}
.swiper-customers .swiper-button-next,
.swiper-customers .swiper-button-prev {
  height: 50px;
  width: 50px;
  background: #ff9a97;
  border-radius: 100%;
  color: #fff;
}
.swiper-customers .swiper-button-next::after,
.swiper-customers .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 600;
}
.swiper-customers .swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-customers .swiper-slide {
  height: 139px !important;
}
.swiper-customers .swiper-slide-active img {
  border: 1px solid #fff !important;
  padding: 0.75rem;
  border-radius: 100%;
}
.swiper-customers .swiper-slide-active .customers-item-title,
.swiper-customers .swiper-slide-active .customers-item-role {
  opacity: 1;
}
.swiper-customers .swiper-slide:not(.swiper-customers .swiper-slide-active) .customers-description {
  opacity: 0;
}
.swiper-customers .swiper-slide img {
  margin: 0 auto;
  border: 1px solid transparent;
  padding: 0.75rem;
  transition: 0.3s border ease, 0.3s opacity ease;
  border-radius: 100%;
  margin-top: 4rem;
}
.swiper-app .swiper-pagination {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2.5px;
  overflow: hidden;
  position: relative !important;
}
.swiper-app .swiper-pagination-progressbar-fill {
  border-radius: 2.5px;
  overflow: hidden;
  background: #fff !important;
}
.swiper-app .swiper-button-prev,
.swiper-app .swiper-button-next {
  left: 0;
  top: 0;
  position: relative;
  color: #fff;
  width: 110.3px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-app .swiper-button-prev::after,
.swiper-app .swiper-button-next::after {
  font-size: 12px;
  font-weight: 600;
}
.swiper-app .swiper-button-next {
  background: #fff;
  color: #FF6E7F;
}
.swiper-app .swiper-actions {
  max-width: 300px;
  display: flex;
  position: relative;
  margin-left: auto;
  top: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 991px) {
  .swiper-customers {
    height: 460px;
  }
  .swiper-services {
    width: 100%;
    margin-top: 26rem;
  }
  .swiper-services .swiper-slide {
    width: 100% !important;
  }
  .swiper-services .swiper-action-wrapper {
    bottom: unset !important;
  }
  .swiper-services .swiper-action {
    top: -4rem;
    max-width: 320px !important;
    padding-top: 1rem;
  }
  .services {
    height: 860px !important;
    align-items: flex-start !important;
  }
  .services-content {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-app .swiper-button-prev,
  .swiper-app .swiper-button-next {
    width: 100px;
  }
}
.dropdown-software .dropdown-menu {
  border: 0 !important;
  width: max-content;
  min-width: 330px;
  padding: 0;
  filter: drop-shadow(0 7px 42px rgba(0, 0, 0, 0.15));
  overflow: hidden;
  border-radius: 4px;
}
.dropdown-software .dropdown-menu-header {
  border-bottom: 1px solid #DFE8EE;
  padding: 21px 30px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #696E8B;
  font-weight: 500;
}
.dropdown-software .dropdown-item {
  padding: 10px 31px;
  font-weight: 500;
  font-size: 1rem;
  color: #696E8B;
  transition: 0.3s color ease, 0.3s background ease;
}
.dropdown-hosting {
  width: 100%;
  position: unset;
}
.dropdown-hosting .row {
  --bs-gutter-y: 1.5rem ;
}
.dropdown-hosting .dropdown-menu {
  width: 100%;
  top: 98%;
  border-radius: 0;
  border-top: 0;
  background: #fff;
  padding: 20px 0;
}
.dropdown-hosting .dropdown-menu .container-xxl {
  display: block;
}
.dropdown-hosting .seo-card-item {
  filter: drop-shadow(0 7px 42px rgba(0, 0, 0, 0.15));
  padding-top: 30px;
  padding-bottom: 150px;
  display: block;
  border-top: 10px solid #FF6E7F;
}
.dropdown-hosting .seo-card-item .card-title {
  border-bottom: 0;
}
.dropdown-hosting .seo-card-item svg {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-toggle::after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .dropdown-hosting .btn {
    margin: 0 auto;
  }
  .dropdown-hosting .dropdown-menu {
    border: 0;
  }
}
.input {
  background: #fff;
  outline: 0;
  border: 0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
}
.input-wrapper {
  position: relative;
  max-width: 605px;
}
.input-search {
  padding: 24px;
  padding-left: 54px;
  color: #717C91;
  z-index: 2;
  width: 100%;
}
.input-search-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 50%;
  padding-left: 0.5rem;
  border-left: 1px solid #7D8293;
  transform: translateY(-50%);
  gap: 1rem;
}
.input-search-select {
  font-size: 18px;
  font-weight: 500;
  color: #7D8293;
  border: none !important;
  opacity: 0.5;
  cursor: pointer;
}
.input-search-select:focus {
  box-shadow: none !important;
}
.input-search-button {
  background: #FF6E7F;
  opacity: 1 !important;
  border: 1px solid transparent !important;
}
.input-search-button svg {
  fill: #fff;
}
.input-large {
  border: 1px solid rgba(179, 193, 219, 0.5);
  border-radius: 8px;
  width: 100%;
  padding: 18px 28px;
}
.input-large::-webkit-outer-spin-button,
.input-large::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-large::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #b3c1db;
}
.input-large:focus {
  box-shadow: none;
  border: 1px solid rgb(179, 193, 219);
}
.form-check-input:focus {
  box-shadow: none !important;
}
.form-switch .form-check-input {
  background-color: #B3C1DB;
  height: 30px;
  width: 60px;
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E");
}
.form-check-input:checked {
  background-color: #FF6E7F;
  border-color: #FF6E7F;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .input-search-right {
    border-left: 0;
    padding-left: 0;
    gap: 0;
  }
}
.suggestion {
  padding: 30px 0;
  filter: drop-shadow(6.91px 1.1px 43px rgba(49, 55, 79, 0.05));
}
.suggestion-card {
  width: 100%;
  background: #fff;
  filter: drop-shadow(6.91px 1.1px 43px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  padding: 18px 20px;
}
.suggestion-card-image {
  background: #F1F2F8;
  filter: drop-shadow(0 50px 50px rgba(56, 42, 77, 0.08));
  padding: 19px 12px;
  border-radius: 8px;
}
.suggestion-card-top {
  display: flex;
  align-items: center;
  gap: 16.5px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E9EAF5;
}
.suggestion-card-bottom {
  padding-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.suggestion-card-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1px;
}
.suggestion-card a {
  font-size: 14px;
  color: #717C91;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s transform ease;
}
.suggestion-card a:hover {
  transform: translateX(5px);
}
.suggestion-card-oldprice {
  color: rgba(43, 51, 57, 0.5);
  text-decoration: line-through;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.suggestion-card-price {
  font-weight: 600;
  font-size: 22px;
}
.suggestion-card-price span {
  font-size: 12px;
  color: rgba(43, 51, 57, 0.5);
  margin-left: 5%;
}
.suggestion-card-price-details{
  width: 300px;
}
.amount_spot_view{
  display: inline !important;
}
.suggestion-card-state {
  background: rgba(19, 206, 166, 0.2);
  color: #13CEA4;
  border-radius: 13px;
  padding: 3px 15px;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .suggestion-card {
    margin: 0.5rem 0;
  }
}
.services {
  height: 530px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.services::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #081839;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.services .container-xxl {
  position: relative;
}
.services-background-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}
.services-background-title {
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.2);
  background: transparent;
  color: transparent;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}
.services-subtitle {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: -3rem;
}
.services-subtitle span {
  color: #FF6E7F;
}
.services-title {
  font-size: 19.6px;
  font-weight: 400;
  color: #fff;
  max-width: 370px;
  margin-top: -20px;
}
.services-description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 21.6px;
  max-width: 451px;
  margin-top: 2rem;
}
.services-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
}
.services-card-icon {
  background: rgba(247, 105, 43, 0.2);
  width: max-content;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 24px;
}
.services-card .card-title {
  border-bottom: 0;
  max-width: 180px;
  text-transform: none;
}
.services-card .card-description {
  max-width: 270px;
}
.services-card .card-button {
  margin: 0;
  background: #13CEA4;
  border: 1px solid transparent;
  justify-content: space-between;
  text-transform: none;
}
.services-card .card-button:hover {
  border: 1px solid #13CEA4 !important;
}
.services-card .card-button:hover path {
  fill: #000;
}
.services-content {
  position: absolute;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .services-background-title {
    font-size: 33px !important;
  }
  .services-subtitle {
    top: -2rem;
  }
}
.referances {
  padding: 40px 0;
  height: 200px;
  width: 70%;
  margin: 0 auto;
}
.referances img {
  pointer-events: none;
}
.referances-seo {
  width: 90%;
}
.product .hide {
  display: none;
}
.product-item-tab-content:not(.product-item-tab-content-active) {
  height: 0 !important;
  opacity: 0;
}
.product-tab .nav-item {
  font-weight: 500;
}
.product-tab-bottom {
  position: relative;
  margin: 5rem 0;
}
.product-tab-bottom .tab-content {
  transition: 0.3s opacity ease;
  opacity: 0;
}
.product-tab-bottom .tab-content.product-tab-content-active {
  opacity: 1;
}
.product-tab-bottom .tab-content:not(.product-tab-content-active) {
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.product-subtitle {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  font-family: "Samsung Sharp Sans", sans-serif;
}
.product-subtitle span {
  color: #FF6E7F;
  font-weight: 700;
}
.product-description {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
}
.product-card {
  filter: drop-shadow(-8.49px 8.49px 25px rgba(129, 135, 161, 0.05));
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  padding-top: 30px;
  height: 100%;
  border-radius: 8px;
}
.product-card-top {
  padding-bottom: 17px;
  border-bottom: 1px solid #E9EAF5;
}
.product-card-image {
  width: 100%;
  height: 256px;
}
.product-card-icon {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #FF6E7F;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-card-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 1rem;
}
.product-card-description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(43, 51, 57, 0.5);
}
.product-card-price-details {
  padding: 20px 0;
  border-bottom: 1px solid #E9EAF5;
}
.product-card-oldprice {
  font-size: 22px;
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(43, 51, 57, 0.5);
}
.product-card-price {
  font-size: 38px;
  color: #31E072;
  margin-top: -0.5rem;
  font-weight: 600;
}
.product-card-price-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-card-feature {
  padding: 12px 0;
}
.product-card-feature-item {
  padding: 8px 0;
  font-size: 18px;
}
.product-card-button {
  background: #31E072;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 0;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product-tabs {
  position: relative;
  z-index: 10;
}
.product-tabs .tab-content > .tab-pane {
  display: block !important;
}
.product-tabs-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  margin-bottom: 3rem;
  gap: 2rem;
}
.product-tabs-top .tab-content {
  margin-left: auto;
}
.product-tab {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 13px 12px;
  width: max-content;
  position: relative;
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.product-tab .nav {
  margin-bottom: 0 !important;
}
.product-tab .nav-link {
  padding: 10px 20px;
  border-radius: 28px;
  font-size: 1rem;
  cursor: pointer;
  color: #000;
  transition: 0.5s all ease;
  position: relative;
}
.product-tab .nav-link:not(.product-tab .nav-link:hover, .product-tab .nav-link.active)::before {
  position: absolute;
  right: 0;
  width: 0.5px;
  height: 100%;
  bottom: 0;
  content: "";
  background: #E9EAF5;
}
.product-tab .nav-link:hover {
  background: #FF6E7F;
  color: #fff;
}
.product-tab .nav-link.active {
  background: #FF6E7F;
  color: #fff;
  font-weight: 600 !important;
}
.product-tab .nav-item:hover {
  opacity: 1 !important;
}
.product-tab .nav-item {
  margin: 0 0.5rem;
}
.product-tab .nav-item:nth-last-child(1) .nav-link::before {
  display: none;
}
.product-tab-state {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -90%);
  background: rgba(255, 110, 127, 0.2);
  color: #FF6E7F;
}
.product-tab-state path {
  fill: #FF6E7F !important;
}
.product-redirect {
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .product-cards {
    gap: 3rem;
  }
  .product-redirect {
    margin-top: 0 !important;
  }
  .product-tabs-top {
    flex-direction: column;
    margin: 3rem 0;
    gap: 20px;
    width: 100%;
  }
  .product-tabs-top .tab-pane {
    width: 100%;
  }
  .product-tabs-top .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-tab {
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  .product-tab-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .product-tab .nav-item {
    margin: 0 !important;
  }
  .product-tab .nav-link {
    padding: 10px !important;
  }
  .product-tab .nav-link::before {
    display: none;
  }
}
.feature .row {
  row-gap: 60px;
}
.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  transition: 0.5s background ease;
}
.feature-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 28px;
  transition: 0.5s opacity ease, 0.5s color ease;
  margin-bottom: 8px;
}
.feature-card-description {
  font-size: 18px;
  font-weight: 400;
  color: #363643;
  max-width: 350px;
  transition: 0.5s opacity ease, 0.5s color ease;
}
.feature-card-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.feature-card-background {
  background: #fff;
  width: 100%;
  filter: drop-shadow(-8.49px 8.49px 25px rgba(129, 135, 161, 0.05));
  padding: 40px 15px;
}
.feature-card-background .feature-card-title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 185px;
}
.feature-card-background .feature-card-description {
  margin-top: 40px;
  opacity: 0.5;
}
.feature-card-background circle {
  transition: 0.5s all ease;
}
.feature-card-background g {
  transition: 0.5s opacity ease;
}
.feature-card-background path {
  transition: 0.5s fill ease;
}
.feature-card.feature-card-background:hover {
  background: #FF6E7F;
}
.feature-card.feature-card-background:hover .feature-card-title {
  color: #fff;
}
.feature-card.feature-card-background:hover .feature-card-description {
  color: #fff;
  opacity: 1;
}
.feature-card.feature-card-background:hover .feature-card-logo {
  opacity: 1;
}
.feature-card.feature-card-background:hover g {
  opacity: 1 !important;
}
.feature-card.feature-card-background:hover path {
  fill: #FF6E7F;
}
.feature-card.feature-card-background:hover circle:nth-child(3) {
  fill: #fff !important;
  opacity: 1 !important;
}
.feature-card.feature-card-background:hover circle:nth-child(2) {
  fill: #fff !important;
}
.feature-card.feature-card-background:hover circle:nth-child(1) {
  fill: #fff !important;
}
.customers {
  height: 550px;
  margin-top: 171px;
  text-align: center;
  background: #FF6E7F;
  padding: 82px 0;
  position: relative;
}
.customers .container-xxl {
  position: relative;
}
.customers-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.customers-title {
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.customers-description {
  font-size: 18px;
  font-weight: 400;
  width: 820px;
  align-self: center;
  color: #fff;
  margin: 0 auto;
  margin-top: -266px;
  position: absolute;
  transition: 0.5s opacity ease;
}
.customers-item-title {
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
  transition: 0.3s opacity ease;
  opacity: 0;
}
.customers-item-role {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s opacity ease;
  opacity: 0;
}
.centered-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.swiper-customers .swiper-button-next,
.swiper-customers .swiper-button-prev {
  margin-top: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .customers-description {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .customers-description {
    font-size: 14px;
    width: 95%;
  }
}
.support-box {
  background: #fff;
  margin: 2rem 0;
}
.support-box .container-xxl {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.support-box-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.support-box-button {
  background: #FF6E7F;
  color: #fff;
  width: 180px;
  font-weight: 600;
  padding: 1rem 25px;
}
.support-box-title {
  font-size: 28px;
  color: #2B3339;
  font-weight: 600;
  line-height: 1;
}
.support-box-description {
  font-weight: 400;
  font-size: 20px;
  color: #2B3339;
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .support-box {
    padding-bottom: 2rem;
  }
  .support-box-left {
    flex-direction: column;
    text-align: center;
  }
  .support-box .container-xxl {
    flex-direction: column;
    align-items: flex-start;
  }
  .support-box-button {
    margin: 0 auto;
    margin-top: 1rem;
  }
  .support-box-texts {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .support-box-description {
    margin-top: 0.5rem;
  }
}
.questions {
  text-align: center;
}
.questions-title {
  font-size: 32px;
  font-weight: 500;
}
.questions-description {
  font-size: 18px;
  color: #787d83;
  font-weight: 400;
  margin-top: 21px;
}
.questions-card {
  margin-top: 51px;
  text-align: left;
  width: 100%;
  height: 330px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  padding: 17px 1rem;
}
.questions-card-top {
  font-size: 20px;
  font-weight: 500;
  color: #4e525d;
  margin-bottom: 26px;
  padding: 0 38px;
}
.questions-card-content {
  padding: 0 38px;
  overflow-y: scroll;
  display: block;
  height: 248px;
  padding-bottom: 61px;
}
.questions-card-content p {
  font-size: 18px;
  font-weight: 400;
  color: #4e525d;
  line-height: 24px;
}
.questions .accordion-button {
  padding: 1.5rem;
}
.questions ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.questions ::-webkit-scrollbar {
  width: 5px !important;
}
.questions ::-webkit-scrollbar-thumb {
  background: #FF6E7F;
  border-radius: 10px;
}
.questions ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e6e4ef;
}
@media only screen and (max-width: 991px) {
  .questions-description {
    font-size: 13.4px;
    margin-top: 0;
  }
}
.accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 59px;
}
.accordion-item {
  height: max-content;
  border: 0 !important;
  border-radius: 8px;
}
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff !important;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  color: #37384E !important;
}
.accordion-button:not(.collapsed) .accordion-button-icon-item:nth-child(2) {
  opacity: 0;
}
.accordion-button-icon-item {
  background: #FF6E7F;
  height: 1.5px;
  width: 12.5px;
  transition: 0.2s opacity ease;
}
.accordion-button-icon-item:last-child {
  transform: rotate(90deg);
  position: relative;
  top: -1.75px;
}
.accordion-button::after {
  display: none;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-body {
  font-size: 18px;
  font-weight: 400;
  color: #4e525d;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .accordion {
    margin-top: 26px;
    grid-template-columns: repeat(1, 1fr);
  }
  .accordion-button {
    font-size: 11px;
  }
}
.seo {
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}
.seo .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.seo .btn {
  font-size: 18px;
}
.seo-information {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
}
.seo-information-top {
  padding: 26px 28px;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #E9EAF5;
}
.seo-information-top span {
  color: #FF6E7F;
}
.seo-information-description {
  font-size: 18px;
  font-weight: 500;
  padding: 28px;
  color: #414B5D;
}
.seo-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  top: -206.2px;
}
.seo-card-item {
  position: relative;
  background: #fff;
  overflow: hidden;
  filter: drop-shadow(6.91 1.1 43 rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  text-align: center;
  padding-top: 120px;
}
.seo-card-item--small {
  padding-top: 16px !important;
  text-align: right;
}
.seo-card-item--small .centered-icon {
  left: 0 !important;
  transform: translateX(0) !important;
}
.seo-card-item--small .seo-card-item-description {
  padding-right: 20px;
}
.seo-card-item--small .card-title {
  padding-right: 20px;
}
.seo-card-item .centered-icon {
  transform: translateX(-50%);
}
.seo-card-item-title {
  font-size: 22px;
  color: #363643;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E9EAF5;
}
.seo-card-item-description {
  font-size: 18px;
  font-weight: 400;
  max-width: 277px;
  margin: 10px auto;
  color: #2B3339;
}
@media only screen and (max-width: 991px) {
  .hero-small .hero-title {
    font-size: 40px;
  }
  .centered-icon {
    width: 100%;
    height: 75px;
  }
  .seo-card-item {
    padding-top: 85px;
  }
  .seo-card-item--small {
    text-align: center !important;
  }
  .seo-card-item--small .centered-icon {
    width: max-content !important;
  }
  .seo-card {
    grid-template-columns: repeat(1, 1fr);
  }
  .seo-steps-content {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .seo-steps {
    margin-top: 0 !important;
  }
}
.seo-steps {
  margin-top: -10rem;
  position: relative;
  z-index: 10;
}
.seo-steps .row {
  align-items: end;
}
.seo-steps-image {
  width: 100%;
  height: 100%;
}
.seo-steps-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  row-gap: 56.8px;
}
.seo-steps-content-item-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.seo-steps-content-item-number {
  width: 58.69px;
  border-radius: 100%;
  padding: 1.5rem;
  height: 58.69px;
  font-size: 19.2px;
  font-weight: 600;
  background: rgba(255, 110, 127, 0.2);
}
.seo-steps-content-item-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.seo-steps-content-item-description {
  font-size: 16px;
  font-weight: 400;
  color: #363643;
}
@media only screen and (max-width: 991px) {
  .seo-card {
    top: 0;
  }
  .seo-steps .row {
    gap: 2rem;
  }
  .seo-steps-content-item-title {
    font-size: 15.6px;
  }
}
.login-tab {
  border: 0;
  gap: 1rem;
  margin-top: 35px;
  margin-bottom: 1rem;
  padding-right: 12px;
}
.login-tab .nav-item {
  opacity: 1 !important;
  font-weight: 600 !important;
  font-size: 22px;
}
.login-tab .nav-link {
  border-radius: 8px !important;
  background: #fff;
  transition:
          0.5s background ease,
          0.5s border ease,
          0.5s color ease;
  color: #000;
}
.login-tab .nav-link:hover:not(.login-tab .nav-link.active) {
  background: rgba(255, 110, 127, 0.5);
  border: 1px solid transparent;
  color: #000;
}
.login-tab .nav-link.active {
  background: #FF6E7F;
  color: #fff;
}
.login-tab .nav-link.active:hover {
  border: 1px solid #FF6E7F;
  background: transparent;
  color: #000;
}
.login-body {
  height: 100vh;
}
.login-body .container-xxl {
  height: 100%;
}
.login-body .tab-pane {
  width: 100%;
  margin-top: 25.5px;
}
.login-body .tab-pane-title {
  font-size: 22px;
  font-weight: 500;
  color: #424954;
}
.login-select {
  cursor: pointer;
  color: #b3c1db;
}
.login-select-arrow {
  position: absolute;
  right: 28px;
  top: calc(50% - 3px);
}
.login-select-subtitle {
  font-size: 18px;
  color: #b3c1db;
  font-weight: 500;
  position: absolute;
  left: 40px;
  top: 3px;
}
.login-form-content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-form .btn {
  font-size: 18px;
  font-weight: 600;
}
.login-form-software {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-form:not(.login-form-active) .login-form-software {
  display: none;
}
.login-form .row {
  row-gap: 15px;
}
.login-form .col-lg-6 {
  position: relative;
}
.login-form-privacy-title {
  font-size: 16px;
  font-weight: 400;
}
.login-form-privacy-button {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  font-size: 16px;
}
.login-form-action {
  margin-top: 25px;
}
.login-form-action .btn,
.login-form-action a {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 15px 30px;
}
.login-form-action .btn-primary {
  background: #FF6E7F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-form-action .btn-primary span {
  gap: 15px;
  display: flex;
  align-items: center;
}
.login-image {
  height: auto;
  width: 100%;
}
.form-holder {
  height: 100%;
  padding: 43px 0;
  width: 100%;
}
.form-check {
  padding-bottom: 15px;
}
.arrow {
  transition: 0.3s transform ease;
}
.arrow-wrapper {
  position: relative;
}
.arrow-wrapper-active .arrow {
  transform: rotate(-180deg);
}
@media only screen and (max-width: 991px) {
  .login-image {
    display: none;
  }
  .login-form-action .btn,
  .login-form-action a {
    justify-content: space-between !important;
  }
}
.news .row {
  margin-top: 57px;
}
.news .hero-top {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 2rem;
}
.news .hero-title {
  font-size: 36px;
  font-weight: 600;
}
.news .hero-description {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
}
.news .hero-small {
  height: 459px;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 8px;
  text-align: center;
}
.news-hero-image {
  height: 497px;
  width: 100%;
  padding: 0 82px;
  margin-top: 1rem;
}
.news .col-lg-3 {
  display: flex;
  flex-direction: column;
  gap: 89px;
}
.news-content {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  padding-top: 250px;
}
.news-content-top {
  width: 100%;
}
.news-content-top .accordion-button-title {
  font-weight: 600;
}
.news-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 25px 0;
  position: relative;
}
.news-content-bottom::before {
  content: "";
  height: 0.5px;
  width: calc(100% + 60px);
  left: -30px;
  top: 0;
  background: rgba(156, 158, 175, 0.3);
  position: absolute;
}
.news-content-tag {
  display: flex;
  align-items: center;
  gap: 25px;
}
.news-content-tag-item {
  font-size: 18px;
  font-weight: 500;
  color: #24232E;
  transition: 0.3s opacity ease;
}
.news-content-tag-item:hover {
  opacity: 0.75;
}
.news-content-tag-icon {
  background: #F1F2F7;
  border-radius: 100%;
  color: #FF6E7F;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-content-share {
  display: flex;
  align-items: center;
  gap: 11px;
}
.news-content-share-item {
  transition: 0.3s opacity ease;
}
.news-content-share-item:hover {
  opacity: 0.5;
}
.news-content-title {
  margin-top: 34px;
  margin-bottom: 23px;
  font-size: 24px;
  color: #24232E;
  font-weight: 600;
}
.news-content-description {
  color: #24232E;
  font-size: 18px;
  font-weight: 400;
}
.news .accordion {
  grid-template-columns: repeat(1, 1fr);
}
.news .accordion,
.news .accordion-button {
  border-radius: 0 !important;
}
.news .accordion-button {
  background: #DFE2EC !important;
}
.news .accordion-button svg {
  transform: rotate(180deg);
  transition: 0.3s transform ease;
}
.news .accordion-button:not(.collapsed) svg {
  transform: rotate(0deg);
}
.news .blog-contents {
  margin-left: 10%;
}
.news .accordion-body {
  border: 1px solid #DFE2EC;
  font-size: 1rem;
}
.news-detail {
  display: flex;
  align-items: center;
  gap: 27px;
}
.news-detail-item {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.news-detail-item svg {
  margin-right: 0.5rem;
}
.news-font-resize {
  position: relative;
  padding-left: 20px;
}
.news-font-resize-item {
  transition: 0.3s opacity ease;
  font-size: 18px;
  font-weight: 500;
}
.news-font-resize-item:hover {
  opacity: 0.25;
}
.news-font-resize span {
  position: relative;
  top: -0.3rem;
}
.news-font-resize::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.8rem;
  background: #fff;
  width: 1px;
  height: calc(100% + 1.6rem);
}
.news .breadcrumb-item {
  font-size: 14px;
}
.news .blog-content-top {
  font-weight: 600;
  margin: 1rem 0;
}
@media only screen and (max-width: 991px) {
  .news .row {
    gap: 2rem;
  }
  .news-hero-image {
    display: none;
  }
  .news-detail {
    gap: 20px;
    row-gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .news-font-resize {
    padding-left: 0;
  }
  .news-content {
    padding: 10px;
  }
  .news-content-title {
    font-size: 1rem;
  }
  .news-content-bottom {
    gap: 25px;
    flex-direction: column;
  }
  .news-content-tag {
    flex-direction: column;
  }
  .news-font-resize::before {
    display: none;
  }
  .news .hero-top {
    flex-direction: column;
    padding: 1rem;
  }
  .news .hero-description {
    font-size: 16.6px;
  }
  .news .accordion-button {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 991px) {
  .news .hero-small {
    height: max-content;
    padding-bottom: 2rem;
  }
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-primary {
  background: #FF6E7F;
  padding: 30px;
  margin: 45px 0;
  border-radius: 8px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  gap: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item:last-child {
  font-weight: 600;
}
.breadcrumb-item::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-primary {
    padding: 30px 20px;
  }
}
.articles {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.articles-image {
  height: 185px;
  width: 100%;
  margin-bottom: 1rem;
}
.articles-content {
  padding: 0 24px;
}
.articles-title {
  font-size: 20px;
  font-weight: 600;
}
.articles-description {
  font-size: 16px;
  font-weight: 400;
  color: #24232E;
  line-height: 24px;
}
.articles-button {
  background: #FF6E7F;
  border: 1px solid transparent;
  color: #fff;
  padding: 15px 24px;
  justify-content: space-between;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  border-top-right-radius: 0;
}
.blog {
  width: 100%;
  margin-top: 2rem;
}
.blog .row {
  --bs-gutter-y: 1.5rem;
}
.blog .col-lg-3 {
  row-gap: 30px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 74px;
}
.pagination-next {
  background: #FF6E7F;
}
.pagination-next:hover path {
  fill: #000;
}
.pagination-prev,
.pagination-next {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.pagination-prev path,
.pagination-next path {
  transition: 0.5s fill ease;
}
.page-link {
  border-radius: 30px !important;
  background: #E1E1EB;
  font-size: 16px;
  font-weight: 500;
  color: #5E5E6C;
  padding: 1rem 2rem;
}
.page-item:hover .page-link {
  color: #5E5E6C;
}
.page-item.disabled .page-link {
  background: #fff !important;
}
.progress {
  height: 5px;
  width: 200px;
  overflow: hidden;
  border-radius: 2.5px;
  background: rgba(255, 110, 127, 0.2);
}
.progress-thumb {
  border-radius: 2.5px;
  width: 82px;
  background: #FF6E7F;
}
.store-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 17px 20px;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.store-content-top .form-select-wrapper {
  min-width: 140px;
  position: relative;
}
.store-content-top .form-check {
  padding-bottom: 0;
}
.store-content-top .sidebar-title {
  position: relative;
  top: 8px;
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 1rem;
}
.store-content-top .input-large {
  padding: 10px 28px;
}
.store-content-top .login-select-arrow {
  top: calc(50% - 2.5px);
}
.store-content .row {
  --bs-gutter-y: 2rem ;
}
.store-content .pagination {
  margin-top: 40px;
}
.store-content .product-card {
  text-align: left;
  padding: 0;
}
.store-content .product-card-title {
  margin-top: 0;
}
.store-content .product-card-description {
  margin-top: 0.5rem;
  font-weight: 400;
  color: #2B3339;
  max-width: 270px;
}
.store-content .product-card-oldprice {
  font-size: 16px;
  font-weight: 500;
  color: rgba(43, 51, 57, 0.5);
  margin-top: 1rem;
  margin-right: 1.8rem;
}
.store-content .product-card-price {
  font-size: 28px;
  color: #2B3339;
}
.store-content .product-card-tag {
  gap: 11px !important;
  display: flex;
  align-items: center;
  padding: 9px 20px;
}
.store-content .product-card-content span {
  font-size: 12px;
  font-weight: 500;
  color: #7B7B84;
}
.store-content .product-card img {
  padding: 25px;
  padding-bottom: 0;
}
.store-content .product-card-content {
  padding: 25px;
  border-top: 1px solid #E9EAF5;
}
.store-content .product-card .suggestion-card-state {
  font-size: 10px;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  top: -2px;
  margin-left: 5%;
}
.store .card-tag {
  gap: 11.4px;
  display: flex;
  align-items: center;
}
.sidebar .sidebar-option .form-check-input {
  margin-left: 0 !important;
}
.sidebar-checks::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.sidebar-checks::-webkit-scrollbar {
  width: 5px !important;
}
.sidebar-checks::-webkit-scrollbar-thumb {
  background: #FF6E7F;
  border-radius: 10px;
}
.sidebar-checks::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e6e4ef;
}
@media only screen and (max-width: 991px) {
  .store .row {
    flex-direction: column-reverse;
  }
  .sidebar .row {
    flex-direction: column;
  }
  .sidebar-name-filter .btn {
    height: 40px;
    width: 40px;
  }
  .sidebar .row {
    gap: 1rem;
  }
  .store-content-top {
    flex-direction: column;
    gap: 1rem;
  }
  .sidebar-option .row {
    justify-content: space-between;
  }
  .sidebar-option .col-lg-6 {
    width: max-content;
  }
  .product-card {
    text-align: center !important;
  }
  .product-card-price-detail {
    justify-content: center;
  }
  .product-card img {
    width: auto;
  }
}
.card-logo {
  position: absolute;
  left: -1rem;
  top: -1rem;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.5s opacity ease;
}
.card-logo img {
  width: 146px;
  height: 160px;
  pointer-events: none;
}
.card-title {
  font-weight: 600;
  font-size: 22px;
  color: #363643;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E9EAF5;
}
.card-button {
  background: #FF6E7F;
  margin: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  gap: 24px;
  color: #fff;
  padding: 15px 25px;
}
.card-tag {
  font-size: 14px;
  font-weight: 600;
  background: #FF6E7F;
  width: max-content;
  padding: 8px 40px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 17px;
  color: #fff;
  text-transform: uppercase;
}
.hosting-feature {
  margin: 2rem 0;
}
.hosting-feature-card {
  display: flex;
  gap: 1rem;
}
.hosting-feature-card-icon {
  background: #fff;
  border-radius: 100%;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hosting-feature-card .card-title {
  margin: 0;
  margin-top: 0.5rem;
  border-bottom: 0;
  font-size: 24px;
  font-weight: 500 !important;
  text-transform: none;
}
.hosting-feature-card .card-description {
  font-size: 16px;
  font-weight: 400;
  color: #363643;
  max-width: 415px;
  line-height: 28px;
}
.hosting-feature .row {
  row-gap: 81px;
}
.hosting-feature-title {
  font-size: 63px;
  line-height: 75px;
  font-weight: 500;
  color: #363643;
}
.hosting-feature-title span {
  font-weight: 700;
}
.hosting-feature-title span span {
  color: #FF6E7F;
}
.hosting-feature-description {
  color: #363643;
  font-size: 18px;
  font-weight: 500;
  max-width: 550px;
  margin-bottom: 67px;
}
.hosting-feature-description a {
  color: #363643;
  font-weight: 700;
  transition: 0.3s opacity ease;
}
.hosting-feature-description a:hover {
  opacity: 0.5;
}
.hosting-feature-image {
  width: 85%;
  margin-left: auto;
  height: auto;
}
.hosting-feature .col-lg-4 {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .hosting-feature-title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 1rem;
  }
  .hosting-feature-description {
    font-size: 13px;
  }
  .hero-hosting .hero-description {
    font-size: 12px;
    line-height: 20px;
  }
  .hero-hosting .hero-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .hosting-feature-image {
    display: none;
  }
  .hosting-feature-title {
    line-height: 50px !important;
    margin-bottom: 1rem;
  }
}
.app {
  position: relative;
  margin-top: 10rem;
  height: 437px;
}
.app-background-image {
  position: absolute;
  right: 0;
  width: 50%;
  pointer-events: none;
  height: 100%;
  z-index: -1;
}
.app-card {
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 10px 32px rgba(49, 55, 79, 0.05));
  padding: 14px;
}
.app-card-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.app-card-icon {
  padding: 12px;
  border-radius: 8px;
}
.app-card-icon-prestashop {
  background: #FEE8F0;
}
.app-card-icon-opencart {
  background: #ECF9FE;
}
.app-card-icon-magento {
  background: #FFF0EA;
}
.app-card-icon-wordpress {
  background: #D1F4FF;
}
.app-card .card-title {
  font-size: 24px;
  border-bottom: 0;
  font-weight: 700;
  padding: 0;
  text-transform: none;
}
.app-card .card-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #2B3339;
}
.swiper-app {
  margin-top: -9rem;
}
@media only screen and (max-width: 1199px) {
  .swiper-app .swiper-actions {
    max-width: 363px;
  }
  .app-background-image {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .app {
    height: 460px;
    margin-top: 0 !important;
  }
  .app-content {
    padding-top: 3rem;
  }
  .app-background-image {
    width: 120%;
  }
  .app .section-title,
  .app .section-description {
    text-align: center;
    margin: 0 auto;
    color: #FFF0EA;
  }
  .app .swiper-actions {
    margin: 0 auto;
    margin-left: auto;
    top: 7rem;
    max-width: 500px !important;
  }
  .app .swiper {
    margin-top: -5rem;
  }
}
@media only screen and (max-width: 991px) {
  .app .section-title {
    font-size: 30px;
  }
  .app .section-description {
    margin-top: 0.5rem !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .app .section-title {
    font-size: 22px;
  }
}
.section-title {
  font-size: 45px;
  font-weight: 600;
}
.section-description {
  font-size: 18px;
  font-weight: 500;
  max-width: 620px;
  margin-top: 1rem;
}
.package {
  text-align: center;
}
.package .section-description {
  margin: 0 auto;
}
.package-details {
  margin-top: 71px;
  flex-wrap: nowrap;
  align-items: center;
}
.package-details-sidebar {
  text-align: left;
  margin-top: -70px;
}
.package-details-sidebar-title {
  font-size: 22px;
  font-weight: 700;
}
.package-details-sidebar-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 43px;
  margin-top: 37px;
}
.package-details-sidebar-content-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #363643;
}
.package-details-content {
  text-align: left;
}
.package-card {
  position: relative;
  min-height: 840px;
  text-align: center;
  padding-top: 37px;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(-8.49px 8.49px 25px rgba(129, 135, 161, 0.05));
  color: #2B3339;
  transition: 0.5s color ease, 0.5s background ease;
}
.package-card:hover {
  color: #fff;
  background: #FF6E7F;
}
.package-card:hover .btn-success {
  background: #fff !important;
  color: #FF6E7F !important;
}
.package-card:hover .btn-success path {
  fill: #FF6E7F;
}
.package-card:hover .package-card-logo circle {
  fill: #fff;
}
.package-card:hover .package-card-logo path {
  fill: #FF6E7F;
}
.package-card:hover .package-card-information path,
.package-card:hover circle {
  fill: #fff;
}
.package-card:hover .package-card-content-item-icon {
  background: rgba(0, 0, 0, 0.25);
}
.package-card:hover .package-card-content-item-icon path {
  fill: #fff;
}
.package-card:hover .card-tag {
  background: #fff;
  color: #FF6E7F;
}
.package-card .card-tag {
  background: #2B3339;
  color: #fff;
  transition: 0.5s color ease, 0.5s background ease;
}
.package-card-logo {
  margin-bottom: 8px;
}
.package-card-logo circle,
.package-card-logo path {
  transition: 0.5s fill ease;
}
.package-card-role {
  font-size: 18px;
  font-weight: 600;
}
.package-card-price {
  font-size: 30px;
  font-weight: 600;
}
.package-card-price span {
  font-size: 17px;
  font-weight: 400;
}
.package-card-information {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
}
.package-card-information path,
.package-card-information circle {
  transition: 0.5s fill ease;
}
.package-card-content {
  list-style: none;
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.package-card-content-item {
  font-size: 18px;
  font-weight: 500;
  height: 21px;
}
.package-card-content-item-icon {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s background ease;
}
.package-card-content-item-icon path {
  transition: 0.5s fill ease;
}
.package-card-content-item-icon-success {
  background: rgba(220, 244, 216, 0.25);
}
.package-card-content-item-icon-danger {
  background: rgba(255, 214, 213, 0.25);
}
.package-card-bottom {
  margin-top: 2rem;
}
.package-card-button {
  margin: 0 1rem;
  margin-top: 1rem;
  border-radius: 8px;
  padding: 9px 0;
}
@media only screen and (max-width: 991px) {
  .package-details-sidebar {
    min-width: 220px !important;
  }
  .package-details-content {
    min-width: 990px !important;
  }
  .package-details-wrapper {
    display: inline-block;
    overflow-y: auto;
    width: 100%;
  }
}
.sidebar {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-top {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e8eff4;
}
.sidebar-top-icon {
  height: 40px;
  width: 40px;
  padding: 0;
  cursor: auto;
  border-radius: 2px;
  background: rgba(255, 110, 127, 0.2);
}
.sidebar-top-icon:hover {
  background: rgba(255, 110, 127, 0.2) !important;
  color: #FF6E7F !important;
}
.sidebar-top-icon:hover path {
  fill: #FF6E7F;
}
.sidebar-top-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FF6E7F;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: #424954;
  margin-bottom: 1rem;
}
.sidebar .form-check {
  padding: 5px 20px;
}
.sidebar .form-check input {
  margin-left: -1rem !important;
}
.sidebar .form-check label {
  transition: 0.3s color ease;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.sidebar .form-check input:checked ~ label {
  color: #FF6E7F;
}
.sidebar-search {
  padding: 20px;
  padding-bottom: 0;
}
.sidebar-checks {
  border-bottom: 1px solid #e8eff4;
  padding: 20px;
}
.sidebar-price {
  border-bottom: 1px solid #e8eff4;
  padding: 20px;
}
.sidebar-price .sidebar-checks {
  border-bottom: 0;
  padding: 0;
  margin: 20px 0;
  margin-bottom: 0;
  height: 100px;
  overflow-y: auto;
}
.sidebar-name-filter {
  border-bottom: 1px solid #e8eff4;
  padding: 20px;
}
.sidebar-name-filter .row {
  --bs-gutter-x: 10px;
}
.sidebar-name-filter .btn {
  height: 100%;
  width: 100%;
  background: #FF6E7F;
  padding: 0;
}
.sidebar-option {
  border-bottom: 1px solid #e8eff4;
  padding: 20px;
}
.sidebar-option .sidebar-title {
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.sidebar-option .form-check {
  padding: 0;
  width: max-content;
  margin-left: auto;
}
.sidebar-option .form-check-input {
  margin-top: 0;
}
.sidebar-contact-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin-top: 20px;
  padding: 0 23px;
}
.sidebar-contact-menu-item {
  font-size: 18px;
  font-weight: 600;
  color: #8e9da8;
  padding: 14px 23px;
  border-radius: 2px;
  transition: 0.3s color ease, 0.3s background ease;
}
.sidebar-contact-menu-item-active,
.sidebar-contact-menu-item:hover {
  color: #ff6e7f;
  background: rgba(255, 110, 127, 0.1);
}
.sidebar-contact .sidebar-top {
  justify-content: space-between;
}
.contact .sidebar {
  filter: drop-shadow(9.88px 1.56px 27px rgba(0, 0, 0, 0.04));
  border-radius: 8px;
}
.contact {
  border-radius: 8px;
  background: #fff;
  filter: drop-shadow(9.88px 1.56px 27px rgba(0, 0, 0, 0.04));
}
.contact-top {
  color: #FF6E7F;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 36px;
  border-bottom: 1px solid #E8EFF4;
}
.contact-content {
  padding: 30px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8EFF4;
}
.contact-content-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  color: #2A303C;
  width: max-content;
}
.contact-content-item span {
  font-weight: 600;
  margin-left: -0.7rem;
}
.contact-form {
  padding: 30px 36px;
}
.contact-form .row {
  --bs-gutter-y: 1.5rem ;
}
.contact-form label {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #242A35;
  margin-bottom: 1rem;
}
.contact-form-btn {
  background: #FF6E7F;
  color: #fff;
  padding: 1rem 38px;
  text-transform: uppercase;
  margin-left: auto;
  margin-top: 1.5rem;
}
.input-contact {
  border: 1px solid #D0D8E8;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
  padding-left: 63px;
  transition: 0.3s border ease, 0.3s color ease;
}
.input-contact:focus {
  border: 1px solid #FF6E7F;
  color: #FF6E7F;
}
.input-contact:focus ~ .form-control-icon {
  --fill-color: #FF6E7F !important;
}
.form-control-wrapper {
  position: relative;
}
.form-control-wrapper textarea {
  min-height: 121px;
}
.form-control-icon {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  --fill-color: #d0d8e8;
  font-weight: 500;
}
.form-control-icon-textarea {
  top: 14px;
  transform: translateY(50%);
}
.form-control-icon path {
  fill: var(--fill-color);
  transition: 0.3s fill ease;
}
@media only screen and (max-width: 991px) {
  .contact-row {
    flex-direction: column-reverse;
  }
}
.navbar {
  width: 100%;
  padding: 0;
  display: block;
  background: #fff;
  position: relative;
  z-index: 100;
}
.navbar-logo {
  height: 45px;
  width: 216px;
}
.navbar .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #F4F5FD;
  padding: 9px 0;
}
.navbar-bottom {
  padding: 9px 0;
}
.navbar-left {
  display: flex;
  align-items: center;
}
.navbar-right {
  display: flex;
  align-items: center;
  gap: 41px;
  position: relative;
  margin-right: 1rem;
  padding-right: 85px;
}
.navbar-right a::before {
  position: absolute;
  content: "";
  right: -21px;
  height: 80.6px;
  width: 1px;
  top: -25px;
  background: #F3F4FD;
}
.navbar-right a:nth-last-child(2):hover .btn-success {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.navbar-title {
  font-size: 18px;
  color: #989BA8;
  margin-left: 32px;
  padding-left: 19px;
  font-weight: 400;
  position: relative;
}
.navbar-title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  left: 0;
  background: #EBEBEB;
}
.navbar-title span {
  font-weight: 600;
  color: #FF6E7F;
}
.navbar-nav {
  justify-content: space-between;
  width: 100%;
}
.navbar-nav-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.navbar-basket {
  top: calc(50% - 12px);
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  color: #31E072;
}
.navbar-basket-number {
  height: 18px;
  width: 22px;
  border-radius: 14px;
  background: #31E072;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.navbar .btn-success {
  min-height: 44px;
  min-width: 44px;
  padding: 15px !important;
}
.navbar .btn-success svg {
  height: 13px;
  width: 15px;
}
.navbar .btn-primary:hover {
  background: #FF6E7F !important;
  color: #fff;
}
.navbar .btn-primary:hover path {
  fill: #fff;
}
.navbar-toggler {
  border: 0;
  opacity: 0.75;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .btn-primary {
  font-weight: 600 !important;
}
.nav-item {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s opacity ease;
  color: #3A3C41;
}
.nav-item:hover:not(.nav-item-dropdown) {
  opacity: 0.5;
}
.nav-link {
  color: #3A3C41;
}
.dropdown-software .dropdown-toggle {
  color: #717C91;
  text-transform: uppercase !important;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-nav-left {
    flex-direction: column;
    gap: 22px;
  }
  .navbar-title {
    display: none;
  }
  .navbar-logo {
    width: 192px;
    margin-left: 2rem;
  }
  .navbar-right {
    padding-right: 0;
    margin-bottom: 1rem;
    justify-content: center;
  }
  .navbar-right a {
    display: none;
  }
  .navbar-right a::before {
    display: none;
  }
  .navbar-right a:nth-last-child(1) {
    width: 145.7px;
    position: relative;
    right: 0.5rem;
  }
  .navbar-bottom {
    padding: 0;
  }
  .navbar .dropdown-software {
    margin: 22px 0;
  }
  .navbar .dropdown-software .btn {
    margin: 0 auto;
  }
  .navbar .dropdown-software .dropdown-menu {
    margin: 0 auto;
    text-align: center;
  }
  .navbar-top .navbar-right {
    margin-bottom: 0;
  }
  .collapse .navbar-right a {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-bottom .navbar-right {
    display: none;
  }
}
.footer {
  margin-top: 173px;
  background: #252933;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 50px;
  background: #FF6E7F;
  border-radius: 8px;
  position: relative;
  transform: translateY(-50%);
}
.footer-top-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-top-contact-item {
  display: flex;
  align-items: center;
  gap: 19px;
  position: relative;
  padding-left: 20px;
}
.footer-top-contact-item::before {
  position: absolute;
  left: 0;
  top: -27px;
  opacity: 0.2;
  content: "";
  height: calc(100% + 54px);
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-top-contact-item-icon {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  width: max-content;
}
.footer-top-contact-item-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.footer-top-contact-item-title {
  font-size: 20px;
  line-height: 1.5;
  margin-top: -3px;
  font-weight: 600;
  color: #fff;
}
.footer-top-contact-item-title span {
  font-weight: 400;
}
.footer-center {
  padding-bottom: 1rem;
}
.footer-bottom {
  border-top: 1px solid #e6e7f0;
  padding: 2rem 0;
}
.footer-bottom .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-nav-icon {
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6E7F;
  border-radius: 8px;
  width: max-content;
}
.footer-nav-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 29px;
}
.footer-nav-title {
  color: #FF6E7F;
  font-size: 18px;
  margin-top: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-nav-item {
  transition: 0.3s transform ease;
}
.footer-nav-item:hover {
  transform: translateX(10px);
}
.footer-nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.footer-nav-link svg {
  margin-right: 11px;
}
.footer-direct {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: max-content;
}
.footer-direct-item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 14px 24px;
  border-right: 1px solid #d8dae6;
  color: #2b3339;
  transition: 0.3s background ease;
}
.footer-direct-item:last-child {
  border-right: 0;
}
.footer-direct-item:hover {
  background: rgba(255, 255, 255, 0.75);
}
.footer-direct-item-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social-item {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s background ease;
}
.footer-social-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.footer-copyright {
  background: #1b1e27;
  padding: 27px 0;
}
.footer-copyright .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyright-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-copyright-nav-item {
  transition: 0.3s opacity ease;
}
.footer-copyright-nav-item:hover {
  opacity: 0.75;
}
.footer-copyright-nav-link {
  color: #788094;
  font-size: 16px;
  font-weight: 500;
}
.footer-copyright-title {
  font-size: 16px;
  font-weight: 400;
  color: #788094;
}
@media only screen and (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-top-contact {
    flex-direction: column;
    margin-top: 1rem;
  }
  .footer-top-contact-item {
    width: 100%;
    padding-left: 0;
  }
  .footer-top-contact-item::before {
    display: none;
  }
  .footer-center {
    margin-top: -5rem;
  }
  .footer-center .row {
    gap: 1rem;
  }
  .footer-bottom .container-xxl {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-direct {
    flex-direction: column;
    width: 100%;
  }
  .footer-direct-item {
    width: 100%;
    justify-content: space-between;
  }
  .footer-copyright .container-xxl {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tippy-tooltip.signpost-theme {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  height: 200px;
  width: 400px;
  color: black;
  box-shadow: 0 4px 30px lightgray;
}
.tippy-tooltip.signpost-theme .tippy-backdrop {
  background-color: #FFFFFF;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.signpost-theme .tippy-arrow {
  border-bottom: 7px solid #FFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.signpost-theme .tippy-arrow {
  border-top: 7px solid #FFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.signpost-theme .tippy-arrow {
  border-right: 7px solid #FFF;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.signpost-theme .tippy-arrow {
  border-left: 7px solid #FFF;
}
.tippy-tooltip.clarity-theme {
  border: 1px solid #9a9a9a;
  border-radius: 0.125rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 1070;
  color: black;
  width: 400px;
  height: 200px;
}
.tippy-tooltip.clarity-theme .tippy-backdrop {
  background-color: #FFFFFF;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.clarity-theme .tippy-arrow {
  border-bottom: 7px solid #FFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.clarity-theme .tippy-arrow {
  border-top: 7px solid #FFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.clarity-theme .tippy-arrow {
  border-right: 7px solid #FFF;
  border-top: 7px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.clarity-theme .tippy-arrow {
  border-top: 7px solid transparent;
}

/* node_modules/swiper/swiper.min.css */
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* node_modules/swiper/modules/navigation/navigation.min.css */
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}

/* node_modules/swiper/modules/pagination/pagination.min.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.swiper-pagination-lock {
  display: none;
}
.swiper-customers .swiper-wrapper{
  height: 400px
}
.accordion-button-icon-item:last-child{
  top: 1.5px !important
}
.swiper-pagination-lock {
  display: none;
}

.question-title{font-size: 18px;line-height: 22px;font-weight: 400;margin-bottom: 0rem;}

.page-article {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.post-title {
    display: inline-flex;
    font-size: 52px;
    line-height: 78px;
    font-weight: 700;
}
@media only screen and (min-width: 1200px) {

.scriptrightside {
    width: 27%;
    background: white;
    padding: 15px;
    border-radius: 17px;
}
}

.scriptrightside h4 i.fa {
color: #ff6e7f;
}

#urunsatinlink {
    border: 1px solid #eafcf1;
    color: #4CAF50;
    background: #31e072;
}

#wrapper .scriptrightside #urunsatinlink a { color: white !important; }

.scriptrightside .btn {
    background: #ff6e7f;
    border: #fff0f2;
    margin-bottom: 10px;
}

.scriptfiyat h1 {
    color: #31e072;
}

.scriptdetayinfo {
    background: white;
    padding: 16px;
    border-radius: 22px;
}

.scriptdetayinfo img {
    box-shadow: 0 0 0px #9d9d9d;
}


.products-category-title {
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    color: #FF6E7F;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px;
}

.siparisbilgileri .mio-ajax-submit {
    margin-left: auto;
    margin-right: auto;
}

    .plan-box {
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #fff;
      margin: 5px auto;
      padding: 20px;
      transition: 0.2s;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 15px;
    }

    .plan-box:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .plan-title .celil-baslik {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }

    .plan-item {
      flex: 1;
      min-width: 150px;
      display: flex;
      align-items: left;
      gap: 8px;
    }

    .plan-item .icon {
      font-size: 20px;
      color: #31E072;
    }

    .plan-info p {
      text-align: left;
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }

    .plan-info small {
      display: block;
      font-size: 15px;
      color: #666;
      margin-top: 2px;
    }

    .plan-price {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      text-align: center;
      min-width: 120px;
    }

    .plan-action {
      min-width: 140px;
      text-align: right;
    }

    .plan-btn {
      display: inline-block;
      background: #31E072;
      color: #fff;
      text-decoration: none;
      padding: 10px 18px;
      border-radius: 6px;
      font-weight: bold;
      transition: background 0.2s;
      font-size: 18px;
    }

    .plan-btn:hover {
      background: #28c964;
    }
    
    .hero-hosting.hero-celil {
        height: 1050px;
    }

    @media (max-width: 768px) {
      .plan-box {
        flex-direction: column;
        text-align: left;
      }
      .plan-item, .plan-price, .plan-action {
        width: 100%;
        text-align: left;
      }
      .plan-btn {
        width: 100%;
        text-align: center;
      }
    }
    
    .section-titles { font-weight: 700; color: #FF6E7F; display: inline; font-size: 63px; }