.content-padding {
  padding-top: 80px;
}

@media (max-width: 767px) {
  html, body {width: auto!important; overflow-x: hidden!important} 
}

.content {
  width: 100%; /* Ensures the div takes up 100% of its container's width */
  box-sizing: border-box; /* Optional: includes padding and border in the element's total width and height */
}

.content-padding {
  padding-top: 80px;
}

.rounded-button {
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.button-transparent {
  background-color: transparent;
  border: 2px solid blue;
  color: blue;
}

.rounded-button:hover {
  transform: scale(1.1);
}

.rounded-button:hover .button-transparent {
  transform: none;
}

.image-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.image-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.image-container img {
  display: block;
  width: 137%;
}

.custom-heading {
  font-size: 82px;
}

.custom-text {
  font-size: 18px;
}

.custom-text-smaller {
  font-size: 14px;
}

.compatibility-box {
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
}

.slider-area p {
  text-align: center;
  font-size: 18px;
}

.wrapper {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  padding: 2.5rem;
}

.item {
  animation: animate 25s alternate linear infinite;
}

.container:hover .item {
  animation-play-state: paused;
}

@keyframes animate {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-1100px, 0, 0);
  }
}

@media (max-width: 767px) {
  .slider-area h2 {
    font-size: 30px;
  }

  .wrapper {
    width: 95%;
    border-radius: 0;
    padding: 0;
  }
}

.how-it-works {
  padding: 50px 0;
}

.how-it-works-header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.how-it-works-header h2 {
  font-size: 36px;
}

.how-it-works .card {
  border: none;
  text-align: center;
  padding: 20px;
}

.how-it-works .card-img {
  position: relative;
}

.how-it-works .card-img img {
  width: 100%;
  border-radius: 20px;
}

.how-it-works .card-img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
}

.how-it-works .card-body .additional-info {
  color: blue;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.consultation-info {
  color: blue;
  text-decoration: underline;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
}

















    /* STACKING CARDS */
    *,
    *::after,
    *::before {
      box-sizing: border-box;
    }

    * {
      font: inherit;
      margin: 0;
      padding: 0;
      border: 0;
    }

    body {
      background-color: hsl(0, 0%, 100%);
      font-family: system-ui, sans-serif;
      color: hsl(230, 7%, 23%);
      font-size: 1rem;
      overflow: hidden;
      width: 100vw;
      position: absolute;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
      line-height: 1.2;
      color: hsl(230, 13%, 9%);
      font-weight: 700;
    }

    h1 {
      font-size: 2.0736rem;
    }

    h2 {
      font-size: 1.728rem;
    }

    h3 {
      font-size: 1.25rem;
    }

    h4 {
      font-size: 1.2rem;
    }
    h5 {
      font-size: 1.2rem;
    }

    ol,
    ul,
    menu {
      list-style: none;
    }

    button,
    input,
    textarea,
    select {
      background-color: transparent;
      border-radius: 0;
      color: inherit;
      line-height: inherit;
      appearance: none;
    }

    textarea {
      resize: vertical;
      overflow: auto;
      vertical-align: top;
    }

    a {
      color: hsl(250, 84%, 54%);
    }

    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    img,
    video,
    svg {
      display: block;
      max-width: 100%;
    }

    /* Responsive Typography */
    @media (min-width: 64rem) {
      body {
        font-size: 1.25rem;
      }

      h1 {
        font-size: 3.051rem;
      }

      h2 {
        font-size: 2.44rem;
      }

      h3 {
        font-size: 1.75rem;
      }

      h4 {
        font-size: 1.5625rem;
      }
      h5{
        font-size: 1.5625rem
      }
    }
    h5.custom-heading {
  letter-spacing: 0.05em; /* Увеличава разстоянието между буквите */
  word-spacing: 0.1em; /* Увеличава разстоянието между думите */
  font-size: 5.051rem; /* Променя размера на шрифта */
  padding: 0.1rem; /* Добавя padding от ляво и дясно */
  width: 700px;
}


    /* CSS Variables */
    :root {
      /* Colors */
      --sg0-color-primary-hsl: 250, 84%, 54%;
      --sg0-color-bg-hsl: 0, 0%, 100%;
      --sg0-color-contrast-high-hsl: 230, 7%, 23%;
      --sg0-color-contrast-higher-hsl: 230, 13%, 9%;
      --sg0-color-bg-light-hsl: 0, 0%, 100%;

      /* Spacing */
      --sg0-space-sm: 0.75rem;
      --sg0-space-md: 1.25rem;

      /* New background colors */
      --color-box-1: hsl(200, 80%, 80%);
      --color-box-2: hsl(150, 80%, 80%);
      --color-box-3: hsl(100, 80%, 80%);
      --color-box-4: hsl(50, 80%, 80%);
    }

    @media(min-width: 64rem) {
      :root {
        /* Spacing */
        --sg0-space-sm: 1.125rem;
        --sg0-space-md: 2rem;
      }
    }

    /* Component Styles */
    .stack-cards {
      --stack-cards-gap: var(--sg0-space-sm);
      --stack-cards-item-ratio: 2/1;
    }

    .stack-cards__item {
      position: relative;
      position: -webkit-sticky;
      /* For Safari */
      position: sticky;
      top: var(--sg0-space-md);
      height: 0;
      padding-bottom: calc(80% / (var(--stack-cards-item-ratio)));
      /* Промяна на стойността на padding-bottom */
      -webkit-transform-origin: center top;
      /* For Safari */
      transform-origin: center top;
      border-radius: 4rem;
      /* По-заоблени форми */
      margin-bottom: calc(var(--stack-cards-gap) * 2);
      /* Добавяне на разстояние между картите */
    }

    .stack-cards__item:nth-child(1) {
      background-color: var(--color-box-1);
    }

    .stack-cards__item:nth-child(2) {
      background-color: var(--color-box-2);
    }

    .stack-cards__item:nth-child(3) {
      background-color: var(--color-box-3);
    }

    .stack-cards__item:nth-child(4) {
      background-color: var(--color-box-4);
    }

    .stack-cards__item>* {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      /* For older versions of Opera */
      object-fit: cover;
    }

    /* Utility Classes */
    .sg0-overflow-hidden {
      overflow: hidden;
    }

    .sg0-shadow-md {
      box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
    }

    .sg0-radius-lg {
      border-radius: 1rem;
      /* Increase border radius */
    }

    .sg0-bg {
      --sg0-bg-o: 1;
      background-color: hsla(var(--sg0-color-bg-hsl), var(--sg0-bg-o, 1));
    }

    .sg0-flex-center {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .sg0-flex {
      display: flex;
    }

    :where(.sg0-inner-glow) {
      position: relative;
    }

    .sg0-inner-glow::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      pointer-events: none;
      box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
    }

    .sg0-bg-light {
      --sg0-bg-o: 1;
      background-color: hsla(var(--sg0-color-bg-light-hsl), var(--sg0-bg-o, 1));
    }

    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* Разделяме грида на две колони */
    }

    .col-6 {
      padding: 0 1rem;
      /* Добавяме padding за по-добър изглед */
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      /* Заемаме цялата височина на колоната */
    }
    .text-component {
  order: 1;
  /* Поставяме текста на първо място в грида */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* Заемаме цялата височина на колоната */
}

.text-component .padding-md {
  padding: 2rem;
  /* Увеличаваме вътрешното разстояние на текста */
}

.text-component h2 {
  font-size: 1.8rem;
  /* Намаляваме размера на заглавията */
}

.text-component p {
  font-size: 1rem;
  /* Намаляваме размера на параграфите */
  max-width: 30rem;
  width: 30rem;
  /* Увеличаваме максималната широчина на параграфите */
  margin: 0 auto;
  /* Центрираме параграфите хоризонтално */
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  background-color: #f7f7f7;
}

.footercontainer {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrapper .footer-widget {
  width: calc(20% - 30px);
  margin: 0 15px 50px;
  padding: 0 12px;
}

.wrapper .footer-widget:nth-child(1) {
  width: calc(40% - 50px);
  margin-right: 15px;
}

.wrapper .footer-widget .logo {
  vertical-align: middle;
  max-width: 50%;
  margin-bottom: 10px;
}

.wrapper .footer-widget p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.wrapper .footer-widget .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrapper .footer-widget .socials li {
  list-style: none;
}

.wrapper .footer-widget .socials li a {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  color: #ffffff;
  background-color: rgba(3, 127, 243, 0.5);
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.wrapper .footer-widget .socials li a:hover {
  background-color: #037ef3;
}

.wrapper .footer-widget h6 {
  color: #585978;
  margin: 10px 0 35px;
  font-size: 20px;
  font-weight: 600;
}

.wrapper .footer-widget .links li {
  list-style: none;
}

.wrapper .footer-widget .links li a {
  color: #585978;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 32px;
  transition: all 0.3s ease-out;
}

.wrapper .footer-widget .links li a:hover {
  color: #037ef3;
}

.copyright-wrapper {
  padding: 20px 0;
  border-top: 1px solid rgba(88, 89, 120, 0.4);
}

.copyright-wrapper p {
  color: rgba(88, 89, 120, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.copyright-wrapper p a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.copyright-wrapper p a:hover {
  color: #037ef3;
}

/* Let's write the media query */
@media (max-width: 992px) {
  .footercontainer {
    max-width: 960px;
  }

  .wrapper .footer-widget,
  .wrapper .footer-widget:nth-child(1) {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .footercontainer {
    max-width: 720px;
  }
.container {
  padding-top: 10%;
}

  .wrapper .footer-widget,
  .wrapper .footer-widget:nth-child(1) {
    width: 100%;
    margin: 0 10px 50px;
  }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.marquee {
  width: 100%;
  padding: -2px 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  overflow: hidden;
}

.marquee h3 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.marquee .marquee-wrapper {
  width: 100000px;
  animation: marqueeAnimation 38s linear 0s infinite running;
}

.marquee h3 .marquee-title {
  margin-right: 20px;
  float: left;
}

.text-stroke-black {
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000000;
}

@keyframes marqueeAnimation {
  100% {
    transform: translateX(-4600px);
  }
}

@media (max-width: 992px) {
  .marquee h3 {
    font-size: 60px;
  }
}

@media (max-width: 549px) {
  .marquee h3 {
    font-size: 50px;
  }
}


#faq {
  max-width: 80%;
  margin: auto;
  /* padding: 0 15px; */
  margin-top: 5%;
  margin-bottom: -3%;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 1.3s;
}

#faq .no-select,
#faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#faq h2 {
  color: #000;
  font-size: 29px;
  line-height: 34px;
  text-align: left;
  padding: 30px 15px 0;
  /* text-transform: none; */
  /* font-weight: 300; */
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li+li {
  margin-top: 15px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 4.3%;
  right: 15px;
}

#faq ul li i:before,
ul li i:after {
  content: "";
  position: absolute;
  background-color: #cc071e;
  width: 3px;
  height: 9px;
}

#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

#faq ul li input[type=checkbox]:checked~h2 {
  color: #000;
}

#faq ul li input[type=checkbox]:checked~p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1,
h2,
h3,
h4 {
  margin: .3em 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}


.wrapper {
  /* min-width: 460px; */
	max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

header {
  padding: 1em 0;
}

.wrapper {
  /* background-color: #f3f3f3; */
  border-radius: 36px;
  padding-top: 2em;
}

.grey {
	background-color: rgba(0,0,0,0);
  color: #8866FF;
  border: 2px solid #8866FF;
}
	.button.grey:hover {
		background-color: #8866ff;
    color: #e0e0e0;
	}

.blue {
	background-color: #8866FF;
  border: 2px solid #8866FF;
  color: #e0e0e0;
}
	.button.blue:hover {
		background-color: rgba(0,0,0,0);
  color: #8866FF;
  border: 2px solid #8866FF;
}

.button {
	padding: 0.5em 1em;
	border-radius: 20px;
	font-weight: 400;
	text-decoration: none;
	cursor:pointer;
  transition: background-color 0.3s ease;
}

.icon {
	background-image: url("https://github.com/WilliamWorkman/demos/blob/master/images/icons.png?raw=true");
  background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
  padding: 1px;
}

.light {  width: 64px;
          height: 64px;
          background-position: -134px 0; }

  .pro {  width: 64px;
          height: 64px;
          background-position: -201px 0;  }

.check{   width: 32px;
          height: 32px;
          background-position: 0 0; }

.cross { 
  background-color: transparent;
    height: 60px;
    width: auto;}

.table {
	display: table;
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 2em;
}

.flex-row {
	display: table-row;
	vertical-align: middle;
	text-align: center;
  height: 32px;
}

.flex-cell {
	display: table-cell;
	vertical-align: middle;
  padding: 0 1em;
  width: 25%;
}

.flex-cell-blue {
	display: table-cell;
	vertical-align: middle;
  background-color: #079bff;
  padding: 0 1em;
  width: 25%;
}


/* .flex-row:nth-child(n+3):not(:nth-child(n+10)) {
	border-bottom: 1px solid #e0e0e0;
} */

.flex-row:last-child > * {
	padding-top: 2em;
  padding-bottom: 0;
}

.t-col:nth-child(1) {
	max-width: 700px;
	border-right: 1px solid #e0e0e0;
}

.title {
	font-size: 1em;
	font-weight: 300;
}

.feature b {
	font-weight: 300;
	font-size: 1.5em;
	text-align: left;
  color: black;
}

.feature P {
	text-align: left;
	font-weight: 300;
	font-size: 0.8em;
  color: #999;
}

.spec {
  text-align: center;
}

.borderless {
	border: none !important;
}

.alt-txt {
	display: none;
}



/* Media */

/* KOLICHKA  */
.cart-sidebar {
  position: fixed;
  right: -370px;
  top: 0;
  width: 350px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: right 0.3s ease;
  z-index: 1050;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cart-header h2 {
  font-size: 20px;
  margin: 0;
  flex-grow: 1;
  text-align: center;
}

.cart-content {
  flex-grow: 1;
  overflow-y: auto;
  margin-top: 20px;
}

.cart-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.cart-content li img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.cart-content li span {
  flex-grow: 1;
}

.cart-content li button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0 5px;
}

.cart-content li button.remove-item {
  color: #f44336;
  font-size: 18px;
}

.cart-total,
.cart-total-pay {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.cart-total-pay {
  flex-direction: column;
  align-items: center;
}

.pay-button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.payment-security {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.payment-icons {
  text-align: center;
}

.payment-icons i {
  font-size: 24px;
  margin: 0 10px;
  color: #777;
}

.close-cart-sidebar {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: opacity 0.3s ease;
}

.close-cart-sidebar:hover {
  opacity: 0.7;
}

.cart-button {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

#cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #f44336;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 14px;
}
button i {
    background-color: transparent; /* Премахва зададения фон */
    border: none; /* Премахва границата */
    padding: 0; /* Премахва отстъпите */
}
img {
  vertical-align: middle;
  height: auto;
  width: 24%;
}

