:root {
  --blue-color: #16222e;
  --gold-color: #ead292;
  --pale-color: #fcf8f4;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.hero-section {
  background-color: var(--blue-color);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container.hero-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  max-width: none;
  height: 100vh;
  margin-left: 5%;
  margin-right: 0;
  display: flex;
}

.container.cta-container {
  position: relative;
}

.container.footer-container {
  background-color: var(--blue-color);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 20px 20px;
  display: block;
}

.container.menu-container {
  position: relative;
}

.hero-content-wrapper {
  width: 45%;
}

.heading-three {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Taviraj, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.heading-one {
  font-family: Taviraj, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-one.hero-heading {
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 3.2rem;
}

.heading-one.all-project-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 3.2rem;
}

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

.gold-button {
  border: 1px solid var(--gold-color);
  color: var(--gold-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.hero-bg-image {
  max-width: none;
  height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
}

.hero-image-wrapper {
  width: 55%;
  height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
}

.about-section {
  background-color: var(--pale-color);
  padding: 400px 10px 96px;
  position: relative;
}

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

.heading-two {
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-two.about-heading {
  color: var(--blue-color);
  margin-top: 0;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.project-heading {
  margin-top: 0;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.service-heading {
  color: var(--blue-color);
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.cta-heading {
  max-width: 520px;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.forma-heading {
  color: var(--blue-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.about-page-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.about-page-heading.width {
  max-width: 520px;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.heading-two.gold-heading {
  color: var(--gold-color);
  text-align: center;
  margin-top: 48px;
  font-family: Taviraj, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
}

.about-paragraph {
  color: var(--blue-color);
  max-width: 460px;
  margin-top: 24px;
  margin-bottom: 0;
}

.about-centar-paragraph {
  color: var(--blue-color);
  text-align: center;
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
}

.about-absolute-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -15% 0% auto;
}

.project-section {
  background-color: var(--blue-color);
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.swiper-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 624px;
  display: flex;
}

.swiper-slide {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 624px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-image {
  z-index: 20;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-card-overlay {
  z-index: 50;
  opacity: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.project-heading-wrapper {
  z-index: 100;
  color: var(--gold-color);
  text-align: left;
  position: relative;
  inset: 0%;
}

.project-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.swiper.swiper-is-projects {
  justify-content: center;
  align-items: center;
  height: 624px;
}

.services-section {
  background-color: var(--pale-color);
  padding: 96px 10px;
}

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

.service-item {
  padding-top: 12px;
}

.service-number {
  color: var(--blue-color);
  font-family: Taviraj, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.service-title {
  color: var(--blue-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.service-line {
  background-color: var(--blue-color);
  max-width: 650px;
  height: 2px;
  margin-top: 12px;
  padding-top: 0;
}

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

.service-detail-box {
  border: 2px solid var(--blue-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  height: 450px;
  padding: 16px;
  display: flex;
}

.service-detail-title {
  color: var(--blue-color);
  font-family: Taviraj, sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.service-detail-text {
  color: var(--blue-color);
}

.cta-section {
  background-color: var(--pale-color);
  padding: 96px 10px;
}

.cta-main-wrapper {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-top: 126px;
  padding-bottom: 126px;
  display: flex;
  position: relative;
  overflow: visible;
}

.cta-info-wrapper {
  z-index: 200;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 749px;
  display: flex;
  position: relative;
}

.cta-paragraph {
  max-width: 500px;
}

.cta-small-heading {
  font-family: Taviraj, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.cta-form-wrapper {
  z-index: 200;
  background-color: #fff;
  border: 1px solid #333333c2;
  border-radius: 30px;
  width: 518px;
  height: auto;
  max-height: 814px;
  padding: 32px 24px;
  position: relative;
}

.forma-block {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.forma-paragraph {
  color: var(--blue-color);
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-field {
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  max-width: 227px;
  height: 48px;
  max-height: 48px;
  margin-bottom: 0;
}

.text-field-big {
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  height: 48px;
  margin-bottom: 24px;
}

.form-text {
  color: var(--blue-color);
  margin-bottom: 24px;
}

.services-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 24px;
  display: flex;
}

.text-area {
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  height: auto;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 16px;
  overflow: auto;
}

.name-wrapper, .country-phone-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-bottom: 24px;
  display: flex;
}

.radio-button {
  color: #c8c8c8;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.radio-button-label {
  color: #999;
  margin-bottom: 0;
  font-size: .9rem;
}

.submit-button {
  background-color: #16222e;
  border-radius: 30px;
  width: 100%;
  height: 48px;
  margin-top: 24px;
}

.cta-overlay {
  z-index: 100;
  background-color: #0006;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-img-bg {
  z-index: 50;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  border-radius: 30px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.radio-circle {
  display: none;
}

.footer {
  background-color: var(--pale-color);
  margin-top: 0;
  padding: 48px 10px;
}

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

.page-link-wrapper, .sm-wrapper {
  flex-flow: column;
  display: flex;
}

.footer-heading {
  font-family: Taviraj, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.social-media-link, .page-link {
  color: #fff;
  font-family: Taviraj, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
}

.left-side-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-line {
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 2px;
}

.allrights {
  margin-top: 12px;
}

.about-page-hero {
  background-color: var(--blue-color);
  padding-top: 96px;
}

.bg-image-wrapper {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.first-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.second-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.about-big-paragraph {
  color: #fff;
  max-width: 740px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.about-big-paragraph.margin {
  margin-top: 0;
  margin-bottom: 24px;
}

.text-block, .text-block-2 {
  font-size: 1.125rem;
}

.all-project-section {
  background-color: var(--blue-color);
  padding-top: 120px;
  padding-bottom: 96px;
}

.container-big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  max-width: 1440px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.btn-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

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

.project-paragraph {
  color: #fff;
  text-align: center;
  max-width: 760px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.project-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.project-wrapper.is-margin {
  margin-top: 72px;
}

.all-project-image.is-margin {
  margin-top: 0;
  padding-top: 0;
}

.image-2 {
  border-radius: 30px;
}

.navbar {
  background-color: #474646;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.nav-btn.w--open {
  background-color: #fff;
  border-radius: 50px;
}

.nav-link {
  color: #fff;
  padding: 1px;
  font-family: Taviraj, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.navlinks-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-line {
  background-color: #fff;
  width: 1px;
  height: 80%;
}

.navigation-wrapper {
  background-color: var(--blue-color);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.nav-contact {
  margin-top: 12px;
}

.menu-rail {
  z-index: 500;
  background-color: #3f363600;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  padding-top: 20px;
  padding-right: 10px;
  display: flex;
}

.hamburger {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.menu {
  z-index: 600;
  background-color: var(--blue-color);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.menu-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
}

.menu-line {
  flex: 1;
  width: 1px;
  height: 80%;
}

.menu-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
}

.menu-link {
  color: #fff;
  font-family: Taviraj, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-decoration: none;
}

.line-menu {
  background-color: #fff;
  width: 2px;
  height: 80%;
}

.close-button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
  width: 158px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.close-line {
  background-color: #fff;
  width: 1px;
  height: 80%;
}

.container-medium {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blue-btn {
  border: 1px none var(--blue-color);
  background-color: var(--blue-color);
  color: var(--pale-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 52px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.success-message, .error-message {
  background-color: #16222e;
  border-radius: 30px;
}

@media screen and (min-width: 1280px) {
  .container.hero-container {
    max-width: none;
    padding-right: 0;
  }

  .container.rail-container {
    max-width: 1760px;
  }

  .heading-two.about-page-heading, .heading-two.about-page-heading.width {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 120px;
  }

  .container.hero-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-left: 0%;
    padding-left: 0;
  }

  .hero-content-wrapper {
    width: auto;
    padding-left: 10px;
  }

  .hero-image-wrapper {
    width: 100%;
  }

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

  .about-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .heading-two.about-heading {
    text-align: center;
  }

  .heading-two.project-heading {
    font-size: 1.8rem;
  }

  .heading-two.service-heading {
    text-align: center;
    margin-bottom: 24px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .heading-two.cta-heading, .heading-two.forma-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-two.about-page-heading.width {
    margin-bottom: 24px;
  }

  .about-paragraph {
    text-align: center;
  }

  .about-absolute-wrapper {
    margin-bottom: 24px;
    position: static;
  }

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

  .project-heading-wrapper {
    color: #fff;
  }

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

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

  .service-title {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .service-detail-box {
    width: 450px;
    min-width: auto;
    max-width: none;
  }

  .service-detail-title {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

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

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

  .cta-form-wrapper {
    width: 440px;
  }

  .first-wrapper {
    flex-flow: column;
    margin-top: 32px;
  }

  .second-wrapper {
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .about-big-paragraph.margin {
    margin-bottom: 24px;
  }

  .container-big {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
  }

  .project-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 35%;
  }

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

  .all-project-image, .all-project-image.is-margin {
    display: block;
  }

  .menu {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.footer-container {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gold-button {
    width: 196px;
    height: 48px;
  }

  .gold-button.is-project, .gold-button.is-project.w--current {
    width: 144px;
  }

  .heading-two.cta-heading {
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .heading-two.about-page-heading.width {
    margin-bottom: 16px;
  }

  .service-detail-box {
    width: 350px;
    height: 350px;
  }

  .cta-main-wrapper {
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta-info-wrapper {
    justify-content: center;
    height: auto;
  }

  .cta-paragraph {
    margin-bottom: 0;
  }

  .cta-small-heading {
    margin-top: 10px;
  }

  .cta-form-wrapper {
    flex: 0 auto;
    order: -9999;
    align-self: auto;
    width: auto;
    max-width: 450px;
  }

  .forma-paragraph {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-field {
    height: 36px;
  }

  .text-field-big {
    height: 36px;
    margin-bottom: 16px;
  }

  .form-text, .services-button {
    margin-bottom: 16px;
  }

  .text-area {
    min-height: 80px;
  }

  .name-wrapper, .country-phone-wrapper {
    padding-bottom: 16px;
  }

  .radio-button {
    height: 36px;
  }

  .submit-button {
    margin-top: 16px;
  }

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

  .footer-heading {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .social-media-link, .page-link, .page-link.w--current {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .left-side-footer {
    margin-bottom: 32px;
  }

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

  .second-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-big-paragraph {
    margin-top: 16px;
  }

  .about-big-paragraph.margin {
    margin-bottom: 16px;
  }

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-text {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
  }

  .project-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
  }

  .hamburger {
    width: 3rem;
    height: 3rem;
  }

  .menu {
    opacity: 0;
  }

  .menu-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 80px;
  }

  .menu-links-wrapper {
    width: auto;
  }

  .menu-image-wrapper {
    width: auto;
    height: auto;
    display: block;
  }

  .menu-link {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .menu-info {
    font-size: 1rem;
  }

  .menu-image {
    height: 80%;
  }

  .line-menu {
    flex: none;
    order: 0;
    align-self: center;
    width: 90%;
    height: 2px;
  }

  .blue-btn {
    width: 196px;
    height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .heading-three {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-one.hero-heading, .heading-one.all-project-heading {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .hero-paragraph {
    font-size: 1rem;
  }

  .gold-button {
    width: 160px;
    height: 40px;
  }

  .gold-button.is-project {
    width: 101px;
  }

  .gold-button.is-project.w--current {
    width: 90px;
  }

  .gold-button.is-project.is-left {
    margin-left: 24px;
  }

  .gold-button.hero-btn {
    width: 160px;
    height: 40px;
  }

  .heading-two.about-heading, .heading-two.project-heading, .heading-two.service-heading, .heading-two.cta-heading, .heading-two.forma-heading, .heading-two.about-page-heading, .heading-two.about-page-heading.width, .heading-two.gold-heading {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .about-paragraph, .about-centar-paragraph {
    font-size: 1rem;
  }

  .service-number, .service-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .service-detail-box {
    width: 310px;
    height: 310px;
  }

  .service-detail-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .service-detail-text {
    font-size: 1rem;
  }

  .cta-main-wrapper {
    padding-top: 10px;
  }

  .cta-paragraph, .cta-text {
    font-size: 1rem;
  }

  .cta-small-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .cta-form-wrapper {
    flex: 0 2 auto;
    width: 100%;
    min-width: auto;
    max-width: 420px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .forma-paragraph {
    font-size: 1rem;
  }

  .services-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .radio-button {
    width: 32%;
  }

  .radio-button-label {
    font-size: .8rem;
  }

  .submit-button {
    height: 40px;
  }

  .social-media-link, .page-link, .page-link.w--current {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .left-side-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-big-paragraph {
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .btn-text {
    font-size: .8rem;
  }

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

  .project-paragraph {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .menu-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    padding-top: 100px;
  }

  .menu-image-wrapper {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
    display: block;
  }

  .menu-image {
    max-width: none;
    height: 71%;
    display: block;
  }

  .line-menu {
    flex: none;
  }

  .close-button {
    top: 3%;
    bottom: auto;
    right: 3%;
  }

  .blue-btn {
    width: 160px;
    height: 40px;
  }
}


