@font-face {
  font-family: Kanit;
  font-display: swap;
  src: url(../Fonts/Kanit/Kanit-ExtraBold.ttf)
}

@font-face {
  font-family: Merriweather-light;
  font-display: swap;
  src: url(../Fonts/Merriweather/Merriweather-Light.ttf)
}

.font-merriweather {
  font-family: Merriweather-Light
}

.font-kanit {
  font-family: Kanit
}

.header-wrapper, .navbar-nav {
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto
}

a {
  color: #f2f3f4;
  text-decoration: none
}

a.green {
  font-weight:900;
  color: #72ab00
}

a:hover {
  color: #72ab00;
  text-decoration: none;
  transition: all .2s ease-in
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  margin: 0;
  padding: 0;
  /* background-color: #fcfcfc; */
  color: #32302b;
  background-image: url(../images/pattern/hexellence.png);
}

.container-fluid {
  /* background-color: #fcfcfc */
}

img.img-fluid {
  width: 100%
}

.heading-logo {
  width:80px;
  height:auto;
}
@media (max-width:575.98px) {
  .heading-logo {
    width:60px;
  }
}
.card, .responsive-section, .seo-section {
  background-color: transparent;
}

#navbar {
  background: 0 0;
  transition: .4s;
  top: 20px;
  position: fixed;
  left: 0;
  right: 0
}

#navbar.navbar-scrolled {
  top: 0;
  background: rgba(27, 26, 23, .85)
}

.grecaptcha-badge {
  display: none
}

.modal-box {
  font-family: Poppins, sans-serif
}

.modal-box .show-modal {
  color: #000;
  background: #4cd137;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  outline: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  display: block;
  transition: all .3s ease
}

.modal-box .show-modal:hover {
  color: #000;
  background: #4cd137;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.modal-box .modal-dialog {
  max-width: 600px
}

.modal-box .modal-dialog .modal-content {
  background-color: #444;
  border: none;
  border-top: 20px solid #666;
  border-bottom: 20px solid #666;
  border-radius: 0;
  position: relative
}

.modal-box .modal-dialog .modal-content .close {
  color: #72ab00;
  font-size: 40px;
  font-weight: 400;
  text-shadow: none;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  overflow: hidden;
  transition: all .3s
}

.modal-box .modal-dialog .modal-content .close:hover {
  color: #000
}

.modal-box .modal-dialog .modal-content .close:focus {
  outline: 0
}

.modal-box .modal-dialog .modal-content .modal-body {
  padding: 25px 35px
}

.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
  color: #4cd137;
  font-size: 90px;
  line-height: 90px;
  transform: rotate(25deg);
  position: absolute;
  right: 30px;
  top: -70px
}

.modal-box .modal-dialog .modal-content .modal-body .title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px
}

.modal-box .modal-dialog .modal-content .modal-body .form-group {
  margin: 0 0 20px
}

.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control {
  font-size: 18px;
  text-align: center;
  height: 50px;
  border-radius: 10px;
  box-shadow: none;
  outline: 0;
  border: none
}

.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control:focus {
  border: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .9)
}

.modal-box .modal-dialog .modal-content .modal-body .form-group .form-control::placeholder {
  color: #777;
  text-align: center
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe {
  color: #fff;
  background-color: #4cd137;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 0 2px #279616;
  display: block;
  transition: all .5s ease 0s
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
  letter-spacing: 2px;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
  outline: 0;
  box-shadow: none
}

@media only screen and (max-width:479px) {
  .modal-dialog {
    width: 95% !important
  }

  .modal-box .modal-dialog .modal-content .modal-body {
    padding: 50px 35px 25px
  }
}

.cookie-img {
  max-width: 80px;
  height: auto
}

.modal-footer .btn-outline-accept {
  border-color: #72ab00
}

.modal-footer .btn-outline-accept:hover {
  background-color: #72ab00;
  color: #fff
}

.modal-footer .btn-outline-dark:hover {
  color: #fff
}

#preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .35s ease
}

#preloader.preloader-hiding {
  opacity: 0
}

#preloader.preloader-hidden {
  display: none
}

:root {
  --size: 50;
  --speed: 0.95
}

.loader {
  height: 120px;
  width: 120px;
  margin: 30px auto 0;
  position: relative
}

.loader>div {
  margin: 35px;
  height: calc(var(--size) * 1px);
  width: calc(var(--size) * 1px);
  border-radius: 100%;
  border: calc(var(--size)/ 4 * 1px) solid rgba(0, 0, 0, .05);
  transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2) * 1px), 0);
  position: absolute;
  top: 0;
  left: 0;
  animation: infinity-spin linear infinite;
  animation-duration: calc(var(--speed) * 1s)
}

.loader>div:nth-of-type(1) {
  --translate: -50;
  --translate-2: calc(var(--size) / 8)
}

.loader>div:nth-of-type(2) {
  --translate: 50;
  --translate-2: calc(var(--size) / 8 * -1);
  animation-delay: calc(var(--speed) * 1s);
  animation-direction: reverse
}

.loader>div:before {
  content: '';
  background: linear-gradient(to right, #3cbf00, #e0f8d5);
  height: calc(var(--size)/ 4 * 1px);
  width: calc(var(--size)/ 4 * 1px);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  animation: infinity-vanish calc(var(--speed) * 2s) infinite reverse steps(1);
  transform: translate(calc(var(--translate-2) * 2px), calc(var(--translate) * 1%))
}

.loader>div:nth-of-type(1):before {
  right: 0
}

.loader>div:nth-of-type(2):before {
  transform: translate(calc(var(--size)/ 4 * -1px), -50%);
  left: 0;
  animation-direction: normal
}

@keyframes infinity-spin {
  0% {
    transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2) * 1px), 0) rotate(0)
  }

  100% {
    transform: translate(calc(var(--translate) * 1%), 0) translate(calc(var(--translate-2) * 1px), 0) rotate(360deg)
  }
}

@keyframes infinity-vanish {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

::-webkit-scrollbar {
  width: 8px;
  background: linear-gradient(180deg, #3cbf00 30%, #e0f8d5 80%)
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #e0f8d5
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #72ab00
}

#go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: #72ab00;
  border-radius: 50%;
  border: none;
  cursor: pointer
}

i.fas.fa-arrow-up {
  color: #fff;
  font-size: 2.2em;
  padding: 0;
  transition: all .2s ease-in
}

i.fas.fa-arrow-up:hover {
  transform: scale(1.1)
}

.header-section {
  background: url(../images/Headering3.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh
}

.slider-1 {
  animation: slide 20s ease-in-out infinite
}

.one-letter {
  color: #72ab00
}

.header-slider {
  margin-top: 55vh;
  max-width: 1940px;
  display: block;
  text-align: right;
  height: 220px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0
}

.header-slider h1, .header-slider h2 {
  font-size: 3em
}

.header-slider .slider-1, .header-slider .slider-2, .header-slider .slider-3 {
  height: 220px;
  padding-bottom: 5px;
  padding-right: 35px;
  margin-bottom: 30px;
  box-sizing: border-box
}

.header-slider:hover .slider-1 {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused
}

@keyframes slide {
  0% {
    margin-top: -600px
  }

  3% {
    margin-top: -500px
  }

  33% {
    margin-top: -500px
  }

  36% {
    margin-top: -250px
  }

  66% {
    margin-top: -250px
  }

  69% {
    margin-top: 0
  }

  100% {
    margin-top: 0
  }
}

.about-us-section {
  padding: 0 0 75px 0
}

.about-us-section {
  z-index: 2
}

ul.main-offer li {
  list-style-type: none
}

i.fa-check {
  color: #72ab00;
  font-size: .7em;
  padding-right: 5px
}

i.fa-times {
  color: #fc0015;
  padding-right: 5px
}

.company-name {
  color: #fff;
  font-size: 2em;
  transition: .4s
}

.company-name:after {
  font-family: Kanit;
  content: 'Daj się poznać z dobrej strony!';
  position: absolute;
  bottom: 20px;
  left: 111px;
  font-size: .5em;
  color: #72ab00;
  text-shadow: 1px 1px 1px rgb(0 0 0);
}

.navbar .nav-link {
  font-weight: 600
}

.navbar {
  z-index: 99
}

.footer {
  background-image: url('https://rbcode.pl/images/footer.webp');
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #fff;
}

#nav-item-menu {
  line-height: 80px
}

.navbar-nav {
  text-align: center
}

.nav-item {
  display: block;
  padding: 0 20px;
  position: relative;
  transition: all .2s linear
}

.nav-item:hover:nth-child(1), .nav-item:hover:nth-child(2), .nav-item:hover:nth-child(3) {
  background-color: #72ab00
}

.nav-item .nav-link {
  display: inline;
  padding: 0;
  transition: .3s ease;
  color: #edede5;
  font-weight: 900;
  text-shadow: 1px 1px #000
}

a.nav-link-phone {
  color: #edede5;
  font-weight: 900;
  text-shadow: 1px 1px #000
}

.dropdown-menu {
  background-color: #72ab00;
  border-radius: 0;
  margin: 0;
  border: none;
  transition: all .2s linear
}

li.nav-item.dropdown {
  z-index: 99
}

a.dropdown-item {
  height: 40px;
  line-height: 30px;
  font-weight: 600;
  color: #edede5
}

a.dropdown-item:hover {
  background-color: #32302b;
  color: #edede5
}

li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block
}

.slide-in {
  padding: 0;
  margin: 20px 0 0 40px;
  width: 200px;
  height: 42px;
  overflow: hidden;
  position: relative
}

.btn-wycena {
  width: 200px;
  height: 42px;
  border-radius: 0;
  background-color: #72ab00;
  color: #fff;
  font-weight: 800
}

.slide-eff {
  width: 30px;
  height: 43px;
  transform: skew(-50deg);
  background: rgba(255, 255, 255, .6);
  background: -moz-linear-gradient(top, #fff 0, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #f3f3f3 50%, #ededed 51%, #fff 100%);
  position: absolute;
  top: 0;
  left: -60px;
  animation-name: slide-in;
  animation-duration: .5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  display: none
}

.slide-in:hover .slide-eff {
  display: block
}

.btn-wycena:hover {
  color: #edede5
}

@keyframes slide-in {
  from {
    left: -60px
  }

  to {
    left: 300px
  }
}

.logo {
  position: absolute;
  display: none
}

.logo a {
  display: inline-block
}

.logo:hover a {
  text-decoration: none
}

.logo img {
  width: 50px;
  height: 50px
}

.small-padding {
  margin: 10px 0 0 40px
}

button:focus {
  outline: 0
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover {
  opacity: .7
}

.hamburger.is-active:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  background-color: #edede5
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 40px;
  height: 4px;
  background-color: #edede5;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 275ms;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms
}

.what-section {
  padding: 0 0 75px 0;
  margin-top: -70px
}

.what-we-do {
  width: calc(100%-30px);
  height: 325px;
  margin: 15px;
  transition: all .2s ease-in;
  box-shadow: 0 0 15px 4px rgba(27, 26, 23, .2);
  position: relative;
  background: #edede5
}

.what-we-do img {
  padding: 31px 0 31px 0;
  width: 100px;
  height: auto
}

.what-we-do h3 {
  font-weight: 800;
  font-size: 18px;
  height: 52px;
  width: 2000px;
  color: #72ab00;
  text-transform: uppercase;
  display: table-cell
}

.what-we-do p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
  color: #666
}

.what-we-do:hover {
  transform: scale(1.05)
}

.what-we-do:hover .btn-custom {
  background: #72ab00;
  color: #fff
}

.btn-custom {
  width: 200px;
  height: 40px;
  background: rgba(114, 171, 0, .2);
  color: #fff;
  font-weight: 800;
  border-radius: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.responsive-section {
  padding: 0 0 75px 0
}

.framework-section .card, .responsive-section .card, .seo-section .card {
  border: none
}

.section-title {
  padding: 0 1rem 0 1rem;
  color: #32302b;
  font-weight: 700
}

.button-position {
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 1rem
}

.btn-offer {
  width: 220px;
  height: 50px;
  border: 1px solid #72ab00;
  color: #72ab00;
  font-weight: 800;
  border-radius: 0
}

.btn-offer:hover {
  color: #fff;
  transition: all .2s ease-in;
  background: #72ab00
}

hr.line {
  margin: 5px 0 5px 16px;
  border: 1px solid #72ab00;
  width: 20%
}

.baner-section-seo {
  background-image: url("../images/pozycjonowanie stron internetowych.jpg");
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px
}

.baner-section-ads {
  background-image: url(../images/skuteczne-kampanie-google-ads.jpg);
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px
}

.baner-section-two {
  background-image: url("../images/tworzenie stron internetowych.jpg");
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px
}

.baner-section-three {
  background-image: url("../images/profesjonalne strony internetowe.jpg");
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px
}

.baner-section {
  background-image: url(../images/technologie-których-uzywamy.jpg);
  background-position: bottom;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px
}

.baner-inside {
  max-width: 1140px;
  height: 300px;
  margin: 200px 0 30px 0;
  margin-left: auto;
  margin-right: auto
}

.baner-inside h1, .baner-inside h2 {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 0px 1px rgba(0, 0, 0, 1);
}

.baner-inside p.our-partners {
  font-size: 16px;
  color: #fff
}

.baner-inside p.our-partners::before, .baner-inside-1 p.our-partners::before {
  content: " ";
  width: 50px;
  height: 10px;
  border-bottom: 2px solid #72ab00;
  position: absolute;
  top: 20px;
  left: 0
}

.owl-carousel .item, .partners-img img {
  width: 160px;
  height: auto
}

.framework-section {
  padding: 40px 0 40px 0
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center
}

.projects {
  padding: 0 0 60px 0
}

.menu {
  overflow: hidden
}

.menu a {
  display: inline-block
}

.menu img {
  transition: all .4s ease-in
}

.projects-title {
  height: 100px
}

.projects-title h2 {
  font-size: 3em;
  line-height: 100px;
  font-weight: 600;
  color: #32302b
}

.projects-title h2::before {
  font-weight: 400;
  font-size: 16px;
  content: 'Nasza praca';
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin-left: auto;
  margin-right: auto
}

.projects-title h2::after {
  content: '';
  width: 70px;
  height: 10px;
  border-bottom: 2px solid #72ab00;
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  margin-left: auto;
  margin-right: auto
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #edede5
}

.icon {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.hover-text {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #32302b;
  color: #edede5
}

.hover-text h3 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 0 40px
}

.hover-text h3::before {
  content: '';
  width: 30px;
  border-bottom: 1px solid #72ab00;
  position: absolute;
  left: 0;
  top: 20px
}

.hover-text p {
  margin: 0;
  font-size: 1em;
  padding: 0 0 6px 40px
}

.menu:hover img {
  transform: scale(1.1)
}

.menu:hover .hover-text {
  opacity: 1
}

.menu:hover .icon {
  opacity: 1
}

.menu:hover .overlay {
  opacity: .5
}

.form-section {
  padding-top: 10px;
  width: 100%;
  height: 250px;
  background-image: url(../images/formularz.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.form-section p {
  color: #edede5;
  text-align: center;
  font-size: 1.5em
}

.btn-form {
  width: 220px;
  height: 50px;
  border: 1px solid #edede5;
  color: #edede5;
  font-weight: 800;
  border-radius: 0
}

.btn-form:hover {
  color: #1b1a17;
  transition: all .2s ease-in;
  background: #edede5
}

.form-section .btn-form {
  display: block;
  color: #fff
}

.contact-line {
  width: 100%;
  height: 70px;
  background-color: #1b1a17
}

.contact-line a, p.contact-info {
  color: #fff;
  font-size: 1.3em;
  margin: 0
}

i.fa-envelope, i.fa-phone {
  color: #72ab00;
  font-size: 1.3em;
  padding-right: 5px
}

.info-section-1, .info-section-2 {
  height: 70px
}

.info-section-1 a {
  padding-right: 20px;
  margin-left: auto
}

.info-section-2 p {
  padding-left: 20px;
  margin-right: auto
}

i.fa-code, i.fa-mobile-alt, i.fa-tachometer-alt {
  color: #fff;
  font-size: 1.1em
}

p.test {
  font-size: .7em;
  color: #fff;
  font-weight: 700
}

.iframe-map {
  position: relative;
  height: 500px
}

.iframe-map iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.demo {
  padding-bottom: 40px
}

.serviceBox {
  font-family: Roboto, sans-serif;
  text-align: center;
  padding: 0 10px
}

.serviceBox .service-icon {
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
  font-size: 50px;
  line-height: 170px;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  position: relative;
  -webkit-clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  transition: all .3s ease 0s
}

.serviceBox:hover .service-icon {
  font-size: 60px
}

.serviceBox .service-icon:before {
  content: '';
  height: 90%;
  width: 90%;
  background: linear-gradient(to right, #72ab00 49%, #639300 50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  transition: all .3s ease 0s
}

.serviceBox:hover .service-icon:before {
  height: 83%;
  width: 83%
}

.serviceBox .title {
  color: #404040;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  min-height: 48px;
  transition: all .3s ease 0s
}

.serviceBox:hover .title {
  color: #72ab00
}

.footer .card {
  background: 0 0;
  min-height: 234px
}

.footer p.card-text {
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px
}

.footer p.card-text-email a {
  color: #28a9e0
}

.footer p.card-text-phone {
  line-height: 1.4em
}

.footer .card .card-body {
  padding: 0
}

.footer .card .card-body h3.h-smaller {
  font-size: 1.4em
}

.footer .card .card-body h3 {
  padding-top: 15px;
  color: rgba(255, 255, 255);
  font-weight: 700;
  font-size: 2em
}

.footer .card .card-body h4 {
  padding-top: 0;
  color: #72ab00;
  font-weight: 400;
  font-size: 18px
}

.footer .card .card-body h4.short-description {
  font-weight: 800
}

.footer h5 {
  color: #fff;
  font-weight: 400;
  font-size: 10px
}

.footer .card .card-body .footer-list {
  color: #fff;
  text-align: left;
  list-style-type: none;
  padding-left: 0
}

.btn-footer {
  width: 150px;
  height: 50px;
  border: 1px solid #72ab00;
  color: #72ab00;
  font-weight: 800;
  border-radius: 0
}

.btn-footer:hover {
  color: #fff;
  transition: all .2s ease-in;
  background: #72ab00
}

.footer .card {
  border: none
}

.footer .fa-facebook-f {
  font-size: 25px;
  padding-top: 6px
}

.footer .footer-rights {
  background: #1b1a17
}

.footer-list li>h4 {
  font-weight: 400
}

.navbar .hamburger {
  z-index: 1000
}

.pricing-section {
  padding: 85px 0 15px 0
}

.pricingTable {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1
}

.pricingTable:after, .pricingTable:before {
  content: "";
  background: linear-gradient(to right, #72ab00, #294046);
  width: 100%;
  height: 50%;
  border:none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1
}

.pricingTable:after {
  background: #fff;
  clip-path: polygon(5% -10%, 115% 0, 115% 60%, 95% 60%, 95% 94%, 5% 94%)
}

.pricingTable .pricingTable-header {
  color: #fff;
  background: linear-gradient(to right, #72ab00, #294046);
  text-transform: uppercase;
  padding: 15px 10px;
  margin: 0 -12px 30px;
  position: relative
}

.pricingTable .pricingTable-header:after, .pricingTable .pricingTable-header:before {
  content: "";
  background: linear-gradient(to top right, transparent 49%, #1f6b08 50%);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px
}

.pricingTable .pricingTable-header:after {
  transform: rotateY(180deg);
  left: auto;
  right: 0
}

.pricingTable .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  margin: 0
}

.pricingTable .price-value {
  color: #294046;
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0 0 30px
}

.pricingTable .price-value .amount {
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
  display: block
}

.pricingTable .duration {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  display: block
}

.pricingTable .pricing-content {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  margin: 0 0 45px;
  list-style: none;
  display: inline-block
}

.pricingTable .pricing-content li {
  margin: 0 0 12px;
  position: relative
}

.pricingTable .pricing-content i {
  font-size: 1.3em
}

.pricingTable .pricing-content li p.special {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 0
}

.pricingTable .pricingTable-signup a {
  color: #666;
  background: linear-gradient(to right, #dfed23, #82cc0c);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .3s
}

.pricingTable .pricingTable-signup a:hover {
  color: #fff;
  text-shadow: 0 0 2px #000;
  border-radius: 20px
}

.pricingTable .pricingTable-signup a:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: -1;
  transition: all .3s ease
}

.pricingTable .pricingTable-signup a:hover:before {
  opacity: 0;
  transform: scale(.2)
}

.pricingTable.blue .pricingTable-header, .pricingTable.blue .pricingTable-signup a, .pricingTable.blue:before {
  background: linear-gradient(to right, #0a7693, #66eaf9)
}

.pricingTable.blue .pricingTable-header:after, .pricingTable.blue .pricingTable-header:before {
  background: linear-gradient(to top right, transparent 49%, #06556b 50%)
}

.pricingTable.blue .price-value {
  background: linear-gradient(to right, #0a7693, #66eaf9);
  background-clip: text;
  -webkit-background-clip: text
}

.pricingTable.blue .pricing-content li:before {
  background: #66eaf9
}

.pricingTable.purple .pricingTable-header, .pricingTable.purple .pricingTable-signup a, .pricingTable.purple:before {
  background: linear-gradient(to right, #6b0398, #e262cc)
}

.pricingTable.purple .pricingTable-header:after, .pricingTable.purple .pricingTable-header:before {
  background: linear-gradient(to top right, transparent 49%, #3f035b 50%)
}

.pricingTable.purple .price-value {
  background: linear-gradient(to right, #6b0398, #e262cc);
  background-clip: text;
  -webkit-background-clip: text
}

.pricingTable.purple .pricing-content li:before {
  background: #e262cc
}

@media only screen and (max-width:990px) {
  .pricingTable {
    margin: 0 15px 40px
  }
}

.table {
  background: linear-gradient(to right, #72ab00, #294046);
  color: #fff
}

.table thead th {
  border: none
}

.baner-section-1 {
  background-image: url(../images/strony-internetowe.jpg);
  background-position: center;
  background-attachment: fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  margin-top: -85px
}

.baner-inside-1 {
  max-width: 1140px;
  height: 350px;
  margin: 75px 0;
  margin-left: auto;
  margin-right: auto
}

.baner-inside-1 p.our-partners {
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 4px #000
}

.baner-inside-1 h1, .baner-inside-1 h2 {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 4px #000
}

.page-section {
  padding: 6rem 0
}

.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem
}

.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none
}

.timeline:before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef
}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px
}

.timeline>li:after, .timeline>li:before {
  display: table;
  content: " "
}

.timeline>li:after {
  clear: both
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0
}

.timeline>li .timeline-image {
  position: absolute;
  left: 15px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #72ab00
}

.timeline>li .timeline-image h3 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0
}

.timeline>li:last-child {
  margin-bottom: 0
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit
}

.timeline .timeline-heading h4.subheading {
  text-transform: none
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
  margin-bottom: 0
}

@media (min-width:768px) {
  .timeline:before {
    left: 50%
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 10px
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px
  }

  .timeline>li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left
  }
}

@media (min-width:992px) {
  .timeline>li {
    min-height: 150px
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px
  }

  .timeline>li .timeline-image {
    width: 50px;
    height: 50px;
    margin-left: -25px
  }

  .timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px
  }
}

@media (min-width:1200px) {
  .timeline>li {
    min-height: 220px
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 20px
  }

  .timeline>li .timeline-image {
    width: 50px;
    height: 50px;
    margin-left: -25px
  }

  .timeline>li .timeline-image h4 {
    margin-top: 40px
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px 20px
  }
}

.seo-page-section {
  padding: 85px 0 15px 0
}

li.media .fas {
  font-size: 3em;
  padding: 10px;
  color: #72ab00;
  width: 90px;
  text-align: center
}

.strategy-body {
  position: relative
}

.card.strategy-card {
  z-index: 10;
  background-color: transparent
}

.strategy-paragraf::before {
  content: " ";
  position: absolute;
  left: 5px;
  top: -10px;
  width: 150px;
  height: 250px;
  background-color: #d3d3d3;
  z-index: -1
}

.strategy-paragraf::after {
  content: " ";
  position: absolute;
  right: 5px;
  bottom: -10px;
  width: 90px;
  height: 120px;
  border-bottom: 2px solid #72ab00;
  border-right: 2px solid #72ab00;
  z-index: -1
}

h3.seo-subtitle {
  font-size: 1.4em;
  font-weight: 500
}

.dotBg {
  background-color: #72ab00 !important;
  background-image: radial-gradient(#72ab00, #345600)
}

.intro-banner-vdo-play-btn {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  margin: 0 50px 0 0;
  border-radius: 100px;
  z-index: 1
}

.intro-banner-vdo-play-btn i {
  line-height: 56px;
  font-size: 30px
}

.intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -35px 0 0 -35px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: .3s;
  -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s
}

.realization-card {
  border: none;
  color: #000
}

.realization-card-link a {
    display: block;
}

h1.realization-title {
  color: #32302b
}

.realization-title, .realization-title a, h3.card-title a {
  color: #72ab00
}

.card-img-top {
  height: 300px;
  object-fit: contain
}

.realization-title a:hover {
  color: #72ab00
}

.realization-tags {
  width: 100%;
  text-align: left
}

small.text-muted {
  padding: 3px 5px 5px 10px;
  border: 1px solid #72ab00;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block
}

.card {
  border: none
}

.realization-img {
  max-height: 500px;
  object-fit: contain;
  display: flex;
  margin: auto
}

.drop-shadow {
  -webkit-box-shadow: 10px 10px 22px -7px rgba(0, 0, 0, .75);
  -moz-box-shadow: 10px 10px 22px -7px rgba(0, 0, 0, .75);
  box-shadow: 10px 10px 22px -7px rgba(0, 0, 0, .75)
}

.realization-minus {
  margin-top: -85px;
  /* background: #5e5e5e;
  background: linear-gradient(180deg, #5e5e5e 0, #dfdfdf 12%, #fff 60%) */
}

.container-start {
  padding-top: 250px
}

h1.hidden {
  width: 0;
  height: 0;
  font-size: 0;
  display: none
}

@media (max-width:1199.98px) {
  .responsive-section h2 {
    padding-top: 1em
  }

  .header-slider h1, .header-slider h2 {
    font-size: 2.2em
  }

  .header-slider p {
    font-size: .8em
  }
}

@media (min-width:992px) {
  .hamburger, .hamburger:not(.collapsed) {
    display: none
  }

  .serviceBox {
    margin-bottom: 40px
  }
}

@media (max-width:991.98px) {
  #navbar {
    top: 0
  }

  .nav-item {
    padding: 0
  }

  .company-name {
    display: none
  }

  .logo {
    display: block
  }

  h5.footer-title {
    text-align: center
  }

  .navbar .navbar-collapse {
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .35s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center !important;
    overflow-y: scroll;
    overflow-x: hidden
  }

  .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    pointer-events: none
  }

  .navbar .navbar-collapse.collapsing[style*=height] {
    opacity: 1;
    height: 100vh !important
  }

  .navbar .navbar-collapse.collapsing {
    opacity: 0;
    height: 100vh
  }

  .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    pointer-events: auto
  }

  .navbar .navbar-collapse .navbar-nav {
    margin-right: initial !important;
    margin-top: auto;
    margin-bottom: auto
  }

  .navbar-nav {
    margin-left: initial !important
  }
}

@media (max-width:767.98px) {
  ::-webkit-scrollbar {
    display: none
  }

  ::-webkit-scrollbar-track {
    display: none
  }

  ::-webkit-scrollbar-thumb {
    display: none
  }

  .about-us-section, .framework-section, .responsive-section, .what-section {
    padding: 30px 0
  }

  .contact-line {
    height: 100px
  }

  .info-section-1, .info-section-2 {
    height: 50px
  }

  .info-section-1 a, .info-section-2 p {
    padding: 0;
    margin-left: auto;
    margin-right: auto
  }

  .footer .card .card-body {
    text-align: center
  }

  .footer .card .card-body, .footer .card .card-body ul.footer-list {
    text-align: center
  }

  .header-section {
    background-image: url(../images/mobile-header.jpg)
  }

  .header-slider {
    margin-top: 55vh
  }

  .header-slider h1, .header-slider h2 {
    font-size: 1.4em
  }

  .header-slider p {
    font-size: .7em
  }
}

@media (max-width:575.98px) {
  ::-webkit-scrollbar {
    display: none
  }

  ::-webkit-scrollbar-track {
    display: none
  }

  ::-webkit-scrollbar-thumb {
    display: none
  }

  .nav-item {
    line-height: 60px;
    height: 65px
  }

  .about-us-section, .framework-section, .pricing-section, .responsive-section, .what-section {
    padding: 30px 0
  }

  .projects-title h2 {
    font-size: 2em;
    line-height: 100px
  }

  .baner-inside h2, .baner-inside-1 h2 {
    font-size: 24px
  }

  .footer .card .card-body, .footer .card .card-body ul.footer-list {
    text-align: center
  }

  .form-section p {
    font-size: 1em
  }

  .baner-inside {
    margin: 150px 0 30px 0
  }

  .baner-section-1 {
    background-position: center;
    height: 30px;
    background-size: 500%
  }

  .baner-inside-1 {
    height: 300px;
    margin: 75px 0;
    margin-left: auto;
    margin-right: auto
  }

  .seo-page-section {
    padding: 45px 0 15px 0
  }

  li.media .fas {
    display: none
  }
}

.btn-call-to-action {
  width: 250px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700
}

.btn-call-to-action:hover {
  color: #000;
  transition: all .2s ease-in;
  background: #fff
}

@media (max-width:991.98px) {
  .container-start {
    padding-top: 170px
  }

  h1.realization-title {
    font-size: 1.8rem
  }

  h2.realization-title {
    font-size: 1.4rem
  }
}

@media (max-width:575.98px) {
  p {
    font-size: 15px
  }

  .btn-call-to-action {
    width: 200px;
    height: 45px;
    font-size: 16px
  }
}

/************************
Seo pages
************************/
.baner-image {
  background-image: url("../images/profesjonalne strony internetowe.jpg");
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  object-fit: cover;
  object-position: left bottom;
}

.city-page {
  margin-top: -70px;
  padding: 30px;
  box-shadow: 0px 0px 50px -10px rgb(0 0 0 / 13%);
  background-color: #fff;
  position: relative;
}

.city-page-two {
  padding: 30px;
  box-shadow: 0px 0px 50px -10px rgb(0 0 0 / 13%);
  background-color: #fff;
}

.page-view {
  background-color: transparent;
  transition: all .2s ease-in;
}

.page-view:hover {
  transform: scale(1.05);
}

.page-title {
  font-size: 1.3em;
}

.call-to-action {
  position: relative;
}

.call-to-action-form {
  width: 100%;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
}

.call-to-action-form p {
  color: #333;
  margin: 15px;
  padding: 15px;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.8);
}

.call-to-action-btn-form {
  width: 220px;
  height: 50px;
  border: 1px solid #edede5;
  color: #edede5;
  background: #72ab00;
  font-weight: 800;
  border-radius: 0
}

.call-to-action-form .call-to-action-btn-form {
  display: block;
  color: #edede5;
}

.call-to-action-btn-form:hover {
  color: #72ab00;
  transition: all .2s ease-in;
  background: #edede5;
}

@media (max-width:575.98px) {
  .call-to-action-form {
    position: relative;
    height: 280px;
  }

  .city-page, .city-page-two {
    padding: 0;
  }
}

/**********************************
Reklamy
**********************************/
.info {
  padding: 30px;
  box-shadow: 0px 0px 50px -10px rgb(0 0 0 / 13%);
  background-color: #fff;
  position: relative;
}

.info-border {
  border: 1px solid lightgrey;
}

.info-img {
  max-width: 220px;
  margin: auto;
}


