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

h1 {
  color: #fefefe;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fefefe;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.container.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding: 0 10px;
  display: flex;
}

.container.content-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.service-h-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.service-img-container {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

.container.portfolio-container {
  max-width: 1200px;
  display: flex;
}

.container.portfolio-site-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0 10px;
  display: flex;
}

.container.contact-button-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.container.form-container {
  max-width: 340px;
  padding: 0 10px;
}

.style-guide-p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel-color {
  background-color: #91ff00;
}

.heading-color {
  background-color: #fefefe;
}

.heading {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.625rem;
}

.heading.hero-h1 {
  font-size: 6.875rem;
  line-height: 7.125rem;
}

.heading.contact-h1 {
  text-align: center;
  margin-top: 0;
  font-size: 5.625rem;
  line-height: 6.875rem;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 2.75rem;
}

.heading-2.aboutme-heading {
  text-align: left;
}

.heading-2.service-heading {
  text-align: center;
  max-width: 550px;
}

.heading-2.portfolio-heading {
  text-align: left;
}

.subtitle {
  color: #91ff00;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.subtitle.service-subtitle, .subtitle.contact-subtitle {
  text-align: center;
}

.subtitle.portfolio-subtitle {
  text-align: left;
}

.hero-paragraph {
  color: #fefefebf;
  max-width: 432px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.hero-paragraph.footer-p {
  margin-bottom: 40px;
}

.other-paragraph {
  color: #fefefe;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.other-paragraph.portfolio-p {
  max-width: 380px;
  margin-bottom: 0;
}

.other-paragraph.contact-p {
  text-align: center;
}

.hero-section {
  z-index: 1;
  background-image: url('../images/siraslika2.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.navlink {
  color: #fefefe;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: all .3s;
}

.navlink:hover {
  color: #91ff00;
}

.navlink.w--current {
  color: #fefefe;
}

.navlink.w--current:hover {
  color: #91ff00;
}

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

.nav-button-wrapper {
  margin-right: 4px;
}

.nav-button-wrapper.responsive-nav-cta {
  display: none;
}

.nav-cta {
  z-index: 1;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding: 14px 26px;
  text-decoration: none;
  position: relative;
}

.cta-text {
  z-index: 3;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  position: relative;
}

.hero-section-wrapper {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.content-wrapper {
  flex: 1;
  max-width: 1000px;
}

.text-span {
  display: block;
}

.cta-button {
  border: 1px solid #fefefe;
  padding: 12px 16px;
  text-decoration: none;
  position: relative;
}

.cta-button.aboutme-button {
  margin-top: 30px;
}

.cta-button.portfolio-cta {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cta-button-text {
  z-index: 3;
  color: #fefefe;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  position: relative;
}

.cta-wrapper {
  margin-top: 10px;
}

.color-animation-div {
  z-index: 2;
  background-color: #91ff00;
  background-image: linear-gradient(240deg, #91ff00, #4c8600);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.color-animation-div.different-color {
  background-color: #010101;
  background-image: none;
}

.carousel-section {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.carousel-container {
  z-index: 5;
  background-color: #91ff00;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(4deg);
}

.carousel-container.back-carousel {
  z-index: 4;
  background-color: #91ff0066;
  transform: rotate(-2deg);
}

.carousel-container.carousel2 {
  border-radius: 0;
  transform: rotate(0);
}

.carousel-content {
  -webkit-text-fill-color: inherit;
  background-color: #91ff0000;
  background-clip: border-box;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.carousel-tb {
  color: #050505;
  justify-content: center;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
  display: flex;
}

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

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  margin-left: 14px;
}

.aboutme-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.aboutme1-content-wrapper {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.aboutme1-content {
  flex: 1;
}

.aboutme1-image {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.aboutme2-content-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.aboutme2-image, .aboutme2-content {
  flex: 1;
}

.experiance-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.experiance-tb {
  color: #fefefebf;
  margin-top: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.project-div, .experiance-div2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-tb {
  color: #91ff00;
  font-family: Roboto Condensed, sans-serif;
  font-size: 46px;
  line-height: 42px;
}

.counter {
  color: #fefefe;
}

.opacity-black {
  z-index: 2;
  background-image: linear-gradient(0deg, #010101, #010101b3 40%, #0000);
  height: 100px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.kocke-wrapper {
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  margin-right: 10px;
  display: flex;
}

.heading-3 {
  color: #fefefe;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2rem;
}

.heading-3.form-heading3 {
  text-align: center;
  max-width: 540px;
  margin-top: 0;
}

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

.development-wrapper {
  max-width: 1400px;
  margin-left: 20px;
  margin-right: 20px;
}

.design-wrapper {
  max-width: 1400px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.development-heading {
  margin-bottom: 20px;
}

.development-p {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.services-name-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.services-name-wrapper.design-low-margin {
  margin-top: 0;
}

.services-name-wrapper.mobile-res {
  display: none;
}

.services-name-container {
  border: 1px solid #fefefe;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.services-name-container.deisgn-container-pading {
  padding-left: 87px;
  padding-right: 87px;
}

.design-heading {
  margin-bottom: 20px;
}

.design-p {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-8, .text-span-9 {
  color: #91ff00;
}

.service-name {
  color: #fefefe;
  text-align: center;
  max-width: 90px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.hover-line {
  background-image: linear-gradient(240deg, #91ff00, #4c8600);
  width: 0%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.design-img-wrapper {
  position: relative;
  top: -50px;
}

.image {
  padding-left: 20px;
}

.portfolio-section {
  z-index: 3;
  background-color: #010101;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  position: relative;
}

.portfolio-section.old {
  display: none;
}

.portfolio-heading-container {
  margin-left: 10px;
  margin-right: 10px;
}

.portfolio-heading-wrapper {
  flex: 1;
  max-width: 70%;
}

.portfolio-cta-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.portfolio-wrapper1, .portfolio-wrapper2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-img-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.portfolio-tb {
  color: #fefefe;
  text-align: left;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
}

.portfolio-tb.ski {
  text-transform: none;
}

.portfolio-link {
  background-color: #111;
  padding: 20px 10px;
  text-decoration: none;
  transition: all .3s;
}

.portfolio-link:hover {
  transform: scale(1.05);
}

.portfolio-link.first-res, .portfolio-link.second-res {
  border: 1px solid #fefefe33;
  flex: 1;
}

.portfolio-img-overlay {
  z-index: 2;
  background-image: linear-gradient(45deg, #01010133 40%, #2d302a33);
  position: absolute;
  inset: 0%;
}

.carousel-section2 {
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
}

.contact-section {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 0;
  position: relative;
}

.contact-heading-container {
  z-index: 3;
  position: relative;
}

.text-span-10 {
  display: block;
}

.button-container {
  margin-top: 40px;
}

.contact-image-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  display: flex;
  position: absolute;
  inset: -50% 2% 0% 0%;
}

.contact-image-wrapper2 {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 250px;
}

.contact-image-wrapper2.form-mala-kocka {
  z-index: 2;
}

.manja-kocka-img {
  transform: rotate(180deg);
}

.manja-kocka-img.form-mala-kocka {
  transform: rotate(0);
}

.contact-cta {
  z-index: 4;
  background-image: linear-gradient(240deg, #91ff00, #4c8600);
  border: 1px solid #fefefe;
  justify-content: center;
  align-items: center;
  padding: 14px 26px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-tb {
  z-index: 4;
  color: #000600;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: relative;
}

.contact-cta-instagram {
  z-index: 4;
  border: 1px solid #fefefe;
  justify-content: center;
  align-items: center;
  padding: 12px 26px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.insta-tb {
  z-index: 4;
  color: #fefefe;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: relative;
}

.insta-img {
  z-index: 4;
  padding-left: 10px;
  position: relative;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-content-wrapper {
  flex: 1;
}

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

.footer-tb {
  color: #fefefe80;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.silver-hover {
  background-color: #171717;
  max-width: 1400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.bold-text {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.footer-link {
  color: #fefefe;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.footer-insta-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.footer-linkedin-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
  display: flex;
}

.footer-fb-wrapper {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  max-width: 48%;
  display: none;
}

.form-section {
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 0;
  position: relative;
}

.form-heading-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-wrapper {
  z-index: 10;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-label {
  color: #fefefe;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.form-field {
  color: #fefefe;
  background-color: #010101;
  border: 1px solid #fefefe;
  margin-bottom: 20px;
  transition: all .3s;
}

.form-field:hover {
  border-color: #91ff00;
}

.form-field.messages {
  height: 90px;
}

.submit-button {
  background-color: #010101;
  border: 1px solid #fefefe;
  padding: 20px 26px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25px;
}

.submit-button:hover {
  background-image: linear-gradient(240deg, #91ff00, #4c8600);
}

.image-section {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-dusan, .img-dudent, .img-admore {
  border-radius: 10px;
  max-width: 80%;
}

.social-media-wrapper-res {
  justify-content: center;
  align-items: center;
  display: none;
}

.text-span-11 {
  display: block;
}

.languages-wrapper {
  margin-left: 10px;
  padding: 6px 2px;
  text-decoration: none;
}

.languages-wrapper.languages-wrapper-res {
  display: none;
}

.languages-tb {
  color: #fefefe;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.375rem;
  transition: all .3s;
}

.languages-tb:hover {
  color: #91ff00;
}

.success-message, .error-message, .success-message-2, .error-message-2 {
  background-color: #010101;
}

.portfolio-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 0;
  display: flex;
}

.portfolio-content-wrapper {
  flex: 1;
  margin-left: 40px;
}

.portfolio-p {
  color: #fefefebf;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.portfolio-image {
  position: relative;
}

.portfolio-tags {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portfolio-tag {
  border: 1px solid #fefefebf;
  padding: 10px;
}

.tag-tb {
  color: #fefefebf;
  font-family: Roboto Condensed, sans-serif;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.live-site-lb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 30px;
  text-decoration: none;
}

.live-site-tb {
  color: #7bd800;
  text-transform: lowercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

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

.link-hover {
  background-color: #7bd800;
  height: 1px;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .container.nav-bar-container {
    justify-content: space-around;
  }

  .heading.contact-h1 {
    font-size: 5.25rem;
    line-height: 6.25rem;
  }

  .hero-section {
    background-position: 62%;
  }

  .navlink {
    text-align: center;
  }

  .nav-button-wrapper {
    display: none;
  }

  .nav-button-wrapper.responsive-nav-cta {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .aboutme-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .aboutme1-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-name-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-name-container.deisgn-container-pading {
    padding-left: 57px;
    padding-right: 57px;
  }

  .portfolio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-wrapper1, .portfolio-wrapper2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .portfolio-tb {
    font-size: 1.125rem;
  }

  .contact-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .contact-heading-container, .button-container {
    z-index: 3;
    position: relative;
  }

  .contact-image-wrapper {
    top: -60%;
  }

  .contact-image-wrapper.form-kocka {
    top: -70%;
  }

  .contact-image-wrapper2 {
    left: 70px;
  }

  .silver-hover {
    max-width: 740px;
  }

  .nav-menu {
    background-color: #000600;
  }

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

  .image-2 {
    display: none;
  }

  .logo {
    display: inline-block;
  }

  .icon {
    display: none;
  }

  .menu-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  .top {
    background-color: #fefefe;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .midle {
    background-color: #fefefe;
    width: 26px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
  }

  .bottom {
    background-color: #fefefe;
    width: 26px;
    height: 2px;
    padding: 0;
  }

  .social-media-wrapper-res {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 10px;
    margin-bottom: 24px;
    display: flex;
  }

  .languages-wrapper.languages-wrapper-res {
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .portfolio-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.portfolio-site-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading.hero-h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .heading.contact-h1 {
    font-size: 4.625rem;
    line-height: 5.625rem;
  }

  .hero-paragraph.footer-p, .other-paragraph.portfolio-p {
    font-size: .75rem;
    line-height: 1.125rem;
  }

  .hero-section {
    background-image: url('../images/slika-res1.webp');
    background-position: 73%;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .hero-section-wrapper {
    z-index: 3;
    height: 50%;
    position: absolute;
    inset: auto 0% 9%;
  }

  .carousel-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .services-name-container {
    padding-left: 23px;
    padding-right: 23px;
  }

  .services-name-container.deisgn-container-pading {
    padding-left: 35px;
    padding-right: 35px;
  }

  .service-name {
    font-size: .813rem;
    line-height: 1.125rem;
  }

  .portfolio-wrapper1, .portfolio-wrapper2 {
    flex-flow: column;
  }

  .portfolio-img-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .portfolio-link.first-res {
    order: -1;
  }

  .portfolio-link.second-res {
    order: 1;
  }

  .contact-heading-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-image-wrapper.form-kocka {
    top: -75%;
  }

  .contact-image-wrapper2 {
    top: 640px;
  }

  .contact-image-wrapper2.eng-kocka {
    inset: auto 0% 12% 10%;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .form-heading-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .portfolio-wrapper {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio-content-wrapper {
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container.service-img-container {
    top: -21px;
  }

  .container.portfolio-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container.portfolio-site-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.contact-button-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading.hero-h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .heading.contact-h1 {
    font-size: 3.75rem;
    line-height: 4.625rem;
  }

  .heading-2.aboutme-heading, .heading-2.service-heading, .heading-2.portfolio-heading {
    line-height: 2.5rem;
  }

  .hero-section {
    background-position: 76%;
  }

  .hero-section-wrapper {
    bottom: 7%;
  }

  .cta-button {
    padding: 10px 14px;
  }

  .cta-button.portfolio-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .carousel-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .carousel-tb {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .aboutme-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .aboutme1-content-wrapper, .aboutme2-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .aboutme2-image {
    order: 1;
  }

  .aboutme2-content {
    order: -1;
  }

  .services-name-wrapper {
    display: none;
  }

  .services-name-wrapper.mobile-res {
    flex-flow: column;
    display: flex;
  }

  .services-name-container.deisgn-container-pading.mobile-res {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-name-container.mobile-res {
    padding: 20px 40px;
  }

  .service-name {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .service-name.mobile-res {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }

  .service-name.mobile-res.low-pading {
    padding-left: 1.5px;
    padding-right: 1.5px;
  }

  .design-img-wrapper {
    top: 0;
  }

  .portfolio-heading-wrapper {
    max-width: 45%;
    margin-bottom: 20px;
  }

  .portfolio-cta-wrapper {
    max-width: 55%;
  }

  .portfolio-img-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .portfolio-tb {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .portfolio-link.first-res, .portfolio-link.second-res {
    padding-bottom: 10px;
  }

  .contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contact-image-wrapper {
    top: -75%;
  }

  .contact-image-wrapper.form-kocka {
    top: -80%;
  }

  .contact-image-wrapper2 {
    top: 570px;
  }

  .contact-image-wrapper2.form-mala-kocka {
    inset: auto 0% 10% 20%;
  }

  .contact-image-wrapper2.eng-kocka {
    inset: auto 0% 8% 6%;
  }

  .contact-cta {
    padding: 10px 20px;
  }

  .contact-cta-instagram {
    padding: 8px 20px;
  }

  .tag-tb {
    line-height: 1rem;
  }
}


