body {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.all-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.all-section.hero-section {
  z-index: 10;
  background-color: #090908;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.all-section.services-section {
  background-color: #090908;
}

.all-section.work-section {
  background-image: url('../images/Portoflio-section---backgorund.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.all-section.about-section {
  background-color: #090908;
}

.all-section.proces-section {
  background-image: url('../images/faq-background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-section.faq-section {
  background-color: #09090800;
  padding-top: 0;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.all-section.cta-section {
  background-image: url('../images/CTA.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 120px;
}

.all-section.footer {
  background-color: #090908;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  z-index: 10;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hero-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.container.about-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cta-container {
  max-width: none;
}

.container.privacy-container {
  max-width: 960px;
}

.hero-content-wrapper {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 280px;
  display: flex;
  position: relative;
}

.large-heading {
  color: #ffd175;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 5.6rem;
  display: flex;
}

.hero-span-heading {
  z-index: 10;
  color: #fff;
  position: relative;
}

.hero-paragraph {
  max-width: 1100px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.hero-btn {
  color: #fff;
  background-color: #ffd175;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 240px;
  height: 60px;
  max-height: 60px;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.hero-btn:hover {
  background-color: #6366f1;
}

.hero-btn-text {
  font-size: 1.25rem;
}

.css-icon {
  position: absolute;
  top: 26%;
  left: 40vw;
  transform: translate(-50%, -50%);
}

.html-icon {
  position: absolute;
  inset: 22% 40vw 0% auto;
}

.figma-icon {
  position: absolute;
  inset: 85% auto auto 48vw;
}

.js-icon {
  position: absolute;
  inset: 71% auto auto 35vw;
}

.js-icon.hero-icon {
  border-radius: 0;
}

.webflow-icon {
  position: absolute;
  inset: 72% 35vw auto auto;
}

.yellow-line {
  background-color: #ffd175;
  width: 3000px;
  height: 10px;
  position: absolute;
  inset: 3% 0% auto;
}

.yellow-line.yellow-line-home {
  top: 8%;
}

.yellow-line.yellow-line-404 {
  top: 9%;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  margin-right: 6px;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1rem;
}

.nav-link:hover {
  background-color: #1b1c1c;
  border-radius: 20px;
}

.services-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.second-heading {
  color: #ffd175;
  margin-top: 0;
  font-size: 3.5rem;
  line-height: 4.9rem;
}

.second-heading.white-heading {
  color: #fff;
  margin-top: 0;
}

.second-heading.faq-heading {
  text-align: center;
  max-width: 600px;
}

.second-heading._404-heading {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.services-paraghraph {
  max-width: 880px;
}

.services-grid-main-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.grid-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.grid-card {
  background-color: #1b1c1c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 243px;
  max-width: 305px;
  height: auto;
  min-height: 380px;
  max-height: 400px;
  margin-bottom: 12px;
  display: flex;
}

.grid-heading {
  width: 228px;
  height: 71px;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}

.grid-paragraph {
  height: 114px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.1rem;
  font-weight: 400;
}

.grid-image {
  margin-top: 36px;
  margin-bottom: 18px;
}

.project-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.project-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 550px;
  display: block;
}

.project-img-wrapper {
  background-color: #1b1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 630px;
  max-width: 800px;
  height: auto;
  min-height: 440px;
  max-height: 560px;
  padding: 12px;
  display: flex;
}

.heading-three {
  color: #ffd175;
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.project-text, .project-text-role {
  text-align: left;
}

.small-heading {
  color: #ffd175;
  text-align: left;
  font-size: 2rem;
  line-height: 2.813rem;
}

.project-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: left;
  background-color: #ffd175;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 60px;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-yellow-line {
  object-fit: fill;
  background-color: #ffd175;
  flex: 0 auto;
  width: auto;
  min-width: 1160px;
  max-width: 1160px;
  height: 1px;
  margin-top: 48px;
  overflow: visible;
}

.project-wrapper-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-main-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #ffd175;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 980px;
  max-width: 1200px;
  height: 800px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.about-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-image {
  display: block;
}

.about-paragraph {
  color: #000000c4;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #090908;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin-top: 8px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.about-btn:hover {
  background-color: #6366f1;
}

.proces-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper.is-proces {
  width: 750px;
  height: auto;
  margin-top: 48px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  height: 200px;
  display: flex;
}

.swiper-slide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 200px;
  display: flex;
}

.proces-paragraph {
  justify-content: center;
  align-items: center;
  max-width: 680px;
}

.slide-number {
  background-color: #ffd175;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 200px;
  display: flex;
}

.number {
  font-size: 6rem;
  font-weight: 700;
  line-height: 8.4rem;
}

.heading-four {
  color: #000;
  text-align: left;
  font-size: 2rem;
  line-height: 2.8rem;
}

.slide-paragraph {
  color: #000;
  text-align: left;
  max-width: 550px;
  padding-right: 8px;
}

.faq-main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 96px;
  display: flex;
}

.faq-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.faq-question-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.faq-main-paragraph {
  text-align: center;
  max-width: 600px;
}

.faq-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0a0a0a;
  border: 1px solid #ffffff87;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 840px;
  height: auto;
  padding: 2rem 1.5rem;
  display: flex;
  overflow: visible;
}

.faq-item:active {
  background-color: #222221;
  border: 0 #fff;
}

.faq-item.faq-question-bigger {
  height: 108px;
}

.faq-quest {
  text-align: left;
  font-size: 1.5rem;
}

.faq-quest.faq-margin {
  text-align: left;
  max-width: 692px;
}

.faq-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #f9cd73;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 327px;
  height: 66px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faq-btn:hover {
  font-size: 1.25rem;
}

.cta-btn-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.email-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.email-btn:hover {
  color: #fff;
  background-color: #6366f1;
  border-width: 1px;
}

.book-call-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  text-decoration: none;
}

.book-call-btn:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-width: 0;
}

.book-call-btn.hero-btn {
  color: #fff;
  border-width: 0;
  width: 280px;
  max-width: 280px;
}

.book-call-btn.hero-btn:hover {
  background-color: #6366f1;
}

.book-call-btn.about-btn {
  color: #fff;
  border-style: none;
  border-width: 0;
}

.book-call-btn.about-btn:hover {
  background-color: #6366f1;
}

.book-call-btn.cta-btn {
  display: none;
}

.footer-main-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.whatsupp-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.allrights {
  font-size: 1rem;
}

.footer-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  padding: 12px;
  text-decoration: none;
  display: none;
}

.footer-link:hover {
  background-color: #1b1c1c;
  border-radius: 20px;
}

.footer-link.email {
  display: none;
}

.whatsapp-btn {
  color: #fff;
  border: 1px solid #f9cd73;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 52px;
  text-decoration: none;
  display: none;
}

.whatsapp-btn:hover {
  background-color: #1b1c1c00;
  border-width: 1px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer {
  text-align: left;
  height: 0;
  overflow: hidden;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.data-lottie {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.circle-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -38%);
}

.hero-circle {
  z-index: -10;
  border: 1px solid #ffd17566;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
}

.hero-circle-one {
  z-index: -10;
  background-color: #f8cc7200;
  border: 1px solid #ffd17566;
  border-radius: 50%;
  width: 630px;
  height: 630px;
  position: absolute;
}

.hero-circle-two {
  z-index: -10;
  border: 1px solid #ffd17566;
  border-radius: 50%;
  width: 567px;
  height: 567px;
  position: absolute;
}

.hero-circle-three {
  z-index: -10;
  border: 1px solid #ffd17566;
  border-radius: 50%;
  width: 510px;
  height: 510px;
  position: absolute;
}

.text-block {
  color: #000;
}

.text-block-2, .text-block-2:hover {
  color: #fff;
}

.bg-image-div {
  z-index: 0;
  background-image: url('../images/faq-background.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.faq-bg-div {
  z-index: -10;
  width: 100%;
  height: auto;
  position: absolute;
}

.about-btn-img-wrapper, .project-btn-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-icons.webflow-icon {
  position: absolute;
  inset: auto 12% 19% auto;
}

.hero-icons.js-icon {
  position: absolute;
  inset: auto auto 19% 12%;
}

.hero-icons.figma-icon {
  inset: auto 0% 4% 46%;
}

.hero-icons.html-icon {
  inset: 19% auto auto 26%;
}

.hero-icons.css-icon {
  inset: 25% 26% auto auto;
  transform: none;
}

.shine {
  z-index: 2;
  background-image: linear-gradient(#ffffff0d, #fff6 45%, #ffffff0d);
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  right: auto;
  transform: rotate(45deg);
}

.swiper-pagination {
  margin-top: 0;
}

.faq-anw {
  text-align: left;
  height: auto;
  overflow: visible;
}

.faq-bg {
  background-image: url('../images/faq-background.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.image {
  flex: none;
  max-width: 100%;
}

.hero-img-wrapper {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -17%);
}

.shine-one {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -65px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-section {
  background-image: url('../images/faq-background.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

._404-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-btn {
  color: #fff;
  background-color: #ffd175;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 60px;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

._404-big-text {
  color: #ffd175;
  font-size: 16rem;
  line-height: 22.5rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.privacy-section {
  background-color: #090908;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.privacy-large-heading {
  color: #ffd175;
  font-size: 4rem;
  line-height: 5.6rem;
}

.privacy-paragraph {
  text-align: left;
  margin-bottom: 16px;
}

.privacy-paragraph.centar-paragraph {
  text-align: center;
}

.last-update {
  text-align: left;
  margin-bottom: 12px;
}

.privacy-small-heading {
  color: #ffd175;
  text-align: left;
  margin-bottom: 16px;
  font-size: 3.5rem;
  line-height: 4.9rem;
}

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

.privacy-text.text-margin {
  margin-bottom: 16px;
}

.privacy-text.text-margin-two {
  margin-top: 16px;
}

.bold-text {
  color: #ffd175;
  font-size: 1.6rem;
  line-height: 2rem;
}

.link, .link-2 {
  color: #ffd175;
  text-decoration: none;
}

.first-wrapper, .sec-wrapper {
  margin-bottom: 32px;
}

.bold-text-2 {
  color: #ffd175;
}

.dots-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.yellow-dots {
  background-color: #ffd175;
  border-radius: 50px;
  width: 16px;
  height: 16px;
}

.third-wrapper, .fourth-wrapper, .fifth-wrapper, .six-wrapper, .seven-wrapper {
  margin-bottom: 32px;
}

.eight-wrapper {
  margin-bottom: 0;
}

.bold-text-3, .bold-text-4 {
  color: #ffd175;
}

@media screen and (min-width: 1280px) {
  .all-section.hero-section {
    padding-bottom: 100px;
  }

  .all-section.work-section {
    background-image: url('../images/Portoflio-section---backgorund.webp');
  }

  .all-section.proces-section {
    background-image: url('../images/faq-background.webp');
  }

  .all-section.cta-section {
    background-image: url('../images/CTA.png');
  }

  .large-heading {
    font-size: 4.7rem;
    display: flex;
  }

  .yellow-line {
    top: 72px;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .second-heading.faq-heading {
    text-align: left;
  }

  .second-heading._404-heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .services-grid-main-wrapper {
    flex-flow: row;
    display: flex;
  }

  .grid-wrapper {
    flex-flow: column;
  }

  .grid-card {
    width: 305px;
    height: 380px;
  }

  .project-main-wrapper {
    margin-top: 0;
  }

  .project-img-wrapper {
    width: 856px;
    min-width: auto;
    max-width: none;
    height: 560px;
    min-height: auto;
    max-height: none;
    padding: 0;
  }

  .project-btn {
    margin-top: 100px;
  }

  .project-yellow-line {
    width: 1296px;
    min-width: auto;
    max-width: none;
  }

  .about-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-paragraph {
    font-weight: 600;
  }

  .faq-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .faq-text-wrapper, .faq-question-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .faq-main-paragraph {
    text-align: left;
  }

  .faq-quest {
    line-height: 2.1rem;
  }

  .faq-btn {
    position: relative;
  }

  .hero-icons.webflow-icon {
    position: absolute;
    top: 74%;
    left: 76%;
  }

  .hero-icons.js-icon {
    position: absolute;
    inset: auto auto 18% 17%;
  }

  .hero-icons.figma-icon {
    inset: auto 47% 3% auto;
  }

  .hero-icons.html-icon {
    inset: 19% auto auto 26%;
  }

  .hero-icons.css-icon {
    inset: 22% 26% auto auto;
    transform: none;
  }

  .hero-img-wrapper {
    width: 900px;
    height: 800px;
    top: 18%;
  }

  .image-2 {
    overflow: clip;
  }

  .shine-one {
    z-index: 20;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -78px;
  }

  .utility-page-wrap {
    background-image: url('../images/faq-background.webp');
    background-position: 50%;
    background-size: cover;
  }

  .utility-page-content {
    width: auto;
  }

  ._404-section {
    background-image: url('../images/faq-background.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  ._404-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._404-btn {
    background-color: #ffd175;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 60px;
    margin-top: 24px;
    text-decoration: none;
    display: flex;
  }

  ._404-btn:hover {
    background-color: #6366f1;
  }

  ._404-big-text {
    color: #ffd175;
    font-size: 16rem;
    font-weight: 800;
    line-height: 22.5rem;
  }

  .text-block-3 {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .all-section.services-section, .all-section.work-section, .all-section.about-section, .all-section.proces-section, .all-section.faq-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .all-section.cta-section {
    padding-top: 120px;
  }

  .second-heading.faq-heading {
    text-align: center;
    max-width: none;
  }

  .services-grid-main-wrapper {
    flex-flow: column;
  }

  .grid-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .project-text-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .heading-three {
    text-align: center;
    margin-top: 0;
  }

  .heading-three.heading-three-margine {
    margin-top: 0;
  }

  .project-text {
    text-align: center;
    max-width: 650px;
  }

  .project-text-role, .small-heading {
    text-align: center;
  }

  .project-btn {
    margin-top: 24px;
  }

  .project-wrapper-one {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-main-wrapper {
    flex-flow: column;
    min-width: 600px;
    max-width: 600px;
    height: 1450px;
  }

  .about-content-wrapper {
    width: 517px;
  }

  .about-image-wrapper {
    order: -1;
  }

  .faq-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
  }

  .faq-text-wrapper {
    margin-bottom: 24px;
  }

  .faq-question-wrapper {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .faq-main-paragraph {
    text-align: center;
    max-width: none;
  }

  .faq-item {
    width: 740px;
  }

  .footer-main-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .all-wrapper {
    order: 1;
  }

  .footer-link {
    padding-right: 12px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .hero-icons.webflow-icon {
    right: 19%;
  }

  .hero-icons.js-icon {
    bottom: 11%;
    left: 19%;
  }

  .hero-icons.figma-icon {
    bottom: -1%;
  }

  .privacy-paragraph.centar-paragraph {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .all-section.hero-section {
    height: auto;
    padding-bottom: 32px;
  }

  .all-section.about-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.about-container {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-wrapper {
    padding-top: 250px;
  }

  .large-heading {
    font-size: 3rem;
    line-height: 4.2rem;
  }

  .yellow-line {
    top: 3%;
  }

  .yellow-line.yellow-line-home {
    top: 11%;
  }

  .nav-menu {
    z-index: 20;
    background-color: #1b1c1c;
    height: auto;
  }

  .nav-link {
    color: #ffd175;
    text-align: center;
    border-bottom: 1px solid #7f683a;
    border-radius: 0;
  }

  .second-heading {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }

  .services-grid-main-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-card {
    min-height: 300px;
    margin-bottom: 0;
  }

  .grid-heading {
    margin-bottom: 12px;
    font-size: 1.35rem;
    line-height: 1.9rem;
  }

  .grid-image {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .project-img-wrapper {
    min-width: 460px;
    min-height: 305px;
  }

  .heading-three {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .small-heading {
    font-size: 1.75rem;
    line-height: 2.45rem;
  }

  .about-main-wrapper {
    min-width: 470px;
    height: auto;
    min-height: 1400px;
    max-height: 1440px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-content-wrapper {
    width: auto;
    min-width: 460px;
    max-width: 517px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper.is-proces {
    width: auto;
    min-width: 460px;
    max-width: 750px;
  }

  .swiper-wrapper, .swiper-slide {
    width: auto;
    min-width: 460px;
    max-width: 750px;
    height: auto;
  }

  .slide-number {
    height: 250px;
    min-height: 200px;
  }

  .faq-text-wrapper {
    margin-bottom: 12px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .faq-item {
    width: auto;
    min-width: 460px;
    max-width: 740px;
  }

  .faq-question {
    justify-content: space-between;
    align-items: center;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .data-lottie {
    flex: none;
    width: 3rem;
    height: 3rem;
  }

  .hero-circle {
    width: auto;
    min-width: 460px;
    max-width: 700px;
    height: auto;
    min-height: 460px;
    max-height: 700px;
  }

  .hero-circle-one {
    width: auto;
    min-width: 414px;
    max-width: 630px;
    height: auto;
    min-height: 414px;
    max-height: 630px;
  }

  .hero-circle-two {
    width: auto;
    min-width: 373px;
    max-width: 567px;
    height: auto;
    min-height: 373px;
    max-height: 567px;
  }

  .hero-circle-three {
    width: auto;
    min-width: 336px;
    max-width: 510px;
    height: auto;
    min-height: 336px;
    max-height: 510px;
  }

  .brand {
    z-index: -50;
  }

  .hero-icons.webflow-icon {
    inset: 9% 0% auto 43%;
  }

  .hero-icons.js-icon {
    inset: 12% 0% auto 61%;
  }

  .hero-icons.figma-icon {
    inset: 19% 0% auto 79%;
  }

  .hero-icons.html-icon {
    inset: 12% 0% auto 26%;
  }

  .hero-icons.css-icon {
    inset: 19% 0% auto 9%;
  }

  .hero-img-wrapper {
    width: 450px;
    height: 500px;
    top: 23%;
  }

  .icon {
    color: #fff;
    background-color: #0000;
    font-size: 3rem;
  }

  .menu-button {
    z-index: 1;
    background-color: #09090800;
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  ._404-big-text {
    font-size: 14rem;
    line-height: 20rem;
  }

  .privacy-large-heading {
    font-size: 3rem;
    line-height: 4.2rem;
  }

  .privacy-small-heading {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }

  .dots-wrapper {
    margin-bottom: 8px;
  }

  .yellow-dots {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .all-section.hero-section {
    height: auto;
  }

  .all-section.services-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .all-section.work-section {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .all-section.proces-section, .all-section.faq-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-content-wrapper {
    padding-top: 200px;
  }

  .large-heading {
    letter-spacing: -1px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  .yellow-line {
    top: 3%;
    overflow: visible;
  }

  .yellow-line.yellow-line-home {
    top: 12%;
  }

  .yellow-line.yellow-line-404 {
    top: 10%;
  }

  .second-heading {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .second-heading.heading-margin {
    margin-top: 20px;
  }

  .second-heading._404-heading {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .project-img-wrapper {
    border-radius: 20px;
    min-width: 300px;
    min-height: 206px;
  }

  .heading-three {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .small-heading {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }

  .project-btn {
    height: 52px;
  }

  .about-main-wrapper {
    min-width: 300px;
    height: auto;
    min-height: 1250px;
    max-height: 1450px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-content-wrapper {
    min-width: 300px;
  }

  .about-paragraph {
    font-size: 1.25rem;
  }

  .swiper.is-proces {
    min-width: 300px;
    max-width: 450px;
  }

  .swiper-wrapper, .swiper-slide {
    min-width: 300px;
    max-width: 300px;
    height: 350px;
  }

  .slide-number {
    height: 350px;
  }

  .slide-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-four {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .container-2 {
    max-width: none;
  }

  .faq-item {
    min-width: 300px;
    max-width: 460px;
    padding: 1rem;
  }

  .faq-btn {
    width: 300px;
    height: 52px;
  }

  .cta-btn-wrapper {
    flex-flow: column;
  }

  .email-btn, .book-call-btn {
    height: 52px;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .footer-link {
    order: 1;
  }

  .faq-question {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-3 {
    max-width: none;
  }

  .data-lottie {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
  }

  .circle-wrapper {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .hero-circle {
    flex: 1;
    min-width: 310px;
    min-height: 310px;
  }

  .hero-circle-one {
    flex: 1;
    min-width: 279px;
    min-height: 279px;
  }

  .hero-circle-two {
    flex: 1;
    min-width: 251px;
    min-height: 251px;
  }

  .hero-circle-three {
    flex: 1;
    min-width: 226px;
    min-height: 226px;
  }

  .hero-icons.webflow-icon {
    max-width: 8%;
    top: 23%;
    left: 45%;
  }

  .hero-icons.js-icon {
    max-width: 8%;
    top: 27%;
    left: 59%;
  }

  .hero-icons.figma-icon {
    max-width: 8%;
    top: 32%;
    left: 71%;
  }

  .hero-icons.html-icon {
    max-width: 8%;
    top: 27%;
    left: 32%;
  }

  .hero-icons.css-icon {
    max-width: 8%;
    top: 32%;
    left: 20%;
  }

  .hero-img-wrapper {
    top: 11%;
  }

  ._404-big-text {
    font-size: 9.5rem;
    line-height: 15rem;
  }

  .privacy-section {
    position: relative;
    overflow: hidden;
  }

  .privacy-large-heading {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .privacy-small-heading {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .bold-text {
    font-size: 1.2rem;
  }

  .yellow-dots {
    flex: none;
  }
}


